

/* Start:/npm/@fancyapps/ui/dist/fancybox/fancybox.css?171341983524078*/
: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-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.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-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-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.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:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.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:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.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:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.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: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__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:focus-within:not(.is-selected){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 .f-thumbs__slide>*{clip-path:var(--clip-path)}.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-hidden{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:/include/swiper-bundle.min.css?174253561018454*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@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;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.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.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.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/clinicaparitet/js/screen/addtohomescreen.css?171341983410156*/
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon{
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}

/* End */


/* Start:/local/templates/clinicaparitet/icons.css?171341983315611*/
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.eot");
    src: url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/local/templates/clinicaparitet/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

/* End */


/* Start:/local/templates/clinicaparitet/css/preloader.css?17134198341995*/
:root {
    --preload-color-background: rgba(33, 33, 33, 0.5);
    --preload-color-foreground: #ffffff;
    --preload-color-accent: #03a9f4;
    --preload-gap: 36px;
    --preload-icon-size: 128px;
    --preload-font: 2em Roboto, arial, sans-serif;
    --preload-spinner-size: 32px;
    --preload-spinner-width: 3px;
}

#app-preloader {
    z-index: 9999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: var(--preload-gap);
    justify-content: center;
    align-items: center;
    background: var(--preload-color-background);
    color: var(--preload-color-foreground);
    font: var(--preload-font);
    transition: .3s ease-in-out;
}

#app-preloader .preloader-spinner {
    position: fixed;
    left: calc(50vw - calc(var(--preload-spinner-size) / 2px));
    width: var(--preload-spinner-size);
    height: var(--preload-spinner-size);
    animation: preloader-spinner .5s linear infinite;
}

#app-preloader .preloader-spinner .preloader-spinner-icon {
    width: var(--preload-spinner-size);
    height: var(--preload-spinner-size);
    stroke: var(--preload-color-foreground);
    stroke-width: var(--preload-spinner-width);
    stroke-dasharray: 314%, 314%;
    animation: preloader-spinner-icon-anim 1s linear infinite alternate;
}

@keyframes preloader-logo-anim {
    0% {
        filter: opacity(0);
        transform: translateY(-30px);
    }

    100% {
        filter: opacity(1);
        transform: translateY(0);
    }
}

@keyframes preloader-title-anim {
    0% {
        filter: opacity(0);
    }

    100% {
        filter: opacity(1);
    }
}

@keyframes preloader-spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-spinner-icon-anim {
    0% {
        stroke-dasharray: 0%, 314%;
    }

    100% {
        stroke-dasharray: 314%, 314%;
    }
}
/* End */


/* Start:/local/templates/clinicaparitet/js/fancybox/jquery.fancybox.css?17134198345168*/
/*! 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/clinicaparitet/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/clinicaparitet/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/clinicaparitet/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/clinicaparitet/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/clinicaparitet/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/clinicaparitet/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:/local/templates/clinicaparitet/js/bxslider/jquery.bxslider.css?17134198333681*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/clinicaparitet/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/local/templates/clinicaparitet/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/clinicaparitet/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/clinicaparitet/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/clinicaparitet/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/clinicaparitet/js/chosen/chosen.css?171341983412618*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 100%;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  height: 60px;
  border: none;
  background: rgba(222, 222, 222, 0.2);
  border-radius: 6px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 30px 15px 0 15px;
}

.filled .chosen-container-single .chosen-single {
  background: #fff;
}

.chosen-container-single .chosen-single:hover {
  background: rgba(222, 222, 222, 0.5);
}

.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  border-radius: 2px;
  top: 28px;
  right: 20px;
  width: 10px;
  height: 6px;
  display: block;
  background: url("/local/templates/clinicaparitet/js/chosen/../../images/chosen-arrows.svg") center bottom no-repeat;
}
.chosen-container-single:hover .chosen-single div {
  background: url("/local/templates/clinicaparitet/js/chosen/../../images/chosen-arrows.svg") center -8px no-repeat;
}
.chosen-with-drop .chosen-single div {
  display: block !important;
  background: url("/local/templates/clinicaparitet/js/chosen/../../images/chosen-arrows.svg") center -8px no-repeat;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: 5px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background: #67B7EA;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */

.chosen-container-active.chosen-with-drop {
  border: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  height: 60px;
  border: 1px solid #DEDEDE;
  background: #fff;
  border-radius: 6px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 25px 15px 0 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  top: 26px;
  background: url("/local/templates/clinicaparitet/js/chosen/../../images/chosen-arrows.svg") center top no-repeat;
}
.chosen-container-active .chosen-choices {
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/templates/clinicaparitet/js/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/templates/clinicaparitet/js/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/local/templates/clinicaparitet/appointment/css/new.css?171635855713529*/
.clear{
    clear: both;
}
.services-type__title{
    display: inline-block;
    float: left;
    margin: 0 30px 40px 0;
}
.services-type__tabs,
.choose-doctor__tabs{
    width: 340px;
    height: 42px;
    float: left;
    margin: 10px 0 30px;
    list-style: none;
}
.choose-doctor__tabs {
    width: auto;
}
.choose-doctor__title {
    margin-right: 40px;
}
.choose-doctor__tabs {
    margin-top: 70px;
}
@media (max-width: 1160px) {
    .choose-doctor__tabs {
        margin-top: 0;
    }
}
.services-type__tabs a,
.choose-doctor__tabs a,
.services-type__tabs .nav-link {
    width: 123px;
    height: 40px;
    text-align: center;
    padding: 11px 40px;
    margin-right: 20px;
    border-radius: 100px;
    font-size: 14px;
    border: 1px solid #DADADA;
    color: #333333;
    background: #fff;
    text-decoration: none;
}
.services-type__tabs a:hover,
.choose-doctor__tabs a:hover,
.services-type__tabs a.active,
.choose-doctor__tabs a.active,
.services-type__tabs .nav-link:hover,
.services-type__tabs .nav-link[aria-selected='true']{
    background: #62B6EB;
    border: 1px solid #62B6EB;
    color: #FFFFFF;
}
.services-type__items{
    margin: 0 -17px;
    display: none;
}
.selected.services-type__items{
    display: block;
}
.services-type__item{
    padding:  21px;
    background: #F5F5F5;
    margin: 0 15px 30px;
    text-align: center;
    float: left;
    width: 235px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
html:not(.bx-touch) .services-type__item:hover,
.services-type__item.active{
    background: #62B6EB;
}
.services-type__item-info{
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
}
.services-type__item-title{
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.services-type__item-descr{
    color: #919191;
}
a.active .services-type__item-descr,
html:not(.bx-touch) .services-type__item:hover .services-type__item-descr,
html:not(.bx-touch) .services-type__item:hover .services-type__item-title,
a.active .services-type__item-title, .services-type__item.active .services-type__item-title{
    color: #fff;
}
.choose-doctor__items{
    margin: 0 -15px 55px;
}
.choose-doctor__items:after {
    content: '';
    display: table;
    clear: both;
}
.choose-doctor__item{
    width: 380px;
    min-height: 166px;
    background: #F5F5F5;
    margin: 0 15px 30px;
    position: relative;
    float: left;
    cursor: pointer;
}
.choose-doctor__item--no-click {
    cursor: default;
}
html:not(.bx-touch) .choose-doctor__item:hover,
.choose-doctor__item.active{
    background: #62B6EB;
}
.choose-doctor__item-img{
    width: 97px;
    height: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}
.choose-doctor__item-img img{
    width: 100%;
    vertical-align: middle;
}
.choose-doctor__item-info{
    width: 251px;
    float: right;
    padding: 15px 15px 70px;
    position: relative;
}
.choose-doctor__item-name{
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 7px;
    min-height: 40px;
}
.choose-doctor__item-category{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-bottom: 15px;
}
.choose-doctor__date-info{
    position: absolute;
    right: 0;
    left: 15px;
    bottom: 0;
}
.choose-doctor__date-text{
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
}
.time-td,
.choose-doctor__item-date{
    font-size: 14px;
    color: #333333;
    padding-left: 20px;
    position: relative;
    text-transform: lowercase;
}
.time-td:before,
.choose-doctor__item-date:before{
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/clinicaparitet/appointment/css/../images/time.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 4px;
}
.choose-doctor__item-date--no-date:before {
    content: none;
}
.active .choose-doctor__item-name,
.active .choose-doctor__date-text,
.active .choose-doctor__item-date,
.active .choose-doctor__item-category,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__item-name,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__date-text,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__item-category,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__item-date,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__date-info {
    color: #fff;
}
.active .choose-doctor__item-date:before,
html:not(.bx-touch) .choose-doctor__item:hover .choose-doctor__item-date:before{
    background: url(/local/templates/clinicaparitet/appointment/css/../images/time-h.svg) no-repeat center;
    background-size: 100%;
}
.visiting-time__date{
    width: 650px;
    float: left;
}
.mini-cal{
    width: 650px;

}
.clndr-controls{
    text-align: center;
    background: #62B6EB;
    color: #fff;
    padding: 25px 0 20px;
    text-transform: uppercase;
    position: relative;
}
.clndr-controls div{
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}
.clndr-previous-button,
.clndr-next-button{
    cursor: pointer;
}
.clndr-previous-button,
.clndr-next-button{
    color: transparent;
    width: 8px;
    height: 14px;
    background: url(/local/templates/clinicaparitet/appointment/css/../images/arrow.svg) no-repeat center;
    position: absolute;
    top: 25px;
    right: 160px;
}
.clndr-previous-button{
    transform: rotate(180deg);
    left: 160px;
    right: auto;
}
.clndr-table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    background: #F5F5F5;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    color: #333333;
}
.container .visiting-time__date table td,
.container .contact-info table td{
    padding: 18px 20px;
}
.clndr-table .today{
    background: none;
    color: transparent;
    width: auto;
    height: auto;
    margin: 0;
}
.clndr-table .day-contents,
.clndr-table .day-contents:hover,
.clndr-table .today .day-contents{
    background: #62B6EB;
    color: #fff;
    width: 45px;
    height: 33px;
    border-radius: 55px;
    text-align: center;
    margin-top: -11px;
    padding-top: 12px;
}
.clndr-table .day-contents{
    cursor: pointer;
    background: transparent;
    color: #333333;
}
.clndr .day:not(.event) .day-contents {
    color: lightgray;
    background: transparent;
    cursor: default;
}
.clndr-control-button .inactive {
    display: none;
}
.header-days{
    border-bottom: 1px solid #EDEDED;
    font-size: 14px;
    color: #30353C;
    cursor: pointer;
}
.visiting-time__time{
    width: 500px;
    float: right;
}
.visiting-time__time-title{
    width: 460px;
    padding: 20px;
    background: #62B6EB;
    color: #fff;
    text-transform: uppercase;
}
.visiting-time__time-table{
    box-sizing: border-box;
    width: 100%;
    background: #F5F5F5;
    color: #333333;
    padding: 15px;
    font-size: 0;
    line-height: 0;
}
.visiting-time__time-table p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.time-table__item{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #333333;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
}
/*.time-table__item:hover,
.time-table__item.active{
    border: 1px solid #62B6EB;
    background: #62B6EB;
    color: #fff;
}*/
.contact-info{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.contact-info__title{
    margin-bottom: 25px;
}
.contact-info .text{
    width:  50%;
    margin-bottom: 25px;
}
.input-holder{
    width: 555px;
}
.input{
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 20px;
    margin-bottom: 30px;
    width: 555px;
}
.input-holder.is2{
    width: 240px;
    float: left;
}
.input-holder.is2:first-child{
    margin-right: 30px;
}
.is2 .input{
    width: 240px;
}
.end-box{
    width: 360px;
    position: absolute;
    top: 50px;
    right: 0;
}
.end-box__title{
    padding: 20px;
    background: #62B6EB;
    color: #FFFFFF;
    text-transform: uppercase;
}
.end-box__table{
    background: #F5F5F5;
    border-collapse: collapse;
    padding: 20px;
}
.end-box__table td{
    border-bottom: 1px solid #EDEDED;
}
.end-box__table tr:last-child td{
    border-bottom: none;
}
.end-box__table td:first-child{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    width: 50%;
}
.btn{
    background: #62B6EB;
    border: 1px solid #62B6EB;
    border-radius: 100px;
    padding: 17px 108px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 16px rgb(97, 182, 235, 0.7);
    margin-top: 10px;
}
input[type="submit"].btn,
input[type="submit"].btn:focus{
    -webkit-appearance: none;
    border: 0;
    outline: none;
}
.hideit{
    visibility: hidden;
    height: 1px !important;
    overflow: hidden;
}

@media screen and (max-width: 1162px) {
    .visiting-time__date,
    .visiting-time__time{
        float: none;
    }
    .visiting-time__date{
        margin-bottom: 30px;
    }
}

.choose-doctor.loading,
.visiting-time.loading,
.choose-service.loading,
.visiting-time__time.loading,
.services-type__items.loading {
    visibility: visible;
    position: relative;
    height: 80px;
}
.choose-doctor.loading:before,
.visiting-time.loading:before,
.choose-service.loading:before,
.visiting-time__time.loading:before,
.services-type__items.loading:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #62B6EB;
    border-top: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    animation: loading .8s infinite linear;
}

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

.end-box--success {
    width: 50%;
    position: static;
}
.end-box--success td {
    padding: 10px !important;
}

.services-list {
    column-count: 2;
    column-rule: 2px solid #62B6EB;
    column-gap: 40px;
}
.services-list.active {
    column-count: auto;
}
.services-list__item {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 15px;
}
.services-list__item.hidden,
.services-list__item.hidden + .services-list__item.active {
    margin-bottom: 0;
}
.services-list__item-link {
    text-decoration: none;
    color: #000;
}
.services-list__item-link:not(.disabled):hover,
.services-list__item.active .services-list__item-link {
    color: #62B6EB;
}
.services-list__item-link u {
    text-decoration: underline;
}
.services-list__item-link.disabled {
    cursor: default;
}
.services-list__item-link.disabled u {
    text-decoration: none;
}
.services-list__item-link span {
    color: darkgray;
}
.services-list__edit {
    margin-top: 15px;
}
.services-list__edit-link {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000;
}
.services-list__edit-link:hover {
    color: #62B6EB;
    border-bottom-color: #62B6EB;
}
.choose-doctor__title {
    float: left;
}
.appointment-clndr {
    display: none;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px 0;
}
.appointment-clndr--active {
    display: table;
}
.appointment-clndr__week td {
    background-color: #62B6EB;
    padding: 20px 0 !important;
    text-align: center;
    color: #fff;
}
.appointment-clndr__week span {
    vertical-align: middle;
}
.appointment-clndr__week .dates {
    padding: 0 80px;
}
.appointment-clndr__week .arrow {
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/local/templates/clinicaparitet/appointment/css/../images/arrow.svg) no-repeat;
}
.appointment-clndr__week .arrow-prev {
    transform: rotate(180deg);
}
.appointment-clndr__week .arrow-disabled {
    visibility: hidden;
}
.appointment-clndr__times td {
    background-color: #f5f5f5;
    border-bottom: 1px solid #DADADA;
    padding: 30px 0 !important;
    text-align: center;
    width: 7.69%;
}
.appointment-clndr__times td:first-of-type,
.appointment-clndr__items td:first-of-type {
    border-right: 1px solid #DADADA;
    border-left: 1px solid #EDEDED;
}
.appointment-clndr__times td:last-of-type {
    border-right: 1px solid #EDEDED;
}
.appointment-clndr__items td {
    background-color: #f5f5f5;
    border: 1px solid #EDEDED;
    padding: 20px 0 !important;
    width: 7.69%;
    text-align: center;
}
.appointment-clndr__items td:not(:first-of-type) {
    cursor: pointer;
}
.appointment-clndr__items td:not(:first-of-type):hover {
    background-color: #C31D4E;
}
.appointment-clndr__items td.active {
    background-color: #62B6EB !important;
    cursor: default !important;
}
.appointment-clndr__items td:first-of-type {
    border-top: none;
    border-bottom: none;
}
.appointment-clndr__items:last-of-type td:first-of-type {
    border-bottom: 1px solid #EDEDED;
}
.appointment-clndr__help {
    text-align: center;
}
.appointment-clndr__help-item {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
}
.appointment-clndr__help-item:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #999;
    margin-right: 15px;
    vertical-align: middle;
}
.appointment-clndr__help-item.active:before {
    background-color: #62B6EB;
    border: 1px solid #62B6EB;
}

