@charset "UTF-8";@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{overflow:hidden;position:relative;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-ms-flex:0 0 auto;flex:0 0 auto;overflow-y:auto;overflow-x:hidden;padding:1rem;-webkit-box-flex:0;-ms-scroll-chaining:none;position:relative;max-width:100%;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:var(--carousel-slide-width,60%);-ms-touch-action:pan-y;touch-action:pan-y}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{-ms-flex-pack:center;list-style:none;padding:0;justify-content:center;-webkit-box-pack:center;right:0;position:absolute;top:calc(100% + .5rem);margin:0 auto;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{height:22px;padding:0;position:relative;margin:0;cursor:pointer;width:22px;display:block}.carousel__dots .carousel__dot:after{height:8px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;content:"";position:absolute;opacity:.25;top:50%;background-color:currentColor;border-radius:50%;left:50%;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button,.carousel__dots,.fancybox__container{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__button{-ms-flex-pack:center;height:var(--carousel-button-height,48px);pointer-events:all;padding:0;justify-content:center;-webkit-box-pack:center;border:0;color:var(--carousel-button-color,currentColor);-webkit-box-align:center;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;align-items:center;-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);border-radius:var(--carousel-button-border-radius,50%);background:var(--carousel-button-bg,transparent);cursor:pointer;width:var(--carousel-button-width,48px);-ms-flex-align:center}.carousel__button.is-next,.carousel__button.is-prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:50%}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{opacity:.3;cursor:default}.carousel__button svg{stroke-linecap:round;height:var(--carousel-button-svg-height,50%);-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);pointer-events:none;fill:none;stroke-width:var(--carousel-button-svg-stroke-width,1.5);width:var(--carousel-button-svg-width,50%);stroke:currentColor;stroke-linejoin:bevel}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);--carousel-button-svg-width:24px;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));right:0;color:var(--fancybox-color,#fff);position:fixed;-webkit-box-direction:normal;--carousel-button-height:48px;-ms-flex-direction:column;flex-direction:column;--carousel-button-width:48px;outline:0;bottom:0;top:0;--carousel-button-svg-height:24px;-webkit-transform-origin:top left;transform-origin:top left;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;-webkit-box-orient:vertical;left:0;--carousel-button-svg-stroke-width:2.5;direction:ltr;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-svg-width:27px;--carousel-button-height:48px;--carousel-button-width:48px;--carousel-button-svg-height:27px}}.fancybox__backdrop{right:0;position:absolute;bottom:0;top:0;background:var(--fancybox-bg,rgba(24,24,27,.92));left:0;z-index:-1}.fancybox__carousel{-ms-flex:1 1 auto;flex:1 1 auto;height:100%;min-height:0;-webkit-box-flex:1;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{height:100%;overflow:visible;position:relative;cursor:default;width:100%}.fancybox__slide,.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__track{height:100%}.fancybox__slide{-ms-flex:0 0 auto;flex:0 0 auto;overflow:auto;padding:48px 8px 8px;-webkit-box-flex:0;--carousel-button-svg-width:22px;-ms-scroll-chaining:none;position:relative;-webkit-box-direction:normal;max-width:100%;--carousel-button-height:36px;-ms-flex-direction:column;flex-direction:column;--carousel-button-width:36px;outline:0;overscroll-behavior:contain;--carousel-button-svg-height:22px;-webkit-overflow-scrolling:touch;margin:0;-webkit-box-orient:vertical;width:100%}.fancybox__slide:after,.fancybox__slide:before{-ms-flex:0 0 0px;flex:0 0 0;-webkit-box-flex:0;content:"";margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{-ms-flex-item-align:center;padding:36px;color:var(--fancybox-content-color,#374151);position:relative;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-self:center;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);background:var(--fancybox-content-bg,#fff);-webkit-box-orient:vertical;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;-webkit-box-shadow:none;box-shadow:none}.fancybox__caption{overflow-wrap:anywhere;-ms-flex-item-align:center;flex-shrink:0;padding:1rem 0 0;-ms-flex-negative:0;color:var(--fancybox-color,currentColor);max-width:100%;align-self:center;visibility:visible;margin:0;cursor:auto;line-height:1.375}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{right:8px;right:calc(env(safe-area-inset-right,0) + 8px);position:absolute;top:8px;top:calc(env(safe-area-inset-top,0) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{right:0;color:var(--fancybox-color,#fff);position:absolute;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--fancybox-color,currentColor);position:absolute;top:50%;left:50%;width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;height:100%;right:0;position:absolute;bottom:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;margin:auto;left:0;width:100%}.fancybox__spinner svg circle{stroke-linecap:round;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;fill:none;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-width:2.75;stroke:currentColor;stroke-dashoffset:0}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);box-shadow:inset 0 0 4px rgba(0,0,0,.2);border-radius:2px}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transition:none;transition:none;-webkit-transform-origin:0 0;transform-origin:0 0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-image .fancybox__content{min-height:1px;padding:0;background:0 0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-y:auto;overflow-x:hidden}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{overflow:visible;min-height:1px;flex-shrink:1;-ms-flex-negative:1}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-width:100%;max-height:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;color:#fff;background:rgba(24,24,27,.9)}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{height:100%;border:0;background:0 0;width:100%;display:block}.fancybox-placeholder{height:1px;overflow:hidden;padding:0;clip:rect(0,0,0,0);position:absolute;border-width:0;margin:-1px;width:1px;white-space:nowrap}.fancybox__thumbs{-ms-flex:0 0 auto;flex:0 0 auto;padding:0 3px;-webkit-box-flex:0;position:relative;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:center;overflow:visible;padding:8px 3px;justify-content:center;-webkit-box-flex:0;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-sizing:content-box;box-sizing:content-box;margin:0;align-items:center;cursor:pointer;width:var(--fancybox-thumbs-width,96px);-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));right:0;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;content:"";position:absolute;border-style:solid;opacity:0;border-width:5px;bottom:0;top:0;border-radius:var(--fancybox-thumbs-border-radius,4px);left:0}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;background-size:cover;background-color:hsla(0,0%,100%,.1);background-position:50%;border-radius:var(--fancybox-thumbs-border-radius,4px);width:100%;background-repeat:no-repeat}.fancybox__toolbar{-ms-flex-pack:justify;padding:0;justify-content:space-between;--carousel-button-svg-width:20px;-webkit-box-pack:justify;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));right:0;position:absolute;opacity:var(--fancybox-opacity,1);top:0;--carousel-button-svg-height:20px;background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(8.1%,rgba(0,0,0,.006)),color-stop(15.5%,rgba(0,0,0,.021)),color-stop(22.5%,rgba(0,0,0,.046)),color-stop(29%,rgba(0,0,0,.077)),color-stop(35.3%,rgba(0,0,0,.114)),color-stop(41.2%,rgba(0,0,0,.155)),color-stop(47.1%,rgba(0,0,0,.198)),color-stop(52.9%,rgba(0,0,0,.242)),color-stop(58.8%,rgba(0,0,0,.285)),color-stop(64.7%,rgba(0,0,0,.326)),color-stop(71%,rgba(0,0,0,.363)),color-stop(77.5%,rgba(0,0,0,.394)),color-stop(84.5%,rgba(0,0,0,.419)),color-stop(91.9%,rgba(0,0,0,.434)),to(rgba(0,0,0,.44)));background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));left:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;left:50%}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{padding:0 10px;font-size:17px;min-width:72px;text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;line-height:var(--carousel-button-height,48px)}.fancybox__progress{height:3px;-webkit-transform:scaleX(0);transform:scaleX(0);right:0;-webkit-transition-timing-function:linear;transition-timing-function:linear;position:absolute;top:0;-webkit-transform-origin:0;transform-origin:0;background:var(--fancybox-accent-color,rgba(34,213,233,.96));left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.owl-carousel{-webkit-tap-highlight-color:transparent;position:relative;width:100%;display:none;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;-ms-touch-action:pan-Y;touch-action:manipulation}.owl-carousel .owl-stage:after{height:0;content:".";visibility:hidden;clear:both;line-height:0;display:block}.owl-carousel .owl-stage-outer{overflow:hidden;-webkit-transform:translateZ(0);position:relative}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;min-height:1px;-webkit-touch-callout:none;position:relative;float:left}.owl-carousel .owl-item img{width:100%;display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{padding:0!important;border:0;color:inherit;font:inherit;background:0 0}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{height:100%;position:relative;background:#000}.owl-carousel .owl-video-play-icon{height:80px;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease;position:absolute;top:50%;background:url(/wp-content/themes/u-clinic/assets/css/owl.video.play.png) no-repeat;cursor:pointer;margin-left:-40px;left:50%;width:80px;margin-top:-40px;z-index:1}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{height:100%;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-size:contain;opacity:0;background-position:50%;background-repeat:no-repeat}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}.input_checkbox input,.owl-carousel .clearflex{display:none}@media (max-width:1100px){.gold_bg{padding:20px}}@media (max-width:768px){.gold_bg{padding:15px}}.pad_bot_0{padding-bottom:0!important}.pad_top_0{padding-top:0!important}.container{padding:0 20px;max-width:1560px;margin:auto}@media (max-width:1560px){.container{max-width:1440px}}@media (max-width:1440px){.container{padding:0 15px;max-width:1280px}}.section_bl{padding:35px 0 80px;position:relative}.section_bl.pb_none{padding-bottom:0}.section_bl.pt_none{padding-top:0}@media (max-width:1100px){.section_bl{padding:30px 0 50px}}@media (max-width:768px){.section_bl{padding:20px 0 30px}}.title{margin-bottom:35px}.title .small_tit{font-size:24px;font-style:italic;margin-bottom:5px;color:#363535;font-family:Georgia}.title .big_tit{font-size:36px;font-weight:700;color:#363535;line-height:44px}.title .big_tit a{text-decoration:none;color:#363535}.title.center{text-align:center}@media (max-width:1280px){.title .small_tit{font-size:20px}.title .big_tit{font-size:32px;line-height:40px}}@media (max-width:1100px){.title .small_tit{font-size:18px}.title .big_tit{font-size:28px;line-height:36px}}@media (max-width:768px){.title .small_tit{font-size:16px}.title .big_tit{font-size:26px;line-height:32px}}.owl-next.disabled,.owl-prev.disabled{display:none!important}.wpcf7-not-valid-tip{font-size:12px}.wpcf7-spinner{position:absolute}.grecaptcha-badge{visibility:hidden}form .recaptcha_links{font-size:11px;text-align:center;padding-bottom:0;line-height:1.4;display:block!important}form .recaptcha_links a{color:#000}.input_checkbox label{font-size:13px;color:#666;-webkit-box-align:center;align-items:center;cursor:pointer;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.input_checkbox label span:before{height:17px;border:1px solid #9b9a9a;margin-right:10px;content:" ";border-radius:50%;width:17px;display:inline-block}.input_checkbox label input:checked+span:before{background:url(/wp-content/themes/u-clinic/assets/img/checkbox-gold.png) no-repeat 50%/8px}.input_checkbox a{text-decoration:underline;color:#666}.input_checkbox a:hover{text-decoration:none}.bg_lines{background:url(/wp-content/themes/u-clinic/assets/img/bg_lines.png) no-repeat 50%}.bg_lines_bot{background:url(/wp-content/themes/u-clinic/assets/img/bg_lines.png) no-repeat bottom}.bg_dots{background:url(/wp-content/themes/u-clinic/assets/img/bg_1.jpg)}#pagination{margin-bottom:45px}#pagination .pagination_content{height:70px;padding:10px 100px;position:relative;background:#eeefee}#pagination .pagination_content nav{height:100%}#pagination .pagination_content .links a.next,#pagination .pagination_content .links a.prev{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;position:absolute;top:10px;margin:auto;align-items:center;border-radius:50%;background:#fff;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#pagination .pagination_content .links a.prev{left:30px}#pagination .pagination_content .links a.prev:before{height:13px;content:"";background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain;width:13px;display:inline-block}#pagination .pagination_content .links a.next{right:30px}#pagination .pagination_content .links a.next:before{height:13px;content:"";background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain;width:13px;display:inline-block}#pagination .pagination_content .links,.tab_links .tab_links_wrap a{-ms-flex-pack:center;height:100%;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#pagination .pagination_content .links a{font-size:16px;text-decoration:none;font-weight:700;color:#363535;margin:0 15px;display:inline-block}@media (max-width:768px){#pagination .pagination_content{height:60px;padding:10px 70px}#pagination .pagination_content .next,#pagination .pagination_content .prev{height:40px;width:40px}#pagination .pagination_content .prev{left:10px}#pagination .pagination_content .next{right:10px}#pagination .pagination_content .links a{margin:0 10px}}#pluses .pluses_content .pluses_list .item i.open,.tab_content_item{display:none}.tab_content_item.active{display:block}#download_app .pluses_content .links div,.tab_links{margin-bottom:25px}.tab_links .tab_links_wrap{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}.tab_links .tab_links_wrap a{height:58px;padding:0 25px;font-size:24px;border:2px solid #daa751;text-decoration:none;font-weight:700;margin-right:15px;margin-bottom:10px;color:#363535;border-radius:30px;background:#fff;width:275px}.tab_links .tab_links_wrap a.active,.tab_links .tab_links_wrap a:hover{color:#fff;background:#daa751}.tab_links .tab_links_wrap a:last-of-type{margin-right:0}@media (max-width:1280px){.tab_links{margin-bottom:20px}.tab_links .tab_links_wrap a{height:54px;font-size:22px;width:240px}}@media (max-width:1100px){.tab_links{margin-bottom:15px}.tab_links .tab_links_wrap a{height:52px;font-size:20px;width:220px}}@media (max-width:768px){.tab_links{margin-bottom:10px}.tab_links .tab_links_wrap a{height:48px;padding:0 15px;font-size:16px;margin-right:10px;width:180px}}#oficial .author{height:700px;position:absolute;bottom:0;background:url(/wp-content/themes/u-clinic/assets/img/oficial_bg_new.png) no-repeat top/cover;margin-left:-20px;left:50%;width:872px;display:inline-block}#oficial.about_template .author{bottom:auto;top:250px}#oficial .author .user{-webkit-transform:skew(-10deg);transform:skew(-10deg);padding:20px 30px;position:absolute;background-color:#fff;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:10px;display:inline-block}#oficial .author .user span{font-size:12px;color:#363535;padding-bottom:10px;display:block}#oficial .author .user span:last-of-type,#oficial .text p:last-of-type{padding-bottom:0}#oficial .author .user span.name,#oficial .text p.foot{font-size:20px;font-style:italic;font-family:Georgia}#oficial .author .men{bottom:110px;left:150px}#oficial .author .woomen{bottom:65px;margin-left:50px;left:50%}#oficial .text{padding:45px;font-size:16px;margin-bottom:25px;color:#363535;position:relative;max-width:890px;border-radius:10px;background:#fff0d8;line-height:1.4;z-index:100}#oficial .text p{padding-bottom:30px}#oficial .links{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;width:700px;display:-webkit-box;display:-ms-flexbox;display:flex}#oficial .links a{-ms-flex-pack:justify;height:50px;justify-content:space-between;-webkit-box-pack:justify;text-decoration:none;margin-right:12px;margin-bottom:13px;-webkit-box-align:center;padding-right:12px;align-items:center;border-radius:5px;background:#fbf7f5;width:220px;-ms-flex-align:center;padding-left:21px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#oficial .links a span{font-size:16px;color:#363535;line-height:16px}#oficial .links a:after{height:9px;content:"";background:url(/wp-content/themes/u-clinic/assets/img/ic-right.svg) no-repeat 50%/cover;width:6px;display:inline-block}@media (max-width:1560px){#oficial .author .woomen{margin-left:0}}@media (max-width:1440px){#oficial .author{right:-165px;left:auto}#oficial .author .men{left:100px}#oficial .author .woomen{margin-left:-35px}#oficial .text{padding:35px;max-width:60%}#oficial .links{width:465px}}@media (max-width:1100px){#oficial .author{display:none}#oficial .text{padding:30px;max-width:100%}#oficial .links{max-width:700px;width:100%}}@media (max-width:768px){#oficial .text{padding:20px}#oficial .links{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify}#oficial .links a{height:auto;min-height:40px;padding:5px 12px 5px 15px;margin-right:0;width:49%}#oficial .links a span{font-size:14px}}#pluses .pluses_content,#pluses .pluses_content .pluses_list .item .icon,footer .footer_top .colums{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start;display:-webkit-box;display:-ms-flexbox;display:flex}#pluses .pluses_content .image_wrap{margin-right:70px;max-width:456px;min-width:456px;width:456px}#pluses .pluses_content .image_wrap img{width:100%}#pluses .pluses_content .pluses_list{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;margin-top:-90px;display:-webkit-box;display:-ms-flexbox;display:flex}#pluses .pluses_content .pluses_list .item{margin-bottom:75px;color:#363535;position:relative;width:48%;padding-left:105px}#pluses .pluses_content .pluses_list .item .icon{-ms-flex-pack:center;height:80px;justify-content:center;-webkit-box-pack:center;border:1px solid #efdfd6;-webkit-box-align:center;position:absolute;top:0;background-color:#fff;align-items:center;border-radius:10px;left:0;width:80px;-ms-flex-align:center}#pluses .pluses_content .pluses_list .item .icon img{max-width:40px;max-height:40px}#pluses .pluses_content .pluses_list .item .tit{font-size:20px;font-weight:500;margin-bottom:30px;line-height:30px}#pluses .pluses_content .pluses_list .item .text{font-size:16px;line-height:24px}@media (max-width:1560px){#pluses .pluses_content .image_wrap{margin-right:60px;max-width:410px;min-width:410px;width:410px}#pluses .pluses_content .pluses_list{margin-top:-90px}#pluses .pluses_content .pluses_list .item{margin-bottom:60px;padding-left:100px}#pluses .pluses_content .pluses_list .item .icon{height:75px;width:75px}#pluses .pluses_content .pluses_list .item .icon img{max-width:40px;max-height:40px}#pluses .pluses_content .pluses_list .item .tit{margin-bottom:25px;line-height:28px}}@media (max-width:1440px){#pluses .pluses_content .image_wrap{margin-right:50px;max-width:370px;min-width:370px;width:370px}#pluses .pluses_content .pluses_list{margin-top:-90px}#pluses .pluses_content .pluses_list .item{margin-bottom:45px;padding-left:90px}#pluses .pluses_content .pluses_list .item .icon{height:70px;width:70px}#pluses .pluses_content .pluses_list .item .icon img{max-width:40px;max-height:40px}#pluses .pluses_content .pluses_list .item .tit{margin-bottom:20px;line-height:26px}}@media (max-width:1280px){#pluses .pluses_content .image_wrap{margin-right:40px;max-width:330px;min-width:330px;width:330px}#pluses .pluses_content .pluses_list{margin-top:-90px}#pluses .pluses_content .pluses_list .item{margin-bottom:30px;padding-left:80px}#pluses .pluses_content .pluses_list .item .icon{height:65px;width:65px}#pluses .pluses_content .pluses_list .item .icon img{max-width:40px;max-height:40px}#pluses .pluses_content .pluses_list .item .tit{margin-bottom:15px;line-height:24px}}@media (max-width:1100px){#pluses .pluses_content .pluses_list{flex-grow:1;-webkit-box-flex:1;-ms-flex-positive:1;margin-top:0;display:block}#pluses .pluses_content .pluses_list .item{padding:25px 15px 25px 20px;border:1px solid #eeddd3;margin-bottom:15px;border-radius:10px;background:#fff;width:auto}#pluses .pluses_content .pluses_list .item .icon{height:40px;border:0;margin-right:25px;position:relative;width:40px;float:left}#pluses .pluses_content .pluses_list .item .icon img{max-width:40px;max-height:40px}#pluses .pluses_content .pluses_list .item .tit{margin-bottom:0;margin-left:65px;line-height:40px}#pluses .pluses_content .pluses_list .item .tit span{font-size:16px;line-height:18px;vertical-align:middle;display:inline-block}#pluses .pluses_content .pluses_list .item .tit span br{display:none}#pluses .pluses_content .pluses_list .item .text{padding-top:15px;line-height:20px;display:none}#pluses .pluses_content .pluses_list .item.active .text{display:block}#pluses .pluses_content .pluses_list .item i.open{height:6px;right:15px;position:absolute;bottom:15px;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown.png) no-repeat top;cursor:pointer;width:9px;display:inline-block}#pluses .pluses_content .pluses_list .item.active i.open{background-position:bottom}}@media (max-width:768px){#pluses .pluses_content{display:block}#pluses .pluses_content .image_wrap{display:none}}#services .services_item{position:relative;padding-bottom:60px}#about_video .about_video__content .txt_cotnent .txt p:last-of-type,#services .services_item:last-of-type,#services_cat .services_content .services_list._colums_style .services_colum>ul>li>ul>li:last-of-type,#services_cat .services_content .services_list>ul>li>ul>li:last-of-type{padding-bottom:0}#services .services_item .linl_to_all{right:0;position:absolute;margin-top:-85px}#services .services_item .linl_to_all a,#services .services_item .services_content.owl-carousel .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center}#services .services_item .linl_to_all a{border:1px solid #05727e;text-decoration:none;border-radius:5px;width:155px;display:-webkit-box;display:-ms-flexbox;display:flex}#services .services_item .linl_to_all a span{font-size:16px;font-weight:500;margin-right:20px;color:#daa751}#services .services_item .linl_to_all a:after{height:9px;content:" ";background:url(/wp-content/themes/u-clinic/assets/img/ic-right-gold.svg) no-repeat 50%/cover;width:6px;display:block}#services .services_item .services_content.owl-carousel .owl-stage-outer{padding:15px;margin:0 -15px}#services .services_item .services_content.owl-carousel .owl-nav{position:absolute;top:50%;width:100%;margin-top:-25px}#services .services_item .services_content.owl-carousel .owl-nav button{border:0;position:absolute;background-color:#fff;-webkit-box-shadow:0 0 10px #bcbfbb;box-shadow:0 0 10px #bcbfbb;border-radius:50%;cursor:pointer;width:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#professionals .professionals_content .list .owl-nav button.owl-prev,#services .services_item .services_content.owl-carousel .owl-nav button.owl-prev{left:-60px}#professionals .professionals_content .list .owl-nav button.owl-next,#services .services_item .services_content.owl-carousel .owl-nav button.owl-next{right:-60px}#about_photos .about_photos__content .list .owl-nav button span,#professionals .professionals_content .list .owl-nav button span,#services .services_item .services_content.owl-carousel .owl-nav button span{height:13px;color:transparent;width:13px;display:inline-block}#professionals .professionals_content .list .owl-nav button.owl-prev span,#services .services_item .services_content.owl-carousel .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#services .services_item .services_content.owl-carousel .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#professionals .professionals_content .list .owl-nav button.owl-next span,#services .services_item .services_content.owl-carousel .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#services .services_item .services_content.owl-carousel .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#services .services_item .services_content .service_item{max-width:355px;-webkit-box-shadow:0 0 10px #bcbfbb;box-shadow:0 0 10px #bcbfbb;border-radius:15px}#services .services_item .services_content .service_item .image_wrap{overflow:hidden;min-width:100%;border-radius:10px}#services .services_item .services_content .service_item .image_wrap a{text-decoration:none;display:block}#services .services_item .services_content .service_item .image_wrap a img,footer .footer_top .colums .item .logo_wrap img{min-width:100%;display:block}#services .services_item .services_content .service_item .tit{-ms-flex-pack:center;height:80px;padding:0 10px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;border-bottom:1px solid #b4d4d8;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#services .services_item .services_content .service_item .tit a{font-size:24px;text-decoration:none;font-weight:500;color:#363535;text-align:center;line-height:28px;display:inline-block}#services .services_item .services_content .service_item .link{height:65px}#services .services_item .services_content .service_item .link>a{-ms-flex-pack:center;height:100%;justify-content:center;-webkit-box-pack:center;font-size:16px;text-decoration:none;font-weight:500;color:#daa751;-webkit-box-align:center;align-items:center;width:100%;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#services .services_item .services_content .service_item .link>a:after{height:13px;content:"";background:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg) no-repeat 50%/cover;margin-left:20px;width:13px;display:inline-block}#services .services_item .services_content .service_item .link.procedures_list{position:relative}#services .services_item .services_content .service_item .link.procedures_list .procedures_wrap{padding:0 25px 25px;position:absolute;top:-2px;-webkit-box-shadow:10px 20px 20px 0 #bcbfbb;box-shadow:10px 20px 20px 0 #bcbfbb;border-radius:0 0 15px 15px;background:#fff;left:0;width:100%;display:none;z-index:100}#download_app .pluses_content .cont .txt ul,#services .services_item .services_content .service_item .link.procedures_list .procedures_wrap ul{margin-left:20px}#services .services_item .services_content .service_item .link.procedures_list .procedures_wrap ul li{padding-bottom:10px}#services .services_item .services_content .service_item .link.procedures_list .procedures_wrap ul li a{font-size:16px;text-decoration:none;font-weight:500;color:#363535}#services .services_item .services_content .service_item .link.procedures_list .procedures_wrap ul li a:hover{text-decoration:underline;color:#daa751}#services .services_item .services_content.wrap_content{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#services .services_item .services_content.wrap_content .service_item{margin-bottom:30px;width:24%}@media (max-width:1680px){#services .services_slider_cotainer{padding:0 70px}}@media (max-width:1560px){#services .services_item .services_content .service_item .tit{height:75px}#services .services_item .services_content .service_item .tit a{font-size:22px;line-height:26px}}@media (max-width:1440px){#services .services_item .services_content .service_item .tit{height:70px}#services .services_item .services_content .service_item .tit a{font-size:20px;line-height:24px}#services .services_item .services_content .service_item .link{height:60px}#services .services_item .services_content .service_item .link a{font-size:14px}}@media (max-width:1100px){#services .services_item,#services .services_item:last-of-type{padding-bottom:110px}#services .services_item .linl_to_all{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;bottom:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#services .services_item .services_content .service_item{width:330px}#services .services_item .services_content.owl-carousel .owl-stage-outer{overflow:visible}#services .services_item .services_content,#services .services_item .services_content.wrap_content{display:block}#services .services_item .services_content.wrap_content .service_item{margin-bottom:0;width:330px}#services .services_slider_cotainer{padding:0 15px}}@media (max-width:400px){#services .services_item .services_content .service_item,#services .services_item .services_content.wrap_content .service_item{width:290px}}#download_app{height:700px;overflow:hidden;background:url(/wp-content/themes/u-clinic/assets/img/download_app_bg.jpg) no-repeat 50%}#download_app .title{padding-top:120px;margin-bottom:80px;position:relative;z-index:100}#download_app .title .small_tit{font-size:55px;font-style:italic;margin-bottom:10px;color:#363535;line-height:60px;font-family:Georgia}#download_app .title .big_tit{font-size:55px;font-weight:700;color:#363535;line-height:55px}#download_app .pluses_content{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#download_app .pluses_content .links{margin-right:120px;position:relative;z-index:100}#download_app .pluses_content .links div a,#professionals .professionals_content .list .item .image_wrap a{text-decoration:none}#download_app .pluses_content .cont{position:relative}#download_app .pluses_content .cont .tit{font-size:30px;font-style:italic;margin-bottom:25px;color:#363535;position:relative;font-family:Georgia}#download_app .pluses_content .cont .txt{font-size:24px;position:relative}#download_app .pluses_content .cont .txt ul li,#services_cat .services_content .services_list._colums_style .services_colum>ul>li>ul>li,#services_cat .services_content .services_list>ul>li>ul>li{padding-bottom:15px}#download_app .pluses_content .cont:before{height:695px;content:"";position:absolute;border-radius:50%;background:hsla(38,76%,66%,.7);margin-left:-170px;width:695px;margin-top:-160px}@media (max-width:1100px){#download_app .pluses_content .links{margin-right:60px}}@media (max-width:768px){#download_app{height:auto;background-position:0}#download_app .title{padding-top:30px;margin-bottom:35px;text-align:center}#download_app .title .small_tit{font-size:30px;margin-bottom:5px;line-height:32px}#download_app .title .big_tit{font-size:36px;line-height:38px}#download_app .pluses_content{display:block}#download_app .pluses_content .links{margin-right:0;text-align:center}#download_app .pluses_content .cont{max-width:350px;margin:auto}#download_app .pluses_content .cont .tit{font-size:24px;margin-bottom:20px}#download_app .pluses_content .cont .txt{font-size:18px}#download_app .pluses_content .cont:before{background:hsla(38,76%,66%,.5);margin-top:-220px}}.image_wrap .medal{height:105px;right:5px;position:absolute;top:0;background:url(/wp-content/themes/u-clinic/assets/img/medal.png) no-repeat 50%/contain;width:80px;display:block}#professionals .professionals_content .list .item{max-width:357px}#professionals .professionals_content .list .item .image_wrap{margin-bottom:25px;position:relative}#professionals .professionals_content .list .item .image_wrap a img{max-width:100%;border-radius:10px}#professionals .professionals_content .list .item .tit{min-height:90px;margin-bottom:5px}#professionals .professionals_content .list .item .tit a{font-size:24px;text-decoration:none;font-style:italic;color:#363535;line-height:30px;font-family:Georgia}#professionals .professionals_content .list .item .tit a:hover{color:#daa751}#professionals .professionals_content .list .item .dolgnost{font-size:18px;font-weight:500;margin-bottom:10px;color:#363535}#professionals .professionals_content .list .item .text{font-size:16px;color:#363535}#professionals .professionals_content .list .item .btn_wrap,#steps .steps_content .dots_container{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex}#professionals .professionals_content .list .item .btn_wrap .spec-form{padding:10px 20px;font-size:18px}#professionals .professionals_content .list .owl-nav{position:absolute;top:50%;width:100%;margin-top:-25px}#about_photos .about_photos__content .list .owl-nav button,#professionals .professionals_content .list .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;border:0;-webkit-box-align:center;position:absolute;background-color:#fff;align-items:center;border-radius:50%;cursor:pointer;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#professionals .professionals_content .list .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#professionals .professionals_content .list .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}@media (max-width:1680px){#professionals .professionals_content{padding:0 60px}}@media (max-width:1100px){#professionals .professionals_content{padding:0}#professionals .professionals_content .list .item{max-width:330px}#professionals .professionals_content .list .item .tit{min-height:80px}#professionals .professionals_content .list .item .tit a{font-size:22px;line-height:26px}#professionals .professionals_content .list .item .btn_wrap .spec-form{padding:7px 15px;font-size:16px;margin-top:0}}@media (max-width:768px){#professionals .professionals_content .list .item .tit{min-height:auto;margin-bottom:15px}#professionals .professionals_content .list .item .tit a{font-size:18px;line-height:22px}#professionals .professionals_content .list .item .dolgnost{font-size:16px;margin-bottom:0}#professionals .professionals_content .list .item .text{display:none}}@media (max-width:450px){#professionals .professionals_content .list .item{max-width:100%}}#steps{background:#eeddd3}#steps .steps_content .dots_container{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;margin-bottom:40px;position:relative}#steps .steps_content .dots_container:before{height:4px;content:"";position:absolute;top:50%;background:#daa751;width:100%;margin-top:-2px;display:block}#about_photos .about_photos__content .link a,#steps .steps_content .dots_container .owl-dot{-ms-flex-pack:center;height:70px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center}#steps .steps_content .dots_container .owl-dot{border:4px solid #daa751;position:relative;border-radius:50%;background:#eeddd3;cursor:pointer;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex}#steps .steps_content .dots_container .owl-dot span{font-size:30px;font-weight:700;color:#363535}#steps .steps_content .dots_container .owl-dot.active{background:#daa751}#steps .steps_content .dots_container .owl-dot.active span{color:#fff}#about_video .about_video__content,#steps .steps_content .items{-webkit-box-shadow:10px 0 20px hsla(105,3%,74%,.3);box-shadow:10px 0 20px hsla(105,3%,74%,.3)}#steps .steps_content .items .item{max-height:557px;border-radius:15px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}#steps .steps_content .items .item .image_wrap{max-width:502px;min-width:502px;width:502px}#steps .steps_content .items .item .image_wrap img{min-width:100%;border-radius:15px;display:block}#steps .steps_content .items .item .text_wrap{flex-grow:1;overflow:auto;padding:30px;-webkit-box-flex:1;max-height:100%;-ms-flex-positive:1}#docs .docs__content .link_icon span,#steps .steps_content .items .item .text_wrap .tit{font-size:24px;font-style:italic;color:#363535;font-family:Georgia}#steps .steps_content .items .item .text_wrap .txt{font-size:16px;color:#363535}@media (max-width:1440px){#steps .steps_content .dots_container{margin-bottom:35px}#steps .steps_content .dots_container .owl-dot{height:65px;width:65px}#steps .steps_content .items .item{height:499px}#steps .steps_content .items .item .image_wrap{max-width:450px;min-width:450px;width:450px}}@media (max-width:1280px){#steps .steps_content .dots_container{margin-bottom:30px}#steps .steps_content .dots_container .owl-dot{height:60px;width:60px}#steps .steps_content .items .item{height:444px}#steps .steps_content .items .item .image_wrap{max-width:400px;min-width:400px;width:400px}#steps .steps_content .items .item .text_wrap{padding:25px}}@media (max-width:1100px){#steps .steps_content .dots_container{margin-bottom:25px}#steps .steps_content .dots_container .owl-dot{height:55px;width:55px}#steps .steps_content .dots_container .owl-dot span{font-size:25px}#steps .steps_content .items .item{height:388px}#steps .steps_content .items .item .image_wrap{max-width:350px;min-width:350px;width:350px}#steps .steps_content .items .item .text_wrap{padding:20px}}@media (max-width:991px){#steps .steps_content .items .item{height:400px}#steps .steps_content .items .item .image_wrap{display:none}}@media (max-width:768px){#steps .steps_content .dots_container .owl-dot span{font-size:20px}#steps .steps_content .items .item{height:500px}#steps .steps_content .items .item .text_wrap{padding:15px}#steps .steps_content .items .item .text_wrap .tit{font-size:18px;margin-bottom:10px}#steps .steps_content .items .item .text_wrap .txt{font-size:14px;line-height:1.2}}#about_video .about_video__content{padding:35px;border-radius:10px;align-content:flex-start;background:#fff;-ms-flex-line-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#about_video .about_video__content .txt_cotnent{flex-grow:1;-webkit-box-flex:1;margin-right:30px;position:relative;max-height:100%;-ms-flex-positive:1}#about_video .about_video__content .txt_cotnent .txt{overflow:auto;font-size:16px;right:0;color:#363535;position:absolute;padding-right:30px;bottom:0;top:0;left:0;line-height:24px}#about_video .about_video__content .txt_cotnent .txt p{padding-bottom:25px}#about_video .about_video__content .txt_cotnent .txt .tit{font-size:24px;font-style:italic;padding-bottom:30px;font-family:Georgia}#about_video .about_video__content .txt_cotnent .txt .end_text{padding-top:20px;font-size:20px;font-style:italic;color:#363535;font-family:Georgia}#about_video .about_video__content .video{min-width:644px;border-radius:10px;width:644px}#about_video .about_video__content .video .mob,#talk .talk__contents .naws a br{display:none}#about_video .about_video__content .video .des{display:block}#about_video .about_video__content .video .des a{text-decoration:none;position:relative;display:block}#about_video .about_video__content .video .des a img{border-radius:10px;display:block}#about_video .about_video__content .video .des a .ic,#contact_page .blocks .row .item .image_wrap a.video .ic{height:110px;position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 52px #fff;margin-left:-55px;left:50%;width:110px;margin-top:-55px;display:inline-block;z-index:10}#about_video .about_video__content .video .des a .ic:before,#big_video .video_content a .ic:before,#contact_page .blocks .row .item .image_wrap a.video .ic:before{border:20px solid hsla(0,0%,100%,.59);right:-20px;content:" ";position:absolute;bottom:-20px;top:-20px;border-radius:50%;left:-20px;display:inline-block}#about_video .about_video__content .video .des a .ic:after,#big_video .video_content a .ic:after,#contact_page .blocks .row .item .image_wrap a.video .ic:after{border:1px solid #fff;right:0;content:" ";position:absolute;bottom:0;top:0;border-radius:50%;left:0;display:inline-block}#about_video .about_video__content .video .des a:hover .ic:after,#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a:hover .ic:after{right:-35px;bottom:-35px;top:-35px;left:-35px}@media (max-width:1440px){#about_video .about_video__content{padding:30px}#about_video .about_video__content .video{min-width:600px;width:600px}}@media (max-width:1280px){#about_video .about_video__content{padding:25px}#about_video .about_video__content .video{min-width:550px;width:550px}}@media (max-width:1100px){#about_video .about_video__content{padding:20px;display:block}#about_video .about_video__content .txt_cotnent{margin-bottom:25px}#about_video .about_video__content .txt_cotnent .txt{position:relative}#about_video .about_video__content .video{min-width:550px;margin:auto;width:550px}}@media (max-width:768px){#about_video .about_video__content{padding:15px}#about_video .about_video__content .video{max-width:100%;min-width:auto;width:auto}#about_video .about_video__content .video .des{display:none}#about_video .about_video__content .video .mob{display:block}#about_video .about_video__content .video .mob a{text-decoration:none;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#about_video .about_video__content .video .mob a .ic{height:90px;border:10px solid #6cacb3;max-width:90px;min-width:90px;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 50%;width:90px}#about_video .about_video__content .video .mob a .txt{font-size:16px;font-style:italic;color:#daa751;line-height:20px;font-family:Georgia;padding-left:20px}#about_video .about_video__content .txt_cotnent .txt{font-size:14px}#about_video .about_video__content .txt_cotnent .txt .tit{font-size:18px;padding-bottom:15px}#about_video .about_video__content .txt_cotnent .txt .end_text{padding-top:0;font-size:16px}}#about_photos .about_photos__content .list{padding:40px;-webkit-box-shadow:10px 0 20px hsla(105,3%,74%,.3);box-shadow:10px 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#about_photos .about_photos__content .list .item{max-width:100%;border-radius:10px;width:450px}#about_photos .about_photos__content .list .item a,#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a{text-decoration:none}#about_photos .about_photos__content .list .item a img{border-radius:10px;width:450px}#about_photos .about_photos__content .list .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}#about_photos .about_photos__content .list .owl-nav button.owl-prev,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-prev{left:-60px}#about_photos .about_photos__content .list .owl-nav button.owl-next,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-next{right:-60px}#about_photos .about_photos__content .list .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#about_photos .about_photos__content .list .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#about_photos .about_photos__content .list .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#about_photos .about_photos__content .list .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#about_photos .about_photos__content .link{padding-top:50px;text-align:center}#about_photos .about_photos__content .link a{font-size:16px;text-decoration:none;color:#fff;border-radius:50px;background:#daa751;width:205px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1680px){#about_photos .about_photos__content{padding:0 60px}}@media (max-width:1440px){#about_photos .about_photos__content .list{padding:35px}}@media (max-width:1280px){#about_photos .about_photos__content .list{padding:30px}}@media (max-width:1100px){#about_photos .about_photos__content{padding:0}#about_photos .about_photos__content .list{padding:25px}#about_photos .about_photos__content .list .item,#about_photos .about_photos__content .list .item a img{width:100%}}@media (max-width:768px){#about_photos .about_photos__content .list{padding:20px}#about_photos .about_photos__content .owl-dots{-ms-flex-pack:center;padding:20px 0 10px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#about_photos .about_photos__content .owl-dots button{padding:0;border:0;margin:0 6px;background:0 0;cursor:pointer}#about_photos .about_photos__content .owl-dots button span{height:8px;border:0;border-radius:50%;background:#daa751;width:8px;display:inline-block}#about_photos .about_photos__content .owl-dots button.active span{background:#daa751}#about_photos .about_photos__content .link{padding-top:25px}#about_photos .about_photos__content .link a{height:50px;font-size:14px;width:150px}}@media (max-width:400px){#about_photos .about_photos__content .list{padding:15px}}#docs .docs__content,#docs .docs__content .list .owl-item.center .item a{position:relative}#docs .docs__content .list{overflow:hidden;padding:110px 0;max-width:1340px;margin:auto}#docs .docs__content .list .item{width:240px}#docs .docs__content .list .item a{padding:20px;text-decoration:none;-webkit-box-shadow:0 0 15px hsla(105,3%,74%,.3);box-shadow:0 0 15px hsla(105,3%,74%,.3);border-radius:10px;background:#fff;width:240px;display:block}#docs .docs__content .list .item a img{max-width:100%}#docs .docs__content .list.owl-carousel .owl-stage-outer{overflow:visible}#docs .docs__content .list .owl-item.center{z-index:2000}#docs .docs__content .list .owl-item.center .item{-webkit-transform:scale(1.6);transform:scale(1.6)}#docs .docs__content .list .owl-item.center .item a:after,#docs .docs__content .list .owl-item.center .item a:before{-webkit-transform:scale(.6);transform:scale(.6);content:" ";position:absolute;top:50%;border-radius:50%;left:50%;display:inline-block}#docs .docs__content .list .owl-item.center .item a:after{height:150px;background:hsla(0,0%,100%,.59);margin-left:-75px;width:150px;margin-top:-75px}#docs .docs__content .list .owl-item.center .item a:before{height:110px;background:url(/wp-content/themes/u-clinic/assets/img/ic_loop_gold.png) no-repeat 50% #fff;margin-left:-55px;width:110px;margin-top:-55px;z-index:10}#docs .docs__content .list .owl-item.next,#docs .docs__content .list .owl-item.prev{z-index:1000}#docs .docs__content .list .owl-item.prev .item{-webkit-transform:scale(1.3) translateX(-20px);transform:scale(1.3) translateX(-20px)}#docs .docs__content .list .owl-item.next .item{-webkit-transform:scale(1.3) translateX(20px);transform:scale(1.3) translateX(20px)}#docs .docs__content .navs_wrap{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}#docs .docs__content .navs_wrap button,#talk .talk__contents .talk_content .talk_item .list .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;border:0;-webkit-box-align:center;position:absolute;background-color:#fff;align-items:center;border-radius:50%;cursor:pointer;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#docs .docs__content .navs_wrap button.owl-prev{left:0}#docs .docs__content .navs_wrap button.owl-next{right:0}#docs .docs__content .navs_wrap button span,#talk .talk__contents .talk_content .talk_item .list .owl-nav button span{height:13px;color:transparent;width:13px;display:inline-block}#docs .docs__content .navs_wrap button.owl-prev span,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#actions .list.owl-carousel .owl-nav button.owl-prev:hover span,#actions_slider .list.owl-carousel .owl-nav button.owl-prev:hover span,#docs .docs__content .navs_wrap button.owl-prev:hover span,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#docs .docs__content .navs_wrap button.owl-next span,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#actions .list.owl-carousel .owl-nav button.owl-next:hover span,#actions_slider .list.owl-carousel .owl-nav button.owl-next:hover span,#docs .docs__content .navs_wrap button.owl-next:hover span,#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#docs .docs__content .link_icon{-webkit-box-align:center;position:absolute;align-items:center;margin-left:150px;left:50%;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#docs .docs__content .link_icon i{height:27px;background:url(/wp-content/themes/u-clinic/assets/img/docs_arrow.png) no-repeat 50%;width:71px;display:inline-block}#docs .docs__content .link_icon span{font-size:16px;line-height:20px;padding-left:15px}@media (max-width:1560px){#docs .docs__content .list{max-width:1260px}}@media (max-width:1440px){#docs .docs__content{padding:0 60px}#docs .docs__content .list .item{width:200px}#docs .docs__content .list .item a{padding:10px;width:200px}}@media (max-width:1280px){#docs .docs__content .list .item,#docs .docs__content .list .item a{width:180px}}@media (max-width:1100px){#docs .docs__content .list{padding:0}#docs .docs__content .list .item,#docs .docs__content .list .item a{width:100%}#docs .docs__content .list .owl-item.center .item,#docs .docs__content .list .owl-item.next .item,#docs .docs__content .list .owl-item.prev .item{-webkit-transform:none;transform:none}#docs .docs__content .link_icon,#docs .docs__content .list .owl-item.center .item a:after,#docs .docs__content .list .owl-item.center .item a:before{display:none}}@media (max-width:768px){#docs .docs__content{padding:0}#docs .docs__content .navs_wrap{display:none}#docs .docs__content .owl-dots{-ms-flex-pack:center;padding:20px 0 10px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#docs .docs__content .owl-dots button{padding:0;border:0;margin:0 6px;background:0 0;cursor:pointer}#docs .docs__content .owl-dots button span{height:8px;border:0;border-radius:50%;background:#daa751;width:8px;display:inline-block}#docs .docs__content .owl-dots button.active span{background:#daa751}}#form_bl{background:url(/wp-content/themes/u-clinic/assets/img/form_bg.jpg) no-repeat 50%/cover}#form_bl .descr,#form_bl .tit{margin-bottom:40px;color:#363535;text-align:center}#form_bl .tit{font-size:55px;font-weight:700;display:block}#form_bl .descr{font-size:24px;font-style:italic;line-height:40px;font-family:Georgia}#form_bl .form_wrap .form_row{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}#form_bl .form_wrap .form_row .input_wrap{margin:0 15px}#form_bl .form_wrap .form_row .input_wrap input{height:58px;padding:0 30px;font-size:16px;border:0;font-weight:500;color:#363535;border-radius:40px;width:260px;line-height:58px}#form_bl .form_wrap .form_row .input_wrap .submit{height:70px;color:#fff;background:#daa751;line-height:70px}#form_bl .form_wrap .form_row:last-of-type{margin-bottom:0}@media (max-width:1440px){#form_bl .tit{font-size:50px;margin-bottom:20px}#form_bl .descr{font-size:22px;line-height:30px}}@media (max-width:1200px){#form_bl .tit{font-size:45px;margin-bottom:20px}#form_bl .descr{font-size:20px;line-height:24px}}@media (max-width:1100px){#form_bl .tit{font-size:35px;margin-bottom:20px}#form_bl .descr{font-size:18px;line-height:22px}}@media (max-width:768px){#form_bl{padding:115px 0 90px;background:url(/wp-content/themes/u-clinic/assets/img/form_bg_mobile.jpg) no-repeat 50%}#form_bl .tit{font-size:26px;margin-bottom:20px;line-height:30px}#form_bl .descr{font-size:16px;line-height:20px}#form_bl .form_wrap{max-width:350px;margin:auto}#form_bl .form_wrap .form_row{margin-bottom:0;display:block}#form_bl .form_wrap .form_row .input_wrap{margin:0 0 15px}#form_bl .form_wrap .form_row .input_wrap input{width:100%}#form_bl .form_wrap .form_row .input_wrap .submit{height:55px;line-height:55px;margin-top:20px}}#talk .talk__contents .naws{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}#talk .talk__contents .naws a{font-size:24px;text-decoration:none;font-style:italic;color:#363535;border-bottom:2px solid #bfbcba;text-align:center;margin:0 15px;padding-bottom:15px;width:425px;font-family:Georgia;display:inline-block}#talk .talk__contents .naws a.active,#talk .talk__contents .naws a:hover{border-bottom:2px solid #eabb67}#talk .talk__contents .talk_content .talk_item{display:none}#app_links a,#app_links a img,#messages .mess_content .list ul li a img,#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a img,#talk .talk__contents .talk_content .talk_item.active,footer .footer_top .colums .item .app a img{display:block}#talk .talk__contents .talk_content .talk_item .list{padding:35px;max-width:1390px;margin:auto;-webkit-box-shadow:10px 0 20px hsla(105,3%,74%,.3);box-shadow:10px 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#talk .talk__contents .talk_content .talk_item .list .item .image_wrap{margin-bottom:20px;position:relative;border-radius:10px}#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a .ic{height:86px;position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 38px #fff;margin-left:-43px;left:50%;width:86px;margin-top:-43px;display:inline-block;z-index:10}#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a .ic:before{border:15px solid hsla(0,0%,100%,.59);right:-15px;content:" ";position:absolute;bottom:-15px;top:-15px;border-radius:50%;left:-15px;display:inline-block}#talk .talk__contents .talk_content .talk_item .list .item .image_wrap a .ic:after{border:2px solid #fff;right:0;-webkit-transition:all .4s;transition:all .4s;content:" ";position:absolute;bottom:0;top:0;border-radius:50%;left:0;display:inline-block}#talk .talk__contents .talk_content .talk_item .list .item .name{font-size:20px;text-decoration:none;font-style:italic;color:#363535;font-family:Georgia}#talk .talk__contents .talk_content .talk_item .list .item .des{font-size:14px;color:#363535}#talk .talk__contents .talk_content .talk_item .list .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}#talk .talk__contents .talk_content .talk_item .link{padding-top:50px;text-align:center}#talk .talk__contents .talk_content .talk_item .link a{-ms-flex-pack:center;height:70px;padding:0 30px;justify-content:center;-webkit-box-pack:center;font-size:16px;text-decoration:none;color:#fff;-webkit-box-align:center;min-width:205px;align-items:center;border-radius:50px;background:#daa751;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#talk.reviews_list .talk__contents .talk_content .talk_item .list{-ms-flex-pack:justify;padding:0;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;max-width:100%;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex}#talk.reviews_list .talk__contents .talk_content .talk_item .list .item{padding:30px;margin-bottom:25px;max-width:650px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;width:49%}@media (max-width:1440px){#talk .talk__contents .talk_content .talk_item .list{padding:30px}}@media (max-width:1380px){#talk .talk__contents .talk_content .talk_item .list .owl-nav{height:60px;position:relative;bottom:0;top:auto;margin-top:20px}#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-prev{left:0}#talk .talk__contents .talk_content .talk_item .list .owl-nav button.owl-next{right:0}#talk .talk__contents .talk_content .talk_item .list .owl-nav button{-webkit-box-shadow:0 0 10px hsla(105,3%,74%,.7);box-shadow:0 0 10px hsla(105,3%,74%,.7)}}@media (max-width:1280px){#talk .talk__contents .naws{margin-bottom:20px}#talk .talk__contents .naws a{font-size:22px;line-height:26px}#talk .talk__contents .talk_content .talk_item .list{padding:25px}}@media (max-width:1100px){#talk .talk__contents .naws{margin-bottom:20px}#talk .talk__contents .naws a{font-size:20px;margin:0 1%;width:48%;line-height:24px}#talk .talk__contents .talk_content .talk_item .list{padding:20px}#talk .talk__contents .talk_content .talk_item .list .item .name a{font-size:20px}#talk.reviews_list .talk__contents .talk_content .talk_item .list{display:block}#talk.reviews_list .talk__contents .talk_content .talk_item .list .item{margin:0 auto 20px;width:100%}}@media (max-width:768px){#talk .talk__contents .naws{margin-bottom:20px}#talk .talk__contents .naws a{font-size:18px;line-height:22px}#talk .talk__contents .naws a br{display:inline}#talk .talk__contents .talk_content .talk_item .list{padding:15px}#talk .talk__contents .talk_content .talk_item .list .item .name a{font-size:18px}}@media (max-width:600px){#talk.reviews_list .talk__contents .talk_content .talk_item .list .item{padding:15px}}@media (max-width:400px){#talk .talk__contents .naws{margin-bottom:20px}#talk .talk__contents .naws a{font-size:16px;line-height:20px}#talk .talk__contents .talk_content .talk_item .list,#talk.reviews_list .talk__contents .talk_content .talk_item .list .item{padding:10px}}#app_links{right:0;position:fixed;top:220px;z-index:100}#app_links a{text-decoration:none}#app_links a:first-of-type{margin-bottom:30px}@media (max-width:1100px){#app_links{display:none}}#back_to_top{position:relative}#back_to_top a{height:58px;text-decoration:none;position:fixed;bottom:55px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.6);box-shadow:0 0 10px rgba(0,0,0,.6);background:url(/wp-content/themes/u-clinic/assets/img/ic_arrov_top.png) no-repeat 50% #efc883;left:55px;width:58px;display:inline-block;z-index:10000000}#messages,#messages .mess_content{-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);border-radius:10px 10px 0 0}#messages{right:150px;position:fixed;bottom:0;width:216px;z-index:10000}#messages .mess_content{padding:15px 20px 40px;-webkit-transition:all .4s;transition:all .4s;position:absolute;bottom:-300px;background:#fff;width:100%}#messages .mess_content .tit{font-size:20px;font-style:italic;margin-bottom:20px;color:#363535;text-align:center;font-family:Georgia}#messages .mess_content .list ul{list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}#messages .mess_content .list ul li{padding-bottom:25px;width:33%}#messages .mess_content .list ul li:nth-of-type(3n+1){text-align:left}#messages .mess_content .list ul li:nth-child(3n+2){text-align:center}#messages .mess_content .list ul li:nth-child(3n+3){text-align:right}#messages .mess_content .list ul li a{height:25px;text-decoration:none;-webkit-box-align:center;text-align:center;align-items:center;width:25px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#messages.active .mess_content{bottom:0}#messages .open_wrap a,footer .footer_top .colums .item .see a{text-decoration:none;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#messages .mess_content .list ul li a,#messages .open_wrap a{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center}#messages .open_wrap a{height:53px;position:relative;border-radius:10px 10px 0 0;background:#efc883;width:100%}#messages .open_wrap a i{height:24px;margin-right:10px;background:url(/wp-content/themes/u-clinic/assets/img/ic_message.png) no-repeat;width:23px;display:inline-block}#messages .open_wrap a span{font-size:16px;font-weight:700;color:#174449}@media (max-width:768px){#messages{right:auto;left:50px}}footer{color:#fff;background:#363535}footer .footer_top{padding:30px 0}footer .footer_top .colums .item{margin:0 20px}footer .footer_top .colums .item.item_1{margin-left:0;width:260px}footer .footer_top .colums .item.item_2,footer .footer_top .colums .item.item_3{width:280px}footer .footer_top .colums .item.item_4{margin-right:0;width:260px}footer .footer_top .colums .item .logo_wrap{margin-bottom:40px;position:relative}footer .footer_top .colums .item .logo_wrap .descr{font-size:11px;right:0;position:absolute;bottom:0;line-height:1}footer .footer_top .colums .item .logo_wrap .descr.des{display:inline-block}footer .footer_top .colums .item .logo_wrap .descr.mob{font-size:13px;display:none}footer .footer_top .colums .item .see{margin-bottom:40px}footer .footer_top .colums .item .see a{color:#fff}footer .footer_top .colums .item .see a i{height:23px;margin-right:25px;background:url(/wp-content/themes/u-clinic/assets/img/ic_see.png) no-repeat 50%;width:33px;display:inline-block}footer .footer_top .colums .item .see a span{font-size:14px}footer .footer_top .colums .item .app{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer_top .colums .item .app a{text-decoration:none}footer .footer_top .colums .item .prodoctor .tit{font-size:14px;margin-bottom:20px}footer .footer_top .colums .item .f_tit{font-size:18px;font-weight:700;margin-bottom:25px;margin-top:40px}footer .footer_top .colums .item .menu ul{-ms-flex-pack:justify;list-style:none;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;margin:0}footer .footer_top .colums .item .menu ul li{padding-bottom:15px;width:40%}#blog .blog_list .post_item .text_wrap .link a:hover,#contact_page .blocks .row .item .text_item a:hover,#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li a:hover,#other_links .other_links_content .list ul li a:hover,#services_cat .services_content .services_list._colums_style .services_colum>ul>li>a:hover,#services_cat .services_content .services_list._colums_style .services_colum>ul>li>ul>li>a:hover,#services_cat .services_content .services_list>ul>li>a:hover,#services_cat .services_content .services_list>ul>li>ul>li>a:hover,footer .footer_bot .container div a:hover,footer .footer_top .colums .item .links p a:hover,footer .footer_top .colums .item .menu ul li a:hover{text-decoration:underline}footer .footer_top .colums .item .links p{padding-bottom:20px}footer .footer_top .colums .item .links p a,footer .footer_top .colums .item .menu ul li a{font-size:14px;text-decoration:none;color:#fff}footer .footer_top .colums .item .phone{margin-bottom:20px}footer .footer_top .colums .item .phone a{font-size:18px;text-decoration:none;font-weight:700;color:#fff}footer .footer_top .colums .item .addr{font-size:16px;font-weight:500;margin-bottom:10px}footer .footer_top .colums .item .time{font-size:16px;font-weight:500;margin-bottom:40px}footer .footer_top .colums .item .soc_tit{font-size:14px;margin-bottom:20px}#actions .list .item .btn_wrap a,#actions_slider .list .item .btn_wrap a,footer .footer_top .colums .item .social{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer_top .colums .item .social a{margin-right:20px;display:inline-block}.blog_content iframe,.text_block .text_block_content iframe,footer .footer_top .colums .item .social a img{max-width:100%}footer .footer_center{text-align:center;background:#323131}footer .footer_bot,footer .footer_center{padding:20px 0;font-size:14px;color:#fff}footer .footer_bot .container,footer .footer_top .colums .item .menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer_bot .container .second{margin-left:auto}footer .footer_bot .container div a,footer .footer_top .colums .item .prodoctor .img a{text-decoration:none;color:#fff}@media (max-width:1440px){footer .footer_top .colums .item{margin:0 15px}footer .footer_top .colums .item .f_tit{margin-top:0}footer .footer_top .colums .item.item_2{width:170px}footer .footer_top .colums .item .menu ul li{width:100%}}@media (max-width:1280px){footer .footer_top .colums{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:800px;margin:auto}footer .footer_top .colums .item.item_1,footer .footer_top .colums .item.item_bnr{-ms-flex-order:-1;margin:0 20px 40px 0;order:-1;width:300px!important;-webkit-box-ordinal-group:0}footer .footer_top .colums .item.item_bnr{margin:0 0 40px 20px}footer .footer_top .colums .item.item_2{margin:0 20px 0 0;width:180px!important}footer .footer_top .colums .item.item_3{margin:0 20px;width:260px!important}footer .footer_top .colums .item.item_4{margin:0 0 0 20px;width:260px!important}footer .footer_top .colums .item .menu ul li{margin-bottom:0!important;width:100%}footer .footer_bot .container{display:block}footer .footer_bot .container div{margin-right:0;margin-bottom:10px;text-align:center}}@media (max-width:768px){footer .footer_top .container{padding:0}footer .footer_top .colums .item{padding:15px;border-bottom:1px solid hsla(0,0%,100%,.3);margin:0!important;width:100%!important}footer .footer_top .colums .item:last-of-type{border-bottom:none}footer .footer_top .colums .item.item_1{border-bottom:none;-ms-flex-order:-1;order:-1;width:100%!important;-webkit-box-ordinal-group:0}footer .footer_top .colums .item.item_2,footer .footer_top .colums .item.item_3,footer .footer_top .colums .item.item_4{-ms-flex-order:0;order:0;width:100%!important;-webkit-box-ordinal-group:1}footer .footer_top .colums .item.item_bnr{-ms-flex-order:-1;order:-1;width:100%!important;-webkit-box-ordinal-group:0}footer .footer_top .colums .item .logo_wrap{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;margin-bottom:20px;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer_top .colums .item .logo_wrap img{margin-right:30px;max-width:200px;min-width:auto}footer .footer_top .colums .item .logo_wrap .descr{position:static}footer .footer_top .colums .item .logo_wrap .descr.des{display:none}footer .footer_top .colums .item .logo_wrap .descr.mob{display:inline-block}footer .footer_top .colums .item .see{margin-bottom:30px}footer .footer_top .colums .item .app{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;margin-bottom:30px}footer .footer_top .colums .item .app a:first-of-type{margin-right:40px}footer .footer_top .colums .item .f_tit{margin-bottom:0;position:relative;margin-top:0}footer .footer_top .colums .item .f_tit:after{height:20px;right:0;content:"";position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_white.png) no-repeat 50% #e3b695;width:20px;margin-top:-10px;display:inline-block}footer .footer_top .colums .item.active .f_tit:after{background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_white_active.png) no-repeat 50% #e3b695}footer .footer_top .colums .item .soc_tit{padding-top:25px;position:relative;margin-top:15px}footer .footer_top .colums .item .soc_tit:before{height:1px;right:-15px;content:"";position:absolute;top:0;background:hsla(0,0%,100%,.3);left:-15px}footer .footer_top .colums .item .social{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start}footer .footer_top .colums .item .social a{margin-right:40px}footer .footer_top .colums .item .dropdown_content{padding-top:20px;display:none}footer .footer_top .colums .item.active .dropdown_content{display:block}}@media (max-width:400px){footer .footer_top .colums .item .logo_wrap img{margin-right:10px;max-width:180px}}#actions,#actions_slider{background:#fbf7f5}#actions .actions_list_wrap,#actions_slider .actions_list_wrap{position:relative}#actions .list,#actions .list .item,#actions_slider .list,#actions_slider .list .item{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#actions .list,#actions_slider .list{-ms-flex-wrap:wrap;flex-wrap:wrap;align-content:flex-start;-ms-flex-line-pack:start}#actions .list .item,#actions_slider .list .item{overflow:hidden;margin-bottom:35px;position:relative;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);background:#fff;width:49%}@media (max-width:1024px){#actions .list .item,#actions_slider .list .item{width:100%}}@media (max-width:768px){#actions .list .item,#actions_slider .list .item{-ms-flex-wrap:wrap;flex-wrap:wrap}}#actions .list .item .text,#actions_slider .list .item .text{padding:15px 15px 65px;position:relative;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:100}@media (max-width:1680px){#actions .list .item .text,#actions_slider .list .item .text{width:45%}}@media (max-width:1440px){#actions .list .item .text,#actions_slider .list .item .text{padding-bottom:65px}}@media (max-width:768px){#actions .list .item .text,#actions_slider .list .item .text{padding:15px;-ms-flex-order:2;order:2;width:100%;-webkit-box-ordinal-group:3}}#actions .list .item .text .text_cont,#actions_slider .list .item .text .text_cont{flex-grow:1;-webkit-box-flex:1;-ms-flex-positive:1}#actions .list .item .text .tit,#actions_slider .list .item .text .tit{margin-bottom:10px}@media (max-width:1440px){#actions .list .item .text .tit,#actions_slider .list .item .text .tit{margin-bottom:5px}}@media (max-width:768px){#actions .list .item .text .tit,#actions_slider .list .item .text .tit{margin-bottom:10px}}#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:20px;text-decoration:none;font-weight:700;color:#363535;line-height:1.1}@media (max-width:1680px){#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:20px}}@media (max-width:1440px){#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:18px}}@media (max-width:1280px){#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:18px}}@media (max-width:1024px){#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:18px}}@media (max-width:768px){#actions .list .item .text .tit a,#actions_slider .list .item .text .tit a{font-size:18px}}#actions .list .item .text .tit a .smal,#actions_slider .list .item .text .tit a .smal{font-size:20px;font-weight:700;display:block}@media (max-width:1440px){#actions .list .item .text .tit a .smal,#actions_slider .list .item .text .tit a .smal{font-size:19px}}@media (max-width:1280px){#actions .list .item .text .tit a .smal,#actions_slider .list .item .text .tit a .smal{font-size:18px}}@media (max-width:1024px){#actions .list .item .text .tit a .smal,#actions_slider .list .item .text .tit a .smal{font-size:17px}}@media (max-width:768px){#actions .list .item .text .tit a .smal,#actions_slider .list .item .text .tit a .smal{font-size:16px}}#actions .list .item .text .descr,#actions_slider .list .item .text .descr{font-size:14px;margin-bottom:15px;line-height:1.2}@media (max-width:1440px){#actions .list .item .text .descr,#actions_slider .list .item .text .descr{margin-bottom:10px;display:none}}@media (max-width:1024px){#actions .list .item .text .descr,#actions_slider .list .item .text .descr{display:block}}#actions .list .item .btn_wrap,#actions_slider .list .item .btn_wrap{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;right:-50px;position:absolute;bottom:15px;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1280px){#actions .list .item .btn_wrap,#actions_slider .list .item .btn_wrap{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start}}@media (max-width:768px){#actions .list .item .btn_wrap,#actions_slider .list .item .btn_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;right:auto;position:static}}#actions .list .item .btn_wrap a,#actions_slider .list .item .btn_wrap a{-ms-flex-pack:center;height:50px;padding:0 30px;justify-content:center;-webkit-box-pack:center;font-size:14px;border:1px solid #daa751;text-decoration:none;font-weight:500;border-radius:40px;width:150px}@media (max-width:1440px){#actions .list .item .btn_wrap a,#actions_slider .list .item .btn_wrap a{height:45px;width:120px}}@media (max-width:768px){#actions .list .item .btn_wrap a,#actions_slider .list .item .btn_wrap a{height:45px;width:120px}}#actions .list .item .btn_wrap a:first-child,#actions_slider .list .item .btn_wrap a:first-child{margin-right:12px}@media (max-width:1440px){#actions .list .item .btn_wrap a:first-child,#actions_slider .list .item .btn_wrap a:first-child{margin-right:5px}#actions .list .item .btn_wrap a:last-child,#actions_slider .list .item .btn_wrap a:last-child{margin-left:5px}}#actions .list .item .btn_wrap a.pop,#actions_slider .list .item .btn_wrap a.pop{color:#fff;background:#daa751}#actions .list .item .btn_wrap a.link,#actions_slider .list .item .btn_wrap a.link{color:#daa751;background:#fff}#actions .list .item .btn_wrap a i,#actions_slider .list .item .btn_wrap a i{height:9px;min-width:6px;background:url(/wp-content/themes/u-clinic/assets/img/ic-right-gold.svg) no-repeat 50%/cover;margin-left:10px;width:6px;display:inline-block}#actions .list .item .image_wrap,#actions_slider .list .item .image_wrap{-ms-flex-pack:end;justify-content:flex-end;-webkit-box-pack:end;-webkit-box-align:start;align-items:flex-start;width:60%;-ms-flex-align:start;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1680px){#actions .list .item .image_wrap,#actions_slider .list .item .image_wrap{width:55%}}@media (max-width:768px){#actions .list .item .image_wrap,#actions_slider .list .item .image_wrap{-ms-flex-pack:center;height:auto;justify-content:center;-webkit-box-pack:center;max-width:100%;min-width:auto;-ms-flex-order:1;order:1;width:100%;-webkit-box-ordinal-group:2;display:-webkit-box;display:-ms-flexbox;display:flex}}#actions .list .item .image_wrap>a,#actions_slider .list .item .image_wrap>a{text-decoration:none;display:block}#actions .list .item .image_wrap>a img,#actions_slider .list .item .image_wrap>a img{-o-object-fit:contain;object-fit:contain;width:100%;display:block}@media (max-width:768px){#actions .list .item .image_wrap>a img,#actions_slider .list .item .image_wrap>a img{max-width:100%;width:400px}}@media (max-width:1680px){#actions .list.owl-carousel,#actions_slider .list.owl-carousel{padding:0 60px}}@media (max-width:500px){#actions .list.owl-carousel,#actions_slider .list.owl-carousel{padding:0}}#actions .list.owl-carousel .owl-stage,#actions_slider .list.owl-carousel .owl-stage,h2.tit{display:-webkit-box;display:-ms-flexbox;display:flex}#actions .list.owl-carousel .owl-stage .owl-item .item,#actions_slider .list.owl-carousel .owl-stage .owl-item .item{height:100%;margin-bottom:0;width:auto}@media (max-width:1680px){#actions .list.owl-carousel .owl-stage .owl-item .item .text .descr,#actions_slider .list.owl-carousel .owl-stage .owl-item .item .text .descr{display:none}}@media (max-width:1024px){#actions .list.owl-carousel .owl-stage .owl-item .item .text .descr,#actions_slider .list.owl-carousel .owl-stage .owl-item .item .text .descr{display:block}}#actions .list.owl-carousel .owl-nav,#actions_slider .list.owl-carousel .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}@media (max-width:500px){#actions .list.owl-carousel .owl-nav,#actions_slider .list.owl-carousel .owl-nav{height:50px;position:relative;bottom:0;top:auto;margin-top:10px}}#actions .list.owl-carousel .owl-nav button,#actions_slider .list.owl-carousel .owl-nav button{border:0;position:absolute;background-color:#fff;border-radius:50%;cursor:pointer;width:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#actions .list.owl-carousel .owl-nav button.owl-prev,#actions_slider .list.owl-carousel .owl-nav button.owl-prev{left:-60px}@media (max-width:1680px){#actions .list.owl-carousel .owl-nav button.owl-prev,#actions_slider .list.owl-carousel .owl-nav button.owl-prev{left:0}}#actions .list.owl-carousel .owl-nav button.owl-next,#actions_slider .list.owl-carousel .owl-nav button.owl-next{right:-60px}@media (max-width:1680px){#actions .list.owl-carousel .owl-nav button.owl-next,#actions_slider .list.owl-carousel .owl-nav button.owl-next{right:0}}#actions .list.owl-carousel .owl-nav button span,#actions_slider .list.owl-carousel .owl-nav button span,#blog .blog_list._slider .owl-nav button span,#results .results_content .navs_wrap button span,#results_gallery .results_content .navs_wrap button span,#reviews_mess .navs_wrap button span{height:13px;color:transparent;width:13px;display:inline-block}#actions .list.owl-carousel .owl-nav button.owl-prev span,#actions_slider .list.owl-carousel .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#actions .list.owl-carousel .owl-nav button.owl-next span,#actions_slider .list.owl-carousel .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#actions .all_link_wrap,#actions_slider .all_link_wrap{right:10px;position:absolute;top:-80px}@media (max-width:1440px){#actions .all_link_wrap,#actions_slider .all_link_wrap{top:-70px}}@media (max-width:1280px){#actions .all_link_wrap,#actions_slider .all_link_wrap{top:-60px}}@media (max-width:768px){#actions .all_link_wrap,#actions_slider .all_link_wrap{-ms-flex-pack:center;padding-top:15px;justify-content:center;-webkit-box-pack:center;position:static;top:0;display:-webkit-box;display:-ms-flexbox;display:flex}}#actions .all_link_wrap a,#actions .list.owl-carousel .owl-nav button,#actions_slider .all_link_wrap a,#actions_slider .list.owl-carousel .owl-nav button,#blog .blog_list._slider .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center}#actions .all_link_wrap a,#actions_slider .all_link_wrap a{padding:5px 10px;font-size:16px;border:1px solid #daa751;text-decoration:none;color:#daa751;border-radius:10px;width:155px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1280px){#actions .all_link_wrap a,#actions_slider .all_link_wrap a{height:45px;font-size:15px;width:145px}}@media (max-width:768px){#actions .all_link_wrap a,#actions_slider .all_link_wrap a{height:40px;font-size:14px;width:140px}}#actions .all_link_wrap a:after,#actions_slider .all_link_wrap a:after{content:""}.action_service_link{margin-top:20px}.action_service_link a{padding:10px;font-size:14px;border:2px solid #daa751;font-weight:500;color:#daa751;line-height:1.1}.action_service_link a:hover{color:#000}#blog .blog_list,#doctors .doctors_list{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#blog .blog_list .post_item{overflow:hidden;margin-bottom:40px;max-width:24%;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff;width:357px}#blog .blog_list .post_item .image_wrap a,.action_service_link a{text-decoration:none;display:block}#blog .blog_list .post_item .image_wrap a img,#results .results_content .list .item .item_item .image_wrap img{width:100%;display:block}#blog .blog_list .post_item .text_wrap{padding:25px 30px}#blog .blog_list .post_item .text_wrap .time{font-size:14px;margin-bottom:20px;color:#363535}#blog .blog_list .post_item .text_wrap .tit{margin-bottom:20px}#blog .blog_list .post_item .text_wrap .tit a{font-size:24px;text-decoration:none;font-weight:700;color:#363535;line-height:28px}#blog .blog_list .post_item .text_wrap .descr{font-size:16px;margin-bottom:20px;color:#363535;line-height:22px}#blog .blog_list .post_item .text_wrap .link{text-align:right}#blog .blog_list .post_item .text_wrap .link a{font-size:16px;text-decoration:none;font-weight:500;color:#daa751}#actions .all_link_wrap a:after,#actions_slider .all_link_wrap a:after,#blog .blog_list .post_item .text_wrap .link a i{height:9px;background:url(/wp-content/themes/u-clinic/assets/img/ic-right-gold.svg) no-repeat 50%/cover;margin-left:15px;width:6px;display:inline-block}#blog .blog_list._slider{display:block}@media (max-width:1680px){#blog .blog_list._slider{padding:0 60px}}@media (max-width:1024px){#blog .blog_list._slider{padding:0 40px}}@media (max-width:768px){#blog .blog_list._slider{padding:0 0 50px}}#blog .blog_list._slider .post_item{margin-bottom:0;max-width:100%;width:auto}#blog .blog_list._slider .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}@media (max-width:768px){#blog .blog_list._slider .owl-nav{bottom:35px;top:auto;margin-top:0}}#blog .blog_list._slider .owl-nav button{border:0;position:absolute;background-color:#fff;-webkit-box-shadow:0 0 10px hsla(105,3%,74%,.3);box-shadow:0 0 10px hsla(105,3%,74%,.3);border-radius:50%;cursor:pointer;width:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1024px){#blog .blog_list._slider .owl-nav button{height:35px;width:35px}}#blog .blog_list._slider .owl-nav button.owl-prev,#results .results_content .navs_wrap button.owl-prev{left:-60px}@media (max-width:1680px){#blog .blog_list._slider .owl-nav button.owl-prev{left:0}}#blog .blog_list._slider .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#blog .blog_list._slider .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#blog .blog_list._slider .owl-nav button.owl-next,#results .results_content .navs_wrap button.owl-next{right:-60px}@media (max-width:1680px){#blog .blog_list._slider .owl-nav button.owl-next{right:0}}#blog .blog_list._slider .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#blog .blog_list._slider .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}@media (max-width:1440px){#blog .blog_list .post_item{margin-bottom:35px}#blog .blog_list .post_item .text_wrap{padding:20px 25px}#blog .blog_list .post_item .text_wrap .time,#blog .blog_list .post_item .text_wrap .tit{margin-bottom:20px}#blog .blog_list .post_item .text_wrap .tit a{font-size:22px;line-height:26px}}@media (max-width:1280px){#blog .blog_list .post_item{margin-bottom:30px;max-width:32%;width:32%}#blog .blog_list .post_item .text_wrap{padding:20px}#blog .blog_list .post_item .text_wrap .time,#blog .blog_list .post_item .text_wrap .tit{margin-bottom:20px}#blog .blog_list .post_item .text_wrap .tit a{font-size:22px;line-height:26px}}@media (max-width:1100px){#blog .blog_list .post_item{margin-bottom:25px}#blog .blog_list .post_item .text_wrap{padding:15px}#blog .blog_list .post_item .text_wrap .time,#blog .blog_list .post_item .text_wrap .tit{margin-bottom:15px}#blog .blog_list .post_item .text_wrap .tit a{font-size:20px;line-height:24px}}@media (max-width:991px){#blog .blog_list .post_item{max-width:100%;width:49%}}@media (max-width:600px){#blog .blog_list .post_item{max-width:100%;width:100%}#blog .blog_list .post_item .descr,#blog .blog_list .post_item .link a,#blog .blog_list .post_item .time{font-size:14px}}#doctors .doctors_list .item{margin-bottom:40px;max-width:357px;width:24%}#doctors .doctors_list .item .image_wrap{margin-bottom:25px;position:relative}#doctors .doctors_list .item .image_wrap a{text-decoration:none;display:block}#doctors .doctors_list .item .image_wrap a img{max-width:100%;border-radius:10px;width:100%}#doctors .doctors_list .item .tit{margin-bottom:25px}#doctors .doctors_list .item .tit a{font-size:24px;text-decoration:none;font-style:italic;color:#363535;line-height:30px;font-family:Georgia}#doctors .doctors_list .item .tit a:hover{color:#daa751}#doctors .doctors_list .item .dolgnost{font-size:18px;font-weight:500;margin-bottom:10px;color:#363535}#doctors .doctors_list .item .text{font-size:16px;color:#363535}@media (max-width:1280px){#doctors .doctors_list .item{max-width:32%;width:32%}#doctors .doctors_list .item .tit{margin-bottom:20px}#doctors .doctors_list .item .tit a{font-size:22px;line-height:26px}}@media (max-width:1100px){#doctors .doctors_list .item{margin-bottom:35px}#doctors .doctors_list .item .tit{margin-bottom:20px}#doctors .doctors_list .item .tit a{font-size:22px;line-height:26px}}@media (max-width:991px){#doctors .doctors_list .item{max-width:49%;width:49%}}@media (max-width:768px){#doctors .doctors_list .item{margin-bottom:30px}#doctors .doctors_list .item .tit{margin-bottom:15px}#doctors .doctors_list .item .tit a{font-size:18px;line-height:22px}#doctors .doctors_list .item .dolgnost{font-size:16px;margin-bottom:0}}@media (max-width:600px){#doctors .doctors_list .item{max-width:100%;width:100%}}#contact_page,#services_cat{padding-bottom:0}#contact_page .blocks .row{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex}#contact_page .blocks .row .item{max-width:32%;width:32%}#contact_page .blocks .row .item>.tit{font-size:24px;font-style:italic;margin-bottom:30px;color:#363535;font-family:Georgia}#contact_page .blocks .row .item .text_item{font-size:18px;font-weight:500;margin-bottom:30px;color:#363535;line-height:30px}#contact_page .blocks .row .item .text_item a{text-decoration:none;color:#363535}#contact_page .blocks .row .item .form_wrap{padding:25px}#contact_page .blocks .row .item .form_wrap .tit{font-size:30px;font-weight:700;margin-bottom:25px;color:#363535;text-align:center}#contact_page .blocks .row .item .form_wrap .form_row{max-width:350px;margin:0 auto 20px}#contact_page .blocks .row .item .form_wrap .form_row .input_wrap input{height:58px;padding:0 25px;font-size:16px;border:0;font-weight:500;border-radius:15px;background:#fff;width:100%}#contact_page .blocks .row .item .form_wrap .form_row .input_wrap input.submit{font-size:18px;color:#fff;border-radius:40px;background:#eabb67;cursor:pointer}#contact_page .blocks .row .item .form_wrap .form_row .input_wrap textarea{height:58px;min-height:125px;padding:15px 25px;font-size:16px;border:0;border-radius:15px;background:#fff;width:100%}#contact_page .blocks .row .item .form_wrap .form_row:last-of-type{margin-bottom:0}#contact_page .blocks .row .item .image_wrap img{width:100%;display:block}#contact_page .blocks .row .item .image_wrap a.video{position:relative;display:block}#big_video .video_content a:hover .ic:after,#contact_page .blocks .row .item .image_wrap a.video:hover .ic:after{right:-35px;bottom:-35px;top:-35px;left:-35px}#contact_page .blocks .row .item .image_wrap .des{padding-top:20px;font-size:24px;font-style:italic;color:#363535;text-align:center;font-family:Georgia}#contact_page .blocks .row .item.mob,#services_cat .services_content .services_top .txt_wrap .butons a br{display:none}#contact_page #map{height:560px}#contact_page #map .map_balloon{padding:15px}#contact_page #map .map_balloon .txt{padding-top:10px;font-size:18px;color:#363535;padding-left:50px}@media (max-width:1280px){#contact_page .blocks .row .item .image_wrap a.video .ic{height:90px;background-position:40px;margin-left:-45px;width:90px;margin-top:-45px}#contact_page .blocks .row .item .image_wrap a.video .ic:before{border:10px solid hsla(0,0%,100%,.59);right:-10px;bottom:-10px;top:-10px;left:-10px}#contact_page .blocks .row .item .image_wrap a.video:hover .ic:after{right:-25px;bottom:-25px;top:-25px;left:-25px}#contact_page .blocks .row .item .image_wrap .des{padding-top:10px;font-size:20px}}@media (max-width:991px){#contact_page .blocks .row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start}#contact_page .blocks .row .item{min-width:49%;width:49%}#contact_page .blocks .row .item.mob{display:block}#contact_page .blocks .row .item.mob_video{-ms-flex-order:1;order:1;-webkit-box-ordinal-group:2}#contact_page .blocks .row .item.images_list{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;margin-bottom:30px;min-width:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#contact_page .blocks .row .item.images_list .image_wrap{max-width:49%;border-radius:15px}#contact_page .blocks .row.des{display:none}}@media (max-width:768px){#contact_page .blocks .row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start}#contact_page .blocks .row .item{margin-bottom:15px;min-width:100%;width:100%}#contact_page .blocks .row .item.mob_video{-ms-flex-order:0;order:0;-webkit-box-ordinal-group:1}#contact_page .blocks .row .item.images_list{margin-bottom:15px}#contact_page .blocks .row .item.images_list .image_wrap{overflow:hidden;max-width:330px;border-radius:15px;width:330px}#contact_page .blocks .row .item.contacts_data{padding:15px 20px;border:1px solid #eeddd3;border-radius:15px}#contact_page .blocks .row .item.contacts_data .tit{font-size:18px;margin-bottom:0;position:relative;cursor:pointer}#contact_page .blocks .row .item.contacts_data .tit:after{height:6px;right:10px;content:"";position:absolute;top:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_black.png) no-repeat 50%;width:9px;margin-top:-4px;display:inline-block}#contact_page .blocks .row .item.contacts_data.active .tit:after{background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_black_active.png) no-repeat 50%}#contact_page .blocks .row .item.contacts_data .contacts_content{padding-top:20px;display:none}#contact_page .blocks .row .item.contacts_data.active .contacts_content{display:block}#contact_page .blocks .row .item.contacts_data .text_item{font-size:16px;margin-bottom:20px;line-height:22px}#contact_page .blocks .row .item .form_wrap{background:#eeddd3}#contact_page .blocks .row .item .form_wrap .tit{font-size:24px}#contact_page .blocks .row .item .form_wrap .form_row{max-width:350px;margin:0 auto 20px}#contact_page .blocks .row .item .form_wrap .form_row .input_wrap input{height:50px;padding:0 15px;font-size:14px}#contact_page .blocks .row .item .form_wrap .form_row .input_wrap textarea{min-height:110px;padding:15px 25px;font-size:14px}#contact_page .blocks .row .item.mob_video .image_wrap .des{font-size:18px;padding-bottom:10px}#contact_page #map{display:none}}@media (max-width:400px){#contact_page .blocks .row .item.images_list .image_wrap{max-width:300px;width:300px}}#services_cat .services_content{-webkit-box-shadow:10px 0 20px #bcbfbb;box-shadow:10px 0 20px #bcbfbb;border-radius:15px;background:#fff}#services_cat .services_content .services_top{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;border-radius:15px;background:#fff0d8;display:-webkit-box;display:-ms-flexbox;display:flex}#services_cat .services_content .services_top .image_wrap{overflow:hidden;max-width:649px;min-width:649px;border-radius:15px;width:649px;display:block}#services_cat .services_content .services_top .image_wrap img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}#services_cat .services_content .services_top .txt_wrap{flex-grow:1;padding:30px 40px;-webkit-box-flex:1;-ms-flex-positive:1}#services_cat .services_content .services_top .txt_wrap h1{font-size:36px;font-weight:700;padding-bottom:30px}#services_cat .services_content .services_top .txt_wrap .desc{font-size:16px;margin-bottom:30px;color:#363535;line-height:26px}#services_cat .services_content .services_top .txt_wrap .butons{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#services_cat .services_content .services_top .txt_wrap .butons a,.service_title .service_title_content .txt_wrap .butons a{-ms-flex-pack:center;height:70px;padding:0 25px;justify-content:center;-webkit-box-pack:center;text-decoration:none;margin-right:25px;-webkit-box-align:center;align-items:center;border-radius:50px;width:330px;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#services_cat .services_content .services_top .txt_wrap .butons a span,.service_title .service_title_content .txt_wrap .butons a span{font-size:16px;font-weight:500;margin-right:25px;color:#fff;display:inline-block}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a img,#services_cat .services_content .services_top .txt_wrap .butons a img,.service_title .service_title_content .txt_wrap .butons a img{max-width:22px;display:inline-block}.service_title .service_title_content .txt_wrap .butons a:first-of-type{background:#eabb67}.service_title .service_title_content .txt_wrap .butons a:first-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eabb67),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eabb67,#fff0d1,#eabb67)}.service_title .service_title_content .txt_wrap .butons a:first-of-type:hover span{color:#363535}.service_title .service_title_content .txt_wrap .butons a:last-of-type{border:3px solid #daa751;background:#fff}.service_title .service_title_content .txt_wrap .butons a:last-of-type span{color:#363535}.service_title .service_title_content .txt_wrap .butons a:last-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eac588),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eac588,#fff0d1,#eabb67)}#services_cat .services_content .services_list{padding:30px 40px}#services_cat .services_content .services_list>ul{list-style:none;-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#services_cat .services_content .services_list._colums_style .services_colum>ul>li,#services_cat .services_content .services_list>ul>li{padding-right:20px;padding-bottom:15px}#services_cat .services_content .services_list._colums_style .services_colum>ul>li>a,#services_cat .services_content .services_list>ul>li>a{font-size:18px;text-decoration:none;font-weight:500;color:#363535}#services_cat .services_content .services_list._colums_style .services_colum>ul>li>ul,#services_cat .services_content .services_list>ul>li>ul{padding-top:15px;list-style-type:disc;padding-bottom:0}#other_links .other_links_content .list ul li a,#services_cat .services_content .services_list._colums_style .services_colum>ul>li>ul>li>a,#services_cat .services_content .services_list>ul>li>ul>li>a{font-size:16px;text-decoration:none;color:#363535}#services_cat .services_content .services_list .all_list,#services_icon .services_icon_content .list .item i.open,.service_title .service_title_content .txt_wrap .butons a br,.snoska br{display:none}#services_cat .services_content .services_list._colums_style{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start;display:-webkit-box;display:-ms-flexbox;display:flex}#services_cat .services_content .services_list._colums_style .services_colum{margin-bottom:20px;width:49%}@media (max-width:1080px){#services_cat .services_content .services_list._colums_style .services_colum{width:100%}}#services_cat .services_content .services_list._colums_style .services_colum .colum_title{font-size:22px;font-weight:700;margin-bottom:20px;line-height:1.2}#services_cat .services_content .services_list._colums_style .services_colum>ul{list-style:none;margin:0}@media (max-width:1560px){#services_cat .services_content .services_top .image_wrap{max-width:600px;min-width:600px;width:600px}#services_cat .services_content .services_top .txt_wrap{padding:30px}#services_cat .services_content .services_top .txt_wrap h1{font-size:34px;padding-bottom:30px}#services_cat .services_content .services_top .txt_wrap .desc{margin-bottom:30px}#services_cat .services_content .services_top .txt_wrap .butons a{height:65px;padding:0 25px;margin-right:25px}}@media (max-width:1440px){#services_cat .services_content .services_top .image_wrap{max-width:540px;min-width:540px;width:540px}#services_cat .services_content .services_list,#services_cat .services_content .services_top .txt_wrap{padding:25px}#services_cat .services_content .services_top .txt_wrap h1{font-size:32px;padding-bottom:25px}#services_cat .services_content .services_top .txt_wrap .desc{margin-bottom:25px}#services_cat .services_content .services_top .txt_wrap .butons a{height:60px;padding:0 15px;margin-right:20px;width:300px}#services_cat .services_content .services_top .txt_wrap .butons a span{font-size:14px;margin-right:15px}}@media (max-width:1280px){#services_cat .services_content .services_top .image_wrap{max-width:470px;min-width:470px;width:470px}#services_cat .services_content .services_list,#services_cat .services_content .services_top .txt_wrap{padding:20px}#services_cat .services_content .services_top .txt_wrap h1{font-size:30px;padding-bottom:20px}#services_cat .services_content .services_top .txt_wrap .desc{font-size:14px;margin-bottom:20px;line-height:20px}#services_cat .services_content .services_top .txt_wrap .butons a{height:60px;padding:0 10px;margin-right:10px;width:280px}#services_cat .services_content .services_top .txt_wrap .butons a span{margin-right:10px}}@media (max-width:1100px){#services_cat .services_content .services_top .image_wrap{max-width:400px;min-width:400px;width:400px}#services_cat .services_content .services_list,#services_cat .services_content .services_top .txt_wrap{padding:15px}#services_cat .services_content .services_top .txt_wrap h1{font-size:28px;padding-bottom:15px}#services_cat .services_content .services_top .txt_wrap .desc{margin-bottom:15px}#services_cat .services_content .services_top .txt_wrap .butons a{height:60px;padding:0 20px;min-width:175px;text-align:center;margin:0 8px;width:175px;line-height:55px;display:block}#services_cat .services_content .services_top .txt_wrap .butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}#services_cat .services_content .services_top .txt_wrap .butons a br{display:inline}#services_cat .services_content .services_top .txt_wrap .butons a img{position:relative;max-width:15px;top:15px}}@media (max-width:991px){#services_cat .services_content .services_top .image_wrap{max-width:300px;min-width:300px;width:300px}}@media (max-width:768px){#services_cat{padding-top:0;background:#fff0d8}#services_cat .services_content{-webkit-box-shadow:none;box-shadow:none}#services_cat .services_content .services_top{border-radius:0;display:block}#services_cat .services_content .services_top .image_wrap{max-width:100%;min-width:100%;width:100%}#services_cat .services_content .services_top .image_wrap img{width:100%}#services_cat .services_content .services_top .txt_wrap{padding:15px 0}#services_cat .services_content .services_top .txt_wrap h1{font-size:24px}#services_cat .services_content .services_top .txt_wrap .butons{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center}#services_cat .services_content .services_top .txt_wrap .butons a{height:60px;padding:0 10px;max-width:49%;min-width:auto;text-align:center;margin:0 8px;width:175px;line-height:55px;display:block}#services_cat .services_content .services_top .txt_wrap .butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}#services_cat .services_content .services_top .txt_wrap .butons a br{display:inline}#services_cat .services_content .services_top .txt_wrap .butons a img{position:relative;max-width:15px;top:15px}#services_cat .services_content .services_list{padding:15px 0;position:relative;border-radius:0}#services_cat .services_content .services_list>ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}#services_cat .services_content .services_list>ul>li{margin-right:0;max-width:100%;display:none}#services_cat .services_content .services_list>ul>li:nth-child(-n+8){display:block}#services_cat .services_content .services_list>ul>li>ul{padding-top:0}#services_cat .services_content .services_list>ul>li>ul>li{padding-top:10px;padding-bottom:10px}#services_cat .services_content .services_list .all_list{-ms-flex-pack:center;padding:15px 0;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;-webkit-box-orient:vertical;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#services_cat .services_content .services_list .all_list a{font-size:16px;text-decoration:none;font-style:italic;margin-bottom:10px;color:#daa751;font-family:Georgia;display:inline-block}#services_cat .services_content .services_list .all_list i{height:6px;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_black.png) no-repeat 50%;width:9px;display:inline-block}#services_cat .services_content .services_list.active>ul>li{display:block}#services_cat .services_content .services_list.active .all_list{display:none}#services_cat .services_content .services_list:before{height:100%;content:"";position:absolute;top:0;background:#fff;left:-15px;width:15px}#services_cat .services_content .services_list:after{height:100%;right:-15px;content:"";position:absolute;top:0;background:#fff;width:15px}}@media (max-width:400px){#services_cat .services_content .services_top .txt_wrap .butons{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify}#services_cat .services_content .services_top .txt_wrap .butons a{margin:0}}#other_cat{background:url(/wp-content/themes/u-clinic/assets/img/bg_lines_2.png) no-repeat 50%}#other_cat .other_cat_content{padding-top:100px;padding-bottom:40px}#other_cat .other_cat_content .title .big_tit,#price_author .price_content .text p,.text_block .text_block_content .col p,.text_block .text_block_content .col ul{padding-bottom:25px}#other_cat .other_cat_content .links,#other_cat .other_cat_content .links a{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#other_cat .other_cat_content .links{padding-top:30px}#other_cat .other_cat_content .links a{height:70px;padding:0 25px;font-size:24px;text-decoration:none;font-weight:700;color:#fff;margin:0 10px;border-radius:40px;background:#daa751;width:460px}#other_cat .other_cat_content .links a:last-of-type{margin-right:0}#other_cat .other_cat_content .links a:first-of-type{margin-left:0}#other_cat .other_cat_content .links a.wa span{margin-right:25px;display:inline-block}#other_cat .other_cat_content .links a.wa img{max-width:30px;display:inline-block}#other_cat .other_cat_content .links a:hover{color:#363535;background:-webkit-gradient(linear,left top,right bottom,from(#eac588),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eac588,#fff0d1,#eabb67)}@media (max-width:1560px){#other_cat .other_cat_content{padding-top:80px;padding-bottom:35px}#other_cat .other_cat_content .title .big_tit{padding-bottom:25px}#other_cat .other_cat_content .links{padding-top:30px}#other_cat .other_cat_content .links a{height:70px;padding:0 25px;font-size:24px;width:460px}}@media (max-width:1440px){#other_cat .other_cat_content{padding-top:60px;padding-bottom:30px}#other_cat .other_cat_content .title .big_tit{padding-bottom:20px}#other_cat .other_cat_content .links{padding-top:25px}#other_cat .other_cat_content .links a{height:65px;padding:0 15px;font-size:22px;width:420px}}@media (max-width:1280px){#other_cat .other_cat_content{padding-top:40px;padding-bottom:20px}#other_cat .other_cat_content .title .big_tit{padding-bottom:15px}#other_cat .other_cat_content .links{padding-top:20px}#other_cat .other_cat_content .links a{height:60px;padding:0 10px;font-size:18px;width:380px}}@media (max-width:1100px){#other_cat .other_cat_content{padding-top:30px;padding-bottom:20px}#other_cat .other_cat_content .links{padding-top:15px;display:block}#other_cat .other_cat_content .links a{height:60px;font-size:18px;max-width:100%;margin:0 auto 30px!important;width:360px}#other_cat .other_cat_content .links a.wa img{max-width:22px}#other_cat .other_cat_content .links a.wa span{margin-right:15px}}@media (max-width:768px){#other_cat .other_cat_content .links a{font-size:16px}}@media (max-width:400px){#other_cat .other_cat_content .links a{font-size:14px}}.service_title .service_title_content{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;position:relative;border-radius:25px;background:#f0f2f1;display:-webkit-box;display:-ms-flexbox;display:flex}.service_title .service_title_content .image_wrap{overflow:hidden;position:relative;max-width:780px;min-width:780px;border-radius:25px;width:780px}#big_video .video_content a img,.service_title .service_title_content .image_wrap img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.service_title .service_title_content .image_wrap:before{content:"";position:absolute;bottom:0;top:0;background:-webkit-gradient(linear,left top,right top,color-stop(20%,#f0f2f1),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,#f0f2f1 20%,hsla(0,0%,100%,0));left:0;width:345px;display:inline-block}.service_title .service_title_content .image_wrap .circle_1{height:405px;position:absolute;bottom:-152px;border-radius:50%;background:-webkit-gradient(linear,left top,right top,from(#eccb90),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,#eccb90,hsla(0,0%,100%,0));left:10px;width:405px;display:inline-block}.service_title .service_title_content .image_wrap .circle_2{height:345px;position:absolute;top:-172px;border-radius:50%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,.3)));background:linear-gradient(90deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.3));left:0;width:345px;display:inline-block}.service_title .service_title_content .txt_wrap{padding:30px 15px 30px 40px}.service_title .service_title_content .txt_wrap h1{font-size:36px;font-weight:700;padding-bottom:30px;line-height:42px}.service_title .service_title_content .txt_wrap .desc{font-size:20px;font-style:italic;margin-bottom:30px;color:#363535;line-height:32px;font-family:Georgia}.service_title .service_title_content .txt_wrap .butons{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1560px){.service_title .service_title_content .image_wrap{max-width:700px;min-width:700px;width:700px}.service_title .service_title_content .txt_wrap{padding:30px 15px 30px 30px}.service_title .service_title_content .txt_wrap h1{font-size:34px;padding-bottom:30px;line-height:40px}.service_title .service_title_content .txt_wrap .desc{margin-bottom:30px}.service_title .service_title_content .txt_wrap .butons a{height:65px;padding:0 25px;margin-right:25px}}@media (max-width:1440px){.service_title .service_title_content .image_wrap{max-width:630px;min-width:630px;width:630px}.service_title .service_title_content .txt_wrap{padding:25px 15px 25px 25px}.service_title .service_title_content .txt_wrap h1{font-size:32px;padding-bottom:25px;line-height:38px}.service_title .service_title_content .txt_wrap .desc{margin-bottom:25px}.service_title .service_title_content .txt_wrap .butons a{height:60px;padding:0 15px;margin-right:20px;width:300px}.service_title .service_title_content .txt_wrap .butons a span{font-size:14px;margin-right:15px}}@media (max-width:1280px){.service_title .service_title_content .image_wrap{max-width:570px;min-width:570px;width:570px}.service_title .service_title_content .txt_wrap{padding:20px 15px 20px 20px}.service_title .service_title_content .txt_wrap h1{font-size:30px;padding-bottom:20px;line-height:36px}.service_title .service_title_content .txt_wrap .desc{font-size:18px;margin-bottom:20px;line-height:28px}.service_title .service_title_content .txt_wrap .butons a{height:60px;padding:0 10px;margin-right:10px;width:280px}.service_title .service_title_content .txt_wrap .butons a span{margin-right:10px}}@media (max-width:1100px){.service_title .service_title_content .image_wrap{max-width:500px;min-width:500px;width:500px}.service_title .service_title_content .txt_wrap{padding:15px}.service_title .service_title_content .txt_wrap h1{font-size:28px;padding-bottom:15px;line-height:32px}.service_title .service_title_content .txt_wrap .desc{margin-bottom:15px}.service_title .service_title_content .txt_wrap .butons a{height:60px;padding:0 20px;min-width:175px;text-align:center;margin:0 8px;width:175px;line-height:55px;display:block}.service_title .service_title_content .txt_wrap .butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}.service_title .service_title_content .txt_wrap .butons a br{display:inline}.service_title .service_title_content .txt_wrap .butons a img{position:relative;max-width:15px;top:15px}}@media (max-width:991px){.service_title .service_title_content .image_wrap{max-width:340px;min-width:340px;width:340px}.service_title .service_title_content .image_wrap .circle_1,.service_title .service_title_content .image_wrap .circle_2{height:250px;width:250px}}@media (max-width:768px){.service_title .service_title_content{-webkit-box-shadow:none;box-shadow:none;background:0 0;padding-bottom:100px;display:block}.service_title .service_title_content .image_wrap{border-top-right-radius:0;max-width:100%;border-top-left-radius:0;min-width:100%;width:100%;margin-top:-25px}.service_title .service_title_content .image_wrap img{width:100%}.service_title .service_title_content .image_wrap .circle_1,.service_title .service_title_content .image_wrap .circle_2{display:none}.service_title .service_title_content .image_wrap:before{height:50px;background:-webkit-gradient(linear,left top,left bottom,from(#f0f2f1),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,#f0f2f1,hsla(0,0%,100%,0));width:100%}.service_title .service_title_content .txt_wrap{padding:15px;background:#f0f2f1;width:100%}.service_title .service_title_content .txt_wrap h1{font-size:24px;line-height:28px}.service_title .service_title_content .txt_wrap .desc{font-size:16px;line-height:22px}.service_title .service_title_content .txt_wrap .butons{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;position:absolute;bottom:20px;left:0;width:100%}.service_title .service_title_content .txt_wrap .butons a{height:60px;padding:0 10px;max-width:49%;min-width:auto;text-align:center;margin:0 10px;width:175px;line-height:55px;display:block}.service_title .service_title_content .txt_wrap .butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}.service_title .service_title_content .txt_wrap .butons a br{display:inline}.service_title .service_title_content .txt_wrap .butons a img{position:relative;max-width:15px;top:15px}}@media (max-width:400px){.service_title .service_title_content .txt_wrap .butons{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify}.service_title .service_title_content .txt_wrap .butons a{margin:0}}#problems .list,.text_block .text_block_content{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#problems .list{-ms-flex-wrap:wrap;flex-wrap:wrap}#problems .list .item{padding-top:10px;font-size:20px;font-weight:500;margin-bottom:20px;color:#363535;position:relative;max-width:48%;width:48%;padding-left:65px}#problems .list .item.empty{padding:0;margin-bottom:0}#problems .list .item.icon:before{height:48px;border:1px solid #eeddd3;content:"";position:absolute;top:0;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/checkbox-gold.png) no-repeat 50%;left:0;width:48px;display:inline-block}#price .price_content .price_category .list_services .price_service>.tit a,#price .price_content .price_category>.tit a,#problems .link a{text-decoration:none;color:#fff;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#problems .link a{-ms-flex-pack:center;height:70px;padding:0 25px;justify-content:center;-webkit-box-pack:center;margin:auto;border-radius:50px;background:#05727e;width:330px}@media (max-width:1280px){#problems .list .item{padding-top:8px;max-width:49%;width:49%;padding-left:55px}#problems .list .item.icon:before{height:40px;width:40px}}@media (max-width:991px){#problems .list .item{padding-top:5px;font-size:18px;max-width:100%;width:100%;padding-left:45px}#problems .list .item.icon:before{height:32px;width:32px}}.text_block .text_block_content{padding:30px 45px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}.text_block .text_block_content .col{font-size:16px;color:#363535;line-height:24px}.text_block .text_block_content .col h2{padding-top:10px;font-size:24px;font-style:italic;margin-bottom:25px;color:#363535;font-family:Georgia}.text_block .text_block_content .col_4{max-width:33%;min-width:33%;width:33%}.text_block .text_block_content .col_6{max-width:48%;min-width:48%;width:48%}#blog_inner .blog_inner_content .other_posts .list .item .image_wrap img,.text_block .text_block_content .col_12{width:100%}@media (max-width:1440px){.text_block .text_block_content{padding:30px}}@media (max-width:1280px){.text_block .text_block_content{padding:25px}}@media (max-width:991px){.text_block .text_block_content{padding:20px;display:block}.text_block .text_block_content .col_4,.text_block .text_block_content .col_6{max-width:100%;width:100%}}@media (max-width:500px){.text_block .text_block_content iframe{height:200px!important}}#services_icon .services_icon_content .list{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}#services_icon .services_icon_content .list .item{color:#363535;position:relative;padding-bottom:25px;width:30%}#services_icon .services_icon_content .list .item .icon{-ms-flex-pack:center;height:80px;justify-content:center;-webkit-box-pack:center;border:1px solid #efdfd6;-webkit-box-align:center;position:absolute;top:0;background-color:#fff;align-items:center;border-radius:10px;left:0;width:80px;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#services_icon .services_icon_content .list .item .icon img{max-width:40px;max-height:40px}#services_icon .services_icon_content .list .item .tit{height:80px;font-size:20px;font-weight:500;margin-bottom:25px;line-height:80px;padding-left:100px}#services_icon .services_icon_content .list .item .tit span{line-height:1.2;vertical-align:middle;display:inline-block}#services_icon .services_icon_content .list .item .text{font-size:16px;line-height:24px}@media (max-width:1560px){#services_icon .services_icon_content .list .item .icon{height:75px;width:75px}#services_icon .services_icon_content .list .item .icon img{max-width:40px;max-height:40px}#services_icon .services_icon_content .list .item .tit{height:75px;margin-bottom:25px;line-height:75px;padding-left:95px}}@media (max-width:1440px){#services_icon .services_icon_content .list .item .icon{height:70px;width:70px}#services_icon .services_icon_content .list .item .icon img{max-width:40px;max-height:40px}#services_icon .services_icon_content .list .item .tit{height:70px;margin-bottom:20px;line-height:70px;padding-left:90px}}@media (max-width:1280px){#services_icon .services_icon_content .list .item .icon{height:60px;width:60px}#services_icon .services_icon_content .list .item .icon img{max-width:35px;max-height:35px}#services_icon .services_icon_content .list .item .tit{height:60px;margin-bottom:15px;line-height:60px;padding-left:80px}}@media (max-width:1100px){#services_icon .services_icon_content .list{flex-grow:1;-webkit-box-flex:1;-ms-flex-positive:1;display:block}#services_icon .services_icon_content .list .item{padding:20px 15px 20px 20px;border:1px solid #eeddd3;margin-bottom:15px;border-radius:10px;background:#fff;width:auto}#services_icon .services_icon_content .list .item .icon{height:40px;border:0;margin-right:25px;position:relative;cursor:pointer;width:40px;float:left}#services_icon .services_icon_content .list .item .icon img{max-width:40px;max-height:40px}#services_icon .services_icon_content .list .item .tit{height:auto;margin-bottom:0;cursor:pointer;margin-left:65px;line-height:40px;padding-left:0}#services_icon .services_icon_content .list .item .tit span{font-size:16px;line-height:18px;vertical-align:middle;display:inline-block}#services_icon .services_icon_content .list .item .tit span br{display:none}#services_icon .services_icon_content .list .item .text{padding-top:15px;line-height:20px;display:none}#services_icon .services_icon_content .list .item.active .text{display:block}#services_icon .services_icon_content .list .item i.open{height:6px;right:15px;position:absolute;top:40px;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown.png) no-repeat top;cursor:pointer;width:9px;display:inline-block}#services_icon .services_icon_content .list .item.active i.open{background-position:bottom}}#results .results_content{position:relative}#results .results_content .list{overflow:hidden;padding:15px 10px}#results .results_content .list .item{-ms-flex-pack:justify;padding:18px;justify-content:space-between;-webkit-box-pack:justify;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}#results .results_content .list .item .item_item{max-width:48%;width:48%}#results .results_content .list .item .item_item .image_wrap{overflow:hidden;border-radius:15px;width:100%}#results .results_content .list .item .item_item .txt{padding-top:15px;font-size:24px;font-weight:500;color:#363535}#results .results_content .list.owl-carousel .owl-stage-outer{overflow:visible}#results .results_content .navs_wrap{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}#results .results_content .navs_wrap button,#results_gallery .results_content .navs_wrap button,#reviews_mess .navs_wrap button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;border:0;-webkit-box-align:center;position:absolute;background-color:#fff;align-items:center;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:50%;cursor:pointer;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#results .results_content .navs_wrap button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#results .results_content .navs_wrap button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#results .results_content .navs_wrap button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#results .results_content .navs_wrap button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#results.acticle_style{padding:30px 0}#results.acticle_style .results_content .list .item .item_item .image_wrap,#results.acticle_style .title{margin-bottom:0}#results.acticle_style .title .big_tit{line-height:1.2}@media (max-width:1680px){#results .results_content{padding:0 60px}#results .results_content .navs_wrap button.owl-prev{left:0}#results .results_content .navs_wrap button.owl-next{right:0}}@media (max-width:1440px){#results .results_content .list .item{padding:15px}#results .results_content .list .item .item_item .txt{padding-top:10px;font-size:20px}}@media (max-width:1280px){#results .results_content .list .item{padding:10px}#results .results_content .list .item .item_item .txt{font-size:18px}}@media (max-width:1100px){#results .results_content .list .item{padding:10px}#results .results_content .list .item .item_item .txt{padding-top:5px;font-size:16px}}@media (max-width:991px){#results .results_content{padding:0}#results .results_content .list .item .item_item .txt{font-size:14px}#results .results_content .list .owl-dots{-ms-flex-pack:center;padding:35px 0 10px;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#results .results_content .list .owl-dots button{padding:0;border:0;margin:0 6px;background:0 0;cursor:pointer}#results .results_content .list .owl-dots button span{height:8px;border:0;border-radius:50%;background:#daa751;width:8px;display:inline-block}#results .results_content .list .owl-dots button.active span{background:#daa751}#results .results_content .navs_wrap{height:50px;bottom:0;top:auto}}@media (max-width:768px){#results .results_content{padding:0}#results .results_content .list .item .item_item .txt{font-size:12px;text-align:center}}#results_gallery .results_content{position:relative}#results_gallery .results_content .list{padding:20px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#results_gallery .results_content .list .item .image_wrap{overflow:hidden;border-radius:15px;width:100%}#results_gallery .results_content .list .item .image_wrap img{width:100%;display:block}#results_gallery .results_content .list .item .descr{padding-top:10px;font-size:16px;font-weight:500;text-align:center;line-height:1.2}#results_gallery .results_content .navs_wrap{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}#results_gallery .results_content .navs_wrap button.owl-prev,#reviews_mess .navs_wrap button.owl-prev,#works_wrap .wrap._slider .owl-nav button.owl-prev{left:-60px}#results_gallery .results_content .navs_wrap button.owl-next{right:-60px}#results_gallery .results_content .navs_wrap button.owl-prev span,#reviews_mess .navs_wrap button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#results_gallery .results_content .navs_wrap button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#results_gallery .results_content .navs_wrap button.owl-next span,#reviews_mess .navs_wrap button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#results_gallery .results_content .navs_wrap button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#results_gallery.acticle_style{padding:30px 0}#results_gallery.acticle_style .results_content .list .item .image_wrap,#results_gallery.acticle_style .title{margin-bottom:0}#results_gallery.acticle_style .title .big_tit{line-height:1.2}@media (max-width:1680px){#results_gallery .results_content{padding:0 60px}#results_gallery .results_content .navs_wrap button.owl-prev{left:0}#results_gallery .results_content .navs_wrap button.owl-next{right:0}}@media (max-width:1440px){#results_gallery .results_content .list{padding:15px}}@media (max-width:991px){#results_gallery .results_content .list .owl-dots{-ms-flex-pack:center;padding:10px 0 0;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#results_gallery .results_content .list .owl-dots button{padding:0;border:0;margin:0 6px;background:0 0;cursor:pointer}#results_gallery .results_content .list .owl-dots button span{height:8px;border:0;border-radius:50%;background:#daa751;width:8px;display:inline-block}#results_gallery .results_content .list .owl-dots button.active span{background:#daa751}#results_gallery .results_content .navs_wrap{height:50px;bottom:0;top:auto}}@media (max-width:450px){#results_gallery .results_content{padding:0}#results_gallery .results_content .navs_wrap{padding-top:20px;position:static;margin-top:0}}#big_video .video_content,#faq .list .item{padding:35px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#big_video .video_content a{text-decoration:none;position:relative;display:block}#big_video .video_content a img{border-radius:15px}#big_video .video_content a .ic{height:110px;position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 52px #fff;margin-left:-55px;left:50%;width:110px;margin-top:-55px;display:inline-block;z-index:10}@media (max-width:1680px){#big_video .video_content{padding:30px}}@media (max-width:1440px){#big_video .video_content{padding:25px}}@media (max-width:1280px){#big_video .video_content{padding:20px}#big_video .video_content a{height:500px}}@media (max-width:1100px){#big_video .video_content{padding:15px}#big_video .video_content a{height:450px}}@media (max-width:991px){#big_video .video_content{padding:10px}#big_video .video_content a{height:400px}}@media (max-width:768px){#big_video .video_content{padding:0;-webkit-box-shadow:none;box-shadow:none}#big_video .video_content a{height:290px}#big_video .video_content a .ic{height:66px;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 28px #fff;margin-left:-33px;width:66px;margin-top:-33px}#big_video .video_content a .ic:before{right:-12px;border-width:12px;bottom:-12px;top:-12px;left:-12px}#big_video .video_content a:hover .ic:after{right:-25px;bottom:-25px;top:-25px;left:-25px}}#faq{background:#eeddd3}#faq .list .item{padding:25px 35px;margin-bottom:30px}#faq .list .item .tit{font-size:24px;font-style:italic;color:#363535;position:relative;padding-right:60px;cursor:pointer;font-family:Georgia}#faq .list .item .tit:after{height:30px;right:0;content:"";position:absolute;top:0;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_white.png) no-repeat 50% #daa751;width:30px;display:inline-block}#faq .list .item .text{padding-top:20px;font-size:16px;color:#363535;padding-right:75px;display:none}#action_inner .action_inner_content .action_content .action_tit .image_wrap img,#action_inner .action_inner_content .other_actions .list .item .image_wrap a img,#call_action_form .form_content_wrap .form_content .form_tit .descr span.active,#call_form .form_content_wrap .form_content .form_tit .descr span.active,#faq .list .item.active .text{display:block}#faq .list .item.active .tit:after{background-image:url(/wp-content/themes/u-clinic/assets/img/ic_dropdown_white_active.png)}@media (max-width:1440px){#faq .list .item{padding:20px;margin-bottom:15px}#faq .list .item .tit{font-size:22px}#faq .list .item .text{padding-right:0}}@media (max-width:1280px){#faq .list .item{padding:25px;margin-bottom:15px}#faq .list .item .tit{font-size:20px}#faq .list .item .text{padding-right:0}}@media (max-width:1100px){#faq .list .item{padding:20px;margin-bottom:15px}#faq .list .item .tit{font-size:18px}#faq .list .item .text{padding-right:0}}@media (max-width:768px){#faq .list .item{padding:20px;margin-bottom:15px}#faq .list .item .tit{font-size:16px}#faq .list .item .text{font-size:14px;padding-right:0}}#other_links .other_links_content,#other_links .other_links_content .list ul{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#other_links .other_links_content{-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start}#other_links .other_links_content .title{width:35%}#action_inner .action_inner_content .action_content .action_text p,#other_links .other_links_content .title .big_tit{padding-bottom:30px}#other_links .other_links_content .list{width:55%}#other_links .other_links_content .list ul{-ms-flex-wrap:wrap;flex-wrap:wrap}#other_links .other_links_content .list ul li{color:#daa751;max-width:380px;padding-bottom:15px;width:48%}@media (max-width:1100px){#other_links .other_links_content{display:block}#other_links .other_links_content .list,#other_links .other_links_content .title{width:100%}#other_links .other_links_content .title .big_tit{padding-bottom:20px}#other_links .other_links_content .title .big_tit br,#other_links .other_links_content .title .small_tit br{display:none}}@media (max-width:768px){#other_links .other_links_content .title{width:100%}#other_links .other_links_content .title .big_tit{padding-bottom:10px}#other_links .other_links_content .list ul li{max-width:100%;width:100%}#other_links .other_links_content .list ul li a{font-size:14px}}.snoska{font-size:14px;font-weight:500;padding-bottom:15px}@media (max-width:768px){.snoska br{display:inline}}#price .price_content{padding:25px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#price .price_content .price_category{border-bottom:8px solid #fff}#price .price_content .price_category .list_services .price_service>.tit a,#price .price_content .price_category>.tit a{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;font-weight:500;position:relative;background:#d0a280}#price .price_content .price_category>.tit a{height:73px;padding:0 50px 0 30px;font-size:30px;width:100%}#price .price_content .price_category>.tit a.has_btn_link{padding:0 180px 0 30px}#price .price_content .price_category .list_services .price_service>.tit a:after,#price .price_content .price_category>.tit a:after{height:22px;border:2px solid #fff;right:22px;content:"";position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_price_open.png) no-repeat 50%;width:22px;margin-top:-11px;display:inline-block}#price .price_content .price_category .list_services .price_service>.tit{border-top:1px solid #fff}#price .price_content .price_category .list_services .price_service>.tit a{height:49px;padding:0 50px 0 55px;font-size:26px}#price .price_content .price_category .list_services .price_service>.tit a.has_btn_link{padding:0 180px 0 55px}#price .price_content .list .price_row .price_td .v.dn_des,#price .price_content .price_category .list_services,#price .price_content .price_category .list_services .price_service .list_wrap{display:none}#price .price_content .list{width:100%;line-height:1.1;display:table}#price .price_content .list .price_row{display:table-row}#price .price_content .list .price_row .price_td{padding:14px 20px;font-size:16px;text-align:left;display:table-cell}@media (max-width:991px){#price .price_content .list .price_row .price_td._dn_mob{display:none}#price .price_content .list .price_row .price_td .v.dn_des{display:inline-block}}#price .price_content .list .price_row .price_td.code{padding-right:15px;width:200px;padding-left:55px}#price .price_content .list .price_row .price_td.tit{padding-right:15px}#price .price_content .list .price_row .price_td.money{width:150px}#price .price_content .list .price_row .price_td .t{display:none}#price .price_content .list .price_row.row_tit .price_td{font-weight:700}#price .price_content .list .price_row:nth-last-of-type(2n){background:#eeefee}#price .price_content .price_category .list_services .price_service.active>.tit a:after,#price .price_content .price_category.active>.tit a:after{background:url(/wp-content/themes/u-clinic/assets/img/ic_price_cloce.png) no-repeat 50%}#price .price_content .price_category .list_services .price_service>.tit,#price .price_content .price_category .tit{position:relative}#price .price_content .price_category .list_services .price_service>.tit .category_btn_link,#price .price_content .price_category .tit .category_btn_link{right:60px;-webkit-box-align:center;position:absolute;bottom:5px;top:5px;align-items:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:991px){#price .price_content .price_category .tit .category_btn_link{right:40px}}#price .price_content .price_category .list_services .price_service>.tit .category_btn_link a,#price .price_content .price_category .tit .category_btn_link a{height:auto!important;min-height:auto!important;padding:8px 10px;font-size:14px;border:2px solid #fff;text-decoration:none;font-weight:500;color:#fff;background:#d0a280;width:auto!important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:991px){#price .price_content .price_category .tit .category_btn_link a{padding:5px 8px;font-size:13px}}#price .price_content .price_category .list_services .price_service>.tit .category_btn_link a:after,#price .price_content .price_category .tit .category_btn_link a:after{display:none}@media (max-width:991px){#price .price_content .price_category .list_services .price_service>.tit .category_btn_link{right:40px}}#price .price_content .price_category .list_services .price_service>.tit .category_btn_link a{padding:5px 10px;font-size:13px}@media (max-width:991px){#price .price_content .price_category .list_services .price_service>.tit .category_btn_link a{padding:4px 8px;font-size:12px}}#price .price_content .list .price_row.selected_row{position:relative;background:#f2e8e2}#price .price_content .list .price_row.selected_row:after{height:4px;content:"";position:absolute;bottom:0;background:#fff;left:0;width:100%}#price .price_content .list .price_row.selected_row .tit:before{height:14px;content:"";position:absolute;top:0;background:url(/wp-content/themes/u-clinic/assets/img/price_select.png) no-repeat 50%;left:3px;width:10px;display:inline-block}.price_td.money .red_price{padding:5px 10px;font-weight:500;border-radius:5px;background:#d0a280}.price_td.money .line_through{text-decoration:line-through}#price .price_content .list .price_row .price_td.btn{max-width:135px;width:135px}@media (max-width:991px){#price .price_content .list .price_row .price_td.btn.btn_mob{-ms-flex-pack:start;padding:10px;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#price .price_content .list .price_row .price_td.btn.btn_mob a:first-child{margin-right:15px}}#price .price_content .list .price_row .price_td.btn .btn_form,#price .price_content .list .price_row .price_td.btn .btn_link{padding:8px 10px;font-size:14px;text-decoration:none;font-weight:500;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#price .price_content .list .price_row .price_td.btn .btn_link{color:#fff;background:#d0a280}@media (max-width:991px){#price .price_content .list .price_row .price_td.btn .btn_link._des{display:none}}#price .price_content .list .price_row .price_td.btn .btn_link._mob{display:none}@media (max-width:991px){#price .price_content .list .price_row .price_td.btn .btn_link._mob{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}#price .price_content .list .price_row .price_td.btn .btn_form{border:1px solid #d0a280;color:#000;background:#fff}@media (max-width:1440px){#price .price_content{padding:20px}#price .price_content .price_category>.tit a{height:70px;padding:0 50px 0 30px;font-size:28px}#price .price_content .price_category>.tit a.has_btn_link{padding:0 180px 0 30px}#price .price_content .price_category .list_services .price_service .tit a{height:49px;padding:0 50px 0 55px;font-size:24px}#price .price_content .price_category .list_services .price_service .tit a.has_btn_link{padding:0 180px 0 55px}#price .price_content .list .price_row .price_td{padding:14px 20px}#price .price_content .list .price_row .price_td.code{width:200px;padding-left:55px}#price .price_content .list .price_row .price_td.tit{padding-right:15px}#price .price_content .list .price_row .price_td.money{width:150px}}@media (max-width:1280px){#price .price_content{padding:15px}#price .price_content .price_category>.tit a{height:60px;padding:0 50px 0 30px;font-size:26px}#price .price_content .price_category>.tit a.has_btn_link{padding:0 180px 0 30px}#price .price_content .price_category .list_services .price_service>.tit a{height:47px;padding:0 50px 0 55px;font-size:22px}#price .price_content .price_category .list_services .price_service>.tit a.has_btn_link{padding:0 180px 0 55px}#price .price_content .list .price_row .price_td{padding:14px 20px}#price .price_content .list .price_row .price_td.code{width:auto;padding-left:55px}#price .price_content .list .price_row .price_td.tit{padding-right:15px}#price .price_content .list .price_row .price_td.money{width:150px}}@media (max-width:1100px){#price .price_content{padding:10px}#price .price_content .price_category>.tit a{height:auto;min-height:55px;padding:5px 50px 5px 30px;font-size:24px;line-height:1.1}#price .price_content .price_category>.tit a.has_btn_link{padding:5px 180px 5px 30px}#price .price_content .price_category .list_services .price_service>.tit a{height:auto;min-height:45px;padding:5px 50px 5px 55px;font-size:20px;line-height:1.1}#price .price_content .price_category .list_services .price_service>.tit a.has_btn_link{padding:5px 180px 5px 55px}#price .price_content .list .price_row .price_td{padding:14px 20px}#price .price_content .list .price_row .price_td.code{padding-left:55px}#price .price_content .list .price_row .price_td.tit{padding-right:15px}#price .price_content .list .price_row .price_td.money{width:150px}}@media (max-width:991px){#price .price_content{padding:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}#price .price_content .price_category>.tit a{height:auto;min-height:50px;padding:5px 35px 5px 15px;font-size:20px;line-height:1.1}#price .price_content .price_category>.tit a.has_btn_link{padding:5px 145px 5px 15px}#price .price_content .price_category .list_services .price_service>.tit a:after,#price .price_content .price_category>.tit a:after{height:18px;right:10px;background-size:8px;width:18px;margin-top:-9px}#price .price_content .price_category .list_services .price_service>.tit a{min-height:40px;padding:5px 35px 5px 30px;font-size:18px}#price .price_content .price_category .list_services .price_service>.tit a.has_btn_link{padding:5px 145px 5px 30px}#price .price_content .list,#price .price_content .list .price_row{display:block}#price .price_content .list .price_row.row_tit{display:none}#price .price_content .list .price_row .price_td{-ms-flex-pack:start;padding:0;justify-content:flex-start;-webkit-box-pack:start;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex}#price .price_content .list .price_row .price_td.code{padding-right:0;width:auto;padding-left:0}#price .price_content .list .price_row .price_td.tit{padding-right:0}#price .price_content .list .price_row .price_td.money{width:auto}#price .price_content .list .price_row .price_td.money .v{max-width:200px}#price .price_content .list .price_row .price_td .t{padding:10px 10px 10px 20px;font-weight:700;max-width:115px;min-width:115px;width:115px;display:block}#price .price_content .list .price_row .price_td .v{flex-grow:1;padding:10px;-webkit-box-flex:1;text-align:left;width:auto;-ms-flex-positive:1;display:block}#price .price_content .price_category>.tit>a.open_price_category{font-size:18px}#price .price_content .price_category .list_services .price_service>.tit a.open_price_service{font-size:16px}}@media (max-width:450px){#price .price_content .price_category>.tit>a.open_price_category{font-size:16px}#price .price_content .price_category .list_services .price_service>.tit a.open_price_service{font-size:14px}}#price_author .price_content,.menu_content_data li{position:relative}#price_author .price_content .text{padding:75px 170px 75px 75px;font-size:16px;color:#363535;max-width:1255px;border-radius:15px;background:#fff0d8;line-height:24px}#price_author .price_content .text .tit{font-size:18px;font-weight:500}#price_author .price_content .author .user span:last-of-type,#price_author .price_content .text>:last-of-type{padding-bottom:0}#price_author .price_content .author{height:582px;right:80px;position:absolute;bottom:-30px;background:url(/wp-content/themes/u-clinic/assets/img/author_w_new.png) no-repeat 50%/contain;width:297px;display:inline-block}#price_author .price_content .author .user{-webkit-transform:skew(-10deg);transform:skew(-10deg);padding:20px 30px;right:40px;position:absolute;bottom:-70px;background-color:#fff;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:10px;width:315px;display:inline-block;z-index:1000}#price_author .price_content .author .user span{font-size:12px;color:#363535;padding-bottom:10px;display:block}#price_author .price_content .author .user span.name{font-size:20px;font-style:italic;font-family:Georgia}@media (max-width:1560px){#price_author .price_content .text{padding:70px 170px 70px 70px}#price_author .price_content .author{right:0}}@media (max-width:1440px){#price_author .price_content .text{padding:60px 200px 60px 60px;max-width:90%}}@media (max-width:1280px){#price_author .price_content .text{padding:40px 200px 40px 40px;max-width:90%}#price_author .price_content .author{height:510px;bottom:0;width:260px}}@media (max-width:1100px){#price_author .price_content .text{padding:30px 200px 20px 30px;max-width:90%}#price_author .price_content .author .user{right:0}}@media (max-width:768px){#price_author .price_content .text{padding:20px 20px 80px;max-width:100%}#price_author .price_content .author{display:none}}#action_inner .action_inner_content{-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start}#action_inner .action_inner_content .action_content{flex-grow:1;-webkit-box-flex:1;-ms-flex-positive:1}#action_inner .action_inner_content .action_content .action_tit{padding:35px;margin-bottom:30px;border-radius:15px;background:#eeefee}#action_inner .action_inner_content .action_content .action_tit .image_wrap{max-width:400px;min-width:400px;width:400px}#action_inner .action_inner_content,#action_inner .action_inner_content .action_content .action_tit,#action_inner .action_inner_content .action_content .action_tit .text_wrap{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .action_content .action_tit .text_wrap{flex-grow:1;-webkit-box-flex:1;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-ms-flex-positive:1;padding-left:30px}#action_inner .action_inner_content .action_content .action_tit .text_wrap h1{font-size:36px;font-weight:700;color:#363535;padding-bottom:20px;line-height:44px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .descr{font-size:24px;font-style:italic;padding-bottom:20px;line-height:32px;font-family:Georgia}#action_inner .action_inner_content .action_content .action_tit .text_wrap .date{font-size:14px;font-style:italic;font-family:Georgia}#action_inner .action_inner_content .action_content .action_text{font-size:18px;color:#363535;line-height:26px}#action_inner .action_inner_content .action_content .action_text h2,#action_inner .action_inner_content .action_content .action_text h3,#action_inner .action_inner_content .action_content .action_text h4,#action_inner .action_inner_content .action_content .action_text h5,#action_inner .action_inner_content .action_content .action_text h6{padding-top:10px;font-size:24px;font-weight:500;padding-bottom:10px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap{margin-bottom:20px}#action_inner .action_inner_content .action_content .action_text .btn_wrap a,#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a{-ms-flex-pack:center;height:50px;padding:0 20px;justify-content:center;-webkit-box-pack:center;font-size:16px;text-decoration:none;font-weight:500;color:#fff;-webkit-box-align:center;align-items:center;border-radius:25px;background:#daa751;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a span{font-size:16px;font-weight:500;color:#fff;line-height:1.2;display:inline-block}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a.wa{margin-left:20px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a.wa span{margin-right:10px}#action_inner .action_inner_content .action_content .action_text .btn_wrap,#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .action_content .action_text .btn_wrap a{padding:0 10px;width:250px}#action_inner .action_inner_content .action_content .action_text .btn_wrap a span{font-size:16px;font-weight:500;margin-right:10px;color:#fff;line-height:1.2;display:inline-block}#action_inner .action_inner_content .action_content .action_text .btn_wrap a img,.wa_btn_wrap a img{max-width:22px;display:inline-block}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:first-of-type{margin-right:20px;background:#eabb67}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:first-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eabb67),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eabb67,#fff0d1,#eabb67)}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:first-of-type:hover span{color:#363535}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:last-of-type{border:3px solid #daa751;background:#fff}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:last-of-type span{color:#363535}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:last-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eac588),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eac588,#fff0d1,#eabb67)}#action_inner .action_inner_content .other_actions{max-width:450px;min-width:450px;margin-left:30px;width:450px}#action_inner .action_inner_content .other_actions .tit{font-size:36px;font-weight:700;margin-bottom:10px;color:#363535;line-height:44px}#action_inner .action_inner_content .other_actions .list .item{margin-bottom:40px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .other_actions .list .item .image_wrap{overflow:hidden;max-width:180px;min-width:180px;width:180px}#action_inner .action_inner_content .other_actions .list .item .image_wrap a,.informacia_col .link a:hover,.search_no_found .links a:hover{text-decoration:none}#action_inner .action_inner_content .other_actions .list .item .text_wrap{-ms-flex-pack:justify;padding:10px;justify-content:space-between;-webkit-box-pack:justify;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .other_actions .list .item .text_wrap .tit a{font-size:16px;text-decoration:none;font-weight:700;color:#363535;line-height:1.2;display:inline-block}#action_inner .action_inner_content .other_actions .list .item .text_wrap .link a{font-size:14px;text-decoration:none;font-weight:500;color:#daa751}#action_inner .action_inner_content .other_actions .list .item .text_wrap .link a:after,#blog_inner .blog_inner_content .other_posts .list .item .text_wrap .link a:after{height:9px;content:"";background:url(/wp-content/themes/u-clinic/assets/img/ic-right-gold.svg) no-repeat 50%/cover;margin-left:15px;width:6px;display:inline-block}@media (max-width:1560px){#action_inner .action_inner_content .action_content .action_tit{padding:30px}}@media (max-width:1440px){#action_inner .action_inner_content .action_content .action_tit{padding:25px}#action_inner .action_inner_content .action_content .action_tit .image_wrap{max-width:360px;min-width:360px;width:360px}#action_inner .action_inner_content .action_content .action_tit .text_wrap{padding-left:20px}#action_inner .action_inner_content .action_content .action_tit .text_wrap h1{font-size:32px;line-height:38px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .descr{font-size:22px;line-height:26px}#action_inner .action_inner_content .other_actions{max-width:400px;min-width:400px;margin-left:20px;width:400px}#action_inner .action_inner_content .other_actions .tit{font-size:32px;margin-bottom:20px;line-height:38px}#action_inner .action_inner_content .other_actions .list .item{margin-bottom:30px}#action_inner .action_inner_content .other_actions .list .item .image_wrap{max-width:160px;min-width:160px;width:160px}#action_inner .action_inner_content .other_actions .list .item .text_wrap{padding:10px}}@media (max-width:1280px){#action_inner .action_inner_content .action_content .action_tit{padding:15px}#action_inner .action_inner_content .action_content .action_tit .image_wrap{max-width:300px;min-width:300px;width:300px}#action_inner .action_inner_content .action_content .action_tit .text_wrap{padding-left:15px}#action_inner .action_inner_content .action_content .action_tit .text_wrap h1{font-size:28px;line-height:32px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .descr{font-size:20px;line-height:24px}#action_inner .action_inner_content .other_actions .tit{font-size:24px;line-height:30px}}@media (max-width:1100px){#action_inner .action_inner_content{display:block}#action_inner .action_inner_content .action_content{margin-bottom:25px}#action_inner .action_inner_content .other_actions{max-width:100%;min-width:auto;margin:0 auto 20px;width:500px}#action_inner .action_inner_content .other_actions .tit br{display:none}}@media (max-width:768px){#action_inner .action_inner_content .action_content .action_tit{padding:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex}#action_inner .action_inner_content .action_content .action_tit .image_wrap{max-width:100%;min-width:auto;text-align:center;-ms-flex-order:1;order:1;width:100%;-webkit-box-ordinal-group:2}#action_inner .action_inner_content .action_content .action_tit .image_wrap img{display:inline-block}#action_inner .action_inner_content .action_content .action_tit .text_wrap{padding-bottom:20px;padding-left:0}#action_inner .action_inner_content .action_content .action_tit .text_wrap h1{font-size:24px;padding-bottom:20px;line-height:30px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .descr{font-size:16px;padding-bottom:20px;line-height:22px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .date{font-size:14px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap{-webkit-box-align:center;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;-webkit-box-orient:vertical;-ms-flex-align:center}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a{width:270px}#action_inner .action_inner_content .action_content .action_tit .text_wrap .btn_wrap a.wa{margin-left:0;margin-top:10px}#action_inner .action_inner_content .action_content .action_text,#action_inner .action_inner_content .other_actions .list .item .text_wrap .tit a{font-size:16px;line-height:20px}#action_inner .action_inner_content .action_content .action_text p{padding-bottom:10px}#action_inner .action_inner_content .action_content .action_text h2,#action_inner .action_inner_content .action_content .action_text h3,#action_inner .action_inner_content .action_content .action_text h4,#action_inner .action_inner_content .action_content .action_text h5,#action_inner .action_inner_content .action_content .action_text h6{font-size:18px}#action_inner .action_inner_content .other_actions .list .item .image_wrap a img{height:auto;display:block}#action_inner .action_inner_content .other_actions .list .item .text_wrap{padding:10px}#action_inner .action_inner_content .other_actions .list .item .text_wrap .link a{font-size:14px}#action_inner .action_inner_content .action_content .action_text .btn_wrap a{height:60px;padding:0 20px;min-width:175px;text-align:center;width:175px;line-height:55px}#action_inner .action_inner_content .action_content .action_text .btn_wrap a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}#action_inner .action_inner_content .action_content .action_text .btn_wrap a br{display:inline}#action_inner .action_inner_content .action_content .action_text .btn_wrap a img{max-width:15px}}@media (max-width:400px){#action_inner .action_inner_content .action_content .action_text .btn_wrap a{padding:0 8px;max-width:49%;min-width:auto;margin:0;width:150px}#action_inner .action_inner_content .action_content .action_text .btn_wrap a:first-of-type{margin-right:10px}}#blog_inner .blog_inner_content{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#blog_inner .blog_inner_content .blog_content{flex-grow:1;-webkit-box-flex:1;max-width:calc(100% - 453px);-ms-flex-positive:1}#blog_inner .blog_inner_content .blog_content .image_wrap{margin-bottom:40px;width:100%}#blog_inner .blog_inner_content .blog_content .image_wrap img{border-radius:15px;display:block}#blog_inner .blog_inner_content .blog_content .blog_text{font-size:18px;color:#363535;line-height:26px}#blog_inner .blog_inner_content .blog_content .blog_text p{padding-bottom:30px}#blog_inner .blog_inner_content .blog_content .blog_text a{color:#daa751}#blog_inner .blog_inner_content .blog_content .blog_text .btn,#doctor_title .doctor_title_content .text_wrap .btn a{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;text-decoration:none;color:#fff;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#blog_inner .blog_inner_content .blog_content .blog_text .btn{padding:10px 15px;border-radius:20px;background:#eabb67}#blog_inner .blog_inner_content .blog_content .blog_text h2,#blog_inner .blog_inner_content .blog_content .blog_text h3,#blog_inner .blog_inner_content .blog_content .blog_text h4,#blog_inner .blog_inner_content .blog_content .blog_text h5,#blog_inner .blog_inner_content .blog_content .blog_text h6{padding-top:10px;font-size:24px;font-weight:500;padding-bottom:10px}#blog_inner .blog_inner_content .other_posts{max-width:453px;min-width:453px;margin-left:30px;width:453px}#blog_inner .blog_inner_content .blog_content h1,#blog_inner .blog_inner_content .other_posts .tit{font-size:36px;font-weight:700;margin-bottom:30px;color:#363535;line-height:44px}#blog_inner .blog_inner_content .other_posts .list .item{overflow:hidden;margin-bottom:45px;background-color:#fff;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap{padding:20px 30px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap .tit{margin-bottom:20px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap .tit a{font-size:24px;text-decoration:none;font-weight:700;color:#363535;line-height:28px;display:inline-block}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap .link a{font-size:16px;text-decoration:none;font-weight:500;color:#daa751}@media (max-width:500px){.blog_content iframe{max-height:250px}}@media (max-width:1440px){#blog_inner .blog_inner_content .blog_content{max-width:calc(100% - 400px)}#blog_inner .blog_inner_content .blog_content h1,#blog_inner .blog_inner_content .other_posts .tit{font-size:30px;line-height:36px}#blog_inner .blog_inner_content .other_posts{max-width:400px;min-width:400px;width:400px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap{padding:20px}}@media (max-width:1280px){#blog_inner .blog_inner_content .blog_content{max-width:calc(100% - 350px)}#blog_inner .blog_inner_content .blog_content h1,#blog_inner .blog_inner_content .other_posts .tit{font-size:28px;line-height:32px}#blog_inner .blog_inner_content .other_posts{max-width:350px;min-width:350px;width:350px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap{padding:15px}}@media (max-width:1100px){#blog_inner .blog_inner_content{display:block}#blog_inner .blog_inner_content .blog_content{margin-bottom:30px;max-width:100%}#blog_inner .blog_inner_content .blog_content h1{font-size:24px;line-height:28px}#blog_inner .blog_inner_content .blog_content .blog_text{font-size:16px;line-height:20px}#blog_inner .blog_inner_content .other_posts{max-width:100%;min-width:auto;margin:auto;width:400px}#blog_inner .blog_inner_content .other_posts .tit{font-size:24px;margin-bottom:20px;line-height:28px}#blog_inner .blog_inner_content .other_posts .list .item{margin-bottom:30px}#blog_inner .blog_inner_content .other_posts .list .item .text_wrap{padding:15px}}#doctor_title .doctor_title_content{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#doctor_title .doctor_title_content .image_wrap{position:relative;max-width:400px;min-width:400px;width:400px}#doctor_title .doctor_title_content .image_wrap img{max-width:100%;border-radius:15px;display:block}#doctor_title .doctor_title_content .text_wrap{flex-grow:1;padding:50px 50px 120px;-webkit-box-flex:1;position:relative;border-radius:15px;background:#eeefee;margin-left:30px;-ms-flex-positive:1}#doctor_title .doctor_title_content .text_wrap h1{font-size:30px;font-weight:700;color:#363535;padding-bottom:15px}#doctor_title .doctor_title_content .text_wrap .doljnost{font-size:24px;font-weight:500;color:#363535;padding-bottom:35px}#doctor_title .doctor_title_content .text_wrap .staj{font-size:24px;font-style:italic;color:#363535;padding-bottom:40px;font-family:Georgia}#doctor_title .doctor_title_content .text_wrap .txt{font-size:18px;font-weight:500;margin-bottom:20px;color:#363535}#doctor_title .doctor_title_content .text_wrap .btn{position:absolute;bottom:50px}#doctor_title .doctor_title_content .text_wrap .btn a{height:70px;padding:0 20px;font-size:16px;font-weight:500;border-radius:50px;background:#daa751;width:270px}@media (max-width:1560px){#doctor_title .doctor_title_content .text_wrap{padding:40px 40px 110px}#doctor_title .doctor_title_content .text_wrap h1{font-size:28px}#doctor_title .doctor_title_content .text_wrap .doljnost{font-size:22px;padding-bottom:30px}#doctor_title .doctor_title_content .text_wrap .staj{font-size:22px;padding-bottom:35px}#doctor_title .doctor_title_content .text_wrap .btn{bottom:40px}}@media (max-width:1440px){#doctor_title .doctor_title_content .text_wrap{padding:30px 30px 100px;margin-left:25px}#doctor_title .doctor_title_content .text_wrap h1{font-size:26px}#doctor_title .doctor_title_content .text_wrap .doljnost{font-size:20px;padding-bottom:25px}#doctor_title .doctor_title_content .text_wrap .staj{font-size:20px;padding-bottom:30px}#doctor_title .doctor_title_content .text_wrap .btn{bottom:30px}}@media (max-width:1280px){#doctor_title .doctor_title_content .image_wrap{max-width:400px;min-width:400px;width:400px}#doctor_title .doctor_title_content .text_wrap{padding:20px 20px 80px;margin-left:20px}#doctor_title .doctor_title_content .text_wrap h1{font-size:24px}#doctor_title .doctor_title_content .text_wrap .doljnost,#doctor_title .doctor_title_content .text_wrap .staj{font-size:18px;padding-bottom:20px}#doctor_title .doctor_title_content .text_wrap .btn{bottom:20px}#doctor_title .doctor_title_content .text_wrap .btn a{height:60px}}@media (max-width:1100px){#doctor_title .doctor_title_content .image_wrap{max-width:300px;min-width:300px;width:300px}#doctor_title .doctor_title_content .text_wrap{padding:15px 15px 65px;margin-left:15px}#doctor_title .doctor_title_content .text_wrap h1{font-size:24px;padding-bottom:10px}#doctor_title .doctor_title_content .text_wrap .doljnost,#doctor_title .doctor_title_content .text_wrap .staj{font-size:18px;padding-bottom:10px}#doctor_title .doctor_title_content .text_wrap .txt{font-size:16px}#doctor_title .doctor_title_content .text_wrap .btn{bottom:15px}#doctor_title .doctor_title_content .text_wrap .btn a{height:50px}}@media (max-width:768px){#doctor_title{background:#eeefee}#doctor_title .doctor_title_content{padding:20px 0 30px;display:block}#doctor_title .doctor_title_content .image_wrap{margin-bottom:20px;max-width:100%;min-width:auto;width:auto}#doctor_title .doctor_title_content .text_wrap{padding:0;margin-left:0}#doctor_title .doctor_title_content .text_wrap h1{font-size:24px;padding-bottom:10px}#doctor_title .doctor_title_content .text_wrap .doljnost,#doctor_title .doctor_title_content .text_wrap .staj{font-size:18px;padding-bottom:10px}#doctor_title .doctor_title_content .text_wrap .txt{font-size:14px;padding-bottom:10px}#doctor_title .doctor_title_content .text_wrap .btn{position:static}#doctor_title .doctor_title_content .text_wrap .btn a{height:50px}}#doctors_tabs .tab_links .tab_links_wrap a{width:auto}#doctors_tabs .doctors_tabs_content .tab_content_item{padding:40px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;margin-top:30px}#doctors_tabs .doctors_tabs_content .tab_content_item .tit{font-size:24px;font-style:italic;color:#363535;padding-bottom:30px;font-family:Georgia}#doctors_tabs .doctors_tabs_content .tab_content_item .text{font-size:18px;font-weight:500;color:#363535;padding-bottom:20px}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul li{padding-bottom:20px}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li{padding-right:20px;min-width:25%;padding-bottom:15px;width:25%}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li a{font-size:16px;text-decoration:none;color:#363535;line-height:18px}@media (max-width:1440px){#doctors_tabs .doctors_tabs_content .tab_content_item{padding:35px;margin-top:25px}#doctors_tabs .doctors_tabs_content .tab_content_item .tit{font-size:22px}}@media (max-width:1280px){#doctors_tabs .doctors_tabs_content .tab_content_item{padding:25px;margin-top:20px}#doctors_tabs .doctors_tabs_content .tab_content_item .tit{font-size:22px}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li{min-width:33%;width:33%}}@media (max-width:1100px){#doctors_tabs .doctors_tabs_content .tab_content_item{padding:15px}#doctors_tabs .doctors_tabs_content .tab_content_item .tit{font-size:20px}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li{min-width:50%;padding-bottom:10px;width:50%}}@media (max-width:768px){#doctors_tabs .doctors_tabs_content .tab_content_item{padding:10px}#doctors_tabs .doctors_tabs_content .tab_content_item .tit{font-size:18px}#doctors_tabs .doctors_tabs_content .tab_content_item .text{font-size:16px}#doctors_tabs .doctors_tabs_content .tab_content_item .text ul.list_links li{padding-right:0;min-width:100%;padding-bottom:10px;width:100%}}#call_form .call_bg,#call_form .form_content_wrap{height:100%;-webkit-transition:all .4s;transition:all .4s;position:fixed;left:0;z-index:10000}#call_form .call_bg{opacity:0;top:0;background:rgba(0,0,0,.72);width:100%;display:none}#call_form .form_content_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;right:0;-webkit-box-align:center;top:-300%;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#call_form .form_content_wrap .form_content{padding:60px;position:relative;max-width:528px;background:#eeddd3}#call_form .form_content_wrap .form_content .close{height:22px;border:2px solid #000;right:12px;position:absolute;top:12px;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_cloce_black.png) no-repeat 50%;width:22px;display:inline-block}#call_form .form_content_wrap .form_content .form_tit{margin-bottom:30px;text-align:center}#call_form .form_content_wrap .form_content .form_tit .tit{font-size:24px;font-weight:700;color:#363535;padding-bottom:20px}#call_form .form_content_wrap .form_content .form_tit .descr{font-size:18px;font-style:italic;color:#363535;line-height:24px;font-family:Georgia}#call_action_form .form_content_wrap .form_content .form_tit .descr span,#call_form .form_content_wrap .form_content .form_tit .descr span,.bvi-body #download_app .pluses_content .cont:before{display:none}#call_form .form_content_wrap .form_content .form_wrap .form_row{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}#call_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:260px;margin:auto}#call_action_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap input,#call_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap input,#call_form_rew .form_content_wrap .form_content .form_wrap .form_row .input_wrap input,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row .input_wrap input{height:58px;padding:0 30px;font-size:16px;border:0;font-weight:500;color:#363535;max-width:100%;border-radius:40px;width:260px;line-height:58px}#call_action_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap .submit,#call_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap .submit{height:70px;color:#fff;background:#daa751;line-height:70px}#call_form .form_content_wrap .form_content .form_wrap .form_row.submit_wrap{padding:20px 0}#call_form .form_content_wrap .form_content .form_wrap .form_row:last-of-type{margin-bottom:0}#call_form.active .call_bg{opacity:1;display:block}#call_form.active .form_content_wrap{top:0}@media (max-width:1280px){#call_form .form_content_wrap .form_content{padding:40px;width:500px}}@media (max-width:768px){#call_form .form_content_wrap .form_content{padding:20px;max-width:90%;width:400px}#call_form .form_content_wrap .form_content .form_tit .descr br{display:none}#call_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:100%}}#call_action_form .call_bg,#call_action_form .form_content_wrap{height:100%;-webkit-transition:all .4s;transition:all .4s;position:fixed;left:0;z-index:10000}#call_action_form .call_bg{opacity:0;top:0;background:rgba(0,0,0,.72);width:100%;display:none}#call_action_form .form_content_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;right:0;-webkit-box-align:center;top:-300%;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#call_action_form .form_content_wrap .form_content{padding:60px;position:relative;max-width:528px;background:#eeddd3}#call_action_form .form_content_wrap .form_content .close{height:22px;border:2px solid #000;right:12px;position:absolute;top:12px;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_cloce_black.png) no-repeat 50%;width:22px;display:inline-block}#call_action_form .form_content_wrap .form_content .form_tit{margin-bottom:30px;text-align:center}#call_action_form .form_content_wrap .form_content .form_tit .tit{font-size:24px;font-weight:700;color:#363535;padding-bottom:20px}#call_action_form .form_content_wrap .form_content .form_tit .descr{font-size:18px;font-style:italic;color:#363535;line-height:24px;font-family:Georgia}#call_action_form .form_content_wrap .form_content .form_wrap .form_row{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}#call_action_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:260px;margin:auto}#call_action_form .form_content_wrap .form_content .form_wrap .form_row.submit_wrap{padding:20px 0}#call_action_form .form_content_wrap .form_content .form_wrap .form_row:last-of-type{margin-bottom:0}#call_action_form.active .call_bg{opacity:1;display:block}#call_action_form.active .form_content_wrap{top:0}@media (max-width:1280px){#call_action_form .form_content_wrap .form_content{padding:40px;width:500px}}@media (max-width:768px){#call_action_form .form_content_wrap .form_content{padding:20px;max-width:90%;width:400px}#call_action_form .form_content_wrap .form_content .form_tit .descr br{display:none}#call_action_form .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:100%}}.bvi-shortcode,.bvi-shortcode a,.bvi-widget,.bvi-widget a{background:0 0!important}.text_page_content{font-size:16px;margin-bottom:30px;color:#363535;line-height:1.3}.text_page_content a{text-decoration:none;color:#363535}.text_page_content a:hover{text-decoration:underline}.informacia_col{border-right:1px solid silver;padding:0 30px}.informacia_col:last-of-type{border-right:none}.informacia_col .title{font-size:22px;font-weight:500;margin-bottom:0;padding-bottom:15px;line-height:1.4}.informacia_col .text{padding-bottom:0}.informacia_col .link a{text-decoration:underline;color:#05727e}@media (max-width:1100px){.informacia_col{border-right:none;padding:20px 0;border-bottom:1px solid silver}.informacia_col:last-of-type{border-bottom:none}}.error_page,.search_no_found{text-align:center}.search_no_found .tit_no_fond{font-size:24px;font-weight:700;margin-bottom:30px;color:red;text-align:center}.search_no_found .links a{font-size:18px;text-decoration:underline;color:#000}.bvi-body .container{background-color:transparent!important}.bvi-body #contact_page .blocks .row .item .form_wrap .form_row .input_wrap input,.bvi-body #contact_page .blocks .row .item .form_wrap .form_row .input_wrap textarea,.bvi-body #form_bl .form_wrap .form_row .input_wrap input,.bvi-body .butons a{border:1px solid #000}.bvi-body footer{border-top:1px solid #000}.bvi-body #services .services_item .services_content .service_item{border:1px solid #000;border-radius:15px}.bvi-body #download_app .pluses_content .links a,.bvi-body #messages .open_wrap a{border:1px solid #000;display:inline-block}#oficial.edication_template{padding-top:0;padding-bottom:0}#oficial.edication_template .author,#oficial.edication_template .text_image_wrap{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;-webkit-box-align:end;align-items:flex-end;-ms-flex-align:end;display:-webkit-box;display:-ms-flexbox;display:flex}#oficial.edication_template .text_image_wrap .left_content{flex-grow:1;-webkit-box-flex:1;padding-right:50px;-ms-flex-positive:1}#oficial.edication_template .text_image_wrap .left_content .text{margin-bottom:0;max-width:100%;width:100%}#oficial.edication_template .author{-ms-flex-pack:center;height:auto;justify-content:center;-webkit-box-pack:center;right:auto;position:relative;max-width:350px;min-width:350px;background:0 0;margin-left:0;left:auto;width:350px}#oficial.edication_template .author img{border-radius:10px}@media (max-width:1100px){#oficial.edication_template .text_image_wrap .left_content{padding-right:40px}#oficial.edication_template .text_image_wrap{-webkit-box-align:end;align-items:flex-end;-ms-flex-align:end}#oficial.edication_template .author{max-width:300px;min-width:300px;width:300px}}@media (max-width:991px){#oficial.edication_template .text_image_wrap .left_content{padding-right:20px}#oficial.edication_template .text_image_wrap{-webkit-box-align:end;align-items:flex-end;-ms-flex-align:end}#oficial.edication_template .author{max-width:250px;min-width:250px;width:250px}}@media (max-width:768px){#oficial.edication_template .text_image_wrap{display:block}#oficial.edication_template .text_image_wrap .left_content{padding-right:0}#oficial.edication_template .text_image_wrap .right_content{padding-top:30px}#oficial.edication_template .author{max-width:100%;min-width:100%;width:100%}}.education_medule_item,.education_medules_wrap{padding:30px 0}.education_medule_item .education_module_content{padding:30px 0;display:none}.education_medule_item .education_module_content .section_bl{padding:50px 0!important}@media (max-width:1100px){.education_medule_item,.education_medule_item .education_module_content,.education_medules_wrap{padding:20px 0}.education_medule_item .education_module_content .section_bl{padding:40px 0!important}}@media (max-width:991px){.education_medule_item .service_title .service_title_content .image_wrap img{right:0;position:absolute;max-width:none;width:auto}.service_title .service_title_content .image_wrap .circle_1{height:150px;bottom:-70px;left:0;width:150px}.service_title .service_title_content .image_wrap .circle_2{height:150px;top:-70px;left:0;width:150px}}@media (max-width:768px){.education_medule_item,.education_medule_item .education_module_content,.education_medules_wrap{padding:15px 0}.education_medule_item .education_module_content .section_bl{padding:30px 0!important}.education_medule_item .service_title .service_title_content{overflow:hidden}.education_medule_item .service_title .service_title_content .image_wrap img{height:auto;position:relative;max-width:100%}}#education_price .price_content{padding:35px 60px;position:relative;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}#education_price .price_content .mobile{display:none}#education_price .price_content .list{table-layout:fixed;word-break:break-all;width:100%;display:table}#education_price .price_content .list .price_row{display:table-row}#education_price .price_content .list .price_row .price_td{padding:14px 20px;font-size:16px;word-break:break-word;text-align:left;width:33%;display:table-cell}#education_price .price_content .list .price_row.row_tit{background:#fff0d8}#education_price .price_content .list .price_row.row_tit .price_td{font-size:18px;font-weight:700;text-transform:uppercase;text-align:center}#education_price .price_content .list .price_row.row_tit .price_td.action_price span{font-size:14px;font-weight:500;position:relative;display:inline-block}#education_price .price_content .list .price_row.row_tit .price_td.action_price span:after{height:2px;right:-3px;content:"";position:absolute;top:50%;background:#000;left:-3px;display:inline-block}#education_price .price_content .list .price_row.table_tit{background:#0a737e}#education_price .price_content .list .price_row.table_tit .price_td{font-weight:700;color:#fff;text-transform:uppercase;text-align:center}#education_price .price_content .list .price_row:nth-child(2n){background:#fbf7f5}#education_price .price_content .list .price_row .price_td.buy_link{text-align:center;background:#fbf7f5}#education_price .price_content .list .price_row .price_td.buy_link a{padding:15px 50px;font-size:16px;text-decoration:none;color:#fff;border-radius:30px;background:#05727e;display:inline-block}@media (max-width:1440px){#education_price .price_content{padding:25px}}@media (max-width:1100px){#education_price .price_content{padding:0;-webkit-box-shadow:none;box-shadow:none}#education_price .price_content .list .price_row .price_td{padding:10px 5px;font-size:14px}}@media (max-width:991px){#education_price .price_content .desctop{display:none}#education_price .price_content .mobile{display:block}#education_price .price_content .price_item{border-bottom:25px solid #fbf7f5}}#consultform{padding:50px 0;background:url(/wp-content/themes/u-clinic/assets/img/bg_lines_2.png) no-repeat 50%/cover}#consultform .content{padding:50px 70px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:10px;background:url(/wp-content/themes/u-clinic/assets/img/bg-consultform.jpg) no-repeat 50%/cover}#consultform .title{margin-bottom:30px}#consultform .title .big_tit{font-size:50px;font-weight:400;font-style:italic;line-height:62px;font-family:Georgia}#consultform .title .big_tit .green{color:#eabb67}#consultform .title .big_tit .small{font-size:40px;font-weight:700;font-family:Acrom}#call_form_rew .form_content_wrap .form_content .form_tit .descr span,#consultform .title .mob,.call_form_spec .form_content_wrap .form_content .form_tit .descr span{display:none}#consultform .text ul li{font-size:20px;font-weight:700;color:#363535;padding-bottom:15px;list-style-image:url(/wp-content/themes/u-clinic/assets/img/checkbox-gold.png)}#consultform .text .btn_wrap{text-align:left;margin-top:60px}#consultform .text .btn_wrap a{-ms-flex-pack:center;height:60px;padding:0 25px;justify-content:center;-webkit-box-pack:center;font-size:16px;text-decoration:none;font-weight:700;color:#fff;-webkit-box-align:center;align-items:center;border-radius:40px;background:#eabb67;width:330px;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1560px){#consultform{padding:45px 0}#consultform .content{padding:45px 65px}#consultform .title{margin-bottom:25px}#consultform .title .big_tit{font-size:44px;line-height:55px}#consultform .title .big_tit .small{font-size:35px}#consultform .text ul li{font-size:19px;padding-bottom:13px}#consultform .text .btn_wrap{margin-top:50px}#consultform .text .btn_wrap a{height:55px;padding:0 20px;width:310px}}@media (max-width:1440px){#consultform{padding:40px 0}#consultform .content{padding:40px 60px}#consultform .title{margin-bottom:20px}#consultform .title .big_tit{font-size:38px;line-height:48px}#consultform .title .big_tit .small{font-size:30px}#consultform .text ul li{font-size:18px;padding-bottom:12px}#consultform .text .btn_wrap{margin-top:40px}#consultform .text .btn_wrap a{height:50px;padding:0 15px;width:300px}}@media (max-width:1280px){#consultform{padding:35px 0}#consultform .content{padding:35px 50px}#consultform .title{margin-bottom:15px}#consultform .title .big_tit{font-size:32px;line-height:40px}#consultform .title .big_tit .small{font-size:25px}#consultform .text ul li{font-size:18px;padding-bottom:10px}#consultform .text .btn_wrap{margin-top:30px}}@media (max-width:991px){#consultform{padding:30px 0}#consultform .content{padding:35px}#consultform .title .big_tit{font-size:28px;line-height:36px}#consultform .title .big_tit .small{font-size:22px}#consultform .text .btn_wrap{margin-top:25px}}@media (max-width:768px){#consultform .content{overflow:hidden;padding:20px;position:relative;background:url(/wp-content/themes/u-clinic/assets/img/bg-consultform_mobile.png) no-repeat 100% 100% #e7e7e7}#consultform .content:after,#consultform .content:before{content:"";position:absolute;border-radius:50%;display:inline-block}#consultform .content:before{height:400px;top:-110px;background:hsla(38,77%,73%,.8);left:-40px;width:400px}#consultform .content:after{height:345px;top:90px;background:rgba(255,238,208,.8);left:-50px;width:345px}#consultform .title{margin-bottom:25px;position:relative;z-index:100}#consultform .title .big_tit{font-size:40px;line-height:40px}#consultform .title .big_tit .green,#consultform .title .big_tit .small{font-size:30px}#consultform .title .mob{display:inline}#consultform .text ul{position:relative;max-width:350px;z-index:100}#consultform .text ul li{font-size:15px}#consultform .text .btn_wrap{position:relative;margin-top:170px;z-index:100}#consultform .text .btn_wrap a{height:60px;margin:auto;width:auto}}@media (max-width:400px){#consultform .title .big_tit{font-size:35px;margin-bottom:15px;line-height:28px}#consultform .title .big_tit .green,#consultform .title .big_tit .small{font-size:22px}#consultform .text .btn_wrap{margin-top:200px}#consultform .text .btn_wrap a{height:50px;font-size:14px}#consultform .content:after{height:320px;width:320px}}#form_action{padding:60px 0 80px;position:relative;background:#eeddd3}#form_action:after,#form_action:before{content:"";position:absolute;max-width:100%;display:block}#form_action:before{height:331px;top:0;background:url(/wp-content/themes/u-clinic/assets/img/action_form_top.png) no-repeat 0 0/contain;left:0;width:888px}#form_action:after{height:212px;right:0;bottom:0;background:url(/wp-content/themes/u-clinic/assets/img/action_form_bot.png) no-repeat 100% 100%/contain;width:889px}#form_action .content_wrap,#form_action .wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}#form_action .wrap{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;max-width:1200px;margin:auto}#form_action .content_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;z-index:100}#form_action .content_wrap:before{height:50%;content:"";position:absolute;-webkit-box-shadow:0 0 300px hsla(0,0%,100%,.9);box-shadow:0 0 300px hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.4);width:50%}#form_action .content_wrap .txt{font-size:40px;font-weight:700;margin-bottom:40px;color:#363535;position:relative;line-height:1.2}#form_action .content_wrap .txt span{font-size:48px;font-style:italic;color:#b48a67;font-family:Georgia}#form_action .content_wrap .descr{font-size:24px;font-weight:500;color:#363535;position:relative}#form_action .form_wrap{padding:40px 50px;-webkit-box-shadow:0 0 200px hsla(0,0%,100%,.9);box-shadow:0 0 200px hsla(0,0%,100%,.9);border-radius:15px;background:#f0e2d2;width:420px}#form_action .form_wrap form{position:relative;z-index:10}#form_action .form_wrap .form_tit{font-size:24px;font-style:italic;margin-bottom:30px;color:#363535;text-align:center;font-family:Georgia}#form_action .form_wrap .form_row{margin-bottom:15px}#form_action .form_wrap .form_row .input_wrap input{height:58px;padding:0 30px;font-size:16px;border:0;font-weight:500;color:#363535;border-radius:40px;width:100%;line-height:58px}#form_action .form_wrap .form_row .input_wrap .submit{height:70px;color:#fff;background:#eabb67;cursor:pointer;line-height:70px}#form_action .form_wrap .input_checkbox label{font-size:11px}#form_action.for_article{padding:30px 0;margin:30px 0}#form_action.for_article .content_wrap .txt{font-size:32px}#form_action.for_article .content_wrap .txt span{font-size:38px}#form_action .form_wrap .wpcf7-response-output{background:#f0e2d2}@media (max-width:1680px){#form_action.for_article .content_wrap .txt{font-size:30px}#form_action.for_article .content_wrap .txt span{font-size:36px}}@media (max-width:1440px){#form_action:after,#form_action:before{width:800px}#form_action .wrap{max-width:1100px}#form_action .content_wrap .txt{font-size:36px;margin-bottom:35px}#form_action .content_wrap .txt span{font-size:36px}#form_action .content_wrap .descr{font-size:22px}#form_action .form_wrap{padding:35px 40px}#form_action .form_wrap .form_tit{font-size:23px;margin-bottom:26px}#form_action.for_article .content_wrap .txt{font-size:26px}#form_action.for_article .content_wrap .txt span{font-size:32px}#form_action.for_article .content_wrap .descr{font-size:20px}}@media (max-width:1280px){#form_action:after,#form_action:before{width:700px}#form_action .wrap{max-width:1000px}#form_action .content_wrap .txt{font-size:32px;margin-bottom:30px}#form_action .content_wrap .txt span{font-size:32px}#form_action .content_wrap .descr{font-size:20px}#form_action .form_wrap{padding:30px 25px}#form_action .form_wrap .form_tit{font-size:22px;margin-bottom:24px}#form_action.for_article .content_wrap .txt{font-size:22px}#form_action.for_article .content_wrap .txt span{font-size:28px}#form_action.for_article .content_wrap .descr{font-size:18px}}@media (max-width:1024px){#form_action:after,#form_action:before{width:400px}#form_action .wrap{-webkit-box-align:center;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-items:center;-webkit-box-orient:vertical;-ms-flex-align:center}#form_action .content_wrap{margin-bottom:40px}#form_action .content_wrap:before{display:none}#form_action .content_wrap .txt{font-size:28px;margin-bottom:25px}#form_action .content_wrap .txt span,#form_action.for_article .content_wrap .txt,#form_action.for_article .content_wrap .txt span{font-size:28px}#form_action .content_wrap .descr,#form_action.for_article .content_wrap .descr{font-size:18px}#form_action .form_wrap{padding:25px 30px;max-width:420px;width:auto}#form_action .form_wrap .form_tit{font-size:21px;margin-bottom:22px}#form_action .form_wrap .form_row{margin-bottom:15px}#form_action .form_wrap .form_row .input_wrap input{height:50px;padding:0 15px;font-size:14px;line-height:50px}#form_action .form_wrap .form_row .input_wrap .submit{height:60px;line-height:60px}}@media (max-width:768px){#form_action:after,#form_action:before{max-width:100%;width:320px}#form_action{padding:80px 0}#form_action .content_wrap .txt{font-size:22px;margin-bottom:20px}#form_action .content_wrap .txt span{font-size:22px}#form_action .content_wrap .descr{font-size:16px}#form_action .form_wrap{padding:20px 25px}#form_action .form_wrap .form_tit{font-size:20px;margin-bottom:20px}}@media (max-width:400px){#form_action .content_wrap .descr br,#form_action .content_wrap .txt br{display:none}}.wpcf7 form .wpcf7-response-output{padding:10px;font-size:12px;border-width:1px;margin:0;line-height:1.3}#zapis_btn{padding:30px 0}#zapis_btn .wrap,#zapis_btn .wrap a{-webkit-box-align:center;align-items:center;-ms-flex-align:center}#zapis_btn .wrap a{-ms-flex-pack:center;height:70px;padding:0 25px;justify-content:center;-webkit-box-pack:center;font-size:24px;text-decoration:none;font-weight:700;color:#fff;margin:0 10px;border-radius:40px;background:#daa751;width:460px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1560px){#zapis_btn .wrap a{height:70px;padding:0 25px;font-size:24px;width:460px}}@media (max-width:1440px){#zapis_btn .wrap a{height:65px;padding:0 15px;font-size:22px;width:420px}}@media (max-width:1280px){#zapis_btn .wrap a{height:60px;padding:0 10px;font-size:18px;width:380px}}@media (max-width:1100px){#zapis_btn .wrap a{height:60px;font-size:18px;max-width:100%;margin:0 auto 30px!important;width:360px}}@media (max-width:768px){#zapis_btn .wrap a{font-size:16px}}@media (max-width:400px){#zapis_btn .wrap a{font-size:14px}}#zapis_btn .wrap,.wa_btn_wrap,.wa_btn_wrap a{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex}.wa_btn_wrap{position:relative;margin-top:20px;z-index:1000}.wa_btn_wrap._align_left{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start}.wa_btn_wrap a{height:70px;padding:0 25px;border:3px solid #daa751;text-decoration:none;-webkit-box-align:center;align-items:center;border-radius:50px;background:#fff;width:330px;-ms-flex-align:center}.wa_btn_wrap a span{font-size:16px;font-weight:500;margin-right:25px;color:#363535;display:inline-block}.wa_btn_wrap a:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eac588),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eac588,#fff0d1,#eabb67)}@media (max-width:1024px){.wa_btn_wrap a{height:60px;line-height:60px}}@media (max-width:768px){.wa_btn_wrap a{height:50px;padding:0 15px;max-width:100%;line-height:50px}.wa_btn_wrap a span{font-size:14px;margin-right:15px}}.owl-carousel .owl-item img.lazyloading{height:1px!important}@media (max-width:768px){.b24-widget-button-position-bottom-right{right:10px!important;bottom:20px!important}}#marquee{padding:10px 0;background:#efc883;display:none}#call_form_rew .form_content_wrap .form_content .form_tit .descr span.active,#marquee.active,.call_form_spec .form_content_wrap .form_content .form_tit .descr span.active,.menu_content_data ul li:hover>ul{display:block}#marquee .txt{font-size:16px;font-weight:500;color:#363535;text-align:center}#marquee .txt .item{padding-right:40px}@media (max-width:768px){#marquee .txt{font-size:14px}}.form-articles-sec{padding:35px 0 0!important}.form-articles,.form-articles-block{display:-webkit-box;display:-ms-flexbox;display:flex}.form-articles-block{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;vertical-align:top}.form-articles{padding:16px 30px;-webkit-box-align:center;background-color:#fff;align-items:center;border-radius:10px 10px 0 0;-ms-flex-align:center}.title-articles{font-weight:500;line-height:1.1}.form-articles-tel{font-size:24px;text-decoration:none;font-weight:500;margin-right:23px;color:#daa751;margin-left:23px}.img-articles{height:27px;margin-inline:3px}@media screen and (max-width:770px){.form-articles-block{margin-top:28px}.form-articles{-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;line-height:2.5}.title-articles{margin-bottom:3px}.img-articles{height:31px;margin-inline:9px}}#call_form_rew .call_bg,#call_form_rew .form_content_wrap{height:100%;-webkit-transition:all .4s;transition:all .4s;position:fixed;left:0;z-index:10000}#call_form_rew .call_bg{opacity:0;top:0;background:rgba(0,0,0,.72);width:100%;display:none}#call_form_rew .form_content_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;right:0;-webkit-box-align:center;top:-300%;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#call_form_rew .form_content_wrap .form_content,.call_form_spec .form_content_wrap .form_content{padding:60px;position:relative;max-width:528px;background:#eeddd3}#call_form_rew .form_content_wrap .form_content .close,.call_form_spec .form_content_wrap .form_content .close{height:22px;border:2px solid #000;right:12px;position:absolute;top:12px;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_cloce_black.png) no-repeat 50%;width:22px;display:inline-block}#call_form_rew .form_content_wrap .form_content .form_tit,.call_form_spec .form_content_wrap .form_content .form_tit{margin-bottom:30px;text-align:center}#call_form_rew .form_content_wrap .form_content .form_tit .tit,.call_form_spec .form_content_wrap .form_content .form_tit .tit{font-size:24px;font-weight:700;color:#363535;padding-bottom:20px}#call_form_rew .form_content_wrap .form_content .form_tit .descr,.call_form_spec .form_content_wrap .form_content .form_tit .descr{font-size:18px;font-style:italic;color:#363535;line-height:24px;font-family:Intro}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row .input_wrap,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:260px;margin:auto}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row .input_wrap .submit,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row .input_wrap .submit{height:70px;color:#fff;background:#eabb67;line-height:70px}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row .input_wrap .submit:hover,.open_callform_rew:hover{color:#000;background:-webkit-gradient(linear,left top,right bottom,from(#eabb67),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eabb67,#fff0d1,#eabb67)}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row.submit_wrap,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row.submit_wrap{padding:20px 0}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row:last-of-type,.call_form_spec .form_content_wrap .form_content .form_wrap .form_row:last-of-type{margin-bottom:0}#call_form_rew.active .call_bg{opacity:1;display:block}#call_form_rew.active .form_content_wrap{top:0}@media (max-width:1280px){#call_form_rew .form_content_wrap .form_content{padding:40px;width:500px}}@media (max-width:768px){#call_form_rew .form_content_wrap .form_content{padding:20px;max-width:90%;width:400px}#call_form_rew .form_content_wrap .form_content .form_tit .descr br{display:none}#call_form_rew .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:100%}}.open_callform_rew,.textarea{font-size:16px;border:0;font-weight:500;border-radius:40px}.textarea{height:126px;padding:16px 30px;resize:vertical;color:#460000;max-width:260px;line-height:23px;font-family:Acrom}.open_callform_rew{padding:15px 30px;text-decoration:none;color:#fff;position:none;background:#eabb67}@media (max-width:768px){.open_callform_rew{padding:10px;font-size:14px;right:15px;margin-top:2px}}.spec-form{-ms-flex-pack:center;padding:10px 30px 11px;justify-content:center;-webkit-box-pack:center;font-size:19px;text-decoration:none;font-weight:500;margin-bottom:20px;color:#daa751;border-style:solid;border-width:2px;border-radius:40px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.call_form_spec .call_bg{height:100%;-webkit-transition:all .4s;transition:all .4s;position:fixed;opacity:1;top:0;background:rgba(0,0,0,.72);left:0;width:100%;display:block;z-index:10000}#price .podcategory._colums_style .services_colum .colum_title,.call_form_spec .form_content_wrap{-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.call_form_spec .form_content_wrap{-ms-flex-pack:center;height:100%;justify-content:center;-webkit-box-pack:center;right:0;-webkit-transition:all .4s;transition:all .4s;position:fixed;top:0;left:0;z-index:10000}@media (max-width:1280px){.call_form_spec .form_content_wrap .form_content{padding:40px;width:500px}}@media (max-width:768px){.call_form_spec .form_content_wrap .form_content{padding:20px;max-width:90%;width:400px}.call_form_spec .form_content_wrap .form_content .form_tit .descr br{display:none}.call_form_spec .form_content_wrap .form_content .form_wrap .form_row .input_wrap{max-width:100%}}.menu_content_data ul ul{list-style:none;padding-top:10px;position:absolute;top:3em;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2);box-shadow:0 3px 3px rgba(0,0,0,.2);border-radius:5px;background:#fff;left:-5px;width:315px;display:none;z-index:99999}.menu_content_data ul ul li{margin:4px 0}.menu_content_data ul ul a{border-bottom-color:#fff!important}.menu_content_data ul ul a:hover{color:#daa751!important}.menu-parent-item:after{font-size:10px;content:"▼";margin-left:-8px}@media (max-width:1100px){.menu_content_data ul ul{list-style:disc;padding-top:10px;color:#fff;position:sticky;-webkit-box-shadow:none;box-shadow:none;border-radius:5px;background:0 0;width:208px;display:block;z-index:99999}.menu-parent-item:after{content:none}.menu_content_data ul ul li{margin:4px 0;padding-bottom:12px!important}.menu-parent-item{margin-bottom:-25px}}footer .sub-menu{display:none!important}footer .menu-parent-item:after{content:none!important}#equipment .item .content .top .descr .butons a br,#tab_administratory .spec-form,#tab_rukovoditeli .spec-form,.net{display:none}#price .serv_acc{margin-bottom:2em}#price .serv_acc .price_category .list_services .price_service>.tit a:after,#price .serv_acc .price_category .tit>.one_after a:after{opacity:0}#price .serv_acc .price_category>.tit a{height:50px;padding:0 20px;font-size:18px;color:#363535;background:#efc883}.podcategory{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#price .serv_acc .price_category{border-bottom:5px solid #fff;width:49%}.one_after,.two_after{width:100%;display:block}.two_after{width:80px}#price .serv_acc .price_category .list_services .price_service>.tit a{height:40px;font-size:16px}@media (max-width:1440px){#price .serv_acc .price_category .list_services .price_service>.tit a{padding:0 20px}}@media (max-width:1080px){#price .serv_acc .price_category{width:100%}}@media (max-width:720px){.two_after{margin-left:-1px}#price .serv_acc .price_category>.tit a{height:50px;padding:0 10px;font-size:16px;color:#363535;background:#efc883}#price .serv_acc .price_category .list_services .price_service>.tit a{height:50px;padding:0 10px;font-size:15px}}#price .podcategory._colums_style{-ms-flex-wrap:wrap;flex-wrap:wrap}#price .podcategory._colums_style .services_colum{margin-bottom:20px;width:49%}@media (max-width:1080px){#price .podcategory._colums_style .services_colum{width:100%}}#price .podcategory._colums_style .services_colum .colum_title{-ms-flex-pack:start;height:50px;padding:0 20px;justify-content:flex-start;-webkit-box-pack:start;font-size:18px;font-weight:500;margin-bottom:10px;color:#fff;background:#b48a67;line-height:1.2}#price .podcategory._colums_style .services_colum .price_category{width:100%}@media (min-width:421px){.imgmob{display:none!important}}@media (max-width:420px){.imgdesktop{display:none!important}}.bans_cont_wrap{overflow:hidden;margin-bottom:1.3em;-webkit-box-align:center;position:relative;aspect-ratio:3/1;align-items:center;align-content:center;-ms-flex-align:center;-ms-flex-line-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex}.bans_cont_wrap:before{height:650px;content:"";position:absolute;top:-100px;-webkit-box-shadow:0 0 20px hsla(38,77%,92%,.8);box-shadow:0 0 20px hsla(38,77%,92%,.8);border-radius:0 50% 50% 0;background:radial-gradient(circle,#faeed9 90%,hsla(38,77%,92%,.8) 100%);left:-150px;width:650px;z-index:100}@media (max-width:1440px){.bans_cont_wrap:before{height:600px;top:-100px;left:-100px;width:600px}}@media (max-width:1280px){.bans_cont_wrap:before{height:550px;top:-50px;width:550px}}@media (max-width:1024px){.bans_cont_wrap{min-height:250px;aspect-ratio:auto}.bans_cont_wrap:before{height:500px;background:hsla(38,77%,92%,.9);width:500px}}@media (max-width:768px){.bans_cont_wrap{min-height:200px}.bans_cont_wrap:before{height:400px;width:400px}}@media (max-width:500px){.bans_cont_wrap:before{width:340px}}.bans_cont{padding:9% 0 0 5%;position:relative;z-index:1000}@media (max-width:1024px){.bans_cont{padding:0 0 0 5%}}.service_button{font-size:calc(.63vw + .7rem);text-decoration:none;font-weight:600;color:#daa751}.service_button:after{height:.7em;content:"";margin:0 0 -1px .4em;background:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg) no-repeat 50%/cover;width:.7em;display:inline-block}.big_tit_tab{font-size:42px;width:200px}@media (max-width:1920px){.big_tit_tab{font-size:calc(1.8vw + .7rem);padding-bottom:6vw;width:121px;line-height:1.2em}}@media (max-width:1024px){.big_tit_tab{padding-bottom:3vw}}.big_tit_tab>a{text-decoration:none;color:#363535}@media (max-width:420px){.bans_cont{text-shadow:0 0 15px hsla(0,0%,100%,.97)}}.butons_head a,.butons_head_mob a{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;text-decoration:none;border-radius:50px;width:190px}.butons_head a{-webkit-box-align:center;align-items:center;background:#eabb67;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1100px){.butons_head{display:none}}.butons_head span{font-size:16px;font-weight:600;color:#fff}.butons_head_mob a{margin:auto auto 14px;background:#fff}.butons_head_mob span{font-size:18px;font-weight:500;color:#daa751}@media (min-width:1101px){footer .item_1 .butons_head_mob{display:none}}@media (max-width:1100px){footer .item_3 .butons_head_mob{display:none}footer .item_1 .butons_head_mob{margin-bottom:25px}.slider_content_wrap .deskr{display:none!important}}footer .butons_head_mob span{font-size:16px;font-weight:600}footer .butons_head_mob{height:44px;margin-left:0;margin-top:25px}.butons_form_serv,.butons_whats_serv{height:50px;border-radius:50px;width:281px}.butons_form_serv{margin-bottom:10px;background:#05727e}.butons_whats_serv{background:#eabb67}.butons_whats_serv img{max-width:22px;margin-left:10px}.butons_head_mob a,.butons_whats_serv a{-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.bans_cont a,.butons_serv .butons_serv_gor a{text-decoration:none}.serv_butons{font-size:calc(1.5vw + .7rem);padding-bottom:2vw!important}.bans_cont span,.butons_serv .butons_serv_gor span{color:#fff}@media (min-width:1101px){.butons_serv{display:none!important}}.butons_serv{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}.butons_serv .butons_serv_gor{text-decoration:none;text-align:center;width:49%}#oficial .author .user{z-index:100}#equipment .item .content .top .descr .butons a:first-of-type,#services_cat .services_content .services_top .txt_wrap a:first-of-type,.works_butons a:first-of-type{background:#eabb67}#equipment .item .content .top .descr .butons a:first-of-type:hover,#services_cat .services_content .services_top .txt_wrap a:first-of-type:hover,.works_butons a:first-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eabb67),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eabb67,#fff0d1,#eabb67)}#equipment .item .content .top .descr .butons a:first-of-type:hover span,#services_cat .services_content .services_top .txt_wrap a:first-of-type:hover span,.works_butons a:first-of-type:hover span{color:#363535}#equipment .item .content .top .descr .butons a:last-of-type,#services_cat .services_content .services_top .txt_wrap a:last-of-type,.works_butons a:last-of-type{border:3px solid #daa751;background:#fff}#equipment .item .content .top .descr .butons a:last-of-type span,#services_cat .services_content .services_top .txt_wrap a:last-of-type span,.works_butons a:last-of-type span{color:#363535}#equipment .item .content .top .descr .butons a:last-of-type:hover,#services_cat .services_content .services_top .txt_wrap a:last-of-type:hover,.works_butons a:last-of-type:hover{background:-webkit-gradient(linear,left top,right bottom,from(#eac588),color-stop(#fff0d1),to(#eabb67));background:linear-gradient(to bottom right,#eac588,#fff0d1,#eabb67)}#equipment .item{margin-bottom:10px}#equipment .item .content .top .descr .butons a,#equipment .item .tit,.works_butons a{-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#equipment .item .tit{-ms-flex-pack:justify;min-height:50px;padding:10px 20px;justify-content:space-between;-webkit-box-pack:justify;font-size:18px;font-weight:500;color:#363535;background:#efc883;cursor:pointer;line-height:1.2}@media (max-width:768px){#equipment .item .tit{font-size:16px}}#equipment .item .tit:after{height:22px;border:2px solid #fff;-webkit-transition:all .4s;transition:all .4s;content:"";min-width:22px;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_price_open.png) no-repeat 50%;width:22px;display:inline-block}#equipment .item .content{padding:20px;background:#efefef;display:none}#equipment .item .content .top{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){#equipment .item .content .top{display:block}}#equipment .item .content .top .image_wrap{margin-right:20px;max-width:30%;min-width:30%;width:30%}@media (max-width:1100px){#equipment .item .content .top .image_wrap{max-width:40%;min-width:40%;width:40%}}@media (max-width:768px){#equipment .item .content .top .image_wrap{max-width:400px;min-width:auto;margin:0 auto 20px;width:100%}}#equipment .item .content .top .image_wrap img,#reviews_mess .wrap .list .item .image_wrap a img{width:100%;display:block}#equipment .item .content .top .descr{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;align-content:flex-start;-webkit-box-orient:vertical;-ms-flex-line-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){#equipment .item .content .top .descr{display:block}}#equipment .item .content .top .descr .descr_wrap{font-size:16px;margin-bottom:20px;color:#494949;line-height:1.2}@media (max-width:1100px){#equipment .item .content .top .descr .descr_wrap{font-size:14px}}#equipment .item .content .top .descr .butons,.works_butons{-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#equipment .item .content .top .descr .butons a,.works_butons a{-ms-flex-pack:center;height:70px;padding:0 25px;justify-content:center;-webkit-box-pack:center;text-decoration:none;margin-right:25px;border-radius:50px;width:330px}#equipment .item .content .top .descr .butons a span,.works_butons a span{font-size:16px;font-weight:500;margin-right:25px;color:#fff;display:inline-block}#equipment .item .content .top .descr .butons a img,.works_butons a img{max-width:22px;display:inline-block}@media (max-width:1100px){#equipment .item .content .top .descr .butons{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center}#equipment .item .content .top .descr .butons a{height:60px;padding:0 20px;min-width:175px;text-align:center;margin:0 8px;width:175px;line-height:55px;display:block}#equipment .item .content .top .descr .butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}#equipment .item .content .top .descr .butons a br{display:inline}#equipment .item .content .top .descr .butons a img{position:relative;max-width:15px;top:15px;margin-left:5px}}@media (max-width:400px){#equipment .item .content .top .descr .butons{margin:auto;display:block}#equipment .item .content .top .descr .butons a{padding:0 8px;max-width:100%;min-width:auto;margin:0 0 10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#equipment .item .content .top .descr .butons a br{display:none}#equipment .item .content .top .descr .butons a img{position:static;margin-left:10px}}#equipment .item .content .text{font-size:16px;color:#494949;line-height:1.2}@media (max-width:1100px){#equipment .item .content .text{font-size:14px}}#equipment .item.open .tit :after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#equipment .item.open .content{display:block}#reviews_mess .wrap{position:relative}@media (max-width:1680px){#reviews_mess .wrap{padding:0 60px}}@media (max-width:450px){#reviews_mess .wrap{padding:0}}#reviews_mess .wrap .list{padding:20px;-webkit-box-shadow:0 0 20px hsla(105,3%,74%,.3);box-shadow:0 0 20px hsla(105,3%,74%,.3);border-radius:15px;background:#fff}@media (max-width:1440px){#reviews_mess .wrap .list{padding:15px}}#reviews_mess .wrap .list .item,.works_butons a br{display:none}#reviews_mess .wrap .list .item .image_wrap{overflow:hidden;border-radius:15px;width:100%}#reviews_mess .wrap .list.owl-loaded .item{-ms-flex-pack:center;height:100%;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center}#reviews_mess .wrap .list.owl-loaded .item,#reviews_mess .wrap .list.owl-loaded .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){#reviews_mess .wrap .list .owl-dots{-ms-flex-pack:center;padding:10px 0 0;justify-content:center;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#reviews_mess .wrap .list .owl-dots button{padding:0;border:0;margin:0 6px;background:0 0;cursor:pointer}#reviews_mess .wrap .list .owl-dots button span{height:8px;border:0;border-radius:50%;background:#daa751;width:8px;display:inline-block}#reviews_mess .wrap .list .owl-dots button.active span{background:#daa751}}#reviews_mess .navs_wrap{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}@media (max-width:991px){#reviews_mess .navs_wrap{height:50px;bottom:0;top:auto}}@media (max-width:450px){#reviews_mess .navs_wrap{padding-top:20px;position:static;margin-top:0}}@media (max-width:1680px){#reviews_mess .navs_wrap button.owl-prev{left:0}}#reviews_mess .navs_wrap button.owl-next{right:-60px}@media (max-width:1680px){#reviews_mess .navs_wrap button.owl-next{right:0}}#reviews_mess .navs_wrap button.owl-prev:hover span,#works_wrap .wrap._slider .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#reviews_mess .navs_wrap button.owl-next:hover span,#works_wrap .wrap._slider .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#works_wrap .wrap{align-content:flex-start;-ms-flex-line-pack:start}#works_wrap .wrap .item,#works_wrap .wrap._slider .owl-nav button{-webkit-box-shadow:0 0 10px hsla(105,3%,74%,.3);box-shadow:0 0 10px hsla(105,3%,74%,.3)}#works_wrap .wrap .item{padding:10px;margin-bottom:25px;border-radius:15px;width:19%}@media (max-width:1440px){#works_wrap .wrap .item{width:24%}}@media (max-width:1024px){#works_wrap .wrap .item{width:32%}}@media (max-width:768px){#works_wrap .wrap .item{width:49%}}@media (max-width:450px){#works_wrap .wrap .item{width:100%}}#works_wrap .wrap .item .image_wrap{margin-bottom:10px}#works_wrap .wrap .item .image_wrap a{overflow:hidden;text-decoration:none;border-radius:15px;display:block}#works_videos .wrap .item .image_wrap a img,#works_wrap .wrap .item .image_wrap a img{-webkit-transition:all .4s;transition:all .4s;width:100%;display:block}#similar_procedures .wrap .item .image_wrap a:hover img,#works_videos .wrap .item .image_wrap a:hover img,#works_wrap .wrap .item .image_wrap a:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}#works_wrap .wrap .item .name_wrap{text-align:center}#works_wrap .wrap .item .name_wrap a{font-size:16px;text-decoration:none;font-weight:600;color:#000;line-height:1.2;display:inline-block}@media (max-width:768px){#works_wrap .wrap .item .name_wrap a{font-size:14px}}#works_wrap .wrap._slider{display:block}@media (max-width:1680px){#works_wrap .wrap._slider{padding:0 60px}}@media (max-width:1024px){#works_wrap .wrap._slider{padding:0 40px}}@media (max-width:768px){#works_wrap .wrap._slider{padding:0 0 50px}}#works_wrap .wrap._slider .item{margin-bottom:0;width:auto}#works_wrap .wrap._slider .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}@media (max-width:768px){#works_wrap .wrap._slider .owl-nav{bottom:35px;top:auto;margin-top:0}}#works_wrap .wrap._slider .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;border:0;-webkit-box-align:center;position:absolute;background-color:#fff;align-items:center;border-radius:50%;cursor:pointer;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1024px){#works_wrap .wrap._slider .owl-nav button{height:35px;width:35px}}@media (max-width:1680px){#works_wrap .wrap._slider .owl-nav button.owl-prev{left:0}}#works_wrap .wrap._slider .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#works_wrap .wrap._slider .owl-nav button.owl-next{right:-60px}@media (max-width:1680px){#works_wrap .wrap._slider .owl-nav button.owl-next{right:0}}#works_wrap .wrap._slider .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#works_videos .wrap._slider .owl-nav button span,#works_wrap .wrap._slider .owl-nav button span{height:13px;color:transparent;width:13px;display:inline-block}#works_inner .wrap,#works_videos .wrap,#works_wrap .wrap{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex}#works_inner .wrap{-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start}#works_inner .wrap .item{margin-bottom:30px;border-radius:15px;width:24%}@media (max-width:1024px){#works_inner .wrap .item{width:32%}}@media (max-width:768px){#works_inner .wrap .item{width:49%}}@media (max-width:450px){#works_inner .wrap .item{width:100%}}#works_inner .wrap .item .image_wrap img{border-radius:15px}#works_inner .wrap .item .name_wrap{padding-top:10px;font-size:16px;font-weight:600;color:#000;text-align:center;width:100%;line-height:1.2;display:inline-block}@media (max-width:768px){#works_inner .wrap .item .name_wrap{font-size:14px}}@media (max-width:400px){.works_butons{-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:justify}}@media (max-width:1560px){.works_butons a{height:65px;padding:0 25px;margin-right:25px}}@media (max-width:1440px){.works_butons a{height:60px;padding:0 15px;margin-right:20px;width:300px}}@media (max-width:1280px){.works_butons a{height:60px;padding:0 10px;margin-right:10px;width:280px}}@media (max-width:1100px){.works_butons a{height:60px;padding:0 20px;min-width:175px;text-align:center;margin:0 8px;width:175px;line-height:55px;display:block}}@media (max-width:768px){.works_butons a{height:60px;padding:0 10px;max-width:49%;min-width:auto;text-align:center;margin:0 10px;width:175px;line-height:55px;display:block}}@media (max-width:400px){.works_butons a{margin:0}}@media (max-width:1440px){.works_butons a span{font-size:14px;margin-right:15px}}@media (max-width:1280px){.works_butons a span{margin-right:10px}}@media (max-width:1100px){.works_butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}}@media (max-width:768px){.works_butons a span{font-size:14px;margin-right:0;line-height:18px;vertical-align:middle}}@media (max-width:1100px){.works_butons a img{position:relative;max-width:15px;top:15px}}@media (max-width:768px){.works_butons a img{position:relative;max-width:15px;top:15px}}@media (max-width:1100px){.works_butons a br{display:inline}}.work_service_link{font-size:20px}.work_service_link .tit{font-weight:500;color:#000}.work_service_link a{text-decoration:none;font-weight:600;color:#000;-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.work_service_link a i{height:16px;background:url(/wp-content/themes/u-clinic/assets/img/icon_link.svg) no-repeat 50%/contain;margin-left:5px;width:16px;display:inline-block}#works_videos .wrap{align-content:flex-start;-ms-flex-line-pack:start}#works_videos .wrap .item,#works_videos .wrap._slider .owl-nav button{-webkit-box-shadow:0 0 10px hsla(105,3%,74%,.3);box-shadow:0 0 10px hsla(105,3%,74%,.3)}#works_videos .wrap .item{padding:10px;margin-bottom:25px;border-radius:15px;width:24%;display:none}#works_videos .wrap .item.active,#works_videos .wrap .item.clearflex{display:block}@media (max-width:1024px){#works_videos .wrap .item{width:32%}}@media (max-width:768px){#works_videos .wrap .item{width:49%}}@media (max-width:450px){#works_videos .wrap .item{width:100%}}#works_videos .wrap .item .image_wrap{margin-bottom:10px}#works_videos .wrap .item .image_wrap a{overflow:hidden;text-decoration:none;position:relative;border-radius:15px;display:block}#works_videos .wrap .item .image_wrap a .ic{height:60px;position:absolute;top:50%;border-radius:50%;background:url(/wp-content/themes/u-clinic/assets/img/ic_play_gold.png) no-repeat 25px #fff;margin-left:-30px;left:50%;width:60px;margin-top:-30px;display:inline-block;z-index:10}#works_videos .wrap .item .image_wrap a .ic:before{border:20px solid hsla(0,0%,100%,.59);right:-10px;content:" ";position:absolute;bottom:-10px;top:-10px;border-radius:50%;left:-10px;display:inline-block}#works_videos .wrap .item .image_wrap a .ic:after{border:1px solid #fff;right:0;-webkit-transition:all .4s;transition:all .4s;content:" ";position:absolute;bottom:0;top:0;border-radius:50%;left:0;display:inline-block}#works_videos .wrap .item .image_wrap a:hover .ic:after{right:-15px;bottom:-15px;top:-15px;left:-15px}#works_videos .wrap .item .name_wrap{text-align:center}#works_videos .wrap .item .name_wrap a{font-size:16px;text-decoration:none;font-weight:600;color:#000;line-height:1.2;display:inline-block}@media (max-width:768px){#works_videos .wrap .item .name_wrap a{font-size:14px}}#works_videos .wrap._slider{display:block}@media (max-width:1680px){#works_videos .wrap._slider{padding:0 60px}}@media (max-width:1024px){#works_videos .wrap._slider{padding:0 40px}}@media (max-width:768px){#works_videos .wrap._slider{padding:0 0 50px}}#works_videos .wrap._slider .item{margin-bottom:0;width:auto}#works_videos .wrap._slider .owl-nav{position:absolute;top:50%;left:0;width:100%;margin-top:-25px}@media (max-width:768px){#works_videos .wrap._slider .owl-nav{bottom:35px;top:auto;margin-top:0}}#works_videos .wrap._slider .owl-nav button{-ms-flex-pack:center;height:50px;justify-content:center;-webkit-box-pack:center;border:0;-webkit-box-align:center;position:absolute;background-color:#fff;align-items:center;border-radius:50%;cursor:pointer;width:50px;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1024px){#works_videos .wrap._slider .owl-nav button{height:35px;width:35px}}#works_videos .wrap._slider .owl-nav button.owl-prev{left:-60px}@media (max-width:1680px){#works_videos .wrap._slider .owl-nav button.owl-prev{left:0}}#works_videos .wrap._slider .owl-nav button.owl-prev span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_left.svg) no-repeat 50%/contain}#works_videos .wrap._slider .owl-nav button.owl-prev:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_left_gold.svg)}#works_videos .wrap._slider .owl-nav button.owl-next{right:-60px}@media (max-width:1680px){#works_videos .wrap._slider .owl-nav button.owl-next{right:0}}#works_videos .wrap._slider .owl-nav button.owl-next span{background:url(/wp-content/themes/u-clinic/assets/img/arrow_right.svg) no-repeat 50%/contain}#works_videos .wrap._slider .owl-nav button.owl-next:hover span{background-image:url(/wp-content/themes/u-clinic/assets/img/arrow_right_gold.svg)}#works_videos_tags .wrap span{padding:8px 12px;font-size:16px;border:1px solid #daa751;font-weight:600;margin-right:10px;margin-bottom:10px;text-transform:capitalize;border-radius:10px;cursor:pointer;line-height:1;display:inline-block}#works_videos_tags .wrap span.active,#works_videos_tags .wrap span:hover{color:#fff;background:#daa751}#service_action{padding:25px 0}#service_action .wrap{padding:25px;border:6px solid #eeddd3;border-radius:10px;background:#fbf7f5}@media (max-width:1024px){#service_action .wrap{padding:20px}}@media (max-width:768px){#service_action .wrap{padding:15px}}#service_action .wrap .title{margin-bottom:40px}@media (max-width:1024px){#service_action .wrap .title{margin-bottom:30px}}@media (max-width:768px){#service_action .wrap .title{margin-bottom:20px}}#service_action .wrap .title h2{font-size:36px;color:#363535;text-align:center;line-height:1.2}@media (max-width:1280px){#service_action .wrap .title h2{font-size:32px}}@media (max-width:1024px){#service_action .wrap .title h2{font-size:28px}}@media (max-width:768px){#service_action .wrap .title h2{font-size:24px}}#service_action .wrap .list{-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-pack:space-evenly;margin-bottom:40px;-webkit-box-align:start;align-items:flex-start;-ms-flex-align:start;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){#service_action .wrap .list{margin-bottom:30px}}@media (max-width:768px){#service_action .wrap .list{margin-bottom:0;display:block}}#service_action .wrap .list .item{text-align:center;width:28%}@media (max-width:768px){#service_action .wrap .list .item{margin-bottom:20px;width:100%}}#service_action .wrap .list .item .tit{font-size:30px;font-weight:700;font-style:italic;color:#b48a67;padding-bottom:15px;line-height:1;font-family:Georgia}@media (max-width:1024px){#service_action .wrap .list .item .tit{font-size:26px}}@media (max-width:768px){#service_action .wrap .list .item .tit{font-size:22px}}#service_action .wrap .list .item .descr{font-size:24px;font-weight:500;color:#363535;line-height:1.4}@media (max-width:1280px){#service_action .wrap .list .item .descr{font-size:22px}}@media (max-width:1024px){#service_action .wrap .list .item .descr{font-size:20px}}@media (max-width:768px){#service_action .wrap .list .item .descr{font-size:18px}}#service_action .wrap .txt{font-size:16px;color:#363535;text-align:center}@media (max-width:1024px){#service_action .wrap .txt{font-size:14px}}@media (max-width:768px){#service_action .wrap .txt{font-size:12px}}#service_state_link{padding:40px 0}#service_state_link .wrap,#similar_procedures .wrap .item .tit{-webkit-box-align:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}#service_state_link .wrap{-ms-flex-pack:justify;padding:20px;justify-content:space-between;-webkit-box-pack:justify;border-radius:10px;background:#f0e2d2}@media (max-width:1024px){#service_state_link .wrap{display:block}}#service_state_link .wrap .image_wrap{margin-right:20px;max-width:40%;min-width:40%;width:40%}@media (max-width:1024px){#service_state_link .wrap .image_wrap{-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;max-width:100%;min-width:auto;margin:0 auto 20px;width:500px;display:-webkit-box;display:-ms-flexbox;display:flex}}#service_state_link .wrap .image_wrap img{border-radius:10px;display:block}#service_state_link .wrap .txt_wrap{flex-grow:1;-webkit-box-flex:1;font-size:26px;font-weight:500;font-style:italic;color:#363535;position:relative;line-height:1.2;-ms-flex-positive:1}@media (max-width:1440px){#service_state_link .wrap .txt_wrap{font-size:24px}}@media (max-width:1280px){#service_state_link .wrap .txt_wrap{font-size:22px}}@media (max-width:1024px){#service_state_link .wrap .txt_wrap{font-size:20px;text-align:center}}@media (max-width:768px){#service_state_link .wrap .txt_wrap{font-size:18px}}#service_state_link .wrap .txt_wrap a{color:#363535}#similar_procedures .wrap{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex}#similar_procedures .wrap .item{margin:0 1% 25px;-webkit-box-shadow:0 0 10px #bcbfbb;box-shadow:0 0 10px #bcbfbb;border-radius:10px;width:23%}@media (max-width:1024px){#similar_procedures .wrap .item{width:48%}}@media (max-width:400px){#similar_procedures .wrap .item{margin:0 0 25px;width:100%}}#similar_procedures .wrap .item .image_wrap a{overflow:hidden;border-radius:10px;width:100%;display:block}#similar_procedures .wrap .item .image_wrap a img,#works_inner .wrap .item .image_wrap img{-webkit-transition:all .4s;transition:all .4s;width:100%;display:block}#similar_procedures .wrap .item .tit{-ms-flex-pack:center;padding:10px;justify-content:center;-webkit-box-pack:center}#similar_procedures .wrap .item .tit a{font-size:20px;text-decoration:none;font-weight:500;color:#363535;line-height:1.2;display:inline-block}@media (max-width:1280px){#similar_procedures .wrap .item .tit a{font-size:18px}}@media (max-width:1024px){#similar_procedures .wrap .item .tit a{font-size:16px}}