

/* Start:/tools/fancybox/fancybox.css?169589074424789*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.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{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/tools/swiper/swiper.css?169589181618451*/
/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/tools/css/style.css?17519802547115*/
body {
  --fancybox-zIndex : 9000;
}
.b-loader, .b-card-gallery .__small-gallery .swiper-slide, .b-card-gallery {
  transition: all 0.3s ease-out;
}

.b-card-gallery {
  margin-top: 20px;
}
.b-card-gallery.--disabled {
  opacity: 0;
}
.b-card-gallery .__big-picture {
  margin-bottom: 16px;
  height: 390px;
  position: relative;
}
.b-card-gallery .__big-picture .swiper-slide {
  height: 390px;
}
.b-card-gallery .__big-picture img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.b-card-gallery .__small-gallery .swiper-slide {
  height: 96px;
  width: 115px;
  border: 1px solid #e7e7e7;
  padding: 4px;
}
.b-card-gallery .__small-gallery .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #b983a3;
}
.b-card-gallery .__small-gallery img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.b-swiper-arrow {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 100;
}
.b-swiper-arrow a {
  pointer-events: auto;
}

.b-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #fa3f3e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 47%;
  top: 41%;
  z-index: 100;
  opacity: 1;
}
.b-loader.--disable {
  opacity: 0;
  display: none;
}

.element_info .main_info .left_column .carousel-big {
  width: 100%;
}

.catalog_section_items .item > .inner .quick_view_btn {
  z-index: 100;
}

.b-card-gallery-list {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .b-card-gallery-list {
    display: none;
  }
}
.b-card-gallery-list .__big-picture {
  height: 230px;
  margin-bottom: 12px;
}
.b-card-gallery-list .__big-picture.--nophoto {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.b-card-gallery-list .__big-picture .swiper {
  height: 100%;
}
.b-card-gallery-list .__big-picture .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-card-gallery-list .__small-gallery {
  position: absolute;
  height: 212px;
  overflow: hidden;
  top: -24px;
  left: -12px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  padding: 25px 0;
}
.b-card-gallery-list .__small-gallery .swiper {
  height: 100%;
}
.b-card-gallery-list .__small-gallery .swiper-slide {
  width: 58px;
  height: 58px !important;
  cursor: pointer;
  padding: 2px;
  border: 1px solid #e7e7e7;
}
.b-card-gallery-list .__small-gallery .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #b983a3;
}
.b-card-gallery-list .__small-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.b-card-gallery-list .b-swiper-arrow {
  left: 0;
  right: 0;
  height: 100%;
}
.b-card-gallery-list .b-swiper-arrow a {
  width: 13px;
  height: 13px;
}
.b-card-gallery-list .b-swiper-arrow a:first-child {
  position: absolute;
  top: 5px;
  transform: rotate(90deg);
  left: 20px;
}
.b-card-gallery-list .b-swiper-arrow a:last-child {
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  left: 20px;
}
.b-card-gallery-list .b-swiper-arrow a img {
  object-fit: scale-down;
}
.b-card-gallery-list .b-swiper-arrow .swiper-button-disabled {
  display: none;
}

.b-list-item-wrap:hover .__small-gallery {
  pointer-events: auto;
  opacity: 1;
}

.catalog_section_items .item:hover > .inner {
  left: 0 !important;
  box-shadow: 0 0 0 25px white, 0 8px 20px 20px rgba(0, 0, 0, 0.15) !important;
}

.catalog_section_items .item > .inner .buy_area .btns a.to_basket {
  width: 115px !important;
}

.catalog_section_items .item > .inner .quick_view_btn {
  left: 25% !important;
}

.--position-relative {
  position: relative;
}

.b-mobile-pic-listing {
  display: none !important;
}
@media (max-width: 750px) {
  .b-mobile-pic-listing {
    display: block !important;
  }
}

.b-small-lover {
  text-transform: lowercase;
}

.catalog_section_items .item > .inner .label-block {
  z-index: 10 !important;
}

.static-content{
  .submenu{
    &.--catalog{
      width: auto;
    }
  }
}

.header .city_ask .most_often li {
  line-height: 14px;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.b-popup-overlay {
  position: fixed;
  background: #000000b0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.b-attention-popup {
  border-radius: 8px;
  position: fixed;
  background: #ffffff;
  z-index: 10000;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
  padding: 20px;
  width: 800px;
  max-width: calc(100vw - 80px);
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 24px;
}

.b-attention-popup p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
}


.b-attention-popup .submit-red-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 25px;
  width: 110px;
  color: #ffffff;
  background: #952d6b;
}

.js-overlay, .js-18-popup {
  display: none;
}

body.--blured img {
  filter: blur(10px);
}

.b-sprite-image {
  width: 100% !important;
  height: 100% !important;
}
.b-sprite-image canvas {
  object-fit: contain;
}

.b-big-3d-image {
  margin: 0 auto;
}

.b-card-gallery .swiper-slide {
  cursor: pointer !important;
}

.inputs_and_rules .b-form-quest-inputs.inputs {
  border-right: none !important;
  display: flex;
  gap: 16px;
  width: 100% !important;
  flex-wrap: wrap;
}

.inputs_and_rules .b-form-quest-inputs input {
  width: 100% !important;
  margin: 0 !important;
}

.b-popup-quest-form .iexmodal-inner {
  padding: 0;
}

.b-popup-quest-form .feedback_form .send label {
  margin-left: 0;
  margin-top: 24px;
}

.b-fixed-button-wrapper #myfixed {
  right: 0;
}



.sexologist_blog.video-blog .sexologist_button.--mobile {
  display: none;
}

.soa-property-container.--flex{
  display: flex !important;

}

.soa-property-container.--flex .personal_txt{
  width: inherit;

}



.soa-property-container.--flex span{
  min-width: 25px;
  min-height: 25px;

}

.soa-property-container.--flex span.--red{
  border: 1px solid red;
}

.styled-checkbox:checked + span.--red, .section_filter .big_block .block.checkbox label input:checked + span.--red{
  border: 1px solid transparent;
}

.feedback_form .smart-captcha {
  margin-top: 24px;
}

@media (max-width: 749px) {
  .sexologist_blog.video-blog .sexologist_spec {
    display: grid;
    grid-gap: 12px;
  }
  .sexologist_blog.video-blog .sexologist_button.--mobile {
    display: inline-block;
    text-align: center;
  }


}

@media (max-width: 575px) {
  .b-attention-popup p {
    font-size: 16px;
  }
  .b-attention-popup .submit-red-btn {
    font-size: 18px;
    margin: 0 auto;
  }
  .b-attention-popup {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    grid-template-columns: 1fr;
  }
}

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

.b-review-consent {
  margin: 0 0 24px 0 !important;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?16926295685525*/
.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:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.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:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:0;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.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{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.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);}

.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:0;right:0;display:block}.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}.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{position:absolute !important;top:0;left:0;color:#000 !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:var(--ui-font-family-primary,var(--ui-font-family-helvetica));font-size:14px;height:33px;width:100%;outline:0;z-index:10}.bx-sls .bx-ui-sls-route{color:#aba8ac !important;z-index:5}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,.bx-sls .bx-ui-sls-error{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,.bx-sls .bx-ui-sls-variant-active{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.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}
/* End */


/* Start:/local/templates/kazanova2023/components/bitrix/menu/catalog/style.css?1689845384393*/
.catalog_menu .inner > li > a.sales_link {
    color: #fb9bd4;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    }
    .catalog_menu .inner > li:hover > a.sales_link {
    color: white;
    }
    @media screen and (max-width: 1023px) {
    .header .catalog_menu .inner > li > a.sales_link
    {color: red;}
    }

/* End */


/* Start:/local/templates/kazanova2023/css/style.css?1748585975383858*/
@charset "UTF-8";
@keyframes delay-appear {
  from {
    opacity: 0;
    max-height: 0; }
  39% {
	  opacity: 0;
    max-height: 0; }
  40% {
    opacity: 0;
    max-height: 5000px; }
  75% {
    opacity: 1;
    max-height: 5000px; }
  to {
    opacity: 1;
    max-height: 5000px; } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes delay_z_index {
  0% {
    z-index: -5; }
  98% {
    z-index: -5; }
  99% {
    z-index: 15; }
  100% {
    z-index: 15; } }
@keyframes delay-opacity {
  from {
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes delay-pointer {
  from {
    pointer-events: none; }
  90% {
    pointer-events: none; }
  to {
    pointer-events: auto; } }
.pull-left, .header .header_ln .prods_block > div {
  float: left; }
.pull-right {
  float: right; }
.text-center {
  text-align: center; }
.clear, .mp_news .item .name {
  clear: both;
  float: none !important; }
.clearfix:after, body .main_area:after, .reviews-style .info:after, .reviews-style .review.answer:after, .header .city_ask:after, .header .header_ln .prods_block .basket .dropdown .bottom .btns:after, .footer.reduced .left_part:after, .mp_goodies .item:after, .mp_blog:after, .mp_blog .main_item:after, .mp_blog .main_item .cont .bottomer:after, .mp_questions_news:after, .mp_brands .items:after, .catalog_section .filter_chosen:after, .sort_n_count:after, .pager:after, .section_filter .big_block .block.checkbox label:after, .section_filter .big_block .block.number .inputs:after, .right_recommend_item:after, .right_recommend_items .item:after, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item:after, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info:after, .element_right_panel .delivery_and_payment .feats .item:after, .element_info .main_info:after, .element_info .main_info .state_n_brand:after, .element_info .main_info .left_column .special_action:after, .element_info .main_info .left_column .carousel-small .items:after, .element_info .main_info .left_column .videos:after, .element_info .main_info .right_column .description_1_container .description_1:after, .element_info .main_info .right_column .buy_area:after, .element_info .tabs .city_availability_items li:after, .element_info .tabs .element_reviews_container:after, .basket_page .tabs .items .item .quantity .wrap:after, .order_right_panel .delivery_and_payment .bx-soa-cart-total-line:after, .order_form .order_choose_some:after, .order_form .order_submit_line:after {
  display: block;
  content: "";
  clear: both; }
.bold {
  font-weight: bold; }
.bbox, .header .topping {
  box-sizing: border-box; }
.spacer-30 {
  width: 30px;
  display: inline-block; }
.ulreset, .header .city_ask .most_often, .footer .footer_menu .block ul, .catalog_menu .inner > li .dropdown .group ul {
  display: block;
  margin: 0;
  padding: 0; }
.ubuntu_medium, .header .header_ln .phone_block .phone {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }
.white_button, .header .header_ln .phone_block .call_me {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-9 */
  border: #e7e7e7 1px solid;
  border-radius: 3px;
  color: #787878;
  text-decoration: none; }
.white_button:hover, .header .header_ln .phone_block .call_me:hover {
  text-decoration: underline; }
.dbg-bg-red {
  background-color: rgba(255, 0, 0, 0.1); }
.dbg-bg-green {
  background-color: rgba(0, 255, 0, 0.1); }
.dbg-bg-blue {
  background-color: rgba(0, 0, 255, 0.1); }
.libullet, .footer .footer_menu .block ul li, .catalog_menu .inner > li .dropdown .group ul li {
  list-style: none;
  padding-left: 11px;
  position: relative; }
.libullet :before, .footer .footer_menu .block ul li :before, .catalog_menu .inner > li .dropdown .group ul li :before {
  content: "•";
  position: absolute;
  left: 0; }
.hover-underline, .answer-link, .header .city_ask .btns .btn, .mp_blog .main_item .cont .name, .mp_blog .items .items_block .item, .pager .pages a.txt, .section_filter .big_block .block.checkbox .showall, .section_filter .big_block .block.buttons .btn, .right_recommend_item .hover-overlay .to_basket, .right_recommend_items .item .hover-overlay .to_basket, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay .to_basket, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .hover-overlay .to_basket, .element_info .main_info .right_column .description_1_container .description_1 .show_more, .element_info .main_info .right_column .chars .show_more, .basket_page .basket_footer .buttons a, .order_form .order_submit_line .submit {
  text-decoration: none; }
.hover-underline:hover, .answer-link:hover, .header .city_ask .btns .btn:hover, .mp_blog .main_item .cont .name:hover, .mp_blog .items .items_block .item:hover, .pager .pages a.txt:hover, .section_filter .big_block .block.checkbox .showall:hover, .section_filter .big_block .block.buttons .btn:hover, .right_recommend_item .hover-overlay .to_basket:hover, .right_recommend_items .item .hover-overlay .to_basket:hover, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay .to_basket:hover, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .hover-overlay .to_basket:hover, .element_info .main_info .right_column .description_1_container .description_1 .show_more:hover, .element_info .main_info .right_column .chars .show_more:hover, .basket_page .basket_footer .buttons a:hover, .order_form .order_submit_line .submit:hover {
  text-decoration: underline; }
.default-underline, .section_filter .big_block .block .show_tip a, .element_right_panel .delivery_and_payment .feats .item a, .element_info .main_info .right_column .chars .chartable li .value a, .order_form .log_in_if_you_have a, .order_form .order_comment label {
  text-decoration: underline; }
.default-underline:hover, .section_filter .big_block .block .show_tip a:hover, .element_right_panel .delivery_and_payment .feats .item a:hover, .element_info .main_info .right_column .chars .chartable li .value a:hover, .order_form .log_in_if_you_have a:hover, .order_form .order_comment label:hover {
  text-decoration: none; }
.dirty-shadow-bottom, .mp_goodies, .mp_academy .items, .mp_feedback {
  background: url("/local/templates/kazanova2023/css/../img/shadow_copy_4.png") no-repeat center bottom; }
.dirty-wave-bottom {
  background: url("/local/templates/kazanova2023/css/../img/dirty_wave_1.png") repeat-x center bottom; }
.dirty-wave-fullwidth {
  background: url("/local/templates/kazanova2023/css/../img/dirty_wave_1.png") repeat-x center bottom;
  height: 29px;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -29px; }
.dirty-wave-fullwidth.reverse {
  background-image: url("/local/templates/kazanova2023/css/../img/dirty_wave_2.png"); }
.row-eq-height, .mp_blog .main_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.purple_flag_date, .mp_academy .items .item .date, .mp_news .item .date {
  font-size: 13px;
  color: #f7f7f7;
  float: left;
  background: #952d6b;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  line-height: 28px;
  padding: 0 20px 0 10px;
  position: relative; }
.purple_flag_date:after, .mp_academy .items .item .date:after, .mp_news .item .date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-right: 11px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent; }
.round-blue-btn, .mp_section_sh a, .right-btns a, .mp_text .more {
  vertical-align: middle;
  display: inline-block;
  line-height: 37px;
  font-size: 13px;
  border: #0099cc 1px solid;
  border-radius: 18px;
  padding: 0 28px;
  text-decoration: none;
  margin-left: 12px;
  margin-top: -2px;
  font-weight: normal; }
.round-blue-btn:hover, .mp_section_sh a:hover, .right-btns a:hover, .mp_text .more:hover, .round-blue-btn.reverse, .mp_section_sh a.reverse, .right-btns a.reverse, .mp_text .reverse.more {
  background-color: #0099cc;
  color: #ffffff; }
.round-blue-btn.reverse:hover, .mp_section_sh a.reverse:hover, .right-btns a.reverse:hover, .mp_text .reverse.more:hover {
  background-color: transparent;
  color: #0099cc; }
.round {
  border-radius: 50%; }
.block_selector .selector_variant {
  display: none; }
.block_selector .selector_input:nth-child(1):checked ~ .selector_variants .selector_variant:nth-child(1) {
  display: block; }
.block_selector .selector_input:nth-child(2):checked ~ .selector_variants .selector_variant:nth-child(2) {
  display: block; }
.block_selector .selector_input:nth-child(3):checked ~ .selector_variants .selector_variant:nth-child(3) {
  display: block; }
.block_selector .selector_input:nth-child(4):checked ~ .selector_variants .selector_variant:nth-child(4) {
  display: block; }
.block_selector .selector_input:nth-child(5):checked ~ .selector_variants .selector_variant:nth-child(5) {
  display: block; }
.block_selector .selector_input:nth-child(6):checked ~ .selector_variants .selector_variant:nth-child(6) {
  display: block; }
.block_selector .selector_input:nth-child(7):checked ~ .selector_variants .selector_variant:nth-child(7) {
  display: block; }
.block_selector .selector_input:nth-child(8):checked ~ .selector_variants .selector_variant:nth-child(8) {
  display: block; }
.block_selector .selector_input:nth-child(9):checked ~ .selector_variants .selector_variant:nth-child(9) {
  display: block; }
.block_selector .selector_input:nth-child(10):checked ~ .selector_variants .selector_variant:nth-child(10) {
  display: block; }
.block_selector .selector_input:nth-child(11):checked ~ .selector_variants .selector_variant:nth-child(11) {
  display: block; }
.block_selector .selector_input:nth-child(12):checked ~ .selector_variants .selector_variant:nth-child(12) {
  display: block; }
.block_selector .selector_input:nth-child(13):checked ~ .selector_variants .selector_variant:nth-child(13) {
  display: block; }
.block_selector .selector_input:nth-child(14):checked ~ .selector_variants .selector_variant:nth-child(14) {
  display: block; }
.block_selector .selector_input:nth-child(15):checked ~ .selector_variants .selector_variant:nth-child(15) {
  display: block; }
.block_selector .selector_input:nth-child(16):checked ~ .selector_variants .selector_variant:nth-child(16) {
  display: block; }
.block_selector .selector_input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -10; }
.bx-controls .bx-controls-direction .bx-prev,
.bx-controls .bx-controls-direction .bx-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: transparent; }
.bx-controls .bx-controls-direction .bx-prev {
  background: url("/local/templates/kazanova2023/css/../img/icon/left_0.png") no-repeat center; }
.bx-controls .bx-controls-direction .bx-prev:hover {
  background: url("/local/templates/kazanova2023/css/../img/icon/left_1.png") no-repeat center; }
.bx-controls .bx-controls-direction .bx-next {
  background: url("/local/templates/kazanova2023/css/../img/icon/right_0.png") no-repeat center; }
.bx-controls .bx-controls-direction .bx-next:hover {
  background: url("/local/templates/kazanova2023/css/../img/icon/right_1.png") no-repeat center; }
.pic_inner, .common_catalog_item .pic .inner, .popular_group .items .item .pic .inner, .catalog_section_items .item .pic .inner, .element_info .main_info .left_column .carousel-big .item .inner, .element_info .main_info .left_column .carousel-small .items .item .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  width: inherit;
  height: inherit; }
.pic_inner img, .common_catalog_item .pic .inner img, .popular_group .items .item .pic .inner img, .catalog_section_items .item .pic .inner img, .element_info .main_info .left_column .carousel-big .item .inner img, .element_info .main_info .left_column .carousel-small .items .item .inner img {
  display: inline-block; }
.common_catalog_item, .popular_group .items .item, .catalog_section_items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 17px; }
.common_catalog_item .pic, .popular_group .items .item .pic, .catalog_section_items .item .pic {
  height: 231px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 17px;
  overflow: hidden;
  display: block; }
.popular_group .items.popular_video .item .video_review {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 17px;
  overflow: hidden;
  display: block;
  height: auto;
  max-width:210px;}
.common_catalog_item .pic .inner, .popular_group .items .item .pic .inner, .catalog_section_items .item .pic .inner {
  width: 250px;
  height: 231px; }
.common_catalog_item .name, .popular_group .items .item .name, .catalog_section_items .item .name {
  font-size: 17px;
  line-height: 19px;
  display: block;
  height: 38px;
  overflow: hidden;
  margin-bottom: 10px; }
.b {
  font-weight: bold; }
.question_round, .element_right_panel .delivery_and_payment .blue_block .block .sh .q, .element_info .main_info .right_column .chars .chartable li .value .q {
  color: #661846;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #661846;
  border-radius: 12px; }
.question_round.shown, .element_right_panel .delivery_and_payment .blue_block .block .sh .shown.q, .element_info .main_info .right_column .chars .chartable li .value .shown.q {
  z-index: 9999;
  background: #9a2b6c;
  border-color: #9a2b6c;
  color: white; }
.no-bottom-margin {
  margin-bottom: 0 !important; }
.no-margin {
  margin: 0 !important; }
.no-display {
  display: none !important; }
.block-650 {
  max-width: 650px; }
.limit-height-180 {
  max-height: 180px;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  margin-right: -12px; }
.limit-height-180.ps-container {
  overflow-y: hidden;
  overflow-x: visible; }
.limit-height-180.ps-container.ps-in-scrolling {
  pointer-events: none; }
.limit-height-180.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background: #e1e1e1;
  width: 2px;
  z-index: 10; }
.limit-height-180.ps-container.ps-active-y + .showall {
  display: block; }
.limit-height-180.ps-container.ps-active-y label:nth-last-child(3) {
  margin-bottom: 0; }
.limit-height-180.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 2px; }
.limit-height-180.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background: #666666;
  border-radius: 3px;
  right: -2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }
.styled-checkbox, .section_filter .big_block .block.checkbox label input {
  position: absolute;
  margin: 0;
  opacity: 0; }
.styled-checkbox + span, .section_filter .big_block .block.checkbox label input + span {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-right: 15px;
}
.popup_one_click .styled-checkbox + span {
  width: 20px;
  height: 20px;
  border: solid 3px #f93f3e;
}
.styled-checkbox:checked + span, .section_filter .big_block .block.checkbox label input:checked + span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAMAAACTbPdTAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAAwkMEhUYGyQtMEJOWmZpbHiHlqi3ydLb4eTq7fD5/AfCZlgAAABVSURBVHgBY8AB+NiQOPwKkpxwDo+8ggI/iMECxJyyCgpCII4AUAW7lIKCCIjDJacgwyOuoCDGBOKxiSmAgAQrRD+zKJAjzQEzjlFYQY4byS5BXigDAECyBNHuQhMQAAAAAElFTkSuQmCC) no-repeat center #1d78ad;
  box-shadow: none; }
hr {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px; }
.submit-red-btn, .header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order, .order_form .order_submit_line .submit {
  background: #fd403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
  /* IE6-9 */
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  border: none;
  outline: none; }
.collapse-overflow {
  overflow: hidden; }
.collapse-overflow .show_more {
  position: absolute;
  z-index: -5;
  opacity: 0;
  display: block; }
.collapse-overflow .collapsible-inner {
  padding: 1px 0; }
.collapse-overflow.collapsed .collapsible-inner {
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
.collapse-overflow.collapsed .collapsible-inner:after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: url("/local/templates/kazanova2023/css/../img/white-shade.png") repeat-x; }
.collapse-overflow.collapsed .show_more {
  position: relative;
  z-index: 10;
  opacity: 1; }
.collapse-overflow.uncollapsed {
  max-height: none !important; }
.collapse-overflow.uncollapsed .collapsible-inner {
  height: auto !important; }
.collapse-overflow.uncollapsed .collapsible-inner:after {
  display: none; }
.collapse-overflow.uncollapsed .show_more {
  display: none !important; }
.full-width {
  width: 100%; }
.lonelyFlyer {
  position: fixed;
  z-index: 5000; }
.height-40 {
  height: 40px; }
.height-30 {
  height: 30px; }
.main_color {
  color: #9a2b6c; }
#toTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 15px;
  background: url("/local/templates/kazanova2023/css/../img/up.png");
  display: none;
  z-index: 100;
  cursor: pointer; }
html, body {
  margin: 0;
  padding: 0; }
html {
  overflow-y: scroll; }
body {
  font-family: "PT Sans", sans-serif;
  color: #010101;
  font-size: 15px;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
body > .header,
body > .main_area,
body > .footer {
  min-width: 1330px; }
body .header, body .footer {
  flex: 0 0 auto; }
body .main_area {
  flex: 1 0 auto; }
body .main_area {
  min-height: 180px; }
img {
  border: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
a {
  color: #0099cc;
  text-decoration: none;
  outline: none; }
a:hover {
  text-decoration: underline; }
.static-content .right-block a {
font-weight:600;
}
.wrapper {
  width: 1330px;
  margin: auto; }
h1, .like-h1 {
  font-size: 28px;
  font-weight: bold;
  color: #161616;
  margin: 29px 0; }
h2 {
  font-size: 26px;
  font-weight: bold; }
h3, .like-h3 {
  font-size: 24px;
  font-weight: bold; }
h4 {
  font-size: 24px;
  font-weight: normal; }
h5 {
  font-size: 19px;
  font-weight: normal; }
input {
  border-radius: 3px;
  font-family: "PT Sans", sans-serif; }
input[type="text"], input[type="time"], input[type="datetime"], input[type="datetime-local"] {
  border: none;
  color: black;
  font-weight: bold; }
input[type="submit"] {
  border: none;
  font-weight: bold; }
textarea {
  resize: none;
  margin: 0;
  padding: 10px 15px;
  border-radius: 3px;
  border: #e3e3e3 1px solid; }
.std-input, .order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"],
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"],
.order_form .user_fields .row:not(.bx_soa_location) .input textarea,
.order_form .user_fields .row:not(.bx_soa_location) select,
.order_form .user_fields .bx_soa_location .form-group .input input[type="text"],
.order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"],
.order_form .user_fields .bx_soa_location .form-group .input textarea {
  box-sizing: border-box;
  border: #e3e3e3 1px solid;
  border-radius: 3px;
  background: #fcfcfc;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.12);
  outline: none; }
input.std-input, .order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"],
.order_form .user_fields .row:not(.bx_soa_location) select,
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"],
.order_form .user_fields .bx_soa_location .form-group .input input[type="text"],
.order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"] {
  padding: 0 14px; }
button {
  cursor: pointer; }
.static-content {
  margin-top: 25px; }
.static-content h1 {
  margin-top: 0; }
.static-content table {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #c8e4ed; }
.static-content table tr:first-child {
  font-weight: bold;
  text-align: center; }
.static-content table tr:first-child td {
  background: #ebf7fb; }
.static-content table tr:first-child td:first-child {
  border-top-left-radius: 10px; }
.static-content table tr:first-child td:last-child {
  border-top-right-radius: 10px; }
.static-content table tr:last-child td {
  border-bottom: none; }
.static-content table tr td {
  border-right: 1px solid #c8e4ed;
  border-bottom: 1px solid #c8e4ed;
  padding: 15px 3px; }
.static-content table tr td:last-child {
  border-right: none; }
.static-content table.center-all td {
  text-align: center; }
.static-content table.delivery-list {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px; }
.static-content table.delivery-list tr td {
  width: 17%;
  padding: 15px 3px; }
.static-content table.delivery-list tr td:nth-child(2) {
  width: 10%; }
.static-content table.delivery-list tr td:last-child {
  width: 22%; }
.static-content .come_back {
  display: inline-block;
  margin: 8px 0 35px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px; }
.static-content .come_back img {
  margin-right: 13px; }
.static-content .submenu {
  float: left;
  width: 270px; }
.static-content .submenu .title-menu {
  background: #6c1a4b;
  background: -moz-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
  background: -webkit-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
  background: linear-gradient(to top, #5f1742, #6c1a4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1742', endColorstr='#6c1a4b', GradientType=0);
  padding: 10px 15px;
  border: 1px solid #611743;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  font-weight: bold;
  font-size: 20px; }
.static-content .submenu ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }
.static-content .submenu ul li {
  border-bottom: 1px solid #eeeeee; }
.static-content .submenu ul a {
  display: block;
  padding: 15px;
  font-weight: bold; }
.static-content .submenu ul a.selected {
  color: #333;
  background: #f8f8f8; }
.static-content .submenu ul a img {
  position: absolute; }
.static-content .submenu ul a img ~ span {
  margin-left: 35px; }
.static-content .submenu ul.root-item {
  background: #f8f8f8;
  margin-top: -12px;
  margin-bottom: 0; }
.static-content .submenu ul.root-item li:last-child {
  border-bottom: none; }
.static-content .submenu ul.root-item a {
  padding: 5px 15px 5px 25px;
  font-size: 15px;
  font-weight: normal;
  border: none; }
.static-content .submenu ul.root-item a.item-selected {
  color: #333; }
.static-content .submenu .popular-list .popular-item {
  padding: 15px;
  border-bottom: 1px solid #ececec; }
.static-content .submenu .popular-list .popular-item .popular-date {
  color: #999999;
  font-size: 13px; }
.static-content .submenu .popular-list .popular-item .popular-text {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px; }
.static-content .submenu .popular-list .mp_section_sh a {
  margin: 15px; }
.static-content .about-block .left-img {
  float: left;
  width: 460px;
  margin-bottom: 30px;
  clear: both; }
.static-content .about-block .right-text {
  width: 570px;
  float: right; }
.static-content .about-block .right-text .time-block {
  font-style: italic;
  font-weight: bold;
  background: #e4f3f8;
  color: #333333;
  padding: 4px 10px;
  border-radius: 3px;
  margin-right: 10px;
  float: left; }
.static-content .payment-title {
  color: #6a1a4a;
  font-weight: bold;
  font-size: 22px; }
.static-content .payment-list {
  margin-bottom: 50px; }
.static-content .payment-list .payment-item {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 60px;
  overflow: hidden; }
.static-content .payment-list .payment-item .payment-open {
  display: table-cell;
  width: 50px;
  height: 60px;
  vertical-align: middle;
  text-align: center; }
.static-content .payment-list .payment-item .payment-img {
  display: table-cell;
  width: 120px;
  height: 60px;
  vertical-align: middle; }
.static-content .payment-list .payment-item .payment-img img {
  display: block;
  margin: auto; }
.static-content .payment-list .payment-item .payment-name {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  color: #0099cc;
  font-weight: bold;
  font-size: 21px; }
.static-content .payment-list .payment-item .payment-text {
  padding-left: 50px;
  padding-right: 20px; }
.static-content .payment-list .payment-itemOpen {
  height: auto;
  background: #f6f6f6; }
.static-content .payment-list .payment-itemOpen .payment-name {
  color: #141414; }
.static-content .button-signUp {
  background: #fbfbfb;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px #dadada; }
.static-content .button-signUp span {
  font-weight: bold;
  margin-right: 20px;
  color: #343434;
  font-size: 18px; }
.static-content .button-signUp .button-style {
  background: #9a2b6c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  display: inline-block;
  border-radius: 3px;
  line-height: 45px;
  padding: 0 30px; }
.static-content .address_detail {
  color: #333333; }
.static-content .address_detail .element_info .main_info {
  border-bottom: 1px solid #f2f2f2; }
.static-content .address_detail .element_info .main_info .left_column .org-block {
  margin-top: 20px;
  margin-bottom: 35px; }
.static-content .address_detail .element_info .main_info .left_column .org-block img {
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: -3px; }
.static-content .address_detail .element_info .main_info .right_column {
  font-size: 15px; }
.static-content .address_detail .element_info .main_info .right_column .map {
  margin-bottom: 35px;
  height: 350px; }
.static-content .thanks-page .add-info {
  background: #e8f6fb;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 30px; }
.static-content .thanks-page .add-info img {
  margin-right: 7px;
  margin-bottom: -2px; }
.static-content .thanks-page .add-info .time_button {
  background-color: #9a2b6c;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px; }
.static-content .thanks-page .thanks {
  font-size: 15px;
  line-height: 25px; }
.static-content .search-form {
  position: absolute;
  margin-top: -65px;
  right: 0; }
.static-content .tags-line {
  display: inline-block;
  width: 800px;
  line-height: 22px;
  float: left; }
.static-content .tags-line .tags-title {
  font-weight: bold;
  float: left; }
.static-content .tags-line .tags-item {
  float: left;
  padding-left: 30px;
  color: #999999; }
.static-content .tags-line .tags-item:before {
  display: block;
  content: '';
  background: url(/local/templates/kazanova2023/css/../img/tags.png) no-repeat center left;
  height: 22px;
  width: 30px;
  float: left; }
.static-content .tags-line .tags-item a {
  color: #999999; }
.static-content .tags-line .tags-item .delete-tags {
  display: block;
  color: #e22c19;
  font-size: 22px;
  margin-top: -2px;
  float: right;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none; }
.static-content .my_reviews_orders .item {
  border-bottom: 1px solid #eeeeee; }
.static-content .my_reviews_orders .item span {
  line-height: 50px; }
.static-content .my_reviews_orders .item a {
  border: 1px solid #0099cc;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px; }
.static-content .block-404 {
  text-align: center;
  margin-bottom: 40px; }
.static-content .block-404 .mp_section_sh {
  margin: 15px 0 40px; }
.static-content .block-404 .search {
  max-width: 90%;
  margin: auto;
  width: 500px;
  border: 1px solid #CCD5DB;
  border-radius: 2px; }
.static-content .block-404 .search .bx-input-group {
  display: flex; }
.static-content .block-404 .search .bx-input-group input[type='text'] {
  font-size: 16px;
  height: 45px;
  outline: none;
  margin: 0 15px;
  width: 100%; }
.static-content .block-404 .search .bx-input-group input[type="submit"] {
  background: #fd403f;
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd403f', endColorstr='#f23d3c', GradientType=0);
  color: #fff;
  line-height: 45px;
  padding: 0 30px;
  outline: none; }
.static-content .tour-3d .inner {
  position: relative;
  width: 200px;
  height: 140px; }
.static-content .tour-3d .inner > img {
  opacity: 0.8; }
.static-content .tour-3d .icon-360 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 140px;
  top: 0; }
.newsList .newsItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
.newsList .newsItem .newsImg {
  display: table-cell;
  background: #fcfcfc;
  width: 200px;
  height: 140px;
  vertical-align: middle;
  line-height: 0;
  text-align: center; }
.newsList .newsItem.expired a {
  color: #808080; }
.newsList .newsContent {
  display: table-cell;
  padding-left: 30px; }
.newsList .newsContent .newsName {
  font-weight: bold;
  font-size: 21px; }
.newsList .newsContent .newsText {
  padding-top: 5px;
  font-size: 15px; }
.newsDetail .newsDate {
  color: #999999;
  font-weight: bold;
  margin-bottom: 10px; }
.newsDetail .newsText {
  clear: both;
  margin-bottom: 20px;
  min-height:510px;}
.newsDetail .pic {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px; }
.newsDetail .catalog_section_items {
  margin: 20px 20px 20px 0;
  padding: 0;
  border-bottom: 0;
  float: left; }
.newsDetail .share-block {
  border-top: 1px solid #ececec;
  clear: both;
  padding: 20px 0; }
.newsDetail .video-block {
  text-align: center;
  border-top: 1px solid #ececec;
  padding-top: 20px; }
.title_letter {
  font-size: 30px;
  color: #999999;
  line-height: 50px; }
.brandsList {
  margin-left: -10px;
  margin-right: -10px; }
.brandsList .brandsItem {
  display: block;
  width: 130px;
  float: left;
  margin: 0px 10px; }
.brandsList .brandsItem .pic_inner, .brandsList .brandsItem .common_catalog_item .pic .inner, .common_catalog_item .pic .brandsList .brandsItem .inner, .brandsList .brandsItem .popular_group .items .item .pic .inner, .popular_group .items .item .pic .brandsList .brandsItem .inner, .brandsList .brandsItem .catalog_section_items .item .pic .inner, .catalog_section_items .item .pic .brandsList .brandsItem .inner, .brandsList .brandsItem .element_info .main_info .left_column .carousel-big .item .inner, .element_info .main_info .left_column .carousel-big .item .brandsList .brandsItem .inner, .brandsList .brandsItem .element_info .main_info .left_column .carousel-small .items .item .inner, .element_info .main_info .left_column .carousel-small .items .item .brandsList .brandsItem .inner {
  height: 128px;
  border: 1px solid #e2e2e2;
  border-radius: 5px; }
.brandsList .brandsItem .brandsName {
  font-size: 15px;
  text-align: center;
  height: 40px;
  margin: 10px 0 20px; }
.brandsList .brandsItem:hover {
  color: #999999;
  text-decoration: none; }
.brandsList .brandsItem:hover .pic_inner, .brandsList .brandsItem:hover .common_catalog_item .pic .inner, .common_catalog_item .pic .brandsList .brandsItem:hover .inner, .brandsList .brandsItem:hover .popular_group .items .item .pic .inner, .popular_group .items .item .pic .brandsList .brandsItem:hover .inner, .brandsList .brandsItem:hover .catalog_section_items .item .pic .inner, .catalog_section_items .item .pic .brandsList .brandsItem:hover .inner, .brandsList .brandsItem:hover .element_info .main_info .left_column .carousel-big .item .inner, .element_info .main_info .left_column .carousel-big .item .brandsList .brandsItem:hover .inner, .brandsList .brandsItem:hover .element_info .main_info .left_column .carousel-small .items .item .inner, .element_info .main_info .left_column .carousel-small .items .item .brandsList .brandsItem:hover .inner {
  border-color: #0099cc; }
.brandsLine {
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 0 15px 15px;
  margin-bottom: 20px;
  font-weight: bold; }
.brandsLine .letter_link {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 3px;
  border-radius: 50%; }
.brandsLine .letter_link:hover {
  background-color: #0099cc;
  color: #FFFFFF;
  text-decoration: none; }
.brand_img {
  float: left;
  padding: 15px 15px 15px 0; }
.popover_sh {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px; }
.popover_content {
  font-size: 13px;
  color: #545454; }
.fancybox-pop {
  max-width: 700px;
  background: #ffffff; }
.fancybox-pop .fancybox-close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  background: none;
  width: auto;
  height: auto;
  top: 5px;
  right: -2px; }
.fancybox-pop .fancybox-close:hover, .fancybox-pop .fancybox-close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50); }
.fancybox-pop .fancybox-close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative; }
.fancybox-pop .fancybox-skin {
  background: #ffffff;
  padding: 0 !important; }
.fancybox-pop .fancybox-inner {
  max-width: 700px; }
.popup_shop_location {
  color: #000000;
  padding: 15px 20px 0; }
.popup_shop_location .sh {
  font-size: 21px; }
.popup_shop_location .l2 {
  font-size: 17px;
  padding-top: 4px;
  margin-bottom: 13px; }
.popup_shop_location .info {
  font-size: 13px;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 22px; }
.popup_shop_location .info.phone {
  font-size: 17px;
  font-weight: bold;
  background: url("/local/templates/kazanova2023/css/../img/icon/shop_minicard/phone.png") no-repeat 0 3px; }
.popup_shop_location .info.time {
  background: url("/local/templates/kazanova2023/css/../img/icon/shop_minicard/clock.png") no-repeat 0 3px; }
.popup_shop_location .info.payment {
  background: url("/local/templates/kazanova2023/css/../img/icon/shop_minicard/card.png") no-repeat 0 3px; }
.popup_shop_location .info.payment .l1 {
  font-size: 15px;
  font-weight: bold; }
.popup_shop_location .map {
  display: block;
  margin: 0 -20px;
  width: 700px;
  height: 350px; }
.popup_one_click, .default-popup-form {
  color: #666666;
  padding: 15px 20px 25px;
  max-width: 320px;
  min-width: 320px; }
.popup_one_click .inputs input[type="text"],
.popup_one_click .inputs input[type="time"],
.popup_one_click .inputs input[type="datetime"],
.popup_one_click .inputs input[type="datetime-local"], .default-popup-form .inputs input[type="text"],
.default-popup-form .inputs input[type="time"],
.default-popup-form .inputs input[type="datetime"],
.default-popup-form .inputs input[type="datetime-local"] {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 5px 10px; }
.popup_one_click .inputs input[type="text"], .default-popup-form .inputs input[type="text"] {
  height: 40px; }
.popup_one_click .inputs label, .default-popup-form .inputs label {
  display: block;
  padding-top: 15px;
  font-size: 18px; }
.popup_one_click .inputs label > span, .default-popup-form .inputs label > span {
  display: block;
  margin-bottom: 11px; }
.popup_one_click .inputs label.phone input, .default-popup-form .inputs label.phone input {
  width: 100%; }
.popup_one_click .inputs label.time, .default-popup-form .inputs label.time {
  border-bottom: 1px #efefef solid;
  padding-bottom: 15px; }
.popup_one_click .inputs label.time input, .default-popup-form .inputs label.time input {
  width: 200px; }
.popup_one_click .inputs label.time:not(.shown) .show_input, .default-popup-form .inputs label.time:not(.shown) .show_input {
  color: #0099cc;
  cursor: pointer; }
.popup_one_click .inputs label.time:not(.shown) input, .default-popup-form .inputs label.time:not(.shown) input {
  display: none; }
.popup_one_click .inputs label.time_call, .default-popup-form .inputs label.time_call {
  text-align: center; }
.popup_one_click .inputs label.time_call input, .default-popup-form .inputs label.time_call input {
  font-size: 20px; }
.popup_one_click .inputs label .code-flex, .default-popup-form .inputs label .code-flex {
  display: flex;
  justify-content: space-between; }
.popup_one_click .inputs label .code-flex .submit-red-btn, .popup_one_click .inputs label .code-flex .header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order, .header .header_ln .prods_block .basket .dropdown .bottom .btns .popup_one_click .inputs label .code-flex a.go_order, .popup_one_click .inputs label .code-flex .order_form .order_submit_line .submit, .order_form .order_submit_line .popup_one_click .inputs label .code-flex .submit, .default-popup-form .inputs label .code-flex .submit-red-btn, .default-popup-form .inputs label .code-flex .header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order, .header .header_ln .prods_block .basket .dropdown .bottom .btns .default-popup-form .inputs label .code-flex a.go_order, .default-popup-form .inputs label .code-flex .order_form .order_submit_line .submit, .order_form .order_submit_line .default-popup-form .inputs label .code-flex .submit {
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  width: 140px; }
.popup_one_click .time_call_submit, .default-popup-form .time_call_submit {
  text-align: center;
  margin-top: 24px;
  border-top: 1px solid #efefef; }
.popup_one_click .time_call_submit input[type="submit"], .default-popup-form .time_call_submit input[type="submit"] {
  margin-top: 19px; }
.popup_one_click .oferta-check, .default-popup-form .oferta-check {
  display: block;
  padding: 22px 0 0;
  font-size: 15px;
  color: #333333;
  line-height: 25px; }
.popup_one_click .oferta-check input + span, .default-popup-form .oferta-check input + span {
  margin-right: 12px; }
.popup_one_click input[type="submit"], .default-popup-form input[type="submit"] {
  margin-top: 27px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 19px;
  color: white;
  width: 140px;
  background: #fd403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
  /* IE6-9 */
  cursor: pointer; }
.reviews-style .info {
  margin-bottom: 18px; }
.reviews-style .info .pic {
  float: left;
  border-radius: 50%;
  margin-right: 20px; }
.reviews-style .info .name {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding-top: 20px; }
.reviews-style .info .city {
  font-style: italic; }
.reviews-style .comment {
  border: #f1f1f1 3px solid;
  position: relative;
  padding: 11px 13px 18px; }
.reviews-style .comment .date {
  font-size: 13px;
  padding-bottom: 4px; }
.reviews-style .comment:after {
  content: "";
  display: block;
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_top_g.png") white;
  width: 19px;
  height: 12px;
  position: absolute;
  left: 37px;
  top: -12px; }
.reviews-style .review {
  margin-bottom: 40px; }
.reviews-style .review .review-body {
  border: 3px solid #ebf5f9;
  font-size: 15px;
  color: #4e4e4e;
  padding: 15px 20px 12px 24px;
  position: relative; }
.reviews-style .review .review-body:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 19px;
  top: 17px;
  left: -12px;
  z-index: 5;
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_left_b.png") no-repeat center; }
.reviews-style .review .review-body .hdr .name {
  color: #343434;
  font-size: 18px;
  font-weight: bold; }
.reviews-style .review .review-body .hdr .stars {
  margin-left: 6px;
  font-size: 0;
  position: relative;
  top: 2px; }
.reviews-style .review .review-body .hdr .stars img {
  vertical-align: baseline; }
.reviews-style .review .review-body .hdr .date {
  margin-left: 12px;
  font-size: 13px;
  color: #666666; }
.reviews-style .review .review-body .text {
  margin: 10px 0; }
.reviews-style .review .review-body .city {
  color: #666666;
  font-size: 13px;
  font-style: italic; }
.reviews-style .review.question .review-body {
  color: #000000;
  border-color: #d7aac4; }
.reviews-style .review.question .review-body:before {
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_left_r.png") no-repeat center; }
.reviews-style .review.answer {
  margin-top: -18px; }
.reviews-style .review.answer .avatar {
  padding-top: 3px;
  float: left; }
.reviews-style .review.answer .avatar img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  vertical-align: top; }
.reviews-style .review.answer .review-body {
  border-color: #f2f2f2;
  margin-left: 100px; }
.reviews-style .review.answer .review-body:before {
  top: 57px;
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_left_g.png") no-repeat center; }
.reviews-style.sexologist-item .category {
  color: #999;
  padding-bottom: 10px; }
.reviews-style.sexologist-item .category span {
  color: #666; }
.reviews-style.sexologist-item .answer .avatar {
  float: right; }
.reviews-style.sexologist-item .answer .review-body {
  margin-right: 100px;
  margin-left: 0; }
.reviews-style.sexologist-item .answer .review-body:before {
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_part_right.png") no-repeat center;
  left: initial;
  right: -12px; }
.reviews-style.sexologist-list .review {
  margin-bottom: 20px; }
.reviews-style.reviews-academy {
  margin-top: 20px; }
.reviews-style.reviews-academy .review {
  margin-bottom: 20px; }
.reviews-list .review-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  clear: both; }
.reviews-list .review-item .review {
  margin: 0;
  clear: both;
  padding-top: 20px; }
.reviews-list .review-item .reviews-product {
  width: 200px;
  float: left;
  margin-right: 30px;
  text-align: center; }
.reviews-list .review-item .reviews-product .name {
  text-align: left; }
.reviews-list .review-item .reviews-text {
  float: left; }
.reviews-list .review-item .reviews-text.reviews-800 {
  width: 800px; }
.reviews-list .review-item .reviews-text .comment {
  border: 3px solid #ebf5f9; }
.reviews-list .review-item .reviews-text .comment:after {
  background: url(/local/templates/kazanova2023/css/../img/comment_baloon_top_b.png) white; }
.reviews-list .review-item .reviews-text .comment.question {
  border-color: #d7aac4; }
.reviews-list .review-item .reviews-text .comment.question:after {
  background: url(/local/templates/kazanova2023/css/../img/comment_baloon_top_r.png) white; }
.reviews-list .review-item .full_review.min_height .link_review {
  display: block; }
.reviews-list .review-item .full_review.min_height .text {
  height: 78px;
  overflow: hidden; }
.reviews-list .review-item .full_review.min_height .text:after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 35px;
  left: 0;
  background: url(/local/templates/kazanova2023/css/../img/white-shade.png) repeat-x; }
.reviews-list .review-item .full_review.min_height .text.click_review {
  height: auto; }
.reviews-list .review-item .full_review.min_height .text.click_review:after {
  display: none; }
.reviews-list .review-item .full_review .link_review {
  display: none;
  font-size: 14px;
  color: #0099cc;
  cursor: pointer; }
.reviews-list .review-item .full_review .link_review:hover {
  text-decoration: underline; }
.answer-link {
  padding-left: 20px;
  background: url("/local/templates/kazanova2023/css/../img/icon/comment_1.png") no-repeat 0 5px;
  font-size: 13px;
  font-weight: bold; }
.accordeon-menu .ul-parent {
  padding: 0;
  list-style: none;
  font-weight: bold; }
.accordeon-menu .ul-parent li .ul-child li {
 margin: 10px 0;

 }
.accordeon-menu .ul-parent li a.level_1 {
  display: block;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid #eee;
  padding :25px 10px;}
.accordeon-menu .ul-parent li a.level_1:before {
  display: block;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/icon/plus.png") no-repeat center;
  width: 30px;
  height: 25px;
  float: left; }
.accordeon-menu .ul-parent li a.active {
  border-bottom: none;
  color: #333333;
  background-color: #f6f6f6; }
.accordeon-menu .ul-parent li a.active:before {
  background: url("/local/templates/kazanova2023/css/../img/icon/minus.png") no-repeat center; }
.accordeon-menu .ul-parent li a.active + ul.ul-child {
  display: block; }
.accordeon-menu .ul-parent li .ul-child {
  display: none;
  list-style: none;
  padding-left: 50px;
  padding-right: 10px;
  line-height: 25px;
  padding-bottom: 10px;
  margin-top: -10px;
  border-bottom: 1px solid #eee;
  background-color: #f6f6f6; }
.accordeon-menu .ul-parent li .ul-child li a {
  font-size: 18px;
  line-height: 21px; }
.right-block {
  width: 1030px;
  float: right;
  position: relative; }
.right-block .question-analog-list {
  margin-bottom: 40px; }
.right-block .question-analog-list .item {
  border-bottom: 1px solid #eee;
  padding: 15px; }
.right-block .question-analog-list .item .author {
  font-style: italic;
  font-size: 15px;
  padding-top: 7px;
  color: #333; }
.right-block .blog-detail .blog-date {
  float: left;
  margin-right: 30px; }
.right-block .blog-detail .blog-links {
  float: left; }
.right-block .blog-detail .blog-links .author {
  font-size: 17px; }
.right-block .blog_main {
  margin-bottom: 15px; }
.right-block .blog_main img {
  float: left; }
.right-block .blog_main .blog_main_text {
  background: #f6f6f6;
  height: 220px;
  padding: 15px 15px 15px 620px;
  font-size: 15px; }
.right-block .blog_main .blog_main_text .blog_content {
  height: 200px;
  overflow: hidden; }
.right-block .blog_main .blog_main_text .blog_content .blog_date {
  color: #666666;
  font-weight: bold; }
.right-block .blog_main .blog_main_text .blog_content .blog_name {
  font-size: 21px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px; }
.right-block .training-list {
  margin-top: 29px; }
.right-block .training-list .mp_academy .items .item {
  width: 330px;
  margin-right: 20px;
  margin-bottom: 20px; }
.right-block .training-list .mp_academy .items .item:nth-child(3n) {
  margin-right: 0; }
.right-block .training-list .mp_academy .items .item:nth-child(3n+1) {
  clear: both; }
.right-block .training-list .mp_academy .items .item .training-img {
  height: 150px;
  display: table-cell;
  width: 330px;
  border: 1px solid #f3f3f3;
  text-align: center;
  vertical-align: middle;
  line-height: 0; }
.right-block .training-detail .training-text .training_block_price {
  line-height: 50px;
  margin-top: 10px; }
.right-block .training-detail .training-text .training_block_price .training_old_price {
  font-size: 18px;
  color: #999999;
  text-decoration: line-through;
  float: left;
  margin-right: 20px; }
.right-block .training-detail .training-text .training_block_price .training_price {
  font-size: 28px;
  font-weight: bold;
  float: left;
  margin-right: 40px; }
.right-block .training-detail .training-text .training_block_price a {
  background: linear-gradient(to top, #f23d3c, #fd403f);
  color: #FFF;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 4px; }
.blog_list {
  position: relative; }
.blog_list .bx-wrapper {
  margin: 0 !important; }
.blog_list .blog_item {
  padding: 15px;
  border: 1px solid #e9e9e9;
  float: left;
  width: 290px;
  margin-right: 15px; }
.blog_list .blog_item .blog_img {
  display: table-cell;
  height: 215px;
  width: 301px;
  background-color: #f3f3f3;
  text-align: center;
  vertical-align: middle;
  line-height: 0; }
.blog_list .blog_item .blog_date {
  font-size: 13px;
  color: #999999;
  padding-top: 15px; }
.blog_list .blog_item .blog_name {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px; }
.blog_list .blog_item .blog_text {
  font-size: 13px;
  margin-bottom: 10px; }
.blog_list .blog_item_3 {
  margin-bottom: 15px;
  width: 301px; }
.blog_list .blog_item_3:nth-child(3n) {
  margin-right: 0; }
.blog_list .blog_item_3:nth-child(3n+1) {
  clear: both; }
.blog_list .bx-controls {
  position: absolute;
  right: 0;
  top: -96px; }
.blog_list .bx-controls a {
  margin-left: 10px; }
.training-list .pic {
  float: left;
  margin-right: 15px; }
.training-list .name-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  float: left;
  width: 315px;
  padding-top: 6px; }
.questions-list-in-blog {
  position: relative; }
.questions-list-in-blog .right-btns {
  position: absolute;
  right: 130px;
  top: 7px; }
.feedback_form {
  background: #fafdff;
  border-top: 1px solid #dedede;
  padding: 25px 40px 30px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
.feedback_form .sh {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333; }
.feedback_form .rules {
  font-size: 15px;
  color: #868686;
  margin-bottom: 20px; }
.feedback_form .feedback_input {
  width: 316px;
  display: block;
  float: left;
  margin-bottom: 15px; }
.feedback_form .feedback_input input {
  border: 1px solid #e3e3e3;
  margin-left: 10px;
  line-height: 30px;
  width: 200px;
  padding: 1px 10px; }
.feedback_form label {
  font-weight: bold;
  color: #666;
  display: inline-block; }
.feedback_form .inputs_and_rules {
  margin-bottom: 30px; }
.feedback_form .inputs_and_rules .inputs {
  float: left;
  width: 365px;
  border-right: 1px solid #e6e6e6;
  margin-right: -1px;
  padding-top: 7px; }
.feedback_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-container {
  min-height: 40px !important; }
.feedback_form .inputs_and_rules .inputs .input {
  box-sizing: border-box;
  width: 340px;
  height: 40px;
  border: #f1f1f1 1px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: normal; }
.feedback_form .inputs_and_rules .inputs .input:focus {
  border-color: #0099cc; }
.feedback_form .inputs_and_rules .inputs .lgnd {
  font-size: 15px;
  color: #666666;
  font-weight: bold; }
.feedback_form .inputs_and_rules .inputs .stars {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px; }
.feedback_form .inputs_and_rules .inputs .stars label {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_21.png") no-repeat center;
  cursor: pointer; }
.feedback_form .inputs_and_rules .inputs .stars input {
  position: absolute;
  margin: 0;
  opacity: 0;
  cursor: pointer; }
.feedback_form .inputs_and_rules .inputs .stars input:checked + label ~ label {
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_20.png") no-repeat center; }
.feedback_form .inputs_and_rules .rules {
  float: left;
  border-left: 1px solid #e6e6e6;
  width: 585px;
  box-sizing: border-box;
  color: #868686;
  padding-left: 25px; }
.feedback_form textarea {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 123px;
  margin-bottom: 20px; }
.feedback_form .feedback_file {
  margin-top: -5px;
  margin-bottom: 20px; }
.feedback_form .form-file--label input[type="file"] {
  display: none; }
.feedback_form .form-file--label .btn {
  color: #0099cc;
  cursor: pointer; }
.feedback_form .remove {
  margin-left: 10px;
  font-weight: bold;
  color: #bb1d26;
  cursor: pointer; }
.feedback_form .feedback_file .form-file--info {
  width: 100%;
  font-size: 0.8rem; }
.feedback_form .send label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #666666; }
.feedback_form .send label input + span {
  position: relative;
  top: -2px;
  margin-right: 10px; }
.feedback_form .send label input:checked + span {
  background-color: #0099cc; }
.feedback_form input[type="submit"] {
  background: #9a2b6c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  width: 160px; }
.feedback_form .bx-sls .dropdown-block {
  padding: 0;
  width: 340px;
  border: none;
  box-shadow: none;
  margin-bottom: 20px; }
.feedback_form .bx-sls .dropdown-block .dropdown-icon {
  top: 12px; }
.feedback_form .bx-sls .dropdown-block .dropdown-fade2white {
  right: 1px; }
.feedback_form .bx-sls .dropdown-block .bx-ui-sls-clear {
  margin-top: 6px;
  z-index: 10; }
.feedback_form .bx-sls .bx-ui-sls-route,
.feedback_form .bx-sls .bx-ui-sls-fake {
  padding: 0 22px 0 30px !important;
  box-sizing: border-box;
  height: 40px;
  border: #f1f1f1 1px solid !important; }
.feedback_form .bx-sls .bx-ui-sls-route:focus,
.feedback_form .bx-sls .bx-ui-sls-fake:focus {
  border-color: #0099cc !important; }
.feedback_form.training-phone {
  display: table;
  margin-top: 20px; }
.feedback_form.training-phone .close_form {
  width: 14px;
  height: 14px;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_del.png") no-repeat left top;
  cursor: pointer;
  float: right;
  margin-right: -25px;
  margin-top: -10px; }
.feedback_form.training-phone span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px; }
.feedback_form.training-phone .feedback_input {
  margin-bottom: 0; }
.feedback_form.training-phone input[type="submit"] {
  height: 34px;
  font-size: 16px; }
.feedback_form.region_user .inputs_and_rules {
  margin-bottom: 0; }
.feedback_form.region_user textarea {
  margin-top: 7px;
  height: 151px; }
.rules_text {
  overflow: hidden;
  /*
  &:before{
    content: "";
    display: block;
    width: 559px;
    height: 30px;
    background: linear-gradient(to top, #fafdff, transparent);
    position: absolute;
  }
  */ }
.rules_text.open_text {
  height: auto !important; }
.rules {
  position: relative; }
.rules .link_rules {
  color: #0099cc;
  cursor: pointer; }
.rules .link_rules:before {
  content: "";
  display: block;
  width: 559px;
  height: 30px;
  background: linear-gradient(to top, #fafdff, transparent);
  position: absolute;
  right: 0;
  margin-top: -30px; }
.review_order_form .leave_review_order {
  background: url(/local/templates/kazanova/css/../img/blue_wave_bottom.png) repeat-x left bottom #e8f6fb;
  padding: 25px 40px 30px; }
.review_order_form .leave_review_order .input_review {
  margin-bottom: 20px; }
.review_order_form .leave_review_order .input_review .lgnd {
  font-size: 15px;
  color: #666666;
  font-weight: bold; }
.review_order_form .leave_review_order .input_review .stars {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px; }
.review_order_form .leave_review_order .input_review .stars label {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_21.png") no-repeat center;
  cursor: pointer; }
.review_order_form .leave_review_order .input_review .stars input {
  position: absolute;
  margin: 0;
  opacity: 0;
  cursor: pointer; }
.review_order_form .leave_review_order .input_review .stars input:checked + label ~ label {
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_20.png") no-repeat center; }
.review_order_form .leave_review_order .input_review .comment {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  color: #868686;
  margin-left: 20px; }
.review_order_form .leave_review_order .input_review .text_bonus {
  color: #8b2661;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px; }
.review_order_form .leave_review_order textarea {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 123px;
  margin-bottom: 20px; }
.review_order_form .leave_review_order.rating .input_review .comment {
  display: none; }
.review_order_form .leave_review_order.rating .input_review + textarea {
  display: none; }
.review_order_form .leave_review_order.rating .input_review.open .comment {
  display: inline-block; }
.review_order_form .leave_review_order.rating .input_review.open + textarea {
  display: block; }
.review_order_form .item_block {
  display: table;
  width: 100%; }
.review_order_form .item_block > div {
  display: table-cell;
  height: 150px;
  vertical-align: middle; }
.review_order_form .item_block .pic {
  width: 170px;
  text-align: center;
  font-size: 0; }
.review_order_form .item_block .name span {
  color: #0099cc;
  font-weight: bold; }
.review_order_form .item_block .price {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  width: 10%;
  white-space: nowrap; }
.review_order_form input[type=submit] {
  cursor: pointer;
  width: 295px;
  font-size: 25px;
  height: 60px;
  line-height: 60px; }
.bx-authform {
  margin: auto; }
.bx-authform input[type="submit"] {
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  background: #fd403f;
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 3px; }
.bx-personal .submit-red-btn, .bx-personal .header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order, .header .header_ln .prods_block .basket .dropdown .bottom .btns .bx-personal a.go_order, .bx-personal .order_form .order_submit_line .submit, .order_form .order_submit_line .bx-personal .submit {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer; }
.bx-personal input[type="text"],
.bx-personal input[type="password"],
.bx-personal textarea {
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
  font-weight: normal; }
.bx-personal .profile-line {
  border-top: 1px solid #f0f0f0;
  line-height: 60px;
  clear: both; }
.bx-personal .profile-line:first-of-type {
  border: none; }
.bx-personal .profile-line .title {
  font-size: 21px; }
.bx-personal .profile-line .name {
  color: #666;
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  float: left;
  font-weight: bold; }
.bx-personal .profile-line .value {
  float: left;
  margin-right: 10px;
  line-height: normal; }
.bx-personal .profile-line .value input[type="text"],
.bx-personal .profile-line .value input[type="password"],
.bx-personal .profile-line .value textarea {
  width: 300px;
  margin: 10px 0; }
.bx-personal .profile-line .value input[type="text"]#PERSONAL_BIRTHDAY,
.bx-personal .profile-line .value input[type="password"]#PERSONAL_BIRTHDAY,
.bx-personal .profile-line .value textarea#PERSONAL_BIRTHDAY {
  margin-right: 5px; }
.bx-personal .profile-line .value input[type="text"]:read-only,
.bx-personal .profile-line .value input[type="password"]:read-only,
.bx-personal .profile-line .value textarea:read-only {
  background: #f3f3f3; }
.bx-personal .profile-line .value select {
  width: 332px;
  margin: 10px 0;
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 3px;
  font-family: "PT Sans", sans-serif; }
.bx-personal .profile-line .value img {
  vertical-align: middle; }
.bx-personal .profile-line .value input[type="submit"],
.bx-personal .profile-line .value input[type="reset"] {
  padding: 0 30px;
  line-height: 50px;
  cursor: pointer;
  margin-top: 10px; }
.bx-personal .profile-line .value input[type="reset"] {
  background: none;
  border: none;
  font-size: 15px; }
.bx-personal .profile-line .comment {
  font-style: italic;
  color: #999;
  font-size: 15px; }
.sms-block .bx-authform-input-container {
  display: flex; }
.sms-block .bx-authform-input-container .submit-red-btn, .sms-block .bx-authform-input-container .header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order, .header .header_ln .prods_block .basket .dropdown .bottom .btns .sms-block .bx-authform-input-container a.go_order, .sms-block .bx-authform-input-container .order_form .order_submit_line .submit, .order_form .order_submit_line .sms-block .bx-authform-input-container .submit {
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 20px;
  line-height: 38px;
  width: 200px;
  padding: 0 20px; }
.order_list_info .tabs .selector_labels {
  background: #f7f7f7;
  border-radius: 4px; }
.order_list_info .tabs .selector_labels label {
  display: inline-block;
  color: #0099cc;
  font-weight: bold;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  cursor: pointer;
  position: relative; }
.order_list_info .tabs .selector_labels label:after {
  display: block;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  margin-left: -8px;
  border-width: 8px; }
.order_list_info .tabs .selector_input:nth-child(1):checked ~ .selector_labels label:nth-child(1) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(1):checked ~ .selector_labels label:nth-child(1):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(2):checked ~ .selector_labels label:nth-child(2) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(2):checked ~ .selector_labels label:nth-child(2):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(3):checked ~ .selector_labels label:nth-child(3) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(3):checked ~ .selector_labels label:nth-child(3):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(4):checked ~ .selector_labels label:nth-child(4) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(4):checked ~ .selector_labels label:nth-child(4):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(5):checked ~ .selector_labels label:nth-child(5) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(5):checked ~ .selector_labels label:nth-child(5):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(6):checked ~ .selector_labels label:nth-child(6) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(6):checked ~ .selector_labels label:nth-child(6):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(7):checked ~ .selector_labels label:nth-child(7) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(7):checked ~ .selector_labels label:nth-child(7):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(8):checked ~ .selector_labels label:nth-child(8) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(8):checked ~ .selector_labels label:nth-child(8):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(9):checked ~ .selector_labels label:nth-child(9) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(9):checked ~ .selector_labels label:nth-child(9):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(10):checked ~ .selector_labels label:nth-child(10) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(10):checked ~ .selector_labels label:nth-child(10):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(11):checked ~ .selector_labels label:nth-child(11) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(11):checked ~ .selector_labels label:nth-child(11):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(12):checked ~ .selector_labels label:nth-child(12) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(12):checked ~ .selector_labels label:nth-child(12):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(13):checked ~ .selector_labels label:nth-child(13) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(13):checked ~ .selector_labels label:nth-child(13):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(14):checked ~ .selector_labels label:nth-child(14) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(14):checked ~ .selector_labels label:nth-child(14):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(15):checked ~ .selector_labels label:nth-child(15) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(15):checked ~ .selector_labels label:nth-child(15):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_input:nth-child(16):checked ~ .selector_labels label:nth-child(16) {
  background: #0099cc;
  color: #FFF; }
.order_list_info .tabs .selector_input:nth-child(16):checked ~ .selector_labels label:nth-child(16):after {
  border-top-color: #0099cc; }
.order_list_info .tabs .selector_variants {
  margin-bottom: 30px; }
.order_list_info .tabs .sale-order-list-container {
  border-radius: 4px 4px 0 0;
  margin-top: 20px;
  clear: both; }
.order_list_info .tabs .sale-order-list-container .sale-order-list-title-container {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #d5d5d5;
  background: linear-gradient(to bottom, #FFF, #f8f8f8);
  padding: 0 30px;
  line-height: 55px; }
.order_list_info .tabs .sale-order-list-container .sale-order-list-title-container .sale-order-list-title {
  font-size: 24px;
  font-weight: bold; }
.order_list_info .tabs .sale-order-list-container .sale-order-list-title-container .sale-order-list-about-link {
  float: right;
  font-weight: bold;
  text-decoration: none; }
.order_list_info .tabs .sale-order-list-container .sale-order-list-inner-container {
  padding: 30px 30px 20px;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed; }
.sale-order-detail .sale-order-detail-title-container h1 {
  display: inline-block; }
.sale-order-detail .sale-order-detail-title-container img {
  margin-right: 13px; }
.sale-order-detail .sale-order-detail-general {
  margin-bottom: 30px; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-content {
  border: 1px solid #ededed;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 30px; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table {
  display: table;
  width: 100%; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr {
  display: table-row; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
  display: table-cell;
  height: 110px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 10px; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td:first-child {
  width: 110px; }
.sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td .sale-order-detail-order-item-imgcontainer {
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.sale-order .sale-order-column {
  width: 310px;
  float: left;
  padding-right: 30px; }
.sale-order .sale-order-column .sale-order-line {
  margin-bottom: 8px; }
.sale-order .sale-order-status {
  width: 250px;
  float: right;
  border-left: 1px solid #f2f2f2;
  padding-left: 30px; }
.sale-order .sale-order-status .sale-order-title {
  font-size: 17px;
  font-weight: bold;
  color: #52b83e; }
.sale-order .sale-order-status .sale-order-link {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  border: #e7e7e7 1px solid;
  border-radius: 3px;
  color: #666;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  margin-top: 15px; }
.sale-order .sale-order-footer {
  background: #e8f6fb;
  padding: 30px 30px 25px;
  background: url(/local/templates/kazanova2023/css/../img/blue_wave_bottom.png) repeat-x left bottom #e8f6fb; }
.sale-order .sale-order-footer .sale-order-list-button {
  font-size: 17px;
  line-height: 50px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  float: right;
  cursor: pointer;
  outline: none;
  border: none; }
.sale-order-detail-payment-options {
  display: none; }

 .bx_size_scroller_container .bx_size ul {
  display: flex;
  flex-wrap: wrap;
  max-width:400px; }
 .bx_size_scroller_container .bx_size ul li {
    list-style-type: none;
    width: max-content !important; }
 .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li .cnt {
    display: block;
    font-size: 13px;
    line-height: 28px;
    height: auto;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    color: #5d5d5d;
    padding: 0 10px;
    margin: 5px;
    background: #f9f9f9;
    border-radius: 3px;
    background-clip: padding-box;
    white-space: nowrap; }

  .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li .cnt:hover, .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li:hover .cnt {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	text-decoration: none; }
  .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt {
    display: block;
    border-color: transparent;
    background: #9a2b6c;
    color: white;
    border:none;
    white-space: nowrap; }

  @media screen and (max-width: 749px) {
  .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li .cnt, .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt {
  font-size:16px;
  line-height:32px;
  font-weight: normal;  }

  .bx-retina .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt {
	  -webkit-border-image: unset;
	  border-image: unset;
	  }
    }

.bx_compare {
  margin-bottom: 30px; }
.bx_compare .bx_sort_container .sorttext {
  display: inline-block; }
.bx_compare .bx_sort_container .sortbutton {
  font-size: 14px;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  border: #e7e7e7 1px solid;
  color: #787878; }
.bx_compare .bx_sort_container .sortbutton.current, .bx_compare .bx_sort_container .sortbutton:hover {
  background: #4c1435;
  border: 1px solid #4c1435;
  color: #FFF;
  box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0, 0, 0, 0.4); }
.bx_compare .table_compare {
  overflow: auto;
  width: 100%;
  padding-top: 40px; }
.bx_compare .table_compare table {
  min-width: 100%;
  border-collapse: collapse;
  position: relative; }
.bx_compare .table_compare table tr td {
  font-size: 15px;
  padding: 15px;
  text-align: center;
  border: 1px solid #f2f2f2; }
.bx_compare .table_compare table tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  color: #666666;
  text-align: left;
  vertical-align: top; }
.bx_compare .table_compare table tr td .bx_compare_item {
  width: 270px;
  margin: auto;
  text-align: left; }
.bx_compare .table_compare table tr:nth-child(even) td {
  background: #fdfdfd; }
.bx_compare .table_compare table tr.bx_compare_del td {
  padding: 0;
  border: 0; }
.bx_compare .table_compare table tr.bx_compare_del td .bx_compare_del_col {
  position: absolute;
  top: 0;
  margin-left: 105px;
  margin-top: 10px;
  z-index: 110; }
.gift-block {
  position: relative;
  margin-bottom: 20px; }
.gift-block .gift-block-title .pic-gift {
  float: left;
  margin-right: 8px; }
.gift-block .gift-block-title .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 69px; }

.bx_searche .bx_price {
     font-weight: bold;}

.bx_searche .bx_price .old {
	color: #999999;
    text-decoration: line-through;
	font-weight: normal }
.mp_blog .main_item .pic img {
	  display: block;
	  width:300px;
	  height:300px; }



@media screen and (max-width: 749px) {

  .gift-block.catalog_section_items .item > .inner .btns {
    display: block; }
  .gift-block.catalog_section_items .item:hover > .inner .btns {
    display: block; } }
.gift-block .item-gift > .products {
  padding-top: 80px; }
.gift-block .item-gift .bx-viewport {
  padding-top: 65px;
  padding-left: 34px;
  margin-left: -34px;
  padding-right: 39px;
  margin-right: -39px; }
.gift-block .item-gift .bx-viewport .item[data-bx-active] {
  opacity: 0; }
.gift-block .item-gift .bx-viewport .item[data-bx-active="yes"],
.gift-block .item-gift .bx-viewport .item[data-bx-active="yes"] + .item,
.gift-block .item-gift .bx-viewport .item[data-bx-active="yes"] + .item + .item,
.gift-block .item-gift .bx-viewport .item[data-bx-active="yes"] + .item + .item + .item {
  opacity: 1; }
.gift-block .item-gift .bx-controls-direction {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10; }
.gift-block .item-gift .bx-controls-direction .bx-prev {
  margin-right: 10px; }
.element_info .gift-block {
  margin-top: -40px; }




@media screen and (min-width: 750px) {
  .element_info .gift-block .gift-block-title {
    position: absolute;
    width: 100%; } }
.element_info .gift-block .item-gift:hover .bx-viewport {
  z-index: 9;
  height: 570px !important;
  margin-bottom: -150px; }
.header .city_ask {
  box-sizing: border-box;
  height: 90px;
  background: url("/local/templates/kazanova2023/css/../img/ze2.png") repeat-x center #401e32;
  position: absolute;
  min-width: 100%;
  left: 0;
  padding-top: 25px;
  color: #ffffff;
  font-size: 13px; }
.header .city_ask + .placehold {
  height: 90px; }
.header .city_ask ~ .sticky-wrapper.is-sticky #sticky_part {
  padding-top: 90px; }
.header .city_ask:not(.hidden) ~ .header_ln .geo {
  top: -119px; }
.header .city_ask:not(.hidden) ~ .header_ln .cabinet {
  top: -120px; }
.header .city_ask:not(.hidden).expanded ~ .header_ln .geo {
  top: -199px; }
.header .city_ask:not(.hidden).expanded ~ .header_ln .cabinet {
  top: -200px; }
.header .city_ask.hidden {
  display: none; }
.header .city_ask.hidden + .placehold {
  display: none; }
.header .city_ask.hidden ~ .sticky-wrapper.is-sticky #sticky_part {
  padding-top: 0; }
.header .city_ask.expanded {
  height: 170px;
  background: url("/local/templates/kazanova2023/css/../img/ze_city.png") repeat-x center #401e32; }
.header .city_ask.expanded .btns {
  display: none; }
.header .city_ask.expanded .input_block,
.header .city_ask.expanded .most_often {
  display: block; 
  max-height: 140px; }
.header .city_ask.expanded:not(.hidden) + .placehold {
  height: 170px; }
.header .city_ask.expanded:not(.hidden) ~ .sticky-wrapper.is-sticky #sticky_part {
  padding-top: 170px; }
.header .city_ask .your_region {
  float: left;
  margin-right: 25px; }
.header .city_ask .your_region .l1 {
  color: #989898;
  margin-top: -2px; }
.header .city_ask .your_region .l2 {
  font-size: 15px;
  font-weight: bold; }
.header .city_ask .btns {
  float: left;
  font-size: 0; }
.header .city_ask .btns .btn {
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 13px; }
.header .city_ask .btns .btn.y {
  background: #fa3f3e;
  font-weight: bold; }
.header .city_ask .btns .btn.n {
  border-color: rgba(231, 231, 231, 0.3); }
.header .city_ask .input_block {
  display: none;
  float: left;
  background: url("/local/templates/kazanova2023/css/../img/icon/location.png") no-repeat 14px 12px #ffffff;
  border-radius: 3px;
  position: relative; }
.header .city_ask .input_block input {
  width: 500px;
  border: none;
  box-sizing: border-box;
  line-height: 20px;
  padding: 10px 33px !important;
  font-size: 15px;
  color: black;
  border-radius: 3px;
  font-weight: bold;
  background: transparent;
  box-shadow: none;
  height: 40px; }
.header .city_ask .input_block input.bx-ui-sls-fake {
  position: relative !important; }
.header .city_ask .input_block .bx-ui-sls-clear,
.header .city_ask .input_block .clear_btn {
  position: absolute;
  display: block;
  z-index: 5;
  width: 20px;
  height: 14px;
  background: url("/local/templates/kazanova2023/css/../img/icon/location_erase.png") no-repeat;
  top: 13px;
  right: 15px;
  margin-top: 0; }
.header .city_ask .input_block .bx-sls .dropdown-block {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: transparent; }
.header .city_ask .input_block .bx-sls .dropdown-block .dropdown-icon {
  display: none; }
.header .city_ask .most_often {
  display: none;
  margin-left: 45px;
  list-style: none;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  float: left;
  font-size: 14px;
  font-weight: bold; }
.header .city_ask .most_often li {
  cursor: pointer;
  color: #ffffff;
  padding: 4px 0;
  line-height: 18px; }
.header .city_ask .most_often li:nth-child(-n+10) {
  color: #00bcfb; }
.header .city_ask .most_often li:hover {
  color: #ff5150; }
.header .topping_bg {
  height: 38px;
  background: #f7f7f7;
  position: relative; }
.header .topping_bg:after {
  content: "";
  display: block;
  width: 100%;
  background: url("/local/templates/kazanova2023/css/../img/topping_bg.png") repeat-x;
  height: 6px;
  position: absolute;
  top: 100%;
  z-index: 9; }
.header .topping {
  font-size: 14px;
  height: 38px;
  padding-top: 11px; }
.header .topping .central {
  margin: 0 280px 0 430px;
  text-align: center; }
.header .topping .central a {
  color: #666666;
  text-decoration: none;
  border-bottom-color: transparent; }
.header .topping .central a:hover {
  border-bottom: 1px solid #d1d1d1; }
.header .topping .central .delimiter {
  margin: 0 26px;
  color: #c1c1c1; }
.header .header_ln {
  padding-top: 25px;
  padding-bottom: 23px;
  font-size: 13px;
  position: relative; }
.header .header_ln .logo {
  display: block;
  margin-top: 7px;
  background-image: url("/local/templates/kazanova2023/css/../pic/header_logo.png");
  width: 286px;
  height: 45px; }
.header .header_ln .geo, .header .header_ln .cabinet {
  position: absolute;
  font-size: 14px; }
.header .header_ln .geo a, .header .header_ln .cabinet a {
  color: #292929;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1; }
.header .header_ln .geo a:hover, .header .header_ln .cabinet a:hover {
  border-bottom-color: transparent; }
.header .header_ln .geo .delimiter, .header .header_ln .cabinet .delimiter {
  margin: 0 28px;
  background: #d8d8d8;
  height: 17px;
  width: 1px;
  display: inline-block;
  vertical-align: top; }
.header .header_ln .geo {
  left: 0;
  top: -29px;
  padding-left: 21px;
  background: url("/local/templates/kazanova2023/css/../img/icon/location.png") no-repeat 0 1px; }
.header .header_ln .geo .select {
  position: relative; }
.header .header_ln .geo .select:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  right: -15px;
  border: 4px solid transparent;
  border-top-color: #666666; }
.header .header_ln .cabinet {
  top: -30px;
  right: 0;
  padding-left: 32px;
  padding-top: 1px;
  padding-bottom: 7px;
  background: url("/local/templates/kazanova2023/css/../img/icon/keylock_0.png") no-repeat 0 0; }
.header .header_ln .cabinet.authorized {
  background: url("/local/templates/kazanova2023/css/../img/icon/keylock_1.png") no-repeat 0 0; }
.header .header_ln .cabinet .sale_order_link {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #0099cc;
  padding: 7px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  margin-left: -240px;
  margin-top: -6px;
  color: #FFF; }
.header .header_ln .cabinet .sale_order_link a {
  color: #FFF;
  border-bottom-color: #FFF; }
.header .header_ln .cabinet .sale_order_link a:hover {
  border-bottom: none; }
.header .header_ln .cabinet .sale_order_link a.sale_order_close {
  border: none;
  font-size: 0;
  margin-right: 8px;
  float: left; }
.header .header_ln .cabinet .sale_order_link:after {
  display: block;
  content: "";
  position: absolute;
  right: -4px;
  margin-top: -12px;
  border-left: 4px solid #0099cc;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }
.header .header_ln .phone_block {
  background: url("/local/templates/kazanova2023/css/../img/icon/phone_in_ring.png") no-repeat left top;
  min-height: 55px;
  padding-left: 65px;
  margin-left: 45px; }
.header .header_ln .phone_block .l1 {
  margin: 1px 0 2px;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  font-style: italic; }
.header .header_ln .phone_block .phone {
  display: block;
  font-size: 27px;
  color: #0b0b0b;
  text-decoration: none; }
.header .header_ln .phone_block .call_me {
  line-height: 38px;
  padding: 0 24px;
  margin-top: 15px;
  margin-left: 28px; }
.header .header_ln .prods_block {
  font-weight: bold; }
.header .header_ln .prods_block > div .l1 {
  padding-top: 10px;
  line-height: 16px;
  color: #666666; }
.header .header_ln .prods_block > div a {
  font-size: 15px;
  line-height: 18px;
  display: block; }
.header .header_ln .prods_block > div a:hover {
  text-decoration: none; }
.header .header_ln .prods_block .compare {
  background: url("/local/templates/kazanova2023/css/../img/icon/compare_1.png") no-repeat left 17px;
  padding-left: 43px; }
.header .header_ln .prods_block .wish {
  background: url("/local/templates/kazanova2023/css/../img/icon/heart_1.png") no-repeat left 16px;
  padding-left: 40px;
  margin-left: 35px; }
.header .header_ln .prods_block .basket {
  position: relative;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket.png") no-repeat left top;
  padding-left: 76px;
  padding-right: 4px;
  margin-left: 40px;
  min-height: 57px; }
.header .header_ln .prods_block .basket .l1 {
  color: #e22c19; }
.header .header_ln .prods_block .basket:hover .dropdown {
  display: block; }
.header .header_ln .prods_block .basket .dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 150;
  padding-top: 5px;
  display: none; }
.header .header_ln .prods_block .basket .dropdown .inner {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d8d8d8; }
.header .header_ln .prods_block .basket .dropdown .right_recommend_items {
  max-height: 380px;
  overflow: auto;
  width: 295px;
  padding: 0 15px; }
.header .header_ln .prods_block .basket .dropdown .right_recommend_items .item .del {
  float: left;
  width: 14px;
  height: 14px;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_del.png") no-repeat left top;
  cursor: pointer;
  margin-top: 25px; }
.header .header_ln .prods_block .basket .dropdown .right_recommend_items .item .pic img {
  max-width: 50px; }
.header .header_ln .prods_block .basket .dropdown .bottom {
  background: #ebf7fb; }
.header .header_ln .prods_block .basket .dropdown .bottom .total {
  text-align: right;
  color: #000000;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 15px; }
.header .header_ln .prods_block .basket .dropdown .bottom .total span {
  font-size: 20px;
  padding-left: 7px; }
.header .header_ln .prods_block .basket .dropdown .bottom .btns {
  padding: 0 20px 20px; }
.header .header_ln .prods_block .basket .dropdown .bottom .btns a {
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: bold; }
.header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_basket {
  float: left; }
.header .header_ln .prods_block .basket .dropdown .bottom .btns a.go_order {
  float: right; }
.header .sticky-wrapper {
  margin-bottom: 20px;
  position: relative;
  z-index: 150; }
.header #sticky_part {
  z-index: 150; }
.header #sticky_part + .spacer {
  margin-bottom: 20px; }
.header #sticky_part.is-sticky {
  position: fixed;
  top: 0; }
.header #sticky_part:not(.is-sticky) + .spacer {
  height: 0 !important; }
.header:not(.reduced) #sticky_part {
  width: 1330px !important;
  margin-left: auto;
  margin-right: auto; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel {
  position: absolute !important;
  width: 100% !important;
  left: 0; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel ~ #panel_spacer {
  height: 147px; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel ~ .header_ln .geo {
  top: -176px; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel ~ .header_ln .cabinet {
  top: -177px; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel.bx-panel-folded ~ #panel_spacer {
  height: 39px; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel.bx-panel-folded ~ .header_ln .geo {
  top: -68px; }
.header:not(.reduced) #sticky_part:not(.is-sticky) #bx-panel.bx-panel-folded ~ .header_ln .cabinet {
  top: -69px; }
.header:not(.reduced) #sticky_part.is-sticky {
  width: 100% !important; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln {
  padding: 10px 0;
  background: #ffffff; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  width: 70px;
  overflow: hidden;
  margin-right: 35px; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .geo, .header:not(.reduced) #sticky_part.is-sticky .header_ln .cabinet {
  position: static;
  float: left; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .geo {
  margin-top: 18px;
  width: 135px; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .geo span, .header:not(.reduced) #sticky_part.is-sticky .header_ln .geo a {
  display: none; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .geo .select {
  display: inline-block; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .cabinet {
  margin-left: 20px;
  margin-top: 18px;
  max-width: 110px; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .cabinet .sale_order_link {
  display: none; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .phone_block {
  padding-left: 0;
  margin-left: 0;
  background: none; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .phone_block .l1 {
  display: none; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .phone_block .phone {
  margin-top: 9px; }
.header:not(.reduced) #sticky_part.is-sticky .header_ln .phone_block .call_me {
  margin-top: 8px; }
.header:not(.reduced) #sticky_part.is-sticky .catalog_menu {
  border-radius: 0; }
.header:not(.reduced) #sticky_part.is-sticky .catalog_menu .wrapper {
  position: relative; }
.header:not(.reduced) #sticky_part.is-sticky .catalog_menu .wrapper .search {
  border-radius: 0; }
.header.reduced .topping {
  display: none; }
.header.reduced #sticky_part {
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }
.header.reduced #sticky_part .header_ln {
  padding: 15px 0 17px;
  background: #ffffff;
  /*
        .phone_block {
          padding-left: 0;
          margin-left: 0;
          background: none;
          .l1 {
            display: none;
          }
          .phone {
            margin-top: 9px;
          }
          .call_me {
            margin-top: 8px;
          }
        }
        */ }
.header.reduced #sticky_part .header_ln .logo {
  margin-right: 35px; }
.header.reduced #sticky_part .header_ln .prods_block {
  display: none; }
.header.reduced #sticky_part .header_ln .geo, .header.reduced #sticky_part .header_ln .cabinet {
  position: static;
  float: left; }
.header.reduced #sticky_part .header_ln .geo {
  margin-top: 18px;
  width: 235px; }
.header.reduced #sticky_part .header_ln .geo a, .header.reduced #sticky_part .header_ln .geo .delimiter {
  display: none; }
.header.reduced #sticky_part .header_ln .geo .select {
  display: inline-block; }
.header.reduced #sticky_part .header_ln .cabinet {
  margin-left: 38px;
  margin-top: 18px;
  float: right; }
.header.reduced #sticky_part .catalog_menu {
  display: none; }
.footer {
  background: url("/local/templates/kazanova2023/css/../img/ze_bg.png") repeat top center #26081e;
  position: relative;
  color: white;
  font-size: 13px;
  padding-top: 4px;
  background-clip: content-box; }
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("/local/templates/kazanova2023/css/../img/bottomer_wave.png") repeat-x center;
  position: absolute;
  top: 0; }
.footer .left_part {
  float: left;
  padding-top: 29px; }
.footer .left_part img {
  display: block;
  float: left; }
.footer .left_part img.logo_mask {
  margin-right: 21px;
  margin-bottom: 25px; }
.footer .left_part .clearfix > div, .footer .left_part body .main_area > div, body .footer .left_part .main_area > div, .footer .left_part .reviews-style .info > div, .reviews-style .footer .left_part .info > div, .footer .left_part .reviews-style .review.answer > div, .reviews-style .footer .left_part .review.answer > div, .footer .left_part .header .city_ask > div, .header .footer .left_part .city_ask > div, .footer .left_part .header .header_ln .prods_block .basket .dropdown .bottom .btns > div, .header .header_ln .prods_block .basket .dropdown .bottom .footer .left_part .btns > div, .footer.reduced .left_part .left_part > div, .footer .left_part .mp_goodies .item > div, .mp_goodies .footer .left_part .item > div, .footer .left_part .mp_blog > div, .footer .left_part .mp_blog .main_item > div, .mp_blog .footer .left_part .main_item > div, .footer .left_part .mp_blog .main_item .cont .bottomer > div, .mp_blog .main_item .cont .footer .left_part .bottomer > div, .footer .left_part .mp_questions_news > div, .footer .left_part .mp_brands .items > div, .mp_brands .footer .left_part .items > div, .footer .left_part .catalog_section .filter_chosen > div, .catalog_section .footer .left_part .filter_chosen > div, .footer .left_part .sort_n_count > div, .footer .left_part .pager > div, .footer .left_part .section_filter .big_block .block.checkbox label > div, .section_filter .big_block .block.checkbox .footer .left_part label > div, .footer .left_part .section_filter .big_block .block.number .inputs > div, .section_filter .big_block .block.number .footer .left_part .inputs > div, .footer .left_part .right_recommend_item > div, .footer .left_part .right_recommend_items .item > div, .right_recommend_items .footer .left_part .item > div, .footer .left_part .basket_page .tabs .items .item .suggest_item_wrap .suggest_item > div, .basket_page .tabs .items .item .suggest_item_wrap .footer .left_part .suggest_item > div, .footer .left_part .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info > div, .order_right_panel .order_items .bx-soa-item-table .footer .left_part .bx-soa-basket-info > div, .footer .left_part .element_right_panel .delivery_and_payment .feats .item > div, .element_right_panel .delivery_and_payment .feats .footer .left_part .item > div, .footer .left_part .element_info .main_info > div, .element_info .footer .left_part .main_info > div, .footer .left_part .element_info .main_info .state_n_brand > div, .element_info .main_info .footer .left_part .state_n_brand > div, .footer .left_part .element_info .main_info .left_column .special_action > div, .element_info .main_info .left_column .footer .left_part .special_action > div, .footer .left_part .element_info .main_info .left_column .carousel-small .items > div, .element_info .main_info .left_column .carousel-small .footer .left_part .items > div, .footer .left_part .element_info .main_info .left_column .videos > div, .element_info .main_info .left_column .footer .left_part .videos > div, .footer .left_part .element_info .main_info .right_column .description_1_container .description_1 > div, .element_info .main_info .right_column .description_1_container .footer .left_part .description_1 > div, .footer .left_part .element_info .main_info .right_column .buy_area > div, .element_info .main_info .right_column .footer .left_part .buy_area > div, .footer .left_part .element_info .tabs .city_availability_items li > div, .element_info .tabs .city_availability_items .footer .left_part li > div, .footer .left_part .element_info .tabs .element_reviews_container > div, .element_info .tabs .footer .left_part .element_reviews_container > div, .footer .left_part .basket_page .tabs .items .item .quantity .wrap > div, .basket_page .tabs .items .item .quantity .footer .left_part .wrap > div, .footer .left_part .order_right_panel .delivery_and_payment .bx-soa-cart-total-line > div, .order_right_panel .delivery_and_payment .footer .left_part .bx-soa-cart-total-line > div, .footer .left_part .order_form .order_choose_some > div, .order_form .footer .left_part .order_choose_some > div, .footer .left_part .order_form .order_submit_line > div, .order_form .footer .left_part .order_submit_line > div {
  float: left; }
.footer .left_part .copy {
  line-height: 16px;
  opacity: 0.5;
  width: 240px; }
.footer .left_part .phone_us {
  font-style: italic;
  line-height: 16px;
  color: #d4ced2; }
.footer .left_part .phone_us .phone {
  display: block;
  color: #d4ced2;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  margin-top: 4px; }
.footer .left_part .subscribe .sh {
  font-size: 13px;
  opacity: 0.4;
  padding: 5px 0 10px; }
.footer .left_part .subscribe input[type="text"] {
  background: #22081b;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.3);
  width: 235px;
  margin-left: -1px;
  outline: none; }
.footer .left_part .subscribe input[type="submit"] {
  width: 55px;
  height: 37px;
  text-align: center;
  border-radius: 5px;
  background: #bb1d26;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-left: -10px;
  margin-top: -1px; }
.footer .left_part .kazanov4ik {
  margin-left: 60px;
  background-image: url("/local/templates/kazanova2023/css/../pic/kazanov4ik.png");
  width: 65px;
  height: 76px; }
.footer .left_part .eighteen_plus {
  color: rgba(255, 255, 255, 0.2);
  margin: 22px 0; }
.footer .left_part .eighteen_plus .eighteen {
  display: inline-block;
  vertical-align: baseline;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: -1px;
  position: relative;
  top: 1px;
  float: left; }
.footer .left_part .eighteen_plus .eighteen > span {
  position: relative;
  bottom: 1px;
  left: 1px; }
.footer .left_part .eighteen_plus > span {
  display: table-cell;
  vertical-align: middle;
  height: 40px; }
.footer .footer_menu {
  color: #d4ced2; }
.footer .footer_menu a {
  color: #d4ced2;
  display: block;
  white-space: nowrap;
  text-decoration: none; }
.footer .footer_menu a:hover {
  text-decoration: underline; }
.footer .footer_menu .block {
  float: left; }
.footer .footer_menu .block:not(:last-child) {
  width: 190px; }
.footer .footer_menu .block .sh {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
  margin-top: 22px; }
.footer .footer_menu .block ul {
  list-style: none;
  padding-bottom: 15px; }
.footer .footer_menu .block ul li {
  line-height: 24px; }
.footer .bottoming {
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3); }
.footer .bottoming img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  opacity: .8; }
.footer .bottoming .dclouds {
  color: #d4ced2; }
.footer .bottoming .dclouds a {
  color: #d4ced2; }
.footer .bottoming .social {
  display: inline-block; }
.footer.reduced .left_part {
  float: none;
  padding-bottom: 20px; }
.footer.reduced .left_part .fline_1 {
  float: left; }
.footer.reduced .left_part .fline_1 .logo_mask {
  margin-bottom: 0; }
.footer.reduced .left_part .fline_2 {
  float: right; }
.footer.reduced .left_part .fline_2 .subscribe {
  display: none; }
.footer.reduced .left_part .fline_2 .kazanov4ik {
  max-height: 55px;
  margin-left: 14px;
  margin-top: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; }
.footer.reduced .left_part .eighteen_plus {
  float: right;
  margin: 0; }
.footer.reduced .footer_menu {
  display: none; }
.footer.reduced .bottoming {
  display: none; }
.catalog_menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c1435+0,42112e+100 */
  background: #4c1435;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c1435 0%, #42112e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c1435 0%, #42112e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c1435 0%, #42112e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1435', endColorstr='#42112e',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  height: 50px;
  border-radius: 5px;
  position: relative;
  z-index: 120; }
.catalog_menu .wrapper {
  position: relative; }
.catalog_menu a {
  text-decoration: none; }
.catalog_menu a.hidden_no_admin {
  color: #bdbdbd !important; }
.catalog_menu .inner {
  margin: 0;
  padding: 0;
  display: table;
  width: 1275px; }
.catalog_menu .inner > li {
  display: table-cell;
  cursor: pointer;
  min-width: 70px; }
.catalog_menu .inner > li:not(:first-child) {
  margin-left: 1px; }
.catalog_menu .inner > li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -1px;
  background: rgba(243, 243, 243, 0.1);
  height: 25px;
  width: 1px;
  top: 13px;
  z-index: 10; }
.catalog_menu .inner > li > a {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 15;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.catalog_menu .inner > li > a.exist_child:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 15;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fa3f3e;
  left: 50%;
  margin-left: -8px;
  width: 1px;
  transition: opacity 1s; }
.catalog_menu .inner > li > a .help_symbol {
  font-size: 13px;
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #7d1d55;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  margin-left: 4px;
  vertical-align: middle;
  margin-top: -3px; }
.catalog_menu .inner > li .dropdown-wrap {
  position: absolute;
  width: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  z-index: 10;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.catalog_menu .inner > li .dropdown {
  display: none;
  min-height: 100px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  overflow: hidden; }
.catalog_menu .inner > li .dropdown .back_link {
  display: none; }
.catalog_menu .inner > li .dropdown .group {
  padding-bottom: 7px; }
.catalog_menu .inner > li .dropdown .group .sh {
  font-weight: bold;
  font-size: 17px;
  color: black;
  line-height: 23px; }
.catalog_menu .inner > li .dropdown .group .sh:hover {
  color: #fa3f3e; }
.catalog_menu .inner > li .dropdown .group .sh.active {
  color: #fa3f3e; }
.catalog_menu .inner > li .dropdown .group ul {
  font-size: 15px;
  line-height: 28px;
  margin: 3px 0;
  padding-left: 6px; }
.catalog_menu .inner > li .dropdown .group ul li a:hover {
  color: #e22c19; }
.catalog_menu .inner > li .dropdown .group ul li a.active {
  color: #e22c19; }
.catalog_menu .inner > li .dropdown .group ul li a.active:before {
  content: "→";
  left: -9px; }
.catalog_menu .inner > li .dropdown .group:not(.large-group) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
.catalog_menu .inner > li .dropdown .group.large-group {
  -webkit-column-break-after: always;
  column-break-after: always; }
.bx-firefox .catalog_menu .inner > li .dropdown .group.large-group {
  margin-bottom: 700px; }
.catalog_menu .inner > li .dropdown .group.large-group:not(:nth-child(2)) {
  -webkit-column-break-before: always;
  column-break-before: always; }
.bx-firefox .catalog_menu .inner > li .dropdown .group.large-group:not(:nth-child(2)) {
  margin-top: 700px; }
.catalog_menu .inner > li .dropdown .group.large-group li {
  display: block; }
.catalog_menu .inner > li .dropdown .group.large-group li.break-after {
  -webkit-column-break-after: always;
  column-break-after: always; }
.bx-firefox .catalog_menu .inner > li .dropdown .group.large-group li.break-after {
  margin-bottom: 700px; }
.catalog_menu .inner > li .dropdown .group.large-group li.break-after + li {
  padding-top: 23px; }
@media screen and (min-width: 1024px) {
  .catalog_menu .inner > li:hover > a {
    background: #fa3f3e;
    z-index: 15; }
  .catalog_menu .inner > li:hover > a:after {
    border-width: 8px;
    opacity: 1; }
  .catalog_menu .inner > li:hover .dropdown-wrap {
    width: 100%;
    display: block;
    max-height: 1000px;
    opacity: 1;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }
  .catalog_menu .inner > li:hover .dropdown-wrap .dropdown {
    display: block; } }
.catalog_menu .inner:hover > li > a:after,
.catalog_menu .inner:hover > li .dropdown-wrap {
  animation: delay-appear 1s linear; }
.catalog_menu .inner:hover + .catalog_menu_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  animation: delay-appear 1s linear;
  z-index: -20; }
.catalog_menu .search {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e1a4c+0,601742+100 */
  background: #6e1a4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6e1a4c 0%, #601742 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6e1a4c 0%, #601742 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6e1a4c 0%, #601742 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e1a4c', endColorstr='#601742',GradientType=0 );
  /* IE6-9 */
  float: right;
  width: 55px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.catalog_menu .search .toggle {
  cursor: pointer;
  display: block;
  width: 55px;
  height: 50px;
  background: url("/local/templates/kazanova2023/css/../img/icon/search_1.png") no-repeat center; }
.catalog_menu .search .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  height: 100px;
  background: #310f23;
  right: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 12px 9px 0 11px;
  box-sizing: border-box; }
.catalog_menu .search .dropdown .input_block {
  background: url("/local/templates/kazanova2023/css/../img/icon/search_0.png") no-repeat 14px 14px #ffffff;
  border-radius: 3px;
  margin-bottom: 11px;
  position: relative; }
.catalog_menu .search .dropdown .input_block input {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: 45px; }
.catalog_menu .search .dropdown .input_block input[type="text"] {
  background: transparent;
  width: 1200px;
  line-height: 21px;
  padding: 12px 40px; }
.catalog_menu .search .dropdown .input_block input[type="submit"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e63232+0,c92c2c+100 */
  background: #e63232;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e63232 0%, #c92c2c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e63232 0%, #c92c2c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e63232 0%, #c92c2c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63232', endColorstr='#c92c2c',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  padding: 0 38px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer; }
.catalog_menu .search .dropdown .popular {
  color: #d6cfd3;
  font-size: 13px;
  font-weight: bold; }
.catalog_menu .search .dropdown .popular a {
  font-weight: normal;
  margin-left: 14px;
  color: #d6cfd3;
  text-decoration: none;
  border-bottom: #523546 1px solid; }
.catalog_menu .search .dropdown .popular a:hover {
  border-bottom-color: transparent; }
.catalog_menu.search_active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.catalog_menu.search_active .search {
  border-bottom-right-radius: 0;
  background: #310f23; }
.catalog_menu.search_active .search .toggle {
  background-image: url("/local/templates/kazanova2023/css/../img/icon/search_close.png"); }
.catalog_menu.search_active .search .dropdown {
  display: block; }
.bx-touch .catalog_menu li > a {
  transition: z-index 2s linear; }
.bx-searchtitle .bx_searche {
  position: relative;
  background: #FFF;
  border: 1px solid #e8e8e8;
  z-index: 130; }
.bx-searchtitle .bx_searche .bx_img_element {
  float: left;
  width: 67px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  bottom: 0; }
.bx-searchtitle .bx_searche .bx_item_block {
  min-height: 65px;
  position: relative; }
.bx-searchtitle .bx_searche .bx_image {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e8e8e8; }
.bx-searchtitle .bx_searche .bx_item_element {
  /*float: left;*/
  padding-left: 10px;
  margin-left: 70px; }
.bx-searchtitle .bx_searche .bx_item_element hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5; }
.bx-searchtitle .bx_searche .bx_item_element a {
  margin-top: 10px;
  display: inline-block;
  color: #010101;
  font-size: 15px;
  text-decoration: none; }
.bx-searchtitle .bx_searche .bx_item_element a b {
  color: #e22323;
  font-weight: normal; }
.bx-searchtitle .bx_searche .bx_item_element a:hover,
.bx-searchtitle .bx_searche .bx_item_element a:hover b {
  text-decoration: underline; }
.bx-searchtitle .bx_item_block.all_result {
  min-height: 0; }
.bx-searchtitle .bx_item_block.others_result {
  min-height: 0;
  padding: 0 0 12px;
  line-height: 12px; }
.bx-searchtitle .bx_item_block.all_result .all_result_title {
  display: block;
  font-size: 13px;
  color: #a7a7a7;
  padding-top: 15px;
  padding-bottom: 10px; }
.bx-searchtitle .bx_item_block.all_result .all_result_title a {
  color: #a7a7a7; }
.bx-searchtitle .bx_item_block.all_result .all_result_title a:hover {
  color: #010101; }
.bx-searchtitle .bx_item_block.all_result a {
  margin-top: 0; }
.bx-searchtitle .title-search-result {
  position: absolute !important;
  z-index: 9 !important;
  top: initial !important;
  left: initial !important;
  margin-top: -10px; }
.mp_picturies {
  margin-bottom: 35px; }
.mp_picturies .slider {
  width: 970px;
  overflow: hidden;
  display: block;
  float: left;
  height: 326px;
  position: relative; }
.mp_picturies .slider .item {
  width: 970px;
  overflow: hidden;
  position: relative; }
.mp_picturies .slider .item img {
  display: block; }
.mp_picturies .slider .item .text {
  position: absolute;
  z-index: 5;
  top: 103px;
  left: 33px; }
.mp_picturies .slider .item .text > div {
  background: rgba(226, 44, 25, 0.9);
  float: left;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 30px;
  line-height: 36px; }
.mp_picturies .slider .item .text .l1 {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }
.mp_picturies .slider .item .text .l2 {
  font-size: 24px;
  font-style: italic; }
.mp_picturies .slider .item .text .l2 > div {
  margin-top: -10px;
  padding-bottom: 10px; }
.mp_picturies .slider .bx-controls {
  position: absolute;
  bottom: 20px;
  left: 32px;
  z-index: 100; }
.mp_picturies .slider .bx-controls .bx-pager-item {
  float: left; }
.mp_picturies .slider .bx-controls .bx-pager-item a {
  display: block;
  border: 3px solid rgba(255, 255, 255, 0.65);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 1px 5px 1px 1px;
  font-size: 0;
  color: transparent;
  mix-blend-mode: difference; }
.mp_picturies .slider .bx-controls .bx-pager-item a.active {
  margin: 0 4px 0 0;
  border: 0;
  width: 14px;
  height: 14px;
  background: #eb1212;
  mix-blend-mode: normal; }
.mp_picturies .mini_picturies {
  float: right;
  width: 350px; }
.mp_picturies .mini_picturies .item {
  display: block;
  position: relative; }
.mp_picturies .mini_picturies .item:first-child {
  margin-bottom: 1px; }
.mp_picturies .mini_picturies .item img {
  display: block; }
.mp_picturies .mini_picturies .item .text {
  position: absolute;
  right: 25px;
  top: 23px;
  font-weight: bold;
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  text-align: right; }
.mp_picturies .mini_picturies .item .text .l_sm {
  font-size: 18px; }
.mp_picturies .mini_picturies .item .btn {
  display: block;
  position: absolute;
  right: 25px;
  bottom: 30px;
  font-size: 14px;
  color: white;
  opacity: 0.6;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAMAAAAYuxziAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAABhJREFUeAFjYGQAAkZGMMEIJhhBBFQMhAEBRQARAJQ7UwAAAABJRU5ErkJggg==) no-repeat right 13px top 13px;
  padding-left: 16px;
  padding-right: 26px;
  line-height: 31px;
  border: rgba(255, 255, 255, 0.2) 1px solid;
  border-radius: 3px;
  text-decoration: none; }
.mp_picturies .mini_picturies .item .btn:hover {
  opacity: 1; }
.mp_goodies {
  width: 100%;
  display: table;
  justify-content: space-between;
  padding-bottom: 43px;
  margin-bottom: 17px; }
.mp_goodies .item {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap; }
.mp_goodies .item .txt {
  float: left; }
.mp_goodies .item img {
  float: left;
  margin-right: 10px; }
.mp_goodies .item .l1 {
  color: #e22323;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
.mp_goodies .item .l2 {
  font-size: 13px;
  color: #1f1f1f;
  line-height: 16px; }
.mp_section_sh {
  color: #010101;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 0; }
.mp_section_sh .pull-left + a, .mp_section_sh .header .header_ln .prods_block > div + a, .header .header_ln .mp_section_sh .prods_block > div + a {
  margin-left: 23px; }
.mp_section_sh .sh_descr {
  color: #797979;
  font-style: italic;
  font-size: 17px;
  font-weight: normal;
  margin-top: -2px;
  padding-bottom: 6px; }
.popular_group {
  padding-bottom: 28px;
  margin-bottom: 32px; }
.popular_group .popular_video_all {
  margin: 10px auto;
  width: 200px; }
.popular_group .items {
  font-size: 0; }
.popular_group .items.popular_video .item {
  width: 210px;
  border-radius: 1px;
  margin: 10px 25px;
  padding: 7px 0 4px; }
.popular_group .items .item {
  width: 249px;
  border-radius: 1px;
  margin: 10px;
  padding: 7px 0 4px; }
.popular_group .items .item:first-child {
  margin-left: 1px; }
.popular_group .items.popular_video .item:first-child {
  margin-left: 40px;}
.popular_group .items .item:nth-child(5n) {
  margin-right: 0; }
.popular_group .items .item:hover {
  box-shadow: 0 0 0 10px white, 0 2px 10px 10px rgba(0, 0, 0, 0.15);
  z-index: 5; }
.popular_group .items .item .topping {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  height: 18px; }
.popular_group .items .item .topping .category_name {
  color: #333333;
  max-width: 209px;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap; }
.popular_group .items .item .topping .category_name:after {
  content: " |";
  color: #c6c6c6;
  display: inline-block;
  margin: 0 2px 0 4px;
  font-weight: normal; }
.popular_group .items .item .name {
  font-weight: bold; }
.popular_group .items .item .price {
  color: black;
  font-size: 24px;
  line-height: 32px; }
.popular_group .items .item .price span {
  font-size: 17px;
  line-height: 22px;
  vertical-align: middle; }
.popular_group .items .item .price span.new {
  display: inline-block;
  font-weight: bold;
  color: #000000;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  font-size: 23px;
  background: #ffe083;
  padding: 0px 12px;
  line-height: 30px; }
.popular_group .items .item .price span.old {
  color: #999999;
  text-decoration: line-through;
  font-weight: normal; }
.popular_group + .dirty-wave-fullwidth {
  margin-top: -62px; }
.mp_academy {
  margin-bottom: 35px; }
.mp_academy .items {
  font-size: 0;
  padding-bottom: 46px;
  clear: both; }
.mp_academy .items .item {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  font-size: 15px;
  text-decoration: none;
  width: 420px;
  margin-right: 35px; }
.mp_academy .items .item:nth-child(3n) {
  margin-right: 0; }
.mp_academy .items .item .pic {
  height: 150px;
  overflow: hidden;
  margin-bottom: 12px; }
.mp_academy .items .item .pic img {
  display: block; }
.mp_academy .items .item .name {
  clear: both;
  color: #0099cc;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0 14px; }
.mp_academy .items .item:hover .name {
  text-decoration: underline; }
.mp_blog {
  padding-bottom: 30px;
  margin-bottom: 34px; }
.mp_blog .main_item {
  width: 685px;
  font-size: 15px;
  color: #4c4a4a;
  float: left; }
.mp_blog .main_item .pic {
  float: left;
  margin-right: 20px;
  width: 300px; }
.mp_blog .main_item .pic img {
  display: block; }
.mp_blog .main_item .cont {
  float: left;
  position: relative;
  width: 365px; }
.mp_blog .main_item .cont .name {
  font-size: 21px;
  font-weight: bold;
  margin-top: -9px;
  display: block;
  margin-bottom: 8px; }
.mp_blog .main_item .cont .description {
  text-align: justify;
  padding-bottom: 49px; }
.mp_blog .main_item .cont .bottomer {
  position: absolute;
  border-top: #dedede solid 1px;
  width: 380px;
  bottom: 0;
  left: 0;
  padding-right: 10px;
  padding-top: 18px; }
.mp_blog .items {
  float: right;
  width: 600px;
  font-size: 0;
  height: 326px;
  position: relative; }
.mp_blog .items .bx-controls {
  position: absolute;
  top: -86px;
  right: 0; }
.mp_blog .items .bx-controls a {
  margin-left: 10px; }
.mp_blog .items .items_block + .items_block {
  display: none; }
.mp_blog .items .bx-viewport .items_block + .items_block {
  display: block; }
.mp_blog .items .items_block {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
.mp_blog .items .items_block .item {
  display: inline-block;
  width: 290px;
  margin-bottom: 23px; }
.mp_blog .items .items_block .item .pic {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }
.mp_blog .items .items_block .item .pic img {
  display: block; }
.mp_blog .items .items_block .item .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 130px;
  font-weight: bold; }
.mp_blog .items .items_block .item:hover .name {
  text-decoration: underline; }
.blog-links .author {
  font-size: 14px;
  color: #7e7e7e;
  float: left; }
.blog-links .author span {
  color: #333333;
  font-style: italic; }
.blog-links a {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
  padding-top: 3px;
  padding-left: 20px; }
.blog-links a.comments {
  background: url("/local/templates/kazanova2023/css/../img/icon/comment_0.png") no-repeat left 6px; }
.blog-links a.comments:hover {
  background-image: url("/local/templates/kazanova2023/css/../img/icon/comment_1.png"); }
.blog-links a.views {
  padding-left: 24px;
  background: url("/local/templates/kazanova2023/css/../img/icon/eye_0.png") no-repeat left 5px; }
.blog-links a.views:hover {
  background-image: url("/local/templates/kazanova2023/css/../img/icon/eye_1.png"); }
.mp_questions_news {
  margin-bottom: 30px; }
.mp_questions_news + .dirty-wave-fullwidth {
  margin-top: -59px; }
.mp_questions {
  width: 870px;
  float: left;
  padding-bottom: 52px; }
.mp_questions .items {
  position: relative; }
.mp_questions .items .items_block + .items_block {
  display: none; }
.mp_questions .items .bx-viewport .items_block + .items_block {
  display: block; }
.mp_questions .items .bx-controls {
  position: absolute;
  right: 0;
  top: -96px; }
.mp_questions .items .bx-controls a {
  margin-left: 10px; }
.mp_questions .item {
  border: #f1f1f1 3px solid;
  color: #4e4e4e;
  font-size: 15px;
  margin-bottom: 36px;
  position: relative;
  padding: 17px 22px 19px; }
.mp_questions .item .name {
  font-size: 18px;
  font-weight: bold;
  color: #343434; }
.mp_questions .item .question {
  padding: 9px 0; }
.mp_questions .item:after {
  content: "";
  display: block;
  background: url("/local/templates/kazanova2023/css/../img/comment_baloon_part.png") white;
  width: 19px;
  height: 12px;
  position: absolute;
  left: 37px;
  bottom: -12px; }
.mp_news {
  float: right;
  width: 430px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 89px;
  padding-bottom: 9px; }
.mp_news .mp_section_sh {
  text-align: right; }
.mp_news .mp_section_sh .pull-left, .mp_news .mp_section_sh .header .header_ln .prods_block > div, .header .header_ln .mp_news .mp_section_sh .prods_block > div {
  text-align: left; }
.mp_news .item {
  text-decoration: none;
  display: block;
  margin-bottom: 17px; }
.mp_news .item .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 6px 0 9px; }
.mp_news .item .description {
  font-size: 15px;
  color: #191919;
  line-height: 22px; }
.mp_news .item:hover .name {
  text-decoration: underline; }
.mp_feedback {
  padding-bottom: 36px;
  margin-bottom: 38px; }
.mp_feedback .selector_labels {
  font-size: 0;
  margin-bottom: 39px; }
.mp_feedback .selector_labels label {
  display: inline-block;
  line-height: 36px;
  padding: 0 39px;
  margin-right: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #777777;
  text-decoration: underline;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  position: relative; }
.mp_feedback .selector_labels label:hover {
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(1):checked ~ .selector_labels label:nth-child(1) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(1):checked ~ .selector_labels label:nth-child(1):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(2):checked ~ .selector_labels label:nth-child(2) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(2):checked ~ .selector_labels label:nth-child(2):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(3):checked ~ .selector_labels label:nth-child(3) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(3):checked ~ .selector_labels label:nth-child(3):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(4):checked ~ .selector_labels label:nth-child(4) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(4):checked ~ .selector_labels label:nth-child(4):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(5):checked ~ .selector_labels label:nth-child(5) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(5):checked ~ .selector_labels label:nth-child(5):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(6):checked ~ .selector_labels label:nth-child(6) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(6):checked ~ .selector_labels label:nth-child(6):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(7):checked ~ .selector_labels label:nth-child(7) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(7):checked ~ .selector_labels label:nth-child(7):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(8):checked ~ .selector_labels label:nth-child(8) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(8):checked ~ .selector_labels label:nth-child(8):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(9):checked ~ .selector_labels label:nth-child(9) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(9):checked ~ .selector_labels label:nth-child(9):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(10):checked ~ .selector_labels label:nth-child(10) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(10):checked ~ .selector_labels label:nth-child(10):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(11):checked ~ .selector_labels label:nth-child(11) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(11):checked ~ .selector_labels label:nth-child(11):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(12):checked ~ .selector_labels label:nth-child(12) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(12):checked ~ .selector_labels label:nth-child(12):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(13):checked ~ .selector_labels label:nth-child(13) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(13):checked ~ .selector_labels label:nth-child(13):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(14):checked ~ .selector_labels label:nth-child(14) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(14):checked ~ .selector_labels label:nth-child(14):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(15):checked ~ .selector_labels label:nth-child(15) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(15):checked ~ .selector_labels label:nth-child(15):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_input:nth-child(16):checked ~ .selector_labels label:nth-child(16) {
  background: #952d6b;
  color: white;
  text-decoration: none; }
.mp_feedback .selector_input:nth-child(16):checked ~ .selector_labels label:nth-child(16):after {
  display: block;
  position: absolute;
  content: "";
  background: url("/local/templates/kazanova2023/css/../img/selector_gaussian.png") no-repeat center;
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0; }
.mp_feedback .selector_variant {
  position: relative; }
.mp_feedback .selector_variant .items {
  font-size: 0; }
.mp_feedback .selector_variant .items .item {
  width: 422px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #666666;
  margin-right: 30px; }
.mp_feedback .selector_variant .items .item:last-child {
  margin-right: 0; }
.right-btns {
  position: absolute;
  right: 0;
  top: -80px; }
.right-btns a.add_feedback {
  font-weight: bold;
  padding-left: 51px;
  background-image: url("/local/templates/kazanova2023/css/../img/icon/pencil_0.png");
  background-repeat: no-repeat;
  background-position: 22px 13px; }
.right-btns a.add_feedback:hover {
  background-image: url("/local/templates/kazanova2023/css/../img/icon/pencil_1.png"); }
.mp_brands {
  margin-bottom: 30px; }
.mp_brands .items {
  padding: 7px 65px;
  position: relative; }
.mp_brands .items .inner {
  height: 84px;
  overflow: hidden; }
.mp_brands .items .item {
  /*float: left;
      width: 100px;*/
  height: 84px; }
.mp_brands .items .bx-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px; }
.mp_brands .items .bx-controls a {
  position: absolute; }
.mp_brands .items .bx-controls a.bx-prev {
  left: 0; }
.mp_brands .items .bx-controls a.bx-next {
  right: 0; }
.mp_stats {
  position: absolute;
  width: 100%;
  left: 0;
  min-width: 1330px;
  height: 290px;
  background: url("/local/templates/kazanova2023/css/../pic/stat_bg.png") no-repeat center, white; }
.mp_stats:before, .mp_stats:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100%; }
.mp_stats:before {
  background: url("/local/templates/kazanova2023/css/../img/stat_wave_top.png") repeat-x center;
  top: -4px; }
.mp_stats:after {
  background: url("/local/templates/kazanova2023/css/../img/stat_wave_btm.png") repeat-x center;
  bottom: -4px; }
.mp_stats + .placehold {
  height: 294px;
  margin-bottom: 36px; }
.mp_stats .inner {
  width: 100%;
  height: 290px;
  background: url("/local/templates/kazanova2023/css/../img/ze_stat.png") center rgba(23, 1, 20, 0.8); }
.mp_stats .inner .items {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 37px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
.mp_stats .inner .items .item {
  height: 60px;
  line-height: 60px;
  margin-bottom: 19px; }
.mp_stats .inner .items .item img {
  display: inline-block;
  vertical-align: middle; }
.mp_stats .inner .items .item .description {
  display: inline-block;
  vertical-align: middle;
  width: 550px;
  line-height: normal;
  padding-left: 10px; }
.mp_text {
  margin-bottom: 45px; }
.mp_text .mp_section_sh {
  margin-bottom: 0; }
.mp_text .text {
  color: #787878;
  font-size: 15px;
  position: relative;
  overflow: hidden; }
.mp_text .text.collapsed {
  max-height: 120px; }
.mp_text .text.collapsed:after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: url("/local/templates/kazanova2023/css/../img/white-shade.png") repeat-x; }
.mp_text .text.collapsed + .more {
  display: inline-block; }
.mp_text .more {
  color: #a1a1a1;
  border-color: #dfdfdf;
  margin: 5px 0 0;
  display: none; }
.mp_text .more:hover {
  color: #a1a1a1;
  border-color: #dfdfdf;
  background-color: transparent;
  text-decoration: underline; }
.years18 {
  display: none; }
html.years18_active {
  overflow: hidden; }
html.years18_active .years18 {
  display: block;
  background: url("/local/templates/kazanova2023/css/../img/bg_year.png") repeat, linear-gradient(to top, #26081e 80%, rgba(38, 8, 30, 0.7));
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000; }
html.years18_active .years18 .block-years18 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: 23px; }
html.years18_active .years18 .block-years18 .text {
  margin: 50px 0;
  line-height: 40px; }
html.years18_active .years18 .block-years18 a {
  font-size: 15px;
  width: 170px;
  border: 1px solid #c086b9;
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  color: #c086b9;
  text-decoration: none; }
html.years18_active .years18 .block-years18 a:hover {
  background-color: #c086b9;
  color: #FFF; }
html.years18_active .header,
html.years18_active .main_area,
html.years18_active .footer {
  visibility: hidden;
  /*display: none;*/
  /*max-height: 0;
      position: relative;
      overflow:hidden;*/ }
.section_filter + .catalog_section {
  width: 1070px;
  float: right; }
.breadcrumbs {
  font-size: 15px;
  color: #999999; }
.breadcrumbs div {
  display: inline; }
.breadcrumbs > span {
  margin-left: 2px; }
.section_colors_and_sizes_inside .colors, .catalog_section_items .item > .inner .colors, .basket_page .tabs .items .item .info .colors {
  padding-top: 5px;
  padding-bottom: 4px; }
.section_colors_and_sizes_inside .colors .lgnd, .catalog_section_items .item > .inner .colors .lgnd, .basket_page .tabs .items .item .info .colors .lgnd {
  line-height: 24px; }
.section_colors_and_sizes_inside .colors label input, .catalog_section_items .item > .inner .colors label input, .basket_page .tabs .items .item .info .colors label input {
  margin: 2px;
  position: absolute;
  opacity: 0; }
.section_colors_and_sizes_inside .colors label span, .catalog_section_items .item > .inner .colors label span, .basket_page .tabs .items .item .info .colors label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid white;
  background-clip: content-box;
  padding: 2px; }
.section_colors_and_sizes_inside .colors label span.white:after, .catalog_section_items .item > .inner .colors label span.white:after, .basket_page .tabs .items .item .info .colors label span.white:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  left: -1px;
  border: #d2d2d2 1px solid;
  border-radius: 50%; }
.section_colors_and_sizes_inside .colors label input:checked + span, .catalog_section_items .item > .inner .colors label input:checked + span, .basket_page .tabs .items .item .info .colors label input:checked + span {
  border-color: #25729f; }
.section_colors_and_sizes_inside .sizes, .catalog_section_items .item > .inner .sizes, .basket_page .tabs .items .item .info .sizes {
  padding-top: 5px;
  margin-bottom: 15px; }
.section_colors_and_sizes_inside .sizes label, .catalog_section_items .item > .inner .sizes label, .basket_page .tabs .items .item .info .sizes label {
  margin-right: 5px; }
.section_colors_and_sizes_inside .sizes label input, .catalog_section_items .item > .inner .sizes label input, .basket_page .tabs .items .item .info .sizes label input {
  margin: 2px;
  position: absolute;
  opacity: 0; }
.section_colors_and_sizes_inside .sizes label span, .catalog_section_items .item > .inner .sizes label span, .basket_page .tabs .items .item .info .sizes label span {
  padding: 0 9px;
  font-size: 13px;
  color: #000000;
  line-height: 28px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: baseline; }
.section_colors_and_sizes_inside .sizes label input:checked + span, .catalog_section_items .item > .inner .sizes label input:checked + span, .basket_page .tabs .items .item .info .sizes label input:checked + span {
  background: #257caf;
  color: white; }
.section_colors_and_sizes_inside .sizes label input:disabled + span, .catalog_section_items .item > .inner .sizes label input:disabled + span, .basket_page .tabs .items .item .info .sizes label input:disabled + span {
  opacity: 0.5; }
.section_colors_and_sizes_inside .colors .lgnd, .catalog_section_items .item > .inner .colors .lgnd, .basket_page .tabs .items .item .info .colors .lgnd, .section_colors_and_sizes_inside .sizes .lgnd, .catalog_section_items .item > .inner .sizes .lgnd, .basket_page .tabs .items .item .info .sizes .lgnd {
  font-size: 14px;
  color: #8b8b8b;
  margin-right: 10px; }
.section_colors_and_sizes_inside .colors .values, .catalog_section_items .item > .inner .colors .values, .basket_page .tabs .items .item .info .colors .values, .section_colors_and_sizes_inside .sizes .values, .catalog_section_items .item > .inner .sizes .values, .basket_page .tabs .items .item .info .sizes .values {
  display: inline-block;
  vertical-align: top; }
.section_colors_and_sizes_inside .colors label, .catalog_section_items .item > .inner .colors label, .basket_page .tabs .items .item .info .colors label {
  background-color: #f3f3f3;
  border-radius: 50%;
  display: inline-block; }
.catalog_section h1 {
  margin: 4px 0 16px; }
.catalog_section .btn_section_filter {
  display: none; }
.catalog_section .filter_chosen {
  font-size: 13px;
  padding-bottom: 8px; }
.catalog_section .filter_chosen .lgnd {
  float: left;
  font-size: 15px;
  font-weight: bold; }
.catalog_section .filter_chosen .clr_all {
  float: right;
  padding-top: 1px;
  width: 95px;
  padding-left: 14px;
  background: url("/local/templates/kazanova2023/css/../img/icon/filter_clean_all.png") no-repeat 0 12px;
  text-align: left;
  cursor: pointer; }
.catalog_section .filter_chosen .clr_all:hover {
  color: #fb3e3e;
  background: url("/local/templates/kazanova2023/css/../img/icon/filter_clean_all_hover.png") no-repeat 0 12px; }
.catalog_section .filter_chosen .lgnd, .catalog_section .filter_chosen .clr_all {
  color: #333333;
  line-height: 28px; }
.catalog_section .filter_chosen .items {
  margin: 0 110px 0 90px; }
.catalog_section .filter_chosen .items .item {
  display: inline-block;
  color: #444444;
  height: 28px;
  white-space: nowrap;
  line-height: 28px;
  padding: 0 34px 0 9px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 0 5px 11px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  text-decoration: none; }
.catalog_section .filter_chosen .items .item .cancel {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  right: 2px;
  top: 2px;
  background: url("/local/templates/kazanova2023/css/../img/icon/filter_clean_grey.png") no-repeat center; }
.catalog_section .filter_chosen .items .item:hover {
  border-color: #fb3e3e;
  color: #fb3e3e; }
.catalog_section .filter_chosen .items .item:hover .cancel {
  background: url("/local/templates/kazanova2023/css/../img/icon/filter_clean_red.png") no-repeat center; }
.catalog_section .pager {
  margin-left: -10px; }
.sort_n_count {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding-bottom: 13px;
  font-size: 16px;
  /*margin-bottom: 20px;*/
  margin-bottom: 40px; }
.sort_n_count .lgnd {
  font-weight: bold;
  display: inline-block; }
.sort_n_count .items_count {
  float: right;
  white-space: nowrap;
  margin-top: 13px;
  margin-right: 14px; }
.sort_n_count .items_count .btns {
  font-size: 0;
  display: inline-block;
  margin-left: 10px; }
.sort_n_count .items_count .btns span, .sort_n_count .items_count .btns a {
  font-size: 13px;
  display: inline-block;
  padding: 0 20px;
  line-height: 28px;
  height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #f8f8f8;
  color: #7f7f7f; }
.sort_n_count .items_count .btns span + span, .sort_n_count .items_count .btns span + a, .sort_n_count .items_count .btns a + span, .sort_n_count .items_count .btns a + a {
  margin-left: -5px; }
.sort_n_count .items_count .btns span.active, .sort_n_count .items_count .btns a.active {
  color: white;
  background: #1d78ad;
  border-color: #1d78ad;
  position: relative;
  z-index: 5; }
.sort_n_count .items_count .btns span.lesser, .sort_n_count .items_count .btns a.lesser {
  padding: 0 14px; }
.sort_n_count .sort {
  line-height: 28px;
  padding-top: 14px;
  padding-left: 18px; }
.sort_n_count .sort .lgnd {
  width: 122px;
  border-right: #e7e7e7 1px solid; }
.sort_n_count .sort .items {
  display: inline-block; }
.sort_n_count .sort .items .item {
  margin-left: 20px;
  display: inline-block;
  color: #25729f;
  padding-right: 13px;
  text-decoration: none;
  position: relative; }
.sort_n_count .sort .items .item:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.sort_n_count .sort .items .item.up:after {
  border-bottom: 4px solid #32aebd; }
.sort_n_count .sort .items .item.dn:after {
  border-top: 4px solid #32aebd; }
.sort_n_count .sort .items .item.current {
  color: white;
  background: #1d78ad;
  border-color: #1d78ad;
  padding: 0 25px 0 15px;
  border-radius: 3px;
}
.sort_n_count .sort .items .item.current:after {
  margin-right: 10px;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.sort_n_count .sort .items .item.current:first-child {
  padding: 0 15px 0 15px;
}
.sort_n_count .section_linkup {
  line-height: 26px;
  padding-left: 18px; }
.sort_n_count .section_linkup .lgnd {
  width: 122px;
  border-right: #e7e7e7 1px solid;
  float: left;
  line-height: 28px; }
.sort_n_count .section_linkup .items {
  margin-left: 123px;
  padding: 1px 0; }
.sort_n_count .section_linkup a {
  display: inline-block;
  white-space: nowrap;
  margin-left: 20px; }
.sort_n_count .section_linkup .group {
  margin-top: 14px; }
.sort_n_count .section_linkup .default, .sort_n_count .section_linkup .tree {
  overflow: hidden;
  transition: max-height 1s linear;
  background: white; }
.sort_n_count .section_linkup .tree {
  display: none; }
.sort_n_count .section_linkup .unroller_wrap {
  text-align: center;
  display: none; }
.sort_n_count .section_linkup .unroller_wrap .unroller {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #b1b1b1;
  width: 80px;
  padding-right: 10px;
  border: 1px solid #ededed;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f8f8f8;
  cursor: pointer;
  position: relative;
  top: 14px; }
.sort_n_count .section_linkup .unroller_wrap .unroller:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #32aebd; }
.sort_n_count .section_linkup.has_tree .unroller_wrap {
  display: block; }
.sort_n_count .section_linkup.unrolled .unroller_wrap .unroller:after {
  border-top: none;
  border-bottom: 4px solid #32aebd;
  right: 9px; }
.pager {
  padding-top: 31px;
  margin-bottom: 58px; }
.pager .count {
  float: right;
  font-size: 18px;
  color: #666666;
  line-height: 47px; }
.pager .count span {
  color: #a0a0a0; }
.pager .pages {
  font-size: 0;
  float: left; }
.pager .pages > div {
  display: inline-block; }
.pager .pages a, .pager .pages span {
  display: inline-block;
  line-height: 45px;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  border: #d3d3d3 1px solid;
  width: 46px;
  text-align: center; }
.pager .pages a.txt, .pager .pages span.txt {
  padding: 0 20px;
  width: auto;
  color: #666666;
  font-weight: normal; }
.pager .pages a:not(:last-child), .pager .pages span:not(:last-child) {
  border-right: none; }
.pager .pages a:first-child, .pager .pages span:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pager .pages a:last-child, .pager .pages span:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.pager .pages a.show_all, .pager .pages span.show_all {
  border-radius: 3px;
  margin-left: 19px; }
.pager .pages span:not(.txt) {
  color: #0099cc;
  box-shadow: inset 0 0 10px 1px #b2e3ff; }
.pager .pages a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-9 */ }
.pager .pages a:not(.txt):hover {
  border-color: transparent;
  background: url("/local/templates/kazanova2023/css/../img/pager_hover.png") no-repeat -1px -1px;
  color: white; }
.catalog_section_items {
  font-size: 0;
  margin-left: 33px;
  margin-right: 3px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2; }
.catalog_section_items .item {
  width: 250px;
  height: 420px;
  margin: 0 4px;
  overflow: hidden;
  font-size: 0; }
.catalog_section_items .item > .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  border-radius: 1px; }
.catalog_section_items .item > .inner .pic_selector {
  position: absolute;
  z-index: 5;
  left: 2px;
  top: 0;
  width: 60px; }
.catalog_section_items .item > .inner .pic_selector .arr {
  margin: 11px 0;
  height: 10px;
  cursor: pointer; }
.catalog_section_items .item > .inner .pic_selector .arr.up {
  background: url("/local/templates/kazanova2023/css/../img/icon/mini_arr_up.png") no-repeat center; }
.catalog_section_items .item > .inner .pic_selector .arr.dn {
  background: url("/local/templates/kazanova2023/css/../img/icon/mini_arr_dn.png") no-repeat center; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame {
  max-height: 204px;
  overflow: hidden; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic {
  height: 58px;
  border: 1px solid #e7e7e7;
  text-align: center;
  font-size: 0;
  line-height: 58px;
  background: #ffffff;
  margin-bottom: 12px; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic img {
  vertical-align: middle; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic:hover, .catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic.active {
  border-color: #1d78ad; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic:last-child {
  margin-bottom: 0; }
.catalog_section_items .item > .inner .pic_selector .scroll_frame .mini_pic:first-child {
  transition: margin-top 0.5s ease 0s; }
.catalog_section_items .item > .inner .pic {
  padding-bottom: 14px;
  margin-bottom: 12px;
  direction: rtl; }
.catalog_section_items .item > .inner .label-block {
  position: absolute;
  right: 0; }
.catalog_section_items .item > .inner .label-block .label-product {
  display: block;
  margin: 0 auto 7px; }
.catalog_section_items .item > .inner .quick_view_btn {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  top: 20%;
  left: 30%;
  cursor: pointer; }
.catalog_section_items .item > .inner .quick_view_btn:after {
  content:"Быстрый просмотр";}
.catalog_section_items .item > .inner .colors .lgnd:after {
  content:"Цвет:";}
.catalog_section_items .item > .inner .stars {
  float: left;
  padding-top: 3px;
  font-size: 0; }
.catalog_section_items .item > .inner .stars img {
  margin-right: 2px; }
.catalog_section_items .item > .inner .comments {
  float: left;
  font-size: 13px;
  color: #a0a0a0;
  padding-left: 22px;
  background: url("/local/templates/kazanova2023/css/../img/icon/chat_0.png") no-repeat left top;
  height: 16px;
  line-height: 16px;
  margin-left: 12px; }
.catalog_section_items .item > .inner .name {
  margin-top: 8px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: #1d78ad; }
.catalog_section_items .item > .inner .subdescr {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 7px; }
.catalog_section_items .item > .inner .buy_area .price {
  float: left;
  padding-left: 2px; }
.catalog_section_items .item > .inner .buy_area .price .new {
  color: #000000;
  font-size: 23px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding: 3px 0; }
.catalog_section_items .item.product_card_discount > .inner .buy_area .price .new {
  border-bottom: none;
  background: #ffe083;
  padding: 0px 12px;
  margin: 4px 0; }
.catalog_section_items .item > .inner .buy_area .price .old {
  color: #999999;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-decoration: line-through; }
.catalog_section_items .item > .inner .buy_area .bm_states {
  float: right;
  width: 91px;
  padding-top: 10px; }
.catalog_section_items .item > .inner .buy_area .bm_states img {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }
.catalog_section_items .item > .inner .buy_area .bm_states div, .catalog_section_items .item > .inner .buy_area .bm_states a {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  cursor: pointer;
  height: 20px; }
.catalog_section_items .item > .inner .buy_area .bm_states div.favorite, .catalog_section_items .item > .inner .buy_area .bm_states a.favorite {
  width: 23px;
  background: url("/local/templates/kazanova2023/css/../img/icon/heart_20.png") no-repeat center; }
.catalog_section_items .item > .inner .buy_area .bm_states div.favorite.active, .catalog_section_items .item > .inner .buy_area .bm_states a.favorite.active {
  background: url("/local/templates/kazanova2023/css/../img/icon/heart_21.png") no-repeat center; }
.catalog_section_items .item > .inner .buy_area .bm_states div.compare, .catalog_section_items .item > .inner .buy_area .bm_states a.compare {
  width: 25px;
  background: url("/local/templates/kazanova2023/css/../img/icon/compare_20.png") no-repeat center; }
.catalog_section_items .item > .inner .buy_area .bm_states div.compare.active, .catalog_section_items .item > .inner .buy_area .bm_states a.compare.active {
  background: url("/local/templates/kazanova2023/css/../img/icon/compare_21.png") no-repeat center; }
.catalog_section_items .item > .inner .buy_area .btns {
  padding: 7px 0; }
.catalog_section_items .item > .inner .buy_area .btns a {
  line-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  border-radius: 3px; }
.catalog_section_items .item > .inner .buy_area .btns a.to_basket {
  width: 136px;
  float: left;
  font-weight: bold;
  color: white;
  background: #fd403f; }
.catalog_section_items .item > .inner .buy_area .btns a.to_basket_txt::after {
  content: "В корзину"; }
.catalog_section_items .item > .inner .buy_area .btns a.in_basket_txt::after {
  content: "В корзине"; }
.catalog_section_items .item > .inner .buy_area .btns a.buy_1_click {
  width: 125px;
  float: right; }
.catalog_section_items .item > .inner .buy_area .btns a.buy_1_click_txt::after {
  content: " в 1 клик"; }
.catalog_section_items .item > .inner .pic_selector, .catalog_section_items .item > .inner .subdescr, .catalog_section_items .item > .inner .sizes, .catalog_section_items .item > .inner .bm_states, .catalog_section_items .item > .inner .btns, .catalog_section_items .item > .inner .colors .lgnd {
  display: none; }
.catalog_section_items .item > .inner .main_info_area, .catalog_section_items .item > .inner .buy_area {
  padding-left: 3px; }
.catalog_section_items .item:hover {
  overflow: visible; }
.catalog_section_items .item:hover > .inner {
  z-index: 105;
  box-shadow: 0 0 0 10px white, 0 2px 10px 10px rgba(0, 0, 0, 0.15);
  left: -27px;
  top: -37px;
  padding-top: 37px; }
.catalog_section_items .item:hover > .inner .main_info_area, .catalog_section_items .item:hover > .inner .buy_area {
  padding-left: 6px; }
.catalog_section_items .item:hover > .inner .buy_area {
  border-top: #e0e0e0 1px solid;
  padding-top: 10px; }
.catalog_section_items .item:hover > .inner .buy_area .price .new {
  border-bottom-color: transparent; }
.catalog_section_items .item:hover > .inner .pic_selector, .catalog_section_items .item:hover > .inner .subdescr, .catalog_section_items .item:hover > .inner .sizes, .catalog_section_items .item:hover > .inner .bm_states, .catalog_section_items .item:hover > .inner .btns {
  display: block; }
.catalog_section_items .item:hover > .inner .colors .lgnd {
  display: inline; }
@media screen and (min-width: 1024px) {
  .catalog_section_items .item:hover > .inner .quick_view_btn {
    display: block; } }
.catalog_section_items .shownext {
  width: 250px;
  height: auto;
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 140px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box; }
.catalog_section_items .shownext .right_round {
  position: absolute;
  top: 60px;
  left: 101px;
  width: 48px;
  height: 48px;
  background: url("/local/templates/kazanova2023/css/../img/icon/right_round.png") no-repeat center;
  animation: rotate 2s linear infinite;
  animation-play-state: paused; }
.catalog_section_items .shownext .txt {
  font-size: 18px;
  font-weight: bold;
  color: #358bbd;
  line-height: 20px; }
.catalog_section_items .shownext:hover .right_round {
  animation-play-state: running; }
.section_filter {
  float: left;
  width: 240px; }
.section_filter .big_block {
  display: block;
  border: #ededed 1px solid;
  border-radius: 5px;
  background: #fdfdfd;
  margin-bottom: 20px; }
.section_filter .big_block .block {
  padding: 15px 18px 8px 15px;
  position: relative;
  border-bottom: #ebebeb 1px solid; }
.section_filter .big_block .block:last-child {
  border-bottom: none; }
.section_filter .big_block .block .block_name {
  display: block;
  font-size: 15px;
  color: #1d78ad;
  font-weight: bold;
  position: relative;
  padding-bottom: 7px;
  cursor: pointer;
  z-index: 100; }
.section_filter .big_block .block .block_name.hidden_no_admin {
  color: #bdbdbd; }
.section_filter .big_block .block .block_name_after {
  position: absolute;
  top: 24px;
  right: 10px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #999999;
  cursor: pointer; }
.section_filter .big_block .block .block_name_after .block_link {
  width: 10px;
  height: 10px;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px; }
.section_filter .big_block .block .show_tip {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  line-height: 35px;
  white-space: nowrap;
  color: #ffffff;
  padding: 0 16px 0 10px;
  margin-left: 37px;
  margin-top: -7px;
  z-index: 10; }
.section_filter .big_block .block .show_tip a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  display: inline;
  padding-top: 0; }
.section_filter .big_block .block .show_tip:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  height: 1px; }
.section_filter .big_block .block.checkbox .items {
  box-sizing: border-box;
  padding-top: 6px;
  position: relative;
  margin-bottom: 9px; }
.section_filter .big_block .block.checkbox .items.init-scrollbar {
  max-height: 290px;
  overflow-y: auto;
  overflow-x: visible; }
.section_filter .big_block .block.checkbox .items > .ps-scrollbar-y-rail {
  position: absolute; }
.section_filter .big_block .block.checkbox .items label {
  width: 208px; }
.section_filter .big_block .block.checkbox .items.ps-container {
  overflow: hidden; }
.section_filter .big_block .block.checkbox .items.ps-container.ps-in-scrolling {
  pointer-events: none; }
.section_filter .big_block .block.checkbox .items.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background: #e1e1e1;
  width: 2px;
  z-index: 10; }
.section_filter .big_block .block.checkbox .items.ps-container.ps-active-y + .showall {
  display: block; }
.section_filter .big_block .block.checkbox .items.ps-container.ps-active-y label:nth-last-child(3) {
  margin-bottom: 0; }
.section_filter .big_block .block.checkbox .items.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 2px; }
.section_filter .big_block .block.checkbox .items.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background: #666666;
  border-radius: 3px;
  right: -2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }
.section_filter .big_block .block.checkbox .showall {
  display: block;
  color: #25729f;
  font-size: 13px;
  margin-top: -1px;
  margin-bottom: 2px; }
.section_filter .big_block .block.checkbox .showall span {
  font-size: 15px; }
.section_filter .big_block .block.checkbox label {
  display: block;
  position: relative;
  margin-bottom: 9px;
  font-size: 0; }
.section_filter .big_block .block.checkbox label:last-child, .section_filter .big_block .block.checkbox label:last-of-type {
  margin-bottom: 0; }
.section_filter .big_block .block.checkbox label input:disabled ~ a {
  color: #b2b2b2; }
.section_filter .big_block .block.checkbox label input + span {
  float: left; }
.section_filter .big_block .block.checkbox label a {
  padding-top: 2px;
  color: #161616;
  font-size: 13px;
  float: left;
  max-width: 165px;
  vertical-align: top; }
.section_filter .big_block .block.checkbox label a.deact_prop {
  color: #b3b3b3; }
.section_filter .big_block .block.folder_items .items {
  padding-top: 0;
  margin-bottom: 0; }
.section_filter .big_block .block.folder_items .items.init-scrollbar-child {
  opacity: 0;
  max-height: 0;
  transition-property: opacity, max-height;
  transition-duration: .4s; }
.section_filter .big_block .block.folder_items .items.init-scrollbar-child.init-scrollbar-open {
  opacity: 1;
  max-height: 290px;
  padding-top: 6px;
  margin-bottom: 9px; }
.section_filter .big_block .block.folder_items .items a {
  font-size: 14px;
  color: #000000; }
.section_filter .big_block .block.folder_items .items a.active {
  font-weight: bold; }
.section_filter .big_block .block.folder_items .items a.hidden_no_admin {
  color: #bdbdbd; }
.section_filter .big_block .block.uncollapsed .block_name {
  color: #333333; }
.section_filter .big_block .block.uncollapsed .block_name_after {
  border-top: none;
  border-bottom: 4px solid #999999; }
.section_filter .big_block .block:not(.uncollapsed) .block_inner {
  display: none; }
.section_filter .big_block .block.number .inputs {
  text-align: center;
  padding-top: 4px; }
.section_filter .big_block .block.number .inputs input {
  background: #ffffff;
  border: #e7e7e7 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  color: #a3a2a2;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  /* Firefox 19+ */
  /* Firefox 18- */ }
.section_filter .big_block .block.number .inputs input.pull-left {
  width: 75px; }
.section_filter .big_block .block.number .inputs input.pull-right {
  width: 95px; }
.section_filter .big_block .block.number .inputs input::-webkit-input-placeholder {
  color: #a3a2a2; }
.section_filter .big_block .block.number .inputs input::-moz-placeholder {
  color: #a3a2a2; }
.section_filter .big_block .block.number .inputs input:-moz-placeholder {
  color: #a3a2a2; }
.section_filter .big_block .block.number .inputs input:-ms-input-placeholder {
  color: #a3a2a2; }
.section_filter .big_block .block.number .inputs .dash {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 1px;
  background: #d1d1d1;
  margin: 18px 0 0; }
.section_filter .big_block .block.number .slider {
  padding-top: 15px;
  padding-bottom: 20px; }
.section_filter .big_block .block.number .slider .track {
  background: #ececec;
  height: 7px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
.section_filter .big_block .block.number .slider .track .select {
  position: absolute;
  top: 0;
  height: 7px;
  background: #1d78ad; }
.section_filter .big_block .block.number .slider .controls {
  position: relative;
  height: 14px; }
.section_filter .big_block .block.number .slider .controls a {
  position: absolute;
  top: 0;
  display: block;
  width: 13px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAMAAADDoWbgAAAAS1BMVEUWFhb///8WFhYYGBglJSUmJiYsLCwtLS0uLi4vLy8wMDA5OTk6Ojo7Ozs8PDw9PT1LS0tNTU1OTk5RUVFZWVlcXFxhYWFiYmJ4eHh+gYkKAAAAAnRSTlMAAHaTzTgAAABGSURBVAjXvccBDkAwEETRMYtainZR7n9SVRE36M8kk4emRJRDJckmv2S/DvnEkM4U+Io+mllc+Yg6zYvPUwJse6fjkHMdb4i+AocF9bC8AAAAAElFTkSuQmCC);
  outline: none; }
.section_filter .big_block .block.number .slider .controls a.left {
  margin-left: -6px; }
.section_filter .big_block .block.number .slider .controls a.right {
  margin-right: -6px; }
.section_filter .big_block .block.buttons {
  text-align: center;
  padding-right: 5px;
  padding-bottom: 13px; }
.section_filter .big_block .block.buttons .btn {
  display: inline-block;
  vertical-align: top;
  height: 37px;
  border: none;
  line-height: 37px;
  cursor: pointer; }
.section_filter .big_block .block.buttons .btn.show {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 50%;
  border-radius: 4px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d78ad+0,1c73a5+100 */
  background: #1d78ad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1d78ad 0%, #1c73a5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1d78ad 0%, #1c73a5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1d78ad 0%, #1c73a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d78ad', endColorstr='#1c73a5',GradientType=0 );
  /* IE6-9 */ }
.section_filter .big_block .block.buttons .btn.reset {
  font-size: 13px;
  color: #727272;
  background: transparent; }
.section_filter .big_block .block.buttons input.btn {
  line-height: unset; }
.section_filter .big_block:last-child {
  margin-bottom: 0; }
.right_recommend_item, .right_recommend_items .item, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info {
  display: block;
  min-height: 129px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0; }
.right_recommend_item:last-child, .right_recommend_items .item:last-child, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item:last-child, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info:last-child {
  border-bottom: none; }
.right_recommend_item:last-child .hover-overlay, .right_recommend_items .item:last-child .hover-overlay, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item:last-child .hover-overlay, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info:last-child .hover-overlay {
  bottom: 0; }
.right_recommend_item:first-child .hover-overlay, .right_recommend_items .item:first-child .hover-overlay, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item:first-child .hover-overlay, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info:first-child .hover-overlay {
  top: 0; }
.right_recommend_item:hover .hover-overlay, .right_recommend_items .item:hover .hover-overlay, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item:hover .hover-overlay, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info:hover .hover-overlay {
  display: block; }
.right_recommend_item .hover-overlay, .right_recommend_items .item .hover-overlay, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .hover-overlay {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0;
  top: -1px;
  bottom: -1px;
  z-index: 5; }
.right_recommend_item .hover-overlay .to_basket, .right_recommend_items .item .hover-overlay .to_basket, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay .to_basket, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .hover-overlay .to_basket {
  display: block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 48px auto 0;
  background: #f83f3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f83f3e 0%, #ed3c3b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f83f3e 0%, #ed3c3b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f83f3e 0%, #ed3c3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83f3e', endColorstr='#ed3c3b',GradientType=0 );
  /* IE6-9 */
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; }
.right_recommend_item .pic, .right_recommend_items .item .pic, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .pic, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic {
  float: left;
  width: 70px;
  padding-top: 25px;
  padding-bottom: 14px;
  text-align: center;
  font-size: 0; }
.right_recommend_item .pic img, .right_recommend_items .item .pic img, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .pic img, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic img {
  display: inline-block;
  vertical-align: top;
  max-width: 70px;
  max-height: 90px; }
.right_recommend_item .info, .right_recommend_items .item .info, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info {
  float: left;
  width: 190px;
  padding-top: 21px;
  padding-bottom: 18px; }
.right_recommend_item .info .name, .right_recommend_items .item .info .name, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .name, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .name {
  font-size: 15px;
  line-height: 18px;
  color: #0099cc;
  margin-bottom: 8px; }
.right_recommend_item .info .size_n_color, .right_recommend_items .item .info .size_n_color, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .size_n_color, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .size_n_color {
  font-size: 0;
  margin-bottom: 4px; }
.right_recommend_item .info .size_n_color .valpair, .right_recommend_items .item .info .size_n_color .valpair, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .size_n_color .valpair, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .size_n_color .valpair {
  display: inline-block;
  margin-right: 16px;
  font-size: 13px; }
.right_recommend_item .info .size_n_color .valpair .lgnd, .right_recommend_items .item .info .size_n_color .valpair .lgnd, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .size_n_color .valpair .lgnd, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .size_n_color .valpair .lgnd {
  color: #999999; }
.right_recommend_item .info .size_n_color .valpair .value, .right_recommend_items .item .info .size_n_color .valpair .value, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .size_n_color .valpair .value, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .size_n_color .valpair .value {
  color: #000000; }
.right_recommend_item .info .price, .right_recommend_items .item .info .price, .basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .price, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .price {
  color: #000000;
  font-size: 18px;
  font-weight: bold; }
.element_right_panel {
  float: right;
  width: 260px;
  font-size: 13px;
  margin-bottom: 40px; }
.element_right_panel .recommend .sh {
  background: #6c1a4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6c1a4b 0%, #5f1742 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6c1a4b 0%, #5f1742 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6c1a4b 0%, #5f1742 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c1a4b', endColorstr='#5f1742',GradientType=0 );
  /* IE6-9 */
  height: 57px;
  font-size: 22px;
  line-height: 57px;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.element_right_panel .recommend:first-child {
  padding-top: 63px; }
.element_right_panel .delivery_and_payment {
  margin-left: -1px;
  margin-right: -1px; }
.element_right_panel .delivery_and_payment .blue_block {
  background: #f6fcff;
  border: #e0eff7 1px solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 14px 20px;
  position: relative;
  color: #333333;
  line-height: 15px; }
.element_right_panel .delivery_and_payment .blue_block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background: url("/local/templates/kazanova2023/css/../img/blue_wave_1.png");
  width: 262px;
  height: 6px;
  left: -1px;
  bottom: -5px; }
.element_right_panel .delivery_and_payment .blue_block .city {
  margin: 2px 0 9px -2px;
  padding: 1px 0 0 19px;
  font-size: 15px;
  min-height: 18px;
  box-sizing: border-box;
  color: #000000;
  background: url("/local/templates/kazanova2023/css/../img/icon/location_1.png") no-repeat left top; }
.element_right_panel .delivery_and_payment .blue_block .city a {
  font-weight: bold; }
.element_right_panel .delivery_and_payment .blue_block .block {
  padding-top: 16px; }
.element_right_panel .delivery_and_payment .blue_block .block .sh {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  position: relative; }
.element_right_panel .delivery_and_payment .blue_block .block .sh .q {
  position: absolute;
  margin-left: 6px;
  margin-top: -7px;
  cursor: pointer; }
.element_right_panel .delivery_and_payment .blue_block .block .mini {
  font-size: 13px;
  color: #999999;
  line-height: 13px; }
.element_right_panel .delivery_and_payment .blue_block .block p {
  margin: 9px 0; }
.element_right_panel .delivery_and_payment .blue_block .block p + .mini {
  margin-top: -6px; }
.element_right_panel .delivery_and_payment .blue_block .block .sh + p {
  margin-top: 4px; }
.element_right_panel .delivery_and_payment .feats {
  padding-left: 16px;
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 16px 23px; }
.element_right_panel .delivery_and_payment .feats .item {
  padding: 7px 0 8px; }
.element_right_panel .delivery_and_payment .feats .item img {
  float: left;
  margin-right: 14px;
  margin-top: 5px; }
.element_right_panel .delivery_and_payment .feats .item a {
  font-size: 15px;
  line-height: 21px; }
.element_right_panel .delivery_and_payment .feats .item .l2 {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding-top: 1px; }
.big_suggestions {
  padding-bottom: 60px; }
.big_suggestions .catalog_section_items {
  margin-right: -10px;
  margin-left: 0; }
.big_suggestions .mp_section_sh {
  margin-bottom:25px; }
.address_detail .element_info {
  max-width:1030px;
}
.element_info {
  float: left;
  width: 1047px;
  margin-bottom: 40px; }
.element_info h1 {
  margin: 4px 0 0; }
.element_info .main_info {
  margin-bottom: 35px; }
.element_info .main_info .state_n_brand {
  height: 45px; }
.element_info .main_info .state_n_brand > a, .element_info .main_info .state_n_brand div {
  float: left;
  margin-right: 20px; }
.element_info .main_info .state_n_brand .brand {
  margin-right: 30px; }
.element_info .main_info .state_n_brand .brand img {
  display: block;
  max-height: 45px; }
.element_info .main_info .state_n_brand .code {
  color: #808080;
  font-size: 13px;
  margin-top: 6px;
  line-height: 28px;
  background: #f7f7f7;
  padding: 0 11px;
  border: 1px solid #e9e9e9;
  border-radius: 4px; }
.element_info .main_info .state_n_brand .stars {
  font-size: 0;
  margin-top: 13px; }
.element_info .main_info .state_n_brand .comments {
  height: 18px;
  padding-left: 24px;
  background: url("/local/templates/kazanova2023/css/../img/icon/chat_2.png") no-repeat 0 2px;
  font-size: 13px;
  margin-top: 11px; }
.element_info .main_info .left_column {
  width: 531px;
  float: left; }
.element_info .main_info .left_column .special_action {
  border: 2px solid #eae1e6;
  border-radius: 5px;
  margin-top: 10px; }
.element_info .main_info .left_column .special_action > div {
  float: left; }
.element_info .main_info .left_column .special_action .pic {
  width: 127px; }
.element_info .main_info .left_column .special_action .pic img {
  margin: 20px 0 0 28px; }
.element_info .main_info .left_column .special_action .txt {
  width: 200px;
  padding: 21px 0 15px; }
.element_info .main_info .left_column .special_action .txt .l1 {
  color: #666666;
  font-size: 15px; }
.element_info .main_info .left_column .special_action .txt .name {
  font-size: 20px;
  color: #9a2b6c;
  font-weight: bold;
  margin: -2px 0; }
.element_info .main_info .left_column .special_action .txt .link {
  font-size: 13px; }
.element_info .main_info .left_column .special_action .timer .l1 {
  padding: 5px 5px 9px;
  font-size: 13px;
  color: #8e8e8e; }
.element_info .main_info .left_column .special_action .timer .container {
  /* Animation start */
  /* Animation end */ }
.element_info .main_info .left_column .special_action .timer .container .time {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 45px;
  width: 34px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.element_info .main_info .left_column .special_action .timer .container .count {
  background: #f3f3f3;
  color: #414141;
  display: block;
  font-size: 26px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat; }
.element_info .main_info .left_column .special_action .timer .container .count span {
  position: relative;
  line-height: 20px; }
.element_info .main_info .left_column .special_action .timer .container .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -1px 0 #d6d6d6;
  border-radius: 4px 4px 0 0;
  height: 22px;
  line-height: 20px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+50,e2e2e2+100 */
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 50%, #e2e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 50%, #e2e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 50%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 );
  /* IE6-9 */ }
.element_info .main_info .left_column .special_action .timer .container .count.top span {
  top: 11px; }
.element_info .main_info .left_column .special_action .timer .container .count.bottom {
  box-shadow: inset 0 1px 0 #f5f5f5;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0 0 4px 4px;
  line-height: 20px;
  height: 21px;
  top: 23px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,f3f3f3+50,f3f3f3+100 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f3f3 50%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f3f3 50%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f3f3 50%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */ }
.element_info .main_info .left_column .special_action .timer .container .count.bottom span {
  top: -11px; }
.element_info .main_info .left_column .special_action .timer .container .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }
.element_info .main_info .left_column .special_action .timer .container .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }
.element_info .main_info .left_column .special_action .timer .container .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }
.element_info .main_info .left_column .special_action .timer .container .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }
.element_info .main_info .left_column .special_action .timer .container .label {
  font-size: 9px;
  color: #666666;
  display: block;
  position: absolute;
  top: 52px;
  width: 100%;
  text-align: center;
  font-weight: bold; }
.element_info .main_info .left_column .carousel-big {
  height: 392px;
  box-sizing: border-box;
  margin: 20px 0;
  overflow: hidden;
  position: relative; }
.element_info .main_info .left_column .carousel-big .item {
  width: 531px;
  height: 392px;
  cursor: pointer; }
.element_info .main_info .left_column .carousel-big .item img {
  max-height: 392px; }
.element_info .main_info .left_column .carousel-big .bx-controls a {
  position: absolute;
  height: 392px;
  top: 0;
  width: 40px;
  opacity: 0.6; }
.element_info .main_info .left_column .carousel-big .bx-controls a:hover {
  opacity: 1; }
.element_info .main_info .left_column .carousel-big .bx-controls a.bx-prev {
  left: 0;
  background: url("/local/templates/kazanova2023/css/../img/icon/gallery_big_left.png") no-repeat center; }
.element_info .main_info .left_column .carousel-big .bx-controls a.bx-next {
  right: 0;
  background: url("/local/templates/kazanova2023/css/../img/icon/gallery_big_right.png") no-repeat center; }
.element_info .main_info .left_column .carousel-small {
  position: relative;
  margin: 20px 0; }
.element_info .main_info .left_column .carousel-small .items {
  height: 98px;
  overflow: hidden;
  white-space: nowrap; }
.element_info .main_info .left_column .carousel-small .items .item {
  display: block;
  width: 98px;
  height: 98px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  float: left;
  margin-right: 10px;
  cursor: pointer; }
.element_info .main_info .left_column .carousel-small .items .item:nth-child(5), .element_info .main_info .left_column .carousel-small .items .item:last-child {
  margin-right: 0; }
.element_info .main_info .left_column .carousel-small .items .item .inner {
  width: 96px;
  height: 96px; }
.element_info .main_info .left_column .carousel-small .items .item.active {
  border-color: #b983a3; }
.element_info .main_info .left_column .carousel-small .bx-controls a {
  position: absolute;
  height: 98px;
  top: 0;
  width: 35px;
  opacity: 0.6; }
.element_info .main_info .left_column .carousel-small .bx-controls a:hover {
  opacity: 1; }
.element_info .main_info .left_column .carousel-small .bx-controls a.bx-prev {
  left: -10px;
  background: url("/local/templates/kazanova2023/css/../img/icon/gallery_thumbs_left.png") no-repeat center; }
.element_info .main_info .left_column .carousel-small .bx-controls a.bx-next {
  right: -10px;
  background: url("/local/templates/kazanova2023/css/../img/icon/gallery_thumbs_right.png") no-repeat center; }
.element_info .main_info .left_column .carousel-small .bx-wrapper {max-width:90%!important}
.element_info .main_info .left_column .videos .item {
  cursor: pointer;
  width: 172px;
  float: left;
  margin-right: 7px; }
.element_info .main_info .left_column .videos .item:last-child {
  margin-right: 0; }
.element_info .main_info .left_column .videos .item .pic {
  height: 108px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.element_info .main_info .left_column .videos .item .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: url("/local/templates/kazanova2023/css/../img/icon/play.png") no-repeat 79px 44px; }
.element_info .main_info .left_column .videos .item .lgnd {
  font-size: 13px;
  color: #666666;
  padding: 11px 0 1px; }
.element_info .main_info .left_column .videos .item .name {
  color: #0099cc;
  font-size: 15px;
  line-height: 18px; }
.element_info .main_info .left_column .videos .item:hover .pic:before {
  background: url("/local/templates/kazanova2023/css/../img/icon/play.png") no-repeat 79px 44px, url("/local/templates/kazanova2023/css/../img/icon/play.png") no-repeat 80px 44px; }
.element_info .main_info .left_column .videos .item:hover .name {
  text-decoration: underline; }
.element_info .main_info .right_column {
  width: 480px;
  float: right;
  font-size: 13px;
  color: #333333; }
.element_info .main_info .right_column .description_1_container {
  border-bottom: #e8e8e8 1px solid;
  padding: 13px 13px 9px 2px;
  margin-bottom: 20px; }
.element_info .main_info .right_column .description_1_container .description_1 {
  max-height: 210px; }
.element_info .main_info .right_column .description_1_container .description_1 .show_more {
  float: right;
  padding-bottom: 10px; }
.element_info .main_info .right_column .description_1_container .description_1 ul {
  line-height: 21px;
  font-weight: bold;
  list-style: none;
  padding-left: 0; }
.element_info .main_info .right_column .description_1_container .description_1 ul li {
  padding-left: 21px;
  background: url("/local/templates/kazanova2023/css/../img/icon/green_check.png") no-repeat 0 7px; }
.element_info .main_info .right_column .description_1_container .description_1 ul li span {
  color: #666666; }
.element_info .main_info .right_column .offer_props {
  padding-left: 7px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: #e8e8e8 1px solid; }
.element_info .main_info .right_column .offer_props .lgnd {
  float: left;
  font-size: 15px;
  line-height: 28px; }
.element_info .main_info .right_column .offer_props .values {
  font-size: 0; }
.element_info .main_info .right_column .offer_props .values label {
  display: inline-block;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 50%; }
.element_info .main_info .right_column .offer_props .values label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }
.element_info .main_info .right_column .offer_props .values label span {
  display: block;
  position: relative; }
.element_info .main_info .right_column .offer_props .values label input:disabled + span {
  cursor: not-allowed;
  color: #9a9a9a; }
.element_info .main_info .right_column .offer_props .values label input:disabled + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 50%;
  width: 1px;
  background: #fa5150;
  transform: rotate(45deg); }
.element_info .main_info .right_column .offer_props .colors {
  margin-bottom: 20px; }
.element_info .main_info .right_column .offer_props .colors .values {
  margin-left: 60px; }
.element_info .main_info .right_column .offer_props .colors .values label {
  margin-right: 7px; }
.element_info .main_info .right_column .offer_props .colors .values label span {
  width: 28px;
  height: 28px;
  vertical-align: top;
  border-radius: 16px;
  border: 2px solid transparent;
  background-clip: content-box; }
.element_info .main_info .right_column .offer_props .colors .values label span.white {
  border: 1px solid #d1d1d1;
  margin: 1px; }
.element_info .main_info .right_column .offer_props .colors .values label input:checked + span {
  width: 16px;
  height: 16px;
  border: 4px solid #9a2b6c;
  padding: 4px; }
.element_info .main_info .right_column .offer_props .colors .values label input:checked + span.white {
  margin: 0;
  position: relative; }
.element_info .main_info .right_column .offer_props .colors .values label input:checked + span.white:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  position: absolute;
  left: 3px;
  top: 3px; }
.element_info .main_info .right_column .offer_props .sizes {
  margin-bottom: 12px; }
.element_info .main_info .right_column .offer_props .sizes .values {
  margin-left: 64px; }
.element_info .main_info .right_column .offer_props .sizes .values label {
  margin-right: 3px;
  margin-bottom: 8px; }
.element_info .main_info .right_column .offer_props .sizes .values label span {
  font-size: 13px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  font-weight: bold;
  color: #5d5d5d;
  padding: 0 10px;
  background: #f9f9f9;
  border-radius: 3px;
  background-clip: padding-box; }
.element_info .main_info .right_column .offer_props .sizes .values label input:checked + span {
  border-color: transparent;
  background: #9a2b6c;
  color: white;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.15); }
.element_info .main_info .right_column .offer_props .sizes .values label input:disabled + span:after {
  top: -11px;
  bottom: -11px; }
.element_info .main_info .right_column .offer_props .sizes .values a {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid transparent; }
.element_info .main_info .right_column .buy_area {
  margin-top: 20px;
  margin-bottom: 25px; }
.element_info .main_info .right_column .buy_area .price {
  float: left;
  padding-left: 8px;
  box-sizing: border-box;
  padding-top: 22px; }
.element_info .main_info .right_column .buy_area .price .old {
  color: #999999;
  font-size: 18px;
  text-decoration: line-through; }
.element_info .main_info .right_column .buy_area .price .new {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px; }
.element_info .main_info .right_column .buy_area .price .eco {
  color: #000000;
  background: #ffe083;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  border-radius: 3px;
  margin-left: -1px;
  margin-top: 10px; }
.element_info .main_info .right_column .buy_area .price .guarantee {
  margin-bottom: 4px; }
.element_info .main_info .right_column .buy_area .price .guarantee img {
  float: left; }
.element_info .main_info .right_column .buy_area .price .guarantee a {
  line-height: 22px;
  margin-left: 4px;
  cursor: pointer; }
.element_info .main_info .right_column .buy_area .actions {
  float: right;
  width: 310px; }
.element_info .main_info .right_column .buy_area .actions .btns {
  font-size: 0;
  padding-top: 25px; }
.element_info .main_info .right_column .buy_area .actions .btns .btn, .element_info .main_info .right_column .buy_area .actions .btns .grey_btn {
  height: 48px;
  line-height: 48px;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn {
  width: 54px;
  margin-left: 8px;
  position: relative;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */ }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip {
  color: #fff;
  position: absolute;
  font-size: 13px;
  line-height: 1;
  width: 140px;
  margin-top: -37px;
  margin-left: -55px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 7px 10px;
  border-radius: 2px;
  animation: delay-opacity 3s;
  opacity: 0; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 19px;
  margin-left: 68px;
  border-top: 4px solid #4c4c4c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.favorite:after {
  background: url("/local/templates/kazanova2023/css/../img/icon/heart_3.png") no-repeat center; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.favorite .favorite_tooltip {
  display: none; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare:after {
  background: url("/local/templates/kazanova2023/css/../img/icon/compare_3.png") no-repeat center; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare .compare_tooltip {
  display: none; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.active {
  background: #712251;
  /* Old browsers */
  background: -moz-linear-gradient(top, #712251 0%, #631e47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #712251 0%, #631e47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #712251 0%, #631e47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712251', endColorstr='#631e47',GradientType=0 );
  /* IE6-9 */
  border-color: transparent; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.active.favorite:after {
  background: url("/local/templates/kazanova2023/css/../img/icon/heart_22.png") no-repeat center; }
.element_info .main_info .right_column .buy_area .actions .btns .grey_btn.active.compare:after {
  background: url("/local/templates/kazanova2023/css/../img/icon/compare_22.png") no-repeat center; }
.element_info .main_info .right_column .buy_area .actions .btns .to_basket {
  display: inline-block;
  vertical-align: bottom;
  position: relative; }
.element_info .main_info .right_column .buy_area .actions .btns .to_basket .btn {
  width: 150px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border-color: transparent;
  text-align: center;
  background: #fd403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
  /* IE6-9 */ }
.element_info .main_info .right_column .buy_area .actions .btns .to_basket .in_basket_wrap {
  position: absolute;
  width: 100%;
  height: 25px;
  text-align: center;
  left: 0;
  top: -25px; }
.element_info .main_info .right_column .buy_area .actions .btns .to_basket .in_basket_wrap .in_basket {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #b96b99;
  border-bottom: none;
  color: #9a2b6c;
  font-size: 13px;
  padding: 0 9px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.element_info .main_info .right_column .buy_area .actions .one_click {
  padding-top: 23px; }
.element_info .main_info .right_column .buy_area .actions .one_click a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold; }
.element_info .main_info .right_column .buy_area .actions .one_click .note {
  padding-top: 3px;
  color: #8e8e8e;
  font-size: 13px; }
.element_info .main_info .right_column .chars {
  padding-left: 19px; }
.element_info .main_info .right_column .chars .button_1C {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  border: #e7e7e7 1px solid;
  border-radius: 3px;
  color: #787878;
  padding: 10px 20px;
  margin-top: 15px;
  cursor: pointer; }
.element_info .main_info .right_column .chars .sh {
  font-size: 17px;
  font-weight: bold;
  margin-left: -2px;
  margin-bottom: 8px; }
.element_info .main_info .right_column .chars .chartable {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table; }
.element_info .main_info .right_column .chars .chartable li {
  display: table-row; }
.element_info .main_info .right_column .chars .chartable li > div {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px; }
.element_info .main_info .right_column .chars .chartable li .lgnd {
  padding-right: 30px;
  color: #666666; }
.element_info .main_info .right_column .chars .chartable li .value {
  font-weight: bold; }
.element_info .main_info .right_column .chars .chartable li .value .q {
  margin-left: 6px;
  cursor: pointer; }
.element_info .main_info .right_column .chars .show_more {
  display: inline-block;
  margin: 11px 0; }
.element_info .main_info .right_column .chars.shown .show_more {
  display: none; }
.element_info .main_info .right_column .chars:not(.shown) li.more {
  display: none; }
.element_info .tabs .selector_ul .selector_li {
  display: inline;
  font-size: 0; }
.element_info .tabs .selector_ul .selector_li > label {
  display: inline-block;
  line-height: 45px;
  font-size: 17px;
  padding: 0 23px;
  border: 1px solid #dedede;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  margin-right: 3px;
  position: relative;
  z-index: 5;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */ }
.element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white;
  font-weight:600; }
.element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; 
  font-weight:600; }
.element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white;
  font-weight:600; }
.element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white;
  font-weight:600; }
.element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white;
  font-weight:600; }
.element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white }
.element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > label {
  background: white;
  color: #9a2b6c;
  border-bottom-color: white; }
.element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > .selector_variant {
  max-height: unset;
  padding: 13px 40px 30px;
  border: 1px solid #dedede; }
.element_info .tabs .selector_variants {
  border: 1px solid #dedede;
  border-radius: 4px;
  border-top-left-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
.element_info .tabs .selector_variant {
  padding: 0 40px;
  font-size: 15px;
  color: #4e4e4e;
  display: block;
  max-height: 0;
  overflow: hidden;
  position: relative;
  float: left;
  left: 0;
  width: 965px;
  border-radius: 4px;
  border-top-left-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
.element_info .tabs .selector_variant .sh {
  color: #333333;
  font-size: 28px; }
.element_info .tabs .city_availability_items {
  margin: 0 -7px;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none; }
.element_info .tabs .city_availability_items li {
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 0 0 0 9px; }
.element_info .tabs .city_availability_items li:first-child:last-child {
  border-bottom: none; }
.element_info .tabs .city_availability_items li .avail {
  height: 73px;
  line-height: 73px;
  float: right;
  width: 130px;
  font-size: 15px; }
.element_info .tabs .city_availability_items li .avail:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 8px; }
.element_info .tabs .city_availability_items li .avail.y {
  color: #4a9b2b; }
.element_info .tabs .city_availability_items li .avail.y:before {
  background: #4a9b2b; }
.element_info .tabs .city_availability_items li .avail.n {
  color: #d22b2b; }
.element_info .tabs .city_availability_items li .avail.n:before {
  background: #d22b2b; }
.element_info .tabs .city_availability_items li .city, .element_info .tabs .city_availability_items li .addr {
  width: 340px;
  box-sizing: border-box;
  float: left; }
.element_info .tabs .city_availability_items li .city {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  padding-top: 11px;
  padding-bottom: 1px; }
.element_info .tabs .city_availability_items li .city.noMap, .element_info .tabs .city_availability_items li .addr {
  display: flex;
  height: 73px;
  padding: 0;
  align-items: center;
}
.element_info .tabs .city_availability_items li .addr {
  cursor: pointer;
  font-size: 17px;
  font-weight:bold;			   
  color: #0099cc;
  padding-left: 18px;
  background: url("/local/templates/kazanova2023/css/../img/icon/location_2.png") no-repeat 0 5px;
  background-position-y: center;}							 
.element_info .tabs .element_reviews_container {
  margin: 0 -10px;
  position: relative; }
.element_info .tabs .element_reviews_container .page {
  padding-left: 10px;
  box-sizing: border-box;
  float: left;
  display: none; }
.element_info .tabs .element_reviews_container .page:first-child {
  display: block; }
.element_info .tabs .element_reviews_container .bx-wrapper {
  padding-bottom: 8px; }
.element_info .tabs .element_reviews_container .bx-wrapper .page {
  display: block; }
.element_info .tabs .element_reviews_container .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 0;
  right: 0; }
.element_info .tabs .element_reviews_container .bx-wrapper .bx-controls a {
  height: 34px;
  width: 34px;
  margin-right: 3px;
  opacity: 0.5; }
.element_info .tabs .element_reviews_container .bx-wrapper .bx-controls a:hover {
  opacity: 1; }
.element_info .tabs .element_reviews_container .bx-wrapper .bx-controls a.bx-prev {
  background: url("/local/templates/kazanova2023/css/../img/icon/left_34.png") no-repeat center; }
.element_info .tabs .element_reviews_container .bx-wrapper .bx-controls a.bx-next {
  background: url("/local/templates/kazanova2023/css/../img/icon/right_34.png") no-repeat center; }
.element_info.fancybox_element_info .main_info {
  margin-bottom: 0; }
.element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip {
  width: 80px;
  margin-top: -47px;
  margin-left: -27px; }
.element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip:before {
  margin-top: 31px;
  margin-left: 41px; }
.element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare .btn_tooltip {
  margin-left: -45px; }
.element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare .btn_tooltip:before {
  margin-left: 58px; }
.leave_review_form {
  background: #fafdff;
  border-top: 1px solid #dedede;
  margin: 15px -40px -30px;
  padding: 25px 40px 30px; }
.leave_review_form .sh {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }
.leave_review_form .inputs_and_rules {
  margin-bottom: 30px; }
.leave_review_form .inputs_and_rules .inputs {
  float: left;
  width: 365px;
  border-right: 1px solid #e6e6e6;
  margin-right: -1px;
  padding-top: 7px; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-container {
  min-height: 40px !important; }
.leave_review_form .inputs_and_rules .inputs .input {
  box-sizing: border-box;
  width: 340px;
  height: 40px;
  border: #f1f1f1 1px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: normal; }
.leave_review_form .inputs_and_rules .inputs .input:focus {
  border-color: #0099cc; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .dropdown-block {
  padding: 0;
  width: 340px;
  border: none;
  box-shadow: none;
  margin-bottom: 20px; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .dropdown-block .dropdown-icon {
  top: 12px; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .dropdown-block .dropdown-fade2white {
  right: 1px; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .dropdown-block .bx-ui-sls-clear {
  margin-top: 6px;
  z-index: 10; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-route,
.leave_review_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-fake {
  padding: 0 22px 0 30px !important;
  box-sizing: border-box;
  height: 40px;
  border: #f1f1f1 1px solid !important; }
.leave_review_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-route:focus,
.leave_review_form .inputs_and_rules .inputs .bx-sls .bx-ui-sls-fake:focus {
  border-color: #0099cc !important; }
.leave_review_form .inputs_and_rules .inputs .rating .lgnd {
  font-size: 15px;
  color: #666666;
  font-weight: bold; }
.leave_review_form .inputs_and_rules .inputs .rating .stars {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px; }
.leave_review_form .inputs_and_rules .inputs .rating .stars label {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_21.png") no-repeat center;
  cursor: pointer; }
.leave_review_form .inputs_and_rules .inputs .rating .stars input {
  position: absolute;
  margin: 0;
  opacity: 0;
  cursor: pointer; }
.leave_review_form .inputs_and_rules .inputs .rating .stars input:checked + label ~ label {
  background: url("/local/templates/kazanova2023/css/../img/icon/star_bigger_20.png") no-repeat center; }
.leave_review_form .inputs_and_rules .rules {
  float: left;
  border-left: 1px solid #e6e6e6;
  width: 600px;
  box-sizing: border-box;
  color: #868686;
  padding-left: 25px; }
.leave_review_form textarea {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 123px;
  margin-bottom: 20px; }
.leave_review_form .send input[type="submit"] {
  background: #9a2b6c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  width: 160px; }
.leave_review_form .send label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #666666; }
.leave_review_form .send label input + span {
  position: relative;
  top: -2px;
  margin-right: 10px; }
.leave_review_form .send label input:checked + span {
  background-color: #0099cc; }
.element_linkup a {
  display: inline-block;
  margin-right: 22px;
  line-height: 26px; }
.basket_right_panel {
  width: 257px;
  float: right; }
.basket_right_panel .basket_hint {
  padding: 12px;
  position: relative;
  background: #e4f1f5; }
.basket_right_panel .basket_hint:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_hint_right.png") no-repeat;
  width: 9px;
  height: 19px;
  right: -9px;
  top: 19px; }
.basket_right_panel .basket_hint .sh {
  color: #333;
  font-size: 17px;
  border-bottom: #d3eaee 1px solid;
  font-weight: bold;
  padding: 0 0 8px 40px;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_hint.png") no-repeat 8px 0; }
.basket_right_panel .basket_hint .txt {
  padding: 8px 9px;
  font-size: 13px;
  color: black; }
.basket_right_panel .basket_hint .txt a {
  font-weight: bold; }
.basket_page {
  width: 1050px;
  float: left; }
.basket_page .go_back {
  font-size: 17px;
  padding-left: 25px;
  background: url("/local/templates/kazanova2023/css/../img/icon/back_arrow.png") no-repeat 0 center; }
.basket_page h1 {
  margin: 5px 0 19px; }
.basket_page .tabs .selector_labels a {
  display: inline-block;
  line-height: 50px;
  padding: 0 33px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #0099cc;
  cursor: pointer;
  position: relative; }
.basket_page .tabs .selector_labels a:after {
  content: "";
  display: none;
  border: 6px transparent solid;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border-top-color: #fa3f3e; }
.basket_page .tabs .selector_labels a.current {
  color: white;
  background: #fa3f3e;
  cursor: default; }
.basket_page .tabs .selector_labels a.current:after {
  display: block; }
.basket_page .tabs .items {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 5; }
.basket_page .tabs .items .item {
  border-top: #eeeeee 1px solid; }
.basket_page .tabs .items .item > div {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
  position: relative; }
.basket_page .tabs .items .item .pic {
  width: 148px;
  text-align: center; }
.basket_page .tabs .items .item .info {
  width: 380px;
  vertical-align: top; }
.basket_page .tabs .items .item .info .name {
  font-size: 17px;
  color: #0099cc;
  padding-top: 17px;
  font-weight: bold; }
.basket_page .tabs .items .item .info .colors, .basket_page .tabs .items .item .info .sizes {
  padding-top: 2px; }
.basket_page .tabs .items .item .info .colors .lgnd, .basket_page .tabs .items .item .info .sizes .lgnd {
  font-size: 13px;
  display: block;
  color: #666666;
  line-height: 18px;
  padding-bottom: 5px; }
.basket_page .tabs .items .item .info div.colors {
  font-size: 0; }
.basket_page .tabs .items .item .info div.colors input:checked + span {
  border-color: #0099cc; }
.basket_page .tabs .items .item .info div.sizes label span {
  font-size: 13px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  font-weight: bold;
  color: #5d5d5d;
  padding: 0 10px;
  background: #f9f9f9;
  border-radius: 3px;
  background-clip: padding-box; }
.basket_page .tabs .items .item .info div.sizes label input:checked + span {
  border-color: transparent;
  background: #9a2b6c;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.15); }
.basket_page .tabs .items .item .price {
  width: 170px;
  color: #000000;
  text-align: right;
  white-space: nowrap; }
.basket_page .tabs .items .item .price .new {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }
.basket_page .tabs .items .item .price .old {
  font-size: 18px;
  color: #999999;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }
.basket_page .tabs .items .item .price .eco {
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  background: #ffe083;
  float: right;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 9px;
  margin-top: 5px; }
.basket_page .tabs .items .item .price .out {
  color: #666666;
  font-size: 18px;
  font-weight: bold; }
.basket_page .tabs .items .item .quantity {
  width: 140px;
  text-align: center; }
.basket_page .tabs .items .item .quantity .wrap {
  display: inline-block;
  border: #cccccc 1px solid;
  width: 78px;
  height: 48px;
  border-radius: 3px;
  line-height: 46px; }
.basket_page .tabs .items .item .quantity .wrap .n {
  float: left;
  box-sizing: border-box;
  width: 50px;
  height: 48px;
  border: 1px solid transparent;
  border-right-color: #cccccc;
  font-size: 18px;
  font-weight: bold;
  color: #000000; }
.basket_page .tabs .items .item .quantity .wrap .n input {
  outline: none;
  font-size: 18px;
  text-align: center; }
.basket_page .tabs .items .item .quantity .wrap .btn a {
  display: block;
  float: right;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 28px;
  height: 24px;
  background: #f9f9f9;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  text-decoration: none; }
.basket_page .tabs .items .item .quantity .wrap .btn a.plus {
  border-bottom: none; }
.basket_page .tabs .items .item .quantity .wrap .btn a.minus {
  border-top-color: #cccccc; }
.basket_page .tabs .items .item .quantity .wrap .btn a:hover {
  color: #0099cc; }
.basket_page .tabs .items .item .quantity .wrap .btn:hover {
  color: #0099cc; }
.basket_page .tabs .items .item .sum_price {
  width: 120px;
  font-size: 22px;
  white-space: nowrap; }
.basket_page .tabs .items .item .actions {
  font-size: 15px;
  line-height: 30px;
  width: 92px; }
.basket_page .tabs .items .item .actions a {
  padding-left: 23px; }
.basket_page .tabs .items .item .actions .delete {
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_del.png") no-repeat 1px center;
  color: #999999; }
.basket_page .tabs .items .item .actions .favorite {
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_fav_0.png") no-repeat left center;
  color: #0099cc; }
.basket_page .tabs .items .item .actions .favorite.in {
  color: #942967;
  background: url("/local/templates/kazanova2023/css/../img/icon/basket_cart.png") no-repeat left center; }
.basket_page .tabs .items .item .suggest_item_wrap {
  position: absolute;
  left: 26px;
  overflow: visible; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item {
  overflow: visible;
  width: 257px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  transform: translateY(-50%); }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item:before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: -3px 3px 4px -2px rgba(0, 0, 0, 0.11);
  left: -7px;
  margin-top: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg); }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay {
  border-radius: 5px; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay:before {
  content: "";
  position: absolute;
  left: -10px;
  margin-top: -10px;
  top: 50%;
  border-right: rgba(0, 0, 0, 0.2) 10px solid;
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .hover-overlay a {
  margin-top: 70px; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .sh {
  font-size: 17px;
  color: #85205b;
  font-weight: bold;
  margin: 0 12px;
  padding: 11px;
  border-bottom: 1px solid #e7e7e7; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info {
  width: 187px; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .name {
  padding-top: 0; }
.basket_page .tabs .items .item .suggest_item_wrap .suggest_item .info .price {
  text-align: left; }
.basket_page .tabs .items .item:hover {
  box-shadow: 0 0 5px 0 rgba(34, 31, 31, 0.15);
  border-top-color: transparent; }
.basket_page .tabs .items .item:hover + .item {
  border-top-color: transparent; }
.basket_page .tabs .items .item:hover .quantity .wrap {
  border-color: #0099cc; }
.basket_page .tabs .items .item:hover .quantity .wrap .n, .basket_page .tabs .items .item:hover .quantity .wrap .btn a {
  border-color: #0099cc; }
.basket_page .tabs .items .item.out .name {
  color: #909090; }
.basket_page .basket_footer .total {
  background: #e8f6fb;
  background: url("/local/templates/kazanova2023/css/../img/blue_wave_bottom.png") repeat-x left bottom #e8f6fb;
  padding: 30px 30px 25px; }
.basket_page .basket_footer .total .sum {
  white-space: normal;
  display: table;
  float: right;
  font-size: 15px;
  line-height: 30px;
  color: #616161; }
.basket_page .basket_footer .total .sum > div {
  display: table-row; }
.basket_page .basket_footer .total .sum > div > div {
  display: table-cell;
  vertical-align: middle; }
.basket_page .basket_footer .total .sum .lbl {
  text-align: right; }
.basket_page .basket_footer .total .sum .num {
  font-size: 17px;
  font-weight: bold;
  padding-left: 30px; }
.basket_page .basket_footer .total .sum .itogo {
  color: #000000;
  font-size: 21px; }
.basket_page .basket_footer .total .sum .itogo > div {
  padding-bottom: 6px; }
.basket_page .basket_footer .total .sum .itogo .num {
  font-size: 30px;
  padding-left: 28px; }
.basket_page .basket_footer .total .sum .order_sum .num {
  color: #525252; }
.basket_page .basket_footer .total .sum .discount_sum .num {
  color: #902865; }
.basket_page .basket_footer .total .code_input .row {
  height: 36px;
  line-height: 36px; }
.basket_page .basket_footer .total .code_input .row input.radio_styled {
  margin: 0;
  position: absolute;
  opacity: 0; }
.basket_page .basket_footer .total .code_input .row label {
  font-size: 15px;
  color: #0099cc;
  font-weight: bold;
  cursor: pointer; }
.basket_page .basket_footer .total .code_input .row label span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  background: white;
  border-radius: 11px;
  position: relative;
  top: 7px;
  margin-right: 8px; }
.basket_page .basket_footer .total .code_input .row input:checked + label {
  color: #952a69; }
.basket_page .basket_footer .total .code_input .row input:checked + label span {
  border-color: #0099cc; }
.basket_page .basket_footer .total .code_input .row input:checked + label span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #0099cc;
  left: 7px;
  top: 7px; }
.basket_page .basket_footer .total .code_input .row .input_block {
  display: none;
  position: relative;
  margin: -2px 0 -1px 15px;
  border: #cccccc 1px solid;
  border-radius: 2px;
  height: 36px;
  line-height: 0; }
.basket_page .basket_footer .total .code_input .row .input_block input {
  box-sizing: border-box;
  height: 36px;
  width: 215px;
  padding-left: 12px; }
.basket_page .basket_footer .total .code_input .row .input_block .btn {
  position: absolute;
  top: -1px;
  right: -80px;
  font-size: 13px;
  color: #777777;
  background: #eceeee;
  border: #cccccc 1px solid;
  box-sizing: border-box;
  height: 38px;
  line-height: 36px;
  width: 90px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer; }
.basket_page .basket_footer .total .code_input .row input:checked ~ .input_block {
  display: inline-block;
  vertical-align: middle; }
.basket_page .basket_footer .total .code_input .row .bx_ordercart_coupon {
  display: inline-block;
  margin-left: 10px; }
.basket_page .basket_footer .total .code_input .row .bx_ordercart_coupon input {
  box-sizing: border-box;
  height: 36px;
  width: 150px;
  padding-left: 12px;
  border: #cccccc 1px solid; }
.basket_page .basket_footer .total .code_input .row .bx_ordercart_coupon .bx_ordercart_coupon_notes {
  display: inline-block;
  margin-left: 10px; }
.basket_page .basket_footer .buttons {
  text-align: right;
  margin: 40px 0 10px; }
.basket_page .basket_footer .buttons a {
  display: inline-block;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 30px;
  margin-left: 15px;
  cursor: pointer;
  border-radius: 4px; }
.basket_page .basket_footer .buttons a.btn-link {
  color: #0099cc; }
.basket_page .basket_footer .buttons a.btn-main {
  background: #fd403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
  /* IE6-9 */
  font-size: 25px;
  color: white; }
.order_right_panel {
  width: 270px;
  float: right;
  margin-bottom: 50px;
  border: 1px solid #c8e4ed;
  border-radius: 6px; }
.order_right_panel .order_items {
  background: #ffffff;
  border-radius: 6px;
  padding: 0 8px;
  position: relative;
  z-index: 5; }
.order_right_panel .order_items .sh {
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  padding: 10px;
  border-bottom: #e0e0e0 1px solid; }
.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic {
  width: 64px; }
.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic img {
  max-width: 60px; }
.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info {
  padding-left: 5px;
  width: 185px; }
.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .price .q {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  padding-left: 2px;
  position: relative;
  top: -2px; }
.order_right_panel .delivery_and_payment {
  background: #ebf7fb;
  padding: 18px 8px 5px;
  margin-top: -10px; }
.order_right_panel .delivery_and_payment .block {
  font-size: 14px;
  color: #333333;
  margin: 9px 9px; }
.order_right_panel .delivery_and_payment .block .sh {
  font-size: 15px;
  font-weight: bold; }
.order_right_panel .delivery_and_payment .bx-soa-cart-total-line {
  font-size: 17px;
  font-weight: bold;
  padding: 16px 9px;
  line-height: 32px;
  border-top: #ced9dc 1px solid;
  margin: 20px 0 0;
  /*
      &:not(.bx-soa-cart-total-line-total)
      {
        display: none;
      }
*/ }
.order_right_panel .delivery_and_payment .bx-soa-cart-total-line .bx-soa-cart-d {
  font-size: 24px;
  float: right; }
.order_right_panel .delivery_and_payment .bx-soa-cart-total-line + .bx-soa-cart-total-line {
  margin-top: 0; }
.order_right_panel .delivery_and_payment .bx-soa-cart-total-line .bx-price-old {
  text-decoration: line-through; }
.order_form {
  width: 1040px;
  float: left;
  /*
  .bx-soa-pickup-list-item {
    &.bx-selected {
      .bx-soa-pickup-l-item-detail {
        @extend .clearfix;
        padding-left: 0;
        .bx-soa-pickup-l-item-img {
          position: static;
          float: left;
          margin-right: 10px;
        }
      }
      .bx-soa-pickup-l-item-btn {
        display: none;
      }
    }
  }
*/ }
.order_form h1 {
  margin-top: 0;
  float: left; }
.order_form .log_in_if_you_have {
  width: 700px;
  float: right;
  padding-top: 13px;
  margin-bottom: 10px; }
.order_form .log_in_if_you_have a {
  font-size: 15px;
  color: #0099cc;
  font-weight: bold; }
.order_form .log_in_if_you_have .comment {
  color: #999999;
  font-size: 13px;
  font-style: italic;
  line-height: 17px; }
.order_form .sh {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 21px; }
.order_form .sh span {
  display: table-cell;
  vertical-align: top; }
.order_form .sh span.main {
  white-space: nowrap; }
.order_form .sh span.comment {
  font-size: 13px;
  font-style: italic;
  color: #999999;
  font-weight: normal;
  padding-left: 45px;
  padding-top: 7px; }
.order_form .user_fields {
  margin-bottom: 30px; }
.order_form .user_fields .row:not(.bx_soa_location),
.order_form .user_fields .bx_soa_location .form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
.order_form .user_fields .row:not(.bx_soa_location).must-be-filled input, .order_form .user_fields .row:not(.bx_soa_location).must-be-filled textarea,
.order_form .user_fields .bx_soa_location .form-group.must-be-filled input,
.order_form .user_fields .bx_soa_location .form-group.must-be-filled textarea {
  box-shadow: 0 0 3px 1px red; }
.order_form .user_fields .row:not(.bx_soa_location) .lgnd, .order_form .user_fields .row:not(.bx_soa_location) label,
.order_form .user_fields .bx_soa_location .form-group .lgnd,
.order_form .user_fields .bx_soa_location .form-group label {
  min-width: 140px;
  max-width: 140px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px; }
.order_form .user_fields .row:not(.bx_soa_location) .lgnd:before, .order_form .user_fields .row:not(.bx_soa_location) label:before,
.order_form .user_fields .bx_soa_location .form-group .lgnd:before,
.order_form .user_fields .bx_soa_location .form-group label:before {
  content: "";
  width: 15px;
  display: inline-block;
  margin-left: -15px; }
.order_form .user_fields .row:not(.bx_soa_location) .lgnd.req:before,
.order_form .user_fields .row:not(.bx_soa_location) .lgnd span.bx-authform-starrequired, .order_form .user_fields .row:not(.bx_soa_location) label.req:before,
.order_form .user_fields .row:not(.bx_soa_location) label span.bx-authform-starrequired,
.order_form .user_fields .bx_soa_location .form-group .lgnd.req:before,
.order_form .user_fields .bx_soa_location .form-group .lgnd span.bx-authform-starrequired,
.order_form .user_fields .bx_soa_location .form-group label.req:before,
.order_form .user_fields .bx_soa_location .form-group label span.bx-authform-starrequired {
  width: 15px;
  display: inline-block;
  margin-left: -15px;
  content: "*";
  color: #e4210d;
  font-size: 18px;
  font-weight: normal; }
.order_form .user_fields .row:not(.bx_soa_location) .lgnd.top_align, .order_form .user_fields .row:not(.bx_soa_location) label.top_align,
.order_form .user_fields .bx_soa_location .form-group .lgnd.top_align,
.order_form .user_fields .bx_soa_location .form-group label.top_align {
  vertical-align: top; }
.order_form .user_fields .row:not(.bx_soa_location) .lgnd.check, .order_form .user_fields .row:not(.bx_soa_location) label.check,
.order_form .user_fields .bx_soa_location .form-group .lgnd.check,
.order_form .user_fields .bx_soa_location .form-group label.check {
  width: auto;
  max-width: 100%; }
.order_form .user_fields .row:not(.bx_soa_location) .toggle-block,
.order_form .user_fields .bx_soa_location .form-group .toggle-block {
  display: flex;
  min-width: 140px; }
.order_form .user_fields .row:not(.bx_soa_location) .toggle-block label,
.order_form .user_fields .bx_soa_location .form-group .toggle-block label {
  min-width: 100%;
  display: flex;
  padding-left: 0;
  cursor: pointer; }
.order_form .user_fields .row:not(.bx_soa_location) .toggle-block label:before,
.order_form .user_fields .bx_soa_location .form-group .toggle-block label:before {
  display: none; }
.order_form .user_fields .row:not(.bx_soa_location) .toggle-block + .input,
.order_form .user_fields .bx_soa_location .form-group .toggle-block + .input {
  min-width: 250px; }
.order_form .user_fields .row:not(.bx_soa_location) .dropdown-block,
.order_form .user_fields .bx_soa_location .form-group .dropdown-block {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12) inset;
  box-sizing: border-box;
  width: 390px;
  height: 40px;
  padding-top: 3px; }
.order_form .user_fields .row:not(.bx_soa_location) .dropdown-block .dropdown-icon,
.order_form .user_fields .bx_soa_location .form-group .dropdown-block .dropdown-icon {
  top: 12px; }
.order_form .user_fields .row:not(.bx_soa_location) .dropdown-block .bx-ui-sls-clear,
.order_form .user_fields .bx_soa_location .form-group .dropdown-block .bx-ui-sls-clear {
  margin-top: 5px; }
.order_form .user_fields .row:not(.bx_soa_location) .input,
.order_form .user_fields .bx_soa_location .form-group .input {
  display: flex;
  min-width: 390px;
  max-width: 390px; }
.order_form .user_fields .row:not(.bx_soa_location) .input.zip_code,
.order_form .user_fields .bx_soa_location .form-group .input.zip_code {
  width: 150px; }
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"],
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"],
.order_form .user_fields .row:not(.bx_soa_location) .input textarea,
.order_form .user_fields .bx_soa_location .form-group .input input[type="text"],
.order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"],
.order_form .user_fields .bx_soa_location .form-group .input textarea {
  width: 100%; }
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"]#soa-property-16,
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"]#soa-property-16,
.order_form .user_fields .row:not(.bx_soa_location) .input textarea#soa-property-16,
.order_form .user_fields .bx_soa_location .form-group .input input[type="text"]#soa-property-16,
.order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"]#soa-property-16,
.order_form .user_fields .bx_soa_location .form-group .input textarea#soa-property-16 {
  margin-right: 20px; }
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"]#soa-property-16 + .submit-red-btn, .order_form .user_fields .row:not(.bx_soa_location) .input .header .header_ln .prods_block .basket .dropdown .bottom .btns input[type="text"]#soa-property-16 + a.go_order, .header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"]#soa-property-16 + a.go_order, .order_form .user_fields .row:not(.bx_soa_location) .input .order_submit_line input[type="text"]#soa-property-16 + .submit, .order_form .order_submit_line .user_fields .row:not(.bx_soa_location) .input input[type="text"]#soa-property-16 + .submit,
.order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"]#soa-property-16 + .submit-red-btn,
.order_form .user_fields .row:not(.bx_soa_location) .input .header .header_ln .prods_block .basket .dropdown .bottom .btns input[type="checkbox"]#soa-property-16 + a.go_order,
.header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"]#soa-property-16 + a.go_order,
.order_form .user_fields .row:not(.bx_soa_location) .input .order_submit_line input[type="checkbox"]#soa-property-16 + .submit,
.order_form .order_submit_line .user_fields .row:not(.bx_soa_location) .input input[type="checkbox"]#soa-property-16 + .submit,
.order_form .user_fields .row:not(.bx_soa_location) .input textarea#soa-property-16 + .submit-red-btn,
.order_form .user_fields .row:not(.bx_soa_location) .input .header .header_ln .prods_block .basket .dropdown .bottom .btns textarea#soa-property-16 + a.go_order,
.header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .row:not(.bx_soa_location) .input textarea#soa-property-16 + a.go_order,
.order_form .user_fields .row:not(.bx_soa_location) .input .order_submit_line textarea#soa-property-16 + .submit,
.order_form .order_submit_line .user_fields .row:not(.bx_soa_location) .input textarea#soa-property-16 + .submit,
.order_form .user_fields .bx_soa_location .form-group .input input[type="text"]#soa-property-16 + .submit-red-btn,
.order_form .user_fields .bx_soa_location .form-group .input .header .header_ln .prods_block .basket .dropdown .bottom .btns input[type="text"]#soa-property-16 + a.go_order,
.header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .bx_soa_location .form-group .input input[type="text"]#soa-property-16 + a.go_order,
.order_form .user_fields .bx_soa_location .form-group .input .order_submit_line input[type="text"]#soa-property-16 + .submit,
.order_form .order_submit_line .user_fields .bx_soa_location .form-group .input input[type="text"]#soa-property-16 + .submit,
.order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"]#soa-property-16 + .submit-red-btn,
.order_form .user_fields .bx_soa_location .form-group .input .header .header_ln .prods_block .basket .dropdown .bottom .btns input[type="checkbox"]#soa-property-16 + a.go_order,
.header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .bx_soa_location .form-group .input input[type="checkbox"]#soa-property-16 + a.go_order,
.order_form .user_fields .bx_soa_location .form-group .input .order_submit_line input[type="checkbox"]#soa-property-16 + .submit,
.order_form .order_submit_line .user_fields .bx_soa_location .form-group .input input[type="checkbox"]#soa-property-16 + .submit,
.order_form .user_fields .bx_soa_location .form-group .input textarea#soa-property-16 + .submit-red-btn,
.order_form .user_fields .bx_soa_location .form-group .input .header .header_ln .prods_block .basket .dropdown .bottom .btns textarea#soa-property-16 + a.go_order,
.header .header_ln .prods_block .basket .dropdown .bottom .btns .order_form .user_fields .bx_soa_location .form-group .input textarea#soa-property-16 + a.go_order,
.order_form .user_fields .bx_soa_location .form-group .input .order_submit_line textarea#soa-property-16 + .submit,
.order_form .order_submit_line .user_fields .bx_soa_location .form-group .input textarea#soa-property-16 + .submit {
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  width: 240px; }
.order_form .user_fields .row:not(.bx_soa_location) .input input,
.order_form .user_fields .row:not(.bx_soa_location) select,
.order_form .user_fields .bx_soa_location .form-group .input input {
  height: 40px; }
.order_form .user_fields .row:not(.bx_soa_location) .input textarea,
.order_form .user_fields .bx_soa_location .form-group .input textarea {
  height: 70px; }
.order_form .user_fields .row:not(.bx_soa_location) .comment,
.order_form .user_fields .bx_soa_location .form-group .comment {
  padding-left: 20px;
  font-size: 13px;
  font-style: italic;
  color: #999999;
  line-height: 16px; }
.order_form .user_fields .row:not(.bx_soa_location) .comment a,
.order_form .user_fields .bx_soa_location .form-group .comment a {
  font-style: normal; }
.order_form .user_fields .form-control.bx-soa-customer-input.red {
  border: 1px solid red !important; }
.order_form .order_choose_some {
  margin-bottom: 20px; }
.order_form .order_choose_some label {
  display: inline-block;
  height: 46px;
  margin-right: 20px;
  margin-bottom: 10px; }
.order_form .order_choose_some label:last-child {
  margin-right: 0; }
.order_form .order_choose_some label input {
  opacity: 0;
  margin: 0;
  position: absolute; }
.order_form .order_choose_some label .round {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px #e3e3e3 solid;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.12);
  position: relative; }
.order_form .order_choose_some label img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  max-height: 46px; }
.order_form .order_choose_some label .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #333333;
  font-weight: bold; }
.order_form .order_choose_some label .name .comment {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-top: -4px; }
.order_form .order_choose_some label input:checked + .round {
  box-shadow: none;
  border: 3px solid #0099cc; }
.order_form .order_choose_some label input:checked + .round:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #0099cc;
  left: 8px;
  top: 8px; }
.order_form .order_comment {
  margin-bottom: 25px; }
.order_form .order_comment input {
  position: absolute;
  opacity: 0;
  z-index: -5; }
.order_form .order_comment label {
  color: #0099cc;
  cursor: pointer; }
.order_form .order_comment textarea {
  display: none;
  width: 635px;
  height: 100px; }
.order_form .order_comment input:checked + label {
  display: none; }
.order_form .order_comment input:checked ~ textarea {
  display: block; }
.order_form .order_submit_line {
  margin-bottom: 50px; }
.order_form .order_submit_line .submit {
  width: 295px;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  vertical-align: top; }
.order_form .order_submit_line .agree {
  font-size: 13px;
  color: #333333;
  width: 600px;
  margin-top: 15px; }
.order_form .order_submit_line .btn-link {
  line-height: 60px;
  margin-left: 20px; }
.order_form #bx-soa-region .bx-soa-section-title-container {
  display: none; }
.order_form #bx-soa-region .bx-soa-reference {
  display: none; }
.order_form #bx-soa-delivery,
.order_form #bx-soa-paysystem {
  border: none; }
.order_form #bx-soa-delivery .bx-soa-section-content,
.order_form #bx-soa-paysystem .bx-soa-section-content {
  padding: 0; }
.order_form #tPP tr:nth-child(3) {
  display: none; }
#bx-soa-total-mobile {
  display: none; }
.bx-soa-styled {
  /*.bx-soa-section.bx-step-completed .bx-soa-section-title:before {*/
  /*content: " ";*/
  /*display: inline-block;*/
  /*width: 18px;*/
  /*margin:2px 10px 1px 0;*/
  /*line-height: 20px;*/
  /*height: 18px;*/
  /*background: url(/local/templates/kazanova2023/css/../img/icon/soa_sprite.png) no-repeat center 0;*/
  /*vertical-align: middle;*/
  /*}*/
  /*.bx-soa-section.bx-step-error .bx-soa-section-title:before {background: url(/local/templates/kazanova2023/css/../img/icon/soa_sprite.png) no-repeat center -18px;}*/
  /* Table */
  /*.bx-soa-item-block{padding-bottom:10px;}*/
  /* Advanced info */
  /* Coupon */
  /*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-mess,*/
  /* pickup */
  /*Sidebar*/
  /* SCU */
  /*.bx-step-completed*/
  /*.bx-step-completed*/
  /*.bx-step-completed*/
  /*.bx-scu-container .bx-soa-item-td-title:after{
      content:": ";
  }*/
  /* AUTH */
  /*bx-soa-reference*/
  /*REGION*/
  /*FIELDS*/
  /*pay*/
  /*CHECKBOX*/
  /*
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  @media only screen and (min--moz-device-pixel-ratio: 2),
  @media only screen and (-moz-min-device-pixel-ratio: 2),
  @media only screen and (-o-min-device-pixel-ratio: 2/1),
  @media only screen and (min-device-pixel-ratio: 2),
  @media only screen and (min-resolution: 192dpi),
  @media only screen and (min-resolution: 2dppx){
  .bx-soa-location-input-container {
    border-width: .5px;
  }
}
*/
  /* MAPS */
  /* AUTH */
  /*block*/
  /* PAGINATION */ }
.bx-soa-styled .bx-soa {
  padding-bottom: 20px; }
.bx-soa-styled .bx-soa-section {
  border-radius: 2px;
  margin-bottom: 6px;
  -webkit-transition: border-color .3s ease;
  -moz-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  border: 1px solid #e8e9eb; }
.bx-soa-styled .bx-soa-section.bx-step-completed {
  border: 1px solid #83CB1B; }
.bx-soa-styled .bx-soa-section-title-count {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  border-radius: 8px;
  border: 1px solid #98979d;
  vertical-align: middle;
  position: relative;
  margin: -3px 10px 0 0; }
.bx-soa-styled #bx-soa-order {
  counter-reset: heading; }
.bx-soa-styled .bx-soa-section .bx-soa-section-title-count:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 13px;
  color: #98979d;
  line-height: 15px;
  counter-increment: heading;
  content: counter(heading);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.bx-soa-styled .bx-soa-section-title-count:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  bottom: -2px;
  display: none;
  background: url(/local/templates/kazanova2023/css/../img/icon/soa_sprite.png) no-repeat center; }
.bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background: #87c73d;
  border-color: #87c73d; }
.bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
  color: #fff; }
.bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
  display: block;
  background-position: center 0; }
.bx-soa-styled .bx-soa-section.bx-step-warning .bx-soa-section-title-count {
  background: #f8c11a;
  border-color: #f8c11a; }
.bx-soa-styled .bx-soa-section.bx-step-warning .bx-soa-section-title-count:after {
  color: #000; }
.bx-soa-styled .bx-soa-section.bx-step-warning {
  border: 1px solid #CCBE71; }
.bx-soa-styled .bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {
  display: block;
  background-position: center -37px; }
.bx-soa-styled .bx-soa-section.bx-step-error .bx-soa-section-title-count {
  background: #db4c4c;
  border-color: #db4c4c; }
.bx-soa-styled .bx-soa-section.bx-step-error .bx-soa-section-title-count:after {
  color: #fff; }
.bx-soa-styled .bx-soa-section.bx-step-error {
  border: 1px solid #db4a29; }
.bx-soa-styled .bx-soa-section.bx-step-error .bx-soa-section-title-count:before {
  display: block;
  background-position: center -20px; }
.bx-soa-styled .bx-soa-section.bx-selected {
  border: 1px solid #91cedc; }
.bx-soa-styled .bx-soa-section-title-container {
  overflow: hidden;
  background: #f2f5f7;
  padding: 7px 0;
  font-size: 14px; }
.bx-soa-styled .bx-soa-section.bx-selected .bx-soa-section-title-container {
  padding: 15px 0; }
.bx-soa-styled .bx-soa-section-title {
  border-radius: 2px;
  margin: 0;
  color: #000;
  line-height: 15px;
  min-height: 20px;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-top: 3px;
  /*padding-left:0;*/ }
.bx-soa-styled .bx-soa-section.bx-selected .bx-soa-section-title {
  font-size: 22px; }
.bx-soa-styled .bx-soa-editstep {
  display: inline;
  font-size: 13px;
  vertical-align: middle;
  line-height: 22px;
  border-bottom: 1px dotted; }
.bx-soa-styled .bx-soa-section.bx-selected .bx-soa-editstep {
  display: none; }
.bx-soa-styled .bx-soa-section.bx-selected .bx-soa-editstep:hover {
  border-bottom: none; }
.bx-soa-styled .bx-soa-section-content {
  padding: 10px 15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
.bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-styled .bx-soa-section.bx-selected .bx-soa-section-content {
  line-height: 18px; }
.bx-soa-styled .bx-soa-table-fade {
  position: relative; }
.bx-soa-styled .bx-soa-table-fade:before {
  left: 0;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
.bx-soa-styled .bx-soa-table-fade:after {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
.bx-soa-styled .bx-soa-table-fade:before,
.bx-soa-styled .bx-soa-table-fade:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 10px;
  top: 0;
  height: 100%;
  display: block;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease; }
.bx-soa-styled .bx-soa-table-fade-left:before,
.bx-soa-styled .bx-soa-table-fade-right:after {
  width: 15px; }
.bx-soa-styled .bx-soa-item-table {
  margin-bottom: 10px;
  min-width: 100%;
  display: table; }
.bx-soa-styled .bx-soa-item-tr {
  display: table-row; }
.bx-soa-styled .bx-soa-item-td {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-top: 1px dotted #e5e5e5; }
@media (min-width: 769px) {
  .bx-soa-styled .bx-soa-item-td {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px; } }
.bx-soa-styled .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  border-top: none; }
.bx-soa-styled .bx-soa-item-img-block {
  float: left;
  padding-right: 15px; }
.bx-soa-styled .bx-step-completed .bx-soa-item-img-block {
  width: 48px;
  padding-bottom: 10px;
  padding-right: 10px; }
.bx-soa-styled .bx-soa-item-imgcontainer {
  border-radius: 4px;
  border: 1px solid #c0cfd9;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.bx-soa-styled .bx-soa-item-title {
  font-weight: bold;
  padding-bottom: 5px; }
.bx-soa-styled .bx-soa-item-td-title {
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 3px;
  font-size: 13px; }
.bx-soa-styled .bx-soa-item-td-text {
  line-height: 25px;
  vertical-align: middle; }
.bx-soa-styled .bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-styled .bx-soa-item-properties .bx-soa-item-td-text {
  text-align: center; }
.bx-soa-styled .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-styled .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
  text-align: right; }
.bx-soa-styled .bx-soa-item-td-text input[type="number"] {
  height: 25px;
  line-height: 20px; }
.bx-soa-styled .bx-soa-item-td-text .bx-price {
  white-space: nowrap; }
.bx-soa-styled .bx-price-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #B8B8B8;
  font-size: 13px; }
.bx-soa-styled .bx-soa-item-td-control {
  padding-bottom: 5px;
  font-size: 13px; }
@media (max-width: 991px) {
  .bx-soa-styled .bx-soa-item-table,
  .bx-soa-styled .bx-soa-item-table > tbody,
  .bx-soa-styled .bx-soa-item-tr,
  .bx-soa-styled .bx-soa-item-td {
    display: block; }
  .bx-soa-styled .bx-soa-item-tr.bx-soa-item-info-container,
  .bx-soa-styled .bx-soa-item-tr .bx-soa-item-td {
    border: none; }
  .bx-soa-styled .bx-soa-item-tr {
    border-top: 1px dotted #e5e5e5;
    padding-bottom: 15px;
    padding-top: 10px;
    overflow: hidden; }
  .bx-soa-styled .bx-soa-item-tr.bx-soa-item-tr-first {
    border: none; }
  .bx-soa-styled .bx-soa-item-block {
    overflow: hidden; }
  .bx-soa-styled .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
  .bx-soa-styled .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
    text-align: center; } }
@media (min-width: 581px) and (max-width: 991px) {
  .bx-soa-styled .bx-soa-item-properties {
    float: left;
    padding-bottom: 10px; }
  .bx-soa-styled .bx-soa-item-td-title,
  .bx-soa-styled .bx-soa-item-nth-4p1,
  .bx-soa-styled .bx-soa-item-tr {
    clear: both; } }
@media (max-width: 580px) {
  .bx-soa-styled .bx-soa-item-td {
    line-height: 17px; }
  .bx-soa-styled .bx-soa-item-img-block {
    float: none;
    max-width: 160px;
    margin: 0 auto;
    padding-right: 0; }
  .bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-item-img-block {
    float: left; }
  .bx-soa-styled .bx-soa-item-content {
    padding-top: 15px; }
  .bx-soa-styled .bx-soa-section.bx-step-completed .bx-soa-item-content {
    padding-top: 0; }
  .bx-soa-styled .bx-scu-container {
    padding-top: 10px; }
  .bx-soa-styled .bx-soa-item-td-title,
  .bx-soa-styled .bx-soa-item-td-text {
    line-height: 20px;
    display: inline-block !important;
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 13px; }
  .bx-soa-styled .bx-soa-item-td-title:after {
    content: ":"; }
  .bx-soa-styled .bx-soa-item-properties {
    padding: 0; } }
@media (min-width: 580px) {
  .bx-soa-styled .bx-soa-item-img-block {
    width: 85px;
    margin: 0; } }
.bx-soa-styled .bx-soa-item-info-container {
  position: relative;
  height: 35px; }
.bx-soa-styled .bx-soa-item-info-container .bx-soa-item-td {
  border: none;
  position: absolute;
  /*left:20px;*/
  /*right:20px;*/
  /*padding:0 20px;*/ }
.bx-soa-styled .bx-soa-item-info-container .bx-soa-item-info-block {
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }
.bx-soa-styled .bx-soa-item-info-block.bx-active {
  padding-top: 10px;
  height: auto; }
.bx-soa-styled .bx-soa-info-block {
  border: none;
  max-width: 100%; }
.bx-soa-styled .bx-soa-info-line {
  line-height: 15px; }
.bx-soa-styled .bx-soa-info-title {
  color: #7c7c7c;
  font-size: 13px;
  padding: 4px 0;
  vertical-align: top; }
.bx-soa-styled .bx-soa-info-text {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  vertical-align: top; }
@media (max-width: 580px) {
  .bx-soa-styled .bx-soa-item-info-container .bx-soa-item-td {
    position: static;
    left: auto;
    right: auto;
    padding: 0; }
  .bx-soa-styled .bx-soa-item-info-container {
    position: relative;
    height: auto !important;
    min-height: 0; } }
.bx-soa-styled .bx-soa-coupon {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px; }
.bx-soa-styled .bx-soa-coupon-label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  padding-right: 10px;
  vertical-align: top; }
.bx-soa-styled .bx-selected .bx-soa-coupon-label {
  padding-top: 7px; }
.bx-soa-styled .bx-soa-coupon-item-fixed .bx-soa-coupon-block {
  font-weight: normal; }
.bx-soa-styled .bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-styled .bx-soa-coupon-item-fixed .bx-soa-coupon-item {
  font-weight: normal;
  padding-top: 0;
  line-height: 20px; }
.bx-soa-styled .bx-soa-coupon-block {
  vertical-align: middle;
  line-height: 34px; }
.bx-soa-styled .bx-soa-coupon-input {
  display: inline-block;
  position: relative; }
.bx-soa-styled .bx-soa-coupon-input:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 2px solid #8da3ad;
  border-bottom: 2px solid #8da3ad;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer; }
.bx-soa-styled .bx-soa-coupon-input input[type=text].form-control {
  border: 1px solid #CCD5DB;
  background-color: #f8fafc;
  background-image: none;
  border-radius: 2px;
  outline: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  box-shadow: none; }
.bx-soa-styled .bx-soa-coupon-input input[type=text].form-control:focus {
  border-color: #63747e;
  outline: none;
  box-shadow: none; }
.bx-soa-styled .bx-step-completed .bx-soa-coupon-list {
  padding-top: 0;
  line-height: 20px; }
.bx-soa-styled .bx-soa-coupon-item strong:first-child {
  margin-left: 10px; }
.bx-soa-styled .bx-soa-coupon-item strong {
  white-space: nowrap;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.5px; }
.bx-soa-styled .bx-soa-coupon-item strong.bx-soa-coupon-item-danger {
  color: #A94442; }
.bx-soa-styled .bx-soa-coupon-item strong.bx-soa-coupon-item-success {
  color: #3ba428; }
.bx-soa-styled .bx-soa-coupon-item strong.bx-soa-coupon-item-used {
  color: #777; }
.bx-soa-styled .bx-soa-coupon-item-danger-mess,
.bx-soa-styled .bx-soa-coupon-item-mess {
  display: none;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  font-weight: normal;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-transform: none;
  color: #333;
  letter-spacing: normal;
  z-index: 1; }
.bx-soa-styled .bx-soa-coupon-item strong:hover .bx-soa-coupon-item-mess,
.bx-soa-styled .bx-soa-coupon-item strong:hover .bx-soa-coupon-item-danger-mess {
  display: block; }
.bx-soa-styled .bx-soa-coupon-remove {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -1px; }
.bx-soa-styled .bx-soa-pickup-preview-img {
  height: 76px;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 1px;
  margin-left: 10px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.bx-soa-styled .bx-soa-pickup-subTitle {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px; 
  margin-top: 15px; }
.bx-soa-pickup-list.main .bx-soa-pickup-subTitle {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px; }
@media screen and (max-width: 749px) {
.bx-soa-pickup-list.main .bx-soa-pickup-subTitle, .bx-soa-styled .bx-soa-pickup-subTitle {
  font-size: 21px;
}
}
#bx-soa-pickup .bx-soa-section-title-container {
  display: none; }
.bx-soa-styled .bx-soa-pickup-list {
  margin-bottom: 20px; }
.bx-soa-styled .bx-soa-pickup-list .bx-soa-pickup-list-item {
  border-top: 1px solid #dcdfe2;
  padding: 16px 35px;
  font-size: 13px;
  position: relative;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease; }
.bx-soa-styled .bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
  border-bottom: 1px solid #dcdfe2; }
.bx-soa-styled .bx-soa-pickup-l-item-adress {
  padding-left: 15px;
  color: #25495e;
  font-weight: bold;
  line-height: 17px;
  min-height: 17px;
  position: relative;
  cursor: pointer; }
.bx-soa-styled .bx-soa-pickup-l-item-adress:before {
  height: 17px;
  width: 18px;
  content: "";
  top: 50%;
  left: -5px;
  margin-top: -8px;
  position: absolute;
  background: url(/local/templates/kazanova2023/css/../img/icon/soa_sprite.png) no-repeat center -54px; }
.bx-soa-styled .bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {
  padding-top: 20px;
  display: none; }
.bx-soa-styled .bx-soa-pickup-list-item.bx-selected {
  background: rgba(0, 153, 204, 0.6);
  /*
    .bx-soa-pickup-l-item-detail {display: block;}
    .bx-soa-pickup-l-item-btn {
      padding-left: 100px;
      padding-top: 10px;
      float: none;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 0;
    }
    .bx-soa-pickup-l-item-btn.no-image {padding-left: 20px;}
    */ }
.bx-soa-styled .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn {
  display: none; }
.bx-soa-styled .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn:after {
  content: "Выбрано";
  display: inline-block;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 18px; }
.bx-soa-styled .bx-soa-pickup-l-item-detail {
  padding-left: 100px;
  position: relative;
  min-height: 80px; }
.bx-soa-styled .bx-soa-pickup-l-item-detail.no-image {
  padding-left: 20px; }
.bx-soa-styled .bx-soa-pickup-l-item-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px; }
.bx-soa-styled .bx-soa-pickup-l-item-name {
  font-weight: bold; }
.bx-soa-styled .bx-soa-pickup-l-item-img {
  position: absolute;
  top: 23px;
  left: 0;
  max-width: 90px;
  max-height: 90px;
  height: auto;
  width: auto; }
.bx-soa-styled .bx-soa-sidebar {
  position: relative;
  height: 100%; }
.bx-soa-styled .bx-soa-cart-total {
  border: 1px solid #e8e9eb;
  border-radius: 3px;
  padding: 20px;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }
.bx-soa-styled .bx-soa-cart-total.bx-soa-cart-total-fixed {
  position: fixed;
  top: 10px; }
.bx-soa-styled .bx-soa-cart-total.bx-soa-cart-total-bottom {
  opacity: 0; }
@media (max-width: 768px) {
  .bx-soa-styled .bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: static;
    padding-top: 0;
    width: 100% !important; }
  .bx-soa-styled .bx-soa-cart-total.bx-soa-cart-total-bottom {
    opacity: 1 !important;
    position: static; }
  .bx-soa-styled .bx-soa-cart-total-ghost {
    display: none; } }
.bx-soa-styled .bx-soa-cart-total-line {
  padding: 5px 0;
  font-size: 13px;
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  overflow: hidden; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border-top: none; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #bfbfbf; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: bold; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 25px;
  border-bottom: none; }
.bx-soa-styled .bx-soa-cart-t {
  float: left; }
.bx-soa-styled .bx-soa-cart-d {
  float: right; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: bold; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 28px; }
.bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {
  font-size: 18px; }
.bx-soa-styled .bx-soa-cart-total-button-container {
  padding-top: 20px;
  text-align: center; }
.bx-soa-styled .bx-soa-cart-total-button-container > .btn {
  width: 100%; }
.bx-soa-styled .bx-soa-more {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px; }
.bx-soa-styled .bx-soa-price-not-calc {
  border-bottom: 1px dashed;
  color: #F55450;
  text-decoration: none;
  cursor: pointer; }
.bx-soa-styled .bx-soa-price-not-calc:active,
.bx-soa-styled .bx-soa-price-not-calc:hover {
  border-color: transparent;
  color: #A94442; }
@media (max-width: 991px) {
  .bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    white-space: nowrap;
    font-size: 19px; }
  .bx-soa-styled .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {
    font-size: 14px; } }
@media (max-width: 580px) {
  .bx-soa-styled .bx-soa-coupon-label {
    /*text-align: center;*/
    display: block;
    padding-bottom: 5px; }
  .bx-soa-styled .bx-soa-coupon-block {
    display: block; }
  .bx-soa-styled .bx-soa-coupon-input {
    text-align: center; }
  .bx-soa-styled .bx-soa-coupon-input input {
    display: inline-block !important; }
  .bx-soa-styled .bx-soa-coupon-item {
    text-align: center; }
  .bx-soa-styled .bx-soa-coupon-item strong {
    display: inline-block;
    position: relative;
    /*right: -20px;*/ }
  .bx-soa-styled .bx-soa-coupon-item strong:first-child {
    margin-left: 0; }
  .bx-soa-styled .bx-soa-coupon-remove:after {
    content: "";
    clear: both; }
  .bx-soa-styled .bx-soa-more {
    padding-top: 10px; }
  .bx-soa-styled .bx-soa-pickup-l-item-detail {
    padding-left: 0; }
  .bx-soa-styled .bx-soa-pickup-l-item-img {
    position: relative;
    left: auto;
    top: auto;
    max-width: 200px;
    max-height: 200px; }
  .bx-soa-styled .bx-soa-pickup-l-item-adress {
    padding-right: 0; } }
.bx-soa-styled .bx-scu-container {
  overflow: hidden; }
.bx-soa-styled .bx-soa-item-content .bx-scu-container {
  max-width: 200px; }
.bx-soa-styled .bx-scu-list {
  margin: 0;
  padding: 0 5px; }
.bx-soa-styled .bx-scu-itemlist {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 -5px;
  min-width: 40px; }
.bx-soa-styled .bx-scu-item {
  float: left;
  width: 20%;
  padding: 5px; }
.bx-soa-styled .bx-img-item {
  float: left;
  width: 50%;
  padding: 5px;
  min-width: 30px;
  max-width: 50px; }
@media (max-width: 580px) {
  .bx-soa-styled .bx-img-item {
    width: 45px; } }
.bx-soa-styled .bx-img-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.bx-soa-styled .bx-scu-itemColorBlock {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  -moz-transition: outline .2s ease;
  -o-transition: outline .2s ease;
  transition: outline .2s ease; }
.bx-soa-styled .bx-scu-itemColorBlock:hover {
  outline: 1px solid #006cc0; }
.bx-soa-styled .bx-scu-itemColorBlock.selected {
  outline: 2px solid #006cc0; }
.bx-soa-styled .bx-scu-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.bx-soa-styled .bx-scu-itemTextBlock {
  position: relative;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  -moz-transition: outline .2s ease;
  -o-transition: outline .2s ease;
  transition: outline .2s ease; }
.bx-soa-styled .bx-scu-itemTextBlock:hover {
  outline: 1px solid #006cc0; }
.bx-soa-styled .bx-scu-itemTextBlock.selected {
  outline: 2px solid #006cc0; }
.bx-soa-styled .bx-scu-itemText {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden; }
.bx-soa-styled .bx-scu-container {
  position: relative;
  height: 35px;
  overflow: hidden; }
.bx-soa-styled .bx-scu-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
.bx-soa-styled .bx-selected .bx-scu-container {
  height: auto; }
.bx-soa-styled .bx-selected .bx-scu-container:after {
  height: 0; }
@media (max-width: 768px) {
  .bx-soa-styled .bx-scu-container {
    height: auto; }
  .bx-soa-styled .bx-scu-container:after {
    height: 0; } }
.bx-soa-styled .bx-scu-container .bx-soa-item-td-title {
  line-height: 20px; }
.bx-soa-styled .bx-scu-container .bx-soa-item-td-title,
.bx-soa-styled .bx-scu-container .bx-soa-item-td-text {
  float: left;
  font-size: 13px;
  padding-right: 5px;
  line-height: 19px;
  vertical-align: middle;
  padding-bottom: 3px; }
.bx-soa-styled .bx-scu-container .bx-soa-item-td-title {
  clear: both; }
@media (min-width: 768px) {
  .bx-soa-styled .bx-scu-container .bx-soa-item-td-title,
  .bx-soa-styled .bx-scu-container .bx-soa-item-td-text {
    padding-bottom: 0;
    line-height: 20px; } }
.bx-soa-styled .bx-soa h3.bx-title {
  font-size: 15px;
  font-weight: bold; }
.bx-soa-styled .bx-soa-reg-block {
  background: #f8fafc;
  padding: 25px 20px; }
.bx-soa-styled .bx-soa-reg-block p {
  color: #595a5b;
  font-size: 13px;
  margin: 0 0 10px;
  padding: 0; }
.bx-soa-styled .bx-soa-reference {
  color: #9a9a9a;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 20px; }
.bx-soa-styled .bx-soa-auth .bx-soa-reference {
  border-top: 1px solid #f2f2f2; }
.bx-soa-styled .bx-sls .quick-location-tag,
.bx-soa-styled .bx-slst .quick-location-tag {
  display: inline-block;
  background: #d0ecf1;
  border-radius: 3px;
  padding: 10px 20px 11px;
  margin: 10px 2px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  height: auto;
  color: #333;
  border: none;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease; }
.bx-soa-styled .bx-sls .quick-location-tag:hover,
.bx-soa-styled .bx-slst .quick-location-tag:hover {
  background-color: #e3f4f7; }
.bx-soa-styled .bx-sls .quick-location-tag:first-child,
.bx-soa-styled .bx-slst .quick-location-tag:first-child {
  margin-left: 0; }
.bx-soa-styled .bx-sls .quick-location-tag:last-child,
.bx-soa-styled .bx-slst .quick-location-tag:last-child {
  margin-right: 0; }
.bx-soa-styled .bx-soa .bx-soa-location-offered small {
  color: #737373; }
.bx-soa-styled .bx-soa-location-selected {
  padding-top: 12px;
  padding-bottom: 22px; }
.bx-soa-styled .bx-soa .bx-soa-customer-label,
.bx-soa-styled .bx-soa .bx-soa-custom-label,
.bx-soa-styled .bx-soa .form-group label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  color: #000; }
.bx-soa-styled .bx-soa .bx-soa-customer-label-container small,
.bx-soa-styled .bx-soa .bx-soa-custom-label-container small,
.bx-soa-styled .bx-soa .form-group label small {
  color: #737373; }
.bx-soa-styled .form-control {
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  box-shadow: none;
  border-radius: 2px; }
.bx-soa-styled .form-group .form-control:focus {
  border-color: #63747e; }
.bx-soa-styled .bx-soa .bx-soa-location-input-container {
  position: relative; }
.bx-soa-styled .bx-soa .bx-soa-customer-tel-input-container {
  position: relative; }
.bx-soa-styled .bx-soa .bx-soa-customer-tel-input-container {
  height: 41px; }
.bx-soa-styled .bx-soa .bx-soa-location-input {
  padding: 10px 40px 11px; }
.bx-soa-styled .bx-soa .bx-soa-customer-tel-input {
  padding: 10px 11px 10px 50px; }
.bx-soa-styled .bx-soa .bx-soa-location-input-container:before {
  content: " ";
  position: absolute;
  left: 8px;
  bottom: 9px;
  top: 9px;
  width: 20px;
  background-size: contain; }
.bx-soa-styled .bx-soa-pp-company {
  padding-bottom: 20px;
  z-index: 100;
  position: relative; }
.bx-soa-styled .bx-soa-pp .bx-soa-pp-company {
  padding: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease; }
.bx-soa-styled .bx-soa-pp .bx-soa-pp-company.deactivate {
  pointer-events: none;
  opacity: 0.2; }
.bx-soa-styled .bx-soa-pp-desc-container {
  padding-top: 7px; }
.bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company {
  background: #f8fafc;
  border: 1px solid #d5dadc;
  padding: 7px 15px; }
.bx-soa-styled .bx-soa-pp-company-logo {
  padding-top: 6px; }
.bx-soa-styled .bx-soa-pp-company-graf-container {
  border: 2px solid #c3cace;
  border-radius: 2px;
  position: relative;
  background: #fff;
  width: auto;
  height: 0;
  /*margin-bottom: 10px;*/
  padding-top: 50%; }
.bx-soa-styled .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #159ebb; }
.bx-soa-styled .bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #159ebb; }
.bx-soa-styled .bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container {
  border-color: #db4a29; }
.bx-soa-styled .bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container {
  border-color: #CCBE71; }
.bx-soa-styled input[type=checkbox].bx-soa-pp-company-checkbox {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100; }
.bx-soa-styled .bx-soa-pp-company-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  max-width: 150px; }
.bx-soa-styled .bx-soa-pp-company-smalltitle {
  padding-top: 9px;
  color: #a3a3a3;
  font-size: 13px;
  text-align: center;
  padding-bottom: 5px; }
.bx-soa-styled .bx-soa-pp-company-title {
  font-size: 19px;
  font-weight: bold; }
.bx-soa-styled .bx-soa-pp-company-subTitle {
  font-size: 15px;
  font-weight: bold; }
.bx-soa-styled .bx-soa-pp-company-desc {
  font-size: 13px;
  padding-top: 10px;
  line-height: 17px; }
.bx-soa-styled .bx-soa-pp-company-selected {
  padding: 4px 0; }
.bx-soa-styled .bx-soa-pp-company-selected strong {
  margin-left: 10px; }
.bx-soa-styled ul.bx-soa-pp-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #000; }
.bx-soa-styled ul.bx-soa-pp-list li {
  clear: both;
  padding: 5px 0; }
.bx-soa-styled .bx-soa-pp-list-termin {
  color: #8d8d8d;
  display: block; }
.bx-soa-styled .bx-soa-pp-list-description {
  display: block; }
.bx-soa-styled .bx-soa-pp-delivery-cost {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 4px;
  right: -2px;
  bottom: -2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap; }
.bx-soa-styled .bx-soa-pp-field .form-control {
  background: #fff; }
.bx-soa-styled .bx-soa-pp-company-block .checkbox label,
.bx-soa-styled .bx-soa-pp-company-block .form-group label {
  font-size: 13px; }
.bx-soa-styled .bx-soa-pp-company-block .form-control {
  font-size: 13px; }
.bx-soa-styled .bx-soa-pp-price {
  text-align: right;
  padding: 4px 0; }
.bx-soa-styled .bx-soa-service-small {
  color: #a3a3a3;
  font-size: 13px; }
@media (min-width: 1200px) {
  .bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 767px) {
  .bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(2n+1) {
    clear: both; } }
@media (min-width: 481px) and (max-width: 766px) {
  .bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    width: 100%;
    padding-top: 0; }
  .bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
    display: none; }
  .bx-soa-styled .bx-soa-pp-list-termin {
    width: 30%; } }
@media (max-width: 480px) {
  .bx-soa-styled {
    /*    .bx-soa-pp-company-smalltitle {
            font-weight: bold;
            color: #000;
            font-size: 14px;
        }*/
    /*	.bx-soa-pp-list-description {
            margin-left: 45%;
        }*/ }
  .bx-soa-styled .bx-soa-pp-company-logo {
    width: 45%; }
  .bx-soa-styled .bx-soa-pp-company-title {
    display: none; }
  .bx-soa-styled .bx-soa-pp-item-container {
    border-right: none; }
  .bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    width: 100%;
    padding-top: 0; }
  .bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
    display: none; }
  .bx-soa-styled .bx-soa-pp-list-termin {
    width: 40%; } }
.bx-soa-styled .bx-soa-section.bx-step-good {
  -webkit-animation: animationBorderStep ease 5s;
  -moz-animation: animationBorderStep ease 5s;
  -o-animation: animationBorderStep ease 5s;
  animation: animationBorderStep ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes animationBorderStep {
  0% {
    border-color: #70BB18; }
  100% {
    border-color: #91cedc; } }
@-moz-keyframes animationBorderStep {
  0% {
    border-color: #70BB18; }
  100% {
    border-color: #91cedc; } }
@-ms-keyframes animationBorderStep {
.bx-soa-styled 0% {
  border-color: #70BB18; }
.bx-soa-styled 100% {
  border-color: #91cedc; } }
@-o-keyframes animationBorderStep {
  0% {
    border-color: #70BB18; }
  100% {
    border-color: #91cedc; } }
@keyframes animationBorderStep {
  0% {
    border-color: #70BB18; }
  100% {
    border-color: #91cedc; } }
.bx-soa-styled .bx-soa-section.bx-step-bad {
  -webkit-animation: animationBorderStepBad ease 5s;
  -moz-animation: animationBorderStepBad ease 5s;
  -o-animation: animationBorderStepBad ease 5s;
  animation: animationBorderStepBad ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29; }
  100% {
    border-color: #91cedc; } }
@-moz-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29; }
  100% {
    border-color: #91cedc; } }
@-ms-keyframes animationBorderStepBad {
.bx-soa-styled 0% {
  border-color: #db4a29; }
.bx-soa-styled 100% {
  border-color: #91cedc; } }
@-o-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29; }
  100% {
    border-color: #91cedc; } }
@keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29; }
  100% {
    border-color: #91cedc; } }
.bx-soa-styled .bx-soa-changeCostSign {
  -webkit-animation: changeCostSign ease .4s;
  -moz-animation: changeCostSign ease .4s;
  -o-animation: changeCostSign ease .4s;
  animation: changeCostSign ease .4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes changeCostSign {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes changeCostSign {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes changeCostSign {
.bx-soa-styled 0% {
  opacity: 1; }
.bx-soa-styled 40% {
  opacity: 0; }
.bx-soa-styled 60% {
  opacity: 0; }
.bx-soa-styled 100% {
  opacity: 1; } }
@-o-keyframes changeCostSign {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes changeCostSign {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bx-soa-styled .bx-sls.form-control {
  padding: 0; }
.bx-soa-styled .bx-sls .bx-ui-sls-pane,
.bx-soa-styled .bx-slst .bx-ui-combobox-dropdown {
  border: 1px solid #bdbdbd; }
.bx-soa-styled .bx-sls .dropdown-fade2white,
.bx-soa-styled .bx-slst .dropdown-fade2white {
  top: 1px; }
.bx-soa-styled .bx-sls .form-control.dropdown-block,
.bx-soa-styled .bx-slst .form-control.dropdown-block {
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  box-shadow: none; }
.bx-soa-styled .has-error .bx-sls .form-control.dropdown-block,
.bx-soa-styled .has-error .bx-slst .form-control.dropdown-block {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bx-soa-styled .bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 7px; }
.bx-soa-styled .bx-bd-error {
  border-color: #db4a29; }
.bx-soa-styled .bx-bd-waring {
  border-color: #CCBE71; }
.bx-soa-styled .wsnw {
  white-space: nowrap; }
.bx-soa-styled .bx-step-opacity {
  opacity: 0;
  -webkit-animation: animationBorderStepOpacity ease 1s;
  -moz-animation: animationBorderStepOpacity ease 1s;
  -o-animation: animationBorderStepOpacity ease 1s;
  animation: animationBorderStepOpacity ease 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
@-moz-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
@-ms-keyframes animationBorderStepOpacity {
.bx-soa-styled 0% {
  opacity: 0; }
.bx-soa-styled 100% {
  opacity: 100; } }
@-o-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
@keyframes animationBorderStepOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
.bx-soa-styled ymaps h3 {
  margin: 6px 0 10px 0; }
.bx-soa-styled .bx-authform {
  margin: 0 0 25px; }
.bx-soa-styled .bx-authform-formgroup-container {
  margin-bottom: 25px; }
.bx-soa-styled .bx-authform-content-container,
.bx-soa-styled .bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px; }
.bx-soa-styled .bx-authform-input-container {
  position: relative; }
.bx-soa-styled .bx-authform-psw-protected {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url(/local/templates/kazanova2023/css/../img/icon/soa_sprite.png) no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto; }
.bx-soa-styled .bx-authform-psw-protected-desc {
  display: none;
  background: #fff;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 100%;
  margin-bottom: 14px;
  border: 1px solid #f0f1f2;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 110;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1); }
.bx-soa-styled .bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
  display: block; }
.bx-soa-styled .bx-authform-psw-protected-desc > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) no-repeat center bottom; }
.bx-soa-styled .bx-authform-input-container input[type="text"],
.bx-soa-styled .bx-authform-input-container input[type="password"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bx-soa-styled .bx-authform-input-container input[type="text"].bx-empty-field,
.bx-soa-styled .bx-authform-input-container input[type="password"].bx-empty-field {
  border-color: #dd4b39; }
.bx-soa-styled span.bx-authform-starrequired {
  color: #d93333; }
.bx-soa-styled .bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px; }
.bx-soa-styled .bx-authform-link-container,
.bx-soa-styled .bx-authform-description-container {
  padding-bottom: 10px;
  font-size: 13px;
  color: #292d2e; }
.bx-soa-styled .bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77; }
.bx-soa-styled .bx-authform-link-container {
  margin-bottom: 20px; }
.bx-soa-styled hr.bxe-light {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px; }
.bx-soa-styled .alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px; }
.bx-soa-styled .bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px; }
.bx-soa-styled .alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6; }
.bx-soa-styled .alert-warning {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-color: #FAEBCC; }
.bx-soa-styled .alert-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1; }
.bx-soa-styled .bx-pagination {
  margin: 10px 0; }
.bx-soa-styled .bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px; }
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-soa-styled .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000; }
.bx-soa-styled .bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff; }
.bx-soa-styled .bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #F9A91D;
  color: #fff; }
.bx-soa-styled .bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #E22B2B;
  color: #fff; }
.bx-soa-styled #loading_screen {
  position: fixed;
  z-index: 1150;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-static {
  position: relative;
  z-index: 0; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow {
  left: 20px; }
.bx-soa-styled .bx-soa-tooltip .tooltip-inner {
  max-width: 300px; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #F2DEDE; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background: #F2DEDE;
  color: #A94442; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow {
  border-top-color: #FCF8E3; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner {
  background: #FCF8E3;
  color: #8A6D3B; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow {
  border-top-color: #dff0d8; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
  background: #dff0d8;
  color: #3c763d; }
.bx-soa-styled .bx-soa-tooltip.bx-soa-tooltip-coupon {
  display: none; }
.bx-soa-styled .bx-soa-coupon-item-used:hover .bx-soa-tooltip,
.bx-soa-styled .bx-soa-coupon-item-danger:hover .bx-soa-tooltip,
.bx-soa-styled .bx-soa-coupon-item-success:hover .bx-soa-tooltip {
  display: block;
  opacity: 1;
  bottom: 100%; }
.bx-soa-styled .bx-soa-tooltip-coupon > span {
  display: block;
  text-transform: none; }
.bx-soa-styled .bx-soa-empty-cart-image {
  width: 131px;
  height: 116px;
  margin: 50px auto 42px;
  background: url(/local/templates/kazanova2023/css/images/empty_cart.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }
.bx-soa-styled .bx-soa-empty-cart-text {
  font-size: 36px;
  text-align: center;
  color: #bababa;
  margin-bottom: 42px; }
.bx-soa-styled .bx-soa-empty-cart-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 42px; }
.bx-soa-styled .soa-property-container .input-group-addon {
  background: #fff; }
.bx-soa-styled .input-group-addon .bx-calendar {
  background: url(/local/templates/kazanova2023/css/images/calendar.svg) no-repeat center;
  display: inline-block;
  width: 18px;
  background-size: 18px auto;
  height: 18px; }
.bx-soa-styled .icon-success {
  position: absolute;
  left: 16px;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=); }
.bx-soa-styled .icon-warning {
  position: absolute;
  left: 16px;
  width: 22px;
  height: 20px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+); }
.style_14 .header {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/bg_header_14.png");
  background-position: center 53%;
  background-repeat: no-repeat; }
.style_14 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_14.png");
  width: 289px;
  height: 71px;
  margin-top: -9px;
  margin-bottom: -5px; }
@media screen and (max-width: 749px) {
  .style_14 .header .header_ln .logo {
    width: 50%;
    margin-top: 0px; }

}
@media screen and (max-width: 749px) {
  .style_14 .header .header_ln .prods_block .compare,
  .style_14 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_14 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_14.png"), linear-gradient(to bottom, #4c1435 0%, #42112e 100%); }
.style_14 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_14 .header .catalog_menu .search {
    background: transparent; } }
.style_14 .header:not(.reduced) #sticky_part.is-sticky .header_ln {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/bg_header_14.png");
  background-position: center top;
  background-repeat: no-repeat; }
.style_14 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  height: 56px;
  width: 68px;
  margin-top: -3px; }
.style_14 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_14.png");
  height: 84px; }
.style_23 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_23.png");
  width: 305px;
  height: 67px;
  margin-top: -7px;
  margin-bottom: -3px; }
@media screen and (max-width: 749px) {
  .style_23 .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_23 .header .header_ln .prods_block .compare,
  .style_23 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_23 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_23.png"); }
.style_23 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_23 .header .catalog_menu .search {
    background: transparent; } }
.style_23 .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_23 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_23_min.png");
  height: 41px;
  width: 69px;
  margin-top: 7px; }
.style_23 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_23.png"); }
.style_8 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_8.png");
  width: 313px;
  height: 84px;
  margin-top: -15px;
  margin-bottom: -12px; }
@media screen and (max-width: 749px) {
  .style_8 .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_8 .header .header_ln .prods_block .compare,
  .style_8 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_8 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_8.png"); }
.style_8 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_8 .header .catalog_menu .search {
    background: transparent; } }
.style_8 .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_8 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  height: 67px;
  width: 82px;
  margin-top: -5px; }
.style_8 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_8.png");
  width: 83px;
  height: 76px; }
.style_31 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_31.png");
  width: 313px;
  height: 87px;
  margin-top: -15px;
  margin-bottom: -15px; }
@media screen and (max-width: 1023px) {
  .style_31 .header .header_ln .logo {
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 62px;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_31 .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_31 .header .header_ln .prods_block .compare,
  .style_31 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_31 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_31.png"); }
.style_31 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_31 .header .catalog_menu .search {
    background: transparent; } }
.style_31 .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_31 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  width: 90px;
  margin-top: -7px;
  margin-bottom: -23px; }
.style_31 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_31.png");
  width: 78px;
  height: 78px; }
.style_1-01 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_1-01.png");
  width: 313px;
  height: 87px;
  margin-top: -15px;
  margin-bottom: -15px; }
@media screen and (max-width: 1023px) {
  .style_1-01 .header .header_ln .logo {
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 62px;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_1-01 .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_1-01 .header .header_ln .prods_block .compare,
  .style_1-01 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_1-01 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_1-01.png"); }
.style_1-01 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_1-01 .header .catalog_menu .search {
    background: transparent; } }
.style_1-01 .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_1-01 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  width: 90px;
  margin-top: -7px;
  margin-bottom: -23px; }
.style_1-01 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_1-01.png");
  width: 83px;
  height: 76px; }
/*@media screen and (min-width: 800px) {
  .style_25 {
    background-image: url("/local/templates/kazanova2023/css/../img/holiday/bg_main_25.png");
    background-size: contain; } }
	*/
.style_25 .header .header_ln {
  background-color: #FFF;
  box-shadow: -6px 5px 5px 0px #FFF, 6px 5px 5px 0px #FFF; }
.style_25 .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_30.png");
  width: 313px;
  height: 84px;
  margin-top: -15px;
  margin-bottom: -15px; }
@media screen and (max-width: 1023px) {
  .style_25 .header .header_ln .logo {
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 62px;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_25 .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_25 .header .header_ln .prods_block .compare,
  .style_25 .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_25 .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_25.png"); }
.style_25 .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_25 .header .catalog_menu .search {
    background: transparent; } }
.style_25 .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_25 .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  width: 90px;
  margin-top: -7px;
  margin-bottom: -23px; }
.style_25 .main_area .wrapper {
  background-color: #FFF;
  box-shadow: 0 0 5px 10px #fff; }
.style_25 .main_area .wrapper:after {
  display: block;
  content: "";
  clear: both; }
.style_25 .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik_25.png");
  width: 92px;
  height: 87px; }
.style_25 .popular_group + .dirty-wave-fullwidth {
  position: relative;
  margin-bottom: 33px; }
.style_25 .mp_questions_news + .dirty-wave-fullwidth {
  position: relative;
  margin-bottom: 30px; }
@media screen and (min-width: 800px) {
  .style_friday {
    background: url("/local/templates/kazanova2023/css/../img/holiday/bg_main_friday.png") top left repeat-y, url("/local/templates/kazanova2023/css/../img/holiday/bg_main_friday.png") top right repeat-y; } }
.style_friday .header .header_ln {
  background-color: #FFF;
  box-shadow: -6px 5px 5px 0px #FFF, 6px 5px 5px 0px #FFF; }
.style_friday .header .header_ln .logo {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/header_logo_friday.png");
  width: 313px;
  height: 84px;
  margin-top: -15px;
  margin-bottom: -15px; }
@media screen and (max-width: 1023px) {
  .style_friday .header .header_ln .logo {
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 62px;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_friday .header .header_ln .logo {
    width: 50%;
    margin-top: 0; } }
@media screen and (max-width: 749px) {
  .style_friday .header .header_ln .prods_block .compare,
  .style_friday .header .header_ln .prods_block .wish {
    background-color: transparent; } }
.style_friday .header .catalog_menu {
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_friday.png") #4c1435;
  /* Old browsers */
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_friday.png"), -moz-linear-gradient(top, #4c1435 0%, #42112e 100%);
  /* FF3.6-15 */
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_friday.png"), -webkit-linear-gradient(top, #4c1435 0%, #42112e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url("/local/templates/kazanova2023/css/../img/holiday/bg_menu_friday.png"), linear-gradient(to bottom, #4c1435 0%, #42112e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.style_friday .header .catalog_menu .search {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
@media screen and (max-width: 749px) {
  .style_friday .header .catalog_menu .search {
    background: transparent; } }
.style_friday .header .catalog_menu .inner > li > a .help_symbol {
  background: linear-gradient(to bottom, rgba(110, 26, 76, 0.5) 0%, rgba(96, 23, 66, 0.5) 100%); }
.style_friday .header:not(.reduced) #sticky_part.is-sticky .header_ln .logo {
  width: 97px;
  margin-top: -18px;
  border-radius: 0 90% 0 0; }
.style_friday .main_area .wrapper {
  background-color: #FFF;
  box-shadow: 0 0 5px 10px #fff; }
.style_friday .main_area .wrapper:after {
  display: block;
  content: "";
  clear: both; }
.style_friday .footer .kazanov4ik {
  background-image: url("/local/templates/kazanova2023/css/../img/holiday/kazanov4ik-friday.png");
  width: 78px;
  height: 90px; }
.style_friday .popular_group + .dirty-wave-fullwidth {
  position: relative;
  margin-bottom: 33px; }
.style_friday .mp_questions_news + .dirty-wave-fullwidth {
  position: relative;
  margin-bottom: 30px; }
@media screen and (max-width: 1330px) {
  body {
    min-width: 1024px; }
  body > .header,
  body > .main_area,
  body > .footer {
    min-width: 1024px; }
  .wrapper {
    width: 1024px; }
  .header.reduced #sticky_part .header_ln .geo {
    width: 200px; }
  .header.reduced #sticky_part .header_ln .logo {
    margin-right: 20px; }
  .header.reduced #sticky_part .header_ln .cabinet {
    margin-left: 0;
    max-width: 150px;
    overflow: hidden; }
  .header .topping .central {
    margin: 0 70px 0 340px; }
  .header:not(.reduced) #sticky_part {
    width: 1024px !important; }
  .header .city_ask .input_block input {
    width: 400px; }
  .header .header_ln .logo {
    margin-top: 12px; }
  .header .header_ln .logo img {
    width: 200px;
    height: auto; }
  .header .header_ln .prods_block .basket {
    margin-left: 10px;
    padding-left: 70px; }
  .header .header_ln .prods_block .wish {
    margin-left: 10px;
    padding-left: 35px; }
  .header .header_ln .prods_block .compare {
    padding-left: 38px; }
  .header .header_ln .phone_block {
    margin-left: 15px;
    padding-left: 60px; }
  .header .header_ln .phone_block .phone {
    font-size: 22px; }
  .header .header_ln .phone_block .call_me {
    display: none; }
  .header .header_ln .phone_block .l1 {
    margin-top: 5px; }
  .header .catalog_menu .inner {
    width: 969px; }
  .header .catalog_menu .search .dropdown .input_block input[type="text"] {
    width: 100%; }
  .mp_picturies .slider {
    width: 750px;
    height: 252px; }
  .mp_picturies .slider .item img {
    width: 100%;
    height: auto; }
  .mp_picturies .mini_picturies {
    width: 270px; }
  .mp_picturies .mini_picturies .item img {
    width: 100%;
    height: auto; }
  .mp_stats {
    min-width: inherit;
    height: 310px;
    background-size: cover; }
  .mp_stats .inner {
    height: 310px; }
  .mp_stats .inner .items .item {
    height: 70px;
    line-height: 70px; }
  .mp_stats .inner .items .item .description {
    width: 400px; }
  .mp_stats + .placehold {
    height: 310px; }
  .mp_academy .items .item {
    width: 328px;
    margin-right: 20px; }
  .mp_feedback .selector_variant .items .item {
    width: 328px;
    margin-right: 20px; }
  .mp_questions {
    width: 676px; }
  .mp_news {
    width: 328px; }
  .footer .footer_menu .block:not(:last-child) {
    width: 150px; }
  .footer .left_part {
    width: 410px; }
  .footer .left_part .fline_1 .phone_us {
    margin-top: 10px; }
  .footer .left_part .fline_2 .subscribe {
    margin-top: 10px; }
  .footer .left_part .kazanov4ik {
    margin-left: 20px; }
  .footer.reduced .left_part {
    width: 100%; }
  .footer.reduced .left_part .eighteen_plus {
    width: 300px; }
  .pic_inner_img .item, .popular_group .items .item, .catalog_section_items .item {
    width: 230px; }
  .pic_inner_img .item .pic .inner, .popular_group .items .item .pic .inner, .catalog_section_items .item .pic .inner {
    width: 230px; }
  .pic_inner_img .item .pic .inner img, .popular_group .items .item .pic .inner img, .catalog_section_items .item .pic .inner img {
    max-width: 100%;
    height: auto; }
  .popular_group .items {
    height: 378px;
    overflow: hidden;
    /*margin: -10px -15px;
      padding: 10px 15px;*/ }
  .popular_group .items.popular_video {
    height: 400px;
    overflow: hidden;}
  .popular_group .items.popular_video .item {
    margin: 10px 15px;}
  .catalog_section_items .item > .inner .buy_area .btns a.to_basket {
    width: 125px; }
  .big_suggestions .catalog_section_items .item:nth-child(5) {
    display: none; }
  .leave_review_form .inputs_and_rules .rules {
    width: 330px; }
  .leave_review_form .inputs_and_rules .rules .link_rules:before {
    width: 325px; }
  .leave_review_form .send label {
    margin-left: 15px; }
  .section_filter + .catalog_section {
    width: 750px; }
  .static-content .tags-line {
    width: 550px; }
  .static-content .training-list .name-title {
    width: 213px; }
  .static-content .questions-list-in-blog .right-btns {
    right: 120px; }
  .static-content .questions-list-in-blog .right-btns a {
    margin-left: -3px;
    padding: 0 18px; }
  .static-content .questions-list-in-blog .right-btns a.add_feedback {
    padding-left: 47px; }
  .static-content .right-block {
    width: 750px; }
  .static-content .right-block .training-list .mp_academy .items .item {
    width: 240px;
    margin-right: 15px; }
  .static-content .right-block .training-list .mp_academy .items .item:nth-child(3n) {
    margin-right: 0; }
  .static-content .right-block .training-list .mp_academy .items .item .pic {
    margin-right: 0; }
  .static-content .right-block .training-list .mp_academy .items .item .pic img {
    max-width: 100%;
    height: auto; }
  .static-content .right-block .element_info .main_info .right_column {
    margin-top: 0;
    overflow: hidden; }
  .static-content .right-block .blog_list .blog_item_3 {
    width: 208px; }
  .static-content .right-block .blog_list .blog_item_3 .blog_img {
    width: 208px; }
  .static-content .right-block .blog_list .blog_item_3 .blog_img img {
    max-width: 100%;
    height: auto; }
  .static-content .right-block .blog_main > a {
    display: block;
    width: 400px; }
  .static-content .right-block .blog_main > a img {
    max-width: 100%;
    height: auto; }
  .static-content .right-block .blog_main .blog_main_text {
    padding-left: 420px; }
  .static-content .submenu {
    width: 250px; }
  .static-content .button-signUp span {
    display: block; }
  .static-content .button-signUp .button-style {
    margin-top: 10px; }
  .bx-personal .profile-line .comment {
    margin: 15px 0;
    line-height: 1; }
  .sale-order .sale-order-column {
    width: 377px; }
  .catalog_section .pager {
    margin-left: 0;
    text-align: center; }
  .sort_n_count {
    height: auto; }
  .sort_n_count .items_count {
    float: none;
    padding-left: 18px; }
  .sort_n_count .sort {
    padding-bottom: 14px; }
  .sort_n_count .sort + .section_linkup {
    margin-top: -14px; }
  .pager {
    margin-bottom: 20px; }
  .pager .count,
  .pager .pages {
    float: none; }
  .basket_page {
    width: 1024px; }
  .basket_right_panel {
    margin-bottom: 20px; }
  .order_form {
    width: 730px; }
  .feedback_form {
    padding-left: 30px;
    padding-right: 30px; }
  .feedback_form .inputs_and_rules .inputs {
    width: 320px; }
  .feedback_form .inputs_and_rules .inputs .input {
    width: 300px; }
  .feedback_form .inputs_and_rules .rules {
    padding-left: 20px;
    width: 370px; }
  .feedback_form .inputs_and_rules .rules .link_rules:before {
    width: 349px; }
  .feedback_form .bx-sls .dropdown-block {
    width: 300px; }
  .feedback_form .send label {
    font-weight: normal;
    margin-left: 10px; }
  .static-content .right-block .newsDetail .newsText img {
    max-width: 100%;}
}
@media screen and (max-width: 1330px) and (min-width: 750px) {
  .element_info {
    width: 750px; }
  .element_info .main_info .state_n_brand {
    width: 750px; }
  .element_info .main_info .left_column {
    width: 49%; }
  .element_info .main_info .left_column .carousel-big .item .inner img {
    max-width: 100%; }
  .element_info .main_info .right_column {
    width: 50%;
    margin-top: 45px; }
  .element_info .main_info .right_column .buy_area .actions {
    width: 230px; }
  .element_info .main_info .right_column .buy_area .actions .btns .btn, .element_info .main_info .right_column .buy_area .actions .btns .grey_btn {
    height: 36px;
    line-height: 36px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn {
    width: 36px;
    margin-left: 2px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip {
    width: 80px;
    margin-top: -50px;
    margin-left: -40px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip:before {
    margin-top: 30px;
    margin-left: 43px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip.compare_tooltip {
    margin-left: -60px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip.compare_tooltip:before {
    margin-left: 63px; }
  .element_info .main_info .right_column .buy_area .actions .btns .to_basket .btn {
    width: 140px; }
  .element_info .main_info .right_column .buy_area .actions .one_click {
    padding-top: 15px; }
  .element_info .main_info .right_column .buy_area .price {
    padding-top: 0;
    margin-top: -4px;
    width: 140px; }
  .element_info .main_info .right_column .buy_area .price .eco {
    padding: 0 7px;
    margin-top: 15px; }
  .element_info .main_info .right_column .buy_area .price .guarantee {
    margin-bottom: 0; }
  .element_info .main_info .right_column .buy_area .price .guarantee img {
    float: left;
    margin-right: 5px;
    margin-top: 5px; }
  .element_info .main_info .right_column .buy_area .price .guarantee a {
    margin-left: 0;
    line-height: 1; }
  .element_info .main_info .right_column .buy_area .price .old {
    line-height: 34px; }
  .element_info .tabs .selector_variant {
    width: 698px; }
  .element_info .tabs .city_availability_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; }
  .element_info .tabs .city_availability_items li .avail {
    width: 120px; }
  .element_info .tabs .city_availability_items li .city, .element_info .tabs .city_availability_items li .addr {
    width: 210px; }
  .element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > .selector_variant {
    padding: 13px 25px 30px; }
  .element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip {
    width: 70px;
    margin-top: -47px;
    margin-left: -30px; }
  .element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip:before {
    margin-top: 31px;
    margin-left: 35px; }
  .element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare .btn_tooltip {
    margin-left: -53px; }
  .element_info.fancybox_element_info .main_info .right_column .buy_area .actions .btns .grey_btn.compare .btn_tooltip:before {
    margin-left: 58px; } }
@media screen and (max-width: 1330px) and (min-width: 1024px) {
  .element_info .breadcrumbs {
    width: 1024px; }
  .mp_blog .main_item {
    width: 49%; }
  .mp_blog .main_item .pic {
    width: 48%;
    margin-right: 2%; }
  .mp_blog .main_item .pic img {
    max-width: 100%;
    height: auto; }
  .mp_blog .main_item .cont {
    width: 50%; }
  .mp_blog .main_item .cont .bottomer {
    width: 96%; }
  .mp_blog .items {
    width: 49%;
    height: 292px; }
  .mp_blog .items .items_block .item {
    width: 100%; }
  .mp_blog .items .items_block .item .pic {
    width: 49%;
    height: 123px;
    margin-right: 2%; }
  .mp_blog .items .items_block .item .pic img {
    max-width: 100%;
    height: auto; }
  .mp_blog .items .items_block .item .name {
    width: 49%; } }
@media screen and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  body {
    min-width: 750px;
    position: relative; }
  body > .header,
  body > .main_area,
  body > .footer {
    min-width: 750px; }
  .wrapper {
    width: 750px; }
  .header:not(.reduced) #sticky_part {
    width: 750px !important; }
  .header .city_ask .input_block {
    float: right; }
  .header .city_ask .input_block input {
    width: 600px; }
  .header .city_ask .most_often {
    -webkit-columns: inherit;
    -moz-columns: inherit;
    columns: inherit;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    column-gap: inherit;
    width: 600px;
    margin-top: 10px;
    float: right; }
  .header .city_ask .most_often li {
    display: inline-block;
    padding: 5px; }
  .header .header_ln .logo {
    background-image: url("/local/templates/kazanova2023/css/../pic/header_logo_min.png");
    width: 220px;
    height: 35px; }
  .header .header_ln .prods_block .compare {
    background-position: top left;
    height: 26px;
    margin-top: 20px; }
  .header .header_ln .prods_block .wish {
    background-position: top left;
    height: 26px;
    margin-top: 20px; }
  .header .header_ln .prods_block .basket .l1 {
    display: inline-block;
    padding-top: 21px; }
  .header .header_ln .prods_block .basket a {
    display: inline-block; }
  .header .catalog_menu {
    box-shadow: none; }
  .header .catalog_menu #hamburger-icon {
    width: 70px;
    height: 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(to top, #da3736, #fa3f3e);
    float: left;
    border-radius: 5px; }
  .header .catalog_menu #hamburger-icon .line {
    display: block;
    background: #FFFFFF;
    width: 25px;
    height: 2px;
    position: absolute;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    left: 50%;
    margin-left: -14px; }
  .header .catalog_menu #hamburger-icon .line.line-1 {
    top: 30%; }
  .header .catalog_menu #hamburger-icon .line.line-2 {
    top: 50%; }
  .header .catalog_menu #hamburger-icon .line.line-3 {
    top: 70%; }
  .header .catalog_menu #hamburger-icon.active {
    background: #FFFFFF;
    border-radius: 0;
    z-index:150;}
  .header .catalog_menu #hamburger-icon.active .line {
    background: #cccccc; }
  .header .catalog_menu #hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
  .header .catalog_menu #hamburger-icon.active .line-2 {
    opacity: 0; }
  .header .catalog_menu #hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }
  .header .catalog_menu #hamburger-icon.active ~ nav .catalog_menu_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: delay-appear 1s linear;
    z-index: -20;
    height: 100%; }
  .header .catalog_menu .inner {
    display: none;
    position: relative;
    background-color: #FFFFFF;
    width: 80%;
    clear: both; }
  .header .catalog_menu .inner:hover > li .dropdown-wrap {
    animation: none; }
  .header .catalog_menu .inner.active > li:not(:hover):not(.active) {
    display: none; }
  .header .catalog_menu .inner > li {
    display: block; }
  .header .catalog_menu .inner > li > a {
    color: #000000;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
    padding: 20px 10px 20px 10px;
    font-weight: bold;
	line-height:25px;}
	

  .header .catalog_menu .inner > li > a, .header .catalog_menu .inner > li .dropdown .group .sh, .header .catalog_menu .inner > li .dropdown .group ul li a, .header .catalog_menu .inner .back_link {
    font-size: 18px;
  }

  .header .catalog_menu .inner > li:last-child, .header .catalog_menu .inner > li .dropdown .group:last-child, .header .catalog_menu .inner > li .dropdown .group ul li:last-child {
   border-bottom: none;
   padding-bottom: 100px;
   padding-top: 20px;
   }
  .header .catalog_menu .inner > li .dropdown .group.large-group li.break-after {
   -webkit-column-break-after: unset;
  }
  
  .header .catalog_menu .inner > li:last-child a {
    border-bottom: none;
  }
  .header .catalog_menu .inner > li > a:after {
    display: none; }
  .header .catalog_menu .inner > li > a .help_symbol {
    background: #fff;
    border: 1px solid #ddd; }
  .header .catalog_menu .inner > li > a.exist_child {
    pointer-events: none; }
  .header .catalog_menu .inner > li.active > a {
    color: #FFFFFF;
    display: none; }
  .header .catalog_menu .inner > li.active .dropdown-wrap {
    width: 100%;
    display: block;
    max-height: 2000px;
    opacity: 1;
    box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.2); }
		
  .header .catalog_menu .inner > li.active .dropdown-wrap .dropdown {
    display: block;
    animation: delay-pointer 1s linear; }
  .header .catalog_menu .inner > li .dropdown {
    padding: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  .header .catalog_menu .inner > li .dropdown.active > .group:not(:hover):not(.active) {
    display: none; }
  .header .catalog_menu .inner > li .dropdown.active > .back_link {
    display: none; }
  .header .catalog_menu .inner > li .dropdown .back_link {
    display: block;
    color: #b47f9e;
    color: #a87693;

    line-height: 25px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 10px; }
  .header .catalog_menu .inner > li .dropdown .back_link img {
    margin-right: 7px;
    margin-bottom: -2px; }
  .header .catalog_menu .inner > li .dropdown .group {
   line-height: 25px;
   padding: 20px 10px 20px 20px;
					  
   border-bottom: 1px solid #f4f4f4; }

  .header .catalog_menu .inner > li .dropdown .group.has_children .sh {
    pointer-events: none; }
  .header .catalog_menu .inner > li .dropdown .group .back_link {
    padding: 0; }
  .header .catalog_menu .inner > li .dropdown .group .sh {
    font-size: 18px; }
  .header .catalog_menu .inner > li .dropdown .group .back_link {
    display: none; }
  .header .catalog_menu .inner > li .dropdown .group ul {
    display: none;
    margin: 0;
    padding: 0; }
  .header .catalog_menu .inner > li .dropdown .group ul li {
    line-height: 25px;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 0; }
  .header .catalog_menu .inner > li .dropdown .group ul li a {
    color: black;
    font-weight: bold; }
  .header .catalog_menu .inner > li .dropdown .group ul li a:before {
    display: none; }
  .header .catalog_menu .inner > li .dropdown .group.large-group {
    -webkit-column-break-after: avoid;
    column-break-after: avoid; }
  .header .catalog_menu .inner > li .dropdown .group.large-group:not(:first-child) {
    -webkit-column-break-before: avoid;
    column-break-before: avoid; }
  .header .catalog_menu .inner > li .dropdown .group.active .sh {
    display: none; }
  .header .catalog_menu .inner > li .dropdown .group.active ul {
    animation: delay-pointer 1s linear;
    display: block; }
  .header .catalog_menu .inner > li .dropdown .group.active .back_link {
    display: block; }

  .header .catalog_menu .inner > li.active {
    background: #eaceda;}
  .header .catalog_menu .inner > li.active > a {
   display: block;
    color: black;}
  .header .catalog_menu .inner > li .dropdown .group.active a.sh {
    display: block;
    margin-left:0px;
    padding: 20px 10px 20px 20px;
    color: black;
    background: #f4e5ee; }
  .header .catalog_menu .inner > li.active > a.exist_child, .header .catalog_menu .inner > li .dropdown .group.active a.sh {
    pointer-events: unset; }
  .dropdown .group a {
    display:block; }
  .header .catalog_menu .inner > li .dropdown .group.active {
    line-height:25px;
    padding: 0; }
  .group, .header .catalog_menu .inner > li .dropdown .group ul li {
    line-height: 25px;
    padding: 20px 10px 20px 30px; }

  .header .catalog_menu .inner > li .dropdown .back_link, .header .catalog_menu .inner > li .dropdown .group .back_link {
    line-height: 25px;
    margin-top:0px;
    padding: 20px 15px; }
  .header .catalog_menu.search_active {
    border-radius: 5px; }
  .header .catalog_menu.bg_overlay nav .catalog_menu_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: delay-appear 1s linear;
    z-index: -20;
    height: 100%; }
  .header.reduced #sticky_part .header_ln .wrapper {
    position: relative; }
  .header.reduced #sticky_part .header_ln .geo, .header.reduced #sticky_part .header_ln .cabinet {
    position: absolute;
    top: 0;
    margin-top: 0; }
  .header.reduced #sticky_part .header_ln .logo {
    margin-top: 50px; }
  .header.reduced #sticky_part .header_ln .phone_block {
    margin-top: 37px;
    float: right; }
  .mp_picturies .slider {
    width: 100%;
    height: auto;
    max-height: 252px; }
  .mp_picturies .slider .bx-controls {
    right: 20px;
    left: inherit; }
  .mp_picturies .mini_picturies {
    width: 750px; }
  .mp_picturies .mini_picturies .item {
    width: 372px;
    float: left;
    margin-top: 6px; }
  .mp_picturies .mini_picturies .item:first-child {
    margin-bottom: 0;
    margin-right: 6px; }
  .mp_goodies .item {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 15px; }
  .mp_goodies .item img {
    margin-right: 0; }
  .mp_goodies .item .txt {
    margin-left: 60px;
    float: none; }
  .mp_stats {
    height: 400px; }
  .mp_stats .inner {
    height: 400px; }
  .mp_stats .inner .items {
    font-size: 15px;
    padding-top: 13px; }
  .mp_stats .inner .items .item {
    height: 110px;
    line-height: 50px; }
  .mp_stats .inner .items .item .description {
    width: 100%;
    padding-left: 0; }
  .mp_stats + .placehold {
    height: 400px; }
  .footer .footer_menu {
    width: 100%;
    border-bottom: 1px solid #3c2135; }
  .footer .footer_menu .block {
    width: 23%;
    margin: 0 1%; }
  .footer .footer_menu .block:not(:last-child) {
    width: 23%; }
  .footer .left_part {
    width: 100%; }
  .footer .left_part .fline_1 {
    display: inline-block;
    width: 62%;
    float: left; }
  .footer .left_part .fline_1 .phone_us {
    margin-top: 0; }
  .footer .left_part .fline_1 img.logo_mask {
    width: 50px;
    margin-right: 10px; }
  .footer .left_part .fline_1 .copy {
    width: 210px; }
  .footer .left_part .fline_2 {
    display: inline-block;
    width: 36%;
    float: right; }
  .footer .left_part .fline_2 .subscribe {
    margin-top: -6px; }
  .footer .left_part .fline_2 .subscribe input[type="text"] {
    width: 190px; }
  .footer .left_part .fline_2 .kazanov4ik {
    margin-left: 0;
    float: right;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .footer .left_part .eighteen_plus {
    width: 50%;
    float: left; }
  .footer .bottoming img {
    margin-left: 0; }
  .popular_group .items .item {
    width: 233px; }
  .popular_group .items .item .pic .inner {
    width: 233px; }
  .popular_group .items.popular_video .item:first-child {
    margin-left: 30px;}
  .mp_academy .mp_section_sh a  {
    float: right;}
  .mp_academy .mp_section_sh a, .mp_blog .mp_section_sh a, .mp_news .mp_section_sh a, .mp_section_sh a, .right-btns a  {
	font-size: 14px;
	text-transform: uppercase;}
  .mp_academy .items .item {
    width: 49%;
    margin-right: 2%;
	font-size: 18px;
	line-height: 22px;}
  .mp_academy .items .item .name {
	font-size: 19px;}
  .mp_academy .items .item:nth-child(3) {
    display: none; }
  .mp_academy .items .item:nth-child(2) {
    margin-right: 0; }
  .mp_blog .mp_section_sh a {
    float: right; }
  .mp_blog .main_item {
    width: 100%;
    margin-bottom: 20px;
	font-size:16px;
	line-height: 22px;}
  .mp_blog .main_item .cont {
    width: 100%; }
  .mp_blog .main_item .cont .bottomer {
    width: 100%;
    padding-right: 0; }
  .mp_blog .items {
    width: 100%;
    height: inherit; }
  .mp_blog .items .items_block .item {
    width: 100%; }
  .mp_blog .items .items_block .item .pic {
    width: 48%;
    height: auto;
    margin-right: 2%; }
  .mp_blog .items .items_block .item .pic img {
    max-width: 100%;
    height: auto; }
  .mp_blog .items .items_block .item .name {
    width: 50%;
    font-size: 15px; }
  .mp_blog .items .bx-controls {
    position: relative;
    top: inherit; }
  .mp_blog .items .bx-controls .bx-controls-direction {
    text-align: right; }
  .mp_questions {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 40px; }
  .mp_news {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 30px; }
  .mp_news .item {
    width: 48%;
    margin-right: 2%;
    float: left; }
  .mp_news .item:last-child {
    margin-right: 0; }
  .big_suggestions {
    padding-bottom: 20px; }
  .big_suggestions .catalog_section_items .item:nth-child(4) {
    display: none; }
  .section_filter {
    display: none;
    position: fixed;
    background-color: #FFF;
    z-index: 10200;
    top: 0;
    right: 0;
    bottom: 0px;
    height: auto;
    overflow: auto;
    min-width: 50%;
  }
  .section_filter .big_block {
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 0; }
  .big_block .folder_items.uncollapsed {
    display: block;
  }
  .big_block .folder_items {
    display: none;
  }
  .section_filter .big_block .block .block_name {
    display: block;
    font-size: 21px;
  }
  .section_filter .big_block .block.folder_items .items a, .section_filter .big_block .block.checkbox label a, .section_filter .big_block .block.buttons .btn.show, .section_filter .big_block .block.buttons .btn.reset {
    font-size: 18px;
  }
  .section_filter .big_block .block.checkbox .items label {
    width: 90%;
  }
  .section_filter .big_block .block.checkbox label a  {
    max-width: 100%;
  }
  .section_filter .big_block .block .show_tip {
    position:absolute;
    right: 0px;
    top: -25px;
    font-size: 18px;
  }
  .section_filter .big_block .block .show_tip a {
    font-size: 18px;
  }
  .catalog_section {position:relative;}
  #myfixed .my_section_filter {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/local/templates/kazanova2023/img/filter-back.png) no-repeat;
    border: none;
  }
  #myfixed.question .my_section_question {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/local/templates/kazanova2023/img/question-back2.png) no-repeat;
    border: none;
    margin-right:5px
  }
  .catalog_section .btn_section_filter {
    display: block;
    position: absolute;
    right: 0;
  }
  #myfixed {
    width:100%;
    height: 50px;
    background: #4c1435;
    position:fixed;
    bottom: 0;
    z-index:110;
    display: none;
  }
  #myfixed div {
    text-align: center;
    font-size: 21px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
  }
  .static-content .right-block {
    width: 100%; }
  .static-content .right-block .newsDetail .newsText img {
    max-width: 100%;
    height: auto; }
  .static-content .right-block .training-list .mp_academy .items .item:nth-child(3) {
    display: inline-block; }
  .static-content .submenu {
    width: 100%; }
  .static-content .submenu .popular-list {
    display: none; }
  .static-content .submenu .title-menu {
    text-align: center;
    cursor: pointer;
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_down.png") no-repeat 95% 50%, #6c1a4b;
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_down.png") no-repeat 95% 50%, -moz-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_down.png") no-repeat 95% 50%, -webkit-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_down.png") no-repeat 95% 50%, linear-gradient(to top, #5f1742, #6c1a4b); }
  .static-content .submenu .block > ul {
    max-height: 0;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .static-content .submenu .block > ul li {
    text-align: center; }
  .static-content .submenu .block > ul li a img {
    display: none; }
  .static-content .submenu ul#multilevel-menu {
    max-height: 58px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .static-content .submenu ul#multilevel-menu li {
    text-align: center; }
  .static-content .submenu.openSubmenu .title-menu {
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_top.png") no-repeat 95% 50%, #6c1a4b;
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_top.png") no-repeat 95% 50%, -moz-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_top.png") no-repeat 95% 50%, -webkit-linear-gradient(top, #5f1742 0%, #6c1a4b 100%);
    background: url("/local/templates/kazanova2023/css/../img/icon/menu_top.png") no-repeat 95% 50%, linear-gradient(to top, #5f1742, #6c1a4b); }
  .static-content .submenu.openSubmenu .block > ul {
    max-height: 800px; }
  .static-content .submenu.openSubmenu .block > ul li a img {
    display: initial; }
  .static-content .submenu.openSubmenu ul#multilevel-menu {
    max-height: 800px; }
  .basket_page {
    width: 750px; } }
@media screen and (max-width: 1023px) and (min-width: 750px) {
  .basket_page .tabs .items .item .price .old {
    position: absolute;
    margin-top: -23px;
    margin-right: 0;
    right: 0; } }
@media screen and (max-width: 1023px) {
  .basket_page .basket_footer .code_input {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px; }
  .order_form {
    width: 100%; } }
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .header .catalog_menu .search {
    background: none; }
  .header .catalog_menu .search .toggle {
    display: none; }
  .header .catalog_menu .search .dropdown {
    display: block;
    width: 500px;
    height: inherit;
    top: 0;
    background: none;
    padding-top: 10px; }
  .header .catalog_menu .search .dropdown .popular {
    display: none; }
  .header .catalog_menu .search .dropdown .input_block {
    margin-bottom: 10px;
    background-position: 2% 50%; }
  .header .catalog_menu .search .dropdown .input_block input {
    height: 30px;
    padding: 0 20px; }
  .header .catalog_menu .search .dropdown .input_block input[type="text"] {
    padding: 5px 40px; }
  .mp_feedback .selector_variant .items .item {
    width: 49%;
    margin-right: 0; }
  .mp_feedback .selector_variant .items .item:last-child {
    display: none; }
  .mp_feedback .selector_variant .items .item:first-child {
    margin-right: 2%; }
  .element_right_panel {
    width: 100%; }
  .element_right_panel .recommend {
    width: 49%;
    float: right; }
  .element_right_panel .recommend:first-child {
    padding-top: 0; }
  .element_right_panel .delivery_and_payment {
    width: 49%;
    float: left; }
  .order_right_panel {
    width: 100%;
    background: #ebf7fb; }
  .order_right_panel .order_items {
    width: 430px;
    min-height: 362px;
    float: left;
    border-right: 1px solid #c8e4ed;
    border-radius: 6px 0 0 6px; }
  .order_right_panel .delivery_and_payment {
    width: 287px;
    float: left;
    margin-top: 0;
    border-radius: 0 6px 6px 0; } }
@media screen and (max-width: 749px) {
  .hidden-xs {
    display: none !important; }
  html {
    -webkit-text-size-adjust: none; }
  body {
    min-width: 480px; }
  body > .header,
  body > .main_area,
  body > .footer {
    min-width: 100%;
	font-size: 16px;}
  body > .main_area {
	  margin-bottom: 25px;
	  }
  .wrapper {
    width: 96%; }
  .header:not(.reduced) #sticky_part {
    width: 100% !important; }
  .header .city_ask .input_block {
    width: 100%; }
  .header .city_ask .input_block input {
    width: 100%;}
  .header .city_ask .your_region {
    margin-bottom: 10px; }
  .header .city_ask .your_region .l1, .header .city_ask .your_region .l2 {
  font-size: 17px; }
  .header .city_ask .most_often {
    width: 100%;
	font-size: 15px;
    font-weight: normal;
	padding-bottom: 5px;
	}
  .header .city_ask.expanded {
    height: auto; }
  .header .city_ask.expanded:not(.hidden) + .placehold {
    height: 210px; }
  .header .city_ask:not(.hidden).expanded ~ .header_ln .geo {
    top: -239px; }
  .header .city_ask:not(.hidden).expanded ~ .header_ln .cabinet {
    top: -240px; }
   .header .city_ask .btns .btn {
	   font-size: 15px;}
  .header #sticky_part + .spacer {
    margin-bottom: 1px; }
  .header.reduced #sticky_part .header_ln {
    height: inherit; }
  .header.reduced #sticky_part .header_ln .geo {
    left: 0; }
  .header.reduced #sticky_part .header_ln .cabinet {
    right: 0; }
  .header .header_ln {
    height: 57px; }
  .header .header_ln .geo {

  background: url("/local/templates/kazanova2023/css/../img/icon/location.png") no-repeat 5px 2px;
  }
  .header .header_ln .geo, .header .header_ln .cabinet {
  font-size: 16px; }
  .header .header_ln .geo span {
  display:none;}
  .header .header_ln .cabinet {
    right: 2%; }
  .header .header_ln .phone_block {
    background: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8; }
  .header .header_ln .phone_block .phone {
    font-size: 25px; }
  .header .header_ln .phone_block .l1 {
    font-size: 16px; }
  .header .header_ln .logo {
    background-size: contain;
    background-repeat: no-repeat; }
  .header .header_ln .prods_block {
    position: absolute;
    right: 0;
    margin-top: 80px;
    z-index: 130;
    width: 66%; }
  .header .header_ln .prods_block > div a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    height: 100%; }
  .header .header_ln .prods_block > div a span {
    display: block;
    background-color: #fa3f3e;
    color: #FFFFFF;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    margin-left: 55%;
    margin-top: 2%; }
  .header .header_ln .prods_block .compare {
    background: url(/local/templates/kazanova2023/css/../img/icon/compare_22.png) no-repeat center #6b194a;
    height: 50px;
    width: 33%;
    margin: 0;
    padding: 0;
    margin-left: 0.3%; }
  .header .header_ln .prods_block .wish {
    background: url(/local/templates/kazanova2023/css/../img/icon/heart_22.png) no-repeat center #6b194a;
    height: 50px;
    width: 33%;
    margin: 0;
    padding: 0;
    margin-left: 0.3%; }
  .header .header_ln .prods_block .basket {
    background: url(/local/templates/kazanova2023/css/../img/icon/basket_cart_1.png) no-repeat center #fa3f3e;
    height: 50px;
    width: 33%;
    margin: 0;
    padding: 0;
    min-height: 50px;
    margin-left: 0.3%; }
  .header .header_ln .prods_block .basket a span {
    background-color: #6b194a; }
  .header .header_ln .prods_block .basket:hover .dropdown {
    display: none; }
  .header .catalog_menu {
    border-radius: 0;
    box-shadow: none; }
  .header .catalog_menu .wrapper {
    width: 100%; }
  .header .catalog_menu #hamburger-icon {
    width: 12%;
    background-color: #4b1434;
    border-radius: 0; }
  .header .catalog_menu .search {
    border-radius: 0;
    float: left;
    width: 22%; }
  .header .catalog_menu .search .dropdown {
    top: 50px;
    background-color: #FFF; }
  .header .catalog_menu .search .dropdown .input_block input[type="text"] {
    box-shadow: inset 0 0px 5px 1px #e6e6e6;
    border-radius: 5px;
    border: 2px solid #e6e6e6; }
  .header .catalog_menu .search .dropdown .input_block input[type="submit"] {
    border-radius: 5px; }
  .header .catalog_menu .search .dropdown .popular {
    color: #010101;
	font-size: 14px;}
  .header .catalog_menu .search .dropdown .popular a {
    color: #010101; }
  .header .catalog_menu .search .toggle {
    width: 100%; }
  .header .catalog_menu.search_active .wrapper .search {
    background-color: #FFF; }
  .header .catalog_menu.search_active .wrapper .search .toggle {
    background-image: none;
    position: relative; }
  .header .catalog_menu.search_active .wrapper .search .toggle .line {
    display: block;
    background: #cccccc;
    width: 25px;
    height: 2px;
    position: absolute;
    border-radius: 1px;
    left: 50%;
    margin-left: -14px; }
  .header .catalog_menu.search_active .wrapper .search .toggle .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
    top: 30%; }
  .header .catalog_menu.search_active .wrapper .search .toggle .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
    top: 70%; }
  .header .catalog_menu.search_active:not(.no-overlay) nav .catalog_menu_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: delay-appear 1s linear;
    z-index: -20;
    height: 100%; }
  .header .catalog_menu.bg_overlay nav .catalog_menu_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: delay-appear 1s linear;
    z-index: -20;
    height: 100%; }
  .mp_picturies {
    margin: 0 -2% 35px;
	}
  .mp_picturies .slider .bx-controls {
    left: 20px;
  }
  .mp_picturies .mini_picturies {
    width: 100%;
	display: none;}
  .mp_picturies .mini_picturies .item {
    width: 49.5%;
    margin-top: 2px; }
  .mp_picturies .mini_picturies .item:first-child {
    margin-right: 1%; }
  .mp_goodies {
	display: block;
	margin-right:10px;
	white-space: nowrap;
    overflow-x: scroll;
	padding-bottom:25px; }
  .mp_goodies .item {
    width: 50%; }
   .mp_goodies .item .l1 {
	font-size:16px; }
   .mp_goodies .item .l2 {
    white-space: normal;
    padding-right: 5px;
    font-size:15px;
	line-height: 17px;}
  .mp_goodies .item img {
    height: 35px; }
  .mp_goodies .item .txt {
    margin-left: 45px; }
  .mp_stats .inner .items {
    font-size: 15px;
    padding-top: 25px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .mp_stats .inner .items .item {
    margin-bottom: 10px;
    height: auto; }
  .mp_stats .inner .items .item img {
    width: 11%; }
  .mp_stats .inner .items .item .description {
    width: 85%;
    padding-left: 2%; }
  .mp_stats:before {
    top: -3px; }
  .mp_stats:after {
    bottom: -3px; }
  .mp_blog .main_item {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
	font-size:18px;
	line-height: 22px;
	}
  .mp_blog .main_item .pic {
    width: 100%;
    margin: 0;
    float: none;
	height: 270px;
    overflow: hidden;
	}
	  .mp_blog .main_item .pic img {
    width: 100%;
	height: auto;
    margin-top: -125px;
	}
  .mp_blog .main_item .cont {
    float: none; }
  .mp_blog .main_item .cont .name {
    margin-top: 10px; }
  .mp_feedback .selector_labels label {
    font-size: 18px;
    padding: 0px 20px;
    line-height: 44px; }
  .mp_feedback .selector_variant .items {
    margin-bottom: 30px; }
  .mp_feedback .selector_variant .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
	font-size:18px;
	line-height:22px;}
  .mp_feedback .selector_variant .right-btns {
    right: 0;
    bottom: -40px;
    top: inherit; }
  .mp_questions {
    padding-bottom: 60px; }
  .mp_questions .item, .mp_questions .item .answer-link {
  font-size: 18px;
  line-height:22px;
  }
  .mp_questions .mp_section_sh a {
    float: right; }
  .mp_questions .items .bx-controls {
    bottom: -35px;
    top: inherit; }
  .mp_questions.questions-list-in-blog {
    margin-top: 50px; }
  .mp_questions.questions-list-in-blog .right-btns {
    right: 0;
    top: 0;
    margin-top: -45px; }
  .mp_questions.questions-list-in-blog .right-btns a {
    margin-left: 12px; }
  .mp_news .item {
    width: 100%;
    margin-right: 0; }
   .mp_news .item .description {
	font-size: 18px;
	line-height: 22px; }
  .mp_news .item .name {
	 font-size: 19px;
	 line-height: 22px; }
  .mp_news .item .date {
	  font-size: 15px;}
  .mp_brands .mp_section_sh a {
    float: right; }
  .footer .footer_menu .block {
    width: 46%;
    margin: 0 2%;
	font-size:18px;}
  .footer .footer_menu .block .sh {
	font-size:19px;}

  .footer .footer_menu .block:not(:last-child) {
    width: 46%; }
  .footer .left_part .fline_1 {
    width: 100%; }
  .footer .left_part .fline_1 img.logo_mask {
    width: 40px;
    margin: 3px 10px 0 0; }
  .footer .left_part .fline_1 .copy {
    width: 80%; }
  .footer .left_part .fline_1 .phone_us {
    margin: 40px 0 0 45px;
    font-size: 18px;
	line-height: 25px;}
  .footer .left_part .phone_us .phone {
    font-size: 24px;
	line-height:30px;
	  }
  .footer .left_part .fline_2 {
    width: 100%; }
  .footer .left_part .fline_2 .subscribe {
    margin-top: 15px; }
  .footer .left_part .fline_2 .subscribe input[type="text"] {
    width: 300px;
	font-size:14px; }

	.footer .left_part .fline_2 .subscribe .sh {
		font-size: 16px;}
  .footer .left_part .eighteen_plus {
    width: 60%; }
  .footer.reduced .left_part .eighteen_plus {
    margin-top: 10px;
    float: left; }
  .element_info {
    width: 100%; }
  .element_info .main_info .left_column {
    width: 100%;
	margin-top: 25px; }
  .element_info .main_info .left_column .carousel-big {
    height: 300px; }
  .element_info .main_info .left_column .carousel-big .item {
    height: 300px; }
  .element_info .main_info .left_column .carousel-big .item img {
    max-height: 300px; }
  .element_info .main_info .right_column {
    width: 100%;
	font-size:18px;
	font-weight: normal;
	line-height: 25px;}
  .element_info .main_info .right_column .description_1_container .description_1 ul {
	font-size:18px;
	line-height: 28px; }
  .element_info .main_info .right_column .offer_props {
    padding-left: 0; }

  .element_info .main_info .right_column .offer_props .lgnd {
	  font-size: 18px; }
  .element_info .main_info .right_column .offer_props .sizes .values label {
	margin: 0 5px 10px;
	  }
  .element_info .main_info .right_column .offer_props .sizes .values label span {
	  font-size: 16px;
	  font-weight: normal;
	  }
   .element_info .main_info .right_column .chars .sh {
	   font-size:21px; }
  .element_info .main_info .right_column .buy_area .price {
    padding-left: 0;
	width:100%;}
  .element_info .main_info .right_column .buy_area .price .price_blocks  {
    display: flex;
    justify-content: center;
	align-items: center; }
 .element_info .main_info .right_column .buy_area .price .price_blocks > div {
	 margin:10px;
	 }
  .element_info .main_info .right_column .buy_area .price .guarantee a {
    font-size: 18px;
	font-weight: bold;
    margin: 0 25px 0 10px;
}
  .element_info .main_info .right_column .buy_area .actions {
	display: flex;
    justify-content: center;
    width: 100%;
	margin: 30px 0;
	}
  .element_info .main_info .right_column .buy_area .actions .one_click {
    padding: 0 15px;
	margin: 15px;
    border: solid 2px #0099cc;
    min-width: 150px;
    height: 46px;
    line-height: 48px;
    text-align: center;
	  }
   .element_info .main_info .right_column .buy_area .actions .one_click a {
	  text-transform: none;
	  font-size: 18px;}
   .element_info .main_info .right_column .buy_area .actions .one_click .note {
	   display:none;
	   }
  .element_info .main_info .right_column .buy_area .actions .btns {
	padding-top: 0;
	display: flex;
    max-width: 190px;
    flex-wrap: wrap;
    justify-content: center;
	  }

  .element_info .main_info .right_column .buy_area .actions .btns .to_basket {
	 margin:15px 0 25px;}
  .element_info .main_info .right_column .buy_area .actions .btns .to_basket .btn {
	width: 190px;
    font-size: 18px;}
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip {
    width: 80px;
    margin-top: -50px;
    margin-left: -30px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip:before {
    margin-top: 30px;
    margin-left: 43px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip.compare_tooltip {
    margin-left: -40px; }
  .element_info .main_info .right_column .buy_area .actions .btns .grey_btn .btn_tooltip.compare_tooltip:before {
    margin-left: 63px; }
  .element_info .main_info .right_column .chars {
    padding-left: 2px; }
  .element_info .main_info .state_n_brand {
    width: 100%; }
  .element_info .tabs .city_availability_items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .element_info .tabs .city_availability_items li .addr,
  .element_info .tabs .city_availability_items li .city {
    width: 60%; }
  .element_info .tabs .selector_ul {
    display: block; }
  .element_info .tabs .selector_ul .selector_li > label {
    display: block;
    color: #0099cc;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dedede;
    background: none;
    z-index: 1;
    position: inherit;
    font-weight: bold;
	font-size: 22px;
    line-height: 50px; }
  .element_info .tabs .selector_ul .selector_li > label:after {
    display: block;
    content: '';
    position: absolute;
    margin-top: -24px;
    margin-left: -15px;
    border-top: 4px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  .element_info .tabs .selector_ul .selector_li:first-child > label {
    border-top: 1px solid #dedede; }
  .element_info .tabs .selector_variant {
    box-shadow: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size: 18px; }
  .element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9;
	font-size:22px;
	}
  .element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(1):checked ~ .selector_ul .selector_li:nth-child(1) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; 
    padding-top:0; }
  .element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(2):checked ~ .selector_ul .selector_li:nth-child(2) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; 
    padding-top:0; }
  .element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(3):checked ~ .selector_ul .selector_li:nth-child(3) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede;
    padding-top:0; }
  .element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(4):checked ~ .selector_ul .selector_li:nth-child(4) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede;
    padding-top:0; }
  .element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(5):checked ~ .selector_ul .selector_li:nth-child(5) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede;
    padding-top:0; }
  .element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(6):checked ~ .selector_ul .selector_li:nth-child(6) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(7):checked ~ .selector_ul .selector_li:nth-child(7) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(8):checked ~ .selector_ul .selector_li:nth-child(8) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(9):checked ~ .selector_ul .selector_li:nth-child(9) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(10):checked ~ .selector_ul .selector_li:nth-child(10) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(11):checked ~ .selector_ul .selector_li:nth-child(11) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(12):checked ~ .selector_ul .selector_li:nth-child(12) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(13):checked ~ .selector_ul .selector_li:nth-child(13) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(14):checked ~ .selector_ul .selector_li:nth-child(14) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(15):checked ~ .selector_ul .selector_li:nth-child(15) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > label {
    background: #f9f9f9;
    padding-left: 7%;
    padding-right: 7%;
    margin: -1px -2% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f9f9f9; }
  .element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > label:after {
    border-top: none;
    border-bottom: 4px solid #9a2b6c; }
  .element_info .tabs .selector_input:nth-child(16):checked ~ .selector_ul .selector_li:nth-child(16) > .selector_variant {
    background: #f9f9f9;
    padding-left: 6%;
    padding-right: 6%;
    width: 92%;
    margin: 0 -2%;
    border: none;
    border-bottom: 1px solid #dedede; }
  .popular_group .items {
    height: inherit;
    margin: 0;
    padding: 0; }
  .popular_group .items .item {
    width: 100%;
    margin: 0 !important;
    border-top: 1px solid #f0f0f0; }
  .popular_group .items .item:hover {
    box-shadow: none; }
  .popular_group .items .item .topping {
    float: right;
    width: 68%;
    height: initial;
    padding-top: 0px;
    padding-bottom: 15px;
	font-size: 14px;
    text-transform: uppercase;}
  .popular_group .items .item .topping .category_name {
    max-width:230px;
	}
  .popular_group .items .item .topping .category_name:after {
    display: none; }
  .popular_group .items .item .topping a {
    display: inline-block;
    border: 1px solid;
    padding: 6px 12px;
    border-radius: 16px;
	margin-left: 10px;}
  .popular_group .items .item .name {
    float: right;
    width: 68%; }
  .popular_group .items .item .pic {
    float: left;
    width: 30%;
    height: auto;
    border: none; }
  .popular_group .items .item .pic .inner {
    width: 30%;
    height: auto; }
  .popular_group .items .item .pic .inner img {
    max-height: 100%;
    width: auto; }
  .popular_group .items .item .price {
    width: 68%;
    float: right; }
  .popular_group .items.popular_video {
    width:100%;
    height: auto;}
  .popular_group .items.popular_video .item {
    width:100%;
    height: auto;}
  .popular_group .items.popular_video .item:first-child {
    margin-left: 0;}
  .popular_group .items.popular_video .item .video_review {
    float: left;
    width: 50%;
    height: auto;
    border: none;}
  .popular_group .items.popular_video .item .price {
    width: 50%;
    float: right;}
  .popular_group .items.popular_video .item .name {
    float: right;
    margin-top: 15px;
    width: 50%;
    height: auto;}
  .breadcrumbs {
    margin-top: 10px; }
  .leave_review_form .inputs_and_rules .inputs {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    padding-top: 0; }
  .leave_review_form .inputs_and_rules .rules {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    padding-top: 20px; }
  .leave_review_form .inputs_and_rules .rules .link_rules:before {
    width: 100%; }
  .leave_review_form .send input[type="submit"] {
    float: right; }
  .leave_review_form .send label {
    float: left;
    width: 60%;
    margin-left: 0; }
  .element_right_panel {
    width: 100%;
	font-size: 18px;
	line-height: 22px;}
  .element_right_panel .recommend:first-child {
    padding: 0; }

  .element_right_panel .delivery_and_payment .feats {
	display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    padding-top: 40px; }
   .element_right_panel .delivery_and_payment .feats .item {
	display: inline-block;
    margin-right:15px;
    min-width: 270px;
	white-space: wrap;}

   .element_right_panel .delivery_and_payment .feats .item a {
    font-size: 20px;
    line-height: 32px;
   }
  .element_right_panel .delivery_and_payment .feats .item .l2 {
	font-size: 16px;
    line-height: 24px;
	white-space: break-spaces;
   }
   .element_right_panel .delivery_and_payment .feats .item img {
	padding-bottom: 30px; }
   .element_right_panel .delivery_and_payment .blue_block .block .sh {
	font-size: 21px;
    line-height: 32px; }
   .element_right_panel .delivery_and_payment .blue_block .block p {
	font-size: 16px;
    line-height: 22px; }
   .element_right_panel .delivery_and_payment .blue_block .block .sh .q {
	margin-left: 8px;
    margin-top: 5px; }
  .big_suggestions .catalog_section_items {
    margin-right: 0;
    margin-left: 0;
    border: none; }
  .catalog_section_items {
    margin-left: 0;
    margin-right: 0; }
  .catalog_section_items .item {
    width: 100%;
    height: 170px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
	font-size: 18px;}
  .catalog_section_items .item .name, .popular_group .items .item .name {
    font-size: 21px;
    line-height: 22px;
    display: block;
    height: 65px;
    overflow: hidden;
	font-weight: normal;
  }
  .popular_group .items .item {
	  font-size:18px; }
  .popular_group .items .item .price, .catalog_section_items .item > .inner .buy_area .price .new {
	  font-size: 23px;
	  font-weight: bold;
	  border-bottom: none;
	  }
  .catalog_section_items .item > .inner .comments {
    font-size: 18px;
  }
  .catalog_section_items .item .stars img {
    width: 10px;
  }
  .catalog_section_items .item:hover {
    overflow: hidden; }
  .catalog_section_items .item:hover > .inner {
    z-index: inherit;
    box-shadow: none;
    left: 0;
    top: 0;
    padding-top: 0; }
  .catalog_section_items .item:hover > .inner .buy_area {
    padding-left: 0;
    padding-top: 0;
    border: none; }
  .catalog_section_items .item:hover > .inner .buy_area .price .new {
    border-bottom-color: #fb3e3e; }
  .catalog_section_items .item:hover > .inner .pic_selector, .catalog_section_items .item:hover > .inner .subdescr, .catalog_section_items .item:hover > .inner .sizes, .catalog_section_items .item:hover > .inner .bm_states, .catalog_section_items .item:hover > .inner .btns {
    display: none; }
  .catalog_section_items .item:hover > .inner .colors .lgnd {
    display: none; }
  .catalog_section_items .item > .inner .pic {
    direction: inherit;
    height: 150px;
    width: 30%;
    float: left;
    padding: 0;
    margin: 0;
    border: none; }
  .catalog_section_items .item > .inner .pic img {
    max-height: 100%; }
  .catalog_section_items .item > .inner .main_info_area, .catalog_section_items .item > .inner .buy_area {
    width: 67%;
    float: right;
    padding-left: 0; }
  .catalog_section_items .item > .inner .label-block {
    width: 32px;
    left: 0; }
  .section_filter {
    width: 80%; }
  .section_filter + .catalog_section {
    width: 100%; }
  .catalog_section h1 {
    margin: 10px 40px 10px 0; }
  .sort_n_count {
    border: 0;
    height: auto; }
  .sort_n_count .items_count {
    float: none;
    padding-left: 0; }
  .sort_n_count .sort {
    padding-left: 0; }
  .sort_n_count .sort .lgnd {
    float: left; }
  .sort_n_count .sort .items {
    margin-left: 123px;
    display: block; }
  .sort_n_count .sort .items .item {
    margin-left: 10px;
    font-size:18px; }
  .sort_n_count .sort .items .item:first-child {
    padding-right: 0; }
  .sort_n_count .section_linkup {
    padding-left: 0; }
  .sort_n_count .section_linkup .items a {
    margin-left: 10px;
    font-size:18px; }
  .sort_n_count .lgnd {
    width: 122px;
    float: left; }
  .common_catalog_item .pic .inner, .popular_group .items .item .pic .inner, .catalog_section_items .item .pic .inner {
    display: block;
    width: 100%;
    height: 170px; }
  .basket_page {
    width: 100%; }
  .basket_page .tabs .selector_labels a {
    margin-right: 5px;
    padding: 0 25px; }
  .basket_page .tabs .selector_labels a:first-child {
    margin-right: 0; }
  .basket_page .tabs .items .item {
    margin-bottom: 30px; }
  .basket_page .tabs .items .item .pic {
    width: 29%;
    height: auto; }
  .basket_page .tabs .items .item .info {
    width: 65%;
	padding-left: 5%;
    height: auto;
    border-bottom: 1px solid #eeeeee; }
  .basket_page .tabs .items .item .info .name {
    padding-top: 0; }
  .basket_page .tabs .items .item .price {
    width: 36%; }
  .basket_page .tabs .items .item .quantity {
    width: 20%; }
  .basket_page .tabs .items .item .sum_price {
    width: 21%; }
  .basket_page .tabs .items .item .actions {
    width: 20%; }
  .basket_page .tabs .items .item > div {
    display: inline-block;
    margin-top: 15px;
    height: auto; }
  .basket_page .tabs .items .item:hover {
    box-shadow: none;
    border-top-color: #eeeeee; }
  .basket_page .tabs .items .item:hover + .item {
    border-top-color: #eeeeee; }
  .basket_page .basket_footer .total {
    margin-left: -2%;
    margin-right: -2%;
    padding-left: 2%;
    padding-right: 2%; }
  .basket_page .basket_footer .total .code_input .row {
    height: auto; }
  .basket_page .basket_footer .total .code_input .row input:checked ~ .input_block {
    display: block;
    margin: 0; }
  .basket_page .basket_footer .total .code_input .row input:checked ~ .input_block input {
    width: 100%; }
  .basket_page .basket_footer .total .code_input .row input:checked ~ .input_block .btn {
    right: 0; }
  .order_right_panel {
    width: 100%;
    border: none;
    margin-bottom: 20px; }
  .order_right_panel .order_items {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic {
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px; }
  .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info {
    width: 80%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .order_right_panel .delivery_and_payment {
    margin: 0 -2%; }
  .order_form .bootstrap .row {
    margin-right: -7px;
    margin-left: -7px; }
  .order_form h1 {
    margin-bottom: 20px; }
  .order_form .height-30 {
    height: 0; }
  .order_form hr {
    margin-bottom: 20px; }
  .order_form .log_in_if_you_have {
    width: 100%;
    padding-top: 0; }
  .order_form .user_fields .bx_soa_location .form-group .dropdown-block {
    width: inherit; }
  .order_form .user_fields .row:not(.bx_soa_location),
  .order_form .user_fields .bx_soa_location .form-group {
    display: block; }
  .order_form .user_fields .row:not(.bx_soa_location) > div, .order_form .user_fields .row:not(.bx_soa_location) label,
  .order_form .user_fields .bx_soa_location .form-group > div,
  .order_form .user_fields .bx_soa_location .form-group label {
    display: block; }
  .order_form .user_fields .row:not(.bx_soa_location) label, .order_form .user_fields .bx_soa_location .form-group .lgnd, .order_form .user_fields .bx_soa_location .form-group label {
    display: block;
    width: inherit; }
.order_form .user_fields .row div.order_change_city, .order_form .user_fields .row label.bx-soa-custom-label, .order_form .user_fields .row div.soa-property-container, .order_form .user_fields .row div.lgnd {
    display: inline-block; }
  .order_form .user_fields .row:not(.bx_soa_location) .input,
  .order_form .user_fields .bx_soa_location .form-group .input {
    width: 100%;
	}
  .order_form .sh span {
    display: block; }
  .order_form .sh span.comment {
    padding-left: 0; }
  .order_form #bonus_payment_fields {
    margin-top: 20px;
    margin-bottom: 20px; }
  .order_form .order_comment textarea {
    width: 100%; }
  .order_form .order_submit_line .submit {
    width: 100%; }
  .order_form .order_submit_line .agree {
    width: 100%;
    text-align: center; }
 .bx-soa-styled .bx-soa-pickup-subTitle, .order_form .submit-red-btn, .order_form .order_change_city .order_form .log_in_if_you_have a, .order_form .bootstrap .btn, .order_right_panel .delivery_and_payment .block .sh, .order_right_panel .delivery_and_payment .block , .order_right_panel .delivery_and_payment .bx-soa-cart-total-line, .bx-soa-styled .bx-soa-pp-company-subTitle, .bx-soa-styled .bx-soa-pp-company-desc {
  font-size: 18px;
  line-height: 28px; }

 .bx-soa-styled .alert, .bx-soa-styled .bx-soa-pickup-l-item-adress {
 font-size: 17px;
 }

 .bx-soa-styled .bx-soa-pp-company-smalltitle, .order_form .user_fields .row:not(.bx_soa_location) .lgnd, .order_form .user_fields .row:not(.bx_soa_location) label, .order_form .user_fields .bx_soa_location .form-group .lgnd, .order_form .user_fields .bx_soa_location .form-group label {
 font-size: 18px;
 line-height: 25px;
 }

.bx-soa-styled .bx-selected .bx-soa-pp-company-smalltitle {
  color: #0099cf;
  font-weight: bold; }
 .order_form .user_fields .row:not(.bx_soa_location) .comment, .order_form .user_fields .bx_soa_location .form-group .comment, .order_form .sh span.comment, .order_form .log_in_if_you_have .comment{
  font-size: 16px;
  line-height:22px;
	 }
  #bx-soa-properties input {
  font-size: 16px;}
 .order_form .user_fields .row:not(.bx_soa_location) .lgnd, .order_form .user_fields .row:not(.bx_soa_location) label, .order_form .user_fields .bx_soa_location .form-group .lgnd, .order_form .user_fields .bx_soa_location .form-group label {
	margin-right: 10px; }
 .bx-soa-styled .bx-soa-pp-company-graf-container {
  margin-top: 10px;
	}
 #bx-soa-paysystem .bx-soa-pp-desc-container .bx-soa-pp-company {
  display:none;}
 #bx-soa-orderSave a.btn-link {
  text-align: center;
  width: 100%;
  display: block;
  margin: 25px auto;
  font-size: 23px;
  font-weight: bold;
  color: white;
  background: #0099cc; }
 #bonus_payment_fields .lgnd {
  max-width: unset;
  margin: 10px; }
 .order_form .user_fields .row:not(.bx_soa_location) .input textarea, .order_form .user_fields .bx_soa_location .form-group .input textarea {
  height: 70px;
  font-size: 16px; }
  .static-content .tags-line {
    width: 100%;
    margin-bottom: 10px; }
  .static-content .button-signUp {
    margin-top: 50px; }
  .static-content .right-block {
  font-size:18px;}
  .static-content .right-block .newsDetail .pic {
    width: 100%;
    margin-left: 0; }
  .static-content .right-block .newsDetail .newsText img {
    max-width: 100%;
    height: auto; }
  .static-content .right-block .training-list .mp_academy .items .item {
    width: 100%;
    margin-right: 0; }
  .static-content .right-block .training-list .mp_academy .items .item .pic {
    width: 100%; }
  .static-content .right-block .training-list .name-title {
    width: 70%; }
  .static-content .right-block .bx-personal .profile-line {
    line-height: normal;
    border: none; }
  .static-content .right-block .bx-personal .profile-line .title {
    margin-bottom: 20px; }
  .static-content .right-block .bx-personal .profile-line .name {
    width: 100%;
    min-height: inherit;
    padding: 0; }
  .static-content .right-block .bx-personal .profile-line .value {
    margin-right: 0%;
    width: 100%; }
  .static-content .right-block .bx-personal .profile-line .comment {
    width: 100%;
    margin-bottom: 20px; }
  .static-content .right-block .blog_main > a {
    width: 100%;
    font-size: 0;
    background: #f6f6f6; }
  .static-content .right-block .blog_main > a img {
    float: none; }
  .static-content .right-block .blog_main .blog_main_text {
    padding-left: 15px;
    height: 147px;
    font-size:18px;
	}
  .static-content .right-block .blog_list .blog_item .blog_text {
	 font-size:18px;
	}
  .static-content .right-block .blog_list .blog_item .blog_date {
	  font-size:16px;}
  .static-content .right-block .blog_list .blog_item .blog_name {
	 font-size: 21px;
	}
  .static-content .right-block .blog_list .blog_item .blog_text p {
	 margin: 10px 0;
	}
  .static-content .right-block .blog_main .blog_main_text .blog_content {
    height: 117px; }
  .static-content .right-block .blog_list .blog_item_3 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    margin-left: -2%;
    padding-left: 2%;
    margin-right: -2%;
    padding-right: 2%; }
  .static-content .right-block .blog_list .blog_item_3 .blog_img {
    width: 100%;
    height: inherit; }
  .static-content .feedback_form {
    margin-left: -2%;
    margin-right: -2%;
    padding-left: 2%;
    padding-right: 2%; }
  .static-content .feedback_form textarea, .static-content .feedback_form input {
	font-size:16px; }
  .static-content .feedback_form .rules {
   font-size:18px; }
  .static-content .feedback_form .inputs_and_rules .inputs {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    padding-top: 0; }
  .static-content .feedback_form .inputs_and_rules .inputs .input {
    width: 100%; }
  .static-content .feedback_form .inputs_and_rules .rules {
    width: 100%;
    padding-left: 0;
    border-left: 0; }
  .static-content .feedback_form .inputs_and_rules .rules .link_rules:before {
    width: 100%; }
  .static-content .feedback_form .bx-sls .dropdown-block {
    width: 100%; }
  .static-content .feedback_form .feedback_input {
    width: 100%; }
  .static-content .feedback_form .feedback_input label {
    width: 20%; }
  .static-content .feedback_form .feedback_input input {
    width: 75%;
    margin-left: 0; }
  .static-content .send input[type="submit"] {
    float: right; }
  .static-content .send label {
    margin-left: 0;
    width: 60%; }
  .static-content .send label input + span {
    margin-right: 6px;
    float: left;
    top: 6px; }
  .static-content .reviews-list .review-item .reviews-product {
    width: 100%;
    margin-right: 0; }
  .static-content .reviews-list .review-item .reviews-product .name {
    text-align: center;
    margin-bottom: 5px; }
  .static-content .reviews-list .review-item .reviews-text.reviews-800 {
    width: 100%; }
  .static-content .table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em; }
  .static-content table.delivery-list {
    min-width: 650px; }
  .order_right_panel .order_items .sh {
    padding-left: 20px;
    border-bottom: none; }
  .order_right_panel .order_items .sh:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999999;
    margin-top: 12px;
    margin-left: -20px; }
  .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info {
    min-height: inherit; }
  .order_right_panel .order_items .bx-soa-section-content {
    display: none; }
  .order_right_panel.openItems .order_items .sh {
    border-bottom: #e0e0e0 1px solid; }
  .order_right_panel.openItems .order_items .sh:before {
    border-top: none;
    border-bottom: 4px solid #999999; }
  .order_right_panel.openItems .order_items .bx-soa-section-content {
    display: block; }
  .order_list_info .tabs .sale-order-list-container .sale-order-list-title-container {
    padding: 0 15px; }
  .order_list_info .tabs .sale-order-list-container .sale-order-list-inner-container {
    padding: 15px 15px 0; }
  .order_list_info .tabs .selector_labels label {
    padding: 0;
    width: 25%;
    text-align: center;
    line-height: normal;
    height: 50px;
    display: table-cell;
    vertical-align: middle; }
  .order_list_info .tabs .selector_labels label:after {
    top: 100%; }
  .sale-order .sale-order-status {
    width: 100%;
    border-left: 0;
    padding: 0; }
  .sale-order .sale-order-column {
    width: 100%;
    padding-right: 0;
    padding-top: 10px; }
  .sale-order .sale-order-footer {
    padding: 15px; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-content {
    padding: 15px; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
    display: block;
    float: left;
    height: inherit;
    padding-left: 1%;
    padding-right: 1%;
    width: 23%; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td:first-child {
    width: 23%;
    border-bottom: none; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td:nth-child(2) {
    width: 73%; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td .sale-order-detail-order-item-td-text {
    float: left; }
  .sale-order-detail .sale-order-detail-general .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td .discount-price {
    float: right; }
  .pager .pages span.txt, .pager .pages a.txt {
    padding: 0px 18px; }
  .newsList .newsItem .newsImg {
    width: 100%;
    display: block; }
  .newsList .newsItem .newsContent {
    padding-left: 0;
    padding-top: 10px;
	}
  .newsList .newsContent .newsText, .newsDetail .newsText {
    font-size: 18px;
    }
   .newsList .newsContent .bold {
		  font-size: 16px;
    }
  .newsList .newsContent .newsText p {
    margin: 10px 0;
    }

  .bx-authform {
    margin-top: 20px; }

  .reviews-style .info .name {
	 font-size: 18px;
  }
  .reviews-style .review .review-body, .reviews-style .review .review-body .answer-link {
     font-size: 18px;
	  }

  .mp_text .text {
    color: #787878;
    font-size: 18px;
    line-height: 22px; }
   .mp_brands {
    padding-bottom: 30px;
	background: url(/local/templates/m_kazanova/css/../img/shadow_copy_4.png) no-repeat center bottom;
	}
	.bread-crumbs ul.list, div.breadcrumbs {
    white-space: nowrap;
    overflow-x: scroll;
    display: block;
    padding: 25px 5px;
    text-align:left;
    font-size:17px;
	margin-top: 0;
}
   .bread-crumbs .list-item.parent:hover > .dropdown, .bread-crumbs .list-item .dropdown:hover, .bread-crumbs .list-item.parent::after {
    display:none;
}
}
@media screen and (max-width: 480px) {
  .mp_picturies .slider {
    height: 160px; } }
#global_loader {
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9); }
#load_progress {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px; }
.catalog_menu .inner > li > a.sales_link {
  color: #ffc1e6;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog_menu .inner > li:hover > a.sales_link {
  color: white;
}
@media screen and (max-width: 1023px) {
  .header .catalog_menu .inner > li > a.sales_link
  {color: #0099cc;}
}
.header .catalog_menu .inner > li .dropdown .back_link::after {
  content: "Вернуться в список";
}
@media screen and (min-width: 749px){
  .videoblog.popular_group .items.popular_video .item {width: 210px; border-radius: 1px; margin: 10px 20px; padding: 7px 0 4px;}
}
@media screen and (max-width: 749px){
  .videoblog.popular_group .items.popular_video .item .preview_text {width: 50% ; float: right;}
}
@media screen and (max-width: 1330px){
  .popular_group .items.popular_video {height: auto;}
}
@media screen and (min-width: 581px){
	.mp_blog .main_item {
  font-size: 15px;
  color: #4c4a4a;
  float: left; }
.mp_blog .main_item .pic {
  float: left;
  margin-right: 20px;
  width: 300px;
  height:300px}
.mp_blog .main_item .pic img {
  display: block;
  height:300px;
  }
.mp_blog .main_item .cont .name {
  font-size: 21px;
  font-weight: bold;
  margin-top: -9px;
  display: block;
  margin-bottom: 8px; }
.mp_blog .main_item .cont .description {
  text-align: justify;
  padding-bottom: 49px; }
.mp_blog .main_item .cont .bottomer {
  position: absolute;
  border-top: #dedede solid 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-right: 10px;
padding-top: 18px; }}
/*Стили для поддоменов*/
.mp_goodies .item {
        white-space: unset;
}
.header .header_ln .phone_block .phone {
    font-size: 23px;
}
.phone_block.pull-left {
display: flex;
align-items: center;
text-align:center;
}
@media screen and (max-width: 1023px){
.mp_goodies .item {
    min-height: 50px;
}
.header .header_ln .phone_block .phone {
    font-size: 19px;
}
}
@media screen and (max-width: 749px){
.header .header_ln .phone_block .phone {
    font-size: 21px;
}
}
@media screen and (max-width: 1330px) {
.catalog_section_items {
    border-bottom: none;
}
.catalog_section_items .shownext {
    display: flex;
    padding: 25px 0 15px;
    width: 100%;
    align-items: center;
    height: auto;
    justify-content: center;
}

.catalog_section_items .shownext .right_round {
    position: initial;
    width: 48px;
    height: 48px;
    background: url(/local/templates/kazanova/css/../img/icon/right_round.png) no-repeat center;
    animation: rotate 2s linear infinite;
    animation-play-state: paused;
    margin: 0 15px;
}
}







/* End */


/* Start:/local/templates/kazanova2023/js/fancybox/jquery.fancybox.css?16898453844895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/kazanova2023/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/kazanova2023/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/kazanova2023/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/kazanova2023/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/kazanova2023/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/kazanova2023/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/tools/iexModal/iexModal.css?170773338810558*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

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

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;    
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-content{
    display: none;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */
/* End */


/* Start:/local/templates/kazanova2023/template_styles.css?173892775519973*/
@media (max-width: 749px) {
.fixed-mobile-menu{
	position: fixed;
width: 100%;
top: 0;
}
.prods_block.pull-right.clearfix.fixed-mobile-labels{
position: fixed;
top: -80px;
}
}
#product_video {
float: right;
width: 400px;
height: auto;
margin: 0 15px 15px;
}
@media (max-width: 749px) {
#product_video {
float: none;
margin: 15px auto;
}
}
/*Видео поставщиков*/
#all_video_others {
display:flex;
flex-wrap: wrap;
}
.video_other {
max-width:300px;
margin:10px;
}

.video_other video {
width:100%;
}

#product_video video {
width:100%;
}

@media (max-width: 749px) {
.video_other {
max-width:100%;
}
}

.product_img_news {
width: 280px;
height: auto;
}
@media (max-width: 749px) {
.product_img_news {
display: block;
width: 90%;
margin: 10px auto;
height: auto;
}
.btn_section_filter img {
margin-top:10px;
}
}
@media (min-width: 1024px) {
.marginopros {
position:relative;
right:150px;
}
.catalog_menu .inner{
display:table !important;
}
.section_filter{
display:table !important;
}
#myfixed {
display: none !important;
}
}
@media (min-width: 749px) {
#myfixed.question {
   display: none !important;
}
.feedback_form .input, .feedback_form textarea {
   font-size: 16px;
}
}
@media (max-width: 749px) {
.feedback_form .input, .feedback_form textarea {
   font-size: 18px;
}
}
@media (max-width: 1023px) {
.fixed-mobile-menu nav.navopen {
position: fixed;
top: 50px;
bottom: 0;
overflow-y: scroll;
left: 0;
height: 100%;
width: 100%;
}
}
.b24-widget-button-wrapper {
right:65px !important;
bottom: 50px !important;
align-item:left;
}

.popular_group .items.popular_video .item .video_review {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 17px;
overflow: hidden;
display: block;
height: auto;
max-width:210px;
}
@media screen and (max-width: 1330px){
.popular_group .items.popular_video {
height: 400px;
overflow: hidden;
}
}
@media screen and (max-width: 749px){
.popular_group .items.popular_video .item .video_review {
float: left;
width: 50%;
height: auto;
border: none;
}
.popular_group .items.popular_video {
height: auto;
}
.popular_group .items.popular_video .item .price {
width: 50%;
float: right;
}
.popular_group .items.popular_video .item .name {
float: right;
margin-top: 15px;
width: 50%;
height: auto;
}
}
/*Стили для поддоменов*/
.mp_goodies .item {
white-space: unset;
}
.phone_block.pull-left {
text-align:center;
}
.header .header_ln .phone_block .phone {
font-size: 23px;
}
@media screen and (max-width: 1023px){
.mp_goodies .item {
min-height: 50px;
}
.header .header_ln .phone_block .phone {
font-size: 19px;
}
}
@media screen and (max-width: 749px){
.header .header_ln .phone_block .phone {
font-size: 21px;
}
}
@media screen and (min-width: 749px){
.videoblog.popular_group .items.popular_video .item {width: 210px; border-radius: 1px; margin: 10px 20px; padding: 7px 0 4px;}
}
@media screen and (max-width: 749px){
.videoblog.popular_group .items.popular_video .item .preview_text {width: 50% ; float: right;}
}
@media screen and (max-width: 1330px){
.popular_group .items.popular_video { height: auto;}
}

.player .vp-title .vp-title-header h1 a {
display:none !important;
}
/* Для поддоменов */
.phone_block.pull-left {
display: flex;
align-items: center;
}
/* Для оформления заказов */
#bx-soa-region .bx_soa_location {
display:none;
}
#bx-soa-delivery .alert-warning {
display:none;
}
/*Цвет текста*/
.mp_academy .items .item, .mp_blog .main_item, .mp_questions .item, .mp_news .item .description, .mp_feedback .selector_variant .items .item, .mp_text .text {
color: #333333;
}
.mp_text .text h1, .mp_text .text h2, .mp_text .text h3 {
color:#010101;
}
/*Каталог*/
.bx_catalog_tile {
margin-top: 25px;
}
.bx_catalog_tile_ul {
padding: 0;
display: flex;
flex-wrap: wrap;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
float: left;
width:20%;
box-sizing: border-box;
margin-bottom: 20px;
padding: 0 10px;
list-style: none;
text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_img {
position: relative;
display: block;
overflow: hidden;
margin: 0 auto;
width:100%;
height:180px;
border: none;
border-radius: 0;
background-color: #fff;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_img:hover {
opacity:0.8;
}
.bx_catalog_tile .bx_catalog_tile_title {
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
vertical-align: top;
}
.bx_catalog_tile .bx_catalog_tile_title a {
display: inline-block;
overflow: hidden;
max-width: 100%;
color: #4c7da6;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
text-transform: uppercase;
}
.bx-touch .bx_catalog_tile .bx_catalog_tile_title a, .bx_catalog_tile .bx_catalog_tile_title a {
font-size:14px;
line-height: 1.3em;
margin-top: 10px;
}

@media (max-width: 1024px) {
.bx_catalog_tile .bx_catalog_tile_img {
width:100%;
height:180px;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
width:33%;
}
}
@media (max-width: 639px) {
.bx_catalog_tile .bx_catalog_tile_ul li {
width:33%;
}
.bx_catalog_tile .bx_catalog_tile_img {
width:100%;
height:180px;
}
.bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
font-size:16px;
}
}
@media (max-width: 479px) {
.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li, .bx_catalog_tile .bx_catalog_tile_ul li {
width:50%;
}

.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
width:100%;
height:180px;
}
.bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
font-size:16px;
}
}

.grecaptcha-badge {opacity:0;z-index:-9999}

/*Меню категорий*/
.menu_category {
display: flex;
flex-wrap: wrap;
margin:25px 0;
}
.menu_category_item {
display: flex;
align-items: center;
width: 320px;
height: 80px;
border: solid 1px #cacaca;
padding: 0 10px;
margin-bottom: 15px;
margin-right: 10px;
font-size: 18px;
border-radius: 3px;
}
.menu_category_item:hover {
text-decoration:none;
opacity:0.8;
}
.menu_category_item_header {
font-weight: bold;
margin: 0 10px;
line-height: 1.1em;
}

.menu_category_item_count {
font-weight: normal;
color:#999999;

}
@media (max-width: 749px) {
.menu_category_item {
width: 45%;
}
}
@media (max-width: 639px) {

.menu_category_item {
width: 90%;
margin:10px auto;
font-size: 21px;
}
.menu_category_item img {
margin: 0 10px 0 5px;
}
}

/*ВИДЕО В КАТАЛОГЕ*/
#video_src {
height: auto;
max-height: 420px;
overflow: hidden;
z-index:100;
}
#video_src .popular_group .items.popular_video {
padding-bottom: 10px;
}
#video_src .popular_group .items .item {
height:auto;
box-shadow: 0 0 0 10px white, 0 2px 10px 10px rgba(0, 0, 0, 0.15);
z-index: 5; }
#video_src .popular_group .items.popular_video .item .video_review {
margin-bottom: 5px;}
#video_src .popular_group .items .item .video_header {
font-size: 12px;
line-height: 30px;
color: #96969d;
}
#video_src .popular_group .items .item .preview_text {
display:none;
}
#video_src .popular_group .items .item .name {
height: auto;
max-height: 75px;
color: #1d78ad;
font-weight:bold;
margin-bottom:5px;
}
@media screen and (max-width: 1330px) {
#video_src .popular_group .items .item {
max-width: 190px;
}
}
@media (max-width: 749px) {
#video_src {
height: auto;
}
#video_src .popular_group {
padding-bottom: 0; 
margin-bottom: 0;
}
#video_src .popular_group .items .item {
border-bottom: none;
border-top: none;
max-width: unset;
}
#video_src .popular_group .items.popular_video {
padding-bottom: 0;
}
#video_src .popular_group .items .item .preview_text {
display:block;
}
#video_src .popular_group .items .item .video_header{
display: block;
width: 50%;
float: right;
}
#video_src .popular_group .items.popular_video .item .video_review {
max-width:200px;
}
}
.popular_video_all {
margin:10px auto;
}


label[data-role="label_stores_filter_17"] {display:none!important}


/*Оформление заказа 20-07-23*/

.delivery_address {
font-weight: bold;
}

.bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company {
padding:15px;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
display: flex;
flex-wrap: wrap;
}
.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block {
margin-top: 10px;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
width: 100%;
order: 1;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo {
width:45%;
order: 2;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
display: flex;
align-items: center;
font-size:16px;
line-height:18px;
order: 3;
margin: 10px 0 0 0;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li{
margin-left: 20px;

}

.bx-soa-styled .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list .bx-soa-pp-list-termin {
width:100%;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block {
width: 100%;
order: 4;
}

.bootstrap .bx-soa-pp-company .bx-soa-pp-company-block #russianpost_select_address {
    margin-top: 10px;
    display: block;
}


.bootstrap .bx-soa-pp-desc-container .bx-soa-pp-company .btn-default, .bxbbutton, #russianpost_btn_openmap {
background: #fa3f3e !important;
color:white;
border:none;
border-radius: 4px;
display: table;
cursor: pointer;
color: #ffffff;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 19px;
padding: 13px 21px;
margin-top: 15px;
}
.bootstrap .bx-soa-pp-desc-container .bx-soa-pp-company .btn-default:hover , .bxbbutton:hover {
opacity:0.8;
}


.order_right_panel #bx-soa-orderSave2.order_submit_line .submit {
    width: 295px;
    font-size: 25px;
    display: inline-block;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    max-width:100%;
}

.order_right_panel #bx-soa-orderSave2.order_submit_line .submit {
    background: #fd403f;
    background: -moz-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
    background: -webkit-linear-gradient(top, #fd403f 0%, #f23d3c 100%);
    background: linear-gradient(to bottom, #fd403f 0%, #f23d3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd403f', endColorstr='#f23d3c',GradientType=0 );
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    border: none;
    outline: none;
}

.order_right_panel #bx-soa-orderSave2.order_submit_line .btn-link {
    line-height: 60px;
}

.order_right_panel #bx-soa-orderSave2 {
   display: none;
}
.order_right_panel #bx-soa-orderSave2 .agree {
   margin-top: 15px;
}


.order_form #bx-soa-orderSave {
display: block;
}

.bootstrap .bx-soa-pp-desc-container .bx-soa-pp-company .btn-default, .bxbbutton {
font-size:14px;
}

@media (max-width: 1023px) {
.order_right_panel #bx-soa-orderSave2 {
   clear:both;
   margin: 30px 0 15px;

   display: block;
}

.order_form #bx-soa-orderSave {

display: none;
margin: 15px 0;
}
}

@media (max-width: 749px) {
.order_right_panel #bx-soa-orderSave2.order_submit_line .submit {
    width:100%;
}

.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
font-size:18px;
line-height:24px;
margin: 10px 0;
}
.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block .bx-soa-pp-company-desc {
    font-size: 18px;
    line-height: 24px;
}

.order_form .user_fields .row:not(.bx_soa_location) .input, .order_form .user_fields .bx_soa_location .form-group .input {
max-width: unset;
}
.order_form .lgnd {
margin: 10px 0;
}

.order_form #bx-soa-delivery .sh span.comment {
display: block;
font-size:18px;
line-height:24px;
font-style:normal;
color: #010101;
}
.log_in_if_you_have, .soa-property-container.check .comment.dd, .order_form .user_fields .row:not(.bx_soa_location) .comment.dd {
color:red;
display:none;
}

.order_right_panel .order_items .sh {
    font-size: 24px;
}

#bx-soa-orderSave2 a.btn-link {
    text-align: center;
    width: 100%;
    display: block;
    margin: 25px auto;
    font-size: 23px;
    font-weight: bold;
    color: white;
    background: #0099cc;
}

.bootstrap .bx-soa-pp-desc-container .bx-soa-pp-company .btn-default, .bxbbutton, #russianpost_btn_openmap {
font-size:18px;
}


.order_form .user_fields .row:not(.bx_soa_location) .lgnd, .order_form .user_fields .row:not(.bx_soa_location) label, .order_form .user_fields .bx_soa_location .form-group .lgnd, .order_form .user_fields .bx_soa_location .form-group label {
max-width: 250px;
}

}


/* Заменить */

@media screen and (min-width: 750px) and (max-width: 1023px){
.order_right_panel .order_items {
    width: 430px;
    min-height: 330px;
    float: left;
    border-right: 1px solid #c8e4ed;
    border-radius: 6px 0 0 6px;
    margin-bottom: 25px;
}


}

@media screen and (max-width: 749px){

/*
	body > .main_area {
min-width: 96%;
}
*/

.order_form .user_fields .row:not(.bx_soa_location) .input, .order_form .user_fields .bx_soa_location .form-group .input {
    max-width: 96%;
    margin: 0 auto;
}



.order_right_panel .order_items .sh:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #999999;
    margin-top: 12px;
    margin-left: -20px;
}


.order_right_panel #bx-soa-orderSave2 {
    clear: both;
    margin: 0px -2% 15px;
    display: block;
    padding: 30px 20px 15px;
    background: #ebf7fb;

}
.order_right_panel .delivery_and_payment {
    margin: 0 -2%;
    padding: 15px;
}
#bx-soa-properties input, .order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"], .order_form .user_fields .row:not(.bx_soa_location) select, .order_form .user_fields .row:not(.bx_soa_location) select {
    font-size: 21px;
    height: 50px;
    font-weight:normal;
}

.order_form .user_fields .row:not(.bx_soa_location) select {
    font-size: 19px;
    height: 50px;
    font-weight:normal;
}

.order_form .user_fields .row:not(.bx_soa_location) .input input[type="text"]#soa-property-16 + .submit-red-btn, .order_form #orderDescription, .order_form .user_fields .row:not(.bx_soa_location) .input textarea {
font-size: 19px;
padding: 5px 10px;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
margin-top:50px;
}




.order_form .user_fields .row[data-property-code='WAY_COMMUNICATION'] {
margin-top: 50px;
margin-bottom: 40px;
}




#bx-soa-order .styled-checkbox + span {
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.8);
}

.bx-soa-pp-company-checkbox {
width:21px;
height:21px;
}

.bx-soa-styled .bx-soa-pp-company-smalltitle {
    padding-top: 9px;
    color: #a3a3a3;
}

#bx-soa-pickup .bx-soa-section-title-container {
display:none;
}
.order_right_panel .delivery_and_payment .bx-soa-cart-total-line, .bx-soa-styled .bx-soa-pp-company-subTitle, .order_form .user_fields .row:not(.bx_soa_location) .lgnd, .order_form .user_fields .row:not(.bx_soa_location) label, .order_form .user_fields .bx_soa_location .form-group .lgnd, .order_form .user_fields .bx_soa_location .form-group label, .order_right_panel .delivery_and_payment .block .sh {
font-size: 20px;
}

.bx-soa-styled .bx-soa-pickup-subTitle {
font-size: 25px;
}

.order_form .sh  {
    font-size: 25px;
margin-left:8px;
margin-top: 30px;
}

.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .size_n_color .valpair, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .price .q {
font-size: 19px;
}

.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .name, .order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .info .price {
font-size:20px;
}

.order_right_panel .order_items .bx-soa-item-table .bx-soa-basket-info .pic img {
max-width:80px;
}

#bx-soa-basket {
margin-bottom: 15px;
}
}
/* УБРАТЬ */


@media screen and (max-width: 749px){

	.order_form h1 {
margin-top:40px;
}
.order_form .bootstrap .row {
/*margin-left:-15px;
margin-right:-15px;*/
}

}


.order_form .user_fields .row[data-property-code='ADDRESS_POST_RF'],
.order_form .user_fields .row[data-property-code='ADDRESS_SAMOVIVOZ'],
.order_form .user_fields .row[data-property-code='POSTAMAT_ADDRESS'],
.order_form .user_fields .row[data-property-code='ADDRESS'] {
    display: none;
}


#bonus_delivery_fields {
    display: block !important;

}

/* Для свойств товаров */
.element_info .main_info .right_column .offer_props .lgnd {
    float: left;
    font-size: 17px;
    line-height: 35px;
    font-weight:bold;
}

.element_info .main_info .right_column .offer_props .sizes .values,
.element_info .main_info .right_column .offer_props .colors .values
 {
clear:both;
margin-left: 0;
}

@media screen and (max-width: 749px) {
.element_info .main_info .right_column .offer_props .lgnd {
font-size: 21px;
line-height: 40px;
}
.element_info .main_info .right_column .offer_props .sizes .values a {
    font-size: 17px;
}
}


.catalog_menu .inner > li:first-child  > a {
  color: #ffc1e6;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog_menu .inner > li:hover > a {
  color: white;
}

.catalog_menu .inner > li:first-child > a:before {
  content: "\1F525";
  content: "\1F495";
}

@media screen and (max-width: 1023px) {
.catalog_menu .inner > li:first-child  > a {
color: #25729f;
}
}

/*sexologist_spec_block*/
.sexologist_spec_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.sexologist_spec_block .hdr {
    display:flex;
    align-items: center;
    margin-top: 10px;
}

.reviews-style.sexologist-item .answer .review-body {
    margin-right: 0px;
}

.sexologist_spec_name {
    font-weight:600;
    font-size:16px;
}

.sexologist_spec {
    max-width:350px;
}

.sexologist_spec_img {
    border-radius: 50px;
    margin-right: 15px;
}

.question-analog-list a {
    font-size: 18px;
    font-weight: 600;
}

a.sexologist_button:hover {
    text-decoration: none;
    cursor: pointer;
}

.sexologist_button {
    background:#9a2b6c;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    padding:10px 15px;
    border-radius: 3px;
}

@media (max-width: 749px) {
    .sexologist_spec_block {

        margin-bottom: 15px;
    }

    .review-body .text  {
        font-size: 20px;
    }

    .reviews-style .review.question .review-body .text  {
        font-size: 20px;
        font-weight: 600;
        color: #343434;
    }

    .sexologist_button {
        display:none;
    }

    .sexologist_spec_name {
        color: #343434;
        font-size: 20px;
        font-weight: bold;
    }

    .question-analog-list a {
        font-size:22px;
        font-weight: 600;
    }
    .static-content .submenu .come_back {
        display:none;
    }
}


aside.section_filter .static-content .submenu {
width:100%;
}

.offclick {
background:none;
color:#fa3f3e;
font-size:15px;
line-height:18px;
padding: 0 5px;
align-content: center;
text-align: center;
}
#bx-soa-properties .offclick {
font-size:18px;
line-height:22px;
}
#popup_one_click_code, #soa-property-16 {
width:50%;
}

.right-block .accordeon-menu {
	margin-bottom: 25px;
}

.blog_flex {
display:flex;
}

.blog_flex_right img {
min-width: 300px;
}

@media (max-width: 500px) {
.blog_flex {
flex-wrap:wrap;
}
.blog_flex.revert_oder .blog_flex_left {
order: 2;
}
.blog_flex.revert_oder .blog_flex_right {
display:flex;
justify-content: center;
min-width: 100%;
order: 1;
}
}

.sexologist_blog {
display:flex;
flex-wrap:nowrap;
align-items: center;
border: 3px solid #f2f2f2;
padding: 10px 20px 15px 24px;
}

.spec_body-_blog-_flex {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (min-width: 749px) {
.sexologist_spec_appr {
font-size: 20px;
}
}

.sexologist_spec_appr {
font-size: 17px;
font-weight: 600;
color: #0099cc;
margin-right: 50px;
}


@media (min-width: 1200px) {

.bootstrap .col-lg-3 {
    width: 33%;
}
.bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {
clear:both;
}
.bx-soa-styled .bx-soa-pp .bx-soa-pp-company:nth-child(4n+1) {
    clear: unset;
}
.bx-soa-styled .bx-soa-pp-company-image {
max-width:150px;
left: 15px;
}
}
/* End */
/* /tools/fancybox/fancybox.css?169589074424789 */
/* /tools/swiper/swiper.css?169589181618451 */
/* /tools/css/style.css?17519802547115 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?16926295685525 */
/* /local/templates/kazanova2023/components/bitrix/menu/catalog/style.css?1689845384393 */
/* /local/templates/kazanova2023/css/style.css?1748585975383858 */
/* /local/templates/kazanova2023/js/fancybox/jquery.fancybox.css?16898453844895 */
/* /tools/iexModal/iexModal.css?170773338810558 */
/* /local/templates/kazanova2023/template_styles.css?173892775519973 */