/* End */


/* Start:/_app/assets/main.css?171637439631327*/
.tw-relative {
    position: relative
}
.tw-z-50 {
    z-index: 50
}
.tw-col-span-3 {
    grid-column: span 3/span 3
}
.tw-m-0 {
    margin: 0
}
.\!tw-m-0 {
    margin: 0 !important
}
.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}
.\!tw-mb-0 {
    margin-bottom: 0 !important
}
.tw-mb-\[2rem\] {
    margin-bottom: 2rem
}
.tw-block {
    display: block
}
.tw-flex {
    display: flex
}
.tw-grid {
    display: grid
}
.tw-hidden {
    display: none
}
.\!tw-h-\[300px\] {
    height: 300px !important
}
.\!tw-h-\[195px\] {
    height: 195px !important
}
.tw-w-full {
    width: 100%
}
.tw-w-8 {
    width: 2rem
}
.tw-max-w-\[372px\] {
    max-width: 372px
}
.tw-grow {
    flex-grow: 1
}
.tw-cursor-pointer {
    cursor: pointer
}
.\!tw-list-none {
    list-style-type: none !important
}
.tw-grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}
.tw-grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
}
.tw-flex-col {
    flex-direction: column
}
.tw-items-center {
    align-items: center
}
.tw-items-baseline {
    align-items: baseline
}
.tw-justify-center {
    justify-content: center
}
.tw-justify-between {
    justify-content: space-between
}
.tw-gap-\[15px\] {
    gap: 15px
}
.tw-gap-3 {
    gap: .75rem
}
.tw-gap-2 {
    gap: .5rem
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
    margin-top: calc(.75rem * (1 - var(--tw-space-y-reverse)))
}
.tw-space-x-\[15px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(15px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(15px * var(--tw-space-x-reverse))
}
.tw-bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}
.tw-p-0 {
    padding: 0
}
.tw-py-\[22px\] {
    padding-bottom: 22px;
    padding-top: 22px
}
.tw-py-x3 {
    padding-bottom: 60px;
    padding-top: 60px
}
.\!tw-pb-8 {
    padding-bottom: 2rem !important
}
.tw-pb-\[30px\] {
    padding-bottom: 30px
}
.tw-pb-0 {
    padding-bottom: 0
}
.\!tw-pl-0 {
    padding-left: 0 !important
}
.tw-pr-\[20px\] {
    padding-right: 20px
}
.tw-pb-16 {
    padding-bottom: 4rem
}
.tw-text-left {
    text-align: left
}
.tw-text-center {
    text-align: center
}
.tw-text-\[14px\] {
    font-size: 14px
}
.tw-text-\[20px\] {
    font-size: 20px
}
.tw-text-\[18px\] {
    font-size: 18px
}
.tw-leading-normal {
    line-height: 1.5
}
.tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}
h1 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin: 60px 0 45px
}
.t-btn {
    border-radius: 18px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 11px 25px;
    text-decoration: none;
    transition: all .3s
}
.t-btn--red {
    background: #c31d4e;
    box-shadow: 0 4px 10px 0 rgba(195, 29, 78, .38), 0 4px 10px 0 rgba(0, 0, 0, .28)
}
.t-btn--red:hover {
    background: #a1133e;
    box-shadow: 0 3px 5px 0 rgba(195, 29, 78, .48), 0 3px 5px 0 rgba(0, 0, 0, .38)
}
.t-btn--big {
    border-radius: 28px;
    font-size: 20px;
    padding: 21px 45px
}
@media (min-width: 768px) {
    .md\:t-btn--big {
        border-radius: 28px;
        font-size: 20px;
        padding: 21px 45px
    }
}
.content {
    color: var(--tw-prose-body);
    max-width: 65ch
}
.content :where([class~=lead]):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.2em;
    margin-top: 1.2em
}
.content :where(a):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline
}
.content :where(a):not(:where([class~=tw-not-prose] *)):hover {
    text-decoration: none
}
.content :where(strong):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}
.content :where(a strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(blockquote strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(thead th strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(ol):not(:where([class~=tw-not-prose] *)) {
    list-style-type: decimal;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em
}
.content :where(ol[type=A]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: upper-alpha
}
.content :where(ol[type=a]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: lower-alpha
}
.content :where(ol[type=A s]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: upper-alpha
}
.content :where(ol[type=a s]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: lower-alpha
}
.content :where(ol[type=I]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: upper-roman
}
.content :where(ol[type=i]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: lower-roman
}
.content :where(ol[type=I s]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: upper-roman
}
.content :where(ol[type=i s]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: lower-roman
}
.content :where(ol[type="1"]):not(:where([class~=tw-not-prose] *)) {
    list-style-type: decimal
}
.content :where(ul):not(:where([class~=tw-not-prose] *)) {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em
}
.content :where(ol>li):not(:where([class~=tw-not-prose] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400
}
.content :where(ul>li):not(:where([class~=tw-not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}
.content :where(hr):not(:where([class~=tw-not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em
}
.content :where(blockquote):not(:where([class~=tw-not-prose] *)) {
    border-left-color: var(--tw-prose-quote-borders);
    border-left-width: .25rem;
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-left: 1em;
    quotes: "\201C" "\201D" "\2018" "\2019"
}
.content :where(blockquote p:first-of-type):not(:where([class~=tw-not-prose] *)):before {
    content: open-quote
}
.content :where(blockquote p:last-of-type):not(:where([class~=tw-not-prose] *)):after {
    content: close-quote
}
.content :where(h1):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: .8888889em;
    margin-top: 0
}
.content :where(h1 strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 900
}
.content :where(h2):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em
}
.content :where(h2 strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 800
}
.content :where(h3):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .6em;
    margin-top: 1.6em
}
.content :where(h3 strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 700
}
.content :where(h4):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: 1.5em
}
.content :where(h4 strong):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 700
}
.content :where(img):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}
.content :where(figure>*):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}
.content :where(figcaption):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}
.content :where(code):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600
}
.content :where(code):not(:where([class~=tw-not-prose] *)):before {
    content: "`"
}
.content :where(code):not(:where([class~=tw-not-prose] *)):after {
    content: "`"
}
.content :where(a code):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(h1 code):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(h2 code):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-size: .875em
}
.content :where(h3 code):not(:where([class~=tw-not-prose] *)) {
    color: inherit;
    font-size: .9em
}
.content :where(h4 code):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(blockquote code):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(thead th code):not(:where([class~=tw-not-prose] *)) {
    color: inherit
}
.content :where(pre):not(:where([class~=tw-not-prose] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: .375rem;
    color: var(--tw-prose-pre-code);
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding: .8571429em 1.1428571em
}
.content :where(pre code):not(:where([class~=tw-not-prose] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}
.content :where(pre code):not(:where([class~=tw-not-prose] *)):before {
    content: none
}
.content :where(pre code):not(:where([class~=tw-not-prose] *)):after {
    content: none
}
.content :where(table):not(:where([class~=tw-not-prose] *)) {
    font-size: .875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    text-align: left;
    width: 100%
}
.content :where(thead):not(:where([class~=tw-not-prose] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px
}
.content :where(thead th):not(:where([class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-bottom: .5714286em;
    padding-left: .5714286em;
    padding-right: .5714286em;
    vertical-align: bottom
}
.content :where(tbody tr):not(:where([class~=tw-not-prose] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px
}
.content :where(tbody tr:last-child):not(:where([class~=tw-not-prose] *)) {
    border-bottom-width: 0
}
.content :where(tbody td):not(:where([class~=tw-not-prose] *)) {
    vertical-align: baseline
}
.content :where(tfoot):not(:where([class~=tw-not-prose] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px
}
.content :where(tfoot td):not(:where([class~=tw-not-prose] *)) {
    vertical-align: top
}
.content {
    --tw-prose-body: #000;
    --tw-prose-headings: #000;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #1c3c76;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #000;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, .5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}
.content :where(p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em
}
.content :where(video):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}
.content :where(figure):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}
.content :where(li):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .5em;
    margin-top: .5em
}
.content :where(ol>li):not(:where([class~=tw-not-prose] *)) {
    padding-left: .375em
}
.content :where(ul>li):not(:where([class~=tw-not-prose] *)) {
    padding-left: .375em
}
.content :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}
.content :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.25em
}
.content :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.25em
}
.content :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.25em
}
.content :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.25em
}
.content :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}
.content :where(hr+*):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content :where(h2+*):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content :where(h3+*):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content :where(h4+*):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content :where(thead th:first-child):not(:where([class~=tw-not-prose] *)) {
    padding-left: 0
}
.content :where(thead th:last-child):not(:where([class~=tw-not-prose] *)) {
    padding-right: 0
}
.content :where(tbody td,tfoot td):not(:where([class~=tw-not-prose] *)) {
    padding: .5714286em
}
.content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose] *)) {
    padding-left: 0
}
.content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose] *)) {
    padding-right: 0
}
.content :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content-sm :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .5714286em;
    margin-top: .5714286em
}
.content-sm :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.1428571em
}
.content-sm :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.1428571em
}
.content-sm :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.1428571em
}
.content-sm :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.1428571em
}
.content-sm :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content-sm :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content-base :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}
.content-base :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.25em
}
.content-base :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.25em
}
.content-base :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.25em
}
.content-base :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.25em
}
.content-base :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content-base :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content-lg :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .8888889em;
    margin-top: .8888889em
}
.content-lg :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.3333333em
}
.content-lg :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.3333333em
}
.content-lg :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.3333333em
}
.content-lg :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.3333333em
}
.content-lg :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content-lg :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content-xl :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .8em;
    margin-top: .8em
}
.content-xl :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.2em
}
.content-xl :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.2em
}
.content-xl :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.2em
}
.content-xl :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.2em
}
.content-xl :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content-xl :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content-2xl :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: .8333333em;
    margin-top: .8333333em
}
.content-2xl :where(.tw-prose>ul>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.3333333em
}
.content-2xl :where(.tw-prose>ul>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.3333333em
}
.content-2xl :where(.tw-prose>ol>li>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 1.3333333em
}
.content-2xl :where(.tw-prose>ol>li>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 1.3333333em
}
.content-2xl :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0
}
.content-2xl :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0
}
.content {
    font-size: 14px;
    max-width: 100%
}
.content--menu {
    --tw-prose-body: #fff;
    --tw-prose-links: #fff;
    --tw-prose-bullets: #fff;
    --tw-prose-headings: #fff;
    --tw-prose-hr: #c31d4e
}
.content--menu :where(a):not(:where([class~=tw-not-prose] *)) {
    text-decoration: none
}
.content--menu :where(a):not(:where([class~=tw-not-prose] *)):hover {
    color: hsla(0, 0%, 100%, .5)
}
.content--menu :where(p):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0
}
.content--menu :where(ul):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}
.content--menu :where(li):not(:where([class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}
.contacts__items {
    display: grid;
    gap: 30px;
    grid-template-columns:repeat(1, minmax(0, 1fr))
}
@media (min-width: 768px) {
    .contacts__items {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}
.contacts__logo {
    height: 36px
}
@media (min-width: 768px) {
    .contacts__logo {
        height: 50px
    }
}
.contacts__logo img {
    height: 100%
}
.contacts__address, .contacts__email, .contacts__phone {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    text-decoration-line: none
}
.contacts__address:hover, .contacts__email:hover, .contacts__phone:hover {
    text-decoration-line: underline
}
.contacts__address-list, .contacts__email-list, .contacts__phone-list {
    display: flex;
    flex-direction: column
}
.contacts__map {
    height: 400px
}
.contacts__item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
    margin-top: calc(18px * (1 - var(--tw-space-y-reverse)))
}
.contacts__item {
    line-height: 1.5;
    text-align: center
}
@media (min-width: 768px) {
    .contacts__item {
        text-align: left
    }
}
.contacts .content {
    text-align: left
}
.header {
    position: relative
}
.header__top {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 2px 5px 0 rgba(0, 0, 0, .06)
}
.header__top .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}
.header__top--search .search_submit {
    display: inline;
    position: static
}
.header__top--search form {
    align-items: center;
    display: flex
}
.header__top--search form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(15px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(15px * var(--tw-space-x-reverse))
}
.header__theme-special {
    margin-left: 15px;
    margin-top: 2px
}
@media (min-width: 1024px) {
    .header__theme-special {
        margin-left: 35px
    }
}
.header__theme-special {
    flex-grow: 1
}
.header__nav ul {
    display: flex;
    padding: 0
}
.header__top--nav {
    font-size: 12px
}
.header__top--nav a {
    border-bottom: 1px dashed hsla(0, 0%, 60%, .5);
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s
}
.header__top--nav a:hover {
    border-bottom: none
}
.header__body {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px
}
@media (min-width: 768px) {
    .header__body {
        padding-bottom: 40px;
        padding-top: 40px
    }
}
.header__logo {
    height: 36px
}
@media (min-width: 768px) {
    .header__logo {
        height: 50px;
        flex: 1 1 auto;
    }
}
.header__logo img {
    height: 100%
}
.header__address-list {
    align-items: center
}
.header__address-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(70px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(70px * var(--tw-space-x-reverse))
}
.header__address a {
    text-decoration-line: none
}
.header__address a:hover {
    text-decoration-line: underline
}
.header__footer {
    --tw-bg-opacity: 1;
    background-color: rgb(103 183 234/var(--tw-bg-opacity));
    padding-bottom: 20px;
    padding-top: 20px
}
@media (min-width: 768px) {
    .header__footer {
        padding-bottom: 0;
        padding-top: 0
    }
}
.header__btn-menu {
    background-color: transparent;
    border-width: 0;
    padding: 0
}
@media (min-width: 1161px) {
    .header__btn-menu {
        display: none
    }
}
.header__btn-menu .navigation_button {
    background: #fff;
    cursor: pointer;
    display: inline-block;
    height: 2px;
    margin: 0 0 0 5px;
    position: relative;
    top: -4px;
    transition: all .3s;
    width: 20px
}
.header__btn-menu .navigation_button:after {
    top: 8px
}
.header__btn-menu .navigation_button:after, .header__btn-menu .navigation_button:before {
    background: #fff;
    content: "";
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 20px
}
.header__btn-menu .navigation_button:before {
    top: -8px
}
.header__footer--nav {
    display: none
}
@media (min-width: 1161px) {
    .header__footer--nav {
        display: block
    }
}
.header__footer--nav ul {
    height: 100%;
    margin: 0
}
.header__footer--nav ul li {
    height: 100%
}
.header__footer--nav ul a .navigation_button, .header__footer--nav ul button .navigation_button {
    top: 0
}
.header__footer--nav ul a, .header__footer--nav ul button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s
}
.header__footer--nav ul a:hover {
    color: hsla(0, 0%, 100%, .5)
}
.header__dropdown-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .25s ease-in;
    z-index: 20
}
.header__dropdown-menu .nav.nav_hidden {
    display: none
}
.header__dropdown-menu.header__dropdown-menu_show {
    max-height: 1200px;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: all .25s ease-in;
    box-shadow:0 10px 15px -10px rgba(0,0,0,.2);
}
.header__dropdown-menu .nav .nav-items {
    display: flex;
    padding-left: 0;
    gap: 20px;
    grid-template-columns:repeat(5, minmax(0, 1fr))
}
.header__dropdown-menu .nav-items {
    margin: 0
}
.header__dropdown-menu .nav .nav-items a {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(103 183 234/var(--tw-text-opacity));
    cursor: pointer;
    display: flex;
    font-weight: 700;
    min-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s
}
.header__top--nav ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(15px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(15px * var(--tw-space-x-reverse))
}
.close {
    background-color: transparent;
    border-radius: .375rem;
    border-width: 0
}
.close, .close:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}
.close:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    opacity: .5;
    outline: 2px solid transparent;
    outline-offset: 2px
}
.tw-arrow {
    border-color: #000;
    border-style: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px
}
.tw-arrow--white {
    border-color: #fff
}
.tw-arrow--left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}
.tw-arrow--right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.tw-arrow--up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}
.tw-arrow--down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.service-select {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}
@media (min-width: 768px) {
    .service-select {
        flex-direction: row;
        justify-content: flex-start
    }
}
.service-select__ttl {
    font-size: 28px;
    margin-bottom: 20px;
    margin-right: 30px
}
@media (min-width: 768px) {
    .service-select__ttl {
        margin-bottom: 0
    }
}
.service-select__btn-group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(10px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(10px * var(--tw-space-x-reverse))
}
.service-select__btn {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 100px;
    color: #333;
    font-size: 14px;
    padding: 11px 40px;
    text-align: center;
    text-decoration: none
}
.service-select__btn.service-select__btn_active, .service-select__btn:hover {
    background: #62b6eb;
    border: 1px solid #62b6eb;
    color: #fff
}
.service-items {
    column-gap: 30px;
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    row-gap: 30px
}
@media (min-width: 1024px) {
    .service-items {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}
@media (min-width: 1161px) {
    .service-items {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}
.service-item {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(245 245 245/var(--tw-bg-opacity));
    color: rgb(51 51 51/var(--tw-text-opacity));
    display: flex;
    font-size: 14px;
    height: 70px;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
.service-item.service-item_active, .service-item:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(98 182 235/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity))
}
.service-item__link {
    background-color: transparent;
    border-width: 0;
    bottom: 0;
    color: inherit;
    font-family: Roboto, serif;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 2
}
.service_content {
    margin-top: 60px
}
.price_list-page {
    margin-top: 60px !important
}
.price_list-page .price_list__container {
    display: flex;
    flex-direction: column
}
.price_list-page .price_line_name {
    width: auto
}
.section-more_photo {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    margin-top: 40px
}
.section-more_photo .services_detail_gallery {
    margin: 0
}
@media (min-width: 640px) {
    .sm\:tw-col-span-2 {
        grid-column: span 2/span 2
    }
    .sm\:tw-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
    .sm\:tw-flex-row {
        flex-direction: row
    }
    .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)))
    }
    .sm\:tw-text-\[26px\] {
        font-size: 26px
    }
}
@media (min-width: 768px) {
    .md\:tw-col-span-1 {
        grid-column: span 1/span 1
    }
    .md\:tw-col-span-2 {
        grid-column: span 2/span 2
    }
    .md\:tw-block {
        display: block
    }
    .md\:tw-hidden {
        display: none
    }
    .md\:tw-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
    .md\:tw-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}
@media (min-width: 1024px) {
    .lg\:tw-flex {
        display: flex
    }
    .lg\:tw-hidden {
        display: none
    }
    .lg\:\!tw-h-\[500px\] {
        height: 500px !important
    }
    .lg\:\!tw-h-\[250px\] {
        height: 250px !important
    }
    .lg\:tw-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
    .lg\:tw-px-x5 {
        padding-left: 100px;
        padding-right: 100px
    }
    .lg\:tw-text-\[36px\] {
        font-size: 36px
    }
}
@media (min-width: 1161px) {
    .xl\:tw-hidden {
        display: none
    }
}

/* End */


/* Start:/_app/assets/modal.css?1713419832939*/
.tw-modal{bottom:0;left:0;position:fixed;right:0;top:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1);z-index:7000}.tw-modal:not(.tw-modal--open){opacity:0;visibility:hidden}.tw-modal-backdrop{--tw-bg-opacity:0.75;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.tw-modal-backdrop,.tw-modal-container{bottom:0;left:0;position:fixed;right:0;top:0}.tw-modal-container{overflow-y:auto;z-index:10}.tw-modal-body{--tw-bg-opacity:1;background-color:rgb(103 183 234/var(--tw-bg-opacity));display:flex;height:100vh;overflow:auto}.tw-modal-content{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto;min-height:100%;text-align:center}@media (min-width:640px){.tw-modal-content{align-items:center}}.tw-modal-content--big{margin-left:auto;margin-right:auto;max-width:722px}.tw-modal--open{opacity:1}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17133531822729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/clinicaparitet/template_styles.css?175221765699449*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */


/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    /*outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}


h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    padding: 0 0 10px 0;
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 15px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, serif;
    font-size: 12px;
    line-height: 20px;
}

table {
    border-collapse: collapse;
}

table td, table th {
    padding: 0;
    border: none 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: normal !important;
}

input[type="text"],
input[type="password"],
textarea {
    outline: none;
    resize: none;
}

a {
    outline: none;
    color: #1C3C76;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.bx-core-adm-dialog, .bx-core-adm-dialog a, .bx-core-adm-dialog span, .bx-core-adm-dialog div {
    vertical-align: middle !important;
}

#bx-panel, #bx-panel a, #bx-panel span, #bx-panel div {
    vertical-align: middle !important;
}

/* Конец таблицы сброса   ================================================ */


@media print {
    #search, h1, nav, footer, .print_it, #search_route, .get_location, .breadcrumbs, .thin_menu, .print_hide {
        display: none;
    }
}

@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('/local/templates/clinicaparitet/fonts/bebasneue/bebasneuethin.woff2') format('woff2'), url('/local/templates/clinicaparitet/fonts/bebasneue/bebasneuethin.woff') format('woff'), url('/local/templates/clinicaparitet/fonts/bebasneue/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f2f2f2;
    color: #333333;
    font-size: 14px;
    min-width: 980px;
}

.height_wrapper {
    min-height: 100%;
}

h1 {
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    margin: 45px 0;
}

h2 {
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    font-weight: normal;
    margin: 60px 0 45px 0;
}
.h2 {
    margin: 60px 0 45px 0;
}
.h2 h2 {
    margin: 0;
}

.services_wrap {
    /*margin-top: 45px !important;*/
}

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.02), 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
}

.top_nav {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.top_nav ul {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.top_nav ul li {
    display: inline-block;
    margin-left: 45px;
}

.top_nav ul li a {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-decoration: none;
    display: block;
    transition: 0.3s all;
    border-bottom: 1px dashed rgba(153, 153, 153, 0.5);
}

.top_nav ul li a:hover {
    border-bottom: 1px dashed #999;
}

.container {
    max-width: 1200px;
    /*width: 100%;*/
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


.logo {
    background: url("/local/templates/clinicaparitet/images/logo_new.png?2") center no-repeat;
    background-size: 100% auto;
    height: 50px;
    display: block;
    float: left;
    width: 276px;
    margin: 42px 0;
}

.phone {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: right;
    float: left;
}

.address {
    float: left;
    width: 170px;
    margin: 40px 0 0 100px;
}

.schedule {
    float: left;
    width: 150px;
    margin: 40px 0 0 50px;
}

.but {
    position: relative;
    float: right;
    width: 323px;
    margin: 30px 0 0 50px;
}

.but .entry_online {
    padding: 21px 45px;
    font-size: 20px;
    border-radius: 28px;
}


.main_nav {
    background: #67B7EA;
}

.main_nav .open-menu {
    display: none;
}

.main_nav ul {
    list-style-type: none;
    margin: 14px;
    padding: 0;
    float: left;
}

.main_nav ul li {
    float: left;
    margin-right: 33px;
}

.main_nav ul li a, .main_nav ul li span, .main_nav ul li .main_nav_link {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 22px 0 21px 0;
    transition: 0.3s all;
}

.main_nav .main_nav_link span {
    display: inline-block;
    padding: 0;
}

.main_nav ul li a:hover, .main_nav ul li .selected, .main_nav_link:hover span {
    color: rgba(255, 255, 255, 0.5);
}

.navigation_button {
    cursor: pointer;
    width: 12px;
    height: 2px;
    background: #fff;
    position: relative;
    top: -4px;
    margin-left: 5px;
    transition: 0.3s all;
    display: inline-block;
}

.navigation_button:before {
    cursor: pointer;
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -4px;
    transition: 0.3s all;
}

.navigation_button:after {
    cursor: pointer;
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    transition: 0.3s all;
}

.navigation_click.active .navigation_button:before {
    transform: rotate(45deg);
    top: 0;
}

.navigation_click.active .navigation_button:after {
    transform: rotate(-45deg);
    top: 0;
}

.navigation_click.active .navigation_button {
    background-color: transparent;
}


.entry_online {
    float: right;
    background: #C31D4E;
    /*box-shadow: 0 4px 24px 0px rgba(195,29,78,0.48), 0px 4px 24px 0px rgba(0,0,0,0.38);*/
    box-shadow: 0 4px 10px 0px rgba(195, 29, 78, 0.38), 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
    border-radius: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-decoration: none;
    padding: 11px 25px;
    margin-top: 10px;
    transition: 0.3s all;
}

.entry_online:hover {
    background: #A1133E;
    box-shadow: 0 3px 5px 0px rgba(195, 29, 78, 0.48), 0px 3px 5px 0px rgba(0, 0, 0, 0.38);
}

.cardio {
    float: right;
    background: #C31D4E;
    /*box-shadow: 0 4px 24px 0px rgba(195,29,78,0.48), 0px 4px 24px 0px rgba(0,0,0,0.38);*/
    box-shadow: 0 4px 10px 0px rgba(195, 29, 78, 0.38), 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
    border-radius: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-decoration: none;
    padding: 9px 22px;
    margin-top: 10px;
    transition: 0.3s all;
    margin-left: 10px;
    margin: 11px 0px 11px 0px;
}


.telemed {
    float: right;
    background: #C31D4E;
    /*box-shadow: 0 4px 24px 0px rgba(195,29,78,0.48), 0px 4px 24px 0px rgba(0,0,0,0.38);*/
    box-shadow: 0 4px 10px 0px rgba(195, 29, 78, 0.38), 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
    border-radius: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-decoration: none;
    padding: 9px 22px;
    margin-top: 10px;
    transition: 0.3s all;
    margin-left: 10px;
    margin: 0px 0px 11px 0px;
}

.telemed:hover {
    background: #A1133E;
    box-shadow: 0 3px 5px 0px rgba(195, 29, 78, 0.48), 0px 3px 5px 0px rgba(0, 0, 0, 0.38);
}

.main_slider {
    height: 500px;
    background: #efefef;
}

.main_slider__title {
    font-size: 64px;
    color: #333;
    letter-spacing: 0;
    line-height: 72px;
    width: 800px;
    margin-bottom: 25px;
}

.main_slider__description {
    width: 800px;
    margin-bottom: 45px;
    color: #333;
}

.main_slider__link {
    color: #333;
    font-size: 12px;
    padding: 14px 25px;
    display: inline-block;
    border: 1px solid #333;
    text-decoration: none;
}

.main_slider .container {
    padding: 80px 0 40px 0;
}

.main_slider__slide {
    height: 500px;
}

.two_column {
    margin-bottom: 20px;
}

.benefits {
    background: #F5F5F5;
    text-align: center;
    margin: 60px auto;
}

.benefit {
    width: 25%;
    padding: 45px 40px;
    float: left;
}

.benefit__picture {
    margin-bottom: 45px;
    height: 70px;
}

.benefit__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

.benefit__description {
    color: #999999;
    line-height: 20px;
    margin-bottom: 25px;
}


.benefits2 {
    text-align: center;
/ / margin: 60 px auto;
}

.benefit2 {
    width: 33%;
    padding-bottom: 40px;
    float: left;
    margin-left: 0.1%;
    background: #F5F5F5;
}

.benefit2__picture {
    margin-bottom: 30px;
    height: 250px;

}

.benefit2__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

.benefit2__description {
    color: #999999;
    line-height: 20px;
    margin-bottom: 25px;
}

.button_benefit2 {
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #DADADA;
    color: #333333;
    line-height: 14px;
    text-decoration: none;
    padding: 5% 15%;
    transition: 0.3s all;
    vertical-align: bottom;
}

.button_benefit2:hover {
    background: #62B6EB;
    border: 1px solid #62B6EB;
    color: #FFFFFF;
/ / box-shadow: 0 3 px 5 px 0 px rgba(98, 182, 235, 0.48), 0 px 3 px 5 px 0 px rgba(0, 0, 0, 0.38);
}

.telemedisin_two_column {
    margin-bottom: 20px;
}

.telemedisin_two_column_left {
    float: left;
    width: 66%;
}

.telemedisin_column {
    min-height: 45px;
    background: #afd9f4;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.telemedisin_two_column_right {
    height: 515px;
    float: right;
    background: #F5F5F5;
    width: 33%;
    margin-bottom: 10px;
}

.telemedisin_icon {
    background: url("/local/templates/clinicaparitet/images/icon.png") no-repeat center/cover;
    margin: 65px auto;
    width: 200px;
    height: 200px;
}


.telemedisin_banner {
    background: url("/local/templates/clinicaparitet/images/telemedicine-banner.jpg") no-repeat center/cover;
    margin: -45px 0px 45px 0px;
    height: 500px;
}


.video_connect {
    background: url("/local/templates/clinicaparitet/images/video_connect.jpg") no-repeat center/cover;
}

.audio_connect {
    background: url("/local/templates/clinicaparitet/images/audio_connect.jpg") no-repeat center/cover;
}

.akg_on_tel {
    background: url("/local/templates/clinicaparitet/images/akg_on_tel.jpg") no-repeat center/cover;
}


.full_center {
    background: url("/local/templates/clinicaparitet/images/full_center.svg") center bottom no-repeat;
}

.class_specialist {
    background: url("/local/templates/clinicaparitet/images/class_specialist.svg") center bottom no-repeat;
}

.clients_feedback {
    background: url("/local/templates/clinicaparitet/images/clients_feedback.svg") center bottom no-repeat;
}

.contacts_block {
    border-top: 1px solid #dedede;
    font-size: 18px;
    line-height: 36px;
}

.contacts_block-blue {
    border: none;
}

.contacts_block .contacts-wrapper {
    display: flex;
    justify-content: space-between;
}

.services_nav_block .contacts_block-blue h2 {
    text-align: center;
    padding: 65px 0 40px 0;
}

.contacts_block__phones {
    /*float: left;
    height: 115px;
    width: 215px;
    padding-right: 70px;
    border-right: 1px solid #DEDEDE;*/
    box-sizing: border-box;
    min-width: 33%;
    max-width: 33%;
}

.contacts_block__schedule {
    /*float: right;
    height: 115px;
    width: 235px;
    padding-left: 70px;
    border-left: 1px solid #DEDEDE;*/
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    min-width: 33%;
    max-width: 33%;
}

.contacts_block__address {
    /*width: 320px;
    height: 115px;
    margin: 0 auto;
    padding: 23px 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    box-sizing: border-box;
    min-width: 33%;
    max-width: 33%;
}

.contacts_block .container {
    width: 962px;
    margin-bottom: 60px;
}

.today {
    background: url("/local/templates/clinicaparitet/images/today.svg") center no-repeat;
    width: 68px;
    height: 18px;
    margin-left: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.contacts_block-blue .today {
    background: url("/local/templates/clinicaparitet/images/today-white.svg") center no-repeat;
}

.ajax_form_block__left .today {
    background: url("/local/templates/clinicaparitet/images/today-white.svg") center no-repeat;
}

.contacts_block-blue a {
    color: #fff;
}

.map {
    height: 400px;
    margin-bottom: -60px;
}

.footer {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #DEDEDE;
}

.footer__info {
    float: right;
    width: 300px;
    margin-right: 125px;
}

.footer__phone {
    margin: 25px 0 22px 0;
    font-size: 32px;
    line-height: 44px;
}
.footer__phone a[href^='tel:'] {
    text-decoration: none;
    color: inherit;
}
.warning {
    font-family: 'Bebas Neue';
    text-align: center;
    line-height: 47px;
    font-size: 47px;
    color: #DEDEDE;
    padding: 45px 0 15px 0;
}

.footer__top_nav {
    width: 440px;
    float: left;
}

.footer__top_nav ul {
    margin: 0;
    padding: 0;
}

.footer__top_nav ul li {
    padding-bottom: 16px;
    list-style-type: none;
}

.footer__top_nav ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer__top_nav ul li a:hover {
    color: #67B7EA;
    transition: 0.3s all;
}

.prominado {
    position: absolute;
    right: 20px;
    bottom: 23px;
    background: url("/local/templates/clinicaparitet/images/prominado.svg") center no-repeat;
    width: 120px;
    height: 23px;
    display: block;
}

.footer .entry_online {
    float: left;
    margin-top: 40px;
}

.footer__main_nav {
    float: left;
    width: 200px;
}

.footer__main_nav ul {
    margin: 0;
    padding: 0;
}

.footer__main_nav ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

.footer__main_nav ul li a {
    color: #999999;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s all;
}

.footer__main_nav ul li a:hover {
    opacity: 0.5;
}

.footer .container {
    position: relative;
}

.footer__address {
    margin-bottom: 11px;
}

.search_form {
    position: relative;
    /*padding: 10px 0;*/
    padding: 10px 25px 10px 0;
    float: left;
    display: inline-block;
}

.search_input {
    border: none;
    font-size: 12px;
    color: #333;
    line-height: 14px;
    width: 200px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.search_input:focus {
    outline: none;
    border-bottom: 1px solid #979797;
}

.search_submit {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 13px;
    height: 13px;
    border: none;
    padding: 0;
    /*margin-left: 10px;*/
    background: url("/local/templates/clinicaparitet/images/search.svg") center no-repeat;

}

.search_submit:focus {
    outline: none;
}

.services_nav_block h2 {
    /*margin: 0;*/
    /*padding: 45px 0 0px 0;*/
    display: block;
    font-size: 26px;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    color: #fff;
    /*margin-bottom: 20px;*/
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    min-height: 30px;
}

.services_nav_block h2 div {
    /*float: left;*/
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
}

.services_nav_block h2 div.kids {
    width: 39%;
}

.services_nav_block h2 div.adults {
    width: 58%;
}

.nav_borders_container {
    /*border-top: 1px solid #ffffff;*/
    border-bottom: 1px solid #ffffff;
    padding: 50px 0 0 0;
    text-align: justify;
    font-size: 0;
}

.useful_nav_container {
    padding: 50px 0 0 0;
}

.useful_nav_container .nav_borders_container {
    padding: 10px 0 0 0;
}

.nav_borders_container .div_left .services-part-wrapper {
    border-right: 1px solid #fff;
}

.services_nav_block {
    border-top: 1px solid #979797;
    background: #67B7EA;
    color: #fff;

}

.nav_borders_container .clear {
    width: 100%;
    display: inline-block;
}

.services_parent {
    margin-bottom: 20px;
}

.services_parent ul {
    margin: 0;
    padding: 0px 0 0 15px;
}

.services_parent ul li {
    font-size: 14px;
    margin-top: 0px;
}

.services_parent a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.services_parent ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.services_parent__title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
}

.services_parent__title--service {
    font-size: 14px;
}

.services_parent a {
    color: #fff;
    text-decoration: none;
}

.div_left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    /*float: left;
    border-right: 1px solid #FFFFFF;
    margin-right: 1.8%;*/
}

.div_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*&float: left;*/
}

.div_right h2 {
    padding-left: 20px;
}

.div_right .services-part-wrapper {
    padding-left: 20px;
}

/*.job_titles_nav_container .div_left,*/
/*.job_titles_nav_container .div_right {*/
/*width: 48%;*/
/*}*/
.services_part {
    /*display: inline-block;*/
    vertical-align: top;
    display: block;
    margin-right: 10px;
}

.services_nav_block {
    display: none;
}

.breadcrumbs {
    color: #999;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    overflow: auto;
    font-size: 11px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumbs a {
    text-decoration: none;
    color: #1C3C76;
}
.breadcrumbs a:hover {
    color: #c31d4e;
}
.breadcrumbs__item {
    display: flex;
    margin-right: 9px;
}
.breadcrumbs__item:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .breadcrumbs {
        flex-wrap: wrap;
    }
}
@media (max-width: 767.98px) {
    .breadcrumbs {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
    .breadcrumbs__item {
        white-space: nowrap;
    }
}
.breadcrumbs_separator {
    margin-right: 9px;
    color: #c31d4e;
}

.services_detail_left {
    float: left;
    width: 700px;
}

.services_detail_left h1 {
    margin-top: 0;
}

.services_detail_right {
    float: right;
    width: 350px;
}

.price_list {
    position: relative;
    background: #F5F5F5;
    padding: 28px 8px 8px 8px;
    z-index: 1;
}

.price_list_decor {
    background: url("/local/templates/clinicaparitet/images/zazhim.svg") center no-repeat;
    position: absolute;
    height: 25px;
    width: 334px;
    top: 11px;
}

.price_list_corner {
    background: url("/local/templates/clinicaparitet/images/price_corner.svg") center no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 28px;
    right: 8px;
}

.price_list__container {
    background: #fff;
    padding: 25px;
}

.price_list__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.price_line {
    padding: 20px 0;
    border-bottom: 1px dashed #DEDEDE;
}

.price_list__container :last-child {
    border: none;
    padding-bottom: 0;
}

.price_line_price {
    float: right;
    width: 80px;
    text-align: right;
}

.price_line_name {
    float: left;
    width: 190px;
}

.price_line_link {
    margin-top: 5px;
}

.price_line_link a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000 !important;
}

.services_detail_gallery {
    display: block;
    width: 220px;
    float: left;
    margin: 0 20px 20px 0;
}

.services_detail_gallery img {
    width: 100%;
}
.specialist-holder {
    float: left;
    width: 220px;
    display: block;
    margin: 0 20px 45px 0;
    box-sizing: border-box;
}
.specialist-services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.specialist-services-list .specialist-holder {
    float: none;
    padding: 0 10px;
}
.specialist-holder .specialist__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
}
.specialist {
    text-decoration: none;
}
.specialist__appointment {
    color: #c31c4e;
    font-weight: bold;
}
.mr0 {
    margin-right: 0 !important;
}

.specialist__picture {
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
    display: block;
}


.specialist__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

.specialist:hover .specialist__title {
    color: #67B7EA;
}

.specialist__title span {
    display: block;
    text-transform: uppercase;
}

.specialist__description {
    line-height: 22px;
    font-size: 12px;
    color: #999999;
    display: block;
}

.specialist__experience {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 15px;
}

.expert_right .specialist__experience {
    color: #333;
    margin-top: 10px;
}

.services_detail_questions {
    background: #62b6eb;
    color: #fff;
    padding: 60px 0;
    margin-top: 60px;
}

.services_detail_questions__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 45px;
}


.services_detail_question {
    color: #fff;
    width: 31.5%;
    height: 420px;
    padding: 27px;
    margin-right: 25px;
    float: left;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: 8px solid rgba(255, 255, 255, 0.1);
}


.services_detail_question:hover {
    border: 8px solid rgba(255, 255, 255, 1);
}

.services_detail_question .date {
    margin-bottom: 18px;
    display: block;
    opacity: 0.5;
}

.services_detail_question .title {
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
}

.services_detail_question .description {
    position: relative;
    overflow: hidden;
    height: 280px;
    display: block;
}

.services_detail_question .description:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -35px;
    width: 350px;
    height: 60px;
    background: url("/local/templates/clinicaparitet/images/blue_overlay.png") center no-repeat;
}

.hidden {
    display: none;
}


.ajax_answer {
    background: #dbe2e8;
    margin: 30px 0 0 0;
    padding: 20px;
    position: relative;
}

.ajax_answer:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #dbe2e8;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.answer_doctor_photo {
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.answer_doctor_photo img {
    width: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.answer_text {
    float: left;
    width: 400px;
    margin-top: 20px;
}

.modal_answer {
    width: 600px;
    padding: 30px;
}

.last_any_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.action {
    width: 48%;
    height: 300px;
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.action_container {
    padding: 25px 35px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    transition: 1s all;
    background: rgba(51, 51, 51, 0.68);
}

.action:hover .action_container {
    background: rgba(51, 51, 51, 0.4);
}

.action_container_bottom {
    position: absolute;
    bottom: 25px;
    right: 35px;
    left: 35px;
}

.action_container .title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.all_actions {
    float: right;
    box-sizing: border-box;
    border: 8px solid #F5F5F5;
    text-decoration: none;
    text-align: center;
    padding-top: 130px;
}

.all_actions span {
    font-size: 20px;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    position: relative;
}

.all_actions:hover span {
    border-bottom: 1px solid #333333;
}

.all_actions span:after {
    content: '';
    right: -15px;
    top: 8px;
    position: absolute;
    transition: 0.3s all;
    width: 9px;
    height: 9px;
    background: url("/local/templates/clinicaparitet/images/arrow.svg") center no-repeat;
}

.all_actions:hover span:after {
    right: -23px;
    transform: scale(1.25);
}

.action_container__to_detail {
    color: #fff;
    height: 0;
    transition: 0.5s all;
    overflow: hidden;
    display: block;
}

.action:hover .action_container__to_detail {
    height: 20px;
    padding-top: 25px;
}

.action_container__to_detail span {
    border-bottom: 1px solid #ffffff;
}

.actions_block {
    margin: 75px auto 25px auto;
}

.ajax_form_block {
    background: #67B7EA;
    width: 900px;
}

.ajax_form_block__left {
    float: left;
    color: #fff;
    width: 380px;
    padding: 45px 50px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 25px;
}

.ajax_form_block__left a {
    color: #fff;
    text-decoration: none!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ajax_form_block__left a:hover {
    border-bottom: 1px solid #fff;
}

.pink_form {
    background: #C31D4E;
}

.ajax_form_block__right {
    float: right;
    width: 520px;
    box-sizing: border-box;
}

.ajax_form_block--first {
    width: 500px;
    background: none;
}

.ajax_form_block--first .ajax_form_block__right {
    width: 380px;
}

.ajax_form_block__hor {
    padding: 20px 20px 30px 20px;
}

.ajax_form_block__hor--blue {
    background: #67B7EA;
    color: #fff;
}

.ajax_form_block__hor--white {
    background: #fff;
    color: #333;
}

.ajax_form_block__hor form {
    /*max-width: 420px;*/
}

a.ajax_form_block__button {
    margin: 20px 0;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    /*text-align: center;*/
    font-size: 16px;
    line-height: 24px;
}

.ajax_form_block__hor--white a.ajax_form_block__button {
    border: solid 1px #A1133E;
    background: #A1133E;
    color: #fff;
}

.hide {
    display: none
}

.ajax_form_block__left__info {
    margin-bottom: 45px;
    line-height: 30px;
}

.ajax_form_block .title {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
}

.pink_form .today {
    background: url("/local/templates/clinicaparitet/images/today-wr.svg") center no-repeat;
}

.ajax_form_block__right {
    box-sizing: border-box;
    padding: 45px 70px;
    background: #fff;
}

.ajax_form_block__right p {
    line-height: 24px;
}

.input_text {
    width: 100%;
    height: 60px;
    border: none;
    background: rgba(222, 222, 222, 0.2);
    border-radius: 6px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
}

.input_wrapper {
    border-radius: 6px;
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.input_wrapper .input_description {
    top: 20px;
    left: 15px;
    position: absolute;
    transition: 0.3s all;
}

.input_text.focused, .input_text.focused:hover {
    border: 1px solid #dedede;
    background: #fff;
}

.input_text.focused + .input_description,
.input_text.filled + .input_description,
.chosen-with-drop + .input_description,
.chosen-container-active + .input_description,
.filled .input_description {
    top: 7px;
    color: #DEDEDE;
    font-size: 10px;
}

.input_text:hover {
    background: rgba(222, 222, 222, 0.5);
}

.filled {
    border: 1px solid #67B7EA !important;
    background: #fff;
    border-radius: 6px;
}

.textarea {
    height: 120px;
    padding-top: 27px;
}

.submit {
    box-shadow: 0px 8px 34px 0px rgba(103, 183, 233, 0.52), 0px 8px 34px 0px rgba(0, 0, 0, 0.34);
    background: #67B7EA;
    border-radius: 26px;
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
}

.submit:hover {
    background: #4EA2D8;
}

.submit:focus {
    outline: none;
}

.pink_form .submit {
    background: #C31D4E;
    box-shadow: 0px 8px 34px 0px rgba(195, 29, 78, 0.48), 0px 8px 34px 0px rgba(0, 0, 0, 0.34);
}

.ajax_form_block__right form {
    margin-top: 25px;
}

.last_input {
    margin-bottom: 35px;
}

.ajax_form_block__left .title {
    margin-bottom: 50px;
}

.input_error {
    border: 1px solid #E66C6C;
    background: #fff;
}

.input_error .chosen-container-single .chosen-single {
    background: #fff;
}

.anonimno_block {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 120px;
    cursor: pointer;
}

.custom_checkbox {
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 12px;
}

.custom_checkbox:hover {
    border: 1px solid #67B7EA;
}

input[type='checkbox']:checked + .custom_checkbox {
    border: 1px solid #67B7EA;
    background: url("/local/templates/clinicaparitet/images/checked.svg") center no-repeat;
}

.por {
    position: relative;
}

.small_inp {
    padding-right: 155px;
}

.one_question__name {
    margin-bottom: 30px;
    opacity: 0.5;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
}

.one_question__text {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 45px;
}

.one_question__link {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    border-bottom: 1px dashed #fff;
}

.one_feedback__date {
    opacity: 0.5;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 12px;
}

.one_feedback__name {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
}

.one_feedback__text {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
}

.p40 {
    padding: 40px 0;
}

.schedule_popup_link {
    position: relative;
    padding-bottom: 5px;
}

.schedule_popup_link span {
    border-bottom: 1px dashed rgba(28, 60, 118, 0.5);
    line-height: 20px;
    cursor: pointer;
    color: #1C3C76;
}

.schedule_popup_link:hover span {
    border-bottom: 1px dashed rgba(28, 60, 118, 1);
}

.schedule_popup_block {
    position: absolute;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.58);
    border-radius: 15px;
    width: 130px;
    left: -20px;
    top: 23px;
    display: none;
}

.schedule_popup_link:hover .schedule_popup_block {
    display: block;
}

.search-query {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 30px 0;
    border: 1px solid #dedede;
    background: #fff;
}

.search-button {
    box-shadow: 0px 3px 5px 0px rgba(103, 183, 233, 0.22), 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    background: #67B7EA;
    border-radius: 26px;
    line-height: 14px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    transition: 0.3s all;
}

.search-button:focus, .search-button:hover {
    outline: none;
    box-shadow: none;
}

.l_contacts {
    float: left;
    width: 290px;
    padding-left: 20px;
    margin-right: 35px;
}

.r_contacts {
    float: left;
    width: 655px;
}

#cont_map {
    width: 655px;
    height: 610px;
    margin-bottom: 50px;
}


.square_layout {
    background: #f4f4f4;
    width: 100px;
    height: 100px;
}


.contacts_title {
    padding: 0 0 40px 20px;
    position: relative;
    margin-left: -20px;
}

.contacts_title:before {
    content: '';
    position: absolute;
    width: 20px;
    top: -5px;
    left: 0;
    height: 30px;
    background: url("/bitrix/templates/template/images/icons.svg");
    background-size: 130px auto;
    background-position: -77px -3px;
}

#search_route {
    padding-bottom: 5px;
}

.balloon_block {
    margin: 20px;
    width: 480px;
}

.balloon_block_left {
    float: left;
    width: 290px;
    margin-right: 20px;
}

.balloon_block_right {
    float: left;
    width: 150px;
}

.print_it {
    position: relative;
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0382d3;
    background: -moz-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0382d3), color-stop(100%, #02447c));
    background: -webkit-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -o-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -ms-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: linear-gradient(to bottom, #0382d3 0%, #02447c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0382d3', endColorstr='#02447c', GradientType=0);
}

.print_it:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 9px;
    left: 15px;
    background: url("/bitrix/templates/template/images/icons.svg");
    background-size: 150px auto;
    background-position: -105px -10px;
}


@media print {
    #search, h1, nav, footer, .print_it, #search_route, .get_location, .breadcrumbs, .thin_menu, .print_hide {
        display: none;
    }
}


#find_way_text {
    width: 232px;
    height: 32px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    vertical-align: middle;
    padding: 0 10px;
    font-style: italic;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

#find_way_text:focus {
    border: 1px solid #0282d3;
    outline: none;
}

#find_way_button {
    vertical-align: middle;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin: 0 0 0 -5px;
    padding: 0;
    border: 1px solid #0282d3;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    background: #0382d3;
    background: -moz-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0382d3), color-stop(100%, #02447c));
    background: -webkit-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -o-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: -ms-linear-gradient(top, #0382d3 0%, #02447c 100%);
    background: linear-gradient(to bottom, #0382d3 0%, #02447c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0382d3', endColorstr='#02447c', GradientType=0);
}

#find_way {
    position: relative;
    width: 264px;
}

#find_way_button:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 10px;
    background: url("/bitrix/templates/template/images/icons.svg");
    background-size: 120px auto;
    background-position: -5px -35px;
    cursor: pointer;
}

.specialist_popup {
    width: 960px;
    box-sizing: border-box;
    padding: 30px;
}

.specialist_popup_left {
    float: left;
    width: 300px;
    padding-right: 30px;
}

.specialist_popup_right {
    float: right;
    width: 570px;
}

.specialist_popup_title {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 15px;
}

.add_feedback_button {
    box-shadow: 0px 8px 34px 0px rgba(103, 183, 233, 0.52), 0px 8px 34px 0px rgba(0, 0, 0, 0.34);
    background: #FFFFFF;
    border-radius: 26px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    width: 380px;
    margin: 45px auto 0 auto;
    padding: 18px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: 0.3s all;
}

.add_feedback_button:hover {
    box-shadow: 0px 4px 20px 0px rgba(103, 183, 233, 0.32), 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
}

.fancy_photo {
    text-decoration: none;
}


.hidder_answer {
    display: none;
    background: #dbe2e8;
    margin: 30px 0 20px 20px;
    padding: 20px;
    position: relative;
}

.hidder_answer:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #dbe2e8;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.answer_doctor_photo {
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.answer_doctor_photo img {
    width: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.answer_text {
    float: left;
    width: 400px;
    margin-top: 20px;
}

.last_any_title {
    color: #00427a;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.last_any_date {
    font-size: 13px;
    color: #999;
    padding-bottom: 10px;
}

.last_any_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

hr {
    border: none;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #ffffff;
    margin: 30px 0;
}

.dashed {
    display: inline-block;
    margin-bottom: 10px;
    height: 17px;
    border-bottom: 1px dashed #00427a;
    color: #00427a;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.down:after {
    position: absolute;
    top: 8px;
    right: -15px;
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid #00427a;
}

.up:after {
    position: absolute;
    top: 4px;
    right: -15px;
    content: "";
    border: 4px solid transparent;
    border-bottom: 4px solid #00427a;
}

.bt-n {
    border-top: none;
}

.price_group_content {
    display: none;
}

.price_group .title span {
    font-weight: bold;
    font-size: 14px;
    color: #67B7EA;
    cursor: pointer;
    line-height: 24px;
    border-bottom: 1px dashed rgba(103, 183, 234, 0.5);
}

.price_group .title span:hover {
    border-bottom: 1px dashed #67B7EA;
}


.price_group .title {
    position: relative;
}

.price_group .title:not(.not-dropdown):after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    width: 10px;
    height: 6px;
    background: url("/local/templates/clinicaparitet/images/to_top_arrow.svg") center no-repeat;
    transform: rotate(180deg);
    transition: 0.3s all;
}

.price_group .title.active:after {
    transform: rotate(0deg);
}

.price_group {
    margin-bottom: 10px;
}

.expert_left {
    float: left;
    width: 180px;
}

.expert_right {
    float: right;
    width: 890px;
}

.specialst_name {
    font-weight: bold;
    text-transform: uppercase;
}
.specialst_name a {
    text-decoration: none;
    color: inherit;
}
.specialist_descr {
    /*color: #777;*/
    padding-top: 16px;
}

.specialist_descr_hidden {
    display: none;
    padding-bottom: 5px;
}

.experts_cont h1 {
    margin-top: 45px;
    margin-bottom: 0;
}


.spec_block {
    padding: 60px 0;
    border-bottom: 1px solid #DEDEDE;
}

.spec_block:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ml30 {
    margin-left: 30px;
}

.two_column_right {
    float: right;
    width: 45%;
}

.two_column_left {
    float: left;
    width: 45%;
}

.to_top {
    border: 2px solid #C31D4E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    position: fixed;
    text-align: center;
    color: #fff;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    background: #fff url("/local/templates/clinicaparitet/images/to_top_arrow.svg") center no-repeat;
}

.pr10 {
    padding-right: 10px;
}

img[align="left"] {
    margin: 0 30px 20px 0;
}

img[align="right"] {
    margin: 0 0 20px 30px;
}

.container table {
    max-width: 100%;
}

.container table td {
    padding: 0 5px;
}

.container table td h3 {
    margin: 0;
}

iframe {
    max-width: 100%;
}

.container table td iframe {
    margin: 10px 0 30px 0;
}


.all_news {
    text-align: center;
}

.agreement-note {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
    .container {
        width: 980px;
    }

    .address {
        margin: 50px 0 0 30px;
    }

    .schedule {
        margin: 50px 0 0 10px;
    }

    .but {
        margin: 30px 0 0 1px;
    }

    .main_nav ul li {
        margin-right: 20px;
    }

    .services_detail_left {
        width: 600px;
    }

    .services_detail_gallery {
        width: 186px;
    }

    .footer__top_nav {
        width: 350px;
    }

    .footer__info {
        margin-right: 70px;
    }

    .warning {
        font-size: 42px;
    }

    .specialist {
        width: 186px;
    }

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

    .expert_right {
        width: 770px;
    }
}
@media screen and (max-width: 1000px) {
    .services_detail_left, .services_detail_right {
        width: 100%;
        float: none;
    }
}
.contacts_time_description {
    font-size: 12px;
    line-height: 14px;
    margin-top: -3px;
    color: #888;
}

.ajax_form_block__button-mini {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #4EA2D8;
    text-decoration: none;
    border-radius: 3px;
}

.ajax_form_block__button-mini:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #4EA2D8;
}

/*.left_menu{*/
/*max-height: 1440px;*/
/*}*/
/*.ajax_form_block__left_callback2{*/

/*text-decoration: none;*/
/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
/*}*/
.button {
    display: block;
    position: fixed;
    top: -70%;
    width: 130px;
    height: 102px;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 38%;
    margin-left: 15px;
    box-sizing: content-box;
    padding-top: 28px;
    z-index: 999999;
    text-decoration: none;
    text-align: center;
    background: rgba(195, 29, 78, 0.8);
    color: white;
}

.button2 {
    text-decoration: none;
    display: block;
    height: 107px;
}

.but-phone {
    position: relative;
    top: -80px;
    width: 38px !important;
    left: 79px;
}

.but-phone span {
    margin: 0px 55px;
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-name: search_but_phone;
    -o-animation-name: search_but_phone;
    -ms-animation-name: search_but_phone;
    -webkit-animation-name: search_but_phone;
    -moz-animation-name: search_but_phone;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;

}

@keyframes search_but_phone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.title_callback {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
}

/*.arrow{*/
/*position: relative;*/
/*top: -86px;*/
/*left: 71px;*/
/*}*/
/*.arrow span{*/
/*margin: 0 -15px;*/
/*animation-duration: 0.8s;*/
/*-o-animation-duration: 0.8s;*/
/*-ms-animation-duration: 0.8s;*/
/*-webkit-animation-duration: 0.8s;*/
/*-moz-animation-duration: 0.8s;*/
/*animation-name: search_arrow;*/
/*-o-animation-name: search_arrow;*/
/*-ms-animation-name: search_arrow;*/
/*-webkit-animation-name: search_arrow;*/
/*-moz-animation-name: search_arrow;*/
/*animation-iteration-count: infinite;*/
/*-o-animation-iteration-count: infinite;*/
/*-ms-animation-iteration-count: infinite;*/
/*-webkit-animation-iteration-count: infinite;*/
/*-moz-animation-iteration-count: infinite;*/
/*animation-direction: normal;*/
/*-o-animation-direction: normal;*/
/*-ms-animation-direction: normal;*/
/*-webkit-animation-direction: normal;*/
/*-moz-animation-direction: normal;*/


/*}*/
/*.arrow span:nth-child(1){*/
/*text-decoration: none;*/
/*animation-delay: 0.2s;*/
/*-o-animation-delay: 0.2s;*/
/*-ms-animation-delay: 0.2s;*/
/*-webkit-animation-delay: 0.2s;*/
/*-moz-animation-delay: 0.2s;*/
/*}*/
/*.arrow span:nth-child(2){*/
/*text-decoration: none;*/
/*animation-delay: 0.4s;*/
/*-o-animation-delay: 0.4s;*/
/*-ms-animation-delay: 0.4s;*/
/*-webkit-animation-delay: 0.4s;*/
/*-moz-animation-delay: 0.4s;*/
/*}*/
/*.arrow span:nth-child(3){*/
/*text-decoration: none;*/
/*animation-delay: 0.6s;*/
/*-o-animation-delay: 0.6s;*/
/*-ms-animation-delay: 0.6s;*/
/*-webkit-animation-delay: 0.6s;*/
/*-moz-animation-delay: 0.6s;*/
/*}*/
/*@keyframes search_arrow {*/
/*0%{opacity: 0.3;}*/
/*50%{opacity: 0.65;}*/
/*100%{opacity: 1;}*/
/*}*/


.appoitment-update {
    margin-bottom: 40px;
}

.appoitment-update h2 {
    margin: 20px 0;
}

.appoitment-update__form {
    margin-bottom: 10px;
}

.footer__social {
    padding-top: 10px;
    float: right;
}

.footer__social .entry_online {
    float: none;
}

.footer__social-list {
    margin-top: 50px;
}

.but-phone-mobile {
    display: none;
}

div.search-page table {
    margin-bottom: 30px;
}

div.search-page table tr td {
    padding: 0
}

div.search-page input.search-query {
    margin: 0;
}

div.search-page input.search-button {
    margin-left: 10px;
}

.answer-doctor-wrapper {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.answer-doctor-wrapper .answer_doctor_photo {
    float: none;
    min-width: 100px;
    max-width: 100px;
    margin: 0 20px 0 0;
}

.answer-doctor-wrapper .answer_text {
    margin-top: 0;
    float: none;
}

/*13.11.2018 start*/
.ajax_form_block--apointment .ajax_form_block__left .title {
    padding: 45px 50px;
    background: #67b7ea;
    margin-bottom: 0;
}

.input-box .input-holder, .input-box .input-holder.is2:first-child {
    float: none;
    margin-right: 0;
}

.input-box .input-holder input[type="text"], .input-box .input-holder input[type="tel"], .input-box .input-holder textarea {
    width: 100% !important;
    box-sizing: border-box;
}

/*13.11.2018 end*/

.service-time {
    text-transform: lowercase;
}

.prices {
    max-width: 700px;
}

.prices-item {
    margin-bottom: 60px;
}

.prices-item .price_list__title {
    margin-top: 0;
}

.prices-item .price_list_decor {
    width: 100%;
}

.prices-item table {
    width: 100%;
}

.prices-item table tr:not(:last-of-type) {
    border-bottom: 1px dashed #DEDEDE;
}

.prices-item table td {
    padding: 8px 5px;
    vertical-align: top;
}

.prices-item table td:last-of-type {
    text-align: right;
    width: 80px;
}

.new-year-warning {
    background-color: #C31D4E;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}


.weekend {

}

.weekend-label {
    display: flex;
}

.weekend .schedule_popup_block {
    z-index: 99;
    width: 300px
}

.red {
    color: red;
}

.header__v1 .schedule {
    width: 210px;
}

.phone-link, .address-link {
    text-decoration: none;
}

#payment, .payment-success {
    padding: 0 40px 40px 40px;
}

.payment_order {
    max-width: 500px;
}

.payment-process-form {
    margin-bottom: 80px;
}

.input {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.half {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.mr-0 {
    margin-right: 0 !important;
}

.btn {
    background: #62B6EB;
    border: 1px solid #62B6EB;
    border-radius: 100px;
    padding: 17px 108px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 16px rgb(97, 182, 235, 0.7);
    margin-top: 10px;
}

.btn:focus {
    outline: none;
}

.btn--payment {
    padding: 17px 30px;
    width: 100%;
    margin-top: 3px;
}

.payment_info {
    font-size: 18px;
    margin-bottom: 20px;
}

.payment_info + p {
    max-width: 380px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .header__v1.header .container {
        align-items: center;
    }

    .header__v1.header .container .schedule {
        min-width: auto;
    }

    .header__v1.header .container .but {
        position: relative;
        height: auto;
        right: 85px;
    }

    .header__v1.header .container .but .entry_online {
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 0;
        margin-left: 0;
    }

    .header__v1.header .container .telemed {
        top: -68px;
        right: 8px;
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 0;
    }

    .header__v1.header .schedule {
        display: flex;
        flex-direction: column;
    }

    .header__v1.header .address {
        font-size: 12px;
    }

    .header__v1.header .phone {
        font-size: 14px;
    }

    .header__v1.header .container .logo {
        min-width: 150px;
    }

    .header__v1 .main_nav .entry_online {
        top: -68px;
        right: 8px;
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 0;
    }

    .header__v1 .main_nav .telemed {
        top: -68px;
        right: 8px;
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 0;
        position: absolute;
    }


    .header__v1 .schedule_popup_link {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .header__v1.header .container {
        height: auto;
    }

    .header__v1.header .container .but .entry_online {
        padding: 11px 16px;
        font-size: 14px;
        margin-top: 0;
    }

    .header__v1.header .container .but {
        position: absolute;
        top: 9px;
        right: 10px;
        left: auto;
    }

    .header__v1.header .address {
        text-align: center;
    }

    .header__v1.header .phone {
        text-align: center;
    }

    .header__v1.header .container .schedule {
        top: 110px;
        z-index: 99;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header__v1.header .container .schedule .weekend {
        padding-left: 20px;
    }

    .header__v1.header .container {
        height: 175px;
    }

    .header__v1.header .container .address {
        min-width: 100%;
        z-index: 9;
    }

    .header__v1.header .container .schedule .schedule_popup_link .schedule_popup_block {
        text-align: left;
        width: 180px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .header__v1.header .container .phone {
        text-align: right;
    }

    .header__v1.header .container .schedule .weekend {
        padding-left: 0px;
    }

    .header__v1.header .container .schedule {
        min-width: 50%;
        max-width: 50%;
        align-items: end;
        position: absolute;
        top: 70px;
    }


    .header__v1.header .container {
        height: 145px;
    }
}

.weekend.active .schedule_popup_block {
    display: block;
}


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

.page-price .price_line_name {
    width: auto;
}

.page-price .price_group .title span {
    font-size: 18px;
}

.page-price .price_group .title span {
    font-weight: 500;
}

.page-price .price_line {
    display: flex;
    justify-content: space-between;
}

.page-price .price_line_price {
    text-align: left;
    min-width: 80px;
    margin-left: 20px;
}

.page-price .price_list {
    max-width: 500px;
    margin-left: 0;
}

.page-price .price_group .title:not(.not-dropdown):after {
    display: block;
    position: static;
    margin-left: 15px;
    background: url("/images/to_top_arrow__blue.svg") center no-repeat
}

.dropdown-btn {
    display:flex;
    align-items: center;
}

.icon-dropdown {
    width: 10px;
    height: 6px;
}

.dropdown-btn .icon-dropdown {
    width: 20px;
    height: 20px;
    border: 1px solid #67b7ea;
    border-radius: 3px;
    margin-left: 15px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropdown-content {
    margin-top: 20px;
    margin-left: 20px;
}

.icon-dropdown:after {
    content: '';
    display: block;
    position: static;
    background: url("/images/to_top_arrow__blue.svg") center no-repeat;
    right: 0;
    top: 8px;
    width: 10px;
    height: 6px;
    transform: rotate(180deg);
    transition: 0.3s all;
}

.page-price .price_group .title {
    display: flex;
    align-items: center;
}

.page-price .price_group .title span {
    color: #333333;
}

.page-price .price_group {
    margin-bottom: 25px;
}

.decoration-none {
    text-decoration: none;
}

.pseudo {
    color: #62B6EB;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.services-steps {
    padding-bottom: 32px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 30px;
}
ol.services-steps__list {
    list-style-type: none;
    counter-reset: num;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    position: relative;
}
ol.services-steps__list:before {
    display: block;
    content: '';
    position: absolute;
    left: 17px;
    right: 17px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px solid #f2f2f2;
}
ol.services-steps__list li {
    position: relative;
    margin: 0;
    padding: 0 15px;
    flex: 1 1 20%;
    width: 20%;
}
ol.services-steps__list li.inactive .services-steps__content {
    background: #fafafa;
    height: 40px;
    line-height: 40px;
    color: rgba(51, 51, 51, .2);
    cursor: not-allowed;
}
ol.services-steps__list li.inactive .services-steps__content:before {
    border-color: #fafafa;
    background: #fff;
    color: rgba(51, 51, 51, .2);
}
ol.services-steps__list li .services-steps__content:before {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #c31d4e;
    border: 2px solid #c31d4e;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s ease 0s;
}
.services-steps__content {
    display: block;
    white-space: nowrap;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 20px;
    padding: 0 0 0 55px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease 0s;
}
ol.services-steps__list li.active .services-steps__content,
.appointment-form[data-step-current='1'] ol.services-steps__list li[data-step='1'] .services-steps__content,
.appointment-form[data-step-current='2'] ol.services-steps__list li[data-step='2'] .services-steps__content,
.appointment-form[data-step-current='3'] ol.services-steps__list li[data-step='3'] .services-steps__content,
.appointment-form[data-step-current='4'] ol.services-steps__list li[data-step='4'] .services-steps__content,
.appointment-form[data-step-current='5'] ol.services-steps__list li[data-step='5'] .services-steps__content {
    background: #62B6EB;
    color: #fff;
}
ol.services-steps__list li.active .services-steps__content:before,
.appointment-form[data-step-current='1'] ol.services-steps__list li[data-step='1'] .services-steps__content:before,
.appointment-form[data-step-current='2'] ol.services-steps__list li[data-step='2'] .services-steps__content:before,
.appointment-form[data-step-current='3'] ol.services-steps__list li[data-step='3'] .services-steps__content:before,
.appointment-form[data-step-current='4'] ol.services-steps__list li[data-step='4'] .services-steps__content:before,
.appointment-form[data-step-current='5'] ol.services-steps__list li[data-step='5'] .services-steps__content:before {
    color: #fff;
    background: #c31d4e;
    border: 2px solid #c31d4e;
}
.appointment-form[data-step-current='1'] ol.services-steps__list li[data-step='1'] ~ li[data-step] .services-steps__content,
.appointment-form[data-step-current='2'] ol.services-steps__list li[data-step='2'] ~ li[data-step] .services-steps__content,
.appointment-form[data-step-current='3'] ol.services-steps__list li[data-step='3'] ~ li[data-step] .services-steps__content,
.appointment-form[data-step-current='4'] ol.services-steps__list li[data-step='4'] ~ li[data-step] .services-steps__content {
    color: rgba(51, 51, 51, .5);
}
.appointment-form[data-step-current='1'] ol.services-steps__list li[data-step='1'] ~ li[data-step]:not(.inactive) .services-steps__content:before,
.appointment-form[data-step-current='2'] ol.services-steps__list li[data-step='2'] ~ li[data-step]:not(.inactive) .services-steps__content:before,
.appointment-form[data-step-current='3'] ol.services-steps__list li[data-step='3'] ~ li[data-step]:not(.inactive) .services-steps__content:before,
.appointment-form[data-step-current='4'] ol.services-steps__list li[data-step='4'] ~ li[data-step]:not(.inactive) .services-steps__content:before {
    color: #000;
    background: #fff;
    border: 2px solid #f2f2f2;
}
ol.services-steps__list li.inactive .services-steps__content:hover {
    color: rgba(51, 51, 51, .5);
}
.make-appointment_v2 .services-type__tabs {
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0;
}
.make-appointment_v2 .services-type__tabs a,
.make-appointment_v2 .services-type__tabs .nav-link {
    height: auto;
    padding: 9px 10px;
    margin-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    width: auto;
    min-width: 110px;
    position: relative;
}
.make-appointment_v2 .services-type__tabs .nav-link {
    display: block;
    cursor: pointer;
}
.make-appointment_v2 .services-type__tabs a.active,
.make-appointment_v2 .services-type__tabs .nav-link[aria-selected='true'] {
    z-index: 1;
}
.make-appointment_v2 .services-type__tabs a:first-child,
.make-appointment_v2 .services-type__tabs .nav-item:first-child .nav-link {
    border-radius: 20px 0 0 20px;
}
.make-appointment_v2 .services-type__tabs a:last-child,
.make-appointment_v2 .services-type__tabs .nav-item:last-child .nav-link {
    border-radius: 0 20px 20px 0;
}
.make-appointment_v2 .services-type__tabs a + a,
.make-appointment_v2 .services-type__tabs .nav-item + .nav-item{
    margin-left: -1px;
}
.make-appointment_v2 .services-type__item-title, .tags .services-type__item-title {
    text-transform: none;
    font-size: 16px!important;
    line-height: 25px!important;
    text-align: left;
}
.make-appointment_v2 .services-type__item, .tags .services-type__item {
    padding: 20px 40px!important;
    box-sizing: border-box;
    height: 110px;
    width: 100%!important;
    float: none;
    margin: 0!important;
    text-align: left!important;
    text-decoration: none;
}
.make-appointment_v2 .services-type__items, .tags .services-type__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px!important;
}
.services-type__item-holder {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.appointment-form {
    position: relative;
    padding: 1px 0;
}
.appointment-form.loading:before {
    content: "";
    display: block;
    visibility: visible;
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1051;
    transform: translateZ(0);
    background: rgba(213,232,241,0.5) !important;
}
.appointment-form.loading:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #62B6EB;
    border-top: 10px solid transparent;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    animation: loading .8s infinite linear;
    z-index: 1052;
}
.fancybox__slide .appointment-form.loading:before,
.fancybox__slide .appointment-form.loading:after {
    position: absolute;
}
[data-step-content] {
    display: none;
}
.appointment-form[data-step-current='1'] [data-step-content='1'],
.appointment-form[data-step-current='2'] [data-step-content='2'],
.appointment-form[data-step-current='3'] [data-step-content='3'],
.appointment-form[data-step-current='4'] [data-step-content='4'],
.appointment-form[data-step-current='5'] [data-step-content='5'] {
    display: block;
}
.make-appointment_v2 .services-type {
    min-height: 200px;
}
.make-appointment_v2 .choose-doctor__title, .make-appointment_v2 h2:not(.services-type__title):not(.extra-content__title) {
    float: none;
    margin: 0 30px 40px 0;
}
.make-appointment_v2 .choose-doctor__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px!important;
}
.choose-doctor__item-holder {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.make-appointment_v2 .choose-doctor__item {
    float: none!important;
    display: flex!important;
    width: 100% !important;
    margin: 0!important;
    min-height: 200px;
}
.make-appointment_v2 .choose-doctor__item-img {
    flex: 0 0 135px;
    width: 135px;
    float: none;
    min-width: 0!important;
    max-width: none!important;
    height: auto;
}
.make-appointment_v2 .choose-doctor__item-info {
    float: none;
    width: auto;
    flex: 1 1 auto;
    padding: 22px 30px;
    display: flex;
    flex-direction: column;
}
.make-appointment_v2 .choose-doctor__date-info {
    position: static;
}
.make-appointment_v2 .choose-doctor__item-category {
    flex: 1 1 auto;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.make-appointment_v2 .choose-doctor__item-img_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #ebebeb;
}
.make-appointment_v2 .choose-doctor__item-name {
    text-transform: none;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
}
.make-appointment_v2 .choose-doctor__item-img:not(.choose-doctor__item-img_empty) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.make-appointment_v2 .choose-doctor__item-img_empty img {
    width: auto;
}
.make-appointment_v2 .clndr-controls {
    background: #f2f2f2;
    color: #333;
    border-bottom: 1px solid #fff;
    padding: 21px 0 17px;
}
.make-appointment_v2 tbody td {
    background: #fff;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    text-align: center;
}
.make-appointment_v2 .visiting-time__date table td,
.make-appointment_v2 .contact-info table td {
    padding: 0!important;
}
.make-appointment_v2  .visiting-time__date table td.header-day {
    background: #f2f2f2;
    padding: 10px!important;
    cursor: default;
}
.make-appointment_v2 .clndr-table .today{
    background: none;
    color: transparent;
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    top: 0;
}
.make-appointment_v2 .clndr-table .day.event:not(.today) .day-contents:not(:hover) {
    background: rgba(98, 182, 235, .1);
}
.make-appointment_v2 .clndr-table .day-contents,
html:not(.bx-touch) .make-appointment_v2 .clndr-table .day.event .day-contents:hover,
.make-appointment_v2 .clndr-table .today .day-contents{
    display: block!important;
    background: #62B6EB;
    color: #fff;
    width: calc(100% + 2px)!important;
    height: auto;
    border-radius: 0;
    text-align: center;
    margin: -1px!important;
    padding: 20px 10px!important;
    box-sizing: border-box;
    line-height: 20px!important;
}
.make-appointment_v2 .clndr-table .day-contents{
    cursor: pointer;
    background: transparent;
    color: #333333;
}
.make-appointment_v2 .clndr .day:not(.event) .day-contents {
    color: rgba(0,0,0,.15);
    background: transparent;
    cursor: default;
}
.make-appointment_v2 .header-days{
    border-bottom: 1px solid #EDEDED;
    font-size: 14px;
    color: #30353C;
    cursor: pointer;
}

.make-appointment_v2 .visiting-time__time-title {
    width: 100%;
    padding: 21px 20px 16px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
}
.make-appointment_v2 .visiting-time__time-table {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    color: #333333;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.make-appointment_v2 .visiting-time__time-address {
    display: block;
    padding: 12px 28px 9px;
    border: 1px solid #f2f2f2;
}
.make-appointment_v2 .visiting-time__time-address a {
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 60, 118, 25%);
}
.make-appointment_v2 .visiting-time__time-table-times {
    padding: 25px 23px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}
.make-appointment_v2 .visiting-time__time-table .time-table__item {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    vertical-align: top;
    padding: 0 5px;
    border: 0;
    margin: 5px;
    width: calc(33.33% - 10px);
    background: #f2f2f2;
    border-radius: 20px;
}
html:not(.bx-touch) .make-appointment_v2 .time-table__item:hover,
.make-appointment_v2 .time-table__item.active{
    border: 0;
    background: #62B6EB;
    color: #fff;
}
.services-list-block {
    margin: 0 -15px -30px;
    display: flex;
    flex-wrap: wrap;
}
.services-list-block__item {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.services-list-block__item-link {
    background: #F5F5F5;
    padding: 25px 40px 30px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
html:not(.bx-touch) .services-list-block__item-link:hover,
.services-list-block__item-link.active {
    background: #62B6EB;
    color: #fff;
}
.services-list-block__item-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
}
.services-list-block__item-duration {
    flex: 1 1 auto;
}
.services-list-block__item-duration, .services-list-block__item-subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.services-list-block__item-subtitle {
    margin-bottom: 5px;
}
.services-list-block__item-details {
    display: flex;
    margin-top: 20px;
}
.services-list-block__item-details .service-price {
    font-size: 20px;
    color: #c31d4e;
    white-space: nowrap;
}
.services-list-block__item-time .service-time {
    display: block;
}
.services-list-block__item-price + .services-list-block__item-time {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
}
.services-list-block__item-price + .services-list-block__item-time:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    height: 35px;
    border-left: 1px solid rgba(0, 0, 0, .15);
}
html:not(.bx-touch) .services-list-block__item-link:hover .services-list-block__item-duration,
html:not(.bx-touch) .services-list-block__item-link:hover .services-list-block__item-subtitle,
html:not(.bx-touch) .services-list-block__item-link:hover .services-list-block__item-details .service-price,
html:not(.bx-touch) .services-list-block__item-link:hover .choose-doctor__item-date,
.services-list-block__item-link.active .services-list-block__item-duration,
.services-list-block__item-link.active .services-list-block__item-subtitle,
.services-list-block__item-link.active .services-list-block__item-details .service-price,
.services-list-block__item-link.active .choose-doctor__item-date{
    color: #fff;
}
html:not(.bx-touch) .services-list-block__item-link:hover .services-list-block__item-duration,
html:not(.bx-touch) .services-list-block__item-link:hover .services-list-block__item-subtitle,
.services-list-block__item-link.active .services-list-block__item-duration,
.services-list-block__item-link.active .services-list-block__item-subtitle{
    opacity: .75;
}
html:not(.bx-touch) .services-list-block__item-link:hover .choose-doctor__item-date:before,
.services-list-block__item-link.active .choose-doctor__item-date:before {
    background: url(/local/templates/new/appointment/css/../images/time-h.svg) no-repeat center;
    background-size: 100%;
}
.agreement-form {
    margin: 0 -15px;
    display: flex;
}
.agreement-form__personal, .agreement-form__overall {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.agreement-end-box {
    margin-left: 40px;
    margin-top: 10px;
    background: #f2f2f2;
    padding: 35px 50px 40px;
    font-size: 16px;
    line-height: 25px;
}
.contact-info .agreement-form .text {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-bottom: 20px;
}
.contact-info .agreement-form .text a {
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 60, 118, 25%);
}
.agreement-form .input-holder.is2, .agreement-form .input-holder {
    width: 100%;
}
.agreement-form .input {
    font-size: 20px;
    border-radius: 0;
    background: #fff;
    border-color: #dadada;
    color: #333;
    padding: 15px 20px;
}
.agreement-form .input::-moz-placeholder {
    color: rgba(51, 51, 51, .35);
}
.agreement-form .input::placeholder {
    color: rgba(51, 51, 51, .35);
}
.agreement-form .btn {
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: #c31d4e;
    padding: 16px 84px;
    margin-top: 20px;
    border: 0;
    transition: all .3s;
}
.agreement-form .btn:not(:disabled):hover {
    background: #a1133e;
}
.agreement-form .btn:disabled {
    opacity: .5;
}
.agreement-form .input.error {
    border-color: #c00;
    color: #c00;
    background: rgba(204, 0, 0, .1);
}
.agreement-form .input + .error, .checkbox-block .error {
    display: block;
    font-size: 12px;
    color: #c00;
    margin-top: -10px;
    margin-bottom: 20px;
}
.checkbox-block .error {
    margin-top: 2px;
}
.agreement-end-box__title {
    font-size: 20px;
    line-height: 30px;
    max-width: 250px;
    margin-bottom: 33px;
}
.make-appointment_v2 .agreement-form tbody td {
    background: transparent;
    text-align: left;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0!important;
    vertical-align: top;
}
.make-appointment_v2 .agreement-form tbody tr td:first-child {
    padding-right: 30px!important;
    color: rgba(51, 51, 51, .5);
}
.agreement-end-box__details {
    margin-top: 40px;
    display: flex;
}
.agreement-end-box__details-title {
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, .5);
    margin-bottom: 7px;
}
.agreement-end-box__details-item_price .agreement-end-box__details-title {
    max-width: 80px;
}
.agreement-end-box__details-item_price .agreement-end-box__details-content {
    color: #c31d4e;
    font-size: 28px;
    white-space: nowrap;
}
.agreement-end-box__details-item + .agreement-end-box__details-item {
    margin-left: 50px;
    padding-left: 41px;
    position: relative;
}
.agreement-end-box__details-item + .agreement-end-box__details-item:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    border-left: 2px solid #e6e6e6;
    height: 65px;
}
.make-appointment_v2 .agreement-form .input-box {
    width: 100%!important;
}
.make-appointment_v2 .agreement-form__agreements {
    margin-bottom: 40px;
}
.checkbox-block {
    margin-bottom: 8px;
}
.services-navigation {
    display: flex;
    margin-top: 40px;
}
.services-navigation__btn {
    border: 1px solid #dadada;
    box-sizing: border-box;
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    padding: 0 20px;
    min-width: 174px;
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
}
.services-navigation__btn svg {
    position: relative;
    top: 2px;
}
.services-navigation__btn span {
    transition: all .3s ease;
}
.services-navigation__btn span + span {
    margin-left: 17px;
}
.services-navigation__btn:first-child {
    margin-right: 20px;
}
.services-navigation__btn.disabled {
    cursor: not-allowed;
}
.services-navigation__btn:not(.disabled) {
    cursor: pointer;
}
.services-navigation__btn.disabled span {
    opacity: .35;
}
.services-navigation__prev svg {
    transform: scaleX(-1);
}
[data-step-current='1'] .services-navigation__prev {
    display: none;
}
[data-step-current='5'] .services-navigation {
    display: none;
}
.appointment-form .end-box--success {
    width: 100%;
}
.appointment-form .end-box__table {
    background: #f2f2f2;
    font-size: 16px;
    line-height: 25px;
    padding: 35px 50px 40px;
}
.appointment-form .end-box__table td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0!important;
}
.appointment-form .end-box__table tbody tr:first-child td {
    border-top: 0;
}
.appointment-form .end-box__table td:first-child {
    font-size: 16px;
    line-height: 25px;
    padding-right: 30px!important;
    color: rgba(51, 51, 51, .5);
}
.appointment-form .end-box__title {
    padding: 25px 50px;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
}
/*.appointment-form.loading .services-navigation {
    display: none;
}*/
.fancybox__slide .appointment-form {
    width: 100%;
    max-width: 1440px;
}
.fancybox__slide .appointment-form__holder {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 90vh!important;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0;
}
@media (min-width: 576px) {
    .fancybox__slide .appointment-form__holder {
        overscroll-behavior: contain;
        scrollbar-width: thin;
    }
    .fancybox__slide .appointment-form__holder::-webkit-scrollbar {
        width: 8px;
    }
    .fancybox__slide .appointment-form__holder::-webkit-scrollbar-track {
        border-radius: 8px;
    }
    .fancybox__slide .appointment-form__holder::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #999;
        border: 2px solid #fff;
    }
    .fancybox__slide .appointment-form__holder::-webkit-scrollbar-thumb:window-inactive {
        background: #999;
        border: 2px solid #fff;
    }
}
.appointment-form.fancybox__content {
    display: block;
}
.popup-appointment .fancybox__slide {
    padding: 0;
}
.fancybox__slide .appointment-form h1 {
    margin-top: 0;
}
.fancybox__content>.f-button.is-close-btn {
    --f-button-bg: #fff;
    --f-button-hover-bg: #fff;
    --f-button-active-bg: #fff;
    --f-button-width: 56px;
    --f-button-height: 56px;
    --f-button-border-radius: 50%;
    --f-button-border: 1px solid #dadada;
    --f-button-color: #333;
    --f-button-hover-color: #333;
    color: #333;
    top: -28px;
    right: -28px;
}
.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 4px;
    --f-button-bg: transparent;
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border: 0;
    top: 5px;
    right: 5px;
}
.fancybox__content>.f-button.is-close-btn {
    opacity: 1;
}
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.5);
}
.f-button:focus-visible {
    box-shadow: none!important;
}
.make-appointment_v2 .clndr-next-button,.make-appointment_v2 .clndr-previous-button {
    width: 40px;
    height: 40px;
    background: #fff url("data:image/svg+xml,%3Csvg width='8px' height='14px' viewBox='0 0 8 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-609.000000, -1373.000000)' fill='%23333333' fill-rule='nonzero'%3E%3Cg transform='translate(131.000000, 1284.000000)'%3E%3Cpath d='M485.712171,96.693072 L479.677699,102.712663 C479.293833,103.095779 478.671461,103.095779 478.287783,102.712663 C477.904072,102.329887 477.904072,101.709062 478.287783,101.326317 L483.627359,95.9998993 L478.287938,90.6736672 C477.904228,90.2907367 477.904228,89.6699735 478.287938,89.2871979 C478.671648,88.9042674 479.293989,88.9042674 479.677854,89.2871979 L485.712326,95.3068815 C485.904181,95.4983623 486,95.7490533 486,95.9998683 C486,96.2508072 485.903995,96.5016842 485.712171,96.693072 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") calc(50% + 1px) center no-repeat;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
}
.make-appointment_v2 .clndr-previous-button {
    left: 10px;
    transform: scaleX(-1);
}
.make-appointment_v2 .clndr-next-button {
    right: 10px;
}
@media (max-width: 1199.98px) {
    .services-steps__content,ol.services-steps__list li.inactive .services-steps__content {
        font-size: 12px;
        padding-left: 38px;
        height: 30px;
        line-height: 30px;
    }
    ol.services-steps__list li .services-steps__content:before {
        height: 30px;
        width: 30px;
        line-height: 26px;
    }
}
@media (max-width: 1159.98px) {
    .choose-doctor__item-holder, .services-list-block__item {
        flex: 0 0 50%;
        width: 50%;
    }
}
@media (max-width: 991.98px) {
    .services-type__item-holder {
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }
    .services-steps {
        margin: 25px -15px 20px;
        padding: 0 15px 22px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
    }
    .services-steps::-webkit-scrollbar {
        display: none;
    }
    .services-steps {
        display: flex;
        justify-content: center;
    }
    ol.services-steps__list {
        margin: 0 -5px;
        justify-content: center;
    }
    ol.services-steps__list li {
        padding: 0 5px;
        flex: 1 1 auto;
        width: auto;
    }
    .services-steps__content {
        max-width: 30px;
        padding-left: 30px!important;
        padding-right: 0!important;
        overflow: hidden;
        box-sizing: border-box;
        transition: none;
    }
    ol.services-steps__list li.active .services-steps__content,
    .appointment-form[data-step-current='1'] ol.services-steps__list li[data-step='1'] .services-steps__content,
    .appointment-form[data-step-current='2'] ol.services-steps__list li[data-step='2'] .services-steps__content,
    .appointment-form[data-step-current='3'] ol.services-steps__list li[data-step='3'] .services-steps__content,
    .appointment-form[data-step-current='4'] ol.services-steps__list li[data-step='4'] .services-steps__content,
    .appointment-form[data-step-current='5'] ol.services-steps__list li[data-step='5'] .services-steps__content {
        max-width: 200px;
        padding-left: 38px!important;
        padding-right: 12px!important;
        transition: all .3s;
    }
    .choose-doctor__item-holder, .services-list-block__item {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .make-appointment_v2 .choose-doctor__items, .make-appointment_v2 .services-list-block {
        margin-bottom: -15px!important;
    }
    .agreement-form {
        flex-wrap: wrap
    }
    .agreement-form__personal, .agreement-form__overall {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .agreement-end-box {
        margin: 0 0 30px;
    }
    .agreement-form__overall {
        order: 1;
    }
    .agreement-form__personal {
        order: 2;
    }
}
@media (max-width: 767.98px) {
    .make-appointment_v2 .services-type__tabs {
        justify-content: center;
        margin: 10px auto 20px auto;
        width: 100%;
    }
    .make-appointment_v2 .services-type__tabs a {
        line-height: inherit;
    }
    .services-type__item-holder {
        flex: 0 0 50%;
        width: 50%;
    }
    .make-appointment_v2 .services-type__tabs {
        justify-content: center;
        margin: 10px auto 20px auto;
        width: 100%;
    }
    .make-appointment_v2 .services-type__tabs a {
        line-height: inherit;
    }
    .services-type__item-holder {
        flex: 0 0 50%;
        width: 50%;
    }
    .services-navigation {
        justify-content: center;
        margin-top: 30px;
    }
    .services-navigation__btn {
        font-size: 16px;
        height: 36px;
        line-height: 34px;
        min-width: 120px;
    }
    .services-navigation__btn span + span {
        margin-left: 10px;
    }
    .services-navigation__btn svg {
        top: 3px;
        transform: scale(.9)
    }
    .services-navigation__prev svg {
        transform: scale(.9) scaleX(-1);
    }
    .services-navigation__btn:first-child {
        margin-right: 10px;
    }
    .agreement-form .input + .error {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575.98px) {
    .services-type__item-holder {
        flex: 0 0 100%;
        width: 100%;
    }
    .services-type__item-holder {
        margin-bottom: 15px;
    }
    .make-appointment_v2 .services-type__items {
        margin-bottom: -15px!important;
    }
    .make-appointment_v2 .services-type__item {
        padding: 18px 25px!important;
        height: auto!important;
    }
    .make-appointment_v2 .choose-doctor__item-info {
        padding: 15px 25px!important;
    }
    .make-appointment_v2 .choose-doctor__item {
        min-height: 170px;
    }
    .make-appointment_v2 .choose-doctor__item-img {
        flex: 0 0 115px;
        width: 115px;
    }
    .make-appointment_v2 .choose-doctor__item-img_empty {
        height: 170px;
    }
    .services-list-block__item-link {
        padding: 18px 25px;
    }
    .agreement-form .btn {
        margin-top: 0;
    }
    .agreement-end-box {
        padding: 25px;
    }
    .agreement-end-box__title {
        margin-bottom: 25px;
    }
    .agreement-end-box__details-item + .agreement-end-box__details-item {
        padding-left: 30px;
        margin-left: 30px;
    }
    .agreement-end-box__details {
        margin-top: 25px
    }
    .contact-info__title, .contact-info .agreement-form .text {
        margin-bottom: 25px!important;
    }
    .appointment-form .end-box__table, .appointment-form .end-box__title {
        padding: 25px;
    }
    .fancybox__slide .appointment-form__holder {
        height: 100vh !important;
        padding-bottom: 100px;
        padding-top: 40px;
    }
}
h1 .small {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
h1 .small a {
    text-decoration: none;
    color: inherit;
}
.price_line_link_full {
    margin-top: 0;
    white-space: nowrap;
    clear: both;
}
@media (min-width: 576px) {
    .price_line_link_full {
        float: right;
        clear: none;
        margin-top: 0;
        margin-left: 30px;
    }
}
.soc-icon {
    display: flex;
    align-items: center;
}
.soc-icon__image {
    margin-right: 10px;
}
.soc-icon img {
    display: block;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.footer__links {
    margin-top: 22px;
}
.footer__links-item {
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    h2.compact {
        font-size: 24px;
        line-height: 28px;
        margin: 30px 0 20px 0;
    }
}

.nca-cookiesaccept-line {
    padding: 15px 0!important;
    max-height: none;
}
.nca-cookiesaccept-line.style-3 {
    z-index: 9999999999!important;
}
.nca-cookiesaccept-line.style-3 .t-btn {
    padding: 15px 35px;
    border-radius: 22px;
}
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text {
    color: rgba(41,43,38,0.8)!important;
    font-size: 13px;
    line-height: 1.5;
}
.nca-cookiesaccept-line > div {
    justify-content: center
}
.nca-cookiesaccept-line > div > div {
    padding: 0;
    margin: 0;
}
.nca-cookiesaccept-line .container {
    margin-left: auto;
    margin-right: auto;
}
.nca-cookiesaccept-line .t-btn {
    border: 0;
}
.nca-cookiesaccept-line-text {
    margin: 0 0 20px 0;
}
.nca-cookiesaccept-line.style-3 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.nca-cookiesaccept-line .intec-content {
    min-width: 0;
}
@media (min-width: 460px) {
    .nca-cookiesaccept-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nca-cookiesaccept-line-text {
        margin: 0 30px 0 0;
    }
    .nca-cookiesaccept-holder {
        padding: 0;
    }
}
.services-note {
    border: 2px solid #c31d4e;
    background: rgba(195, 29, 78, .05);
    margin-bottom: 30px;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
    color: #c31d4e;
}
.services-note a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(195, 29, 78, .5);
    color: #c31d4e;
}
.services-note.alert {
    padding: 15px 20px;
}
.services-note.alert-success {
    background: rgba(29, 195, 97, .05);
    border-color: #0b0;
    color: #0b0;
}
.input_captcha {
    margin-bottom: 30px;
}
.html-popup .fancybox__content {
    max-width: 1440px;
}
.visiting-time__holder {
    display: flex;
    justify-content: space-between;
}
.visiting-time__holder .visiting-time__time {
    width: 100%;
    flex: 1 1 auto;
    margin-left: 20px;
}
.visiting-time__holder .visiting-time__date {
    flex: 0 0 55.55%;
    width: 55.5%;
}
.visiting-time__holder .mini-cal {
    width: 100%;
}
.make-appointment_v2 .visiting-time__holder .visiting-time__time-table .time-table__item {
    min-width: 110px;
}
.make-appointment_v2 .visiting-time__holder .visiting-time__time-table-times {
    display: flex;
    flex-wrap: wrap;
}
.time-table__item {
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .visiting-time__holder {
        flex-wrap: wrap;
    }
    .visiting-time__holder .visiting-time__time, .visiting-time__holder .visiting-time__date {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .contacts-page h2 {
        margin-top: 45px;
    }
}
.spec_block_first {
    padding-top: 0!important;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.block-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.block-title h2 {
    margin-right: 20px;
}
.extra-content {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .extra-content {
        margin-top: 60px;
    }
}
#dropdown-menu-services {
    padding-top: 20px;
    padding-bottom: 20px;
}
.price_list__title a {
    text-decoration: none;
    color: inherit;
}
.tags .services-type__items {
    margin-bottom: 10px!important;
}
.tags .services-type__item-holder {
    flex: 0 0 33.333333%;
    width: 33.333333%;
}
.tags .services-type__item {
    height: 100%;
    padding: 25px 30px !important;
}
@media (max-width: 1000px) {
    .tags .services-type__item-holder {
        flex: 0 0 50%;
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .tags .services-type__item-holder {
        flex: 0 0 100%;
        width: 100%;
    }
}
.expert-card__image, .expert-card__links {
    margin-bottom: 30px;
}
.expert-card__image img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .expert-card {
        display: flex;
    }
    .expert-card__about {
        margin-right: 30px;
        flex: 0 0 auto;
    }
    .expert-card__image img {
        margin: 0;
    }
    .expert-card__details {
        flex: 1 1 auto;
    }
}
.chars-list {
    display: table;
}
.chars-list__item {
    display: table-row;
}
.chars-list__item > * {
    display: table-cell;
    padding-bottom: 10px;
}
.chars-list__title {
    padding-right: 20px;
    color: #999;
}
.chars-list__item:last-child > * {
    padding-bottom: 0;
}
.chars-list__block {
    display: block;
    margin-bottom: 10px;
}
.chars-list__block:last-child {
    margin-bottom: 0;
}
.t-btn--medium {
    border-radius: 28px;
    font-size: 16px;
    padding: 16px 30px;
    text-align: center;
}
.t-btn--gray {
    background: #F5F5F5;
    color: #333;
}
.t-btn--bordered {
    border: 2px solid #F5F5F5;
    color: #333;
}
.t-btn--bordered:hover {
    background: #F5F5F5;
}
.expert-card__links a {
    display: block;
}
.expert-card__links a+a {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.action_full {
    width: 100%!important;
}
.action_full .title {
    word-break: break-word;
}
@media (max-width: 1023px) {
    .actions_block_column {
        margin-top: 0;
    }
}
.img-double {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .img-double {
        display: flex;
        flex-wrap: wrap;
        margin: 40px -15px;
    }

    .img-double img {
        height: auto;
    }

    .img-double > * {
        flex: 0 0 calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0 15px;
    }
}
.swiper {
    --swiper-theme-color: #1C3C76;
    --swiper-navigation-sides-offset: -30px;
    --swiper-navigation-size: 20px;
}
.swiper-button-next, .swiper-button-prev {
    top: 0;
    width: 30px;
    height: 100%;
    margin-top: 0;
    background: #fff;
}
.swiper-button-prev {
    justify-content: flex-start;
}
.swiper-button-next {
    justify-content: flex-end;
}
.swiper .feedback_item {
    border: 8px solid #f5f5f5;
    padding: 25px;
    position: relative;
}
.swiper .feedback_item:after {
    display: block;
    content: '';
    background: url(/local/templates/clinicaparitet/images/price_corner.svg) center no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
}
.swiper .feedback_item .small_feedback {
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.swiper-pagination {
    --swiper-pagination-bottom: -30px;
}
.swiper-holder {
    overflow: hidden;
}
.swiper-holder .swiper {
    overflow: visible;
}
@media (max-width: 1199.98px) {
    .swiper-holder {
        padding-bottom: 20px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .swiper-pagination {
        display: none1;
    }
    .swiper-holder {
        margin: 0 -30px;
        padding: 0 30px;
    }
}
.ajax_form_block .agreement-form__agreements {
    margin-bottom: 30px;
}
/* End */
/* /npm/@fancyapps/ui/dist/fancybox/fancybox.css?171341983524078 */
/* /include/swiper-bundle.min.css?174253561018454 */
/* /local/templates/clinicaparitet/js/screen/addtohomescreen.css?171341983410156 */
/* /local/templates/clinicaparitet/icons.css?171341983315611 */
/* /local/templates/clinicaparitet/css/preloader.css?17134198341995 */
/* /local/templates/clinicaparitet/js/fancybox/jquery.fancybox.css?17134198345168 */
/* /local/templates/clinicaparitet/js/bxslider/jquery.bxslider.css?17134198333681 */
/* /local/templates/clinicaparitet/js/chosen/chosen.css?171341983412618 */
/* /local/templates/clinicaparitet/appointment/css/new.css?171635855713529 */
/* /_app/assets/main.css?171637439631327 */
/* /_app/assets/modal.css?1713419832939 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17133531822729 */
/* /local/templates/clinicaparitet/template_styles.css?175221765699449 */
