@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:calc(1 * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:calc(1 * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:calc(1s * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:calc(1s * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:calc(1s * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:calc(1s * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:calc(1s / 2);animation-duration:calc(var(--animate-duration)/ 2)}.animate__animated.animate__fast{animation-duration:calc(1s * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:calc(1s * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:calc(1s * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{20%,53%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.animate__tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:calc(1s * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}100%{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}100%{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}100%{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}100%{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.animate__bounceIn{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translate3d(0,0,0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translate3d(0,0,0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translate3d(0,0,0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translate3d(0,0,0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.animate__flipOutX{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.animate__flipOutY{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0,0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translate3d(0,0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:calc(1s * 2);animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:0 0;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05,1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width .3s ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}/*!
 * Button visually impaired v2.0
 */html body .bvi-panel{font-family:Arial!important;padding:10px 10px;color:#000;top:0;left:0;right:0;letter-spacing:0;position:relative;text-shadow:none;line-height:normal;border:0;margin-bottom:.3rem;background-color:#f7f7f7;border-color:#000;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23);z-index:999999!important}@media (max-width:575.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide,html body .bvi-panel .bvi-panel-container{display:none;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width:576px) and (max-width:767.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide,html body .bvi-panel .bvi-panel-container{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width:768px) and (max-width:991.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:right}html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide,html body .bvi-panel .bvi-panel-container{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width:992px) and (max-width:1199.98px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media (min-width:1200px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media (max-width:575.98px){html body .bvi-panel *{font-size:12px!important}}@media (min-width:576px) and (max-width:767.98px){html body .bvi-panel *{font-size:14px!important}}@media (min-width:768px) and (max-width:991.98px){html body .bvi-panel *{font-size:14px!important}}@media (min-width:992px) and (max-width:1199.98px){html body .bvi-panel *{font-size:16px!important}}@media (min-width:1200px){html body .bvi-panel *{font-size:16px!important}}html body .bvi-panel a{color:#2a2a2a;background-color:transparent;outline:0;text-decoration:underline}html body .bvi-panel a:hover{color:#000;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a:focus{color:#000;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a.bvi-link-copy{text-decoration:underline;color:#000;outline:0}html body .bvi-panel a.bvi-link-copy.active{color:#000;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:hover{color:#000;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:focus{color:#000;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link{text-decoration:none;color:#000;background-color:transparent;text-align:center;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:700;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}@media (max-width:575.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width:576px) and (max-width:767.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width:768px) and (max-width:991.98px){html body .bvi-panel a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media (min-width:992px) and (max-width:1199.98px){html body .bvi-panel a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-panel a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:hover{color:#000;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:focus{color:#000;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white{background-color:#fff;color:#000;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white:hover{background-color:#fff;color:#000;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black{background-color:#000;color:#fff;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black:hover{background-color:#000;color:#fff;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue{background-color:#9dd1ff;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue:hover{background-color:#9dd1ff;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown{background-color:#f7f3d6;color:#4d4b43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown:hover{background-color:#f7f3d6;color:#4d4b43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green{background-color:#3b2716;color:#a9e44d;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green:hover{background-color:#3b2716;color:#a9e44d;text-decoration:none}html body .bvi-panel .bvi-title{text-shadow:none;text-decoration:none;background-color:transparent;display:block;font-weight:700;text-transform:uppercase;vertical-align:middle;margin:10px 0 15px 0}html body .bvi-panel .bvi-text-center{text-align:center}html body .bvi-panel .bvi-text-left{text-align:left}html body .bvi-panel .bvi-text-right{text-align:right}html body .bvi-panel .bvi-setting-menu{margin-top:10px;border-top:1px solid #dfdfdf;display:none}html body .bvi-panel .bvi-images{margin-top:10px;width:16px;height:16px;font-weight:400;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal}@media (max-width:575.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media (min-width:576px) and (max-width:767.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media (min-width:768px) and (max-width:991.98px){html body .bvi-panel .bvi-images{margin-top:7px}}@media (min-width:992px) and (max-width:1199.98px){html body .bvi-panel .bvi-images{margin-top:9px}}html body .bvi-panel .bvi-images.bvi-images-eye-slash{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==)}html body .bvi-panel .bvi-images.bvi-images-arrow{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==)}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==)}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==)}html body .bvi-panel .bvi-images.bvi-images-volume-off{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==)}html body .bvi-panel .bvi-images.bvi-images-adjust{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=)}html body .bvi-panel .bvi-images.bvi-images-off{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=)}html body .bvi-panel .bvi-images.bvi-images-on{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC)}html body .bvi-panel .bvi-images.bvi-images-minus-square-o{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC)}html body .bvi-panel.bvi-fixed-top{position:fixed;top:0;right:0;left:0;z-index:999999}html body .bvi-panel .bvi-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){html body .bvi-panel .bvi-container{max-width:540px}}@media (min-width:768px){html body .bvi-panel .bvi-container{max-width:720px}}@media (min-width:992px){html body .bvi-panel .bvi-container{max-width:960px}}@media (min-width:1200px){html body .bvi-panel .bvi-container{max-width:1140px}}html body .bvi-panel .bvi-container-fluid,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){html body .bvi-panel .bvi-container,html body .bvi-panel .bvi-container-sm{max-width:540px}}@media (min-width:768px){html body .bvi-panel .bvi-container,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm{max-width:720px}}@media (min-width:992px){html body .bvi-panel .bvi-container,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm{max-width:960px}}@media (min-width:1200px){html body .bvi-panel .bvi-container,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container-xl{max-width:1140px}}html body .bvi-panel .bvi-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html body .bvi-panel .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi-panel .bvi-no-gutters>.bvi-col,html body .bvi-panel .bvi-no-gutters>[class*=bvi-col-]{padding-right:0;padding-left:0}html body .bvi-panel .bvi-col,html body .bvi-panel .bvi-col-1,html body .bvi-panel .bvi-col-10,html body .bvi-panel .bvi-col-11,html body .bvi-panel .bvi-col-12,html body .bvi-panel .bvi-col-2,html body .bvi-panel .bvi-col-3,html body .bvi-panel .bvi-col-4,html body .bvi-panel .bvi-col-5,html body .bvi-panel .bvi-col-6,html body .bvi-panel .bvi-col-7,html body .bvi-panel .bvi-col-8,html body .bvi-panel .bvi-col-9,html body .bvi-panel .bvi-col-auto,html body .bvi-panel .bvi-col-lg,html body .bvi-panel .bvi-col-lg-1,html body .bvi-panel .bvi-col-lg-10,html body .bvi-panel .bvi-col-lg-11,html body .bvi-panel .bvi-col-lg-12,html body .bvi-panel .bvi-col-lg-2,html body .bvi-panel .bvi-col-lg-3,html body .bvi-panel .bvi-col-lg-4,html body .bvi-panel .bvi-col-lg-5,html body .bvi-panel .bvi-col-lg-6,html body .bvi-panel .bvi-col-lg-7,html body .bvi-panel .bvi-col-lg-8,html body .bvi-panel .bvi-col-lg-9,html body .bvi-panel .bvi-col-lg-auto,html body .bvi-panel .bvi-col-md,html body .bvi-panel .bvi-col-md-1,html body .bvi-panel .bvi-col-md-10,html body .bvi-panel .bvi-col-md-11,html body .bvi-panel .bvi-col-md-12,html body .bvi-panel .bvi-col-md-2,html body .bvi-panel .bvi-col-md-3,html body .bvi-panel .bvi-col-md-4,html body .bvi-panel .bvi-col-md-5,html body .bvi-panel .bvi-col-md-6,html body .bvi-panel .bvi-col-md-7,html body .bvi-panel .bvi-col-md-8,html body .bvi-panel .bvi-col-md-9,html body .bvi-panel .bvi-col-md-auto,html body .bvi-panel .bvi-col-sm,html body .bvi-panel .bvi-col-sm-1,html body .bvi-panel .bvi-col-sm-10,html body .bvi-panel .bvi-col-sm-11,html body .bvi-panel .bvi-col-sm-12,html body .bvi-panel .bvi-col-sm-2,html body .bvi-panel .bvi-col-sm-3,html body .bvi-panel .bvi-col-sm-4,html body .bvi-panel .bvi-col-sm-5,html body .bvi-panel .bvi-col-sm-6,html body .bvi-panel .bvi-col-sm-7,html body .bvi-panel .bvi-col-sm-8,html body .bvi-panel .bvi-col-sm-9,html body .bvi-panel .bvi-col-sm-auto,html body .bvi-panel .bvi-col-xl,html body .bvi-panel .bvi-col-xl-1,html body .bvi-panel .bvi-col-xl-10,html body .bvi-panel .bvi-col-xl-11,html body .bvi-panel .bvi-col-xl-12,html body .bvi-panel .bvi-col-xl-2,html body .bvi-panel .bvi-col-xl-3,html body .bvi-panel .bvi-col-xl-4,html body .bvi-panel .bvi-col-xl-5,html body .bvi-panel .bvi-col-xl-6,html body .bvi-panel .bvi-col-xl-7,html body .bvi-panel .bvi-col-xl-8,html body .bvi-panel .bvi-col-xl-9,html body .bvi-panel .bvi-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html body .bvi-panel .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-first{order:-1}html body .bvi-panel .bvi-order-last{order:13}html body .bvi-panel .bvi-order-0{order:0}html body .bvi-panel .bvi-order-1{order:1}html body .bvi-panel .bvi-order-2{order:2}html body .bvi-panel .bvi-order-3{order:3}html body .bvi-panel .bvi-order-4{order:4}html body .bvi-panel .bvi-order-5{order:5}html body .bvi-panel .bvi-order-6{order:6}html body .bvi-panel .bvi-order-7{order:7}html body .bvi-panel .bvi-order-8{order:8}html body .bvi-panel .bvi-order-9{order:9}html body .bvi-panel .bvi-order-10{order:10}html body .bvi-panel .bvi-order-11{order:11}html body .bvi-panel .bvi-order-12{order:12}html body .bvi-panel .bvi-offset-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-3{margin-left:25%}html body .bvi-panel .bvi-offset-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-6{margin-left:50%}html body .bvi-panel .bvi-offset-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-9{margin-left:75%}html body .bvi-panel .bvi-offset-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-11{margin-left:91.6666666667%}@media (min-width:576px){html body .bvi-panel .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-sm-first{order:-1}html body .bvi-panel .bvi-order-sm-last{order:13}html body .bvi-panel .bvi-order-sm-0{order:0}html body .bvi-panel .bvi-order-sm-1{order:1}html body .bvi-panel .bvi-order-sm-2{order:2}html body .bvi-panel .bvi-order-sm-3{order:3}html body .bvi-panel .bvi-order-sm-4{order:4}html body .bvi-panel .bvi-order-sm-5{order:5}html body .bvi-panel .bvi-order-sm-6{order:6}html body .bvi-panel .bvi-order-sm-7{order:7}html body .bvi-panel .bvi-order-sm-8{order:8}html body .bvi-panel .bvi-order-sm-9{order:9}html body .bvi-panel .bvi-order-sm-10{order:10}html body .bvi-panel .bvi-order-sm-11{order:11}html body .bvi-panel .bvi-order-sm-12{order:12}html body .bvi-panel .bvi-offset-sm-0{margin-left:0}html body .bvi-panel .bvi-offset-sm-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-sm-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-sm-3{margin-left:25%}html body .bvi-panel .bvi-offset-sm-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-sm-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-sm-6{margin-left:50%}html body .bvi-panel .bvi-offset-sm-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-sm-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-sm-9{margin-left:75%}html body .bvi-panel .bvi-offset-sm-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){html body .bvi-panel .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-md-first{order:-1}html body .bvi-panel .bvi-order-md-last{order:13}html body .bvi-panel .bvi-order-md-0{order:0}html body .bvi-panel .bvi-order-md-1{order:1}html body .bvi-panel .bvi-order-md-2{order:2}html body .bvi-panel .bvi-order-md-3{order:3}html body .bvi-panel .bvi-order-md-4{order:4}html body .bvi-panel .bvi-order-md-5{order:5}html body .bvi-panel .bvi-order-md-6{order:6}html body .bvi-panel .bvi-order-md-7{order:7}html body .bvi-panel .bvi-order-md-8{order:8}html body .bvi-panel .bvi-order-md-9{order:9}html body .bvi-panel .bvi-order-md-10{order:10}html body .bvi-panel .bvi-order-md-11{order:11}html body .bvi-panel .bvi-order-md-12{order:12}html body .bvi-panel .bvi-offset-md-0{margin-left:0}html body .bvi-panel .bvi-offset-md-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-md-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-md-3{margin-left:25%}html body .bvi-panel .bvi-offset-md-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-md-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-md-6{margin-left:50%}html body .bvi-panel .bvi-offset-md-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-md-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-md-9{margin-left:75%}html body .bvi-panel .bvi-offset-md-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){html body .bvi-panel .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-lg-first{order:-1}html body .bvi-panel .bvi-order-lg-last{order:13}html body .bvi-panel .bvi-order-lg-0{order:0}html body .bvi-panel .bvi-order-lg-1{order:1}html body .bvi-panel .bvi-order-lg-2{order:2}html body .bvi-panel .bvi-order-lg-3{order:3}html body .bvi-panel .bvi-order-lg-4{order:4}html body .bvi-panel .bvi-order-lg-5{order:5}html body .bvi-panel .bvi-order-lg-6{order:6}html body .bvi-panel .bvi-order-lg-7{order:7}html body .bvi-panel .bvi-order-lg-8{order:8}html body .bvi-panel .bvi-order-lg-9{order:9}html body .bvi-panel .bvi-order-lg-10{order:10}html body .bvi-panel .bvi-order-lg-11{order:11}html body .bvi-panel .bvi-order-lg-12{order:12}html body .bvi-panel .bvi-offset-lg-0{margin-left:0}html body .bvi-panel .bvi-offset-lg-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-lg-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-lg-3{margin-left:25%}html body .bvi-panel .bvi-offset-lg-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-lg-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-lg-6{margin-left:50%}html body .bvi-panel .bvi-offset-lg-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-lg-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-lg-9{margin-left:75%}html body .bvi-panel .bvi-offset-lg-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){html body .bvi-panel .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-xl-first{order:-1}html body .bvi-panel .bvi-order-xl-last{order:13}html body .bvi-panel .bvi-order-xl-0{order:0}html body .bvi-panel .bvi-order-xl-1{order:1}html body .bvi-panel .bvi-order-xl-2{order:2}html body .bvi-panel .bvi-order-xl-3{order:3}html body .bvi-panel .bvi-order-xl-4{order:4}html body .bvi-panel .bvi-order-xl-5{order:5}html body .bvi-panel .bvi-order-xl-6{order:6}html body .bvi-panel .bvi-order-xl-7{order:7}html body .bvi-panel .bvi-order-xl-8{order:8}html body .bvi-panel .bvi-order-xl-9{order:9}html body .bvi-panel .bvi-order-xl-10{order:10}html body .bvi-panel .bvi-order-xl-11{order:11}html body .bvi-panel .bvi-order-xl-12{order:12}html body .bvi-panel .bvi-offset-xl-0{margin-left:0}html body .bvi-panel .bvi-offset-xl-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-xl-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-xl-3{margin-left:25%}html body .bvi-panel .bvi-offset-xl-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-xl-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-xl-6{margin-left:50%}html body .bvi-panel .bvi-offset-xl-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-xl-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-xl-9{margin-left:75%}html body .bvi-panel .bvi-offset-xl-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-xl-11{margin-left:91.6666666667%}}html body .bvi-body[data-bvi-theme=white]{background-color:#fff!important;fill:#000!important}html body .bvi-body[data-bvi-theme=white] *{background-color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:#000!important;color:#000!important;fill:#000!important}html body .bvi-body[data-bvi-theme=white] * .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-theme=white] * a{text-decoration:underline!important;outline:0!important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link{color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * :-moz-read-write{background-color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:#000!important;color:#000!important;fill:#000!important}html body .bvi-body[data-bvi-theme=white] * :checked,html body .bvi-body[data-bvi-theme=white] * :default,html body .bvi-body[data-bvi-theme=white] * :disabled,html body .bvi-body[data-bvi-theme=white] * :empty,html body .bvi-body[data-bvi-theme=white] * :enabled,html body .bvi-body[data-bvi-theme=white] * :first-child,html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=white] * :first-of-type,html body .bvi-body[data-bvi-theme=white] * :focus,html body .bvi-body[data-bvi-theme=white] * :hover,html body .bvi-body[data-bvi-theme=white] * :indeterminate,html body .bvi-body[data-bvi-theme=white] * :last-child,html body .bvi-body[data-bvi-theme=white] * :last-of-type,html body .bvi-body[data-bvi-theme=white] * :link,html body .bvi-body[data-bvi-theme=white] * :nth-last-child,html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=white] * :nth-of-type,html body .bvi-body[data-bvi-theme=white] * :only-child,html body .bvi-body[data-bvi-theme=white] * :only-of-type,html body .bvi-body[data-bvi-theme=white] * :optional,html body .bvi-body[data-bvi-theme=white] * :read-write,html body .bvi-body[data-bvi-theme=white] * :required,html body .bvi-body[data-bvi-theme=white] * :root,html body .bvi-body[data-bvi-theme=white] * :target,html body .bvi-body[data-bvi-theme=white] * :valid,html body .bvi-body[data-bvi-theme=white] * :visited{background-color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:#000!important;color:#000!important;fill:#000!important}html body .bvi-body[data-bvi-theme=white] :after{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] :before{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] ::-moz-selection{background-color:#000!important;color:#fff!important}html body .bvi-body[data-bvi-theme=white] ::selection{background-color:#000!important;color:#fff!important}html body .bvi-body[data-bvi-theme=white] * a{outline:0!important;color:#000!important;background-color:transparent!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme=white] * a.active{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a:hover{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a:hover:after{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] * a:hover:before{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] * a:hover *{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * a:hover :after{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] * a:hover :before{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=white] * button,html body .bvi-body[data-bvi-theme=white] * button[type=button],html body .bvi-body[data-bvi-theme=white] * button[type=submit],html body .bvi-body[data-bvi-theme=white] * input[type=button],html body .bvi-body[data-bvi-theme=white] * input[type=submit]{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * button:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black]{background-color:#000!important;fill:#fff!important}html body .bvi-body[data-bvi-theme=black] *{background-color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:#fff!important;color:#fff!important;fill:#fff!important}html body .bvi-body[data-bvi-theme=black] * .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-theme=black] * a{text-decoration:underline!important;outline:0!important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link{color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * :-moz-read-write{background-color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:#fff!important;color:#fff!important;fill:#fff!important}html body .bvi-body[data-bvi-theme=black] * :checked,html body .bvi-body[data-bvi-theme=black] * :default,html body .bvi-body[data-bvi-theme=black] * :disabled,html body .bvi-body[data-bvi-theme=black] * :empty,html body .bvi-body[data-bvi-theme=black] * :enabled,html body .bvi-body[data-bvi-theme=black] * :first-child,html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=black] * :first-of-type,html body .bvi-body[data-bvi-theme=black] * :focus,html body .bvi-body[data-bvi-theme=black] * :hover,html body .bvi-body[data-bvi-theme=black] * :indeterminate,html body .bvi-body[data-bvi-theme=black] * :last-child,html body .bvi-body[data-bvi-theme=black] * :last-of-type,html body .bvi-body[data-bvi-theme=black] * :link,html body .bvi-body[data-bvi-theme=black] * :nth-last-child,html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=black] * :nth-of-type,html body .bvi-body[data-bvi-theme=black] * :only-child,html body .bvi-body[data-bvi-theme=black] * :only-of-type,html body .bvi-body[data-bvi-theme=black] * :optional,html body .bvi-body[data-bvi-theme=black] * :read-write,html body .bvi-body[data-bvi-theme=black] * :required,html body .bvi-body[data-bvi-theme=black] * :root,html body .bvi-body[data-bvi-theme=black] * :target,html body .bvi-body[data-bvi-theme=black] * :valid,html body .bvi-body[data-bvi-theme=black] * :visited{background-color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:#fff!important;color:#fff!important;fill:#fff!important}html body .bvi-body[data-bvi-theme=black] :after{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] :before{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] ::-moz-selection{background-color:#fff!important;color:#000!important}html body .bvi-body[data-bvi-theme=black] ::selection{background-color:#fff!important;color:#000!important}html body .bvi-body[data-bvi-theme=black] * a{outline:0!important;color:#fff!important;background-color:transparent!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme=black] * a.active{color:#fff!important;background-color:#000!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a:hover{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a:hover:after{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] * a:hover:before{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] * a:hover *{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * a:hover :after{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] * a:hover :before{background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=black] * button,html body .bvi-body[data-bvi-theme=black] * button[type=button],html body .bvi-body[data-bvi-theme=black] * button[type=submit],html body .bvi-body[data-bvi-theme=black] * input[type=button],html body .bvi-body[data-bvi-theme=black] * input[type=submit]{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * button:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *{color:#000!important;background-color:#fff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue]{background-color:#9dd1ff!important;fill:#063462!important}html body .bvi-body[data-bvi-theme=blue] *{background-color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] * a{text-decoration:underline!important;outline:0!important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link{color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover{color:#9dd1ff!important;background-color:#063462!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus{color:#063462!important;background-color:#9dd1ff!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * :-moz-read-write{background-color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}html body .bvi-body[data-bvi-theme=blue] * :checked,html body .bvi-body[data-bvi-theme=blue] * :default,html body .bvi-body[data-bvi-theme=blue] * :disabled,html body .bvi-body[data-bvi-theme=blue] * :empty,html body .bvi-body[data-bvi-theme=blue] * :enabled,html body .bvi-body[data-bvi-theme=blue] * :first-child,html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=blue] * :first-of-type,html body .bvi-body[data-bvi-theme=blue] * :focus,html body .bvi-body[data-bvi-theme=blue] * :hover,html body .bvi-body[data-bvi-theme=blue] * :indeterminate,html body .bvi-body[data-bvi-theme=blue] * :last-child,html body .bvi-body[data-bvi-theme=blue] * :last-of-type,html body .bvi-body[data-bvi-theme=blue] * :link,html body .bvi-body[data-bvi-theme=blue] * :nth-last-child,html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=blue] * :nth-of-type,html body .bvi-body[data-bvi-theme=blue] * :only-child,html body .bvi-body[data-bvi-theme=blue] * :only-of-type,html body .bvi-body[data-bvi-theme=blue] * :optional,html body .bvi-body[data-bvi-theme=blue] * :read-write,html body .bvi-body[data-bvi-theme=blue] * :required,html body .bvi-body[data-bvi-theme=blue] * :root,html body .bvi-body[data-bvi-theme=blue] * :target,html body .bvi-body[data-bvi-theme=blue] * :valid,html body .bvi-body[data-bvi-theme=blue] * :visited{background-color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}html body .bvi-body[data-bvi-theme=blue] :after{background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] :before{background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] ::-moz-selection{background-color:#063462!important;color:#9dd1ff!important}html body .bvi-body[data-bvi-theme=blue] ::selection{background-color:#063462!important;color:#9dd1ff!important}html body .bvi-body[data-bvi-theme=blue] * a{outline:0!important;color:#063462!important;background-color:transparent!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme=blue] * a.active{color:#063462!important;background-color:#9dd1ff!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a:hover{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a:hover:after{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] * a:hover:before{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] * a:hover *{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * a:hover :after{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] * a:hover :before{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=blue] * button,html body .bvi-body[data-bvi-theme=blue] * button[type=button],html body .bvi-body[data-bvi-theme=blue] * button[type=submit],html body .bvi-body[data-bvi-theme=blue] * input[type=button],html body .bvi-body[data-bvi-theme=blue] * input[type=submit]{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * button:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *{color:#9dd1ff!important;background-color:#063462!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown]{background-color:#f7f3d6!important;fill:#4d4b43!important}html body .bvi-body[data-bvi-theme=brown] *{background-color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:#4d4b43!important;color:#4d4b43!important;fill:#4d4b43!important}html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] * a{text-decoration:underline!important;outline:0!important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link{color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover{color:#f7f3d6!important;background-color:#4d4b43!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus{color:#4d4b43!important;background-color:#f7f3d6!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * :-moz-read-write{background-color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:#4d4b43!important;color:#4d4b43!important;fill:#4d4b43!important}html body .bvi-body[data-bvi-theme=brown] * :checked,html body .bvi-body[data-bvi-theme=brown] * :default,html body .bvi-body[data-bvi-theme=brown] * :disabled,html body .bvi-body[data-bvi-theme=brown] * :empty,html body .bvi-body[data-bvi-theme=brown] * :enabled,html body .bvi-body[data-bvi-theme=brown] * :first-child,html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=brown] * :first-of-type,html body .bvi-body[data-bvi-theme=brown] * :focus,html body .bvi-body[data-bvi-theme=brown] * :hover,html body .bvi-body[data-bvi-theme=brown] * :indeterminate,html body .bvi-body[data-bvi-theme=brown] * :last-child,html body .bvi-body[data-bvi-theme=brown] * :last-of-type,html body .bvi-body[data-bvi-theme=brown] * :link,html body .bvi-body[data-bvi-theme=brown] * :nth-last-child,html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=brown] * :nth-of-type,html body .bvi-body[data-bvi-theme=brown] * :only-child,html body .bvi-body[data-bvi-theme=brown] * :only-of-type,html body .bvi-body[data-bvi-theme=brown] * :optional,html body .bvi-body[data-bvi-theme=brown] * :read-write,html body .bvi-body[data-bvi-theme=brown] * :required,html body .bvi-body[data-bvi-theme=brown] * :root,html body .bvi-body[data-bvi-theme=brown] * :target,html body .bvi-body[data-bvi-theme=brown] * :valid,html body .bvi-body[data-bvi-theme=brown] * :visited{background-color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:#4d4b43!important;color:#4d4b43!important;fill:#4d4b43!important}html body .bvi-body[data-bvi-theme=brown] :after{background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] :before{background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] ::-moz-selection{background-color:#4d4b43!important;color:#f7f3d6!important}html body .bvi-body[data-bvi-theme=brown] ::selection{background-color:#4d4b43!important;color:#f7f3d6!important}html body .bvi-body[data-bvi-theme=brown] * a{outline:0!important;color:#4d4b43!important;background-color:transparent!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme=brown] * a.active{color:#4d4b43!important;background-color:#f7f3d6!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a:hover{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a:hover:after{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] * a:hover:before{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] * a:hover *{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * a:hover :after{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] * a:hover :before{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=brown] * button,html body .bvi-body[data-bvi-theme=brown] * button[type=button],html body .bvi-body[data-bvi-theme=brown] * button[type=submit],html body .bvi-body[data-bvi-theme=brown] * input[type=button],html body .bvi-body[data-bvi-theme=brown] * input[type=submit]{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * button:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *{color:#f7f3d6!important;background-color:#4d4b43!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green]{background-color:#3b2716!important;fill:#a9e44d!important}html body .bvi-body[data-bvi-theme=green] *{background-color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:#a9e44d!important;color:#a9e44d!important;fill:#a9e44d!important}html body .bvi-body[data-bvi-theme=green] * .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-theme=green] * a{text-decoration:underline!important;outline:0!important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link{color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover{color:#3b2716!important;background-color:#a9e44d!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus{color:#a9e44d!important;background-color:#3b2716!important;text-underline:none!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * :-moz-read-write{background-color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:#a9e44d!important;color:#a9e44d!important;fill:#a9e44d!important}html body .bvi-body[data-bvi-theme=green] * :checked,html body .bvi-body[data-bvi-theme=green] * :default,html body .bvi-body[data-bvi-theme=green] * :disabled,html body .bvi-body[data-bvi-theme=green] * :empty,html body .bvi-body[data-bvi-theme=green] * :enabled,html body .bvi-body[data-bvi-theme=green] * :first-child,html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=green] * :first-of-type,html body .bvi-body[data-bvi-theme=green] * :focus,html body .bvi-body[data-bvi-theme=green] * :hover,html body .bvi-body[data-bvi-theme=green] * :indeterminate,html body .bvi-body[data-bvi-theme=green] * :last-child,html body .bvi-body[data-bvi-theme=green] * :last-of-type,html body .bvi-body[data-bvi-theme=green] * :link,html body .bvi-body[data-bvi-theme=green] * :nth-last-child,html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=green] * :nth-of-type,html body .bvi-body[data-bvi-theme=green] * :only-child,html body .bvi-body[data-bvi-theme=green] * :only-of-type,html body .bvi-body[data-bvi-theme=green] * :optional,html body .bvi-body[data-bvi-theme=green] * :read-write,html body .bvi-body[data-bvi-theme=green] * :required,html body .bvi-body[data-bvi-theme=green] * :root,html body .bvi-body[data-bvi-theme=green] * :target,html body .bvi-body[data-bvi-theme=green] * :valid,html body .bvi-body[data-bvi-theme=green] * :visited{background-color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:#a9e44d!important;color:#a9e44d!important;fill:#a9e44d!important}html body .bvi-body[data-bvi-theme=green] :after{background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] :before{background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] ::-moz-selection{background-color:#a9e44d!important;color:#3b2716!important}html body .bvi-body[data-bvi-theme=green] ::selection{background-color:#a9e44d!important;color:#3b2716!important}html body .bvi-body[data-bvi-theme=green] * a{outline:0!important;color:#a9e44d!important;background-color:transparent!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme=green] * a.active{color:#a9e44d!important;background-color:#3b2716!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a:hover{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a:hover:after{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] * a:hover:before{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] * a:hover *{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * a:hover :after{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] * a:hover :before{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}html body .bvi-body[data-bvi-theme=green] * button,html body .bvi-body[data-bvi-theme=green] * button[type=button],html body .bvi-body[data-bvi-theme=green] * button[type=submit],html body .bvi-body[data-bvi-theme=green] * input[type=button],html body .bvi-body[data-bvi-theme=green] * input[type=submit]{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * button:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *{color:#3b2716!important;background-color:#a9e44d!important;text-decoration:none!important}html body .bvi-body[data-bvi-size="40"] *{font-size:40px!important}html body .bvi-body[data-bvi-size="40"] * h1,html body .bvi-body[data-bvi-size="40"] * h1 *{font-size:47px!important}html body .bvi-body[data-bvi-size="40"] * h2,html body .bvi-body[data-bvi-size="40"] * h2 *{font-size:46px!important}html body .bvi-body[data-bvi-size="40"] * h3,html body .bvi-body[data-bvi-size="40"] * h3 *{font-size:45px!important}html body .bvi-body[data-bvi-size="40"] * h4,html body .bvi-body[data-bvi-size="40"] * h4 *{font-size:44px!important}html body .bvi-body[data-bvi-size="40"] * h5,html body .bvi-body[data-bvi-size="40"] * h5 *{font-size:43px!important}html body .bvi-body[data-bvi-size="40"] * h6,html body .bvi-body[data-bvi-size="40"] * h6 *{font-size:42px!important}html body .bvi-body[data-bvi-size="39"] *{font-size:39px!important}html body .bvi-body[data-bvi-size="39"] * h1,html body .bvi-body[data-bvi-size="39"] * h1 *{font-size:46px!important}html body .bvi-body[data-bvi-size="39"] * h2,html body .bvi-body[data-bvi-size="39"] * h2 *{font-size:45px!important}html body .bvi-body[data-bvi-size="39"] * h3,html body .bvi-body[data-bvi-size="39"] * h3 *{font-size:44px!important}html body .bvi-body[data-bvi-size="39"] * h4,html body .bvi-body[data-bvi-size="39"] * h4 *{font-size:43px!important}html body .bvi-body[data-bvi-size="39"] * h5,html body .bvi-body[data-bvi-size="39"] * h5 *{font-size:42px!important}html body .bvi-body[data-bvi-size="39"] * h6,html body .bvi-body[data-bvi-size="39"] * h6 *{font-size:41px!important}html body .bvi-body[data-bvi-size="38"] *{font-size:38px!important}html body .bvi-body[data-bvi-size="38"] * h1,html body .bvi-body[data-bvi-size="38"] * h1 *{font-size:45px!important}html body .bvi-body[data-bvi-size="38"] * h2,html body .bvi-body[data-bvi-size="38"] * h2 *{font-size:44px!important}html body .bvi-body[data-bvi-size="38"] * h3,html body .bvi-body[data-bvi-size="38"] * h3 *{font-size:43px!important}html body .bvi-body[data-bvi-size="38"] * h4,html body .bvi-body[data-bvi-size="38"] * h4 *{font-size:42px!important}html body .bvi-body[data-bvi-size="38"] * h5,html body .bvi-body[data-bvi-size="38"] * h5 *{font-size:41px!important}html body .bvi-body[data-bvi-size="38"] * h6,html body .bvi-body[data-bvi-size="38"] * h6 *{font-size:40px!important}html body .bvi-body[data-bvi-size="37"] *{font-size:37px!important}html body .bvi-body[data-bvi-size="37"] * h1,html body .bvi-body[data-bvi-size="37"] * h1 *{font-size:44px!important}html body .bvi-body[data-bvi-size="37"] * h2,html body .bvi-body[data-bvi-size="37"] * h2 *{font-size:43px!important}html body .bvi-body[data-bvi-size="37"] * h3,html body .bvi-body[data-bvi-size="37"] * h3 *{font-size:42px!important}html body .bvi-body[data-bvi-size="37"] * h4,html body .bvi-body[data-bvi-size="37"] * h4 *{font-size:41px!important}html body .bvi-body[data-bvi-size="37"] * h5,html body .bvi-body[data-bvi-size="37"] * h5 *{font-size:40px!important}html body .bvi-body[data-bvi-size="37"] * h6,html body .bvi-body[data-bvi-size="37"] * h6 *{font-size:39px!important}html body .bvi-body[data-bvi-size="36"] *{font-size:36px!important}html body .bvi-body[data-bvi-size="36"] * h1,html body .bvi-body[data-bvi-size="36"] * h1 *{font-size:43px!important}html body .bvi-body[data-bvi-size="36"] * h2,html body .bvi-body[data-bvi-size="36"] * h2 *{font-size:42px!important}html body .bvi-body[data-bvi-size="36"] * h3,html body .bvi-body[data-bvi-size="36"] * h3 *{font-size:41px!important}html body .bvi-body[data-bvi-size="36"] * h4,html body .bvi-body[data-bvi-size="36"] * h4 *{font-size:40px!important}html body .bvi-body[data-bvi-size="36"] * h5,html body .bvi-body[data-bvi-size="36"] * h5 *{font-size:39px!important}html body .bvi-body[data-bvi-size="36"] * h6,html body .bvi-body[data-bvi-size="36"] * h6 *{font-size:38px!important}html body .bvi-body[data-bvi-size="35"] *{font-size:35px!important}html body .bvi-body[data-bvi-size="35"] * h1,html body .bvi-body[data-bvi-size="35"] * h1 *{font-size:42px!important}html body .bvi-body[data-bvi-size="35"] * h2,html body .bvi-body[data-bvi-size="35"] * h2 *{font-size:41px!important}html body .bvi-body[data-bvi-size="35"] * h3,html body .bvi-body[data-bvi-size="35"] * h3 *{font-size:40px!important}html body .bvi-body[data-bvi-size="35"] * h4,html body .bvi-body[data-bvi-size="35"] * h4 *{font-size:39px!important}html body .bvi-body[data-bvi-size="35"] * h5,html body .bvi-body[data-bvi-size="35"] * h5 *{font-size:38px!important}html body .bvi-body[data-bvi-size="35"] * h6,html body .bvi-body[data-bvi-size="35"] * h6 *{font-size:37px!important}html body .bvi-body[data-bvi-size="34"] *{font-size:34px!important}html body .bvi-body[data-bvi-size="34"] * h1,html body .bvi-body[data-bvi-size="34"] * h1 *{font-size:41px!important}html body .bvi-body[data-bvi-size="34"] * h2,html body .bvi-body[data-bvi-size="34"] * h2 *{font-size:40px!important}html body .bvi-body[data-bvi-size="34"] * h3,html body .bvi-body[data-bvi-size="34"] * h3 *{font-size:39px!important}html body .bvi-body[data-bvi-size="34"] * h4,html body .bvi-body[data-bvi-size="34"] * h4 *{font-size:38px!important}html body .bvi-body[data-bvi-size="34"] * h5,html body .bvi-body[data-bvi-size="34"] * h5 *{font-size:37px!important}html body .bvi-body[data-bvi-size="34"] * h6,html body .bvi-body[data-bvi-size="34"] * h6 *{font-size:36px!important}html body .bvi-body[data-bvi-size="33"] *{font-size:33px!important}html body .bvi-body[data-bvi-size="33"] * h1,html body .bvi-body[data-bvi-size="33"] * h1 *{font-size:40px!important}html body .bvi-body[data-bvi-size="33"] * h2,html body .bvi-body[data-bvi-size="33"] * h2 *{font-size:39px!important}html body .bvi-body[data-bvi-size="33"] * h3,html body .bvi-body[data-bvi-size="33"] * h3 *{font-size:38px!important}html body .bvi-body[data-bvi-size="33"] * h4,html body .bvi-body[data-bvi-size="33"] * h4 *{font-size:37px!important}html body .bvi-body[data-bvi-size="33"] * h5,html body .bvi-body[data-bvi-size="33"] * h5 *{font-size:36px!important}html body .bvi-body[data-bvi-size="33"] * h6,html body .bvi-body[data-bvi-size="33"] * h6 *{font-size:35px!important}html body .bvi-body[data-bvi-size="32"] *{font-size:32px!important}html body .bvi-body[data-bvi-size="32"] * h1,html body .bvi-body[data-bvi-size="32"] * h1 *{font-size:39px!important}html body .bvi-body[data-bvi-size="32"] * h2,html body .bvi-body[data-bvi-size="32"] * h2 *{font-size:38px!important}html body .bvi-body[data-bvi-size="32"] * h3,html body .bvi-body[data-bvi-size="32"] * h3 *{font-size:37px!important}html body .bvi-body[data-bvi-size="32"] * h4,html body .bvi-body[data-bvi-size="32"] * h4 *{font-size:36px!important}html body .bvi-body[data-bvi-size="32"] * h5,html body .bvi-body[data-bvi-size="32"] * h5 *{font-size:35px!important}html body .bvi-body[data-bvi-size="32"] * h6,html body .bvi-body[data-bvi-size="32"] * h6 *{font-size:34px!important}html body .bvi-body[data-bvi-size="31"] *{font-size:31px!important}html body .bvi-body[data-bvi-size="31"] * h1,html body .bvi-body[data-bvi-size="31"] * h1 *{font-size:38px!important}html body .bvi-body[data-bvi-size="31"] * h2,html body .bvi-body[data-bvi-size="31"] * h2 *{font-size:37px!important}html body .bvi-body[data-bvi-size="31"] * h3,html body .bvi-body[data-bvi-size="31"] * h3 *{font-size:36px!important}html body .bvi-body[data-bvi-size="31"] * h4,html body .bvi-body[data-bvi-size="31"] * h4 *{font-size:35px!important}html body .bvi-body[data-bvi-size="31"] * h5,html body .bvi-body[data-bvi-size="31"] * h5 *{font-size:34px!important}html body .bvi-body[data-bvi-size="31"] * h6,html body .bvi-body[data-bvi-size="31"] * h6 *{font-size:33px!important}html body .bvi-body[data-bvi-size="30"] *{font-size:30px!important}html body .bvi-body[data-bvi-size="30"] * h1,html body .bvi-body[data-bvi-size="30"] * h1 *{font-size:37px!important}html body .bvi-body[data-bvi-size="30"] * h2,html body .bvi-body[data-bvi-size="30"] * h2 *{font-size:36px!important}html body .bvi-body[data-bvi-size="30"] * h3,html body .bvi-body[data-bvi-size="30"] * h3 *{font-size:35px!important}html body .bvi-body[data-bvi-size="30"] * h4,html body .bvi-body[data-bvi-size="30"] * h4 *{font-size:34px!important}html body .bvi-body[data-bvi-size="30"] * h5,html body .bvi-body[data-bvi-size="30"] * h5 *{font-size:33px!important}html body .bvi-body[data-bvi-size="30"] * h6,html body .bvi-body[data-bvi-size="30"] * h6 *{font-size:32px!important}html body .bvi-body[data-bvi-size="29"] *{font-size:29px!important}html body .bvi-body[data-bvi-size="29"] * h1,html body .bvi-body[data-bvi-size="29"] * h1 *{font-size:36px!important}html body .bvi-body[data-bvi-size="29"] * h2,html body .bvi-body[data-bvi-size="29"] * h2 *{font-size:35px!important}html body .bvi-body[data-bvi-size="29"] * h3,html body .bvi-body[data-bvi-size="29"] * h3 *{font-size:34px!important}html body .bvi-body[data-bvi-size="29"] * h4,html body .bvi-body[data-bvi-size="29"] * h4 *{font-size:33px!important}html body .bvi-body[data-bvi-size="29"] * h5,html body .bvi-body[data-bvi-size="29"] * h5 *{font-size:32px!important}html body .bvi-body[data-bvi-size="29"] * h6,html body .bvi-body[data-bvi-size="29"] * h6 *{font-size:31px!important}html body .bvi-body[data-bvi-size="28"] *{font-size:28px!important}html body .bvi-body[data-bvi-size="28"] * h1,html body .bvi-body[data-bvi-size="28"] * h1 *{font-size:35px!important}html body .bvi-body[data-bvi-size="28"] * h2,html body .bvi-body[data-bvi-size="28"] * h2 *{font-size:34px!important}html body .bvi-body[data-bvi-size="28"] * h3,html body .bvi-body[data-bvi-size="28"] * h3 *{font-size:33px!important}html body .bvi-body[data-bvi-size="28"] * h4,html body .bvi-body[data-bvi-size="28"] * h4 *{font-size:32px!important}html body .bvi-body[data-bvi-size="28"] * h5,html body .bvi-body[data-bvi-size="28"] * h5 *{font-size:31px!important}html body .bvi-body[data-bvi-size="28"] * h6,html body .bvi-body[data-bvi-size="28"] * h6 *{font-size:30px!important}html body .bvi-body[data-bvi-size="27"] *{font-size:27px!important}html body .bvi-body[data-bvi-size="27"] * h1,html body .bvi-body[data-bvi-size="27"] * h1 *{font-size:34px!important}html body .bvi-body[data-bvi-size="27"] * h2,html body .bvi-body[data-bvi-size="27"] * h2 *{font-size:33px!important}html body .bvi-body[data-bvi-size="27"] * h3,html body .bvi-body[data-bvi-size="27"] * h3 *{font-size:32px!important}html body .bvi-body[data-bvi-size="27"] * h4,html body .bvi-body[data-bvi-size="27"] * h4 *{font-size:31px!important}html body .bvi-body[data-bvi-size="27"] * h5,html body .bvi-body[data-bvi-size="27"] * h5 *{font-size:30px!important}html body .bvi-body[data-bvi-size="27"] * h6,html body .bvi-body[data-bvi-size="27"] * h6 *{font-size:29px!important}html body .bvi-body[data-bvi-size="26"] *{font-size:26px!important}html body .bvi-body[data-bvi-size="26"] * h1,html body .bvi-body[data-bvi-size="26"] * h1 *{font-size:33px!important}html body .bvi-body[data-bvi-size="26"] * h2,html body .bvi-body[data-bvi-size="26"] * h2 *{font-size:32px!important}html body .bvi-body[data-bvi-size="26"] * h3,html body .bvi-body[data-bvi-size="26"] * h3 *{font-size:31px!important}html body .bvi-body[data-bvi-size="26"] * h4,html body .bvi-body[data-bvi-size="26"] * h4 *{font-size:30px!important}html body .bvi-body[data-bvi-size="26"] * h5,html body .bvi-body[data-bvi-size="26"] * h5 *{font-size:29px!important}html body .bvi-body[data-bvi-size="26"] * h6,html body .bvi-body[data-bvi-size="26"] * h6 *{font-size:28px!important}html body .bvi-body[data-bvi-size="25"] *{font-size:25px!important}html body .bvi-body[data-bvi-size="25"] * h1,html body .bvi-body[data-bvi-size="25"] * h1 *{font-size:32px!important}html body .bvi-body[data-bvi-size="25"] * h2,html body .bvi-body[data-bvi-size="25"] * h2 *{font-size:31px!important}html body .bvi-body[data-bvi-size="25"] * h3,html body .bvi-body[data-bvi-size="25"] * h3 *{font-size:30px!important}html body .bvi-body[data-bvi-size="25"] * h4,html body .bvi-body[data-bvi-size="25"] * h4 *{font-size:29px!important}html body .bvi-body[data-bvi-size="25"] * h5,html body .bvi-body[data-bvi-size="25"] * h5 *{font-size:28px!important}html body .bvi-body[data-bvi-size="25"] * h6,html body .bvi-body[data-bvi-size="25"] * h6 *{font-size:27px!important}html body .bvi-body[data-bvi-size="24"] *{font-size:24px!important}html body .bvi-body[data-bvi-size="24"] * h1,html body .bvi-body[data-bvi-size="24"] * h1 *{font-size:31px!important}html body .bvi-body[data-bvi-size="24"] * h2,html body .bvi-body[data-bvi-size="24"] * h2 *{font-size:30px!important}html body .bvi-body[data-bvi-size="24"] * h3,html body .bvi-body[data-bvi-size="24"] * h3 *{font-size:29px!important}html body .bvi-body[data-bvi-size="24"] * h4,html body .bvi-body[data-bvi-size="24"] * h4 *{font-size:28px!important}html body .bvi-body[data-bvi-size="24"] * h5,html body .bvi-body[data-bvi-size="24"] * h5 *{font-size:27px!important}html body .bvi-body[data-bvi-size="24"] * h6,html body .bvi-body[data-bvi-size="24"] * h6 *{font-size:26px!important}html body .bvi-body[data-bvi-size="23"] *{font-size:23px!important}html body .bvi-body[data-bvi-size="23"] * h1,html body .bvi-body[data-bvi-size="23"] * h1 *{font-size:30px!important}html body .bvi-body[data-bvi-size="23"] * h2,html body .bvi-body[data-bvi-size="23"] * h2 *{font-size:29px!important}html body .bvi-body[data-bvi-size="23"] * h3,html body .bvi-body[data-bvi-size="23"] * h3 *{font-size:28px!important}html body .bvi-body[data-bvi-size="23"] * h4,html body .bvi-body[data-bvi-size="23"] * h4 *{font-size:27px!important}html body .bvi-body[data-bvi-size="23"] * h5,html body .bvi-body[data-bvi-size="23"] * h5 *{font-size:26px!important}html body .bvi-body[data-bvi-size="23"] * h6,html body .bvi-body[data-bvi-size="23"] * h6 *{font-size:25px!important}html body .bvi-body[data-bvi-size="22"] *{font-size:22px!important}html body .bvi-body[data-bvi-size="22"] * h1,html body .bvi-body[data-bvi-size="22"] * h1 *{font-size:29px!important}html body .bvi-body[data-bvi-size="22"] * h2,html body .bvi-body[data-bvi-size="22"] * h2 *{font-size:28px!important}html body .bvi-body[data-bvi-size="22"] * h3,html body .bvi-body[data-bvi-size="22"] * h3 *{font-size:27px!important}html body .bvi-body[data-bvi-size="22"] * h4,html body .bvi-body[data-bvi-size="22"] * h4 *{font-size:26px!important}html body .bvi-body[data-bvi-size="22"] * h5,html body .bvi-body[data-bvi-size="22"] * h5 *{font-size:25px!important}html body .bvi-body[data-bvi-size="22"] * h6,html body .bvi-body[data-bvi-size="22"] * h6 *{font-size:24px!important}html body .bvi-body[data-bvi-size="21"] *{font-size:21px!important}html body .bvi-body[data-bvi-size="21"] * h1,html body .bvi-body[data-bvi-size="21"] * h1 *{font-size:28px!important}html body .bvi-body[data-bvi-size="21"] * h2,html body .bvi-body[data-bvi-size="21"] * h2 *{font-size:27px!important}html body .bvi-body[data-bvi-size="21"] * h3,html body .bvi-body[data-bvi-size="21"] * h3 *{font-size:26px!important}html body .bvi-body[data-bvi-size="21"] * h4,html body .bvi-body[data-bvi-size="21"] * h4 *{font-size:25px!important}html body .bvi-body[data-bvi-size="21"] * h5,html body .bvi-body[data-bvi-size="21"] * h5 *{font-size:24px!important}html body .bvi-body[data-bvi-size="21"] * h6,html body .bvi-body[data-bvi-size="21"] * h6 *{font-size:23px!important}html body .bvi-body[data-bvi-size="20"] *{font-size:20px!important}html body .bvi-body[data-bvi-size="20"] * h1,html body .bvi-body[data-bvi-size="20"] * h1 *{font-size:27px!important}html body .bvi-body[data-bvi-size="20"] * h2,html body .bvi-body[data-bvi-size="20"] * h2 *{font-size:26px!important}html body .bvi-body[data-bvi-size="20"] * h3,html body .bvi-body[data-bvi-size="20"] * h3 *{font-size:25px!important}html body .bvi-body[data-bvi-size="20"] * h4,html body .bvi-body[data-bvi-size="20"] * h4 *{font-size:24px!important}html body .bvi-body[data-bvi-size="20"] * h5,html body .bvi-body[data-bvi-size="20"] * h5 *{font-size:23px!important}html body .bvi-body[data-bvi-size="20"] * h6,html body .bvi-body[data-bvi-size="20"] * h6 *{font-size:22px!important}html body .bvi-body[data-bvi-size="19"] *{font-size:19px!important}html body .bvi-body[data-bvi-size="19"] * h1,html body .bvi-body[data-bvi-size="19"] * h1 *{font-size:26px!important}html body .bvi-body[data-bvi-size="19"] * h2,html body .bvi-body[data-bvi-size="19"] * h2 *{font-size:25px!important}html body .bvi-body[data-bvi-size="19"] * h3,html body .bvi-body[data-bvi-size="19"] * h3 *{font-size:24px!important}html body .bvi-body[data-bvi-size="19"] * h4,html body .bvi-body[data-bvi-size="19"] * h4 *{font-size:23px!important}html body .bvi-body[data-bvi-size="19"] * h5,html body .bvi-body[data-bvi-size="19"] * h5 *{font-size:22px!important}html body .bvi-body[data-bvi-size="19"] * h6,html body .bvi-body[data-bvi-size="19"] * h6 *{font-size:21px!important}html body .bvi-body[data-bvi-size="18"] *{font-size:18px!important}html body .bvi-body[data-bvi-size="18"] * h1,html body .bvi-body[data-bvi-size="18"] * h1 *{font-size:25px!important}html body .bvi-body[data-bvi-size="18"] * h2,html body .bvi-body[data-bvi-size="18"] * h2 *{font-size:24px!important}html body .bvi-body[data-bvi-size="18"] * h3,html body .bvi-body[data-bvi-size="18"] * h3 *{font-size:23px!important}html body .bvi-body[data-bvi-size="18"] * h4,html body .bvi-body[data-bvi-size="18"] * h4 *{font-size:22px!important}html body .bvi-body[data-bvi-size="18"] * h5,html body .bvi-body[data-bvi-size="18"] * h5 *{font-size:21px!important}html body .bvi-body[data-bvi-size="18"] * h6,html body .bvi-body[data-bvi-size="18"] * h6 *{font-size:20px!important}html body .bvi-body[data-bvi-size="17"] *{font-size:17px!important}html body .bvi-body[data-bvi-size="17"] * h1,html body .bvi-body[data-bvi-size="17"] * h1 *{font-size:24px!important}html body .bvi-body[data-bvi-size="17"] * h2,html body .bvi-body[data-bvi-size="17"] * h2 *{font-size:23px!important}html body .bvi-body[data-bvi-size="17"] * h3,html body .bvi-body[data-bvi-size="17"] * h3 *{font-size:22px!important}html body .bvi-body[data-bvi-size="17"] * h4,html body .bvi-body[data-bvi-size="17"] * h4 *{font-size:21px!important}html body .bvi-body[data-bvi-size="17"] * h5,html body .bvi-body[data-bvi-size="17"] * h5 *{font-size:20px!important}html body .bvi-body[data-bvi-size="17"] * h6,html body .bvi-body[data-bvi-size="17"] * h6 *{font-size:19px!important}html body .bvi-body[data-bvi-size="16"] *{font-size:16px!important}html body .bvi-body[data-bvi-size="16"] * h1,html body .bvi-body[data-bvi-size="16"] * h1 *{font-size:23px!important}html body .bvi-body[data-bvi-size="16"] * h2,html body .bvi-body[data-bvi-size="16"] * h2 *{font-size:22px!important}html body .bvi-body[data-bvi-size="16"] * h3,html body .bvi-body[data-bvi-size="16"] * h3 *{font-size:21px!important}html body .bvi-body[data-bvi-size="16"] * h4,html body .bvi-body[data-bvi-size="16"] * h4 *{font-size:20px!important}html body .bvi-body[data-bvi-size="16"] * h5,html body .bvi-body[data-bvi-size="16"] * h5 *{font-size:19px!important}html body .bvi-body[data-bvi-size="16"] * h6,html body .bvi-body[data-bvi-size="16"] * h6 *{font-size:18px!important}html body .bvi-body[data-bvi-size="15"] *{font-size:15px!important}html body .bvi-body[data-bvi-size="15"] * h1,html body .bvi-body[data-bvi-size="15"] * h1 *{font-size:22px!important}html body .bvi-body[data-bvi-size="15"] * h2,html body .bvi-body[data-bvi-size="15"] * h2 *{font-size:21px!important}html body .bvi-body[data-bvi-size="15"] * h3,html body .bvi-body[data-bvi-size="15"] * h3 *{font-size:20px!important}html body .bvi-body[data-bvi-size="15"] * h4,html body .bvi-body[data-bvi-size="15"] * h4 *{font-size:19px!important}html body .bvi-body[data-bvi-size="15"] * h5,html body .bvi-body[data-bvi-size="15"] * h5 *{font-size:18px!important}html body .bvi-body[data-bvi-size="15"] * h6,html body .bvi-body[data-bvi-size="15"] * h6 *{font-size:17px!important}html body .bvi-body[data-bvi-size="14"] *{font-size:14px!important}html body .bvi-body[data-bvi-size="14"] * h1,html body .bvi-body[data-bvi-size="14"] * h1 *{font-size:21px!important}html body .bvi-body[data-bvi-size="14"] * h2,html body .bvi-body[data-bvi-size="14"] * h2 *{font-size:20px!important}html body .bvi-body[data-bvi-size="14"] * h3,html body .bvi-body[data-bvi-size="14"] * h3 *{font-size:19px!important}html body .bvi-body[data-bvi-size="14"] * h4,html body .bvi-body[data-bvi-size="14"] * h4 *{font-size:18px!important}html body .bvi-body[data-bvi-size="14"] * h5,html body .bvi-body[data-bvi-size="14"] * h5 *{font-size:17px!important}html body .bvi-body[data-bvi-size="14"] * h6,html body .bvi-body[data-bvi-size="14"] * h6 *{font-size:16px!important}html body .bvi-body[data-bvi-size="13"] *{font-size:13px!important}html body .bvi-body[data-bvi-size="13"] * h1,html body .bvi-body[data-bvi-size="13"] * h1 *{font-size:20px!important}html body .bvi-body[data-bvi-size="13"] * h2,html body .bvi-body[data-bvi-size="13"] * h2 *{font-size:19px!important}html body .bvi-body[data-bvi-size="13"] * h3,html body .bvi-body[data-bvi-size="13"] * h3 *{font-size:18px!important}html body .bvi-body[data-bvi-size="13"] * h4,html body .bvi-body[data-bvi-size="13"] * h4 *{font-size:17px!important}html body .bvi-body[data-bvi-size="13"] * h5,html body .bvi-body[data-bvi-size="13"] * h5 *{font-size:16px!important}html body .bvi-body[data-bvi-size="13"] * h6,html body .bvi-body[data-bvi-size="13"] * h6 *{font-size:15px!important}html body .bvi-body[data-bvi-size="12"] *{font-size:12px!important}html body .bvi-body[data-bvi-size="12"] * h1,html body .bvi-body[data-bvi-size="12"] * h1 *{font-size:19px!important}html body .bvi-body[data-bvi-size="12"] * h2,html body .bvi-body[data-bvi-size="12"] * h2 *{font-size:18px!important}html body .bvi-body[data-bvi-size="12"] * h3,html body .bvi-body[data-bvi-size="12"] * h3 *{font-size:17px!important}html body .bvi-body[data-bvi-size="12"] * h4,html body .bvi-body[data-bvi-size="12"] * h4 *{font-size:16px!important}html body .bvi-body[data-bvi-size="12"] * h5,html body .bvi-body[data-bvi-size="12"] * h5 *{font-size:15px!important}html body .bvi-body[data-bvi-size="12"] * h6,html body .bvi-body[data-bvi-size="12"] * h6 *{font-size:14px!important}html body .bvi-body[data-bvi-size="11"] *{font-size:11px!important}html body .bvi-body[data-bvi-size="11"] * h1,html body .bvi-body[data-bvi-size="11"] * h1 *{font-size:18px!important}html body .bvi-body[data-bvi-size="11"] * h2,html body .bvi-body[data-bvi-size="11"] * h2 *{font-size:17px!important}html body .bvi-body[data-bvi-size="11"] * h3,html body .bvi-body[data-bvi-size="11"] * h3 *{font-size:16px!important}html body .bvi-body[data-bvi-size="11"] * h4,html body .bvi-body[data-bvi-size="11"] * h4 *{font-size:15px!important}html body .bvi-body[data-bvi-size="11"] * h5,html body .bvi-body[data-bvi-size="11"] * h5 *{font-size:14px!important}html body .bvi-body[data-bvi-size="11"] * h6,html body .bvi-body[data-bvi-size="11"] * h6 *{font-size:13px!important}html body .bvi-body[data-bvi-size="10"] *{font-size:10px!important}html body .bvi-body[data-bvi-size="10"] * h1,html body .bvi-body[data-bvi-size="10"] * h1 *{font-size:17px!important}html body .bvi-body[data-bvi-size="10"] * h2,html body .bvi-body[data-bvi-size="10"] * h2 *{font-size:16px!important}html body .bvi-body[data-bvi-size="10"] * h3,html body .bvi-body[data-bvi-size="10"] * h3 *{font-size:15px!important}html body .bvi-body[data-bvi-size="10"] * h4,html body .bvi-body[data-bvi-size="10"] * h4 *{font-size:14px!important}html body .bvi-body[data-bvi-size="10"] * h5,html body .bvi-body[data-bvi-size="10"] * h5 *{font-size:13px!important}html body .bvi-body[data-bvi-size="10"] * h6,html body .bvi-body[data-bvi-size="10"] * h6 *{font-size:12px!important}html body .bvi-body[data-bvi-size="9"] *{font-size:9px!important}html body .bvi-body[data-bvi-size="9"] * h1,html body .bvi-body[data-bvi-size="9"] * h1 *{font-size:16px!important}html body .bvi-body[data-bvi-size="9"] * h2,html body .bvi-body[data-bvi-size="9"] * h2 *{font-size:15px!important}html body .bvi-body[data-bvi-size="9"] * h3,html body .bvi-body[data-bvi-size="9"] * h3 *{font-size:14px!important}html body .bvi-body[data-bvi-size="9"] * h4,html body .bvi-body[data-bvi-size="9"] * h4 *{font-size:13px!important}html body .bvi-body[data-bvi-size="9"] * h5,html body .bvi-body[data-bvi-size="9"] * h5 *{font-size:12px!important}html body .bvi-body[data-bvi-size="9"] * h6,html body .bvi-body[data-bvi-size="9"] * h6 *{font-size:11px!important}html body .bvi-body[data-bvi-size="8"] *{font-size:8px!important}html body .bvi-body[data-bvi-size="8"] * h1,html body .bvi-body[data-bvi-size="8"] * h1 *{font-size:15px!important}html body .bvi-body[data-bvi-size="8"] * h2,html body .bvi-body[data-bvi-size="8"] * h2 *{font-size:14px!important}html body .bvi-body[data-bvi-size="8"] * h3,html body .bvi-body[data-bvi-size="8"] * h3 *{font-size:13px!important}html body .bvi-body[data-bvi-size="8"] * h4,html body .bvi-body[data-bvi-size="8"] * h4 *{font-size:12px!important}html body .bvi-body[data-bvi-size="8"] * h5,html body .bvi-body[data-bvi-size="8"] * h5 *{font-size:11px!important}html body .bvi-body[data-bvi-size="8"] * h6,html body .bvi-body[data-bvi-size="8"] * h6 *{font-size:10px!important}html body .bvi-body[data-bvi-size="7"] *{font-size:7px!important}html body .bvi-body[data-bvi-size="7"] * h1,html body .bvi-body[data-bvi-size="7"] * h1 *{font-size:14px!important}html body .bvi-body[data-bvi-size="7"] * h2,html body .bvi-body[data-bvi-size="7"] * h2 *{font-size:13px!important}html body .bvi-body[data-bvi-size="7"] * h3,html body .bvi-body[data-bvi-size="7"] * h3 *{font-size:12px!important}html body .bvi-body[data-bvi-size="7"] * h4,html body .bvi-body[data-bvi-size="7"] * h4 *{font-size:11px!important}html body .bvi-body[data-bvi-size="7"] * h5,html body .bvi-body[data-bvi-size="7"] * h5 *{font-size:10px!important}html body .bvi-body[data-bvi-size="7"] * h6,html body .bvi-body[data-bvi-size="7"] * h6 *{font-size:9px!important}html body .bvi-body[data-bvi-size="6"] *{font-size:6px!important}html body .bvi-body[data-bvi-size="6"] * h1,html body .bvi-body[data-bvi-size="6"] * h1 *{font-size:13px!important}html body .bvi-body[data-bvi-size="6"] * h2,html body .bvi-body[data-bvi-size="6"] * h2 *{font-size:12px!important}html body .bvi-body[data-bvi-size="6"] * h3,html body .bvi-body[data-bvi-size="6"] * h3 *{font-size:11px!important}html body .bvi-body[data-bvi-size="6"] * h4,html body .bvi-body[data-bvi-size="6"] * h4 *{font-size:10px!important}html body .bvi-body[data-bvi-size="6"] * h5,html body .bvi-body[data-bvi-size="6"] * h5 *{font-size:9px!important}html body .bvi-body[data-bvi-size="6"] * h6,html body .bvi-body[data-bvi-size="6"] * h6 *{font-size:8px!important}html body .bvi-body[data-bvi-size="5"] *{font-size:5px!important}html body .bvi-body[data-bvi-size="5"] * h1,html body .bvi-body[data-bvi-size="5"] * h1 *{font-size:12px!important}html body .bvi-body[data-bvi-size="5"] * h2,html body .bvi-body[data-bvi-size="5"] * h2 *{font-size:11px!important}html body .bvi-body[data-bvi-size="5"] * h3,html body .bvi-body[data-bvi-size="5"] * h3 *{font-size:10px!important}html body .bvi-body[data-bvi-size="5"] * h4,html body .bvi-body[data-bvi-size="5"] * h4 *{font-size:9px!important}html body .bvi-body[data-bvi-size="5"] * h5,html body .bvi-body[data-bvi-size="5"] * h5 *{font-size:8px!important}html body .bvi-body[data-bvi-size="5"] * h6,html body .bvi-body[data-bvi-size="5"] * h6 *{font-size:7px!important}html body .bvi-body[data-bvi-size="4"] *{font-size:4px!important}html body .bvi-body[data-bvi-size="4"] * h1,html body .bvi-body[data-bvi-size="4"] * h1 *{font-size:11px!important}html body .bvi-body[data-bvi-size="4"] * h2,html body .bvi-body[data-bvi-size="4"] * h2 *{font-size:10px!important}html body .bvi-body[data-bvi-size="4"] * h3,html body .bvi-body[data-bvi-size="4"] * h3 *{font-size:9px!important}html body .bvi-body[data-bvi-size="4"] * h4,html body .bvi-body[data-bvi-size="4"] * h4 *{font-size:8px!important}html body .bvi-body[data-bvi-size="4"] * h5,html body .bvi-body[data-bvi-size="4"] * h5 *{font-size:7px!important}html body .bvi-body[data-bvi-size="4"] * h6,html body .bvi-body[data-bvi-size="4"] * h6 *{font-size:6px!important}html body .bvi-body[data-bvi-size="3"] *{font-size:3px!important}html body .bvi-body[data-bvi-size="3"] * h1,html body .bvi-body[data-bvi-size="3"] * h1 *{font-size:10px!important}html body .bvi-body[data-bvi-size="3"] * h2,html body .bvi-body[data-bvi-size="3"] * h2 *{font-size:9px!important}html body .bvi-body[data-bvi-size="3"] * h3,html body .bvi-body[data-bvi-size="3"] * h3 *{font-size:8px!important}html body .bvi-body[data-bvi-size="3"] * h4,html body .bvi-body[data-bvi-size="3"] * h4 *{font-size:7px!important}html body .bvi-body[data-bvi-size="3"] * h5,html body .bvi-body[data-bvi-size="3"] * h5 *{font-size:6px!important}html body .bvi-body[data-bvi-size="3"] * h6,html body .bvi-body[data-bvi-size="3"] * h6 *{font-size:5px!important}html body .bvi-body[data-bvi-size="2"] *{font-size:2px!important}html body .bvi-body[data-bvi-size="2"] * h1,html body .bvi-body[data-bvi-size="2"] * h1 *{font-size:9px!important}html body .bvi-body[data-bvi-size="2"] * h2,html body .bvi-body[data-bvi-size="2"] * h2 *{font-size:8px!important}html body .bvi-body[data-bvi-size="2"] * h3,html body .bvi-body[data-bvi-size="2"] * h3 *{font-size:7px!important}html body .bvi-body[data-bvi-size="2"] * h4,html body .bvi-body[data-bvi-size="2"] * h4 *{font-size:6px!important}html body .bvi-body[data-bvi-size="2"] * h5,html body .bvi-body[data-bvi-size="2"] * h5 *{font-size:5px!important}html body .bvi-body[data-bvi-size="2"] * h6,html body .bvi-body[data-bvi-size="2"] * h6 *{font-size:4px!important}html body .bvi-body[data-bvi-size="1"] *{font-size:1px!important}html body .bvi-body[data-bvi-size="1"] * h1,html body .bvi-body[data-bvi-size="1"] * h1 *{font-size:8px!important}html body .bvi-body[data-bvi-size="1"] * h2,html body .bvi-body[data-bvi-size="1"] * h2 *{font-size:7px!important}html body .bvi-body[data-bvi-size="1"] * h3,html body .bvi-body[data-bvi-size="1"] * h3 *{font-size:6px!important}html body .bvi-body[data-bvi-size="1"] * h4,html body .bvi-body[data-bvi-size="1"] * h4 *{font-size:5px!important}html body .bvi-body[data-bvi-size="1"] * h5,html body .bvi-body[data-bvi-size="1"] * h5 *{font-size:4px!important}html body .bvi-body[data-bvi-size="1"] * h6,html body .bvi-body[data-bvi-size="1"] * h6 *{font-size:3px!important}html body .bvi-body .bvi-tts .bvi-tts-link{display:inline-block;border:1px dashed transparent;border-bottom:0;padding:10px}html body .bvi-body .bvi-tts .bvi-tts-text{border:1px dashed transparent;padding:10px}html body .bvi-body a{text-decoration:none}html body .bvi-body a.bvi-link{text-decoration:none;color:#000;background-color:transparent;text-align:center;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:700;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2;margin:2px}@media (max-width:575.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width:576px) and (max-width:767.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width:768px) and (max-width:991.98px){html body .bvi-body a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media (min-width:992px) and (max-width:1199.98px){html body .bvi-body a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-body a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:hover{color:#000;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:focus{color:#000;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img,html body .bvi-body[data-bvi-images=true] img.bvi-img{filter:grayscale(0)}html body .bvi-body[data-bvi-images=true] .bvi-background-image{background-color:transparent!important}html body .bvi-body[data-bvi-images=false] .bvi-background-image{background-image:none!important;border:0!important}html body .bvi-body[data-bvi-images=false] div.bvi-img{vertical-align:middle;border:2px dashed;box-sizing:border-box;overflow:hidden;max-width:100%;max-height:100%;word-wrap:break-word;text-align:center;display:flex;align-items:center;justify-content:center}html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image,html body .bvi-body[data-bvi-images=grayscale] img.bvi-img{-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");filter:grayscale(1)}html body .bvi-body[data-bvi-line-height=normal] :not(.bvi-link){line-height:1.5!important}html body .bvi-body[data-bvi-line-height=average] :not(.bvi-link){line-height:2!important}html body .bvi-body[data-bvi-line-height=big] :not(.bvi-link){line-height:2.5!important}html body .bvi-body[data-bvi-letter-spacing=normal] :not(.bvi-link){letter-spacing:0!important}html body .bvi-body[data-bvi-letter-spacing=average] :not(.bvi-link){letter-spacing:2px!important}html body .bvi-body[data-bvi-letter-spacing=big] :not(.bvi-link){letter-spacing:4px!important}html body .bvi-body[data-bvi-font-family=arial] :not(i):not(span){font-family:Arial,sans-serif!important}html body .bvi-body[data-bvi-font-family=times] :not(i):not(span){font-family:"Times New roman"!important}html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode,html body .bvi-body[data-bvi-flash-iframe=true] figure,html body .bvi-body[data-bvi-flash-iframe=true] iframe,html body .bvi-body[data-bvi-flash-iframe=true] video,html body .bvi-body[data-bvi-flash-iframe=true] ymaps{display:block!important}html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode,html body .bvi-body[data-bvi-flash-iframe=false] figure,html body .bvi-body[data-bvi-flash-iframe=false] iframe,html body .bvi-body[data-bvi-flash-iframe=false] video,html body .bvi-body[data-bvi-flash-iframe=false] ymaps{display:none!important}html body .bvi-body .bvi-hide{display:none}html body .bvi-body .bvi-show{display:block}html body .bvi-hide{display:block}html body .bvi-show{display:none}html body #bvi-panel-show.bvi-link{text-decoration:none;color:#000;background-color:#fff;text-align:center;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:700;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}html body #bvi-panel-show.bvi-link.bvi-link-top{position:fixed!important;top:2.5rem!important;right:1.5rem!important;z-index:999999!important}html body #bvi-panel-show .bvi-images{font-weight:400;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;vertical-align:middle}html body #bvi-panel-show .bvi-images.bvi-images-eye{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=);width:32px;height:32px}html body a.bvi-link-shortcode,html body a.bvi-link-widget{transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;padding:5px 10px;vertical-align:middle;text-decoration:none}html body a.bvi-link-shortcode .bvi-svg-eye,html body a.bvi-link-widget .bvi-svg-eye{display:inline-block;overflow:visible;width:1.125em;height:1em;font-size:2em;vertical-align:middle}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{width:100vw;min-width:320px;margin:0;overflow-x:hidden;transition:cubic-bezier(.165,.84,.44,1) .2s all;text-rendering:optimizeLegibility;-webkit-text-decoration-skip:objects;text-decoration-skip:objects;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}main{position:relative;width:100%}h1{margin-top:0}img{display:block;max-width:100%;height:auto}a{text-decoration:none}a:active,a:focus,a:hover{text-decoration:none}li{list-style-type:none}iframe{border:0}textarea{overflow:auto;vertical-align:top;box-shadow:none;resize:none}button{font-weight:inherit;background-color:transparent;border:none;outline:0;cursor:pointer}input,textarea{outline:0}@font-face{font-weight:300;font-family:Geometria;font-style:normal;src:url(../fonts/Geometria/Geometria-Light.woff) format("woff"),url(../fonts/Geometria/Geometria-Light.woff2) format("woff2"),url(../fonts/Geometria/Geometria-Light.ttf) format("truetype");font-display:swap}@font-face{font-weight:400;font-family:Geometria;font-style:normal;src:url(../fonts/Geometria/Geometria.woff) format("woff"),url(../fonts/Geometria/Geometria.woff2) format("woff2"),url(../fonts/Geometria/Geometria.ttf) format("truetype");font-display:swap}@font-face{font-weight:300;font-family:Geometria;font-style:italic;src:url(../fonts/Geometria/Geometria-LightItalic.woff) format("woff"),url(../fonts/Geometria/Geometria-LightItalic.woff2) format("woff2"),url(../fonts/Geometria/Geometria-LightItalic.ttf) format("truetype");font-display:swap}@font-face{font-weight:500;font-family:Geometria;font-style:normal;src:url(../fonts/Geometria/Geometria-Medium.woff) format("woff"),url(../fonts/Geometria/Geometria-Medium.woff2) format("woff2"),url(../fonts/Geometria/Geometria-Medium.ttf) format("truetype");font-display:swap}@font-face{font-weight:700;font-family:Geometria;font-style:normal;src:url(../fonts/Geometria/Geometria-Bold.woff) format("woff"),url(../fonts/Geometria/Geometria-Bold.woff2) format("woff2"),url(../fonts/Geometria/Geometria-Bold.ttf) format("truetype");font-display:swap}@font-face{font-weight:700;font-family:ProximaNova;font-style:normal;src:url(../fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"),url(../fonts/ProximaNova/ProximaNova-Bold.woff2) format("woff2"),url(../fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype");font-display:swap}@font-face{font-weight:900;font-family:ProximaNova;font-style:normal;src:url(../fonts/ProximaNova/ProximaNova-Black.woff) format("woff"),url(../fonts/ProximaNova/ProximaNova-Black.woff2) format("woff2"),url(../fonts/ProximaNova/ProximaNova-Black.ttf) format("truetype");font-display:swap}.container{position:relative;width:100%;max-width:1245px;margin:0 auto;padding:0 16px}@media screen and (max-width:calc(1280px - 1px)){.container{max-width:1140px}}@media screen and (max-width:calc(1200px - 1px)){.container{max-width:960px}}@media screen and (max-width:calc(992px - 1px)){.container{max-width:720px}}@media screen and (max-width:calc(768px - 1px)){.container{max-width:540px}}@media screen and (max-width:calc(576px - 1px)){.container{max-width:100%}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.glightbox-clean .gprev{top:50%;left:16px;transform:translateY(-50%)}.glightbox-clean .gnext{top:50%;right:16px;transform:translateY(-50%)}.gslide-media{position:relative}.blur-layer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#fff;text-align:center;backdrop-filter:blur(15px);background:rgba(51,50,50,.8)}.blur-layer.hidden{display:none}.blur-layer::before{width:80px;height:70px;background:url(../img/hide.svg) no-repeat center/contain;content:"";margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.blur-layer::before{margin:0 0 30px;width:50px;height:40px}}.blur-layer__text{margin:40px 0 0;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.blur-layer__text{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.blur-layer__text{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.blur-layer__text{margin:20px 0 0}}.blur-layer__btn{border-bottom:1px solid #fff;padding:0 0 2px;cursor:pointer;color:inherit;transition:border .3s}.blur-layer__btn:hover{border-color:transparent}:root{--litepicker-is-today-color:#A7115C!important;--litepicker-day-color-hover:#A7115C!important;--litepicker-is-end-color-bg:#A7115C!important;--litepicker-button-prev-month-color-hover:#A7115C!important;--litepicker-button-next-month-color-hover:#A7115C!important;--litepicker-is-end-color:#FFF!important}.litepicker .container__months .month-item-header div>.month-item-name{text-transform:capitalize}.litepicker .container__months .month-item-header .button-next-month,.litepicker .container__months .month-item-header .button-previous-month{cursor:pointer}.litepicker .container__days .day-item{cursor:pointer}.has-scroll-smooth [data-scroll-container]{margin:-200px 0 0;padding:200px 0 0;height:calc(100% + 200px)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:5px 50px;font-size:24px;line-height:1.1;text-align:center;border-radius:50px;transition:background .3s,color .3s,border .3s}@media screen and (max-width:calc(768px - 1px)){.btn{font-size:19px;line-height:1.05}}.btn--pink{position:relative;z-index:1;color:#fff;background:#a7115c}@media (min-width:576px){.btn--pink:hover::after{opacity:1}}.btn--pink::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(246.6deg,#a7115c 15.17%,#903586 90.2%);border-radius:inherit;opacity:0;transition:opacity .3s;content:""}@media screen and (max-width:calc(576px - 1px)){.btn--pink:active{background:#c9086d}}.btn--pink-animated::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(64.6deg,#a7115c 15.17%,#903586 90.2%);border-radius:inherit;opacity:0;animation-name:fade-in;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;content:""}.btn--white{color:#333232;background:#fff;border:1px solid #333232}@media (min-width:576px){.btn--white:hover{background:#d4d6db;border-color:transparent}}@media screen and (max-width:calc(576px - 1px)){.btn--white:active{background:#d4d6db;border-color:transparent}}.btn--grey{color:#333232;background:#d4d6db}.btn--grey:hover{color:#fff;background:#94959a}.btn--sm{min-height:40px;padding:0 10px;font-size:19px}.btn__icon{flex-shrink:0;width:16px;height:9px;margin:0 0 0 10px;stroke:#fff}.btn__arrow{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;margin:0 0 0 10px;background:#c7046a;border-radius:50%}.btn__arrow-icon{stroke:#fff}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor{position:absolute;top:50%;right:20px;display:block;width:20px;height:14px;padding:0 5px;background:0 0;border:none;transform:translateY(-50%)}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor__span{position:absolute;top:50%;left:50%;display:block;width:20px;height:2px;background:#a7115c;transform:translate(-50%,-50%);transition:cubic-bezier(.6,-.28,.735,.045) .15s all}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor__span:nth-child(1){transform:translate(-50%,calc(-50% - 6px))}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor__span:nth-child(2){transform:translate(-50%,-50%)}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor__span:nth-child(3){transform:translate(-50%,calc(-50% + 6px))}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor-active{position:fixed;z-index:1030;transform:none}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor-active .burger-anchor__span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor-active .burger-anchor__span:nth-child(2){display:none}}@media screen and (max-width:calc(1200px - 1px)){.burger-anchor-active .burger-anchor__span:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}}@media screen and (max-width:calc(1200px - 1px)){.burger-active.header__main-content{left:0;transition:cubic-bezier(.6,-.28,.735,.045) .3s all}}.title{font-weight:700;font-size:43px;line-height:1.16}@media screen and (max-width:calc(992px - 1px)){.title{font-size:36px}}@media screen and (max-width:calc(576px - 1px)){.title{font-size:27px}}.title--main{margin:0;font-weight:500;font-size:80px;line-height:1}@media screen and (max-width:calc(1280px - 1px)){.title--main{font-size:56px}}@media screen and (max-width:calc(1200px - 1px)){.title--main{font-size:42px}}@media screen and (max-width:calc(992px - 1px)){.title--main{font-size:36px}}@media screen and (max-width:calc(576px - 1px)){.title--main{font-size:30px}}.title--middle{font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(992px - 1px)){.title--middle{font-size:22px}}@media screen and (max-width:calc(576px - 1px)){.title--middle{font-size:18px}}.title--sm{font-weight:700;font-size:18px;line-height:1.33}@media screen and (max-width:calc(576px - 1px)){.title--sm{font-size:16px}}.title--mb{margin:0 0 30px}@media screen and (max-width:calc(576px - 1px)){.title--mb{margin:0 0 20px}}.title--mb60{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.title--mb60{margin:0 0 30px}}.title--pink{color:#a7115c}.header-schedule{position:relative;cursor:pointer}.header-schedule.open .header-schedule__btn,.header-schedule:hover .header-schedule__btn{color:#a7115c}.header-schedule.open .header-schedule__btn-icon,.header-schedule:hover .header-schedule__btn-icon{transform:rotate(-180deg);stroke:#a7115c}.header-schedule.open .header-schedule__popup,.header-schedule:hover .header-schedule__popup{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}.header-schedule__btn{display:flex;align-items:center;transition:color .3s}.header-schedule__btn-icon{flex-shrink:0;width:16px;height:9px;margin:0 0 0 10px;transition:stroke .3s,transform .3s;stroke:#333232}.header-schedule__popup{position:absolute;top:100%;left:-30px;z-index:3;min-width:420px;padding:30px 26px;color:#333232;text-align:left;background:#fff;box-shadow:0 30px 30px rgba(46,35,60,.25);transform:translate(0,10%);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}.schedule-table{width:100%}.schedule-table tr:first-of-type td{padding-bottom:15px}.schedule-table tr:first-of-type td:last-of-type{position:relative}.schedule-table tr:first-of-type td:last-of-type::before{position:absolute;top:45%;left:0;width:1px;height:calc(100% - 30px);background:#d4d6db;transform:translateY(-50%);content:""}.schedule-table td{padding:0 16px;line-height:1.56}.header-menu__item{display:none}@media screen and (max-width:calc(1200px - 1px)){.header-menu__item{display:block;width:100%;max-width:600px}}.header-menu__btn{font-size:18px;border-radius:40px}@media screen and (max-width:calc(1200px - 1px)){.header-menu__btn{display:flex;width:350px;margin-right:auto;margin-left:auto}}@media screen and (max-width:calc(576px - 1px)){.header-menu__btn{width:240px;padding:0 15px}}.header-menu__btn img{margin:0 15px 0 0}.header-menu__item-record{margin-bottom:20px}.header-menu__item-address{margin:0 0 30px;font-size:18px}.header-menu__schedule{margin:0 0 40px}@media screen and (max-width:calc(576px - 1px)){.header-menu__schedule{font-size:14px}}.header-menu__soc{display:flex;justify-content:space-between}.header-menu__soc-item{flex-shrink:0;width:84px;height:84px}.header-menu__soc-item:not(:last-of-type){margin:0 15px 0 0}.header-menu__soc-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navbar{position:relative}@media screen and (max-width:calc(1200px - 1px)){.navbar{width:100%;max-width:600px;margin:20px 0 35px}}.navbar__list{display:flex;margin:0 0 -30px}@media screen and (max-width:calc(1200px - 1px)){.navbar__list{flex-direction:column;align-items:flex-start;margin:0}}.navbar__item{padding:0 0 30px}.navbar__item:first-of-type .navbar__item-head{padding-right:16px;padding-left:20px;background:#a7115c;border-radius:50px}@media screen and (max-width:calc(1200px - 1px)){.navbar__item:first-of-type .navbar__item-head{background:#f3f5f8;border-radius:0}}.navbar__item:first-of-type .navbar__item-arrow{stroke:#fff}@media screen and (max-width:calc(1200px - 1px)){.navbar__item:first-of-type .navbar__item-arrow{stroke:#a7115c}}.navbar__item:first-of-type .navbar__item-link{color:#fff}@media screen and (max-width:calc(1200px - 1px)){.navbar__item:first-of-type .navbar__item-link{color:#333232}}@media screen and (max-width:calc(1200px - 1px)){.navbar__item:first-of-type{background:0 0;border-radius:0}}.navbar__item--arrow{display:inline-flex;align-items:center}@media (min-width:1200px){.navbar__item--arrow:first-of-type.open .navbar__item-link{color:#fff}.navbar__item--arrow:first-of-type.open .navbar__item-arrow{stroke:#fff}.navbar__item--arrow.open .navbar__item-link{color:#a7115c}.navbar__item--arrow.open .navbar__item-arrow{transform:rotate(-180deg);stroke:#a7115c}.navbar__item--arrow.open .navbar__submenu{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}}.navbar__item--arrow:first-of-type.open .navbar__item-arrow{stroke:#fff}@media screen and (max-width:calc(1200px - 1px)){.navbar__item--arrow:first-of-type.open .navbar__item-arrow{stroke:#a7115c}}.navbar__item--arrow.open .navbar__item-link{color:#a7115c}@media screen and (max-width:calc(1200px - 1px)){.navbar__item--arrow.open .navbar__item-link{color:#333232}}.navbar__item--arrow.open .navbar__item-arrow{transform:rotate(-180deg);stroke:#a7115c}.navbar__item--arrow.open .navbar__submenu{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}@media screen and (max-width:calc(1200px - 1px)){.navbar__item--arrow.open .navbar__submenu{height:auto;padding:7px 0;border-bottom:1px solid #fff}}@media screen and (max-width:calc(1200px - 1px)){.navbar__item--arrow{display:block}}@media screen and (max-width:calc(1200px - 1px)){.navbar__item{width:calc(100% + 32px);margin:0 -16px;padding:0}}.navbar__item-head{display:flex;align-items:center;min-height:40px;padding:5px 12px;cursor:pointer}@media screen and (max-width:calc(1280px - 1px)){.navbar__item-head{padding:5px 10px}}@media screen and (max-width:calc(1200px - 1px)){.navbar__item-head{justify-content:space-between;width:100%;min-height:58px;padding:5px 14px 5px 16px;background:#f3f5f8;border-bottom:1px solid #fff}.navbar__item-head--ambulance{justify-content:center;min-height:auto;padding:0;background:0 0;border-bottom:none}.navbar__item-head--ambulance .navbar__item-link{display:flex;align-items:center;justify-content:center;width:350px;min-height:50px;margin:20px auto 0;padding:0 15px;font-size:19px;text-align:center;background:#fff;border:1px solid #333;border-radius:40px}.navbar__item-head--ambulance .navbar__item-link::before{flex-shrink:0;width:20px;height:20px;margin:0 10px 0 0;background:url(../img/tel.svg) no-repeat center/cover;content:""}.navbar__item-head--ambulance .navbar__item-link:active{color:#333232;background:#d4d6db;border-color:transparent}}@media screen and (max-width:calc(576px - 1px)){.navbar__item-head--ambulance .navbar__item-link{width:240px}}.navbar__item-link{color:#333232;font-size:18px;transition:color .3s}.navbar__item-link:hover:not(.navbar__item-link--active){color:#a7115c}@media screen and (max-width:calc(1280px - 1px)){.navbar__item-link{font-size:17px}}@media screen and (max-width:calc(1200px - 1px)){.navbar__item-link{font-size:24px}}.navbar__item-link--active{color:#a7115c}.navbar__item-arrow{flex-shrink:0;width:16px;height:9px;margin:2px 0 0 6px;transition:stroke .3s,transform .3s;stroke:#333232}@media screen and (max-width:calc(1200px - 1px)){.navbar__item-arrow{stroke:#a7115c}}.navbar__submenu{position:absolute;top:100%;left:0;z-index:2;display:flex;flex-wrap:wrap;min-width:calc(100% + 41px);padding:30px 13px 23px 0;transform:translate(0,-10%);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}.navbar__submenu::before{position:absolute;top:0;right:calc((-100vw + 1245px - 30px)/ 2);z-index:-1;width:100vw;height:100%;background:#fff;box-shadow:0 30px 30px rgba(46,35,60,.25);content:""}@media screen and (max-width:calc(1280px - 1px)){.navbar__submenu::before{right:calc((-100vw + 1140px - 30px)/ 2)}}@media screen and (max-width:calc(1200px - 1px)){.navbar__submenu::before{content:none}}.navbar__submenu::after{position:absolute;right:0;bottom:100%;z-index:-1;width:100vw;height:40px;background:0 0;content:""}@media screen and (max-width:calc(1200px - 1px)){.navbar__submenu{position:static;top:auto;left:auto;display:block;min-width:100%;height:0;padding:0;background:#fff;transform:translate(0,0)}.navbar__submenu::after{content:none}}.navbar__submenu-item{margin:0 0 7px;padding:0 15px}@media screen and (max-width:calc(1280px - 1px)){.navbar__submenu-item{padding:0 7px}}@media screen and (max-width:calc(1200px - 1px)){.navbar__submenu-item{margin:0;padding:0}}.navbar__submenu-link{display:flex;align-items:center;color:#333232;transition:color .3s}.navbar__submenu-link:hover{color:#a7115c}.navbar__submenu-link--active{color:#a7115c}@media screen and (max-width:calc(1200px - 1px)){.navbar__submenu-link{width:100%;padding:10px 13px 10px 25px;font-size:19px}}@media screen and (max-width:calc(576px - 1px)){.navbar__submenu-link{padding:10px 16px}}.navbar__submenu-link-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:100%;max-width:36px;height:33px;margin:0 16px 0 0}@media screen and (max-width:calc(576px - 1px)){.navbar__submenu-link-icon{display:none}}.header-search.open .header-search__popup{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}.header-search__popup{position:absolute;top:100%;left:0;z-index:2;width:100%;padding:20px 16px;transform:translate(0,-10%);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}@media screen and (max-width:calc(576px - 1px)){.header-search__popup{padding:20px 16px}}.header-search__popup::before{position:absolute;top:0;right:calc((-100vw + 1245px - 30px)/ 2);z-index:-1;width:100vw;height:100%;background:#fff;box-shadow:0 30px 40px rgba(58,58,62,.25);content:""}@media screen and (max-width:calc(1280px - 1px)){.header-search__popup::before{right:calc((-100vw + 1140px)/ 2)}}@media screen and (max-width:calc(1200px - 1px)){.header-search__popup::before{right:calc((-100vw + 960px)/ 2)}}@media screen and (max-width:calc(992px - 1px)){.header-search__popup::before{right:calc((-100vw + 720px)/ 2)}}@media screen and (max-width:calc(768px - 1px)){.header-search__popup::before{right:calc((-100vw + 540px)/ 2)}}@media screen and (max-width:calc(576px - 1px)){.header-search__popup::before{right:calc((-100vw + 100%)/ 2)}}.header-search__popup::after{position:absolute;right:0;bottom:100%;z-index:-1;width:100vw;height:50px;background:0 0;content:""}@media screen and (max-width:calc(1200px - 1px)){.header-search__popup::after{content:none}}.header-search__top{display:flex;align-items:center}.header-search__top .search{flex-grow:1}.header-search__close{flex-shrink:0;width:29px;height:29px;margin:0 0 0 9px}.header-search__close svg{fill:#a7115c}.header-search__result{margin:30px 0 25px}@media screen and (max-width:calc(992px - 1px)){.header-search__result{margin:20px 0 15px}}.header-search__result-item{position:relative;display:block;padding:0 0 0 35px;color:#333232;transition:color .3s}.header-search__result-item:hover{color:#a7115c}.header-search__result-item:not(:last-of-type){margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.header-search__result-item:not(:last-of-type){margin:0 0 20px}}.header-search__result-item-icon{position:absolute;top:3px;left:0;width:20px;height:20px}.header-search__result-descr{margin:5px 0 0;color:#888;font-size:15px;line-height:1.2}.header-search__other{display:flex;align-items:center;margin:0 0 40px;color:#333232;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.header-search__other{margin:0 0 20px}}.header-search__other:hover{color:#a7115c}.header-search__other svg{flex-shrink:0;margin:0 10px 0 0;fill:#a7115c}.header-search__all{margin:0 0 20px;padding:0 30px}.header-search__all-icon{flex-shrink:0;margin:0 10px 0 0;fill:#fff}.select{position:relative;background-color:#fff;border-radius:50px}.select.select--name .choices__inner{align-items:flex-end}.select.select--name .select__name--hide{opacity:1}.select .choices{height:inherit;margin:0}.select .choices__placeholder{opacity:1}.select .choices__list--single .choices__item{font-size:16px}.select .choices__input{display:none}.select .choices__inner{display:inline-flex;align-items:center;min-height:50px;padding:7px 50px 4px 16px;font-size:16px;background:0 0;border:none;border:1px solid #e2e0de;border-radius:16px!important}.select .choices[data-type*=select-multiple] .choices__inner,.select .choices[data-type*=text] .choices__inner{cursor:pointer}.select .choices[data-type*=select-multiple] .choices__inner{padding-bottom:2px}.select .choices__list--multiple{max-width:100%;overflow:hidden;white-space:nowrap;pointer-events:none}.select .choices__list--dropdown .choices__item{font-size:16px;color:#3c3d38}.select .choices__list--single{margin:0 0 -3px;padding:0}.select .choices__list--single .choices__item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select .choices::after{position:absolute;top:50%;right:27px;display:inline-block;width:12px;height:6px;margin-top:0!important;background:url(/port/arr.svg) no-repeat center/cover;border:none;transform:translateY(-50%) rotate(0);transition:transform .3s;content:"";pointer-events:none}.select .choices.is-open::after{transform:translateY(-50%) rotate(-180deg)}.select .choices__list--dropdown,.select .choices__list[aria-expanded]{top:100%;bottom:auto;z-index:2;padding:0;border:none;border-radius:16px;filter:drop-shadow(0 0 16px rgba(0, 0, 0, .16))}.select .choices__item:not(:last-of-type){border-bottom:1px solid #4b4544}.select .choices__list--dropdown .choices__item--disabled,.select .choices__list[aria-expanded] .choices__item--disabled{padding:10px 0;opacity:.5}.select .choices__list--dropdown .choices__item--selectable,.select .choices__list[aria-expanded] .choices__item--selectable{padding:10px 0}.select .choices__list--dropdown .choices__item,.select .choices__list[aria-expanded] .choices__item{color:#4b4544;font-weight:300;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.select .choices__list--dropdown .choices__item,.select .choices__list[aria-expanded] .choices__item{font-size:16px}}.select .choices__list--dropdown .choices__item--selectable.is-highlighted,.select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{color:#a7115c;background:0 0}.select .choices__list--dropdown .choices__item--selectable.is-highlighted::after,.select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{content:none}.select .choices__list--multiple .choices__item{margin:0 0 3px;padding:0;color:#4b4544;font-weight:300;font-size:18px;background:0 0;border-color:transparent}.select .choices__list--multiple .choices__item:not(:first-of-type)::before{margin:0 5px;content:"|"}@media screen and (max-width:calc(992px - 1px)){.select .choices__list--multiple .choices__item{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.select .choices__list--multiple .choices__item{font-size:14px}}.select .choices[data-type*=select-multiple] .choices__button,.select .choices[data-type*=text] .choices__button{border-color:#fff}.select .choices[data-type*=select-one] .choices__button,.select .choices[data-type*=select-one] .choices__button:focus{display:none;pointer-events:none}.select .choices__list--dropdown .choices__item,.select .choices__list[aria-expanded] .choices__item{font-size:16px;color:#3c3d38;border:none;font-weight:400;padding:10px 16px}.select .choices__list--dropdown .choices__item:hover,.select .choices__list[aria-expanded] .choices__item:hover{background:#f5f3f1;color:#3c3d38}.choices[data-type*=select-one] .choices__input{height:48px;padding-left:46px;border-color:#eaecf0}.reviewsPage .select .choices__list--dropdown:before{content:"";display:block;position:absolute;background:url(/img/select-search.svg) no-repeat;width:20px;height:20px;left:18px;top:16px}.doctorSelect{display:flex;flex-wrap:wrap}.doctorSelect-img{width:50px;height:50px;border-radius:50%}.doctorSelect-img img{border-radius:50%;width:50px;height:50px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.doctorSelect-content{width:calc(100% - 62px);margin-left:auto}.doctorSelect-name{font-size:16px;font-style:normal;font-weight:500;color:#2d282a}.doctorSelect-nap{font-size:14px;color:#5c595a;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.choices__inner .choices__item.choices__item--selectable .doctorSelect-img,.choices__inner .choices__item.choices__item--selectable .doctorSelect-nap{display:none}.choices__inner .choices__item.choices__item--selectable .doctorSelect-content{width:100%}.choices__inner .choices__item.choices__item--selectable .doctorSelect-name{font-weight:400}.doctor-card{display:inline-flex;flex-direction:column;width:100%;max-width:280px}.doctor-card:hover .doctor-card__head-btn{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}.doctor-card__head{position:relative;display:flex;align-items:flex-end;justify-content:center;height:380px;padding:30px 10px 40px;overflow:hidden}.doctor-card__head:hover img{transform:scale(1.07)}.doctor-card__head img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;opacity:0;transition:transform 1s ease,opacity .5s ease}.doctor-card__head--static img{opacity:1}.doctor-card__head-btn{transform:translate(0,30px);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}.doctor-card__info{flex-grow:1;padding:30px 20px 40px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.doctor-card__info{padding:20px}}.doctor-card__name{display:block;margin:0 0 12px;color:#333232;transition:color .3s;font-weight:700;font-size:18px;line-height:1.33}.doctor-card__name:hover{color:#a7115c}.doctor-card__name--big{display:block;font-weight:700;font-size:27px;line-height:1.11;font-size:22px}.doctor-card__spec{font-size:15px;line-height:1.2;margin-bottom:15px}.tags{display:flex;flex-wrap:wrap;min-height:50px;margin:-5px -10px}.tags__item{margin:0 5px 10px}.accordion{background:#fff}.accordion.open .accordion__head-arrow-icon{transform:rotate(-180deg)}.accordion.open .accordion__content{box-sizing:content-box;padding-top:10px;padding-bottom:30px;opacity:1}@media screen and (max-width:calc(992px - 1px)){.accordion.open .accordion__content{border-bottom:15px}}@media screen and (max-width:calc(576px - 1px)){.accordion.open .accordion__content{padding-top:0}}.accordion__head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:30px 36px 24px 40px;color:#333232;text-align:left;cursor:pointer;transition:color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:calc(992px - 1px)){.accordion__head{padding:15px 20px}}.accordion__head:hover .accordion__head-arrow::before{opacity:1}.accordion__head-arrow{position:relative;z-index:1;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;margin:0 0 0 20px;background:#a7115c;border-radius:50%}.accordion__head-arrow::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(246.6deg,#a7115c 15.17%,#903586 90.2%);border-radius:50%;opacity:0;transition:opacity .3s;content:""}@media screen and (max-width:calc(576px - 1px)){.accordion__head-arrow{width:30px;height:30px}}.accordion__head-arrow-icon{width:14px;height:8px;transform:rotate(0);transition:transform .3s}@media screen and (max-width:calc(576px - 1px)){.accordion__head-arrow-icon{width:10px;height:6px}}.accordion__content{max-height:0;padding-right:100px;padding-left:40px;overflow:hidden;opacity:0;transition:all .3s ease-out;will-change:max-height}@media screen and (max-width:calc(576px - 1px)){.accordion__content table{display:block;overflow-x:scroll;border:none}.accordion__content table tbody,.accordion__content table thead{display:table;width:100%;min-width:720px}}@media screen and (max-width:calc(992px - 1px)){.accordion__content{padding-right:20px;padding-left:20px}}.review-card{width:100%;max-width:384px;margin:0 auto;background:#fff}@media screen and (max-width:calc(576px - 1px)){.review-card{max-width:266px}}.review-card.open .review-card__text{height:auto}.review-card.open .review-card__text::before{opacity:0}.review-card.open .review-card__more-icon{transform:rotate(180deg)}.review-card__sber-logo{width:154px;margin-right:17px}.review-card__docty-logo{width:80px;margin-right:17px}.review-card__sber img{display:none}.review-card__sber img.star-show{display:block;margin-right:2px}.review-card__head{position:relative;padding:30px 40px 16px}@media screen and (max-width:calc(992px - 1px)){.review-card__head{padding:30px 20px 15px}}.review-card__head::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#fef5e4 0,#f4d2e0 34.38%,#d7d2f2 69.79%,#b1e5fa 100%);content:""}.review-card__visited{margin:0 0 10px;color:#888;font-size:15px;line-height:1.2}.review-card__name{font-weight:700;font-size:18px;line-height:1.33}.review-card__info{padding:26px 40px 40px}@media screen and (max-width:calc(992px - 1px)){.review-card__info{padding:20px 20px 30px}}@media screen and (max-width:calc(576px - 1px)){.review-card__info{display:flex;flex-direction:column;align-items:flex-start}}.review-card__evaluation{display:flex;align-items:center;margin:0 0 20px}@media screen and (max-width:calc(576px - 1px)){.review-card__evaluation{display:flex;flex-wrap:wrap}}.review-card__evaluation--yandex .review-card__evaluation-logo{width:74px}.review-card__evaluation-logo{width:132px;margin:0 17px 0 0}@media screen and (max-width:calc(576px - 1px)){.review-card__evaluation-logo{margin:10px 12px 10px 0}}.review-card__evaluation-site{width:103px;margin-right:17px}.review-card__evaluation-val{display:inline-flex;flex-shrink:0;align-items:center;min-height:30px;margin:0 5 10px 0;padding:5px 7px;color:#39b687;font-weight:900;font-size:13px;font-family:ProximaNova,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;text-transform:uppercase;background:#ececec}.review-card__evaluation-val-num{margin:0 5px 0 0;padding:0 5px 0 0;border-right:1px solid #dedee2}.review-card__evaluation-stars{display:inline-flex;align-items:center;min-height:30px;padding:3px 10px;background:#f4f4f8}.review-card__evaluation-stars-item{fill:transparent;stroke:#ffd630}.review-card__evaluation-stars-item:not(:last-of-type){margin:0 6px 0 0}.review-card__evaluation-stars-item--fill{fill:#ffd630}.review-card__evaluation-num{flex-shrink:0;margin:0 0 0 5px;color:#555;font-weight:700;font-size:18px}.review-card__evaluation-num--green{color:#4ca251}.review-card__date{margin:0 0 8px;color:#888;font-style:italic;font-size:15px;line-height:1.2}.review-card__text{position:relative;height:192px;overflow:hidden}.review-card__text::before{position:absolute;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(0deg,#fff 7.58%,rgba(255,255,255,0) 100%);transition:opacity .3s;content:"";pointer-events:none}@media screen and (max-width:calc(992px - 1px)){.review-card__text{height:144px}}.review-card__more{display:block;margin:10px 0 0;color:#a7115c;font-size:19px;transition:color .3s}.review-card__more:hover{color:#333232}.review-card__more:hover .review-card__more-icon{stroke:#333232}@media screen and (max-width:calc(992px - 1px)){.review-card__more{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.review-card__more{font-size:14px}}.review-card__more-icon{flex-shrink:0;width:16px;height:9px;margin:3px 0 0 12px;transition:stroke .3s;stroke:#a7115c}.review-card__link{margin:50px 0 0;padding:0 25px}@media screen and (max-width:calc(992px - 1px)){.review-card__link{margin:30px 0 0}}@media screen and (max-width:calc(576px - 1px)){.review-card__link{align-self:center}}.slider-pagination{display:flex;justify-content:center;margin:60px 0 0}@media screen and (max-width:calc(992px - 1px)){.slider-pagination{margin:50px 0 0}}.slider-pagination.swiper-pagination-lock{display:none}.slider-pagination .swiper-pagination-bullet{display:inline-block;width:18px;height:18px;background:rgba(51,51,51,.5);border-radius:50%;cursor:pointer;opacity:1;transition:background .3s}.slider-pagination .swiper-pagination-bullet:hover{background:rgba(51,51,51,.8)}.slider-pagination .swiper-pagination-bullet:not(:last-of-type){margin:0 10px 0 0}.slider-pagination .swiper-pagination-bullet-active{background:#333}.slider-pagination--surgery .swiper-pagination-bullet{background:rgba(161,220,248,.5)}.slider-pagination--surgery .swiper-pagination-bullet:hover{background:rgba(161,220,248,.8)}.slider-pagination--surgery .swiper-pagination-bullet-active{background:#a1dcf8}.more{margin:60px 0 0;text-align:center}@media screen and (max-width:calc(992px - 1px)){.more{margin:30px 0 0}}@media screen and (max-width:calc(576px - 1px)){.more .btn{min-width:240px}}.list__item{display:flex}.list__item:not(:last-of-type){margin:0 0 10px}.list__item::before{flex-shrink:0;width:6px;height:6px;margin:7px 20px 0 0;background:#f3d4dd;border-radius:50%;content:""}.slider-btn{position:absolute;top:50%;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#d4d6db;border-radius:50%;transform:translateY(-50%);transition:background .3s}.slider-btn:hover{background:#a7115c}.slider-btn:hover .slider-btn__arrow{stroke:#fff}.slider-btn.swiper-button-disabled{display:none}.slider-btn--white{background:#fff}.slider-btn--white .slider-btn__arrow{stroke:#333232}.slider-btn--white:hover .slider-btn__arrow{stroke:#fff}.slider-btn--transparent{width:calc((100vw - 1245px)/ 2);height:100%;background:0 0;border-radius:0}.slider-btn--transparent:hover{background:0 0}@media screen and (max-width:calc(1280px - 1px)){.slider-btn--transparent{width:calc((100vw - 1140px)/ 2)}}@media screen and (max-width:calc(1200px - 1px)){.slider-btn--transparent{width:calc((100vw - 960px)/ 2)}}@media screen and (max-width:calc(992px - 1px)){.slider-btn--transparent{width:calc((100vw - 720px + 16px)/ 2)}}@media screen and (max-width:calc(768px - 1px)){.slider-btn--transparent{width:calc((100vw - 540px + 16px)/ 2)}}@media screen and (max-width:calc(576px - 1px)){.slider-btn--transparent{width:10%}}.slider-btn--transparent.slider-btn__next{right:0}.slider-btn--transparent.slider-btn__prev{left:0}.slider-btn__prev{left:-56px}.slider-btn__arrow{width:16px;height:9px;transition:stroke .3s;stroke:#fff}.slider-btn__arrow--prev{margin:0 2px 0 0;transform:rotate(90deg)}.slider-btn__arrow--next{margin:0 0 0 2px;transform:rotate(-90deg)}.slider-btn__arrow--black{stroke:#333232}.slider-btn__next{right:-56px}.card{position:relative;z-index:1;width:100%;max-width:384px}.card::after{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:44%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%)}@media screen and (max-width:calc(576px - 1px)){.card::after{background:0 0}}.card::after{content:""}.card--landing{background:#fff}@media screen and (max-width:calc(576px - 1px)){.card--landing{overflow:hidden}}.card--landing::after{top:100px;height:280px;background:linear-gradient(0deg,#fff 50.01%,rgba(255,255,255,0) 87.9%)}@media screen and (max-width:calc(576px - 1px)){.card--landing::after{background:0 0}}.card--landing .card__bg{height:auto;min-height:260px}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__bg{height:100%}}.card--landing .card__wrap{justify-content:flex-start;height:100%;min-height:440px;padding:240px 23px 30px 30px;position:relative}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__wrap:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.4)}}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__wrap a{position:relative;z-index:1}}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__wrap{min-height:300px;padding:140px 20px 20px}}.card--landing .card__name{margin:0 0 20px}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__name{margin:0 0 10px;color:#fff;position:relative;z-index:1}}.card--landing .card__text{margin:0 0 20px}@media screen and (max-width:calc(576px - 1px)){.card--landing .card__text{position:relative;color:#fff}}.card--landing .card__text--sm{font-size:15px;line-height:1.2}.card--landing .card__btn,.card--landing .card__date{margin:auto 0 0}.card__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.card__wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:380px;padding:20px}@media screen and (max-width:calc(576px - 1px)){.card__wrap{min-height:340px}}.card__img-link{position:absolute;width:100%;height:100%}.card__tags{margin:0 0 10px;position:relative}.card__name{display:block;margin:0 0 10px;color:#333232;transition:color .3s}.card__name:hover{color:#a7115c}@media screen and (max-width:calc(576px - 1px)){.card__name{font-size:18px}}.card__descr{margin:0 0 20px;font-size:15px;line-height:1.2}@media screen and (max-width:calc(992px - 1px)){.card__descr{display:none}}@media screen and (max-width:calc(576px - 1px)){.card::after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%)!important;height:70%!important}}.rating{width:100%;max-width:300px}.rating__content{margin:0 0 20px;padding:20px 15px 12px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.rating__content{margin:0 8px 0 0}}.rating__logo{margin:0 auto 16px}.rating__item{display:flex;justify-content:space-between;color:#555;font-size:10px;font-family:"Gotham Pro",sans-serif;line-height:1.5}.rating__item-num{flex-shrink:0;margin:0 0 0 3px;font-weight:700;font-size:13px;font-family:ProximaNova,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}.rating__yandex{display:flex;align-items:center;justify-content:space-between;padding:17px 15px;background:#fff}.rating__yandex-logo{width:100%;max-width:140px}.rating__yandex-num{flex-shrink:0;margin:0 0 0 5px;color:#555;font-weight:700;font-size:17px;font-family:ProximaNova,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}.page-up{position:fixed;left:20px;bottom:25px;z-index:100;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#d4d6db;border-radius:50%;transition:background .3s}@media screen and (max-width:calc(768px - 1px)){.page-up{right:inherit;left:20px;bottom:16px}}.page-up:hover{background:#333232}.page-up--landing{z-index:1}@media screen and (max-width:calc(768px - 1px)){.page-up--landing{right:10px}}.page-up__icon{stroke:#fff;max-width:25px}@media (max-width:1500px){.page-up__icon{width:28px;height:auto}}.label{position:relative;display:block;padding-bottom:26px}.label--calendar .label__input{padding-right:45px}.label--calendar .label__placeholder{width:calc(100% - 70px)}.label--calendar::before{position:absolute;top:calc(50% - 21px);right:17px;width:16px;height:16px;background:url(../img/calendar.svg) no-repeat center/contain;transform:translateY(-50%);content:""}.label--textarea .label__placeholder{top:16px;transform:translateY(0)}.label__input{width:100%;height:50px;padding:0 25px;font-weight:300;font-size:18px;background:#fff;border:1px solid #333232;border-radius:50px}@media screen and (max-width:calc(992px - 1px)){.label__input{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.label__input{font-size:14px}}.label__input:focus::-moz-placeholder{opacity:0}.label__input:focus::placeholder{opacity:0}.label__input::-moz-placeholder{color:#333232}.label__input::placeholder{color:#333232}.label__input:disabled+.label__placeholder,.label__input:focus+.label__placeholder,.label__input:valid+.label__placeholder{display:none}.label__input--error{border:1px solid #c9086d}.label__textarea{width:100%;height:100px;padding:10px 25px;font-weight:300;font-size:18px;background:#fff;border:1px solid #333232;border-radius:25px}@media screen and (max-width:calc(992px - 1px)){.label__textarea{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.label__textarea{font-size:14px}}.label__textarea:focus::-moz-placeholder{opacity:0}.label__textarea:focus::placeholder{opacity:0}.label__textarea::-moz-placeholder{color:#333232}.label__textarea::placeholder{color:#333232}.label__textarea:disabled+.label__placeholder,.label__textarea:focus+.label__placeholder,.label__textarea:valid+.label__placeholder{display:none}.label__textarea--error{border:1px solid #c9086d}.label__placeholder{position:absolute;top:calc(50% - 13px);left:25px;width:calc(100% - 50px);overflow:hidden;white-space:nowrap;transform:translateY(-50%)}.label__placeholder span{color:#a7115c}.label__error{position:absolute;bottom:0;color:#c9086d;font-weight:700;font-size:14px}@media screen and (max-width:calc(768px - 1px)){.label__error{font-size:12px}}.checkbox{display:flex;align-items:center;cursor:pointer}.checkbox:hover .checkbox__el{border-color:#a7115c}.checkbox input:checked+.checkbox__el{border-color:#a7115c}.checkbox input:checked+.checkbox__el::after{opacity:1}.checkbox__el{position:relative;flex-shrink:0;width:26px;height:26px;margin:0 15px 0 0;border:1px solid #94959a;transition:border .3s}.checkbox__el::after{position:absolute;top:0;left:0;width:100%;height:100%;background:#a7115c url(../img/check.svg) no-repeat center/18px 13px;opacity:0;transition:opacity .3s;content:""}.checkbox__el--error{border-color:#c9086d}.checkbox__text a{color:#a7115c;transition:color .3s}.checkbox__text a:hover{color:#333232}.form-load{padding:25px 25px 12px;background:#fff;border:1px dashed #333232;border-radius:25px}@media screen and (max-width:calc(576px - 1px)){.form-load{margin:0 0 15px}}@media screen and (max-width:calc(576px - 1px)){.form-load{padding:20px 15px 10px;text-align:center}}.form-load__wrap{display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width:calc(576px - 1px)){.form-load__wrap{display:block}}.form-load__btn{flex-shrink:0;margin:0 20px 5px 0;padding:0 20px;cursor:pointer}@media screen and (max-width:calc(576px - 1px)){.form-load__btn{display:flex;width:100%;margin:0 0 5px}}.form-load__text{margin:0 0 5px}.form-load__sign{font-size:15px;line-height:1.2}.form-load__sign--error{width:100%;color:#c9086d;font-weight:700;font-size:14px}.uploader{display:flex;flex-direction:row}@media screen and (max-width:calc(768px - 1px)){.uploader{flex-direction:column}}@media screen and (max-width:calc(768px - 1px)){.uploader__file-item{margin-top:15px}}.uploader__remove-btn{display:flex;flex-direction:row;align-items:center;font-size:14px}@media screen and (max-width:calc(768px - 1px)){.uploader__remove-btn{margin:0 auto}}.center-card{display:flex;flex-direction:column}.center-card__logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;height:150px;margin:0 0 3px;padding:3px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.center-card__logo{height:100px;padding:3px 50px}}@media screen and (max-width:calc(576px - 1px)){.center-card__logo{height:80px;padding:3px 30px}}.center-card__logo img{max-height:100%}.center-card__info{display:flex;flex-direction:column;flex-grow:1;padding:30px 30px 20px;background:#fff}@media screen and (max-width:calc(576px - 1px)){.center-card__info{padding:15px}}.center-card__info-item{margin:0 0 10px}.center-card__info-item a{color:#333232;transition:color .3s}.center-card__info-item a:hover{color:#a7115c}.center-card__schedule{margin:0 0 10px}.center-card__schedule-item:not(:last-child){margin:0 0 10px}.center-card__schedule-name{color:#94959a;font-size:15px;line-height:1.2}.center-card__actions{display:flex;flex-wrap:wrap;gap:20px;margin:auto 0 0}@media screen and (max-width:calc(576px - 1px)){.center-card__actions{gap:10px}}.center-card__actions .btn{flex:0 1 calc(50% - 10px)}@media screen and (max-width:calc(576px - 1px)){.center-card__actions .btn{flex:1 1 100%}}body{color:#333232;font-weight:300;font-size:18px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.33;background-color:#f3f5f8}@media screen and (max-width:calc(992px - 1px)){body{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){body{font-size:14px;line-height:1.3}}.scroll-lock{overflow:hidden}.section{padding:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.section{padding:0 0 40px}}.section--pt{padding-top:60px}@media screen and (max-width:calc(992px - 1px)){.section--pt{padding-top:40px}}.section--pb100{padding-bottom:100px}@media screen and (max-width:calc(992px - 1px)){.section--pb100{padding-bottom:60px}}.section--white{background:#fff}.section--pb170{padding-bottom:170px}@media screen and (max-width:calc(1200px - 1px)){.section--pb170{padding-bottom:100px}}@media screen and (max-width:calc(992px - 1px)){.section--pb170{padding-bottom:60px}}.section--top-line>.container:first-child{padding-top:110px}@media screen and (max-width:calc(992px - 1px)){.section--top-line>.container:first-child{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.section--top-line>.container:first-child{padding-top:60px}}.section--top-line>.container:first-child::before{position:absolute;top:0;left:0;width:100%;max-width:384px;height:3px;background:#333232;content:""}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0);clip-path:inset(100%)}.breadcrumbs{padding:50px 0 35px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.breadcrumbs{padding:25px 0}}@media screen and (max-width:calc(576px - 1px)){.breadcrumbs{padding:20px 0 0}}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;color:#f3d4dd;font-size:15px;line-height:1.2}@media screen and (max-width:calc(576px - 1px)){.breadcrumbs__list{display:none}}.breadcrumbs__item:not(:first-of-type)::before{display:inline-block;flex-shrink:0;width:6px;height:6px;margin:0 20px;background:#f9e5eb;border-radius:50%;content:""}.breadcrumbs__link{color:#888;transition:color .3s}.breadcrumbs__link:hover{color:#a7115c}.breadcrumbs__title{margin:30px 0 0}@media screen and (max-width:calc(992px - 1px)){.breadcrumbs__title{margin:15px 0 0}}@media screen and (max-width:calc(576px - 1px)){.breadcrumbs__title{margin:0;padding:0 0 25px}}.breadcrumbs-new{color:#a7115c;row-gap:5px}.breadcrumbs-new .breadcrumbs__item:not(:first-of-type)::before{margin:0 8px;background:#a7115c;width:4px;height:4px;vertical-align:middle}.breadcrumbs-new .breadcrumbs__link{color:#4d4d4d}@media (max-width:575px){.breadcrumbs-new{display:flex}}.page-slider{position:relative}.page-slider .swiper-slide{height:auto}.page-slider .swiper-slide .card{height:100%}@media (min-width:1331px){.page-slider .slider-pagination{display:none}}@media (max-width:1330px){.page-slider .slider-btn{display:none}}@media screen and (max-width:calc(768px - 1px)){.page-slider .swiper-slide .card{margin:0 auto}}@media screen and (max-width:calc(576px - 1px)){.page-slider{margin:0 -16px}.page-slider .swiper{padding:0 16px}.page-slider .swiper-slide{width:auto}.page-slider .swiper-slide .card{min-width:266px;max-width:266px}}.date{color:#888;font-style:italic;font-size:15px;line-height:1.2}.page-main{position:relative;z-index:1;min-height:598px;overflow:hidden}@media screen and (max-width:calc(1200px - 1px)){.page-main{min-height:auto}}.page-main .breadcrumbs{padding-bottom:30px;background:0 0}@media screen and (max-width:calc(576px - 1px)){.page-main .breadcrumbs{padding-bottom:0}}.page-main__img{position:absolute;top:0;right:0;z-index:-1;height:100%}@media (min-width:2000px){.page-main__img{right:calc((100vw - 1140px)/ 2 - 300px)}}@media screen and (max-width:calc(1200px - 1px)){.page-main__img{top:auto;bottom:0;height:auto;max-height:100%}}@media screen and (max-width:calc(992px - 1px)){.page-main__img{max-width:550px}}.page-main__img-bg{height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(1200px - 1px)){.page-main__img-bg{display:none}}.page-main__img-el{position:absolute;right:64px;bottom:60px}@media screen and (max-width:calc(1200px - 1px)){.page-main__img-el{position:static;right:auto;bottom:auto}}.page-main__title{margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.page-main__title{margin:0 0 30px}}.ymaps-map{touch-action:auto!important}.c-scrollbar{z-index:5}.search-section{padding:40px 0}@media screen and (max-width:calc(768px - 1px)){.search-section{padding:30px 0}}.title-plus-btn{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;margin:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.title-plus-btn{margin:0 0 40px}}@media screen and (max-width:calc(576px - 1px)){.title-plus-btn{margin:0 0 30px}}.title-plus-btn .btn{flex-shrink:0}.v-sheet.services-list{margin:0;-moz-column-count:auto;column-count:auto}.rnova-widget .v-list-item__subtitle,.rnova-widget .v-list-item__title{overflow:auto;white-space:inherit;text-overflow:inherit}[x-cloak]{visibility:hidden}[data-scroll-id*=""]{will-change:opacity,transform}@keyframes faded{0%{opacity:0}100%{opacity:1}}.blur-content-img{position:relative;display:inline-block}@media (max-width:768px){.js_landing-slider-mob .swiper-wrapper{flex-wrap:nowrap}.home-news .js_landing-slider-mob .page-grid__item{display:block}}body .direction-accordion__top{cursor:pointer;position:relative}body .direction-accordion__top span{content:"";display:flex;align-items:center;justify-content:center;background:#a7115c;border-radius:50%;width:30px;height:30px;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s}body .direction-accordion__top span img{width:15px}body .direction-accordion__wrap h2{margin-bottom:0}body .direction-accordion__content{display:none}.direction-accordion.active .direction-accordion__content{display:block;padding-top:30px}.direction-accordion.active .direction-accordion__top span{transform:rotate(-180deg)}.cost .rnova-widget .v-application--wrap{min-height:inherit}.rnova-price_list--height .rnova-widget .v-application--wrap{min-height:inherit}.breadcrumbs__item span br{display:none}.bg-white{background:#fff}body .rnova-widget .v-application--wrap{min-height:auto}.font-default-400{font-weight:400}.widget-cost .rnova-widget .theme--light.v-expansion-panels .v-expansion-panel{background-color:#e3e5ea!important;font-family:GeometriaBold}.widget-cost .rnova-widget .theme--light.v-expansion-panels .v-expansion-panel button{font-weight:700}.widget-cost .rnova-widget .theme--light.v-expansion-panels .v-expansion-panel tr td:first-child{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}.slider-btn__new{width:48px;height:48px;border-radius:50%;border:1px solid #d9dbe0;background:#fff;position:absolute;top:50%;z-index:1;transform:translateY(-50%);transition:background .3s;display:flex;align-items:center;justify-content:center}.slider-btn__new.slider-btn__prev{left:-68px}.slider-btn__new.slider-btn__next{right:-68px}.slider-btn__new:hover{background:#a7115c;border-color:#a7115c}.slider-btn__new:hover svg{stroke:#fff}.slider-btn__new svg{stroke:#5c595a;width:6px;height:12px}.slider-pagination-new{display:flex;flex-wrap:wrap;justify-content:center;margin-top:14px}.slider-pagination-new span{background:#a7115c;width:8px;height:8px;border-radius:50%;display:block}.geo__map.geo__map--full{height:500px;max-width:100%;margin-top:100px}@media screen and (max-width:calc(768px - 1px)){.geo__map.geo__map--full{margin-top:60px}}@media (max-width:1400px){.slider-btn__new{width:34px;height:34px}.slider-btn__new.slider-btn__prev{left:-50px}.slider-btn__new.slider-btn__next{right:-50px}}@media (max-width:1360px){.slider-btn__new.slider-btn__prev{left:-40px}.slider-btn__new.slider-btn__next{right:-40px}}@media (max-width:1340px){.slider-btn__new{display:none}}@media (max-width:1280px){.slider-btn__new{display:block}}@media (max-width:1230px){.slider-btn__new{display:none}}@media (max-width:1200px){.slider-btn__new{display:block}}@media (max-width:1050px){.slider-btn__new{display:none}}@media (max-width:600px){.fancybox__iframe{height:400px}.fancybox__content{padding-left:0;padding-right:0;padding-top:50px}}.service-main__title{max-width:620px}.home-hero{max-width:2500px;margin-left:auto;margin-right:auto}.home-hero .slider-btn{display:none}.consultation-block{display:flex;flex-direction:row;background:#f3f5f8;height:100%}.consultation-block .more-btn{text-align:center;font-size:18px;color:#fff;border:2px solid #fff;border-radius:5px;padding:10px 20px;display:inline-block;margin-top:20px}.consultation-block .more-btn:hover{color:#000;background:#fff}.consultation-block .left-panel{background-color:#a7185c;color:#fff;padding:30px;flex:1;clip-path:polygon(0 0,100% 0,95% 100%,0 100%)}.consultation-block .left-panel .date{font-size:18px;font-weight:700;margin-bottom:20px;background-color:#b22769;color:#fff;padding:10px 20px;display:inline-block;border-radius:6px}.consultation-block .left-panel .name{font-size:20px;margin-bottom:20px;font-weight:600;color:#fff;max-width:450px;line-height:1.5}.consultation-block .left-panel .description{font-size:17px;line-height:1.5;max-width:450px}.consultation-block .right-panel{display:flex;flex-direction:row;align-items:center;padding:30px;flex:2;position:relative}.consultation-block .right-panel:before{content:"";display:block;background:url(../img/slider-logo.svg) no-repeat;width:491px;height:348px;position:absolute;background-size:100%;right:185px}.consultation-block .right-panel::after{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:44%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%);content:""}.consultation-block .doctor-info{flex:1;align-self:end;margin-bottom:30px}.consultation-block .doctor-info ul{list-style:none;padding:0}.consultation-block .doctor-info li{margin-bottom:40px;font-size:18px;line-height:1.5;color:#000;text-transform:uppercase;font-weight:500}.consultation-block .doctor-info li:last-child{margin-bottom:20px}.consultation-block .doctor-photo{flex:.8;text-align:center;position:relative;right:-30px;align-self:flex-end;bottom:-30px}.consultation-block .doctor-photo img{height:auto}@media (max-width:1450px){.consultation-block .doctor-info li{margin-bottom:20px}}@media (max-width:1350px){.consultation-block .doctor-info{flex:1;align-self:center;margin-bottom:0}.consultation-block .right-panel:before{right:130px}}@media (max-width:1199px){.consultation-block .doctor-info li{font-size:14px}}@media (max-width:980px){.consultation-block .left-panel .name{font-size:16px}.consultation-block .doctor-photo{display:none}.consultation-block .right-panel:before{right:0}.consultation-block .left-panel .description{font-size:14px}}@media (max-width:800px){.consultation-block{display:block;height:inherit}.consultation-block .left-panel{clip-path:none;padding:20px}.consultation-block .right-panel:before{display:none}.consultation-block .right-panel{padding:20px}.consultation-block .doctor-info li{font-size:13px;text-transform:none;font-weight:400;margin-bottom:5px}.consultation-block .left-panel .date{font-size:14px;padding:0;background:0 0;margin-bottom:10px}.consultation-block .left-panel .name{font-size:14px;margin-bottom:5px}.consultation-block .doctor-photo{display:block}.consultation-block{overflow:hidden}.consultation-block .right-panel:before{display:block}}@media (max-width:768px){.home-hero .swiper-slide{height:auto!important}.consultation-block{height:600px}.consultation-block .doctor-photo{position:absolute;width:210px}.consultation-block .right-panel{position:inherit}.consultation-block .doctor-info li{max-width:200px;margin-bottom:16px}.consultation-block .doctor-info li:first-child,.consultation-block .doctor-info li:nth-child(2){max-width:100%}.consultation-block .right-panel:before{width:300px;height:200px;bottom:40px}.consultation-block .left-panel .date{font-size:14px;padding:10px 20px;background:0 0;margin-bottom:10px;background-color:#b22769}.consultation-block .more-btn{font-size:14px;padding:5px 10px;border:1px solid #fff}}.page-up{display:none}.default-h1 h1{font-size:42px;line-height:110%;color:#2d282a;font-weight:500;margin-bottom:20px}.template_12{background:#fff}.template_11{background:#fff}.template_11 .btn_more{font-size:16px;font-weight:500;height:46px;padding-left:34px;padding-right:34px;margin-bottom:10px;position:relative;z-index:1;color:#fff;background:#a7115c;width:180px;display:block;margin-left:auto;margin-right:auto}.template_11 .btn_more:hover{background:#d31574}.template_9 .btn_more{font-size:16px;font-weight:500;height:46px;padding-left:34px;padding-right:34px;margin-bottom:10px;position:relative;z-index:1;color:#fff;background:#a7115c;width:180px;display:block;margin-left:auto;margin-right:auto;margin-top:32px}.template_9 .btn_more:hover{background:#d31574}.d-btnNew{font-size:16px;font-weight:500;margin-bottom:10px;position:relative;background:#a7115c;padding:15px 30px;border-radius:51px;color:#fff;transition:background .3s,color .3s,border .3s}.d-btnNew:hover{background:#d31574}.tippy-box{font-size:14px;font-weight:500;color:#fff}.js_slider-paginationNew{display:flex;align-items:center;justify-content:center;margin-top:20px}.js_slider-paginationNew .swiper-pagination-bullet-active{background:#a7115c}@media (max-width:800px){body .rnova-widget .popOnline-search input{background:#fff}body .rnova-widget .personalCode-item input{width:60px!important}}.template_32 .breadcrumbs{padding-bottom:24px}.template_32 .headerNew__social-link{background:#fff;border:none}.directionPage{background:#fff}.directionPage .home-hero__item-info{justify-content:flex-start}.directionPage .home-hero2 .home-hero__btns{margin-top:auto}.directionPage .analysisPre{margin-top:100px}@media screen and (max-width:calc(992px - 1px)){.directionPage .analysisPre{margin-top:60px}}.directionPage .doctorArticle,.directionPage .homeEquipment,.directionPage .homeReviews,.directionPage .homeService,.directionPage .serviceDoctors,.directionPage .servicePricelist,.directionPage .serviceReadings{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.directionPage .doctorArticle,.directionPage .homeEquipment,.directionPage .homeReviews,.directionPage .homeService,.directionPage .serviceDoctors,.directionPage .servicePricelist,.directionPage .serviceReadings{padding:40px 0}}.directionPage .homeService{padding-bottom:100px}@media screen and (max-width:calc(992px - 1px)){.directionPage .homeService{padding-bottom:50px}}.directionPage .serviceReadings .serviceName{margin-bottom:0}.directionPage .doctorArticle{background:#f3f5f8;margin-top:0}.directionPage .doctorArticle-item__content{border:none;background:#fff}.directionPage .serviceReadings{margin-top:50px}.serviceMenu+.analysisPre{margin-top:100px}@media screen and (max-width:calc(992px - 1px)){.serviceMenu+.analysisPre{margin-top:30px}.serviceMenu+.analysisPre .analysis-name{margin-bottom:20px}}.surgery-sections__new{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.surgery-sections__new{padding:40px 0}}.surgery-sections__new .serviceName{margin-bottom:40px}.surgery-sections__new .surgery-slider .container{padding-top:0}.surgery-sections__new .surgery-slider .container::before{display:none}.surgery-sections__new .surgery-slider{padding-bottom:0}.contentBlock-white{background:#fff;padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.contentBlock-white{padding:40px 0}}.contentBlock-white .serviceInfo2-left{background:#fff;padding:0;border-radius:0}.contentBlock-white .serviceInfo2{margin-top:0}.onlineLabel{background:rgba(167,17,92,.0784313725);display:inline-flex;padding:10px 16px;border-radius:50px;color:#2d282a;font-size:14px;margin-bottom:18px;align-items:center;gap:8px}.onlineLabel:before{content:"";display:block;background:#a7115c;width:4px;height:4px;border-radius:50%}.onlineLabel-card{background:#f8ecf2;border-radius:0;width:calc(100% + 40px);margin-left:-20px;margin-bottom:14px;margin-top:-20px}.onlineLabel-card2{background:#f8ecf2;border-radius:0;width:calc(100% + 10px);margin-left:-10px;margin-bottom:-10px;margin-top:10px}.whiteBlock{background:#fff;padding-top:1px}.template_39 .breadcrumbs{padding:0;background:0 0}.template_39 .serviceAdvantages-item__box{background:#f3f5f8}.template_39 .serviceInfo2-left{background:#fff;padding:0}.template_39 .serviceAdvantages,.template_39 .serviceInfo2{margin-top:0;margin-bottom:0;padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.template_39 .serviceAdvantages,.template_39 .serviceInfo2{padding:25px 0}}.template_39 .serviceAdvantages{padding-bottom:80px}@media screen and (max-width:calc(992px - 1px)){.template_39 .serviceAdvantages{padding-bottom:50px}}@media screen and (max-width:calc(992px - 1px)){.template_39 .home-hero2 .home-hero__btns{margin-bottom:20px}}.templatePage_39,.template_39{overflow-x:hidden}.d-polCheckbox{margin-top:15px;position:relative}.d-polCheckbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.d-polCheckbox input[type=checkbox]:checked+label::before{background-color:#a7115c;border-color:#a7115c}.d-polCheckbox input[type=checkbox]:checked+label::after{opacity:1;transform:rotate(45deg) scale(1)}.d-polCheckbox input[type=checkbox]:focus-visible+label::before{box-shadow:0 0 0 3px rgba(167,17,92,.25)}.d-polCheckbox input[type=checkbox]:invalid:not(:focus)+label::before{border-color:#a7115c}.d-polCheckbox .d-pol{margin-top:0;text-align:left;position:relative;top:3px}@media screen and (max-width:calc(576px - 1px)){.d-polCheckbox .d-pol{top:0}}.d-polCheckbox label{cursor:pointer;display:inline-flex;align-items:flex-start;gap:10px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.4}.d-polCheckbox label::before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:1px;border:2px solid #c4c4c4;border-radius:4px;background-color:#fff;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.d-polCheckbox label::after{content:"";position:absolute;left:7px;top:4px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(.8);opacity:0;transition:opacity .2s ease,transform .2s ease}.d-polCheckbox label:hover::before{border-color:#a7115c}.analysisPre+.rnova23{margin-top:60px}.rnova23 .servicePricelist{padding-bottom:0;margin-bottom:60px}.phone-button{position:fixed;right:50px;bottom:132px;width:66px;height:66px;z-index:300;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#27ae60;text-decoration:none}.phone-button svg{width:28px;height:28px;fill:#fff;position:relative;z-index:1}.phone-button::before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#27ae60;animation:pulse 2s infinite;z-index:0}@keyframes pulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.5);opacity:0}}@media (max-width:768px){.phone-button{right:30px;bottom:140px;width:56px;height:56px}.phone-button svg{width:24px;height:24px}}.header{padding:100px 0 0}@media screen and (max-width:calc(1200px - 1px)){.header{padding:0}}.header__top{position:fixed;top:0;right:0;left:0;z-index:5;width:100vw;background:#fefefe}@media screen and (max-width:calc(1200px - 1px)){.header__top{display:none}}.header__top-wrap{display:flex;align-items:center;min-height:100px;padding:15px 0}.header__top-tel{font-weight:500;font-size:16px}@media screen and (max-width:calc(1200px - 1px)){.header__top-tel{margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.header__top-tel{font-size:14px}}.header__top-tel-link{display:block;color:#333;font-weight:700;font-size:30px;line-height:1;transition:color .3s}@media screen and (max-width:calc(1200px - 1px)){.header__top-tel-link{display:flex;align-items:center}.header__top-tel-link::before{flex-shrink:0;width:20px;height:20px;margin:0 10px 0 0;background:url(../img/tel.svg) no-repeat center/cover;content:""}}.header__top-tel-link:hover{color:#a7115c}.header__top-link{display:inline-flex;align-items:center;color:#333232;font-size:19px;transition:color .3s}.header__top-link:hover{color:#a7115c}.header__top-link--pink{margin:0 0 0 32px;color:#a7115c}@media screen and (max-width:calc(1200px - 1px)){.header__top-link--pink{margin:0}}.header__top-link--pink:hover{color:#333232}.header__top-link--pink:hover .header__top-link-icon{fill:#333232}.header__top-link--mob{display:none}@media screen and (max-width:calc(1200px - 1px)){.header__top-link--mob{display:flex}}.header__top-link .v-application{width:36px;height:36px;margin-left:12px}.header__top-link .v-application--wrap{min-height:100%!important}.header__top-link .rnova-widget .v-btn--icon.v-size--default .v-icon{width:36px;height:36px;color:#a7115c;font-size:36px}.header__top-link .v-badge__wrapper span{background-color:#333232!important;border-color:#333232!important;inset:auto auto calc(100% - 14px) calc(100% - 14px)!important}.header__top-link-icon{flex-shrink:0;margin:0 10px 0 0;transition:fill .3s;fill:#a7115c}.header__top-info{display:flex;align-items:center;margin:0 auto}.header__top-info-item:not(:last-child){margin:0 44px 0 0}.header__main{background:url(../img/header-bg.jpg) no-repeat center/cover}.header__main.is-scroll{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s;pointer-events:none}.header__main:not(.is-scroll) .container{z-index:3}@media screen and (max-width:calc(1200px - 1px)){.header__main{position:relative;z-index:1011;background:#fff}}.header__main-wrap{position:relative;display:flex;align-items:center;min-height:100px}@media screen and (max-width:calc(1200px - 1px)){.header__main-wrap{padding:19px 50px 22px 0}}@media screen and (max-width:calc(768px - 1px)){.header__main-wrap{min-height:70px;padding:10px 50px 10px 0}}.header__logo{display:flex;flex-shrink:0;margin:0 90px 0 0}@media screen and (max-width:calc(1280px - 1px)){.header__logo{margin:0 50px 0 0}}@media screen and (max-width:calc(992px - 1px)){.header__logo{margin:0 20px 0 0}}.header__logo.open .header__logo-popup{transform:translate(0,0);visibility:visible;opacity:1;pointer-events:all}.header__logo-img{width:216px}@media screen and (max-width:calc(768px - 1px)){.header__logo-img{width:150px}}.header__logo-popup{position:absolute;top:100%;left:0;z-index:3;padding:7px 0;transform:translate(0,-10%);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}@media screen and (max-width:calc(1200px - 1px)){.header__logo-popup{display:none}}.header__logo-popup-link{display:block;width:216px}@media screen and (max-width:calc(576px - 1px)){.header__logo-popup-link{width:150px}}.header__main-content{flex-grow:1;margin:0 0 0 auto}@media screen and (max-width:calc(1200px - 1px)){.header__main-content{position:fixed;top:0;bottom:0;left:calc(100vw + 50px);z-index:1010;display:flex;flex-direction:column;align-items:flex-start;width:100vw;height:100vh;margin:0;padding:120px 16px 60px;overflow-y:scroll;background-color:#fff;transition:cubic-bezier(.6,-.28,.735,.045) .15s all}}@media screen and (max-width:calc(768px - 1px)){.header__main-content{padding:85px 16px 60px}}.header__search{flex-shrink:0;width:26px;height:26px;margin:0 0 0 15px}@media screen and (max-width:calc(1200px - 1px)){.header__search{margin:0 30px 0 auto}}.header__search-btn{position:relative}.header__search-btn svg{width:100%;height:100%;fill:#a7115c}.headerNew-parent{display:flex;align-items:center;flex-wrap:wrap}.headerNew-parent--icon{margin-left:auto;position:relative;top:5px}.headerNew-parent .lvl2{flex:0 0 100%}.headerNew-parent.active{margin-bottom:15px}.headerNew-parent.active svg{transform:rotate(270deg)}.home-hero{height:550px;overflow:hidden}@media screen and (max-width:calc(768px - 1px)){.home-hero.home-hero-video{height:auto}}.home-hero .swiper-slide{height:auto}.home-hero .swiper{height:100%}.home-hero__video{position:absolute;left:0;top:0;width:100%;height:100%}.home-hero__video:before{content:"";display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.home-hero__video video{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:linear-gradient(333.8deg,#c9e4f4 0,rgba(201,228,244,0) 39.11%),linear-gradient(180deg,#cbebfa 18.02%,#e6e0eb 54.33%,#ece0e8 75%,#e4cbe7 100%)}@media screen and (max-width:calc(768px - 1px)){.home-hero__video video{-o-object-fit:contain;object-fit:contain;background:linear-gradient(333.8deg,#c9e4f4 0,rgba(201,228,244,0) 39.11%),linear-gradient(180deg,#cbebfa 18.02%,#e6e0eb 54.33%,#ece0e8 75%,#e4cbe7 100%)}}.home-hero .home-hero__item.shadow .home-hero__video:before{display:block}.home-hero__item{position:relative;z-index:1;height:100%;overflow:hidden}@media screen and (max-width:calc(576px - 1px)){.home-hero__item{min-height:auto}}.home-hero__item--1{background:radial-gradient(circle at center,#fff 0,#f7fbff 60%,#f5f8ff 80%,#f7f3ff 100%)}@media screen and (max-width:calc(768px - 1px)){.home-hero__item--1{max-height:510px;padding-bottom:20px}}.home-hero__item--2{background:linear-gradient(359.91deg,rgba(243,222,237,.7) .05%,rgba(243,222,237,0) 46.35%),linear-gradient(89.99deg,#d0e6fd .02%,#f6dcea 45.84%,#fef8ec 100%)}.home-hero__item--3{background:linear-gradient(264.44deg,#b0ecff 28.95%,rgba(176,236,255,0) 65.45%),linear-gradient(179.91deg,#cce6fb 39.05%,#c0c6f5 99.85%)}.home-hero__item--3::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(359.91deg,rgba(192,200,245,.7) .05%,rgba(192,200,245,0) 46.35%);content:""}.home-hero__item--4{background:linear-gradient(106.72deg,#e3eee9 42.37%,rgba(227,238,233,0) 63.93%),linear-gradient(179.94deg,#f8f9d8 38.8%,#fadce5 99.99%)}.home-hero__item--4::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(359.91deg,rgba(248,221,229,.7) .05%,rgba(248,221,229,0) 46.35%);content:""}.home-hero__item--5{background:linear-gradient(89.99deg,#faf1c5 .02%,#faefc8 13.45%,#f7dcdd 38.65%,#ddd5eb 61.57%,#c5d9f8 77.92%)}.home-hero__item--5::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(85.86deg,#fbf2c9 0,rgba(251,242,201,0) 50.9%),linear-gradient(301.11deg,rgba(177,210,249,.7) 0,rgba(177,210,249,0) 20.92%),linear-gradient(180deg,rgba(234,202,216,0) 70.95%,rgba(234,202,216,.7) 100%);content:""}.home-hero__item--6{background:linear-gradient(359.91deg,#d0e7fa .05%,rgba(208,231,250,0) 46.35%),linear-gradient(89.99deg,#dcedfa .01%,#f5e0ec 48.86%,#faecea 60.32%,#f2e4e5 73.86%,#d1c1d1 100%)}.home-hero__item--7{background:linear-gradient(291.77deg,#f9e6e4 13.31%,rgba(249,228,229,0) 32.41%),linear-gradient(359.91deg,#f3eddc .08%,rgba(243,237,220,0) 39.4%),linear-gradient(88.96deg,#c3f1f8 1.54%,#e1e0f7 36.22%,#f7ddea 69.44%,#fef6ec 99.76%)}.home-hero__item--video .container{z-index:1}.home-hero__item--video .home-hero__discount{color:#fff}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item--banner{height:450px}}.home-hero__item--banner img{width:100%;height:100%;max-height:716px;-o-object-fit:cover;object-fit:cover}.home-hero__item .container{height:100%}.home-hero__item-logo{position:absolute;top:60px;right:40px;z-index:-1;max-width:100%}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item-logo{top:auto;bottom:20px;max-width:600px}}@media screen and (max-width:calc(992px - 1px)){.home-hero__item-logo{right:20px;width:100%;max-width:450px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-logo{right:0}}.home-hero__item-logo--left{right:auto;left:40px}@media screen and (max-width:calc(992px - 1px)){.home-hero__item-logo--left{left:20px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-logo--left{left:0}}.home-hero__item-bg{position:absolute;top:0;right:0;z-index:-1;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero__item-bg--left{right:auto;left:0}.home-hero__item-wrap{display:flex;align-items:flex-start;height:100%;padding:0;max-height:550px;justify-content:center}@media (max-width:1500px){.home-hero__item-wrap{min-height:auto}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item-wrap{padding-top:40px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-wrap{display:block;padding:0}}.home-hero__item-info{position:relative;z-index:2;width:100%;max-width:650px;margin:0 50px 0 0;padding:0;height:100%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item-info{max-width:500px;margin:0}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-info{display:flex;flex-direction:column;align-items:flex-start;padding:24px 0 0}}@media screen and (max-width:calc(576px - 1px)){.home-hero__item-info{padding:24px 0 200px}}.home-hero__btns{display:flex;align-items:center;gap:20px;margin-top:70px}.home-hero .homeSales__card-arrow{background:rgba(167,17,92,.08);margin-left:auto;margin-top:0;transition:all .3s ease}.home-hero .homeSales__card-arrow svg{stroke:#a7115c;transition:all .3s ease}.home-hero .homeSales__card-arrow:hover{background:#a7115c}.home-hero .homeSales__card-arrow:hover svg{stroke:#fff}.home-hero__play{display:flex;align-items:center;gap:12px}.home-hero__play-icon{width:50px;height:50px;border-radius:50%;border:1px solid #a7115c;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.home-hero__play-icon svg{fill:#a7115c;position:relative;left:2px;transition:all .3s ease}.home-hero__play:hover .home-hero__play-icon{background:#a7115c}.home-hero__play:hover .home-hero__play-icon svg{fill:#fff}.home-hero__play-name{font-size:16px;color:#2d282a;line-height:124%}@media screen and (max-width:calc(1200px - 1px)){.home-hero__play-name{font-size:12px}}.home-hero__title{width:100%;max-width:600px;margin:0 0 20px;font-size:52px}@media screen and (max-width:calc(1200px - 1px)){.home-hero__title{font-size:40px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__title{width:100%;max-width:270px;margin:0 0 15px}}.home-hero__subtitle{margin:0 0 30px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.home-hero__subtitle{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.home-hero__subtitle{font-size:14px}}.home-hero__subtitle{font-size:18px;max-width:475px}@media screen and (max-width:calc(1200px - 1px)){.home-hero__subtitle{margin:0 0 18px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__subtitle{margin:0 0 12px}}.home-hero__advantages{display:flex;flex-wrap:wrap;margin:0 -15px -15px}@media screen and (max-width:calc(576px - 1px)){.home-hero__advantages{width:100%;max-width:190px}}.home-hero__advantages-item{padding:0 15px 15px;font-weight:500;font-size:24px;line-height:1.1}.home-hero__advantages-item p:last-child{margin-top:8px;font-size:16px;color:#5c595a;line-height:1.24}@media screen and (max-width:calc(1200px - 1px)){.home-hero__advantages-item{font-size:18px}}@media screen and (max-width:calc(992px - 1px)){.home-hero__advantages-item{width:50%}}@media screen and (max-width:calc(768px - 1px)){.home-hero__advantages-item{font-size:14px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__advantages-item{font-size:10px}}.home-hero__advantages-item-val{color:#a7115c;font-size:18px}.home-hero__advantages-item-val span{font-size:40px;margin-right:8px}@media screen and (max-width:calc(1200px - 1px)){.home-hero__advantages-item-val span{font-size:40px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__advantages-item-val span{font-size:34px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__advantages-item-val span{font-size:30px}}.home-hero__item-doctors{position:relative;max-width:670px;height:100%;margin:0 -120px 0 0;overflow:visible}@media (max-width:1500px){.home-hero__item-doctors{max-width:600px}}@media screen and (max-width:calc(1280px - 1px)){.home-hero__item-doctors{margin:0 -80px 0 0}}@media screen and (max-width:calc(992px - 1px)){.home-hero__item-doctors{max-width:400px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-doctors{position:absolute;z-index:3;right:-16px;bottom:0;width:100%;max-width:380px;margin:0}}@media screen and (max-width:calc(576px - 1px)){.home-hero__item-doctors{right:0;max-width:none}}.home-hero__item-doctor{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;height:100%}.home-hero__item-doctor-photo{position:absolute;bottom:0;left:50%;z-index:-1;width:auto;max-width:110%;max-height:90%;transform:translateX(-50%)}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item-doctor-photo{width:auto}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-doctor-photo{right:-50px;left:auto;transform:translateX(0)}}@media screen and (max-width:calc(576px - 1px)){.home-hero__item-doctor-photo{right:-100px;max-width:380px}}@media (max-width:350px){.home-hero__item-doctor-photo{max-width:340px}}.home-hero__item-doctor-info{position:relative;z-index:1;padding:20px;text-align:left;background:#fff;max-width:260px;border-radius:5px;margin-bottom:30px}@media (max-width:1550px){.home-hero__item-doctor-info{margin-right:100px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__item-doctor-info{margin-right:0}}@media (max-width:1140px){.home-hero__item-doctor-info{margin-right:20px}}@media (max-width:1090px){.home-hero__item-doctor-info{margin-right:40px}}@media (max-width:1050px){.home-hero__item-doctor-info{margin-right:60px}}@media (max-width:1010px){.home-hero__item-doctor-info{margin-right:90px}}.home-hero__item-doctor-info a.title--middle,.home-hero__item-doctor-info p.title--middle{font-size:18px;font-weight:500;color:#2d282a;line-height:1.26;margin-bottom:8px;display:block}.home-hero__item-doctor-info a.title--middle:hover{color:#a7115c}.home-hero__item-doctor-info p{color:#2d282a;font-size:14px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.home-hero__item-doctor-bottom{display:flex;margin-top:16px}.home-hero__item-doctor-bottom .homeSales__card-arrow{flex-shrink:0}.home-hero__item-doctor-param{font-size:14px;color:#2d282a}.home-hero__item-doctor-param b{font-size:16px;font-weight:500}.home-hero__item-doctor-btn{margin:20px 0 0;padding:0 20px}@media screen and (max-width:calc(1280px - 1px)){.home-hero__item-doctor-btn{min-height:36px;margin:10px 0 0;padding:0 10px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-doctor-btn{min-height:30px;font-size:14px}}.home-hero__discount{display:flex;align-items:flex-start;height:100%;padding:123px 0 60px}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount{align-items:center;padding:50px 0}}.home-hero__discount-info{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:728px;min-height:459px}.home-hero__discount-info--right{margin-left:auto}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-info--right{width:auto}}@media screen and (max-width:calc(1280px - 1px)){.home-hero__discount-info{min-height:350px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-info{max-width:500px;min-height:auto}}.home-hero__discount-head{width:100%;margin:0 0 20px;color:#a7115c;font-weight:500;font-size:80px;line-height:1}@media screen and (max-width:calc(1280px - 1px)){.home-hero__discount-head{font-size:56px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-head{font-size:42px}}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-head{font-size:36px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__discount-head{margin:0 0 15px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-head{font-size:30px}}.home-hero__discount-text{font-weight:500;font-size:80px;line-height:1;width:100%;margin:0 0 20px}@media screen and (max-width:calc(1280px - 1px)){.home-hero__discount-text{font-size:56px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-text{font-size:42px}}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-text{font-size:36px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__discount-text{margin:0 0 15px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-text{font-size:30px}}.home-hero__discount-text span{margin:0 0 40px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-text span{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-text span{font-size:14px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-text span{margin:0 0 18px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-text span{margin:0 0 12px}}.home-hero__discount-footer{display:flex;flex-wrap:wrap;align-items:center;margin:auto 0 0}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-footer{flex-direction:column-reverse;align-items:flex-start}}.home-hero__discount-sign{margin:10px 0 10px 70px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-sign{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-sign{font-size:14px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-sign{margin:0 0 10px}}.home-hero__discount-img{position:absolute;right:-110px;bottom:0;z-index:-1;max-width:556px;max-height:95%}@media screen and (max-width:calc(1280px - 1px)){.home-hero__discount-img{right:-50px;max-width:430px}}@media screen and (max-width:calc(768px - 1px)){.home-hero__discount-img{max-width:280px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-img{right:-55px;width:240px}}.home-hero__discount-img--left{right:auto;left:-161px;max-width:710px}@media screen and (max-width:calc(1280px - 1px)){.home-hero__discount-img--left{left:-120px;max-width:550px}}@media screen and (max-width:calc(1200px - 1px)){.home-hero__discount-img--left{width:500px}}@media screen and (max-width:calc(992px - 1px)){.home-hero__discount-img--left{left:-100px;width:450px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__discount-img--left{left:-47px;width:240px}}.home-hero__pagination.swiper-pagination-bullets{position:absolute;bottom:40px;z-index:1;width:100%;pointer-events:none}@media screen and (max-width:calc(992px - 1px)){.home-hero__pagination.swiper-pagination-bullets{bottom:20px}}@media screen and (max-width:calc(576px - 1px)){.home-hero__pagination.swiper-pagination-bullets{bottom:10px}}.home-hero__pagination.swiper-pagination-bullets .swiper-pagination-bullet{background:rgba(148,149,154,.5);pointer-events:all}.home-hero__pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover{background:rgba(148,149,154,.8)}.home-hero__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#94959a}@media (max-width:768px){.home-hero__video{position:relative}.home-hero__video video{position:relative}.home-hero__item--video .container{position:absolute;top:0;left:0;width:100%;height:100%}.home-hero .swiper-slide{height:100%}.home-hero .swiper-slide{height:450px}.home-hero__item-doctor{height:450px}.home-hero__item{min-height:auto}}.home-hero .slider-btn{display:block}@media screen and (max-width:calc(1200px - 1px)){.home-hero .slider-pagination{position:relative;bottom:0;margin-top:30px}}.home-hero .slider-btn__prev{left:40px}@media (max-width:1400px){.home-hero .slider-btn__prev{left:20px}}@media (max-width:1340px){.home-hero .slider-btn__prev{display:none}}.home-hero .slider-btn__next{right:40px}@media (max-width:1400px){.home-hero .slider-btn__next{right:20px}}@media (max-width:1340px){.home-hero .slider-btn__next{display:none}}.home-hero .slider-btn__next,.home-hero .slider-btn__prev{width:48px;height:48px}.home-hero .swiper-pagination-bullet{width:40px;height:2px;background:rgba(0,0,0,.2);backdrop-filter:blur(6px);border-radius:0}.home-hero .swiper-pagination-bullet-active{background:#a7115c!important}.home-hero__item-img{height:100%;display:flex;align-items:end}.home-hero__item-img img{margin-left:auto}@media screen and (max-width:calc(992px - 1px)){.home-hero__item-wrap{display:block}.home-hero__item-doctors{margin:0;max-width:100%;height:auto}.home-hero__item-info{max-width:100%;height:auto}.home-hero__advantages-item{width:auto}.home-hero__btns{margin-top:24px}.home-hero__item-doctor-photo{position:relative;transform:inherit;max-width:100%;left:0;max-height:100%;height:auto}.home-hero__item-doctor{display:flex;align-items:flex-start;background:#fff;border-radius:5px;flex-direction:row;padding:16px}.home-hero__item-doctor picture{width:60px;height:60px;border-radius:50%;border:1px solid #d9dbe0}.home-hero__item-doctor picture img{border-radius:50%}.home-hero__item-doctor-info{margin-right:0;max-width:100%;width:calc(100% - 80px);padding:0;margin-left:auto;margin-bottom:0}.home-hero__item-doctor-bottom{margin-left:-60px}.home-hero__item-doctor-params{display:flex;gap:10px;flex-wrap:wrap}.home-hero__item-doctor-bottom .homeSales__card-arrow{display:none}.home-hero__item-wrap{padding-bottom:40px}.home-hero__item-img img{margin-left:auto;margin-right:auto;max-height:222px}.home-hero__item-img{height:auto;margin-top:auto;margin-bottom:-40px;width:100%}.home-hero__itemNew .home-hero__item-wrap{display:flex;flex-direction:column}body .home-hero__item-doctor-photo{position:relative;bottom:0;left:0;z-index:1;width:100%;max-height:100%;transform:none;border-radius:50%!important}}@media screen and (max-width:calc(768px - 1px)){.home-hero__item-doctor{height:auto;margin-top:30px}.home-hero__subtitle{font-size:14px}.home-hero__title{font-size:28px;max-width:100%}.home-hero__play-icon{width:44px;height:44px}.home-hero__play-name{display:none}.home-hero__advantages-item p:last-child{font-size:14px}.home-hero__item{max-height:inherit}.home-hero__item-doctors{position:relative;right:0}}@media screen and (max-width:calc(576px - 1px)){.home-hero__advantages{max-width:100%;margin:0;justify-content:space-between}.home-hero__btns .headerNew__button--primary{display:block}.home-hero__item-info{padding-bottom:0}.home-hero__advantages-item{padding:0}.home-hero .slider-pagination{position:absolute;bottom:10px;margin-top:0}.home-hero__item-img img{max-height:100%}}.home-hero2{height:500px}@media screen and (max-width:calc(768px - 1px)){.home-hero2{height:auto}}.home-hero2 .breadcrumbs .container{padding:0}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__title{line-height:1.26}}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .serviceStyle ul li{font-size:14px}}.home-hero2 .home-hero__item--1{background:#f3f5f8}.home-hero2 .home-hero__item .container{position:initial}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item .container{max-width:100%;padding:0}}.home-hero2 .home-hero__item-img{position:absolute;right:0;bottom:0}.home-hero2 .home-hero__item-img:before{content:""}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item-img:before{background:linear-gradient(0deg,rgba(243,245,248,0) 0,#f3f5f8 100%);top:0;position:absolute;width:100%;height:60px;z-index:10}}@media screen and (max-width:calc(992px - 1px)){.home-hero2 .home-hero__item-img{margin-bottom:0;right:-200px}}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item-img{position:relative;right:0}}@media screen and (max-width:calc(992px - 1px)){.home-hero2 .home-hero__item-img img{max-height:100%}}.home-hero2 .home-hero__item-wrap{justify-content:flex-start}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item-wrap{max-height:100%;padding-bottom:0}}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item--1{padding-bottom:0}}.home-hero2 .home-hero__item-info{margin:0}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .home-hero__item-info{max-width:540px;margin-left:auto;margin-right:auto;padding:0 16px}}.home-hero2 .home-hero__btns{gap:12px;margin-top:initial;margin-bottom:40px}.home-hero2 .headerNew__button{width:160px;height:50px;font-size:14px;display:flex}.home-hero2 .serviceStyle ul li{margin-bottom:4px}.home-hero2 .serviceHero-crumbs{margin-bottom:50px;margin-top:40px}@media screen and (max-width:calc(1200px - 1px)){.home-hero2 .serviceHero-crumbs{margin-top:0}}@media screen and (max-width:calc(768px - 1px)){.home-hero2 .serviceHero-crumbs{margin-top:40px;margin-bottom:20px}}.home-directions{padding:120px 0 170px}@media screen and (max-width:calc(992px - 1px)){.home-directions{padding:60px 0}}@media screen and (max-width:calc(576px - 1px)){.home-directions{padding:45px 0 60px}}.home-directions__title{margin:0 0 40px}@media screen and (max-width:calc(576px - 1px)){.home-directions__slider{padding:0 16px}}.home-directions__slider .swiper-wrapper{-webkit-transform-style:preserve-3d}.home-directions__slider .swiper-slide{width:auto;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden}.home-directions__slider .swiper-slide:not(.swiper-slide-active) .home-directions__item-content-wrap{padding-top:0;padding-bottom:0}.home-directions__slider .swiper-slide-active .home-directions__item{width:400px}@media screen and (max-width:calc(576px - 1px)){.home-directions__slider .swiper-slide-active .home-directions__item{width:266px}}.home-directions__slider .swiper-slide-active .home-directions__item .home-directions__item-content{pointer-events:all}.home-directions__slider .swiper-slide-active .home-directions__item .home-directions__item-content-wrap{height:auto;visibility:visible;opacity:1;pointer-events:all}.home-directions__slider .swiper-slide-active .home-directions__item .home-directions__item-img{filter:blur(0)}.home-directions__item{position:relative;display:flex;align-items:center;width:352px;min-height:472px;transition:width .5s linear}@media screen and (max-width:calc(992px - 1px)){.home-directions__item{min-height:420px}}@media screen and (max-width:calc(576px - 1px)){.home-directions__item{width:266px;min-height:334px}}.home-directions__item-content{width:100%;pointer-events:none}.home-directions__item-name{display:block;padding:50px 30px 30px;color:#333232;text-align:center;background:#fff;transition:color .3s}.home-directions__item-name:hover{color:#a7115c}@media screen and (max-width:calc(992px - 1px)){.home-directions__item-name{padding:30px 30px 20px}}.home-directions__item-img{position:relative;display:block;height:248px;overflow:hidden;filter:blur(5px);transition:filter .3s}@media screen and (max-width:calc(576px - 1px)){.home-directions__item-img{height:172px}}.home-directions__item-img:hover img{transform:scale(1.1)}.home-directions__item-img img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1s ease}.home-directions__item-content-wrap{display:flex;justify-content:center;height:0;padding:35px 30px;background:#fff;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,height .3s,padding .3s;pointer-events:none}@media screen and (max-width:calc(992px - 1px)){.home-directions__item-content-wrap{padding:26px 20px 30px}}@media screen and (max-width:calc(576px - 1px)){.home-directions__item-btn .btn__icon{display:none}}.reviews-section__wrap{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;padding:110px 0 0}@media screen and (max-width:calc(1200px - 1px)){.reviews-section__wrap{flex-direction:column;flex-wrap:nowrap}}@media screen and (max-width:calc(992px - 1px)){.reviews-section__wrap{padding:80px 0 0}}@media screen and (max-width:calc(576px - 1px)){.reviews-section__wrap{padding:60px 0 0}}.reviews-section__wrap::before{position:absolute;top:0;left:0;width:100%;max-width:384px;height:3px;background:#333232;content:""}.reviews-section__btns{display:flex;flex-wrap:wrap;margin:-5px -12px}@media screen and (max-width:calc(1200px - 1px)){.reviews-section__btns{justify-content:center;order:1;margin:60px -12px -5px}}@media screen and (max-width:calc(576px - 1px)){.reviews-section__btns{flex-direction:column;flex-wrap:nowrap;align-items:center;margin:60px 0 -30px}}.reviews-section__btn{margin:5px 12px}@media screen and (max-width:calc(576px - 1px)){.reviews-section__btn{width:240px;margin:0 0 30px;padding:0 25px}}.reviews-section__slider{width:100%;min-width:0;margin:80px 0 0}@media screen and (max-width:calc(1200px - 1px)){.reviews-section__slider{margin:45px 0 0}}.home-reviews{position:static;padding:0 0 168px;background:linear-gradient(180deg,#fff8e5 0,#fdfdfd 100%)}@media screen and (max-width:calc(1200px - 1px)){.home-reviews{padding:0 0 100px}}@media screen and (max-width:calc(992px - 1px)){.home-reviews{padding:0 0 60px}}.home-reviews .footerV2-ratings{margin-bottom:32px;justify-content:space-between}.home-reviews .footerV2-rating{max-width:296px;width:25%}@media screen and (max-width:calc(992px - 1px)){.home-reviews .footerV2-rating{width:50%;max-width:100%}}.home-reviews .footerV2-rating--napopravku{display:none}.home-reviews__bg{position:absolute;bottom:0;left:50%;z-index:-1;transform:translateX(-50%)}@media screen and (max-width:calc(576px - 1px)){.home-reviews__bg{bottom:165px;left:-40px;width:587px;max-width:none;transform:translateX(0)}}.home-reviews__wrap::before{content:none}.home-reviews__slider .slider-pagination .swiper-pagination-bullet{background:rgba(255,255,255,.5)}.home-reviews__slider .slider-pagination .swiper-pagination-bullet:hover{background:rgba(255,255,255,.8)}.home-reviews__slider .slider-pagination .swiper-pagination-bullet-active{background:#fff}.promo{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:603px;padding:100px 0}@media (min-width:2000px){.promo{min-height:780px}}@media (min-width:3000px){.promo{min-height:870px}}@media screen and (max-width:calc(992px - 1px)){.promo{min-height:auto}}@media screen and (max-width:calc(576px - 1px)){.promo{padding:70px 0}}.promo__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(576px - 1px)){.promo__bg{-o-object-position:42% 0;object-position:42% 0}}.promo__wrap{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:730px;margin:0 0 0 auto}@media screen and (max-width:calc(992px - 1px)){.promo__wrap{max-width:400px}}@media screen and (max-width:calc(576px - 1px)){.promo__wrap{max-width:215px}}.promo__title{width:100%;max-width:345px;margin:0 0 12px}@media screen and (max-width:calc(576px - 1px)){.promo__title{margin:0 0 7px}}.promo__subtitle{width:100%;max-width:345px;font-weight:500;font-size:28px}@media screen and (max-width:calc(992px - 1px)){.promo__subtitle{font-size:24px}}@media screen and (max-width:calc(576px - 1px)){.promo__subtitle{margin:0 0 7px;font-size:18px;line-height:1.11}}.promo__info{display:inline-block;margin:-7px 0 0;font-weight:500;font-size:76px;line-height:1;background:linear-gradient(254.9deg,#e4097f 36.68%,#732a84 92.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:calc(992px - 1px)){.promo__info{font-size:42px}}@media screen and (max-width:calc(576px - 1px)){.promo__info{margin:0 0 5px;font-size:24px}}.promo__val{position:absolute;top:-5px;right:0;display:inline-block;font-weight:700;font-size:190px;line-height:1;background:linear-gradient(254.9deg,#e4097f 36.68%,#732a84 92.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:calc(1280px - 1px)){.promo__val{font-size:170px}}@media screen and (max-width:calc(1200px - 1px)){.promo__val{font-size:150px}}@media screen and (max-width:calc(992px - 1px)){.promo__val{position:static;top:auto;right:auto;font-size:120px}}@media screen and (max-width:calc(576px - 1px)){.promo__val{font-size:80px}}.home-video{position:relative;z-index:1;display:flex;flex-direction:column;min-height:720px;padding:115px 0;overflow:hidden;transition:height .3s}@media screen and (max-width:calc(1280px - 1px)){.home-video{min-height:500px;padding:100px 0}}@media screen and (max-width:calc(992px - 1px)){.home-video{min-height:470px;padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.home-video{min-height:300px;padding:60px 0 30px}}@media screen and (max-width:calc(576px - 1px)){.home-video.play{height:270px}}.home-video.play::after{opacity:0}.home-video.play .home-video__iframe{visibility:visible;opacity:1}.home-video.play .home-video__el{transform:translateX(0);opacity:1}.home-video.play .home-video__bg{transform:translateX(450px);filter:blur(5px)}@media screen and (max-width:calc(1280px - 1px)){.home-video.play .home-video__bg{transform:translateX(100px)}}@media screen and (max-width:calc(992px - 1px)){.home-video.play .home-video__bg{transform:translate(100vw,100vw)}}.home-video.play .home-video__bg--1{opacity:0}.home-video.play .home-video__content{transform:translateX(-100vw)}.home-video>*{pointer-events:none}.home-video::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#edf8fe;transition:opacity .5s;content:""}.home-video__iframe{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;visibility:hidden;opacity:0;transition:opacity .5s,visibility .5s}.home-video__el{position:absolute;bottom:-2px;left:0;height:100%;-o-object-fit:cover;object-fit:cover;transform:translateX(-100%);transition:transform 1s,opacity .5s}@media screen and (max-width:calc(576px - 1px)){.home-video__el{display:none}}.home-video__bg{position:absolute;top:0;right:0;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1s,opacity .5s,filter .5s}@media screen and (max-width:calc(576px - 1px)){.home-video__bg{top:auto;bottom:0;height:220px;-o-object-position:right;object-position:right}}.home-video__content{transition:transform 1s}.home-video__title{width:100%;max-width:624px;margin:0 0 64px}@media screen and (max-width:calc(992px - 1px)){.home-video__title{max-width:450px;font-size:40px}}@media screen and (max-width:calc(576px - 1px)){.home-video__title{margin:0 0 170px}}.home-video__play{display:flex;align-items:center;width:100%;max-width:470px}.home-video__play::after{flex-grow:1;height:3px;margin:0 0 0 66px;background:#333232;content:""}@media screen and (max-width:calc(992px - 1px)){.home-video__play::after{margin:0 0 0 30px}}@media screen and (max-width:calc(576px - 1px)){.home-video__play::after{margin:0 0 0 12px}}.home-video__play-btn{flex-shrink:0;width:98px;height:98px}@media screen and (max-width:calc(992px - 1px)){.home-video__play-btn{width:84px;height:84px}}.home-video__play-btn img{width:100%;height:100%}.geo{padding:100px 0 130px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.geo{padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.geo{padding:60px 0 0}}.geo__wrapper{display:flex;justify-content:space-between}@media screen and (max-width:calc(1200px - 1px)){.geo__wrapper{display:block}}.geo__info{width:100%;max-width:470px;margin:0 40px 0 0;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.geo__info{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.geo__info{font-size:14px}}@media screen and (max-width:calc(1200px - 1px)){.geo__info{margin:0 0 30px}}.geo__address{margin:0 0 25px}@media screen and (max-width:calc(992px - 1px)){.geo__address{font-size:18px}}.geo__tel{margin:0 0 25px;font-weight:500}.geo__tel-link{display:block;margin:0 0 -3px;color:#333;font-weight:700;font-size:43px;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.geo__tel-link{font-size:32px}}@media screen and (max-width:calc(576px - 1px)){.geo__tel-link{font-size:24px}}.geo__tel-link:hover{color:#a7115c}.geo__schedule{margin:0 0 30px -20px}.geo__schedule td{padding:0 20px;line-height:1.3}.geo__btns{display:flex;flex-wrap:wrap;margin:0 0 -10px}@media screen and (max-width:calc(576px - 1px)){.geo__btns{flex-direction:column;flex-wrap:nowrap;align-items:center}}.geo__btn{margin:0 15px 10px 0;padding:0 30px}@media screen and (max-width:calc(576px - 1px)){.geo__btn{width:240px;margin:0}.geo__btn:not(:last-child){margin:0 0 30px}}.geo__btn:last-child{margin-right:0}.geo__btn-icon{flex-shrink:0;margin:0 13px -2px 0;transition:fill .3s;fill:#333232}.geo__map{position:relative;width:100%;max-width:592px;height:auto;min-height:437px}.geo__map>div{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width:calc(1200px - 1px)){.geo__map{max-width:none;height:437px}}@media screen and (max-width:calc(576px - 1px)){.geo__map{width:calc(100% + 30px);margin:0 -15px}}.search.open .search__filter{box-sizing:content-box;padding:20px 0 0;overflow:inherit;opacity:1}.search.open .search__btn-filter-arrow{transform:rotate(-180deg);stroke:#a7115c}.search__form{display:flex}@media screen and (max-width:calc(992px - 1px)){.search__form{position:relative}}.search__input{flex-grow:1;height:50px;padding:0 60px 0 26px;color:#333232;font-weight:300;font-size:18px;border:1px solid #333232;border-right:none;border-radius:50px 0 0 50px}.search__input::-moz-placeholder{color:#333232;font-weight:300;font-size:18px}.search__input::placeholder{color:#333232;font-weight:300;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.search__input::-moz-placeholder{font-size:12px}.search__input::placeholder{font-size:12px}}@media screen and (max-width:calc(992px - 1px)){.search__input{width:100%;height:40px;padding:0 50px 0 15px;border-radius:50px}}@media screen and (max-width:calc(576px - 1px)){.search__input{padding:0 50px 0 10px;font-size:12px}}.search__btn-filter{display:inline-flex;flex-shrink:0;align-items:center;padding:0 60px 0 0;color:#888;font-size:15px;background:#fff;border-top:1px solid #333232;border-bottom:1px solid #333232;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.search__btn-filter{padding:0 30px 0 0}}@media screen and (max-width:calc(768px - 1px)){.search__btn-filter{margin:0 auto 0 0;padding:0;font-size:14px;background:0 0;border:none}}.search__btn-filter:hover{color:#a7115c}.search__btn-filter:hover .search__btn-filter-icon rect{fill:#a7115c}.search__btn-filter:hover .search__btn-filter-icon circle{stroke:#a7115c}.search__btn-filter:hover .search__btn-filter-arrow{stroke:#a7115c}.search__btn-filter-icon{flex-shrink:0;margin:0 10px 0 0}@media screen and (max-width:calc(768px - 1px)){.search__btn-filter-icon{margin:0}}@media screen and (max-width:calc(576px - 1px)){.search__btn-filter-icon{margin:0 10px 0 0}}.search__btn-filter-icon rect{transition:fill .3s;fill:#888}.search__btn-filter-icon circle{transition:stroke .3s;stroke:#888}.search__btn-filter-arrow{flex-shrink:0;margin:0 0 0 5px;transition:transform .3s;stroke:#888}@media screen and (max-width:calc(768px - 1px)){.search__btn-filter-arrow{display:none}}.search__btn{margin:0 0 0 -30px;padding:0 30px;font-size:18px;border-radius:50px}@media screen and (max-width:calc(992px - 1px)){.search__btn{position:absolute;top:0;right:0;flex-shrink:0;width:40px;min-height:40px;margin:0;padding:0 5px;font-size:0;border-radius:50%}}.search__btn-icon{flex-shrink:0;margin:0 10px 0 0;fill:#fff}.search__btn-icon--right{margin:0 0 0 10px}@media screen and (max-width:calc(992px - 1px)){.search__btn-icon{width:20px;height:auto;margin:0}}.search__filter{display:flex;justify-content:space-between;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease-out;will-change:max-height}@media screen and (max-width:calc(1200px - 1px)){.search__filter{display:block}}.search__filter-wrap{display:flex;flex-wrap:wrap;max-width:508px;margin:0 -5px -5px}@media screen and (max-width:calc(1200px - 1px)){.search__filter-wrap{max-width:none;margin:0 -5px 15px}}.search__filter-item{margin:0 5px 5px;padding:0 20px;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.search__filter-item{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.search__filter-item{padding:0 12px;font-size:14px}}.search__filter-item.btn{min-height:40px}.search__filter-item.active{color:#fff;background:#a7115c;border:none}.search__filter-select{display:flex;flex-grow:1;align-items:center;justify-content:flex-end;margin:0 0 0 32px}@media screen and (max-width:calc(1200px - 1px)){.search__filter-select{justify-content:flex-start;margin:0}}@media screen and (max-width:calc(992px - 1px)){.search__filter-select{display:block}}.search__filter-select-text{margin:0 15px 0 0}@media screen and (max-width:calc(992px - 1px)){.search__filter-select-text{margin:0 0 10px}}.search__filter-select-content{flex-grow:1;width:100%;max-width:520px}.search__filter-select-content .choices__input{display:inline-block;color:#333232;font-weight:300;background-color:transparent}.search__filter-select-content .choices__list--multiple:not(:empty)+.choices__input{display:none}@media screen and (max-width:calc(992px - 1px)){.search__filter-select-content{max-width:100%}}.doctors__title{padding:50px 0;background:#fff}@media screen and (max-width:calc(992px - 1px)){.doctors__title{padding:30px 0}}.doctors__search{margin:0 0 30px;padding:40px 0 0}@media screen and (max-width:calc(992px - 1px)){.doctors__search{margin:0 0 30px;padding:15px 0 0}.doctors__search .search__input{padding:0 20px;border-radius:50px 0 0 50px}.doctors__search .search__btn{position:relative;top:auto;right:auto;margin:0 0 0 -20px}}@media screen and (max-width:calc(768px - 1px)){.doctors__search .search__form{flex-wrap:wrap}.doctors__search .search__input{width:100%;margin:0 0 15px;padding:0 20px;font-size:14px;border-radius:50px}.doctors__search .search__btn{width:auto;margin:0 0 0 auto;padding:0 15px;font-size:14px;border-radius:30px}}@media screen and (max-width:calc(576px - 1px)){.doctors__search .search__btn-icon{margin:0 10px 0 0}}.doctors__info{margin:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.doctors__info{margin:0 0 20px}}.doctors__filter-chips{display:none;flex-wrap:wrap;justify-content:flex-start;box-sizing:content-box;margin:0 0 70px;padding:20px 0 0;overflow:inherit;opacity:1}.doctors__filter-chips--show{display:flex}@media screen and (max-width:calc(992px - 1px)){.doctors__filter-chips{margin:0 0 30px;padding:30px 0 0}}@media screen and (max-width:calc(768px - 1px)){.doctors__filter-chips{max-height:initial;margin:0;padding:0}}.doctors__filter-chip-item{margin-right:15px;margin-bottom:15px}.doctors-info{display:flex;justify-content:space-between}@media screen and (max-width:calc(768px - 1px)){.doctors-info{display:block}}.doctors-info__total{flex-shrink:0;margin:0 15px 0 0;color:#888;opacity:0;transition:opacity .3s}@media screen and (max-width:calc(768px - 1px)){.doctors-info__total{margin:0 0 10px}}.doctors-info__sorting{display:flex;align-items:center;color:#888;text-align:right}@media screen and (max-width:calc(768px - 1px)){.doctors-info__sorting{display:block;text-align:left}}.doctors-info__sorting-item{display:inline-flex;align-items:center;margin:0 0 0 25px;transition:color .3s}@media screen and (max-width:calc(768px - 1px)){.doctors-info__sorting-item{margin:0 15px 0 0}}.doctors-info__sorting-item:hover{color:#a7115c}.doctors-info__sorting-item:hover .doctors-info__sorting-item-arrow{stroke:#a7115c}.doctors-info__sorting-item.active{color:#a7115c}.doctors-info__sorting-item-arrow{flex-shrink:0;margin:0 0 0 5px;transition:fill .3s;stroke:#333232}.doctors-info__sorting-item-arrow--desc{transform:rotate(180deg)}.doctors-grid{display:flex;flex-wrap:wrap;margin:0 -16px -32px}@media screen and (max-width:calc(992px - 1px)){.doctors-grid{margin:0 -12px -24px}}@media screen and (max-width:calc(576px - 1px)){.doctors-grid{flex-direction:column;align-items:center;margin:0 0 -16px}}.doctors-grid__item{flex:0 1 25%;max-width:310px;padding:0 16px 32px}@media screen and (max-width:calc(1200px - 1px)){.doctors-grid__item{flex:0 1 33.33%}}@media screen and (max-width:calc(992px - 1px)){.doctors-grid__item{flex:0 1 50%;padding:0 12px 24px}}@media screen and (max-width:calc(576px - 1px)){.doctors-grid__item{flex:1 1 100%;width:100%;max-width:320px;padding:0 0 16px}}.doctor-main{position:relative;min-height:570px}@media (max-width:1740px){.doctor-main{min-height:480px}}@media screen and (max-width:calc(1280px - 1px)){.doctor-main{min-height:auto}}@media screen and (max-width:calc(576px - 1px)){.doctor-main{padding:70px 0 40px;overflow-x:hidden}}.doctor-main .container{position:static}@media screen and (max-width:calc(1280px - 1px)){.doctor-main .container{display:flex;flex-direction:row-reverse;align-items:center}}@media screen and (max-width:calc(992px - 1px)){.doctor-main .container{flex-direction:column}}.doctor-main__photo{position:absolute;top:-80px;right:0;width:100%;max-width:840px}@media (min-width:2000px){.doctor-main__photo{right:calc((100vw - 1140px)/ 2 - 300px)}}@media (max-width:1740px){.doctor-main__photo{top:0;max-width:600px}}@media screen and (max-width:calc(1280px - 1px)){.doctor-main__photo{position:relative;top:auto;right:auto;margin:0 0 0 50px}}@media screen and (max-width:calc(992px - 1px)){.doctor-main__photo{margin:0 0 10px}}@media screen and (max-width:calc(576px - 1px)){.doctor-main__photo{height:200px;margin:0 0 70px}}.doctor-main__photo-content{position:absolute;top:122px;left:122px;width:388px;height:388px;background:#e9ebea;border-radius:50%}@media (max-width:1740px){.doctor-main__photo-content{top:90px;left:90px;width:270px;height:270px}}@media screen and (max-width:calc(1280px - 1px)){.doctor-main__photo-content{position:static;top:auto;left:auto;margin:0 auto}}@media screen and (max-width:calc(576px - 1px)){.doctor-main__photo-content{position:absolute;top:1px;left:68px;width:200px;height:200px}}.doctor-main__photo-content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:50%}@media screen and (max-width:calc(1280px - 1px)){.doctor-main__photo-bg{display:none}}@media screen and (max-width:calc(576px - 1px)){.doctor-main__photo-bg{position:absolute;top:50%;left:0;display:block;max-width:444px;-o-object-fit:cover;object-fit:cover;transform:translateY(-50%)}}.doctor-main__info{width:100%;max-width:624px}@media screen and (max-width:calc(576px - 1px)){.doctor-main__info{display:flex;flex-direction:column}}.doctor-main__title{margin:0 0 50px}.doctor-main__title .title--main{display:block;margin:0 0 18px}@media screen and (max-width:calc(992px - 1px)){.doctor-main__title .title--main{margin:5px 0 0}}@media screen and (max-width:calc(992px - 1px)){.doctor-main__title{margin:0 0 30px}}.doctor-main__tags{margin-bottom:20px}.doctor-main__info-text{margin:0 0 30px}.doctor-main__info-text p:not(:last-of-type){margin:0 0 10px}@media screen and (max-width:calc(992px - 1px)){.doctor-main__info-text p:not(:last-of-type){margin:0 0 5px}}@media screen and (max-width:calc(576px - 1px)){.doctor-main__info-text{margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.doctor-main__btn{align-self:center;min-width:240px;padding:5px 20px}}.info__item:not(:last-of-type){margin:0 0 32px}@media screen and (max-width:calc(992px - 1px)){.info__item:not(:last-of-type){margin:0 0 16px}}.info__item p:not(:last-of-type){margin:0 0 12px}.info__item ul{margin:20px 0 20px}.info__item ul li{position:relative;display:block;padding:0 0 0 25px}.info__item ul li:not(:last-of-type){margin:0 0 12px}.info__item ul li::before{position:absolute;top:7px;left:0;width:6px;height:6px;background:#a7115c;border-radius:50%;content:""}@media screen and (max-width:calc(576px - 1px)){.info__item ul li::before{top:5px}}.info__item ul span{color:#2d282a}.cost table{width:100%;border-spacing:0 4px}.cost th{padding:23px 30px 18px;text-align:left;background:#e3e5ea;font-weight:700;font-size:18px;line-height:1.33}@media screen and (max-width:calc(768px - 1px)){.cost th{padding:18px 20px 15px}}.cost td{height:64px;padding:5px 30px;background:#f3f5f8}@media screen and (max-width:calc(768px - 1px)){.cost td{padding:5px 20px}}.cost td:nth-child(2){min-width:155px;white-space:nowrap;text-align:center;background:#edeff2;font-weight:700;font-size:18px;line-height:1.33}@media screen and (max-width:calc(768px - 1px)){.cost td:nth-child(2){min-width:90px;font-size:16px}}.cost td:last-child{position:relative;z-index:1;flex:0 0 356px!important;padding:0}@media screen and (max-width:calc(768px - 1px)){.cost td:last-child{flex:0 0 300px!important}}@media screen and (max-width:calc(576px - 1px)){.cost td:last-child{flex:0 0 150px!important}}.cost td:last-child a{display:flex;align-items:center;justify-content:center;width:auto;height:100%;padding:0 50px!important;color:#333232;text-align:center;background:#d4d6db;transition:color .3s,background .3s}@media screen and (max-width:calc(768px - 1px)){.cost td:last-child a{padding:0 15px!important;font-size:14px}}.cost td:last-child a::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#d4d6db;transition:background .3s;content:""}.cost td:last-child a:hover{color:#fff;background:#a7115c}.cost td:last-child a:hover::before{background:#a7115c}.doctor-reviews{padding-top:50px}.doctor-reviews__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:calc(1200px - 1px)){.doctor-reviews__wrap{flex-direction:column;flex-wrap:nowrap}}.doctor-reviews__slider{width:100%;min-width:0;margin:30px 0 0}.doctor-reviews__btn{flex-shrink:0;margin:0 0 0 20px;padding:0 50px}@media screen and (max-width:calc(1200px - 1px)){.doctor-reviews__btn{align-self:center;order:1;margin:60px 0 0}}@media screen and (max-width:calc(576px - 1px)){.doctor-reviews__btn{min-width:240px;padding:5px 20px}}@media screen and (max-width:calc(576px - 1px)){.vacancy-main{padding:20px 0 40px}}.vacancy-main .page-main__img-bg{margin:0 200px 0 0}.vacancy-main__info{width:100%;max-width:592px;margin:0 50px 0 0;padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.vacancy-main__info{margin:0;padding:0}}@media screen and (max-width:calc(576px - 1px)){.vacancy-main__info{display:flex;flex-direction:column;align-items:flex-start}}.vacancy-main__subtitle{margin:0 0 20px}.vacancy-main__list{margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.vacancy-main__list{margin:0 0 30px}}@media screen and (max-width:calc(576px - 1px)){.vacancy-main__btn{align-self:center;min-width:240px;padding:5px 20px}}.vacancy-list{position:relative}.vacancy-list__item{display:grid;grid-gap:32px;grid-template-rows:auto 1fr;grid-template-columns:264px 1fr;align-items:start;padding:40px;background:#fff}.vacancy-list__item:not(:last-of-type){margin:0 0 32px}@media screen and (max-width:calc(992px - 1px)){.vacancy-list__item{display:block;grid-gap:0}}@media screen and (max-width:calc(768px - 1px)){.vacancy-list__item{padding:25px 20px}}@media screen and (max-width:calc(576px - 1px)){.vacancy-list__item{display:flex;flex-direction:column;align-items:flex-start}}.vacancy-list__item.open .vacancy-list__info-items{height:auto}.vacancy-list__item.open .vacancy-list__info-items::before{opacity:0}.vacancy-list__item.open .vacancy-list__info-more{display:none}.vacancy-list__item-name{margin:0 0 5px}@media screen and (max-width:calc(992px - 1px)){.vacancy-list__item-name{margin:0 0 15px}}.vacancy-list__info{grid-row:span 2/auto;width:100%;max-width:780px;margin:0 0 0 auto}@media screen and (max-width:calc(992px - 1px)){.vacancy-list__info{margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.vacancy-list__info{display:flex;flex-direction:column}}.vacancy-list__info-items{position:relative;height:208px;overflow:hidden}.vacancy-list__info-items::before{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 14.32%);transition:opacity .3s;content:"";pointer-events:none}.vacancy-list__info-item{font-size:15px;line-height:1.2}.vacancy-list__info-item .list__item:not(:last-of-type){margin:0 0 5px}.vacancy-list__info-item .list__item::before{margin-top:5px}.vacancy-list__info-item:not(:last-of-type){margin:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.vacancy-list__info-item:not(:last-of-type){margin:0 0 20px}}.vacancy-list__info-item-title{margin:0 0 20px}@media screen and (max-width:calc(992px - 1px)){.vacancy-list__info-item-title{margin:0 0 10px}}.vacancy-list__info-more{margin:40px 0 0;padding:0 25px}@media screen and (max-width:calc(576px - 1px)){.vacancy-list__info-more{align-self:center;min-width:240px;margin:20px 0 0}}.vacancy-list__info-more:hover .vacancy-list__info-more-icon{stroke:#fff}.vacancy-list__info-more-icon{flex-shrink:0;width:16px;height:9px;margin:3px 0 0 15px;stroke:#333232}.vacancy-list__item-btn{justify-self:start}@media screen and (max-width:calc(576px - 1px)){.vacancy-list__item-btn{align-self:center;min-width:240px}}.page-head{padding:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.page-head{padding:0 0 20px}}.page-head__title{margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.page-head__title{margin:0 0 20px}}.page-grid{position:relative;display:flex;flex-wrap:wrap;margin:0 -16px -32px}@media screen and (max-width:calc(768px - 1px)){.page-grid{margin:0 0 -16px}}.page-grid--news .page-grid__item:nth-of-type(6n+6){flex:0 1 100%}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6){flex:0 1 50%}}@media screen and (max-width:calc(768px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6){flex:1 1 100%;padding:0 0 16px}}.page-grid--news .page-grid__item:nth-of-type(6n+6) .card{max-width:none}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card{max-width:384px}}.page-grid--news .page-grid__item:nth-of-type(6n+6) .card::after{right:0;left:auto;width:86%;height:100%;background:linear-gradient(270deg,rgba(255,255,255,.9) 79.34%,rgba(255,255,255,0) 100%)}@media screen and (max-width:calc(1200px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card::after{width:92%}}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card::after{bottom:0;width:100%;height:44%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%)}}.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__wrap{justify-content:flex-start;width:100%;max-width:840px;margin:0 0 0 auto;padding:20px 40px}@media screen and (max-width:calc(1200px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__wrap{max-width:650px}}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__wrap{justify-content:flex-end;max-width:none;margin:0;padding:20px}}.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__name{font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__name{font-weight:700;font-size:18px;line-height:1.33}}.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__date{margin:auto 0 0}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+6) .card__date{margin:0}}.page-grid--news .page-grid__item:nth-of-type(6n+1){flex:0 1 66.66%}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1){flex:0 1 50%}}@media screen and (max-width:calc(768px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1){flex:1 1 100%;padding:0 0 16px}}.page-grid--news .page-grid__item:nth-of-type(6n+1) .card{max-width:none}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card{max-width:384px}}.page-grid--news .page-grid__item:nth-of-type(6n+1) .card::after{right:0;left:auto;width:70%;height:100%;background:linear-gradient(270deg,rgba(255,255,255,.9) 79.34%,rgba(255,255,255,0) 100%)}@media screen and (max-width:calc(1200px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card::after{width:85%}}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card::after{bottom:0;width:100%;height:44%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%)}}.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__wrap{justify-content:flex-start;width:100%;max-width:424px;margin:0 0 0 auto;padding:20px 40px}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__wrap{justify-content:flex-end;max-width:none;margin:0;padding:20px}}.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__name{font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__name{font-weight:700;font-size:18px;line-height:1.33}}.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__date{margin:auto 0 0}@media screen and (max-width:calc(992px - 1px)){.page-grid--news .page-grid__item:nth-of-type(6n+1) .card__date{margin:0}}.page-grid--articles .page-grid__item:nth-of-type(8n+1){flex:0 1 66.66%}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1){flex:0 1 50%}}@media screen and (max-width:calc(768px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1){flex:1 1 100%;padding:0 0 16px}}.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card{max-width:none}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card{max-width:384px}}.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card::after{right:0;left:auto;width:70%;height:100%;background:linear-gradient(270deg,rgba(255,255,255,.9) 79.34%,rgba(255,255,255,0) 100%)}@media screen and (max-width:calc(1200px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card::after{width:85%}}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card::after{bottom:0;width:100%;height:44%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 31.55%)}}.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__wrap{justify-content:flex-start;width:100%;max-width:424px;margin:0 0 0 auto;padding:20px 40px}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__wrap{justify-content:flex-end;max-width:none;margin:0;padding:20px}}.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__name{font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__name{font-weight:700;font-size:18px;line-height:1.33}}.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__date{margin:auto 0 0}@media screen and (max-width:calc(992px - 1px)){.page-grid--articles .page-grid__item:nth-of-type(8n+1) .card__date{margin:0}}.page-grid__item{flex:0 1 33.33%;padding:0 16px 32px}.page-grid__item .card{height:100%}.page-grid__item .card__wrap{height:100%}@media screen and (max-width:calc(992px - 1px)){.page-grid__item{flex:0 1 50%}}@media screen and (max-width:calc(768px - 1px)){.page-grid__item{flex:1 1 100%;padding:0 0 16px}.page-grid__item .card{margin:0 auto}}.page-grid__up{position:absolute;right:-110px;bottom:32px;z-index:2}@media (max-width:1500px){.page-grid__up{right:-50px}}@media (max-width:1350px){.page-grid__up{right:16px;bottom:-30px}}@media screen and (max-width:calc(768px - 1px)){.page-grid__up{right:-16px;bottom:16px}}@media screen and (max-width:calc(576px - 1px)){.page-grid__up{right:-8px}}.news-inner__wrap{display:flex;justify-content:space-between}@media screen and (max-width:calc(992px - 1px)){.news-inner__wrap{display:block}}.news-inner__info{width:100%;min-width:0;max-width:800px;margin:0 40px 0 0}@media screen and (max-width:calc(992px - 1px)){.news-inner__info{max-width:none;margin:0 0 60px}}@media screen and (max-width:calc(576px - 1px)){.news-inner__info{margin:0 0 30px}}.news-inner__title{margin:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.news-inner__title{margin:0 0 20px}}.news-inner__tags{margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.news-inner__tags{margin:0 0 10px}}.news-inner__date{margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.news-inner__date{margin:0 0 15px}}.news-inner__text{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.news-inner__text{margin:0 0 30px}}.news-inner__text h2{margin:20px 0 10px}.news-inner__text p:not(:last-of-type){margin:0 0 10px}.news-inner__text ul{margin:40px 0 40px}@media screen and (max-width:calc(992px - 1px)){.news-inner__text ul{margin:20px 0 0}}.news-inner__text ul li{display:flex}.news-inner__text ul li:not(:last-of-type){margin:0 0 10px}.news-inner__text ul li::before{flex-shrink:0;width:6px;height:6px;margin:7px 20px 0 0;background:#f3d4dd;border-radius:50%;content:""}.news-inner__text a{color:#a7115c;transition:color .3s}.news-inner__text a:hover{color:#333232}.news-inner__slider{position:relative;padding:0 56px}@media (min-width:1331px){.news-inner__slider .slider-pagination{display:none}}@media (max-width:1330px){.news-inner__slider .slider-btn{display:none}}@media screen and (max-width:calc(576px - 1px)){.news-inner__slider{padding:0 0 40px}.news-inner__slider .slider-btn{top:auto;bottom:0;transform:translateY(0)}}.news-inner__slider .slider-btn__prev{left:0}@media screen and (max-width:calc(576px - 1px)){.news-inner__slider .slider-btn__prev{right:44px;left:auto}}.news-inner__slider .slider-btn__next{right:0}.news-inner__item{position:relative;width:100%;height:433px}.news-inner__item::before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));content:"";pointer-events:none}.news-inner__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(768px - 1px)){.news-inner__item{height:280px}}.news-inner__item.open .news-inner__item-btn{display:none}.news-inner__item lite-youtube{width:100%;height:100%}.news-inner__item-btn{position:absolute;top:50%;left:50%;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:98px;height:98px;background:url(../img/play.png) no-repeat center/cover;border-radius:50%;transform:translate(-50%,-50%);transition:background .3s;pointer-events:none}@media screen and (max-width:calc(768px - 1px)){.news-inner__item-btn{width:80px;height:80px}}.news-inner__sidebar{flex-shrink:0;width:280px}@media screen and (max-width:calc(992px - 1px)){.news-inner__sidebar{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:0 0 -16px}}@media screen and (max-width:calc(992px - 1px)) and (max-width:calc(576px - 1px)){.news-inner__sidebar{flex-direction:column;align-items:center;justify-content:flex-start}}.news-inner__sidebar .card{margin:0 0 32px}@media screen and (max-width:calc(992px - 1px)){.news-inner__sidebar .card{width:calc(50% - 8px);margin:0 0 16px}}@media screen and (max-width:calc(576px - 1px)){.news-inner__sidebar .card{width:100%}}.news-inner__sidebar .card__wrap{min-height:280px}.news-inner__sidebar-title{display:none}@media screen and (max-width:calc(576px - 1px)){.news-inner__sidebar-title{display:block;align-self:flex-start;margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.reviews-main__info{display:flex;flex-direction:column;align-items:flex-start}}.reviews-main__title{margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.reviews-main__title{margin:0 0 20px}}.reviews-main__rating{margin:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.reviews-main__rating{display:flex;max-width:none}}@media screen and (max-width:calc(576px - 1px)){.reviews-main__rating .rating__content,.reviews-main__rating .rating__yandex{background:rgba(255,255,255,.8)}}.reviews-main__rating .rating__item{font-size:15px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}@media screen and (max-width:calc(576px - 1px)){.reviews-main__rating .rating__item{font-size:10px}}.reviews-main__rating .rating__item-num,.reviews-main__rating .rating__yandex-num{font-size:18px}@media screen and (max-width:calc(576px - 1px)){.reviews-main__rating .rating__item-num,.reviews-main__rating .rating__yandex-num{font-size:14px}}@media screen and (max-width:calc(576px - 1px)){.reviews-main__btn{align-self:center;min-width:240px;padding:5px 20px}}.reviews{padding:40px 0}.reviews__filter{display:flex;justify-content:space-between;margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.reviews__filter{flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0 0 30px}}.reviews__filter-input{width:100%;height:40px;margin:0 15px 0 0;padding:0 30px;color:#333232;font-weight:300;font-size:18px;background:#fff;border:1px solid #333232;border-radius:50px}.reviews__filter-input::-moz-placeholder{color:#333232;font-weight:300;font-size:18px}.reviews__filter-input::placeholder{color:#333232;font-weight:300;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.reviews__filter-input{margin:0 0 20px}}.reviews__filter-select{width:100%;max-width:488px;margin:0 32px 0 0}@media screen and (max-width:calc(992px - 1px)){.reviews__filter-select{max-width:none;margin:0 0 20px}}.reviews__filter-select .choices__inner{font-size:18px}.reviews__filter-btn{flex-shrink:0}@media screen and (max-width:calc(992px - 1px)){.reviews__filter-btn{align-self:flex-end}}@media screen and (max-width:calc(576px - 1px)){.reviews__filter-btn{align-self:center;min-width:240px;min-height:50px;padding:5px 20px}}.reviews__wrap{position:relative}.reviews__item{display:flex;justify-content:space-between;max-width:none;min-height:auto;padding:30px 40px}.reviews__item:not(:last-of-type){margin:0 0 32px}@media screen and (max-width:calc(992px - 1px)){.reviews__item:not(:last-of-type){margin:0 0 16px}}@media screen and (max-width:calc(992px - 1px)){.reviews__item{display:block;padding:20px}}.reviews__item-info{flex:0 0 270px;margin:0 32px 0 0}@media screen and (max-width:calc(992px - 1px)){.reviews__item-info{margin:0}}.reviews__item-info .review-card__visited{margin:0 0 24px}@media screen and (max-width:calc(992px - 1px)){.reviews__item-info .review-card__visited{margin:0 0 10px}}.reviews__item-info .review-card__name{margin:0 0 40px}@media screen and (max-width:calc(992px - 1px)){.reviews__item-info .review-card__name{margin:0 0 20px}}.reviews__item-main{width:100%;max-width:760px}.reviews__item-answer{margin:50px 0 0;padding:30px 40px;background:#f3f5f8}@media screen and (max-width:calc(992px - 1px)){.reviews__item-answer{margin:20px 0 0;padding:20px}}.reviews__item-answer--small{margin-top:20px}.reviews__item-answer-logo{width:103px;margin:0 0 10px}.reviews__item-tags{margin:30px 0 0}@media screen and (max-width:calc(992px - 1px)){.reviews__item-tags{margin:20px 0 0}}@media screen and (max-width:calc(576px - 1px)){.service-main .page-main__img{top:0}.service-main .page-main__img::before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);content:""}.service-main .page-main__img-bg{display:block}.service-main .page-main__img-el{position:absolute;right:0;bottom:0}}@media screen and (max-width:calc(576px - 1px)){.service-main__content{display:flex;flex-direction:column;align-items:flex-start}}.service-main__title{margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.service-main__title{margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.service-main__title{font-size:22px}}.service-main__subtitle{width:100%;max-width:592px;margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.service-main__subtitle{margin:0 0 20px}}.service-main__info{display:flex;width:100%;max-width:592px;margin:0 0 40px;padding:30px 0 0;border-top:1px solid #edeff2}@media screen and (max-width:calc(576px - 1px)){.service-main__info{margin:0 0 20px;padding:15px 0 0}}.service-main__info-col{flex:0 1 50%;padding:0 20px 0 0}.service-main__info-col:last-of-type{padding:0}.service-main__info-col-item{position:relative;padding:0 0 0 50px}.service-main__info-col-item:not(:last-of-type){margin:0 0 20px}.service-main__info-col-item--mob{display:none}@media screen and (max-width:calc(576px - 1px)){.service-main__info-col-item{padding:0 0 0 40px}.service-main__info-col-item--dn{display:none}.service-main__info-col-item--mob{display:block}}.service-main__info-col-item-icon{position:absolute;top:2px;left:0;max-width:30px;max-height:35px;fill:#edeff2}@media screen and (max-width:calc(576px - 1px)){.service-main__info-col-item-icon{max-width:25px;fill:rgba(167,17,92,.8)}}.service-main__info-col-item-name{margin:0 0 5px;color:#888;font-size:15px;line-height:1.2}@media screen and (max-width:calc(576px - 1px)){.service-main__info-col-item-name{color:#333232;font-size:12px}}@media screen and (max-width:calc(576px - 1px)){.service-main__btn{align-self:center}}.doctors-slider .swiper-slide{height:auto}@media screen and (max-width:calc(768px - 1px)){.doctors-slider .swiper-slide{width:auto}}.doctors-slider .swiper-slide .doctor-card{height:100%}.landing-hero{position:relative}.landing-hero--hospital .landing-hero__item{background:url(../img/landing/hero-hospital-grad.png) no-repeat center/cover}.landing-hero--traumatology .landing-hero__item{background:url(../img/landing/hero-traumatology-grad.png) no-repeat center/cover}.landing-hero--ambulance .landing-hero__item{background:linear-gradient(180.02deg,#f0ede2 42.12%,#d2cad1 99.99%)}.landing-hero--ultrasound .landing-hero__item{background:linear-gradient(178.01deg,#d1f6f6 1.68%,#e4fafa 46.9%,#9bf2f2 98.32%)}.landing-hero--gyn .landing-hero__item{background:linear-gradient(178.01deg,#fffde7 1.68%,#f9d9e9 98.32%)}.landing-hero--kt .landing-hero__item{background:linear-gradient(178.01deg,#cbebfa 1.68%,#d4dffa 76.68%,#d3ddfa 98.32%)}.landing-hero--lab .landing-hero__item{background:linear-gradient(178.01deg,#fce6ea 1.68%,#f6f2f4 40.44%,#f2e5f3 83.22%,#eddaef 98.32%)}.landing-hero--lab .landing-hero__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(178.01deg,rgba(242,229,243,0) 50%,#eddaef 98.32%);content:""}.landing-hero--surgery .landing-hero__item{background:linear-gradient(178.01deg,#ccecfb 1.68%,#e5f5fa 58.56%,#d5f0f9 98.32%)}.landing-hero--surgery .landing-hero__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:none;background:rgba(255,255,255,.65);z-index:2}@media screen and (max-width:calc(992px - 1px)){.landing-hero--surgery .landing-hero__item:before{display:block}}.landing-hero--surgery .landing-hero__item .container{z-index:3}.landing-hero--surgery .landing-hero__item .landing-hero__subtitle{color:#000}.landing-hero--surgery .landing-hero__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(178.01deg,rgba(217,242,249,0) 50%,#d9f2f9 98.32%);content:""}.landing-hero--diagnostics .landing-hero__item{background:#fef6e7}.landing-hero--diagnostics .landing-hero__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(358.01deg,rgba(254,246,231,.8) 1.01%,rgba(254,246,231,0) 33%);content:""}.landing-hero--diagnostics .landing-hero__subtitle{max-width:696px}.landing-hero--chemistry .landing-hero__item{background:linear-gradient(180deg,rgba(237,227,244,0) 0,rgba(219,194,237,.5) 100%)}.landing-hero--chemistry .landing-hero__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(180deg,rgba(232,218,218,.5) 0,rgba(232,218,218,0) 100%);content:""}.landing-hero--chemistry .landing-hero__subtitle{max-width:530px}.landing-hero--oncology .landing-hero__item{background:linear-gradient(178.01deg,#d8eefc 1.68%,#e9e9f1 71.64%)}.landing-hero--mrt .landing-hero__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:url(../img/landing/hero-mrt-grad.png) no-repeat center/cover;content:""}.landing-hero--mrt .landing-hero__item-info{width:100%;max-width:555px}.landing-hero__item{position:relative;z-index:1;min-height:716px;padding:120px 0 170px}@media (max-width:1500px){.landing-hero__item{min-height:350px;padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.landing-hero__item{padding:50px 0 30px}}.landing-hero__item-bg{position:absolute;top:0;right:0;z-index:-1;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-hero__item-logo{position:absolute;top:60px;right:40px;z-index:-1;max-width:100%}@media screen and (max-width:calc(1200px - 1px)){.landing-hero__item-logo{top:auto;bottom:20px;max-width:600px}}@media screen and (max-width:calc(992px - 1px)){.landing-hero__item-logo{right:20px;width:100%;max-width:450px}}@media screen and (max-width:calc(768px - 1px)){.landing-hero__item-logo{right:0}}.landing-hero__item-info{display:flex;flex-direction:column;align-items:flex-start;min-height:420px}@media screen and (max-width:calc(1200px - 1px)){.landing-hero__item-info{min-height:300px}}@media screen and (max-width:calc(992px - 1px)){.landing-hero__item-info{min-height:270px}}.landing-hero__subtitle{width:100%;max-width:640px;margin:0 0 30px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-hero__subtitle{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-hero__subtitle{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.landing-hero__subtitle br{display:none}}.landing-hero__tel{margin:20px 0 50px;color:#333232;font-weight:500;font-size:43px;transition:color .3s}@media screen and (max-width:calc(1200px - 1px)){.landing-hero__tel{font-size:36px}}@media screen and (max-width:calc(992px - 1px)){.landing-hero__tel{margin:0 0 20px;font-size:32px}}@media screen and (max-width:calc(576px - 1px)){.landing-hero__tel{font-size:20px}}.landing-hero__tel:hover{color:#a7115c}.landing-hero__tel--first{margin-bottom:0;position:relative;padding-left:150px;color:#a7115c}.landing-hero__tel--first:after{content:"Основной номер:";font-size:14px;position:absolute;width:150px;top:50%;transform:translateY(-60%);left:0;color:#333232}.landing-hero__tel--last{position:relative;margin-bottom:50px;padding-left:150px}.landing-hero__tel--last:after{content:"Добавочный номер:";font-size:14px;position:absolute;width:150px;top:50%;transform:translateY(-60%);left:0}@media screen and (max-width:calc(992px - 1px)){.landing-hero__tel--last{margin-bottom:20px}}@media screen and (max-width:calc(992px - 1px)){.landing-hero__tel--big{font-size:35px;padding-left:0;margin-top:12px;margin-bottom:20px}.landing-hero__tel--big:after{width:200px;top:-23px;transform:inherit;font-size:18px}.landing-hero__tel--big .landing-hero__tel--last{margin-top:20px}}.landing-hero__btn{margin:auto 0 0}@media screen and (max-width:calc(576px - 1px)){.landing-hero__btn{align-self:center;width:240px}}.landing-hero__btns{display:flex;margin:auto 0 0}.landing-hero__btns .btn:not(:last-of-type){margin:0 25px 0 0}@media screen and (max-width:calc(576px - 1px)){.landing-hero__btns .btn:not(:last-of-type){margin:0 10px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-hero__btns .btn{flex-grow:1;padding:0 20px;font-size:16px}}.landing-hero__pagination{position:absolute;bottom:40px;z-index:1;width:100%}@media screen and (max-width:calc(992px - 1px)){.landing-hero__pagination{bottom:20px}}@media screen and (max-width:calc(576px - 1px)){.landing-hero__pagination{display:none}}.landing-hero__pagination--red .swiper-pagination-bullet{background:rgba(167,17,92,.5)}.landing-hero__pagination--red .swiper-pagination-bullet:hover{background:rgba(167,17,92,.8)}.landing-hero__pagination--red .swiper-pagination-bullet-active{background:#a7115c}.landing-hero__pagination--white .swiper-pagination-bullet{background:rgba(255,255,255,.5)}.landing-hero__pagination--white .swiper-pagination-bullet:hover{background:rgba(255,255,255,.8)}.landing-hero__pagination--white .swiper-pagination-bullet-active{background:#fff}.landing-hero__pagination--ultrasound .swiper-pagination-bullet{background:rgba(136,220,220,.5)}.landing-hero__pagination--ultrasound .swiper-pagination-bullet:hover{background:rgba(136,220,220,.8)}.landing-hero__pagination--ultrasound .swiper-pagination-bullet-active{background:#88dcdc}@media (max-width:350px){.landing-hero__tel--big{font-size:32px}}.landing-directions{position:relative;padding:136px 0 115px}@media screen and (max-width:calc(1280px - 1px)){.landing-directions{padding:80px 0}}@media screen and (max-width:calc(992px - 1px)){.landing-directions{padding:50px 0}}.landing-directions--diagnostics .card__name{min-height:60px}@media screen and (max-width:calc(992px - 1px)){.landing-directions--diagnostics .card__name{min-height:50px}}@media screen and (max-width:calc(768px - 1px)){.landing-directions--diagnostics .card__name{min-height:auto}}.landing-directions--diagnostics .card__text{margin:0}.landing-directions .page-slider{margin:80px 0 0}@media screen and (max-width:calc(1280px - 1px)){.landing-directions .page-slider{margin:40px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-directions .page-slider{margin:40px -16px 0}}.landing-directions__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-directions__el{position:absolute;bottom:0;left:0;z-index:-1;max-width:100%}.landing-directions__subtitle{margin:40px 0 0;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-directions__subtitle{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-directions__subtitle{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.landing-directions__subtitle{margin:20px 0 0}}.landing-advantages{padding:128px 0}@media screen and (max-width:calc(992px - 1px)){.landing-advantages{padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.landing-advantages{padding:50px 0}}.landing-advantages--hospital .landing-advantages__item-descr{font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-advantages--hospital .landing-advantages__item-descr{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-advantages--hospital .landing-advantages__item-descr{font-size:14px}}.landing-advantages--ambulance{background:linear-gradient(118.02deg,#e4e2d8 6.43%,rgba(243,241,235,0) 60.26%),linear-gradient(180deg,#f2f1eb 0,#fafaf8 100%)}.landing-advantages--ultrasound{background:#d3f6f5}.landing-advantages--gyn{background:linear-gradient(180deg,#fce5f1 0,#fce5f1 61.46%,#fff 100%)}.landing-advantages--kt{background:linear-gradient(180deg,#deedfa 0,#eff7fc 85.94%,#fff 100%)}.landing-advantages--lab{background:linear-gradient(180deg,#f5eaf7 0,#f5eaf7 100%)}.landing-advantages--surgery{background:linear-gradient(180deg,#cee9f2 70.84%,#fff 100%)}.landing-advantages--diagnostics{background:linear-gradient(180deg,#fef6e7 73.27%,#fff 100%)}.landing-advantages--chemistry{background:linear-gradient(180deg,#f5edee 56.56%,#fff 100%)}.landing-advantages--oncology{background:linear-gradient(180deg,#e9e9f1 55.74%,#fff 100%)}.landing-advantages__title{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__title{margin:0 0 30px}}.landing-advantages__item{display:flex;flex-direction:row-reverse;justify-content:space-between;min-height:210px}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__item{display:block;min-height:auto}}.landing-advantages__item:not(:last-of-type){margin:0 0 40px}.landing-advantages__item-img{flex:0 0 416px;align-self:flex-end}@media screen and (max-width:calc(1200px - 1px)){.landing-advantages__item-img{flex:0 0 300px}}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__item-img{margin:0 0 25px}}.landing-advantages__item-info{position:relative;z-index:1;flex:0 1 592px;margin:0 40px 0 0;padding:0 0 0 100px}@media screen and (max-width:calc(1200px - 1px)){.landing-advantages__item-info{padding:0 0 0 60px}}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__item-info{margin:0;padding:0 0 0 40px}}.landing-advantages__item-info::after{position:absolute;top:0;left:-60px;z-index:-1;width:204px;height:207px;background:url(../img/landing/advantages-check.svg) no-repeat center/contain;content:""}@media screen and (max-width:calc(1200px - 1px)){.landing-advantages__item-info::after{left:-30px;width:150px;height:153px}}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__item-info::after{width:100px;height:103px}}@media screen and (max-width:calc(576px - 1px)){.landing-advantages__item-info::after{top:50%;left:-16px;width:80px;height:83px;transform:translateY(-50%)}}.landing-advantages__item-title{margin:0 0 10px}@media screen and (max-width:calc(576px - 1px)){.landing-advantages__item-title{margin:0 0 5px}}.landing-advantages__item-descr p:not(:last-of-type){margin:0 0 10px}.landing-advantages__btn{margin:70px 0 0}@media screen and (max-width:calc(992px - 1px)){.landing-advantages__btn{margin:40px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-advantages__btn{margin:30px 0 0}}.landing-paid{padding:0 0 115px}@media screen and (max-width:calc(992px - 1px)){.landing-paid{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.landing-paid{padding:0 0 50px}}.landing-paid .container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.landing-paid .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.landing-paid .container{padding-top:50px}}.landing-paid .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.landing-paid .container::before{max-width:calc(100% - 32px)}}.landing-paid__title{margin:0 0 40px}@media screen and (max-width:calc(1200px - 1px)){.landing-paid__title{margin:0 0 25px}}.landing-paid__subtitle{margin:0 0 60px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-paid__subtitle{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-paid__subtitle{font-size:14px}}@media screen and (max-width:calc(1200px - 1px)){.landing-paid__subtitle{margin:0 0 25px}}.landing-paid__wrap{display:flex;flex-wrap:wrap;margin:0 0 100px}@media screen and (max-width:calc(1200px - 1px)){.landing-paid__wrap{justify-content:space-between;margin:0 0 50px}}@media screen and (max-width:calc(576px - 1px)){.landing-paid__wrap{display:none}}.landing-paid__slider{display:none}@media screen and (max-width:calc(576px - 1px)){.landing-paid__slider{display:block;margin:0 0 50px}}.landing-paid__pagination{margin:25px 0 0}.landing-paid__item{display:flex;align-items:center;width:calc(33.33% - 21.3333333333px);min-height:140px;margin:0 32px 62px 0;padding:30px 30px 30px 40px;background:#fbf3ca;border-radius:70px}.landing-paid__item:nth-child(3n){margin-right:0}@media screen and (max-width:calc(1200px - 1px)){.landing-paid__item{width:calc(50% - 8px);margin:0 0 16px}}@media screen and (max-width:calc(992px - 1px)){.landing-paid__item{flex-direction:column;justify-content:center;min-height:auto;padding:25px;text-align:center;border-radius:40px}.landing-paid__item br{display:none}}@media screen and (max-width:calc(576px - 1px)){.landing-paid__item{width:100%}}.landing-paid__item-icon{flex-shrink:0;max-width:60px;margin:0 23px 0 0}@media screen and (max-width:calc(992px - 1px)){.landing-paid__item-icon{margin:0 0 10px}}.landing-gallery{display:grid;grid-gap:32px;grid-template-columns:repeat(4,1fr);margin:0 0 110px}@media screen and (max-width:calc(1200px - 1px)){.landing-gallery{margin:0 0 80px}}@media screen and (max-width:calc(992px - 1px)){.landing-gallery{grid-gap:16px;margin:0 0 40px}}@media screen and (max-width:calc(768px - 1px)){.landing-gallery{display:block}}.landing-gallery__title{margin:0 0 60px}@media screen and (max-width:calc(576px - 1px)){.landing-gallery__title{margin:0 0 30px}}.landing-gallery__item{position:relative;display:block}@media screen and (max-width:calc(768px - 1px)){.landing-gallery__item:not(:last-of-type){margin:0 0 16px}}.landing-gallery__item--blur{pointer-events:auto}.landing-gallery__item:first-child{grid-row:span 2/auto;grid-column:span 2/auto}.landing-gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-gallery__item--blur::before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(51,50,50,.8);backdrop-filter:blur(15px);content:"";pointer-events:none}.landing-gallery__item--blur::after{position:absolute;top:50%;left:50%;z-index:2;width:46px;height:40px;background:url(../img/hide.svg) no-repeat center/contain;transform:translate(-50%,-50%);content:"";pointer-events:none}.landing-gallery__item-icon{position:absolute;top:calc(50% - 17.5px);left:calc(50% - 25px);width:50px;height:35px}.landing-info{position:relative;padding:0 0 190px;overflow:hidden;background:#fff}@media screen and (max-width:calc(1200px - 1px)){.landing-info{padding:0 0 120px}}@media screen and (max-width:calc(992px - 1px)){.landing-info{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.landing-info{padding:0 0 50px}}.landing-info--hospital .landing-info__item-head-el::after,.landing-info--hospital .landing-info__item-head-el::before{background:#888}.landing-info--traumatology .landing-info__item-head-el{background:#d2dbfa}.landing-info--ambulance{background:0 0}.landing-info--ambulance .landing-info__el{bottom:160px}.landing-info--ambulance .landing-info__item-head-el{background:#f0ede2}.landing-info--ultrasound .landing-info__item-head-el{background:#88dcdc}.landing-info--gyn .landing-info__item-head-el{background:#f8d4e5}.landing-info--kt .landing-info__item-head-el{background:#f8d4e5}.landing-info--chemistry .landing-info__item-head-el{background:#e5d5ef}.landing-info--oncology .landing-info__item-head-el{background:#e9e9f1}.landing-info--mrt .landing-info__item-head-el{background:#d6dce8}.landing-info .container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.landing-info .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.landing-info .container{padding-top:50px}}.landing-info .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.landing-info .container::before{max-width:calc(100% - 32px)}}.landing-info--border-top-none .container::before{content:none}.landing-info__el{position:absolute;top:200px;right:0;max-width:1152px}@media (max-width:1500px){.landing-info__el{max-width:700px}}@media screen and (max-width:calc(992px - 1px)){.landing-info__el{max-width:500px}}@media screen and (max-width:calc(576px - 1px)){.landing-info__el{max-width:100%}}.landing-info__subtitle{margin:30px 0 0;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-info__subtitle{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-info__subtitle{font-size:14px}}@media screen and (max-width:calc(576px - 1px)){.landing-info__subtitle{margin:15px 0 0}}.landing-info__items{margin:70px 0 0}@media screen and (max-width:calc(1200px - 1px)){.landing-info__items{margin:50px 0 0}}@media screen and (max-width:calc(992px - 1px)){.landing-info__items{margin:30px 0 0}}.landing-info__item{position:relative;z-index:1;padding:0 0 0 72px;background:rgba(255,255,255,.8);border:1px solid #333232;border-left:none}@media screen and (max-width:calc(992px - 1px)){.landing-info__item{padding:0 0 0 52px}}.landing-info__item::before{position:absolute;top:0;left:0;z-index:-1;width:72px;height:calc(100% + 1px);background:#edeff2;content:""}@media screen and (max-width:calc(992px - 1px)){.landing-info__item::before{width:52px}}.landing-info__item:not(:last-of-type){margin:0 0 32px}@media screen and (max-width:calc(992px - 1px)){.landing-info__item:not(:last-of-type){margin:0 0 16px}}.landing-info__item.open .landing-info__item-head-el{background:#a7115c}.landing-info__item.open .landing-info__item-head-el::after{opacity:0}.landing-info__item.open .landing-info__item-head-el::before{background:#fff}.landing-info__item.open .landing-info__item-content{box-sizing:content-box;padding-bottom:25px;opacity:1}@media screen and (max-width:calc(992px - 1px)){.landing-info__item.open .landing-info__item-content{padding-bottom:15px}}.landing-info__item-head{position:relative;display:flex;align-items:center;width:100%;min-height:73px;padding:20px 32px;color:#333232;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.landing-info__item-head:hover .landing-info__item-head-el{background:#a7115c}.landing-info__item-head:hover .landing-info__item-head-el::after,.landing-info__item-head:hover .landing-info__item-head-el::before{background:#fff}@media screen and (max-width:calc(992px - 1px)){.landing-info__item-head{min-height:52px;padding:10px 16px;font-size:18px}}@media screen and (max-width:calc(576px - 1px)){.landing-info__item-head{padding:5px 16px;font-size:16px}}.landing-info__item-head-el{position:absolute;top:0;right:100%;z-index:1;width:72px;height:calc(100% + 1px);background:#f7fac6;transition:background .3s}@media screen and (max-width:calc(992px - 1px)){.landing-info__item-head-el{width:52px}}.landing-info__item-head-el::before{position:absolute;top:50%;left:50%;width:20px;height:2px;background:#333232;transform:translate(-50%,-50%);content:""}.landing-info__item-head-el::after{position:absolute;top:50%;left:50%;width:2px;height:20px;background:#333232;transform:translate(-50%,-50%);transition:opacity .3s;content:""}.landing-info__item-content{max-height:0;padding-right:72px;padding-left:32px;overflow:hidden;opacity:0;transition:all .3s ease-out;will-change:max-height;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-info__item-content{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-info__item-content{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.landing-info__item-content{padding-right:32px;padding-left:16px}}.landing-info__item-content p:not(:last-of-type){margin:0 0 8px}.landing-info__item-content ol li{list-style-position:inside;list-style-type:decimal}.landing-info__item-content ol li:not(:last-of-type){margin:0 0 10px}.landing-info__item-content ul li{display:flex}.landing-info__item-content ul li:not(:last-of-type){margin:0 0 10px}.landing-info__item-content ul li::before{flex-shrink:0;width:6px;height:6px;margin:12px 20px 0 0;background:#f3d4dd;border-radius:50%;content:""}@media screen and (max-width:calc(576px - 1px)){.landing-info__item-content ul li::before{margin:6px 10px 0 0}}.landing-info__item-content--noflex ul li{position:relative;display:block;padding-left:15px}.landing-info__item-content--noflex ul li::before{position:absolute;left:0;display:block}.landing-info__item-content a{color:#a7115c;transition:color .3s}.landing-info__item-content a:hover{color:#333232}.landing-info__item-btn{margin:20px 0 0}.landing-promo{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:603px;padding:100px 0}@media (min-width:2000px){.landing-promo{min-height:780px}}@media (min-width:3000px){.landing-promo{min-height:870px}}@media screen and (max-width:calc(992px - 1px)){.landing-promo{min-height:auto}}@media screen and (max-width:calc(576px - 1px)){.landing-promo{padding:70px 0}}.landing-promo--center{text-align:center}.landing-promo--center .landing-promo__title{margin:0}.landing-promo--right{text-align:right}@media screen and (max-width:calc(576px - 1px)){.landing-promo--right{text-align:center}}.landing-promo .container{display:flex;justify-content:flex-end}@media screen and (max-width:calc(768px - 1px)){.landing-promo .container{justify-content:center;text-align:center}}.landing-promo__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:1500px){.landing-promo__bg{-o-object-position:20% 0;object-position:20% 0}}@media screen and (max-width:calc(768px - 1px)){.landing-promo__bg{-o-object-position:right;object-position:right}}.landing-promo__wrap{line-height:1;max-width:800px}.landing-promo__text{margin:0 0 25px;font-weight:500;font-size:30px}@media screen and (max-width:calc(1200px - 1px)){.landing-promo__text{font-size:28px}}@media screen and (max-width:calc(992px - 1px)){.landing-promo__text{margin:0 0 15px;font-size:20px}}@media screen and (max-width:calc(576px - 1px)){.landing-promo__text{margin:0 0 10px;font-size:18px}}.landing-promo__text--big{margin:0;font-weight:500;font-size:54px}@media screen and (max-width:calc(1280px - 1px)){.landing-promo__text--big{font-size:42px}}@media screen and (max-width:calc(1200px - 1px)){.landing-promo__text--big{font-size:36px}}@media screen and (max-width:calc(992px - 1px)){.landing-promo__text--big{font-size:28px}}@media screen and (max-width:calc(576px - 1px)){.landing-promo__text--big{font-size:24px}}.landing-promo__title{margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.landing-promo__title{margin:0 0 10px}}.landing-promo__subtitle{margin:5px 0 20px}@media screen and (max-width:calc(576px - 1px)){.landing-promo__subtitle{margin:5px 0 10px}}.landing-promo__btn{min-height:90px;padding:0 40px;font-weight:500;font-size:60px}@media screen and (max-width:calc(1200px - 1px)){.landing-promo__btn{min-height:50px;font-weight:300;font-size:24px}}@media screen and (max-width:calc(768px - 1px)){.landing-promo__btn{font-size:19px}}.landing-promo__btn--last{margin-top:20px}.landing-doctors{padding:130px 0 115px}@media screen and (max-width:calc(992px - 1px)){.landing-doctors{padding:90px 0}}@media screen and (max-width:calc(576px - 1px)){.landing-doctors{padding:50px 0}}.landing-doctors--ultrasound{background:linear-gradient(180deg,#eefbfb 0,#d2f6f6 41.47%,#def9f9 100%)}.landing-doctors--diagnostics{background:linear-gradient(179.4deg,#fef6e7 .93%,#fffdf9 79.27%,#fffcf4 99.89%)}.landing-doctors--mrt{background:linear-gradient(180deg,#fff 0,#f8f6fa 100%)}.landing-doctors__title{margin:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.landing-doctors__title{margin:0 0 50px}}@media screen and (max-width:calc(576px - 1px)){.landing-doctors__title{margin:0 0 30px}}.landing-doctors__item{display:flex;flex-direction:column;width:100%;max-width:280px;height:100%}.landing-doctors__item:hover .landing-doctors__item-img img{transform:scale(1.07)}.landing-doctors__item:hover .landing-doctors__item-name{color:#a7115c}.landing-doctors__item:hover .landing-doctors__item-hover-btn{transform:translate(calc(140px - 50%),-60px);visibility:visible;opacity:1;pointer-events:all}.landing-doctors__item-hover-btn{transform:translate(calc(140px - 50%),0);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,transform .3s;pointer-events:none}.landing-doctors__item-img{height:380px;overflow:hidden}.landing-doctors__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:transform 1s ease}.landing-doctors__item-info{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start;padding:30px 40px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.landing-doctors__item-info{padding:15px 20px}}.landing-doctors__item-name{margin:0 0 10px;transition:color .3s}.landing-doctors__item-spec{margin:0 0 32px;font-size:15px;line-height:1.2}.landing-doctors__item-btn{margin:auto 0 0}.landing-cost{padding:0 0 130px}@media screen and (max-width:calc(992px - 1px)){.landing-cost{padding:0 0 90px}}@media screen and (max-width:calc(576px - 1px)){.landing-cost{padding:0 0 60px}}.landing-cost--mrt{padding:0;background:linear-gradient(180deg,#f8f6fa 0,#fdfdfe 100%)}.landing-cost .container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.landing-cost .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.landing-cost .container{padding-top:50px}}.landing-cost .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.landing-cost .container::before{max-width:calc(100% - 32px)}}.landing-cost .cost--ambulance th{background:#ebebe9}.landing-cost .cost--ambulance td{background:#f4f2f0}.landing-cost .cost--ambulance td:nth-child(2){background:#f0eeee}.landing-cost .cost--ambulance td:last-child a{background:#e6e6e5}.landing-cost .cost--ambulance td:last-child a::before{background:#e6e6e5}.landing-cost .cost--ambulance td:last-child a:hover{color:#fff;background:#a7115c}.landing-cost .cost--ambulance td:last-child a:hover::before{background:#a7115c}.landing-cost .cost--kt th{background:#e9eaeb}.landing-cost .cost--kt td{background:#f1f0f2}.landing-cost .cost--kt td:nth-child(2){background:#f0eeee}.landing-cost .cost--kt td:last-child a{background:#e5e5e6}.landing-cost .cost--kt td:last-child a::before{background:#e5e5e6}.landing-cost .cost--kt td:last-child a:hover{color:#fff;background:#a7115c}.landing-cost .cost--kt td:last-child a:hover::before{background:#a7115c}.landing-cost .cost--surgery th{background:#eaecec}.landing-cost .cost--surgery td{background:#f3f3f3}.landing-cost .cost--surgery td:nth-child(2){background:#f0eeee}.landing-cost .cost--surgery td:last-child a{background:#e6e6e6}.landing-cost .cost--surgery td:last-child a::before{background:#e6e6e6}.landing-cost .cost--surgery td:last-child a:hover{color:#fff;background:#a7115c}.landing-cost .cost--surgery td:last-child a:hover::before{background:#a7115c}.landing-cost .cost table{border-spacing:0 10px}.landing-cost .cost th{padding:15px 30px;font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(992px - 1px)){.landing-cost .cost th{padding:23px 30px 18px;font-weight:700;font-size:18px;line-height:1.33}}@media screen and (max-width:calc(768px - 1px)){.landing-cost .cost th{padding:18px 20px 15px}}.landing-cost .cost td{font-weight:300;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-cost .cost td{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-cost .cost td{font-size:14px}}.landing-cost .cost td:first-of-type{height:144px;padding:25px 70px 25px 30px}@media screen and (max-width:calc(992px - 1px)){.landing-cost .cost td:first-of-type{height:100px;padding:10px 30px;font-size:16px}}@media screen and (max-width:calc(768px - 1px)){.landing-cost .cost td:first-of-type{padding:5px 20px}}@media screen and (max-width:calc(576px - 1px)){.landing-cost .cost td:first-of-type{font-size:14px}}.landing-cost .cost td:not(:first-of-type){min-width:208px}@media screen and (max-width:calc(1200px - 1px)){.landing-cost .cost td:not(:first-of-type){min-width:auto}}.landing-cost__title{margin:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.landing-cost__title{margin:0 0 50px}}@media screen and (max-width:calc(576px - 1px)){.landing-cost__title{margin:0 0 30px}}.landing-cost__sign{margin:60px 0 0;font-size:15px;line-height:1.2}@media screen and (max-width:calc(992px - 1px)){.landing-cost__sign{margin:30px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-cost__sign{margin:15px 0 0}}.landing-cost__btn{margin:70px 0 0}@media screen and (max-width:calc(992px - 1px)){.landing-cost__btn{margin:30px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-cost__btn{margin:15px 0 0}}.landing-reviews{position:relative;z-index:1;padding:0 0 110px}@media screen and (max-width:calc(992px - 1px)){.landing-reviews{padding:0 0 90px}}@media screen and (max-width:calc(576px - 1px)){.landing-reviews{padding:0 0 60px}}.landing-reviews--hospital{background:url(../img/landing/reviews-bg.jpg) no-repeat center/cover}.landing-reviews--ambulance{background:linear-gradient(180deg,#fff 0,#fcf8ea 22.33%)}.landing-reviews--ultrasound{background:linear-gradient(180deg,#def9f9 0,#fff 100%)}.landing-reviews--gyn{background:linear-gradient(70.81deg,#fceaf4 7.07%,rgba(252,234,244,0) 28.99%),linear-gradient(179.4deg,#fef9fc .93%,#fdedf6 99.89%)}.landing-reviews--kt{background:linear-gradient(179.4deg,#edf0fa .93%,#edf0fa 99.89%)}.landing-reviews--lab{background:linear-gradient(291.42deg,#f5eaf7 0,rgba(245,234,247,0) 36.78%),linear-gradient(179.4deg,#fff .93%,#fcfafc 99.89%)}.landing-reviews--surgery{background:linear-gradient(179.4deg,#f4fbfd .93%,#e2f4fa 99.89%)}.landing-reviews--diagnostics{background:linear-gradient(179.4deg,#fffcf4 .93%,#fffaea 99.89%)}.landing-reviews--chemistry{background:linear-gradient(179.4deg,#fff .93%,#faf8fc 15.87%)}.landing-reviews--oncology{background:linear-gradient(264.62deg,rgba(255,255,255,.5) 3.58%,rgba(255,255,255,0) 37.88%),linear-gradient(179.4deg,#fff .93%,#f6f4fa 27.73%,#f1eef7 99.89%)}.landing-reviews--mrt{background:linear-gradient(180deg,#fdfdfe 0,#f1eef6 100%)}.landing-reviews__el{position:absolute;right:0;bottom:0;z-index:-1;max-width:1650px;-o-object-fit:cover;object-fit:cover}@media (max-width:1500px){.landing-reviews__el{max-width:100%}}.landing-reviews__consultation{margin:140px 0 0}@media screen and (max-width:calc(1200px - 1px)){.landing-reviews__consultation{align-self:center;order:2;margin:30px 0 0}}@media screen and (max-width:calc(576px - 1px)){.landing-reviews__consultation{min-width:240px;padding:0 25px}}.landing-news{position:relative;padding:80px 0 120px;background:linear-gradient(211.76deg,#f9dfdf 0,#fbfde0 54.08%),linear-gradient(180deg,#f7f6ca 1.1%,#fbfde0 100%)}@media screen and (max-width:calc(992px - 1px)){.landing-news{padding:50px 0 60px}}.landing-news--traumatology{background:linear-gradient(180deg,#fafafa 1.1%,#edeffb 100%)}.landing-news--ambulance{background:linear-gradient(180deg,#fff 1.1%,#f3f0e4 58.26%)}.landing-news--ultrasound{background:linear-gradient(180deg,#fafafa 1.1%,#beefef 68.39%)}.landing-news--gyn{background:linear-gradient(180deg,#fafafa 1.1%,#fdf1f8 100%)}.landing-news--kt{background:linear-gradient(180deg,#fafafa 1.1%,#edf0fa 53.41%)}.landing-news--lab{background:linear-gradient(229.5deg,#fcedf0 0,rgba(251,235,240,0) 42.03%),linear-gradient(180deg,#fdf6f7 1.1%,#fef9fa 23.79%,#f1e0f2 80.62%)}.landing-news--surgery{background:linear-gradient(180deg,#fff 1.1%,#e0f4fb 53.19%)}.landing-news--diagnostics{background:linear-gradient(42.18deg,#fef5e8 33.3%,rgba(255,255,255,0) 54.37%)}.landing-news--diagnostics::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#fff;content:""}.landing-news--chemistry{background:linear-gradient(301.49deg,#e9dcef 14%,#f4edef 31.58%,rgba(244,237,239,0) 50.33%),linear-gradient(180deg,#fcfcfc 1.1%,#edebf5 58.59%)}.landing-news--oncology{background:linear-gradient(180deg,#fafafa 1.1%,#e9e9f1 66.63%)}.landing-news--mrt{background:linear-gradient(180deg,#f9f9f9 1.1%,#e6eaf2 100%)}.landing-news .card__wrap{padding:240px 40px 30px}@media screen and (max-width:calc(576px - 1px)){.landing-news .card__wrap{min-height:300px;padding:150px 20px 20px}}.landing-news .card__name{margin:0 0 10px}.landing-news__title{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.landing-news__title{margin:0 0 30px}}.landing-news__title .title--pink{display:inline-block;margin:10px 0 0;padding:17px 45px;background:linear-gradient(90deg,#f5f3e7 0,#deddd3 96.11%);border-radius:57px}@media screen and (max-width:calc(992px - 1px)){.landing-news__title .title--pink{margin:5px 0 0;padding:5px 15px}}.ambulance-actions{padding:120px 0 130px;background:linear-gradient(180deg,#dad4da 0,#efefef 54.17%,#f0eee2 100%)}@media screen and (max-width:calc(992px - 1px)){.ambulance-actions{padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.ambulance-actions{padding:50px 0}}.ambulance-actions .container{padding-top:0}.ambulance-actions .container::before{content:none}.ambulance-actions__title{margin:0 0 70px}@media screen and (max-width:calc(1200px - 1px)){.ambulance-actions__title{margin:0 0 60px}}@media screen and (max-width:calc(992px - 1px)){.ambulance-actions__title{margin:0 0 30px}}.ambulance-actions__wrap{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.ambulance-actions__item{width:calc(50% - 16px);margin:0 0 40px}@media screen and (max-width:calc(1200px - 1px)){.ambulance-actions__item{width:100%}}@media screen and (max-width:calc(992px - 1px)){.ambulance-actions__item{margin:0 0 16px}}.ambulance-actions .landing-info__item-head{min-height:110px}@media screen and (max-width:calc(1200px - 1px)){.ambulance-actions .landing-info__item-head{min-height:73px}}@media screen and (max-width:calc(992px - 1px)){.ambulance-actions .landing-info__item-head{min-height:52px}}.ambulance-actions .landing-info__item-head-el{background:#ded8dd}.ultrasound-machines{padding:0 0 110px;background:linear-gradient(180deg,#d3f6f5 26.16%,#fff 100%)}@media screen and (max-width:calc(992px - 1px)){.ultrasound-machines{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.ultrasound-machines{padding:0 0 50px}}.ultrasound-machines__info{margin:100px 0 0}@media screen and (max-width:calc(1200px - 1px)){.ultrasound-machines__info{margin:60px 0 0}}@media screen and (max-width:calc(992px - 1px)){.ultrasound-machines__info{margin:30px 0 0}}.ultrasound-machines__info h3{margin:0 0 22px}.landing-machines .swiper-slide{height:auto}.landing-machines .container{padding-top:110px}@media screen and (max-width:calc(992px - 1px)){.landing-machines .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.landing-machines .container{padding-top:50px}}.landing-machines .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.landing-machines .container::before{max-width:calc(100% - 32px)}}.landing-machines__title{margin:0 0 90px}@media screen and (max-width:calc(1200px - 1px)){.landing-machines__title{margin:0 0 60px}}@media screen and (max-width:calc(992px - 1px)){.landing-machines__title{margin:0 0 30px}}.landing-machines__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:100%;min-height:600px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.landing-machines__item{min-height:400px}}@media screen and (max-width:calc(576px - 1px)){.landing-machines__item{min-height:300px}}.landing-machines__item::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(0deg,#fff 35.83%,rgba(255,255,255,0) 67.17%);content:""}.landing-machines__item b{font-weight:700}.landing-machines__item-img{position:absolute;top:65px;left:50%;z-index:-1;max-width:calc(100% - 60px);max-height:90%;-o-object-fit:cover;object-fit:cover;transform:translateX(-50%)}@media screen and (max-width:calc(992px - 1px)){.landing-machines__item-img{top:25px;max-width:calc(100% - 40px)}}.landing-machines__item-wrap{padding:55px 30px}@media screen and (max-width:calc(992px - 1px)){.landing-machines__item-wrap{padding:30px 20px}}.landing-machines__item-name{display:block;margin:0 0 20px;color:#333232;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.landing-machines__item-name{margin:0 0 15px}}.landing-machines__item-name:hover{color:#a7115c}.landing-benefit{position:relative;padding:130px 0 115px;background:linear-gradient(288.85deg,#46aab4 0,rgba(136,214,219,0) 52.13%),linear-gradient(269.58deg,#89d5db .37%,#fff 62.15%)}.landing-benefit--chemistry{background:#fff}.landing-benefit--chemistry .landing-benefit__item{max-width:800px}.landing-benefit--chemistry .landing-benefit__item::before{background:url(../img/landing/benefit-chemistry-circle.png) no-repeat center/cover}@media screen and (max-width:calc(1200px - 1px)){.landing-benefit{padding:80px 0}}@media screen and (max-width:calc(992px - 1px)){.landing-benefit{padding:50px 0}}.landing-benefit__bg{position:absolute;top:0;right:0;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-benefit__doctor{position:absolute;right:200px;bottom:-1px;max-width:855px;max-height:100%}@media (max-width:1800px){.landing-benefit__doctor{right:100px;max-width:600px}}@media screen and (max-width:calc(1200px - 1px)){.landing-benefit__doctor{display:none}}.landing-benefit__item{position:relative;z-index:1;display:flex;align-items:center;width:100%;max-width:592px;min-height:176px;padding:20px 0 20px 104px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.landing-benefit__item{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.landing-benefit__item{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.landing-benefit__item{min-height:106px;padding:10px 10px 10px 50px}.landing-benefit__item br{display:none}}.landing-benefit__item:not(:last-of-type){margin:0 0 54px}@media screen and (max-width:calc(992px - 1px)){.landing-benefit__item:not(:last-of-type){margin:0 0 30px}}.landing-benefit__item::before{position:absolute;top:0;left:0;z-index:-1;width:176px;height:176px;background:url(../img/landing/benefit-ultrasound-circle.png) no-repeat center/cover;content:""}@media screen and (max-width:calc(992px - 1px)){.landing-benefit__item::before{top:50%;width:106px;height:106px;transform:translateY(-50%)}}.lab-machines{position:relative;padding:0 0 200px;overflow:hidden;background:linear-gradient(159.85deg,#f5eaf7 26.21%,#fff 63.34%)}@media screen and (max-width:calc(1200px - 1px)){.lab-machines{padding:0 0 120px}}@media screen and (max-width:calc(992px - 1px)){.lab-machines{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.lab-machines{padding:0 0 50px}}.lab-machines .landing-machines__item{justify-content:flex-start;padding:370px 0 0}@media screen and (max-width:calc(768px - 1px)){.lab-machines .landing-machines__item{padding:270px 0 0}}@media screen and (max-width:calc(576px - 1px)){.lab-machines .landing-machines__item{min-width:300px;max-width:300px}}.lab-machines .landing-machines__item .landing-machines__item-img{top:40px;max-width:calc(100% - 10px)}@media screen and (max-width:calc(992px - 1px)){.lab-machines .landing-machines__item .landing-machines__item-img{top:20px}}.lab-machines .landing-machines__item .landing-machines__item-wrap{padding:25px 30px}.lab-machines .landing-machines__item li{display:flex;flex-direction:column}.lab-machines .landing-machines__item li:not(:last-of-type){margin:0 0 10px}.lab-machines__el{position:absolute;top:300px;right:0;max-width:1350px}@media (max-width:1500px){.lab-machines__el{max-width:700px}}@media screen and (max-width:calc(992px - 1px)){.lab-machines__el{max-width:500px}}@media screen and (max-width:calc(576px - 1px)){.lab-machines__el{max-width:100%}}.diagnostics-promo__title{font-weight:500;font-size:110px;background:linear-gradient(246.6deg,#a7115c 15.17%,#903586 90.2%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:calc(1200px - 1px)){.diagnostics-promo__title{font-size:82px}}@media screen and (max-width:calc(992px - 1px)){.diagnostics-promo__title{font-size:62px}}@media screen and (max-width:calc(576px - 1px)){.diagnostics-promo__title{font-size:42px}}.diagnostics-promo__subtitle{margin:0 0 8px;font-weight:500;font-size:67px}@media screen and (max-width:calc(1200px - 1px)){.diagnostics-promo__subtitle{font-size:48px}}@media screen and (max-width:calc(992px - 1px)){.diagnostics-promo__subtitle{font-size:42px}}@media screen and (max-width:calc(576px - 1px)){.diagnostics-promo__subtitle{font-size:36px}}.search-result{padding:50px 0 20px}@media screen and (max-width:calc(992px - 1px)){.search-result{padding:30px 0 20px}}.search-result .doctor-card__info{background:#f3f5f8}.search-result__category{padding:0 0 50px;border-bottom:1px solid #edeff2}@media screen and (max-width:calc(992px - 1px)){.search-result__category{padding:0 0 30px}}.search-result__category:not(:last-of-type){margin:0 0 50px}@media screen and (max-width:calc(992px - 1px)){.search-result__category:not(:last-of-type){margin:0 0 30px}}.search-result__category-head{display:flex;justify-content:space-between;margin:0 0 40px}@media screen and (max-width:calc(576px - 1px)){.search-result__category-head{flex-direction:column;margin:0 0 20px}}.search-result__category-quantity{margin:20px 0 0 10px;color:#94959a;flex-shrink:0}@media screen and (max-width:calc(576px - 1px)){.search-result__category-quantity{margin:5px 0 0 auto}}.search-result__category-list-link{font-weight:700;color:#333232;transition:color .3s}.search-result__category-list-link:hover{color:#a7115c}@media screen and (max-width:calc(768px - 1px)){.home-news .page-grid__item{display:none}.home-news .page-grid__item:nth-of-type(-n+3){display:block}}.home-centers{padding:120px 0 40px;background:linear-gradient(0deg,#cbebfa 0,#fbe8e4 35%,#fffaed 60%,#fdfdfd 100%)}@media screen and (max-width:calc(992px - 1px)){.home-centers{padding:60px 0 40px}}@media screen and (max-width:calc(576px - 1px)){.home-centers{padding:40px 0}}.home-centers__title{margin:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.home-centers__title{margin:0 0 30px}}.home-centers .swiper-slide{height:auto}.home-centers .center-card{height:100%}@media screen and (max-width:calc(576px - 1px)){.home-centers .center-card{min-width:266px;max-width:266px}}@media (min-width:1331px){.home-centers .slider-pagination{display:flex;margin:80px 0 0}}.home-centers .slider-pagination .swiper-pagination-bullet{background:rgba(255,255,255,.5);opacity:1}.home-centers .slider-pagination .swiper-pagination-bullet:hover{background:rgba(255,255,255,.8)}.home-centers .slider-pagination .swiper-pagination-bullet-active{background:#fff}.footer{padding:135px 0 140px;background:#ececec}@media screen and (max-width:calc(992px - 1px)){.footer{padding:80px 0}}@media screen and (max-width:calc(576px - 1px)){.footer{padding:60px 0 50px}}.footer__wrap{position:relative}@media screen and (max-width:calc(992px - 1px)){.footer__wrap{display:flex;flex-direction:column}}.footer__license{margin:0 0 24px;padding:0 320px 0 0;font-weight:500;font-size:24px;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.footer__license{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.footer__license{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.footer__license{order:1;margin:0 0 30px;padding:0;font-size:18px}}@media screen and (max-width:calc(576px - 1px)){.footer__license{font-size:14px}}.footer__info{margin:0 0 70px;padding:0 320px 0 0;font-size:19px}@media screen and (max-width:calc(992px - 1px)){.footer__info{order:1;margin:0;padding:0}}@media screen and (max-width:calc(576px - 1px)){.footer__info{font-size:12px}}.footer__info a{color:#a7115c;transition:color .3s}.footer__info a:hover{color:#333232}.footer__inner{display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width:calc(992px - 1px)){.footer__inner{display:block;margin:0 0 30px}}.footer__btns{margin:0 0 -30px}@media screen and (max-width:calc(1200px - 1px)){.footer__btns{margin:0 0 -20px}}@media screen and (max-width:calc(992px - 1px)){.footer__btns{display:flex;flex-direction:column;align-items:center;margin:0 0 10px}.footer__btns br{display:none}}.footer__btns-item{margin:0 15px 30px 0}.footer__btns-item br{display:none}@media screen and (max-width:calc(1200px - 1px)){.footer__btns-item{margin:0 15px 20px 0}}@media screen and (max-width:calc(992px - 1px)){.footer__btns-item{width:350px;margin:0 0 20px}}@media screen and (max-width:calc(576px - 1px)){.footer__btns-item{width:240px;padding:0 15px}.footer__btns-item br{display:inline-block}}.footer__soc{display:flex;flex-wrap:wrap;width:100%;max-width:310px;margin:0 0 -5px}@media screen and (max-width:calc(992px - 1px)){.footer__soc{max-width:600px}}@media screen and (max-width:calc(576px - 1px)){.footer__soc{justify-content:space-between}}.footer__soc-item{width:84px;height:84px;margin:0 24px 5px 0}.footer__soc-item:last-of-type{margin-right:0}.footer__soc-icon{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer__rating--popravka iframe{width:310px;overflow:hidden;position:relative;left:-8px}.footer__rating{position:absolute;top:0;right:0}.footer__rating html{overflow:hidden}@media screen and (max-width:calc(992px - 1px)){.footer__rating{position:static;top:auto;right:auto;display:flex;flex-direction:column;max-width:none;margin:0 0 30px}}@media screen and (max-width:calc(768px - 1px)){.footer__rating{flex-direction:column;gap:20px}}.footer__rating #pd_widget_mini.pd_widget_mini{width:100%;margin-bottom:20px;padding:5px 5px 5px 15px}@media screen and (max-width:calc(768px - 1px)){.footer__rating #pd_widget_mini.pd_widget_mini{margin-bottom:0}}.footer__rating .dd-informer{max-width:208px;margin-top:20px}@media screen and (max-width:calc(768px - 1px)){.footer__rating .dd-informer{max-width:100%;margin-top:0}}.footer__rating-item{margin-top:20px}@media screen and (max-width:calc(768px - 1px)){.footer__rating-item{margin-top:0}}.footerV2{background:#f3f5f8;padding-top:60px;padding-bottom:33px;color:#5c595a}.footerV2-centers{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}@media screen and (max-width:calc(992px - 1px)){.footerV2-centers{margin-top:15px!important}}.footerV2-center{width:50%;padding:0 10px;margin-bottom:8px}@media screen and (max-width:calc(992px - 1px)){.footerV2-center{width:100%}}.footerV2-center__box{background:#fff;border-radius:5px;padding:5px;height:257px}@media screen and (max-width:calc(992px - 1px)){.footerV2-center__box{height:auto}}.footerV2-center__img{height:120px;background:#f3f5f8;display:flex;align-items:center;justify-content:center}@media screen and (max-width:calc(992px - 1px)){.footerV2-center__img{height:90px}}.footerV2-center__content{padding:15px;display:flex;flex-wrap:wrap;flex-direction:column;height:calc(100% - 120px)}@media screen and (max-width:calc(992px - 1px)){.footerV2-center__content{height:auto}}.footerV2-center__name{font-size:14px;font-weight:500;color:#2d282a}.footerV2-center__phone{font-size:14px;margin-top:8px}.footerV2-center__phone a{color:#5c595a}.footerV2-center__phone a:hover{color:#d31574}.footerV2-center__bottom{margin-top:auto}@media screen and (max-width:calc(992px - 1px)){.footerV2-center__bottom{display:flex;align-items:center;justify-content:space-between}}.footerV2-center__more{margin-top:auto}.footerV2-center__more a{font-size:14px;color:#a7115c;text-decoration:underline}.footerV2-center__more a:hover{text-decoration:none;color:#d31574}.footerV2-top{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:calc(992px - 1px)){.footerV2-top{display:block}}.footerV2-top__logo{width:172px;height:46px;display:block;background:url(../img/footer-logo.png) no-repeat}@media screen and (max-width:calc(992px - 1px)){.footerV2-top__eye{margin-top:20px}}.footerV2-top__eye a,.footerV2-top__eye button{display:flex;align-items:center;text-align:left}@media screen and (max-width:calc(992px - 1px)){.footerV2-top__eye a,.footerV2-top__eye button{align-items:inherit}}.footerV2-top__eye span{font-size:14px;color:#5c595a;line-height:17px;margin-left:10px}.footerV2-top__eye i{width:46px;height:46px;border-radius:50%;border:1px solid #d9dbe0;background:#fff;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.footerV2-top__eye i svg{stroke:#5c595a;transition:all .3s ease}.footerV2-top__eye:hover i{background:#a7115c;border-color:#a7115c}.footerV2-top__eye:hover i svg{stroke:#fff}.footerV2-top__right{display:flex;gap:18px;align-items:center}@media screen and (max-width:calc(1200px - 1px)){.footerV2-top__right{display:block}}.footerV2-top__phone{display:flex;flex-direction:column}@media screen and (max-width:calc(1200px - 1px)){.footerV2-top__phone{text-align:center;margin-bottom:10px}}@media screen and (max-width:calc(992px - 1px)){.footerV2-top__phone{text-align:center;margin-top:20px;max-width:203px}}@media screen and (max-width:calc(768px - 1px)){.footerV2-top__phone{max-width:100%;text-align:left}}.footerV2-top__phone span{font-size:14px}.footerV2-top__phone a{font-size:16px;font-weight:500;color:#2d282a}.footerV2-top__call a,.footerV2-top__call button{font-size:16px;font-weight:500;width:203px;height:46px;padding-left:0;padding-right:0;margin-bottom:10px}@media screen and (max-width:calc(768px - 1px)){.footerV2-top__call a,.footerV2-top__call button{width:100%}}.footerV2-top__call a:hover,.footerV2-top__call button:hover{background:#c22c77}.footerV2-top__call a:hover::after,.footerV2-top__call button:hover::after{display:none}.footerV2-soc{display:flex;gap:8px}@media screen and (max-width:calc(992px - 1px)){.footerV2-soc{margin-top:20px}}.footerV2-soc .headerNew__socials{display:flex}.footerV2-soc a{width:46px;height:46px;border-radius:50%;border:1px solid #d9dbe0;background:#fff;display:flex;justify-content:center;align-items:center}@media screen and (max-width:calc(1200px - 1px)){.footerV2-soc a{width:42px;height:42px}}.footerV2-soc .vk:before{content:"";width:21px;height:13px;background:url(../img/vk.svg) no-repeat;background-size:100%}.footerV2-soc .tg:before{content:"";width:21px;height:18px;background:url(../img/tg.svg) no-repeat;background-size:100%;position:relative;left:-2px}.footerV2-soc .wh:before{content:"";width:21px;height:20px;background:url(../img/wh.svg) no-repeat;background-size:100%}.footerV2-soc .you:before{content:"";width:19px;height:13px;background:url(../img/you.svg) no-repeat;background-size:100%}.footerV2-bottom{font-size:14px;border-top:1px solid #d9dbe0;padding-top:30px;margin-top:30px}.footerV2-bottom__list{display:flex;margin:0 -10px}@media screen and (max-width:calc(992px - 1px)){.footerV2-bottom__list{flex-wrap:wrap}}.footerV2-bottom__item{width:33.3%;padding:0 10px}@media screen and (max-width:calc(992px - 1px)){.footerV2-bottom__item{width:100%;margin-bottom:12px;text-align:center}}.footerV2-bottom__center{text-align:center}.footerV2-bottom__center a{color:#5c595a;text-decoration:underline;text-decoration-color:#5c595a}.footerV2-bottom__center a:hover{text-decoration:none}.footerV2-bottom__right{text-align:right}@media screen and (max-width:calc(992px - 1px)){.footerV2-bottom__right{text-align:center}}.footerV2-bottom__right a{color:#a7115c;text-decoration:underline;text-decoration-color:#a7115c}.footerV2-bottom__right a:hover{text-decoration:none}.footerV2-centers{display:flex;margin-left:-10px;margin-right:-10px;margin-top:40px}@media screen and (max-width:calc(992px - 1px)){.footerV2-centers{flex-wrap:wrap}}.footerV2-centers__left,.footerV2-centers__right{padding:0 10px}.footerV2-centers__left{width:71%}@media screen and (max-width:calc(992px - 1px)){.footerV2-centers__left{width:100%}}.footerV2-centers__right{width:29%;display:flex;flex-direction:column}@media screen and (max-width:calc(992px - 1px)){.footerV2-centers__right{width:100%}}.footerV2-centers-info__name{color:#2d282a;font-size:15px;font-weight:500}.footerV2-centers-info__text{margin-top:12px;font-size:14px;line-height:18px}.footerV2-centers-logos{display:flex;align-items:center;justify-content:space-between;max-width:256px;margin-left:auto;width:100%}@media screen and (max-width:calc(992px - 1px)){.footerV2-centers-logos{margin-left:0;margin-top:20px;margin-bottom:20px}}.footerV2-eighteen{display:flex;align-items:center;justify-content:flex-end;margin-top:auto}@media screen and (max-width:calc(992px - 1px)){.footerV2-eighteen{margin-left:0;justify-content:inherit}}.footerV2-eighteen__text{color:#5c595a;font-size:14px;line-height:19px}.footerV2-eighteen__circle{width:50px;height:50px;border:1px solid #5c595a;border-radius:50%;font-weight:500;display:flex;align-items:center;justify-content:center;margin-left:10px}.footerV2-rating--napopravku img{max-width:85%}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating--napopravku img{max-width:120px}}.footerV2-ratings{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;margin-top:24px}@media screen and (max-width:calc(992px - 1px)){.footerV2-ratings{margin-left:-8px;margin-right:-8px}}.footerV2-rating{width:20%;padding:0 8px}@media screen and (max-width:calc(1200px - 1px)){.footerV2-rating{width:33.3%;margin-bottom:16px}}@media screen and (max-width:calc(992px - 1px)){.footerV2-rating{width:50%;padding:0 8px;margin-bottom:16px}}.footerV2-rating__box{background:#fff;padding:5px;border-radius:5px;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating__box{display:block}}.footerV2-rating__left{width:75px;height:66px;background:rgba(167,17,92,.05);border-radius:5px}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating__left{width:100%;margin-bottom:14px;height:58px}}.footerV2-rating__right{width:calc(100% - 90px);margin-left:auto}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating__right{width:100%;display:flex;flex-direction:column;align-items:center}}.footerV2-rating__num{color:#a7115c;font-size:22px;font-weight:500;text-align:center;margin-top:10px}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating__num{margin-top:0;padding-top:8px}}.footerV2-rating__star{display:flex;gap:2px;justify-content:center}.footerV2-rating__star span{width:11px;height:11px;background:url(../img/star-not.svg) no-repeat;background-size:100%;display:block}.footerV2-rating__star span.active{background:url(../img/star-active.svg) no-repeat;background-size:100%}.footerV2-rating__star span.half{background:url(../img/star-half.svg) no-repeat;background-size:100%}.footerV2-rating__rev{color:#5c595a;font-size:14px;margin-top:6px}@media screen and (max-width:calc(576px - 1px)){.footerV2-rating__logo{margin-bottom:10px}}.footerV2-navs{display:flex;flex-wrap:wrap;margin-top:40px;border-top:1px solid #d9dbe0;border-bottom:1px solid #d9dbe0}.footerV2-navs__item{width:50%;padding-top:40px;padding-bottom:30px}@media screen and (max-width:calc(576px - 1px)){.footerV2-navs__item{width:100%}}.footerV2-navs__left{padding-right:58px}@media screen and (max-width:calc(1200px - 1px)){.footerV2-navs__left{padding-right:30px}}@media screen and (max-width:calc(576px - 1px)){.footerV2-navs__left{padding-right:0}}.footerV2-navs__right{border-left:1px solid #d9dbe0;padding-left:58px}@media screen and (max-width:calc(1200px - 1px)){.footerV2-navs__right{padding-left:30px}}@media screen and (max-width:calc(576px - 1px)){.footerV2-navs__right{padding-left:0;border-left:0;border-top:1px solid #d9dbe0}}.footerV2-navs__name{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footerV2-navs__name span{color:#2d282a;font-size:16px;font-weight:500;text-transform:uppercase}.footerV2-navs__name .icon{background:url(../img/footer-icon-1.svg) no-repeat;background-size:100%;width:18px;height:18px}.footerV2-navs__name .icon2{background:url(../img/footer-icon-2.svg) no-repeat;background-size:100%;width:22px;height:22px}.footerV2-navs__name .icon3{background:url(../img/footer-icon-3.svg) no-repeat;background-size:100%;width:18px;height:20px}.footerV2-navs__items{display:flex;justify-content:space-between}@media screen and (max-width:calc(1200px - 1px)){.footerV2-navs__items{flex-wrap:wrap;margin-left:-10px;margin-right:-10px}}.footerV2-navs__items-margin{margin-top:30px}@media screen and (max-width:calc(1200px - 1px)){.footerV2-navs ul{width:50%;padding:0 10px}}@media screen and (max-width:calc(992px - 1px)){.footerV2-navs ul{width:auto;display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}}.footerV2-navs ul li{margin-bottom:10px}@media screen and (max-width:calc(992px - 1px)){.footerV2-navs ul li{padding:0 5px}}.footerV2-navs ul a{color:#5c595a;font-size:16px}.footerV2-navs ul a:hover{color:#a7115c}.modal-overlay{position:fixed;top:0;left:0;z-index:1012;display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,.6)}.modal-overlay--hidden{animation:overlay-fade-out .3s cubic-bezier(0,0,.2,1)}.modal-overlay--show{display:block;animation:overlay-fade-in .3s cubic-bezier(0,0,.2,1)}.modal{display:none}.modal[aria-hidden=false]{animation:modal-fade-in .3s cubic-bezier(0,0,.2,1)}.modal[aria-hidden=true]{animation:modal-fade-out .3s cubic-bezier(0,0,.2,1)}.modal--show{position:fixed;top:0;left:0;z-index:1013;display:block;width:100%;max-width:none;height:100%;padding:60px 30px 40px;overflow-y:auto;background:0 0}@media screen and (max-width:calc(576px - 1px)){.modal--show{padding:72px 15px 30px}}.modal__close{position:absolute;top:20px;right:20px;display:block;width:32px;height:32px;padding:5px;background:0 0;border:none}@media screen and (max-width:calc(576px - 1px)){.modal__close{top:10px;right:10px}}.modal__close span{position:absolute;top:50%;left:50%;display:block;width:18px;height:1px;background:#a7115c}.modal__close span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.modal__close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.modal__content{position:relative;width:100%;max-width:592px;margin:0 auto;padding:60px 72px;background:#fff;box-shadow:0 30px 40px rgba(58,58,62,.25)}@media screen and (max-width:calc(576px - 1px)){.modal__content{padding:30px 20px}}.modal__content--big{max-width:1008px}@keyframes modal-fade-in{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes modal-fade-out{from{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}.modal-call__title{margin:0 0 30px}.modal-call__subtitle{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.modal-call__subtitle{margin:0 0 30px}}.modal-call__label{margin:0 0 15px}.modal-call__checkbox{position:relative;margin:60px 0;margin-bottom:34px;padding-bottom:26px;font-size:15px;line-height:1.2}@media screen and (max-width:calc(992px - 1px)){.modal-call__checkbox{margin:30px 0}}.modal-call__btn{margin:0 0 30px}.modal-call__sign{color:#94959a}.modal-call__sign span{color:#a7115c}.modal-appointment__title{margin:0 0 40px}@media screen and (max-width:calc(576px - 1px)){.modal-appointment__title{margin:0 0 20px}}.modal-appointment__btn{flex-direction:row-reverse;justify-content:flex-start;width:100%;padding:5px 40px;text-align:left}@media screen and (max-width:calc(576px - 1px)){.modal-appointment__btn{padding:5px 15px}}.modal-appointment__btn::before{flex-shrink:0;width:14px;height:7px;margin:0 0 0 auto;background:url(../img/check-down-white.png) no-repeat center/contain;transform:rotate(-90deg);content:""}.modal-appointment__btn:not(:last-of-type){margin:0 0 30px}@media screen and (max-width:calc(576px - 1px)){.modal-appointment__btn:not(:last-of-type){margin:0 0 20px}}.modal-tax__title{margin:0 0 30px;font-weight:700;font-size:40px}@media screen and (max-width:calc(992px - 1px)){.modal-tax__title{font-size:36px}}@media screen and (max-width:calc(576px - 1px)){.modal-tax__title{margin:0 0 20px;font-size:27px}}.modal-tax__subtitle{margin:0 0 30px;padding:0 0 30px;border-bottom:1px solid #edeff2}@media screen and (max-width:calc(576px - 1px)){.modal-tax__subtitle{margin:0 0 20px;padding:0 0 20px}}.modal-tax__item{margin:0 0 30px;padding:0 0 30px;border-bottom:1px solid #edeff2}@media screen and (max-width:calc(576px - 1px)){.modal-tax__item{margin:0 0 20px;padding:0 0 20px}}.modal-tax__item-title{margin:0 0 30px;font-weight:700;font-size:27px;line-height:1.11}@media screen and (max-width:calc(576px - 1px)){.modal-tax__item-title{margin:0 0 20px}}.modal-tax__label{margin:0 0 30px}@media screen and (max-width:calc(576px - 1px)){.modal-tax__label{margin:0 0 20px}}.modal-tax__fields{display:flex;flex-wrap:wrap}@media screen and (max-width:calc(992px - 1px)){.modal-tax__fields{justify-content:space-between}}.modal-tax__fields-item{width:calc(33% - 20px);margin:0 30px 30px 0;padding-bottom:42px}.modal-tax__fields-item .label__placeholder{top:25px}.modal-tax__fields-item:nth-child(3n){margin-right:0}@media screen and (max-width:calc(992px - 1px)){.modal-tax__fields-item{width:calc(50% - 15px);margin:0 0 30px}}@media screen and (max-width:calc(768px - 1px)){.modal-tax__fields-item{width:100%}}@media screen and (max-width:calc(576px - 1px)){.modal-tax__fields-item{margin:0 0 20px}}.modal-tax__fields-item--big{flex-grow:1;width:auto;margin-right:0}@media screen and (max-width:calc(992px - 1px)){.modal-tax__fields-item--big{flex-grow:0;width:calc(50% - 15px)}}@media screen and (max-width:calc(768px - 1px)){.modal-tax__fields-item--big{width:100%}}.modal-tax__file{display:flex;margin-bottom:25px}@media screen and (max-width:calc(768px - 1px)){.modal-tax__file{display:block}}.modal-tax__file-sign{margin:20px 0 0}@media screen and (max-width:calc(992px - 1px)){.modal-tax__file-sign br{display:none}}@media screen and (max-width:calc(768px - 1px)){.modal-tax__file-sign{margin:20px 0 0}}.modal-tax__file-sign span{color:#a7115c}.modal-form__footer{display:flex;align-items:center;margin:0 0 30px}@media screen and (max-width:calc(768px - 1px)){.modal-form__footer{flex-direction:column-reverse;align-items:flex-start;margin:0 0 20px}}.modal-form__btn{margin:0 70px 0 0}@media screen and (max-width:calc(768px - 1px)){.modal-form__btn{margin:20px 0 0}}@media screen and (max-width:calc(576px - 1px)){.modal-form__btn{width:100%}}.modal-form__checkbox{font-size:15px;line-height:1.2;position:relative;padding-bottom:26px}.modal-form__sign{color:#94959a;font-size:15px;line-height:1.2}.modal-form__sign span{color:#a7115c}.label__error{display:block}.modal-reviews .choices{font-size:18px}@media screen and (max-width:calc(992px - 1px)){.modal-reviews .choices{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.modal-reviews .choices{font-size:14px}}.modal-reviews .select .choices__inner{min-height:50px;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.modal-reviews .select .choices__inner{font-size:16px}}@media screen and (max-width:calc(576px - 1px)){.modal-reviews .select .choices__inner{font-size:14px}}.modal-reviews .choices__item[data-id="1"]::after{color:#a7115c;content:"*"}.modal-reviews .choices__list--dropdown .choices__item--disabled:first-child{display:none}.modal-reviews__title{margin:0 0 45px}@media screen and (max-width:calc(576px - 1px)){.modal-reviews__title{margin:0 0 20px}}.modal-reviews__label{margin:0 0 30px}@media screen and (max-width:calc(576px - 1px)){.modal-reviews__label{margin:0 0 20px}}.modal-reviews__fields{display:flex;justify-content:space-between;margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.modal-reviews__fields{display:block}}@media screen and (max-width:calc(576px - 1px)){.modal-reviews__fields{margin:0 0 20px}}.modal-reviews__fields-item{width:calc(50% - 16px)}@media screen and (max-width:calc(992px - 1px)){.modal-reviews__fields-item{width:100%}}@media screen and (max-width:calc(992px - 1px)){.modal-reviews__fields-item:not(:last-of-type){margin:0 0 30px}}@media screen and (max-width:calc(576px - 1px)){.modal-reviews__fields-item:not(:last-of-type){margin:0 0 20px}}.modal-vacancy__title{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.modal-vacancy__title{margin:0 0 30px}}.modal-vacancy__label{margin:0 0 30px}.modal-vacancy__input{width:100%;height:50px;padding:0 26px;color:#333232;font-weight:300;font-size:18px;background:#fff;border:1px solid #333232;border-radius:50px}@media screen and (max-width:calc(576px - 1px)){.modal-vacancy__input{margin:0 0 15px}}.modal-vacancy__checkbox{position:relative;margin:60px 0;margin-bottom:34px;padding-bottom:26px;font-size:15px;line-height:1.2}@media screen and (max-width:calc(992px - 1px)){.modal-vacancy__checkbox{margin:30px 0}}.modal-vacancy__load{margin:0 0 30px}.modal-vacancy__captcha{margin:0 0 60px}@media screen and (max-width:calc(992px - 1px)){.modal-vacancy__captcha{margin:0 0 30px}}@media screen and (max-width:calc(576px - 1px)){.modal-vacancy__captcha{margin:0 0 15px}}.modal-vacancy__sign{color:#94959a}.modal-vacancy__sign span{color:#a7115c}.modal-vacancy__btn{margin:0 0 30px}@media screen and (max-width:calc(576px - 1px)){.modal-vacancy__btn{display:flex;width:100%}}body:before{content:""}.banner{padding-top:10px;padding-bottom:10px;position:relative;height:100px}.banner:before{content:"";background:url(../img/banner-bg.svg) center #fff no-repeat;background-size:390px;position:absolute;width:390px;height:100px;left:179px;right:0;margin-left:auto;margin-right:auto;top:0}.banner__wrap{display:flex}.banner__btn{align-self:center;margin-left:auto}.banner__text-top{display:flex;flex-wrap:wrap;align-items:center;color:#333232}.banner__text-name{margin-left:12px;font-weight:500;font-size:22px}.banner__text-bottom{font-size:24px;margin-left:62px;position:relative;top:-4px}@media (max-width:992px){.banner:before{display:none}}@media (max-width:768px){.banner{height:auto;padding-top:19px;padding-bottom:19px}.banner__wrap{display:block;text-align:center}.banner__text{text-align:left;width:330px;margin-left:auto;margin-right:auto}.banner__btn{margin-top:12px;font-size:18px;line-height:1;padding:0 50px;height:38px;min-height:auto}.banner__text-img img{max-width:225px;display:block}.banner__text-name{font-size:17px}.banner__text-bottom{font-size:19px;margin-left:50px}}@media (max-width:360px){.banner__text-img img{max-width:190px}.banner__text-bottom{font-size:17px;margin-left:44px}.banner__text-name{font-size:16px;margin-left:14px}.banner__text{width:290px}}.serviceName{margin-bottom:40px}.serviceName h2{font-size:36px;color:#2d282a;font-weight:500}.d-input{width:100%;height:50px;border-radius:40px;border:1px solid #d9dbe0;padding-left:24px;font-size:16px;color:#5c595a;margin-bottom:12px}.d-pol{color:#2d282a;font-size:13px;margin-top:12px;text-align:center}.d-pol a{color:#a7115c}.d-btn{width:100%;max-width:314px;height:48px;border:1px solid #a7115c;border-radius:40px;display:flex;align-items:center;justify-content:center;color:#a7115c;font-size:16px;font-weight:500}.d-btn svg{fill:#a7115c;margin-right:10px}.d-btn:hover{color:#fff;background:#c22c77}.d-btn:hover svg{fill:#fff}.d-btn--bg{background:rgba(167,17,92,.1);border:none}.d-btn--bg svg{stroke:#a7115c;stroke-width:1.5px}.d-btn--bg:hover svg{stroke:#fff}@media (max-width:650px){.serviceName h2{font-size:24px}}.serviceHero--js{position:relative}.serviceHero--js>.container{position:initial}.serviceHero-box{display:flex;flex-wrap:wrap}.serviceHero-crumbs{z-index:2}@media screen and (max-width:calc(768px - 1px)){.serviceHero-crumbs{position:relative;top:0;margin-top:30px}}.serviceHero-btn{display:flex;align-items:center;gap:15px}@media screen and (max-width:calc(576px - 1px)){.serviceHero-btn{flex-direction:column}}.serviceHero-btn .d-btnNew{height:50px}@media screen and (max-width:calc(576px - 1px)){.serviceHero-btn .d-btnNew{width:100%;text-align:center}}.serviceHero-btn .d-btnNew+.d-btnNew{background:#fff;border:2px solid #a7115c;color:#a7115c}.serviceHero-btn .d-btnNew+.d-btnNew:hover{background:#a7115c;color:#fff}.serviceHero-left,.serviceHero-right{width:50%}.serviceHero-right{position:absolute;right:0;height:100%}.serviceHero-right img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.serviceHero-right__logo{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../img/service/logo.svg) no-repeat;background-size:cover}.serviceHero-left{padding-top:48px;padding-bottom:48px}.serviceHero-name{margin-top:25px}@media screen and (max-width:calc(768px - 1px)){.serviceHero-name{margin-top:15px}}.serviceHero-text{color:#5c595a;font-size:18px;padding-right:20px;line-height:1.4}.serviceHero-btn .btn{font-size:18px;width:320px;font-weight:500}.serviceHero-btn .btn::after{display:none}.serviceHero-btn .btn:hover{background:#c22c77}.serviceHero-info{display:flex;margin-top:30px;padding-top:30px;border-top:1px solid #d9dbe0;margin-bottom:40px}.serviceHero-info__item{display:flex;width:100%}.serviceHero-info__item:last-child{margin-left:30px}.serviceHero-info__icon{width:30px}.serviceHero-info__content{width:calc(100% - 50px);margin-left:auto}.serviceHero-info__label{font-size:15px;color:#000}.serviceHero-info__val{font-size:24px;font-weight:500}.serviceHero-price:first-child{margin-left:0}@media (max-width:992px){.serviceHero-left{width:70%}.serviceHero-right{width:30%!important}}@media (max-width:768px){.serviceHero-left,.serviceHero-right{width:100%}.serviceHero-right{position:relative;width:auto!important;margin-left:-16px;margin-right:-16px;max-width:unset!important}.serviceHero-box .serviceHero-left{padding-top:0}}@media (min-resolution:105dpi){.serviceHero-right{max-width:50%}}.serviceMenu{background:#f3f5f8;border-top:1px solid #d9dbe0;border-bottom:1px solid #d9dbe0}.serviceMenu--white{background:#fff;border-top:none}.serviceMenu ul{display:flex}.serviceMenu li{margin-right:30px}.serviceMenu li:last-child{margin-right:0}.serviceMenu li.active a{color:#a7115c;border-bottom:2px solid #a7115c}.serviceMenu a{padding:21px 0;display:block;color:#5c595a;border-bottom:2px solid transparent}.serviceMenu a:hover{color:#a7115c}@media (max-width:992px){.serviceMenu{overflow:hidden}.serviceMenu .container{overflow:auto}.serviceMenu ul{width:750px}}.serviceInfo+.servicePricelist{margin-bottom:60px;padding-bottom:0}@media screen and (max-width:calc(768px - 1px)){.serviceInfo+.servicePricelist{padding-top:0}}.serviceInfo{display:flex;flex-wrap:wrap;margin-top:95px}.serviceInfo-item{width:50%}.serviceInfo-left img{display:block;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:0}.serviceInfo-right{padding-left:40px;align-self:center}.serviceInfo--full .serviceInfo-item{width:100%;padding-left:0}.serviceStyle{color:#5c595a;font-size:16px;line-height:1.4}.serviceStyle h2{margin-bottom:20px;font-size:36px;color:#2d282a;font-weight:500}@media (max-width:650px){.serviceStyle h2{font-size:24px}}.serviceStyle p{margin-bottom:10px}.serviceStyle a{color:#a7115c;text-decoration:underline}.serviceStyle a:hover{text-decoration:none}.serviceStyle ul li{position:relative;padding:0 0 0 15px;margin-bottom:10px}.serviceStyle ul li:before{content:"";display:block;background:#a7115c;width:6px;height:6px;border-radius:50%;position:absolute;top:50%;left:0;margin-top:-3px}.serviceStyle ol{counter-reset:num}.serviceStyle ol li{position:relative;padding:0 0 0 20px;margin-bottom:10px}.serviceStyle ol li:before{content:counter(num) ".";counter-increment:num;display:block;color:#a7115c;position:absolute;top:0;left:0;font-weight:500}@media (max-width:992px){.serviceInfo-item{width:100%}.serviceInfo-left{order:2}.serviceInfo-right{order:1;padding-left:0;margin-bottom:25px}}@media (max-width:650px){.serviceInfo{margin-top:60px}}.serviceInfo2{margin-top:100px}.serviceInfo2-list{display:flex;flex-wrap:wrap}.serviceInfo2-item{width:50%}.serviceInfo2-left{background:#f3f5f8;padding:30px;border-radius:5px 0 0 5px}.serviceInfo2-right{position:relative;border-radius:0 5px 5px 0}.serviceInfo2-right span{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../img/service/logo2.svg) center no-repeat;background-size:650px}.serviceInfo2-right img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:0 5px 5px 0}.serviceInfo2--full .serviceInfo2-item{width:100%}@media (max-width:992px){.serviceInfo2-item{width:100%}}@media (max-width:650px){.serviceInfo2{margin-top:60px}}.serviceCart{margin-top:100px;margin-bottom:50px}.serviceCart-list{display:flex;flex-wrap:wrap;margin:0 -15px;width:auto}.serviceCart .swiper{padding-top:10px}.serviceCart-item{width:25%;padding:0 15px;margin-bottom:30px;height:auto}.serviceCart-item__box{display:block;position:relative;height:100%;transition:all .3s}.serviceCart-item__box::after{content:"";width:100%;height:50%;position:absolute;left:0;bottom:0;background:#a7115c;border-radius:10px}.serviceCart-item__box img{display:block;border-radius:10px 10px 0 0;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;position:relative;z-index:1}.serviceCart-item__box span{display:block}.serviceCart-item__img{height:220px;background:#fff;position:relative;z-index:1;display:flex!important;align-items:center;justify-content:center}.serviceCart-item__name{padding:16px 20px;background:#a7115c;border-radius:0 0 10px 10px;color:#fff;font-weight:500;position:relative;z-index:1}.serviceCart-item:hover .serviceCart-item__box{transform:translateY(-10px)}@media (max-width:1200px){.serviceCart-item{width:33.333%}}@media (max-width:992px){.serviceCart-item{width:50%}}@media (max-width:768px){.serviceCart-list{margin-left:0;margin-right:0;flex-wrap:nowrap}.serviceCart-item{width:100%;padding:0}.serviceCart .js_slider-pagination{display:flex;justify-content:center}.serviceCart .swiper-pagination-bullet-active{background:#a7115c}}@media (max-width:650px){.serviceCart{margin-top:60px}}.serviceReadings{padding:100px 0;background:#f3f5f8;margin-top:100px}.serviceReadings-list{display:flex;flex-wrap:wrap;margin:0 -15px}.serviceReadings-item{width:50%;padding:0 15px;margin-top:40px}.serviceReadings-item__box{border-radius:5px;border-top:3px solid #00ad5a;background:#fff;padding:24px;height:100%}.serviceReadings-item__name{font-size:22px;color:#2d282a;font-weight:500}.serviceReadings-item ul{margin-top:16px}.serviceReadings-item li{margin-bottom:10px;position:relative;padding-left:25px;color:#5c595a;font-size:16px}.serviceReadings-item li:before{content:"";display:block;width:15px;height:15px;background:url(../img/service/plus.svg) no-repeat;background-size:100%;position:absolute;top:4px;left:0}.serviceReadings-item--red .serviceReadings-item__box{border-color:#ed2b34}.serviceReadings-item--red.serviceReadings-item li:before{background:url(../img/service/minus.svg) no-repeat;background-size:100%}@media (max-width:992px){.serviceReadings-item{width:100%}}@media (max-width:768px){.serviceReadings{padding-bottom:50px}}@media (max-width:650px){.serviceReadings{margin-top:60px;padding-top:60px}.serviceReadings .serviceName{margin-bottom:0}}.serviceConsultation+.serviceRev{padding-top:0}.serviceConsultation{margin-top:100px;margin-bottom:100px}@media screen and (max-width:calc(768px - 1px)){.serviceConsultation{margin-top:60px;margin-bottom:60px}}.serviceConsultation-top{margin-top:0}.serviceConsultation-list{display:flex}.serviceConsultation-left{width:487px;border-radius:5px;background:#f3f5f8;padding:24px}.serviceConsultation-right{width:calc(100% - 520px);margin-left:auto}.serviceConsultation-right img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:5px}.serviceConsultation .modal-call__label{padding-bottom:0;margin-bottom:0}.serviceConsultation-name h2{font-size:30px;font-weight:600;color:#2d282a}.serviceConsultation-text{color:#5c595a;font-size:16px;margin-top:10px}.serviceConsultation form{margin-top:24px}.serviceConsultation form button{width:100%;height:50px;font-size:16px;font-weight:500;margin-top:18px;margin-bottom:0}.serviceConsultation form button::after{display:none}.serviceConsultation form button:hover{background:#c22c77}.serviceConsultation-bottom{margin-top:24px;border-top:1px solid #d9dbe0;padding-top:18px;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;display:flex}.serviceConsultation-phone{display:flex;align-items:center}.serviceConsultation-phone i{width:34px;height:34px;background:url(../img/service/phone.svg) no-repeat;background-size:100%}.serviceConsultation-phone span{font-size:16px;color:#2d282a;margin-left:10px}.serviceConsultation-time{display:flex;align-items:center;margin-left:30px}.serviceConsultation-time i{width:34px;height:34px;background:url(../img/service/time.svg) no-repeat;background-size:100%}.serviceConsultation-time span{font-size:16px;color:#2d282a;margin-left:10px}@media (max-width:992px){.serviceConsultation-list{flex-wrap:wrap}.serviceConsultation-left{width:100%}.serviceConsultation-right{width:100%;margin-top:10px}}@media (max-width:650px){.serviceConsultation{margin-top:60px}.serviceConsultation-bottom{display:flex;flex-wrap:wrap;flex-direction:column}.serviceConsultation-time{margin-left:0;margin-top:20px}}.serviceAdvantages{margin-top:100px;padding-bottom:100px}.serviceAdvantages-items{display:flex;flex-wrap:wrap;margin:0 -15px}.serviceAdvantages-list{display:flex;flex-wrap:wrap;margin:0 -15px}.serviceAdvantages-left,.serviceAdvantages-right{width:50%;padding:0 15px}.serviceAdvantages-item{width:50%;padding:0 15px;margin-bottom:30px}.serviceAdvantages-item__box{background:#f3f5f8;border-radius:5px;position:relative;padding:24px;min-height:260px;display:flex;flex-direction:column;border:1px solid #d9dbe0}.serviceAdvantages-item__name{font-size:17px;color:#2d282a}.serviceAdvantages-item__bottom{margin-top:auto;display:flex;align-items:end}.serviceAdvantages-item__num{margin-left:auto;font-size:14px;color:#5c595a}.serviceAdvantages-item__big{color:#fff;font-size:30px;font-weight:500;margin-bottom:8px}.serviceAdvantages-item--big{width:100%;height:100%;margin-bottom:0;position:relative;padding:0}.serviceAdvantages-item--big:before{content:"";position:absolute;width:100%;height:100%;background:url(../img/service/logo.svg) no-repeat;background-size:686px;bottom:-129px;left:41px;z-index:1}.serviceAdvantages-item--big .serviceAdvantages-item__box{height:100%;background:#a7115c;border:none}.serviceAdvantages-item--big .serviceAdvantages-item__name{color:#fff;max-width:243px}.serviceAdvantages-item--big .serviceAdvantages-item__num{color:#fff}.serviceAdvantages-item--big .serviceAdvantages-item__img{position:absolute;bottom:0;right:25px;z-index:2}.serviceAdvantages-item--last{margin-bottom:0}@media (max-width:1200px){.serviceAdvantages-left,.serviceAdvantages-right{width:100%}.serviceAdvantages-item--big{height:480px;margin-bottom:30px}.serviceAdvantages-item--big:before{background-size:598px;bottom:-58px}}@media (max-width:650px){.serviceAdvantages{margin-top:60px;padding-bottom:50px}.serviceAdvantages-item--big .serviceAdvantages-item__box{height:100%;padding-bottom:360px}.serviceAdvantages-item--big .serviceAdvantages-item__name{position:relative;z-index:3}.serviceAdvantages-item--big .serviceAdvantages-item__bottom{position:absolute;bottom:20px;width:calc(100% - 40px)}.serviceAdvantages-item--big{height:auto}}.serviceFaq{margin-top:100px}.serviceFaq-list{display:flex;flex-wrap:wrap}.serviceFaq-left{width:383px}.serviceFaq-right{width:calc(100% - 413px);margin-left:auto}.serviceFaq-btns .d-btn{margin-bottom:12px}.serviceFaq-item{background:#f3f5f8;border:1px solid #d9dbe0;border-radius:5px;padding:24px;margin-bottom:10px}.serviceFaq-item__head{display:flex;align-items:center;cursor:pointer}.serviceFaq-item__head i{width:24px;height:24px;background:url(../img/service/faq.svg) no-repeat;background-size:100%;margin-left:auto;transition:stroke .3s,transform .3s}.serviceFaq-item__head span{font-size:18px;color:#2d282a;font-weight:500;width:calc(100% - 24px)}.serviceFaq-item__content{border-top:1px solid #d9dbe0;padding-top:20px;margin-top:20px;font-size:16px;color:#5c595a;display:none;line-height:1.4}.serviceFaq-item__content p{margin-bottom:10px}.serviceFaq-item.active .serviceFaq-item__content{display:block}.serviceFaq-item.active .serviceFaq-item__head i{transform:rotate(-180deg)}@media (max-width:992px){.serviceFaq-left,.serviceFaq-right{width:100%}.serviceFaq-right{margin-top:25px}.serviceFaq-btns{display:flex;flex-direction:column;align-items:center}}.serviceSales{margin-top:100px}.serviceSales-box{display:flex;flex-wrap:wrap;height:400px}.serviceSales-left{width:375px;background:#a7115c;position:relative;height:100%;border-radius:5px 0 0 5px;padding-left:46px;padding-top:39px;color:#fff;display:flex;flex-direction:column}.serviceSales-left:before{content:"";display:block;position:absolute;background:url(../img/service/sales.svg) no-repeat;width:41px;height:400px;top:0;right:-41px}.serviceSales-right{width:calc(100% - 375px);height:100%}.serviceSales-right img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:0 5px 5px 0}.serviceSales-top{display:flex}.serviceSales-date{background:#b0286c;font-size:14px;padding:9px 16px;border-radius:5px;text-align:center}.serviceSales-timer{margin-left:10px;display:flex;align-items:center;justify-content:center}.serviceSales-timer i{width:20px;height:20px;background:url(../img/service/sales-timer.svg) no-repeat;background-size:100%;display:block;margin-right:5px}.serviceSales-name{font-size:20px;font-weight:500;margin-top:24px}.serviceSales-text{margin-top:10px;font-size:15px}.serviceSales-bottom{margin-top:auto;margin-bottom:30px;display:flex;align-items:center;padding-right:20px}.serviceSales-more{font-size:14px;text-decoration:underline;color:#fff}.serviceSales-more:hover{text-decoration:none}.serviceSales-price{display:flex;align-items:center;margin-left:auto}.serviceSales-price b{font-size:18px;font-weight:500}.serviceSales-price span{font-size:14px;text-decoration:line-through;margin-left:10px}@media (max-width:992px){.serviceSales-left,.serviceSales-right{width:100%;height:260px}.serviceSales-left{border-radius:5px 5px 0 0}.serviceSales-left:before{display:none}.serviceSales-right img{border-radius:0 0 5px 5px}.serviceSales-box{height:auto}}@media (max-width:768px){.serviceAdvantages-item--big .serviceAdvantages-item__img img{max-width:250px}.serviceAdvantages-item{width:100%;margin-bottom:20px}.serviceAdvantages-item__box{min-height:190px}.serviceAdvantages-item--last{margin-bottom:20px}.serviceSales-left{height:auto}.serviceSales-bottom{margin-top:40px;margin-bottom:10px}}@media (max-width:650px){.serviceSales{margin-top:60px}.serviceSales-left{padding:20px}}.serviceDoctors{padding-top:50px;padding-bottom:100px;background:#f3f5f8}.serviceDoctors .js_slider-pagination{display:flex;justify-content:center;margin-top:20px}.serviceDoctors .swiper-pagination-bullet-active{background:#a7115c}.serviceDoctors-item--base{flex:0 1 25%;padding:0 8px 32px;height:auto!important}@media screen and (max-width:calc(1200px - 1px)){.serviceDoctors-item--base{flex:0 1 33.3%}}@media screen and (max-width:calc(992px - 1px)){.serviceDoctors-item--base{flex:0 1 50%}}@media screen and (max-width:calc(768px - 1px)){.serviceDoctors-item--base{flex:0 1 100%;width:100%}}.serviceDoctors-item{height:100%}.serviceDoctors-item__content{background:#fff;border:1px solid #d9dbe0;border-top:none;padding:20px;border-radius:0 0 5px 5px;height:calc(100% - 331px);display:flex;flex-direction:column}.serviceDoctors-item__img{position:relative;height:331px}.serviceDoctors-item__img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:5px 5px 0 0;-o-object-position:top center;object-position:top center}.serviceDoctors-item__labels{position:absolute;width:100%;left:0;bottom:10px;padding-left:10px;display:flex;flex-wrap:wrap}.serviceDoctors-item__label{font-size:14px;color:#2d282a;background:#fff;border-radius:5px;padding:8px 12px;margin-right:10px}.serviceDoctors-item__label:last-child{margin-right:0}.serviceDoctors-item__job{display:flex;align-items:center}.serviceDoctors-item__job i{width:20px;height:20px;background:url(../img/service/job.svg) no-repeat;background-size:100%;margin-right:8px}.serviceDoctors-item__name{font-size:21px;font-weight:700;color:#333232}.serviceDoctors-item__name:hover{color:#a7185c}.serviceDoctors-item__text{font-size:15px;color:#5c595a;margin-top:10px;height:auto;overflow:hidden}.serviceDoctors-item__btn{margin-top:auto;padding-top:24px}.serviceDoctors-item__btn .btn{font-size:16px;font-weight:500;width:100%;padding-left:0;padding-right:0;margin-bottom:10px}.serviceDoctors-item__btn .btn::after{display:none}.serviceDoctors-item__btn .btn:hover{background:#c22c77}.serviceDoctors-item__btn .d-btn{max-width:100%}.docInfoMulti{margin-top:60px}.serviceRev{padding-top:100px}.serviceRev .page-slider{margin:0}.serviceRev .swiper{padding:0}.serviceRev .reviews-section__wrap{padding-top:0}.serviceRev .reviews-section__slider{margin-top:0}.serviceRev-add{display:flex;justify-content:center;margin-top:30px}.serviceRev-top{display:flex;align-items:center;margin-bottom:40px}.serviceRev-top__link{font-size:16px;color:#a7115c;text-decoration:underline;position:relative;top:3px;margin-left:auto}.serviceRev .serviceName{margin-bottom:0}.serviceRev .d-btn svg{stroke:#a7115c;stroke-width:1.5px}.serviceRev .d-btn:hover svg{stroke:#fff}.serviceRev .slider-pagination{margin-top:25px}.serviceRev .slider-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#d9dbe0}.serviceRev .slider-pagination .swiper-pagination-bullet-active{background:#a7115c}.serviceRev-item{display:flex;flex-direction:column;background:#fff;border:1px solid #d9dbe0;border-radius:5px;padding:24px;height:100%}.serviceRev-item__top{display:flex;align-items:center;margin-bottom:18px}.serviceRev-item__star{display:flex}.serviceRev-item__star span{width:18px;height:18px;background:url(../img/service/star.svg) no-repeat;background-size:100%;margin-right:2px;display:block}.serviceRev-item__star span:last-child{margin-right:0}.serviceRev-item__date{font-size:14px;color:#2d282a;margin-left:auto;position:relative;top:2px}.serviceRev-item__name{font-size:18px;color:#2d282a;margin-bottom:10px;font-weight:500}.serviceRev-item__text{font-size:16px;color:#5c595a}.serviceRev-item.open .review-card__text{height:auto}.serviceRev-item.open .review-card__text:before{opacity:0}.serviceRev-item__bottom{display:flex;align-items:center;margin-top:auto;padding-top:24px}.serviceRev-item .review-card__more{margin-top:0;font-size:14px;text-decoration:underline}.serviceRev-item__source{margin-left:auto}.serviceRev-item__video{position:relative;width:260px;max-width:100%;margin:10px auto 0;cursor:pointer}@media screen and (max-width:calc(576px - 1px)){.serviceRev-item__video{width:220px}}.serviceRev-item__video::before{display:block;padding-top:100%;content:""}.serviceRev-item__video.is-playing .serviceRev-item__video-btn{opacity:0;pointer-events:none}.serviceRev-item__video-media{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;border-radius:50%;overflow:hidden}.serviceRev-item__video-el{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.serviceRev-item__video-btn{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(0,0,0,.55);border-radius:50%;cursor:pointer;transition:background .3s,opacity .3s}.serviceRev-item__video-btn svg{margin-left:3px}.serviceRev-item__video-btn:hover{background:rgba(0,0,0,.75)}@media (max-width:575px){.serviceRev .swiper-slide{width:100%;margin-right:10px}}.serviceBg{position:relative;overflow:hidden;clip-path:inset(0 0 0 0)}.serviceBg:before{content:"";position:fixed;width:100%;height:100%;background:url(../img/service/logo-bg.svg) no-repeat;background-size:100%;top:20px;left:100px}@media (max-width:1024px){.serviceBg{clip-path:none}.serviceBg:before{display:none}}.rnovaPriceList{width:100%;border-spacing:0}.rnovaPriceList-hidden{display:none}.rnovaPriceList-showMore{margin-left:auto;margin-right:auto;display:flex;margin-top:20px;margin-bottom:20px}@media screen and (max-width:calc(768px - 1px)){.rnovaPriceList-top{padding-top:0!important;padding-bottom:0!important}}.rnovaPriceList tr{font-size:18px}.rnovaPriceList tr+tr.last-show td{border-bottom:1px solid #d9dbe0}.rnovaPriceList td{background:#fff;border:1px solid #d9dbe0;border-bottom:none;padding:20px 30px;color:#2d282a}.rnovaPriceList tr:last-child td{border-bottom:1px solid #d9dbe0}.rnovaPriceList td:last-child{border-left:0;width:200px}.rnovaPriceList td .price{display:flex;justify-content:center;align-items:center;font-weight:700}.rnovaPriceList-item{margin-bottom:10px}.rnovaPriceList-item__name{background:#f8ecf2;border-radius:5px;padding:24px 30px;font-size:18px;font-family:GeometriaBold;position:relative;cursor:pointer}.rnovaPriceList-item__name span{display:block;width:calc(100% - 30px)}.rnovaPriceList-item__name svg{display:block;background:url(/theme/assets/img/ext-sprite.svg#check-down) no-repeat;width:16px;height:9px;position:absolute;right:35px;top:50%;margin-top:-4px;stroke:#333232;transition:stroke .3s,transform .3s}.rnovaPriceList-item__content{display:none}.rnovaPriceList-item__children{padding:20px 10px}.rnovaPriceList-item__children .rnovaPriceList-item__name{background:#f3f5f8}.rnovaPriceList-item.active>.rnovaPriceList-item__content{display:block}.rnovaPriceList-item.active>.rnovaPriceList-item__name svg{transform:rotate(-180deg)}.servicePricelist{padding-top:100px;padding-bottom:100px;background:#fff}@media screen and (max-width:calc(768px - 1px)){.servicePricelist{padding-top:50px;padding-bottom:50px}}.servicePricelist .rnova-widget .v-expansion-panel-header{background:#f8ecf2;font-weight:500;border-radius:5px}.servicePricelist .rnova-widget .v-data-table>.v-data-table__wrapper>table>tbody>tr>td{background:#fff!important;border:1px solid #d9dbe0!important;border-bottom:none!important}.servicePricelist .rnova-widget .v-data-table>.v-data-table__wrapper>table>tbody>tr:last-child td{border-bottom:1px solid #d9dbe0!important}.servicePricelist .rnova-widget .price{width:100%!important;background-color:#fff!important}.servicePricelist .rnova-widget .v-data-table>.v-data-table__wrapper>table>tbody>tr>td:last-child{width:200px!important;border-left:none!important}.servicePricelist .rnova-widget .theme--light.v-expansion-panels .v-expansion-panel{margin-bottom:10px}.servicePricelist .rnova-widget .v-expansion-panel{position:initial}.servicePricelist .rnova-widget .theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{display:none}.servicePricelist .rnova-widget .v-application--wrap{min-height:auto}@media (max-width:650px){.servicePricelist .rnova-widget .v-data-table>.v-data-table__wrapper>table>tbody>tr>td:last-child{width:90px!important}.servicePricelist .rnova-widget .v-data-table>.v-data-table__wrapper>table>tbody>tr>td:last-child .price{width:100%!important;font-weight:400!important;font-size:14px}.rnovaPriceList td{padding:20px 20px;font-size:14px}.rnovaPriceList td:last-child{width:100px;font-weight:400;font-size:14px;padding:20px 0}.rnovaPriceList-item__name span{font-size:16px}}.heroDoctor{background:#fff;margin-bottom:100px}@media screen and (max-width:calc(576px - 1px)){.heroDoctor{margin-top:30px;margin-bottom:60px}}.heroDoctor-box{border:1px solid #d9dbe0;border-radius:5px}.heroDoctor-list{display:flex;flex-wrap:wrap}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-list{display:flex}}.heroDoctor-left{width:calc(100% - 487px);padding:30px;display:flex;flex-direction:column}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-left{width:calc(100% - 200px)}}@media screen and (max-width:calc(768px - 1px)){.heroDoctor-left{width:100%}}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-left{padding:20px}}.heroDoctor-right{width:487px}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-right{width:200px}}@media screen and (max-width:calc(768px - 1px)){.heroDoctor-right{width:100%}}.heroDoctor-right img{min-height:598px;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-right img{min-height:inherit;height:auto}}.heroDoctor-name h1{color:#2d282a;margin-bottom:10px}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-name h1{font-size:28px}}.heroDoctor-info{color:#5c595a;font-size:18px}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-info{font-size:16px}}.heroDoctor-items{margin-top:30px}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-items{margin-top:20px}}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-btn{order:2}}.heroDoctor-btn a{padding:14px 44px;font-size:18px;font-weight:500}.heroDoctor-btn a:hover{background:#c22c77}.heroDoctor-btn a:after{display:none}.heroDoctor-top{padding-bottom:30px}.heroDoctor-bottom{margin-top:auto;display:flex}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-bottom{flex-wrap:wrap}}.heroDoctor-item{margin-bottom:16px}.heroDoctor-item__name{font-size:16px;color:#5c595a;margin-bottom:6px}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-item__name{font-size:14px}}.heroDoctor-item__val{font-size:18px;color:#2d282a;font-weight:500}@media screen and (max-width:calc(576px - 1px)){.heroDoctor-item__val{font-size:16px}}.heroDoctor-video{margin-left:20px}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-video{order:1;margin-left:0;margin-bottom:14px}}.heroDoctor-video a{display:flex;align-items:center}.heroDoctor-video i{width:50px;height:50px;background:url(../img/doctor/video-icon.svg) no-repeat;background-size:100%}.heroDoctor-video span{font-size:16px;color:#5c595a;line-height:1.2;margin-left:10px}.heroDoctor-video a:hover i{background:url(../img/doctor/video-icon2.svg) no-repeat;background-size:100%}.heroDoctor-menu{background:#f3f5f8;border-radius:5px;padding:0 30px}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-menu{overflow:auto}}.heroDoctor-menu ul{display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:calc(992px - 1px)){.heroDoctor-menu ul{width:750px}}.heroDoctor-menu a{padding:18px 0;display:block;color:#5c595a;border-bottom:1.8px solid transparent}.heroDoctor-menu a:hover{color:#a7115c}.heroDoctor-menu a.active{border-color:#a7115c;color:#a7115c}.doctorContent{background:#fff}.doctorContent-name{font-size:24px;color:#2d282a;font-weight:500;margin-bottom:30px}.doctorContent-list{display:flex;flex-wrap:wrap}.doctorContent-left{width:calc(100% - 311px)}@media screen and (max-width:calc(992px - 1px)){.doctorContent-left{width:calc(100% - 210px)}}@media screen and (max-width:calc(768px - 1px)){.doctorContent-left{width:100%}}.doctorContent-sticky{position:sticky;top:100px}.doctorContent-right{width:279px;margin-left:auto;position:relative}@media screen and (max-width:calc(992px - 1px)){.doctorContent-right{width:200px}}@media screen and (max-width:calc(768px - 1px)){.doctorContent-right{display:none}}.doctorContent-right img{display:block;max-width:100%;border-radius:5px}.doctorContent-text{font-size:18px;line-height:1.4;color:#5c595a}@media screen and (max-width:calc(992px - 1px)){.doctorContent-text{font-size:14px}}.doctorContent-btn{margin-top:14px}.doctorContent-btn a{width:100%;font-size:14px;font-weight:500}.doctorContent-btn a:hover{background:#c22c77}.doctorContent-btn a:after{display:none}.doctorContent-items{margin-top:60px}.doctorContent-item{border-top:1px solid #d9dbe0;padding:20px 0;display:flex;flex-wrap:wrap;font-size:18px}@media screen and (max-width:calc(992px - 1px)){.doctorContent-item{font-size:14px}}.doctorContent-item__num{width:185px;font-weight:500;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.doctorContent-item__num{width:100px}}@media screen and (max-width:calc(576px - 1px)){.doctorContent-item__num{width:100%}}.doctorContent-item__text{width:calc(100% - 185px);color:#5c595a;line-height:1.4}@media screen and (max-width:calc(768px - 1px)){.doctorContent-item__text{width:calc(100% - 120px)}}@media screen and (max-width:calc(576px - 1px)){.doctorContent-item__text{width:100%;margin-top:10px}}.doctorSerf{margin-top:100px}@media screen and (max-width:calc(576px - 1px)){.doctorSerf{margin-top:60px}}.doctorSerf .slider-pagination-new{display:none}.doctorSerf .js_doctor-serf{position:relative}.doctorSerf-sw{position:relative}.doctorSerf-item__box{width:100%;height:244px;border-radius:5px;background:#f3f5f8;border:1px solid #d9dbe0}.doctorSerf-item img{display:block;max-width:100%;margin-left:auto;margin-right:auto}@media (max-width:1340px){.doctorSerf .slider-pagination-new{display:flex}}.doctorArticle{margin-top:100px}.doctorArticle-item{border-radius:5px;height:100%}.doctorArticle-item__img{height:250px}.doctorArticle-item__img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:5px 5px 0 0}.doctorArticle-item__content{border:1px solid #d9dbe0;border-top:0;border-radius:0 0 5px 5px;padding:24px;height:calc(100% - 250px);display:flex;flex-direction:column}.doctorArticle-item__name{display:block;font-size:18px;color:#2d282a;line-height:1.3;font-weight:500}.doctorArticle-item__bottom{display:flex;padding-top:18px;align-items:center;margin-top:auto}.doctorArticle-item__more{color:#a7115c;font-weight:500;font-size:14px;position:relative;display:inline-block}.doctorArticle-item__more::after{content:"";display:block;width:100%;height:1px;background:#a7115c;margin-top:1px}.doctorArticle-item__more:hover{color:#d31574}.doctorArticle-item__more:hover::after{background:#d31574}.doctorArticle-item__date{display:flex;align-items:center;gap:10px;margin-left:auto}.doctorArticle-item__date i{background:url(../img/doctor/calendar.svg) no-repeat;background-size:100%;width:21px;height:20px}.doctorArticle-item__date span{font-size:14px;color:#2d282a}.pageArticle{background:#fff}.pageArticle-wrap{display:flex;flex-wrap:wrap;padding-bottom:40px}.pageArticle-wrap__left{width:calc(100% - 312px)}@media screen and (max-width:calc(992px - 1px)){.pageArticle-wrap__left{width:100%;order:2}}.pageArticle-wrap__right{width:279px;margin-left:auto}@media screen and (max-width:calc(992px - 1px)){.pageArticle-wrap__right{width:100%;order:1}}.pageArticle-template .serviceDoctors{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.pageArticle-template .serviceDoctors{padding-top:50px}}.pageArticle-menu{border:1px solid #d9dbe0;border-radius:5px;position:sticky;top:100px}.pageArticle-menu.mob{display:none}@media screen and (max-width:calc(992px - 1px)){.pageArticle-menu.mob{display:block;margin-bottom:40px;position:relative;top:0}}@media screen and (max-width:calc(992px - 1px)){.pageArticle-menu.des{display:none}}.pageArticle-menu__name{font-size:18px;font-weight:500;color:#2d282a;padding:18px 20px;background:#f3f5f8;border-bottom:1px solid #d9dbe0;border-radius:5px 5px 0 0}.pageArticle-menu__items{padding:18px 20px}.pageArticle-menu li{margin-bottom:12px}.pageArticle-menu li:last-child{margin-bottom:0}.pageArticle-menu a{font-size:16px;color:#2d282a}.pageArticle-menu a:hover{color:#a7115c}.pageArticle-top{display:flex;flex-wrap:wrap;gap:30px;border-bottom:1px solid #d9dbe0;padding-bottom:20px;margin-bottom:30px}@media screen and (max-width:calc(768px - 1px)){.pageArticle-top{display:block}}.pageArticle-top__default{display:flex;align-items:center}@media screen and (max-width:calc(768px - 1px)){.pageArticle-top__default{margin-bottom:10px}}.pageArticle-top__default-icon{width:22px;height:22px;margin-right:10px}.pageArticle-top__default-name{color:#5c595a;font-size:14px;position:relative;top:2px}.pageArticle-top__date-icon{background:url(../img/article/date.svg) no-repeat}.pageArticle-top__time-icon{background:url(../img/article/time.svg) no-repeat}.pageArticle-top__share{margin-left:auto;position:relative}.pageArticle-top__share-click{display:flex;cursor:pointer}.pageArticle-top__share-icon{width:20px;height:20px;background:url(../img/article/share.svg) no-repeat}.pageArticle-top__share.active .pageArticle-top__default-name{color:#a7115c}.pageArticle-top__share.active .pageArticle-share{display:block}.pageArticle-share{width:284px;height:110px;border:1px solid #e8eaef;border-radius:5px;box-shadow:-4px 24px 50px 0 rgba(45,40,42,.08);background:#fff;padding:20px;position:absolute;right:0;top:30px;display:none;z-index:2}.pageArticle-share__name{font-size:14px;font-weight:500;color:#5c595a}.pageArticle-share__items{display:flex;flex-wrap:wrap;margin-top:10px}.pageArticle-share__item{margin-right:10px}.pageArticle-share__item:last-child{margin-right:0}.pageArticle-content{font-size:16px;line-height:1.36}.pageArticle-content h2,.pageArticle-content h3,.pageArticle-content h4{font-weight:500;margin-top:20px;margin-bottom:20px;color:#2d282a}.pageArticle-content h2{font-size:24px}@media screen and (max-width:calc(768px - 1px)){.pageArticle-content h2{font-size:22px}}.pageArticle-content h3{font-size:18px}@media screen and (max-width:calc(768px - 1px)){.pageArticle-content h3{font-size:16px}}.pageArticle-content h4{font-size:17px}@media screen and (max-width:calc(768px - 1px)){.pageArticle-content h4{font-size:15px}}.pageArticle-content p{margin-bottom:12px}.pageArticle-content p:last-child{margin-bottom:0}.pageArticle-content ol{counter-reset:myCounter;margin:12px 0}.pageArticle-content li{position:relative;padding-left:20px;margin-bottom:6px}.pageArticle-content ol li:before{counter-increment:myCounter;content:counter(myCounter) ".";color:#a7115c;position:absolute;left:0}.pageArticle-content ul li{padding-left:15px}.pageArticle-content ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:#a7115c;display:block;position:absolute;left:0;top:6px}.pageArticle-content__item{margin-top:24px;border-bottom:1px solid #d9dbe0;padding-bottom:10px}.pageArticle-content__item.border{border-bottom:0;padding-bottom:0}.pageArticle-content__item.big{margin-top:60px}.pageArticle-content__item.last{border-bottom:0;padding-bottom:0;margin-top:60px}.pageArticle-content__num{display:flex;flex-wrap:wrap;margin-bottom:16px;align-items:center}.pageArticle-content__num i{width:36px;height:36px;border-radius:50%;border:1px solid #a7115c;font-size:14px;font-weight:500;display:flex;color:#a7115c;justify-content:center;align-items:center;font-style:normal}.pageArticle-content__num h2,.pageArticle-content__num h3,.pageArticle-content__num span{width:calc(100% - 50px);margin-left:auto;margin-top:0;margin-bottom:0}.pageArticle-content-galls{display:flex;flex-wrap:wrap;margin:30px -12px 20px}.pageArticle-content-gall{width:50%;padding:0 12px;margin-bottom:12px}@media screen and (max-width:calc(576px - 1px)){.pageArticle-content-gall{width:100%}}.pageArticle-content-gall img{display:block;max-width:100%;border-radius:16px}.pageArticle-author{background:#f3f5f8;border:1px solid #d9dbe0;border-radius:20px;padding:24px 30px;display:flex;flex-wrap:wrap;margin-bottom:100px}.pageArticle-author-left{display:flex;flex-wrap:wrap;width:calc(100% - 255px)}@media screen and (max-width:calc(992px - 1px)){.pageArticle-author-left{width:100%}}.pageArticle-author-img{padding:8px;border:1px solid #a7115c;border-radius:50%;align-self:center}.pageArticle-author-img img{width:84px;height:84px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.pageArticle-author-content{width:calc(100% - 120px);margin-left:auto;align-self:center}@media screen and (max-width:calc(768px - 1px)){.pageArticle-author-content{width:100%;margin-top:16px}}.pageArticle-author-label{background:#a7115c;border-radius:47px;display:inline-flex;padding:7px 18px;margin-bottom:14px}.pageArticle-author-label i{width:20px;height:20px;display:block;background:url(../img/article/ok-icon.svg) no-repeat;background-size:100%}.pageArticle-author-label span{font-size:14px;color:#fff;font-weight:500;margin-left:6px;align-self:center}.pageArticle-author-name{font-size:18px;color:#2d282a;font-weight:500}.pageArticle-author-job{font-size:14px;color:#5c595a;margin-top:4px}.pageArticle-author-soc{display:flex;margin-left:auto;margin-top:auto;width:255px}@media screen and (max-width:calc(992px - 1px)){.pageArticle-author-soc{width:100%;margin-top:30px}}.pageArticle-author-soc__name{font-size:14px;color:#5c595a;line-height:1.2;align-self:center;margin-right:16px}.pageArticle-author-soc__items{display:flex;align-self:center}.pageArticle-author-soc__item{margin-right:8px}.pageArticle-author-soc__item:last-child{margin-right:0}.home-body{background:#fff;transition:opacity 1s}@media screen and (max-width:calc(1200px - 1px)){.home-body{opacity:1}}.home-sections{position:relative;z-index:1;overflow:hidden}.home-sections__inner{position:relative}.home-sections__inner::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(200.74deg,#f0cee3 0,rgba(238,206,228,0) 29.11%),linear-gradient(180deg,#f4cfe1 0,#f4cfe1 0,#fff8e5 44.27%,#fdfdfd 100%);content:""}.home-sections__logo{position:absolute;display:flex;align-items:flex-end;justify-content:center;width:100%}.home-sections__logo img{max-width:1800px;opacity:.5;transition:transform .5s}@media (max-width:1500px){.home-sections__logo img{max-width:1200px}}@media screen and (max-width:calc(576px - 1px)){.home-sections__logo img{max-width:100%}}.home-promo .card__name{min-height:48px}@media screen and (max-width:calc(576px - 1px)){.home-promo .card__name{min-height:96px}}.services-section{padding:40px 0}@media screen and (max-width:calc(768px - 1px)){.services-section{padding:30px 0}}.services-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 -32px}@media screen and (max-width:calc(992px - 1px)){.services-grid{margin:0 0 -16px}}.services-grid__item{position:relative;z-index:1;display:inline-flex;align-items:center;width:calc(50% - 16px);min-height:220px;margin:0 0 32px;padding:38px;color:#333232;background:#f3f5f8;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.services-grid__item{width:100%;min-height:190px;margin:0 0 16px}}@media screen and (max-width:calc(768px - 1px)){.services-grid__item{min-height:130px;padding:20px}}.services-grid__item:hover{color:#a7115c}.services-grid__item-img{position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services-grid__item-name{width:100%;max-width:340px;font-weight:500;font-size:35px;line-height:1}.services-grid__item-name span{color:#a7115c}@media screen and (max-width:calc(992px - 1px)){.services-grid__item-name{font-size:30px}}@media screen and (max-width:calc(576px - 1px)){.services-grid__item-name{font-size:20px}}.services-list{-moz-column-count:3;column-count:3}@media screen and (max-width:calc(992px - 1px)){.services-list{-moz-column-count:2;column-count:2}}@media screen and (max-width:calc(768px - 1px)){.services-list{-moz-column-count:auto;column-count:auto}}.services-list__item{padding:0 20px 0 0;overflow:hidden;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}@media screen and (max-width:calc(768px - 1px)){.services-list__item{padding:0;overflow:auto}}.services-list__item:not(:last-of-type){margin:0 0 15px}@media screen and (max-width:calc(768px - 1px)){.services-list__item:not(:last-of-type){margin:0 0 10px}}.services-list__link{color:#333232;transition:color .3s;font-weight:700;font-size:18px;line-height:1.33}.services-list__link:hover{color:#a7115c}.hospital-sections{background:#fff url(../img/landing/sections-bg.png) no-repeat top/cover}.hospital-sections--2{background:#fff url(../img/landing/sections-bg-2.png) no-repeat top/cover}.traumatology-sections{background:linear-gradient(180deg,#ebe8f1 41.81%,#fff 61.03%)}.traumatology-sections .landing-info{background:0 0}.traumatology-sections--2{background:linear-gradient(180deg,#fff 0,#edeffb 48.96%,#edeffb 100%)}.ambulance-sections{background:linear-gradient(180deg,#f5f5f1 0,#fff 67.07%)}.lab-sections{background:linear-gradient(179.4deg,#fae8ec .93%,#fff 99.89%)}.gyn-sections{background:linear-gradient(179.4deg,#fff .93%,#fdf0f7 43.71%,#fffcfd 88.03%,#fef9fc 99.89%)}.kt-sections{background:linear-gradient(179.4deg,#fff .93%,#edf0fa 99.89%)}.surgery-sections{position:relative;background:#fff}.surgery-sections--1::before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(321.74deg,#d1eaf3 4.11%,rgba(209,234,243,0) 53.78%);content:""}.surgery-sections--2{background:linear-gradient(179.4deg,#dbf5fd .93%,#fff 61.75%,#fff 87.52%,#f4fbfd 99.89%)}.chemistry-sections{background:linear-gradient(179.4deg,#fff .93%,#f8f6fb 42.48%,#fdfdfe 99.89%)}.oncology-sections{background:linear-gradient(179.4deg,#fff .93%,#f7f5fa 34.43%,#f8f7fb 55.56%,#fff 99.89%)}.ambulance-gallery{padding:0 0 120px}@media screen and (max-width:calc(992px - 1px)){.ambulance-gallery{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.ambulance-gallery{padding:0 0 50px}}.ambulance-gallery__btn{margin-left:20px}@media screen and (max-width:calc(768px - 1px)){.ambulance-gallery__btn{margin-left:0;margin-top:20px}}@media screen and (max-width:calc(576px - 1px)){.landing-btn{text-align:center}.landing-btn .btn{min-width:240px;padding:5px 20px}}@media screen and (max-width:calc(576px - 1px)){.direction-main .page-main__img{top:0}.direction-main .page-main__img-bg{display:block}.direction-main .page-main__img-el{position:absolute;right:0;bottom:0}}.direction-main__info ul li{display:flex}.direction-main__info ul li:not(:last-of-type){margin:0 0 10px}.direction-main__info ul li::before{flex-shrink:0;width:6px;height:6px;margin:7px 20px 0 0;background:#f3d4dd;border-radius:50%;content:""}.direction-about__wrap{padding:40px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.direction-about__wrap{padding:20px}}.direction-about__wrap h2{margin:0 0 30px}@media screen and (max-width:calc(992px - 1px)){.direction-about__wrap h2{margin:0 0 15px}}.direction-about__wrap h2:not(:first-of-type){margin-top:50px}@media screen and (max-width:calc(576px - 1px)){.direction-about__wrap h2:not(:first-of-type){margin-top:25px}}.direction-about__wrap p+ul{margin-top:20px}@media screen and (max-width:calc(576px - 1px)){.direction-about__wrap p+ul{margin-top:10px}}.direction-about__wrap p+ol{margin-top:20px}@media screen and (max-width:calc(576px - 1px)){.direction-about__wrap p+ol{margin-top:10px}}.direction-about__wrap p:not(:last-of-type){margin:0 0 12px}@media screen and (max-width:calc(576px - 1px)){.direction-about__wrap p:not(:last-of-type){margin:0 0 8px}}.direction-about__wrap ul{margin-bottom:25px}.direction-about__wrap ul li{display:flex}.direction-about__wrap ul li:not(:last-of-type){margin:0 0 10px}.direction-about__wrap ul li::before{flex-shrink:0;width:6px;height:6px;margin:7px 20px 0 0;background:#f3d4dd;border-radius:50%;content:""}.direction-about__wrap ol li{list-style-position:inside;list-style-type:decimal}.direction-about__wrap ol li:not(:last-of-type){margin:0 0 5px}.direction-nav__wrap{display:flex;flex-wrap:wrap}@media screen and (max-width:calc(992px - 1px)){.direction-nav__wrap{justify-content:space-between;margin:0 0 -16px}}.direction-nav__item{position:relative;z-index:1;display:inline-flex;align-items:center;width:calc(25% - 24px);min-height:126px;margin:0 32px 15px 0;padding:20px;color:#333232;background:#f3f5f8;transition:color .3s}@media screen and (max-width:calc(992px - 1px)){.direction-nav__item{width:calc(50% - 8px);margin:0 0 16px}}@media screen and (max-width:calc(576px - 1px)){.direction-nav__item{width:100%}}.direction-nav__item:nth-child(4n){margin-right:0}.direction-nav__item::after{position:absolute;top:0;left:40px;z-index:-1;width:100%;max-width:240px;height:100%;background:url(../img/services-el.svg) no-repeat center/contain;content:""}@media screen and (max-width:calc(1200px - 1px)){.direction-nav__item::after{left:0}}.direction-nav__item:hover{color:#a7115c}.direction-nav__item-img{position:absolute;right:0;bottom:0;z-index:-1;max-width:190px;max-height:150px}.direction-nav__item-name{width:100%;max-width:156px}.surgery-directions{counter-reset:directionNum}.surgery-directions .swiper-slide .card::before{position:absolute;top:10px;left:30px;color:rgba(255,255,255,.9);font-weight:700;font-size:220px;line-height:1;text-shadow:0 2px 7px rgba(0,0,0,.15);content:counter(directionNum);counter-increment:directionNum}@media screen and (max-width:calc(992px - 1px)){.surgery-directions .swiper-slide .card::before{font-size:180px}}@media screen and (max-width:calc(576px - 1px)){.surgery-directions .swiper-slide .card::before{font-size:120px}}.surgery-promo__wrap{width:100%;max-width:710px}.surgery-promo__title{margin:0}.surgery-promo__subtitle{margin:0 0 10px;font-weight:500;font-size:60px;line-height:1}@media screen and (max-width:calc(1200px - 1px)){.surgery-promo__subtitle{font-size:42px}}@media screen and (max-width:calc(992px - 1px)){.surgery-promo__subtitle{font-size:32px}}@media screen and (max-width:calc(576px - 1px)){.surgery-promo__subtitle{font-size:28px}}.surgery-promo__text{font-weight:500;font-size:25px}@media screen and (max-width:calc(1200px - 1px)){.surgery-promo__text{font-size:22px}}@media screen and (max-width:calc(992px - 1px)){.surgery-promo__text{font-size:20px}}@media screen and (max-width:calc(576px - 1px)){.surgery-promo__text{font-size:18px}}.surgery-slider{padding:0 0 95px}.surgery-slider .container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.surgery-slider .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.surgery-slider .container{padding-top:50px}}.surgery-slider .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.surgery-slider .container::before{max-width:calc(100% - 32px)}}@media screen and (max-width:calc(992px - 1px)){.surgery-slider{padding:0 0 70px}}@media screen and (max-width:calc(576px - 1px)){.surgery-slider{padding:0 0 50px}}.surgery-slider__content{position:relative}@media (max-width:1330px){.surgery-slider__content .slider-btn{display:none}}.surgery-slider__content .slider-btn{top:auto;bottom:calc(50% - 60px)}.surgery-slider__title{margin:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.surgery-slider__title{margin:0 0 40px}}.surgery-slider__item-info{position:relative;height:676px}@media screen and (max-width:calc(1200px - 1px)){.surgery-slider__item-info{height:590px}}@media screen and (max-width:calc(992px - 1px)){.surgery-slider__item-info{height:450px}}@media screen and (max-width:calc(768px - 1px)){.surgery-slider__item-info{height:350px}}@media screen and (max-width:calc(576px - 1px)){.surgery-slider__item-info{height:270px}}.surgery-slider__item-info svg{position:absolute;top:-5px;left:2px;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0}.surgery-slider__item-info svg:hover{opacity:1}.surgery-slider__popup{position:relative;z-index:99;width:100%;max-width:470px;padding:16px;background:#fff;border-radius:20px;opacity:1;pointer-events:none;font-size:15px;line-height:1.2}@media screen and (max-width:calc(768px - 1px)){.surgery-slider__popup{max-width:300px;padding:12px}}@media screen and (max-width:calc(576px - 1px)){.surgery-slider__popup{padding:8px;border-radius:10px}.surgery-slider__popup h3{font-size:16px}.surgery-slider__popup p{display:none}}.surgery-slider__popup h3{font-weight:700;font-size:18px;line-height:1.33}.surgery-slider__item-bg{position:absolute;top:0;left:0;display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:opacity .5s}.surgery-slider__item-bg.faded{animation:faded .5s both}.surgery-slider__item-bg--top{opacity:0}@media screen and (max-width:calc(1280px - 1px)){.surgery-slider__item-bg--top{height:100%;opacity:1}}.surgery-slider__item-bg-overlay{position:absolute;top:0;left:0;display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.surgery-slider__item-mask{cursor:pointer;opacity:0}.surgery-slider__item-mask:hover{opacity:1}.surgery-word{position:relative;padding:0 0 110px}@media screen and (max-width:calc(992px - 1px)){.surgery-word{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.surgery-word{padding:0 0 50px}}.surgery-word .container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.surgery-word .container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.surgery-word .container{padding-top:50px}}.surgery-word .container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.surgery-word .container::before{max-width:calc(100% - 32px)}}.surgery-word__el{position:absolute;top:180px;right:0;max-width:1170px}@media screen and (max-width:calc(992px - 1px)){.surgery-word__el{max-width:700px}}@media screen and (max-width:calc(576px - 1px)){.surgery-word__el{max-width:100%}}.surgery-word__title{margin:0 0 120px}@media screen and (max-width:calc(1200px - 1px)){.surgery-word__title{margin:0 0 80px}}@media screen and (max-width:calc(992px - 1px)){.surgery-word__title{margin:0 0 40px}}.surgery-word__wrap{display:flex;align-items:flex-start}@media screen and (max-width:calc(992px - 1px)){.surgery-word__wrap{flex-direction:column-reverse}}.surgery-word__info{margin:0 100px 0 0;padding:35px 50px 60px;background:#fff;border-radius:40px}@media screen and (max-width:calc(1200px - 1px)){.surgery-word__info{margin:0 40px 0 0}}@media screen and (max-width:calc(992px - 1px)){.surgery-word__info{margin:20px 0 0;padding:20px}}.surgery-word__info-quote{margin:0 0 50px;font-style:italic;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.surgery-word__info-quote{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.surgery-word__info-quote{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.surgery-word__info-quote{margin:0 0 20px}}.surgery-word__info-quote p:not(:last-of-type){margin:0 0 10px}.surgery-word__info-name{margin:0 0 10px;font-weight:700}.surgery-word__photo{flex-shrink:0;width:100%;max-width:416px;background:rgba(255,255,255,.4)}@media screen and (max-width:calc(1200px - 1px)){.surgery-word__photo{max-width:350px}}.surgery-word__btn{margin:20px 0 0}.search-head{padding:50px 0}.mrt-advantages{padding:130px 0 80px}@media screen and (max-width:calc(1280px - 1px)){.mrt-advantages{padding:80px 0}}@media screen and (max-width:calc(992px - 1px)){.mrt-advantages{padding:50px 0}}.mrt-advantages__wrap{display:flex;flex-wrap:wrap;margin:0 -16px -32px;counter-reset:mrt-advantages}@media screen and (max-width:calc(768px - 1px)){.mrt-advantages__wrap{display:block;margin:0 0 -16px}}.mrt-advantages__item{width:25%;padding:0 16px 32px;font-size:15px;line-height:1.2}.mrt-advantages__item h3{min-height:90px;margin:-150px 0 25px}@media screen and (max-width:calc(1280px - 1px)){.mrt-advantages__item h3{margin:-120px 0 20px}}@media screen and (max-width:calc(1200px - 1px)){.mrt-advantages__item h3{min-height:60px;margin:-70px 0 20px}}@media screen and (max-width:calc(992px - 1px)){.mrt-advantages__item h3{min-height:50px}}@media screen and (max-width:calc(768px - 1px)){.mrt-advantages__item h3{min-height:auto;margin:-30px 0 10px}}.mrt-advantages__item p:not(:last-child){margin:0 0 5px}.mrt-advantages__item::before{color:#f6edf6;font-weight:700;font-size:396px;line-height:1;content:counter(mrt-advantages);counter-increment:mrt-advantages}@media screen and (max-width:calc(1280px - 1px)){.mrt-advantages__item::before{font-size:300px}}@media screen and (max-width:calc(1200px - 1px)){.mrt-advantages__item::before{font-size:200px}}@media screen and (max-width:calc(768px - 1px)){.mrt-advantages__item::before{font-size:100px}}@media screen and (max-width:calc(1200px - 1px)){.mrt-advantages__item{width:50%}}@media screen and (max-width:calc(768px - 1px)){.mrt-advantages__item{width:100%;padding:0 0 16px}}.mrt-machines>.container{padding-top:100px}@media screen and (max-width:calc(992px - 1px)){.mrt-machines>.container{padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machines>.container{padding-top:50px}}.mrt-machines>.container::before{position:absolute;top:0;left:16px;width:100%;max-width:384px;height:3px;background:#333232;content:""}@media screen and (max-width:calc(576px - 1px)){.mrt-machines>.container::before{max-width:calc(100% - 32px)}}.mrt-machine:not(:first-child){padding-top:120px}@media screen and (max-width:calc(992px - 1px)){.mrt-machine:not(:first-child){padding-top:80px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine:not(:first-child){padding-top:50px}}.mrt-machine:nth-child(2n) .mrt-machine__descr{background:#f9f7fc}.mrt-machine:nth-child(2n) .mrt-machine__info::before{background:linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%),linear-gradient(90deg,#f9e3f5 .26%,#fef9f9 99.95%)}.mrt-machine:nth-child(2n) .mrt-machine__info-item{background:#f0ebf6}.mrt-machine__title{display:flex;align-items:center;font-weight:500;font-size:55px;line-height:1.11}@media screen and (max-width:calc(1280px - 1px)){.mrt-machine__title{font-size:42px}}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__title{font-size:32px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__title{font-size:26px}}.mrt-machine__title-num{flex-shrink:0;margin:0 15px 0 0;color:#a7115c;font-weight:500;font-size:144px;line-height:1}@media screen and (max-width:calc(1280px - 1px)){.mrt-machine__title-num{font-size:120px}}@media screen and (max-width:calc(1200px - 1px)){.mrt-machine__title-num{font-size:80px}}@media screen and (max-width:calc(768px - 1px)){.mrt-machine__title-num{font-size:40px}}.mrt-machine__gallery{display:grid;grid-gap:32px;grid-template-columns:1fr 384px;padding:0 0 80px}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__gallery{grid-gap:16px;grid-template-columns:1fr 270px;padding:0 0 50px}}@media screen and (max-width:calc(768px - 1px)){.mrt-machine__gallery{display:block}}.mrt-machine__gallery-item{display:block}@media screen and (max-width:calc(768px - 1px)){.mrt-machine__gallery-item{pointer-events:none}.mrt-machine__gallery-item:not(:last-of-type){margin:0 0 16px}}.mrt-machine__gallery-item:first-child{grid-row:span 2/auto}.mrt-machine__gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mrt-machine__descr{padding:40px 72px;background:#fcf4fb;font-size:24px;line-height:1.17}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__descr{font-size:16px;line-height:1.3}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__descr{font-size:14px}}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__descr{padding:30px 42px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__descr{padding:20px}}.mrt-machine__descr p:not(:last-child){margin:0 0 7px}.mrt-machine__info{position:relative;z-index:1;padding:0 0 120px;overflow:hidden}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__info{padding:0 0 80px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__info{padding:0 0 50px}}.mrt-machine__info::before{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%),linear-gradient(90deg,#d4def1 .26%,#eedde8 99.95%);content:""}.mrt-machine__info-el{position:absolute;bottom:0;left:0;z-index:-1;max-width:1650px;-o-object-fit:cover;object-fit:cover}@media (max-width:1500px){.mrt-machine__info-el{max-width:100%}}.mrt-machine__info-wrap{display:flex;flex-wrap:wrap;justify-content:center}.mrt-machine__info-item{display:flex;align-items:center;width:calc(50% - 16px);margin:0 32px 32px 0;padding:30px 50px 30px 40px;background:#f6edf6}.mrt-machine__info-item:nth-child(2n){margin-right:0}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__info-item{width:calc(50% - 8px);margin:0 16px 16px 0;padding:20px}}@media screen and (max-width:calc(768px - 1px)){.mrt-machine__info-item{display:block;padding:15px;font-size:14px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__info-item{width:calc(50% - 6px);margin:0 12px 12px 0;font-size:13px}}.mrt-machine__info-item-num{flex-shrink:0;margin:0 20px 0 0;color:#fff;font-weight:700;font-size:94px;line-height:1}@media screen and (max-width:calc(992px - 1px)){.mrt-machine__info-item-num{font-size:60px}}@media screen and (max-width:calc(768px - 1px)){.mrt-machine__info-item-num{display:block;font-size:40px}}@media screen and (max-width:calc(576px - 1px)){.mrt-machine__info-item-num{font-size:32px}}.geoNew{padding:100px 0;background:#fff}@media screen and (max-width:calc(768px - 1px)){.geoNew{padding:60px 0}}.geoNew__list{display:flex;flex-wrap:wrap}.geoNew__left{padding:24px;background-color:#f3f5f8;border-radius:5px;display:grid;gap:18px;width:487px}@media screen and (max-width:calc(992px - 1px)){.geoNew__left{width:100%}}.geoNew__right{width:calc(100% - 512px);margin-left:auto;border-radius:5px;border:1px solid #d9dbe0}@media screen and (max-width:calc(992px - 1px)){.geoNew__right{width:100%;margin-top:20px}}@media screen and (max-width:calc(768px - 1px)){.geoNew__right{height:380px}}.geoNew .geo__map.geo__map--full{height:100%;margin-top:0;border-radius:5px}@media screen and (max-width:calc(576px - 1px)){.geoNew .geo__map.geo__map--full{width:100%;margin-left:0}}.geoNew .geo__map.geo__map--full ymaps{border-radius:5px}.geoNew__header{display:grid;gap:10px}.geoNew__title{font-weight:500;font-size:28px;line-height:1.2;color:#2d282a}@media screen and (max-width:calc(576px - 1px)){.geoNew__title{font-size:24px}}.geoNew__description{font-size:16px;line-height:1.4;color:#5c595a}.geoNew__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.geoNew__card{display:grid;gap:14px;padding:16px;background-color:#fff;border-radius:5px}.geoNew__card--big{grid-column:span 2}.geoNew__card-icon-wrapper{width:46px;height:46px;border-radius:50%;background-color:rgba(167,17,92,.08);display:flex;justify-content:center;align-items:center}.geoNew__card-title{font-size:16px;line-height:1.34;color:#5c595a}.geoNew__card-time{font-weight:500;font-size:16px;line-height:1.34;color:#2d282a}.geoNew__actions{display:grid;gap:10px;margin-top:6px}.geoNew__transport{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media screen and (max-width:calc(576px - 1px)){.geoNew__transport{grid-template-columns:1fr}}.geoNew__transport-btn{display:flex;align-items:center;gap:12px;padding:12px 20px;background-color:rgba(167,17,92,.1);border-radius:48px;font-size:16px;line-height:1.36;color:#2d282a;text-decoration:none}.geoNew__transport-btn img{width:24px;height:24px}.geoNew__transport-btn:hover{background-color:#a7115c;color:#fff}.geoNew__btn{display:flex;justify-content:center;align-items:center;padding:13px 20px;background-color:#a7115c;border-radius:40px;font-weight:500;font-size:16px;line-height:1.2;color:#fff;text-decoration:none}.geoNew__btn:hover{background-color:#d31574}.home-news{display:grid;gap:40px;padding-top:100px;background:#fff}@media screen and (max-width:calc(768px - 1px)){.home-news{padding-top:60px}}.home-news__header{display:flex;justify-content:space-between;align-items:center}.home-news__title{font-family:Geometria,sans-serif;font-weight:500;font-size:36px;line-height:1.2;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.home-news__title{font-size:24px}}.home-news__all-link{font-family:Geometria,sans-serif;font-size:16px;line-height:1.5;color:#a7115c;text-decoration:none;border-bottom:1px solid #a7115c}.home-news__content{display:grid;grid-template-columns:384px 1fr;gap:32px}@media screen and (max-width:calc(1280px - 1px)){.home-news__content{gap:20px}}@media screen and (max-width:calc(992px - 1px)){.home-news__content{grid-template-columns:1fr}}@media screen and (max-width:calc(768px - 1px)){.home-news__content{gap:8px}}.home-news__content-right{display:grid;grid-template-columns:1fr 1fr;gap:32px;row-gap:20px}@media screen and (max-width:calc(1280px - 1px)){.home-news__content-right{gap:20px}}@media screen and (max-width:calc(768px - 1px)){.home-news__content-right{grid-template-columns:1fr;gap:8px}}.home-news__card{display:grid;grid-template-rows:auto 1fr;background-color:#fff;border:1px solid #d9dbe0;border-radius:5px;height:400px;transition:background ease .2s,transform ease .2s,box-shadow ease .2s}@media screen and (max-width:calc(768px - 1px)){.home-news__card{height:auto}}.home-news__card:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.1);border-color:#fff}.home-news__card--large{grid-column:span 1;grid-row:span 2}.home-news__card--large .home-news__card-image-wrapper{height:260px}.home-news__card-image-wrapper{height:120px;overflow:hidden}.home-news__card-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px 0 0 5px}.home-news__card-content{padding:24px;display:grid;gap:12px;justify-content:center}.home-news__card-meta{display:flex;align-items:center;gap:10px;font-family:Geometria,sans-serif;font-size:14px;line-height:1.16;color:#5c595a}.home-news__card-meta span{display:flex;align-items:center;gap:10px}.home-news__card-meta span::after{content:"";display:block;width:3px;height:3px;background-color:#a7115c;border-radius:50%}.home-news__card-meta span:last-child::after{display:none}.home-news__card-title{font-family:Geometria,sans-serif;font-weight:500;font-size:16px;line-height:1.32;color:#2d282a}.home-news__card--small{display:flex;flex-wrap:wrap;height:120px;transition:background ease .2s,transform ease .2s,box-shadow ease .2s}@media screen and (max-width:calc(768px - 1px)){.home-news__card--small{height:auto;min-height:112px}}.home-news__card--small:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.1);border-color:#fff}@media screen and (max-width:calc(768px - 1px)){.home-news__card--small:nth-child(n+4){display:none}}.home-news__card--small .home-news__card-image-wrapper{width:120px;height:120px}@media screen and (max-width:calc(1200px - 1px)){.home-news__card--small .home-news__card-image-wrapper{display:none}}.home-news__card--small .home-news__card-content{width:calc(100% - 144px);display:flex;flex-direction:column}@media screen and (max-width:calc(1280px - 1px)){.home-news__card--small .home-news__card-content{padding:15px;width:calc(100% - 120px)}}@media screen and (max-width:calc(1200px - 1px)){.home-news__card--small .home-news__card-content{width:100%}}@media screen and (max-width:calc(768px - 1px)){.home-news__card--small .home-news__card-content{justify-content:normal}}.home-news__card--small .home-news__card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-title__header{display:flex;justify-content:space-between;align-items:center}.home-title__title{font-family:Geometria,sans-serif;font-weight:500;font-size:36px;line-height:1.2;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.home-title__title{font-size:24px}}.home-title__all-link{font-family:Geometria,sans-serif;font-size:16px;line-height:1.5;color:#a7115c;text-decoration:none;border-bottom:1px solid #a7115c}.homeReviews{background:#f3f5f8;padding:100px 0}@media screen and (max-width:calc(768px - 1px)){.homeReviews{padding:60px 0}}.homeReviews .swiper{padding:0}.homeReviews .page-slider{margin:0}.homeReviews .reviews-section__wrap{padding:0}.homeReviews .reviews-section__slider{margin-top:40px}.homeReviews .home-news__header{margin-bottom:40px}.homeReviews .d-btn svg{stroke:#a7115c;stroke-width:1.5px;margin-right:10px}.homeReviews .d-btn:hover svg{stroke:#fff}.homeReviews .serviceRev-item{border:none}.homeReviews .slider-btn__new{border:none}.homeReviews .yandex{width:auto;max-width:70px}.homeReviews .serviceRev-item__source img{margin:0 0 0 auto}.homeReviews .review-card{padding:24px;border-radius:5px;max-width:100%}.homeReviews .review-card__star{display:flex;flex-wrap:wrap;gap:1px}.homeReviews .review-card__star span{width:15px;height:15px;display:block;background:url(../img/rev-star-new2.svg) no-repeat}.homeReviews .review-card__star span.active{background:url(../img/rev-star-new.svg) no-repeat}.homeReviews .review-card__dateNew{color:#5c595a;font-size:14px;margin-left:auto}.homeReviews .review-card__top{display:flex;align-items:center}.homeReviews .review-card__patient{color:#2d282a;font-size:18px;font-weight:500}.homeReviews .review-card__info{padding:0;margin-top:18px}.homeReviews .review-card__text{margin-top:10px;color:#5c595a;font-size:16px;line-height:1.5}.homeReviews .review-card__text::before{opacity:0}.homeReviews .review-card__more{margin-top:0}.homeReviews .review-card__more-text{font-size:14px}.homeReviews .review-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:24px;width:100%;min-height:22px}.homeReviews .review-card__video{position:relative;width:260px;max-width:100%;margin:8px auto 0;cursor:pointer}@media screen and (max-width:calc(576px - 1px)){.homeReviews .review-card__video{width:220px}}.homeReviews .review-card__video::before{display:block;padding-top:100%;content:""}.homeReviews .review-card__video.is-playing .review-card__video-btn{opacity:0;pointer-events:none}.homeReviews .review-card__video-media{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;border-radius:50%;overflow:hidden}.homeReviews .review-card__video-el{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.homeReviews .review-card__video-btn{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(0,0,0,.55);border-radius:50%;cursor:pointer;transition:background .3s,opacity .3s}.homeReviews .review-card__video-btn svg{margin-left:3px}.homeReviews .review-card__video-btn:hover{background:rgba(0,0,0,.75)}.slider-paginationNew .slider-pagination{margin-top:20px}.slider-paginationNew .slider-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#d9dbe0}.slider-paginationNew .slider-pagination .swiper-pagination-bullet-active{background:#a7115c}.homeAbout{background:#fff;margin:100px 0}@media screen and (max-width:calc(768px - 1px)){.homeAbout{margin:60px 0}}.home-about{display:flex;flex-wrap:wrap;margin-top:30px}.home-about__main{display:flex;flex-direction:column;gap:10px;width:509px}@media screen and (max-width:calc(992px - 1px)){.home-about__main{width:100%}}.home-about__text{background:#f3f5f8;border-radius:5px;padding:31px;font-size:16px;line-height:1.34;width:100%;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.home-about__text{padding:20px;font-size:14px}}.home-about__text p{margin-bottom:12px}.home-about__text p:last-child{margin-bottom:0;padding-right:10px}.home-about__gallery{display:flex;flex-direction:column;gap:10px;width:calc(100% - 519px);margin-left:auto}@media screen and (max-width:calc(992px - 1px)){.home-about__gallery{width:100%;margin-top:20px}}@media screen and (max-width:calc(768px - 1px)){.home-about__gallery{margin-top:8px}}@media screen and (max-width:calc(1200px - 1px)){.home-about__gallery-main{height:100%}}.home-about__gallery-main img{border-radius:5px;width:100%;height:480px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(1200px - 1px)){.home-about__gallery-main img{height:100%}}@media screen and (max-width:calc(576px - 1px)){.home-about__gallery-main img{height:220px}}.home-about__gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (max-width:calc(576px - 1px)){.home-about__gallery-thumbs{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:calc(576px - 1px)){.home-about__gallery-thumb:first-child{grid-column:1/-1}}@media screen and (max-width:calc(576px - 1px)){.home-about__gallery-thumb:first-child img{height:220px}}.home-about__gallery-thumb img{border-radius:5px;width:100%;height:214px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(1200px - 1px)){.home-about__gallery-thumb img{height:120px}}@media screen and (max-width:calc(576px - 1px)){.home-about__gallery-thumb img{height:150px}}.home-about__awards{display:flex;gap:10px;max-width:509px}@media screen and (max-width:calc(992px - 1px)){.home-about__awards{max-width:100%}}@media screen and (max-width:calc(576px - 1px)){.home-about__awards{flex-wrap:wrap}}.home-about__award{overflow:hidden;border-radius:5px}.home-about__award--rating{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:249px;padding:16px;background:#f3f5f8}@media screen and (max-width:calc(992px - 1px)){.home-about__award--rating{flex:1 1 calc(50% - 5px);width:auto}}@media screen and (max-width:calc(576px - 1px)){.home-about__award--rating{flex:1 1 100%;width:100%}}.home-about__award--choice{position:relative;flex:1 1 0;min-width:0;height:104px;background:linear-gradient(144deg,#e6f8fc 0,#cef2f8 100%)}@media screen and (max-width:calc(992px - 1px)){.home-about__award--choice{flex:1 1 calc(50% - 5px)}}@media screen and (max-width:calc(576px - 1px)){.home-about__award--choice{flex-basis:100%}}.home-about__award-top{display:flex;align-items:flex-start;justify-content:space-between}.home-about__award-brand{width:36px;height:20px}.home-about__award-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;line-height:1.3;color:#2d282a}.home-about__award-star{width:18px;height:18px}.home-about__award-info{display:flex;flex-direction:column;gap:4px;color:#2d282a}.home-about__award-title{font-size:16px;font-weight:500;line-height:1.26}.home-about__award-desc{font-size:13px;font-weight:400;line-height:1.38}.home-about__award-choice-title{position:absolute;top:16px;left:16px;font-size:17px;font-weight:700;line-height:1.25;color:#00b9d1;text-transform:uppercase}.home-about__award-year{position:absolute;top:16px;left:85px;display:inline-flex;align-items:center;justify-content:center;padding:4px 7px 2px;font-size:12px;font-weight:700;line-height:1;color:#fff;background:#00b9d1;border-radius:6px}.home-about__award-napravku{position:absolute;top:72px;left:16px;width:81px;height:16px}.home-about__award-mascot{position:absolute;top:10px;right:10px;width:88px;height:84px;-o-object-fit:contain;object-fit:contain}.homeService{padding-top:20px;padding-bottom:100px;background:#f3f5f8}@media screen and (max-width:calc(768px - 1px)){.homeService{padding:10px 0 60px}}.homeService .home-title__header{margin-bottom:30px}.homeService__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width:calc(1200px - 1px)){.homeService__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:calc(768px - 1px)){.homeService__grid{grid-template-columns:1fr}}@media screen and (max-width:calc(576px - 1px)){.homeService__grid{gap:8px}}.homeService__card{background-color:#fff;border-radius:5px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:170px;padding:24px;text-decoration:none;color:#2d282a;transition:transform .3s ease}@media screen and (max-width:calc(576px - 1px)){.homeService__card{min-height:146px}}.homeService__card:hover{transform:translateY(-5px)}.homeService__card:hover .homeService__card-arrow{background:#a7115c}.homeService__card:hover .homeService__card-arrow svg{stroke:#fff}.homeService__card-content{position:relative;z-index:2}.homeService__card-title{font-size:18px;font-weight:500;line-height:1.24;max-width:205px}@media screen and (max-width:calc(576px - 1px)){.homeService__card-title{font-size:14px}}.homeService__card-arrow{width:40px;height:40px;background-color:#f3f5f8;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;left:24px;bottom:24px}.homeService__card-arrow svg{stroke:#5c595a;position:relative;left:-2px}@media screen and (max-width:calc(768px - 1px)){.homeService__card-arrow{left:20px;bottom:20px}}.homeService__card-image{position:absolute;right:0;bottom:0;max-width:195px;max-height:170px;z-index:1}@media screen and (max-width:calc(576px - 1px)){.homeService__card-image{max-width:161px;max-height:140px}}.homeService__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.homeService__card--form{background:url(../img/home/service/bg.svg) bottom right no-repeat;background-size:cover;grid-row:span 2}@media screen and (max-width:calc(768px - 1px)){.homeService__card--form{order:99;height:270px}}.homeService__card--form .homeService__card-image{max-width:239px;max-height:296px}@media screen and (max-width:calc(768px - 1px)){.homeService__card--form .homeService__card-image{max-width:170px;max-height:212px}}.homeService__card--form .homeService__card-arrow{background:#fff;position:absolute;left:24px;bottom:24px}.homePre{padding-bottom:100px;padding-top:120px;background:#f3f5f8}@media screen and (max-width:calc(768px - 1px)){.homePre{padding-bottom:60px}}@media screen and (max-width:calc(992px - 1px)){.homePre{padding-top:30px}}.homePre__main{background:#fff;border-radius:5px;padding:40px;position:relative;margin-bottom:32px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease}.homePre__main:hover{transform:translateY(-5px)}.homePre__main:hover .homePre__btn{background:#a7115c;color:#fff}@media screen and (max-width:calc(992px - 1px)){.homePre__main{min-height:280px}}@media screen and (max-width:calc(768px - 1px)){.homePre__main{padding:20px}}.homePre__title{font-family:Geometria,sans-serif;font-weight:500;font-size:30px;line-height:1.2;color:#2d282a;max-width:430px;margin-bottom:10px}@media screen and (max-width:calc(768px - 1px)){.homePre__title{font-size:18px}}.homePre__subtitle{font-family:Geometria,sans-serif;font-weight:400;font-size:18px;line-height:1.3;color:#5c595a;max-width:305px;margin-bottom:40px}@media screen and (max-width:calc(768px - 1px)){.homePre__subtitle{font-size:14px}}.homePre__btn{display:inline-block;padding:15px 34px 13px;background:rgba(167,17,92,.08);border-radius:31px;font-family:Geometria,sans-serif;font-weight:500;font-size:16px;line-height:1.25;color:#a7115c;text-decoration:none;transition:background-color .3s ease;margin-top:auto}.homePre__btn:hover{background:#a7115c;color:#fff}@media screen and (max-width:calc(768px - 1px)){.homePre__btn{background:0 0;padding:0;text-decoration:underline;position:absolute;left:20px;bottom:20px}}.homePre__main-img{position:absolute;right:188px;bottom:62px;max-width:600px;z-index:0}@media screen and (max-width:calc(1200px - 1px)){.homePre__main-img{right:60px;bottom:62px;max-width:250px}}@media screen and (max-width:calc(992px - 1px)){.homePre__main-img{max-width:170px}}@media screen and (max-width:calc(768px - 1px)){.homePre__main-img{max-width:120px;bottom:30px;right:30px}}.homePre__main-img img{max-width:100%}.homePre__bottom{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width:calc(992px - 1px)){.homePre__bottom{grid-template-columns:1fr}}.homePre__item{background:#fff;border-radius:5px;padding:40px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;min-height:440px;transition:transform .3s ease}.homePre__item:hover{transform:translateY(-5px)}.homePre__item:hover .homePre__btn{background:#a7115c;color:#fff}@media screen and (max-width:calc(992px - 1px)){.homePre__item{min-height:280px}}@media screen and (max-width:calc(768px - 1px)){.homePre__item{padding:20px}}.homePre__item-title{font-family:Geometria,sans-serif;font-weight:500;font-size:30px;line-height:1.2;color:#2d282a;max-width:330px;margin-bottom:40px;min-height:108px}@media screen and (max-width:calc(768px - 1px)){.homePre__item-title{font-size:18px}}.homePre__item-img{position:absolute;right:0;bottom:0;max-width:320px;z-index:0}@media screen and (max-width:calc(1200px - 1px)){.homePre__item-img{max-width:220px}}@media screen and (max-width:calc(768px - 1px)){.homePre__item-img{max-width:188px}}.homePre__item-img img{max-width:100%}.homeDirections{background-color:#fff;margin:100px 0}@media screen and (max-width:calc(768px - 1px)){.homeDirections{margin:60px 0}}.homeDirections__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;border:1px solid #d9dbe0;border-radius:5px;padding:30px;margin-top:30px}.homeDirections__column{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:calc(768px - 1px)){.homeDirections__column{gap:18px}}.homeDirections__group{display:flex;gap:12px}.homeDirections__letter{font-family:Geometria,sans-serif;font-weight:500;font-size:24px;line-height:1.4;color:#a7115c;text-align:center;width:22px;flex-shrink:0}.homeDirections__links{display:flex;flex-direction:column;gap:8px;border-left:1px solid #d9dbe0;padding-left:12px}.homeDirections__link{font-family:Geometria,sans-serif;font-weight:400;font-size:16px;line-height:1.28;color:#5c595a;text-decoration:none;transition:color .3s ease}.homeDirections__link:hover{color:#a7115c}@media (max-width:1024px){.homeDirections__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.homeDirections__grid{grid-template-columns:1fr;padding:20px}}.homeDiagnostics{margin:100px 0}@media screen and (max-width:calc(768px - 1px)){.homeDiagnostics{margin:60px 0}}.homeDiagnostics__wrapper{display:grid;grid-template-columns:1fr 487px;gap:32px;align-items:center}@media screen and (max-width:calc(1280px - 1px)){.homeDiagnostics__wrapper{grid-template-columns:1fr 400px}}@media screen and (max-width:calc(1200px - 1px)){.homeDiagnostics__wrapper{grid-template-columns:1fr 300px}}@media screen and (max-width:calc(992px - 1px)){.homeDiagnostics__wrapper{grid-template-columns:1fr}}.homeDiagnostics__left{border-radius:5px;overflow:hidden;height:346px}@media screen and (max-width:calc(576px - 1px)){.homeDiagnostics__left{height:250px}}.homeDiagnostics__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.homeDiagnostics__right{padding:40px;background-color:#f3fbfe;border-radius:5px;position:relative;overflow:hidden;height:346px}@media screen and (max-width:calc(992px - 1px)){.homeDiagnostics__right{height:auto;padding:20px}}.homeDiagnostics__right::after,.homeDiagnostics__right::before{content:"";position:absolute;border-radius:50%;z-index:0;filter:blur(200px)}.homeDiagnostics__right::before{width:400px;height:400px;background-color:rgba(196,222,255,.8);top:-200px;right:-200px}.homeDiagnostics__right::after{width:450px;height:450px;background-color:rgba(255,200,227,.6);bottom:-225px;left:-225px}.homeDiagnostics__title{font-size:30px;font-weight:500;line-height:1.3;margin-bottom:30px;position:relative;z-index:1;color:#2d282a}@media screen and (max-width:calc(992px - 1px)){.homeDiagnostics__title{font-size:24px;margin-bottom:18px}}.homeDiagnostics__tags{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.homeDiagnostics__tag{padding:10px 24px;background-color:#fff;border-radius:42px;font-size:16px;line-height:1.25;color:#2d282a;text-decoration:none;transition:all .3s ease;font-weight:400}@media screen and (max-width:calc(1200px - 1px)){.homeDiagnostics__tag{font-size:13px}}.homeDiagnostics__tag:hover{background-color:#a7115c;color:#fff}.homeEquipment{background:#f3f5f8;padding-top:100px}@media screen and (max-width:calc(768px - 1px)){.homeEquipment{padding-top:60px}}.homeEquipment__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__header{margin-bottom:18px}}.homeEquipment__title{font-size:36px;font-weight:500;color:#2d282a}.homeEquipment__tabs{display:flex;background-color:#fff;border-radius:40px;padding:5px;overflow-x:auto;flex-shrink:0}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__tabs{gap:0;justify-content:space-between;width:100%}}.homeEquipment__tab{padding:10px 24px 8px;border-radius:30px;font-size:16px;font-weight:400;color:#5c595a;background-color:transparent;border:none;cursor:pointer;transition:all .3s ease}@media screen and (max-width:calc(1200px - 1px)){.homeEquipment__tab{padding:10px 13px 8px}}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__tab{font-size:14px}}.homeEquipment__tab.active{background-color:#a7115c;color:#fff;font-weight:500}.homeEquipment__content{display:none;grid-template-columns:487px 1fr;gap:20px}.homeEquipment__content.active{display:grid}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__content.active{display:block}}.homeEquipment__left{background-color:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;min-height:451px;height:100%}.homeEquipment__img-wrapper{width:430px;height:310px}.homeEquipment__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.homeEquipment__right{background-color:#fff;border-radius:5px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.homeEquipment__name{font-family:Geometria,sans-serif;font-size:24px;font-weight:500;color:#2d282a;margin-bottom:16px}.homeEquipment__description{font-family:Geometria,sans-serif;font-size:16px;line-height:1.4;color:#5c595a;margin-bottom:10px}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__description{font-size:14px}}.homeEquipment__description ul{display:flex;flex-direction:column;gap:4px;margin-bottom:20px;margin-top:10px}.homeEquipment__description ul li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.4;color:#5c595a}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__description ul li{font-size:14px}}.homeEquipment__description ul li:before{content:"";display:block;width:4px;height:4px;background-color:#a7115c;border-radius:50%;flex-shrink:0;margin-top:9px}.homeEquipment__features{display:flex;gap:20px;padding-top:20px;margin-top:auto;border-top:1px solid #d9dbe0}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__features{display:grid;grid-template-columns:1fr 1fr;gap:12px;border:none;padding-top:0}}.homeEquipment__feature{display:flex;flex-direction:column;gap:6px;padding-right:20px;border-right:1px solid #d9dbe0}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__feature{border:none}}.homeEquipment__feature:last-child{border-right:none;padding-right:0}.homeEquipment__feature-name{font-size:14px;color:#5c595a}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__feature-name{font-size:13px}}.homeEquipment__feature-value{font-size:16px;font-weight:500;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.homeEquipment__feature-value{font-size:14px}}@media (max-width:1200px){.homeEquipment__content{grid-template-columns:1fr}.homeEquipment__left{height:auto;padding:40px}}@media (max-width:768px){.homeEquipment__header{flex-direction:column;align-items:flex-start;gap:20px}.homeEquipment__title{font-size:28px}.homeEquipment__tab{background-color:#fff}.homeEquipment__left{min-height:auto;padding:20px}.homeEquipment__img-wrapper{width:100%;height:auto}}@media screen and (max-width:calc(992px - 1px)){.template_23 .homeEquipment__header{flex-direction:column;align-items:flex-start;gap:20px;width:100%}}.homeSales{padding:10px 0}.homeSales__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.homeSales__title{font-family:Geometria,sans-serif;font-size:32px;font-weight:700;color:#2d282a}.homeSales__all-link{font-family:Geometria,sans-serif;color:#a7115c;text-decoration:none;font-weight:500}.homeSales__all-link:hover{text-decoration:underline}.homeSales__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.homeSales__card{position:relative;border-radius:5px;overflow:hidden;background-color:#f3f5f8;display:flex;flex-direction:column;justify-content:space-between;padding:24px;text-decoration:none;color:#2d282a;height:220px;grid-column:span 1}@media screen and (max-width:calc(768px - 1px)){.homeSales__card{height:156px}}.homeSales__card-img{position:relative}.homeSales__card-img::after{content:"";display:block;height:191px;width:111%;position:absolute;left:0;top:0;background:url(../img/homeSales/bg2.svg) top center;background-size:cover}.homeSales__card:first-child:not(.homeSales__card--small){grid-column:span 1;grid-row:span 2;height:472px}@media screen and (max-width:calc(768px - 1px)){.homeSales__card:first-child:not(.homeSales__card--small){height:340px}}.homeSales__card:first-child:not(.homeSales__card--small) .homeSales__card-img{width:100%;height:100%}.homeSales__card:first-child:not(.homeSales__card--small) .homeSales__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.homeSales__card:first-child:not(.homeSales__card--small) .homeSales__card-img:before{content:"";display:block;height:177px;width:100%;position:absolute;left:0;top:0;background:url(../img/homeSales/bg2.svg)}.homeSales__card--all{background:url(../img/homeSales/bg.svg) no-repeat;background-size:cover;justify-content:flex-start;grid-column:span 1}.homeSales__card--all .homeSales__card-text{max-width:140px;font-size:18px;font-weight:500;line-height:1.34}.homeSales__card-img{position:absolute;bottom:0;right:0;z-index:1}@media screen and (max-width:calc(768px - 1px)){.homeSales__card-img{height:100%}}.homeSales__card-img img{max-width:100%;max-height:100%}.homeSales__card-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}.homeSales__card-discount{font-family:Geometria,sans-serif;font-weight:700;font-size:30px;line-height:1.12;color:#a7115c;margin-bottom:6px}@media screen and (max-width:calc(768px - 1px)){.homeSales__card-discount{font-size:22px}}.homeSales__card-text{font-family:Geometria,sans-serif;font-weight:500;font-size:16px;line-height:1.24;color:#2d282a;max-width:201px}@media screen and (max-width:calc(768px - 1px)){.homeSales__card-text{font-size:14px}}.homeSales__card-arrow{width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:20px;transition:transform .3s ease;flex-shrink:0}@media screen and (max-width:calc(768px - 1px)){.homeSales__card-arrow{width:34px;height:34px}}.homeSales__card-arrow svg{stroke:#5c595a}.homeSales__card-arrow img{width:5px;height:10px}.homeSales__card:hover .homeSales__card-arrow{transform:scale(1.1);background:#a7115c}.homeSales__card:hover .homeSales__card-arrow svg{stroke:#fff}@media (max-width:1200px){.homeSales__grid{grid-template-columns:repeat(2,1fr)}.homeSales__card:nth-child(3){grid-column:2;grid-row:2}}@media (max-width:768px){.homeSales__grid{grid-template-columns:1fr}.homeSales__card{grid-column:1!important;grid-row:auto!important}.homeSales__card:first-child{min-height:300px!important}}@media (max-width:576px){.homeSales{padding:30px 0}.homeSales__title{font-size:24px}}@media screen and (max-width:calc(992px - 1px)){body.new{padding-top:86px}}.headerNew{padding:20px 0;background:#fff;border-bottom:1px solid #d9dbe0}@media screen and (max-width:calc(992px - 1px)){.headerNew{position:fixed;z-index:10;left:0;top:0;width:100%}}.headerNew__wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px}.headerNew__logo{flex-shrink:0}.headerNew__logo img{display:block;max-width:166px}@media screen and (max-width:calc(992px - 1px)){.headerNew__logo img{max-width:120px}}.headerNew__search{min-width:210px;overflow:hidden;position:relative}@media screen and (max-width:calc(1280px - 1px)){.headerNew__search{min-width:auto;width:185px}}@media screen and (max-width:calc(1200px - 1px)){.headerNew__search{display:none}}.headerNew__search-button{border:none;background:0 0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;left:22px;top:50%;margin-top:-9px}.headerNew__search-button2{display:none;background:#a7115c;color:#fff;font-size:13px;font-weight:500;width:65px;height:30px;align-items:center;justify-content:center;border-radius:30px;position:absolute;top:50%;margin-top:-15px;right:5px}@media screen and (max-width:calc(768px - 1px)){.headerNew__search-button2{display:flex}}.headerNew__search-icon{width:20px;height:20px;fill:transparent;stroke:#a7115c}.headerNew__search-input{outline:0;background:0 0;width:100%;font-size:14px;color:#2d282a;line-height:1.4;border:1px solid #d9dbe0;border-radius:40px;padding:12px 0 12px 52px;transition:all .3s ease}.headerNew__search-input::-moz-placeholder{color:#5c595a}.headerNew__search-input::placeholder{color:#5c595a}.headerNew__search-input:hover::-moz-placeholder{color:transparent}.headerNew__search-input:hover::placeholder{color:transparent}.headerNew__search-input:hover{border-color:#a7115c}.headerNew__schedule{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}@media screen and (max-width:calc(992px - 1px)){.headerNew__schedule{display:none}}.headerNew__schedule-icon{width:20px;height:20px;fill:transparent;stroke:#a7115c}.headerNew__schedule-text{display:flex;align-items:center;gap:7px;font-family:Geometria,sans-serif;font-size:14px;color:#5c595a}.headerNew__schedule-text svg{fill:transparent;stroke:#5c595a}.headerNew__schedule-text img{transition:transform .3s ease}.headerNew__schedule-text:hover img{transform:translateY(2px)}.headerNew__contacts{display:flex;align-items:center;gap:18px}.headerNew__contacts-main{display:flex;align-items:center;gap:14px;padding-right:18px;border-right:1px solid #d9dbe0}@media screen and (max-width:calc(768px - 1px)){.headerNew__contacts-main{display:none}}.headerNew__phone-block{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.headerNew__phone{font-family:Geometria,sans-serif;font-weight:500;font-size:16px;color:#2d282a;text-decoration:none;transition:color .3s ease}.headerNew__phone:hover{color:#a7115c}.headerNew__callback{font-family:Geometria,sans-serif;font-size:14px;color:#a7115c;text-decoration:none;border-bottom:1px dashed #a7115c;transition:all .3s ease}.headerNew__callback:hover{color:#2d282a;border-bottom-color:#2d282a}.headerNew__socials{display:flex;gap:8px}@media screen and (max-width:calc(992px - 1px)){.headerNew__socials{display:none}}.headerNew__social-vk svg{fill:#5c595a}.headerNew__social-vk:hover{border-color:#07f;background:#07f}.headerNew__social-vk:hover svg{fill:#fff}.headerNew__social-tg svg{fill:#5c595a}.headerNew__social-max svg{fill:#5d656d}.headerNew__social-max:hover{background:radial-gradient(circle at top left,#00c6ff 0,#5f5dfe 40%,#a855f7 100%)}.headerNew__social-max:hover svg{fill:#fff}.headerNew__social-tg:hover{border-color:#18a3e6;background:#18a3e6}.headerNew__social-tg:hover svg{fill:#fff}.headerNew__social-link{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid #d9dbe0;border-radius:50%;transition:all .3s ease}.headerNew__social-link svg{color:#5c595a}.headerNew__actions{display:flex;align-items:center;gap:8px}@media (min-width:992px){.headerNew__actions{flex-direction:column}}@media (min-width:992px){.headerNew__actions .headerNew__button{width:170px;height:37px}}.headerNew__actions .headerNew__button--lk{color:#a7115c;display:flex;gap:5px}@media screen and (max-width:calc(992px - 1px)){.headerNew__actions .headerNew__button--lk{width:110px;justify-content:center;align-items:center;line-height:1;font-size:12px}.headerNew__actions .headerNew__button--lk i{display:block}}.headerNew__actions .headerNew__button--lk span{display:block}@media (max-width:400px){.headerNew__actions .headerNew__button--lk{width:44px}.headerNew__actions .headerNew__button--lk span{display:none}}.headerNew__actions .headerNew__button--lk:hover{color:#fff}.headerNew__button{display:inline-flex;justify-content:center;align-items:center;border-radius:50px;text-decoration:none;font-family:Geometria,sans-serif;font-weight:500;font-size:14px;transition:all .3s ease}.headerNew__button--primary{background-color:#a7115c;color:#fff;padding:13px 30px}@media screen and (max-width:calc(1280px - 1px)){.headerNew__button--primary{padding:13px 20px}}@media screen and (max-width:calc(1200px - 1px)){.headerNew__button--primary{font-size:11px}}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--primary{padding:13px 20px}}.headerNew__button--primary:hover{background-color:#d31574}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--primary{display:none}}.headerNew__button--border{border:1px solid #a7115c;background:0 0;color:#a7115c;padding:13px 30px}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--border{padding:13px 20px}}.headerNew__button--border:hover{background-color:#a7115c;color:#fff}.headerNew__button--secondary{width:44px;height:44px;border:1px solid #a7115c;background-color:#fff}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--secondary{border-color:#d9dbe0}}.headerNew__button--secondary img{transition:transform .3s ease}.headerNew__button--secondary:hover{background-color:#d31574}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--secondary:hover{border-color:#d31574}}.headerNew__button--secondary:hover img{filter:brightness(0) invert(1)}.headerNew__button--search{width:44px;height:44px;border:1px solid #a7115c;background-color:#fff;display:none}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--search{display:block}}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--search{border-color:#d9dbe0}}.headerNew__button--search:hover{background:#d31574;border-color:#d31574}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--search:hover{border-color:#d31574}}.headerNew__button--search:hover svg{stroke:#fff}.headerNew__button--burger{width:44px;height:44px;border:1px solid #a7115c;background-color:#fff;display:none;align-items:center;justify-content:center}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--burger{display:flex}}@media screen and (max-width:calc(576px - 1px)){.headerNew__button--burger{border-color:#d9dbe0}}.headerNew__button--burger svg{stroke:#a7115c}.headerNew__button--burger svg:last-child{display:none}.headerNew__button--burger:hover{background:#d31574}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--burger:hover{background:#fff;border-color:#d9dbe0}}.headerNew__button--burger:hover svg{stroke:#fff}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--burger:hover svg{stroke:#a7115c}}@media screen and (max-width:calc(992px - 1px)){.headerNew__button--burger.active{background:#fff;border-color:#d9dbe0}.headerNew__button--burger.active svg{display:none}.headerNew__button--burger.active svg:last-child{display:block;stroke:#a7115c}}.headerNew__schedule-modal{position:absolute;width:300px;top:31px;z-index:20;background:#f3f5f8;padding:20px;border-radius:5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);display:none}@media screen and (max-width:calc(992px - 1px)){.headerNew__schedule-modal{top:inherit;bottom:30px;font-size:14px;padding:10px}.headerNew__schedule-modal .geoNew__card-icon-wrapper{display:none}.headerNew__schedule-modal .geoNew__card{grid-template-columns:1fr!important}.headerNew__schedule-modal .geoNew__card-time{font-size:14px}}.headerNew__schedule-modal .geoNew__card{grid-template-columns:46px 1fr;padding:5px}.headerNew__schedule-modal .geoNew__card-title{font-size:14px}@media screen and (max-width:calc(992px - 1px)){.headerNew__schedule-modal .geoNew__card-title{font-size:12px}}.headerNew__schedule.active .headerNew__schedule-modal{display:block}.modal-search{position:fixed;width:100%;left:0;top:0;height:100%;z-index:999;background:rgba(0,0,0,.5);display:none}.modal-search.active{display:block}.modal-search .headerNew__search{display:flex;width:100%}.modal-search__box{background:#fff;padding:20px}.modal-search__close{stroke:#5c595a;cursor:pointer;position:absolute;right:20px;top:50%;margin-top:-9px}@media screen and (max-width:calc(768px - 1px)){.modal-search__close{right:79px}}@media (max-width:340px){.headerNew__logo img{max-width:120px}}.fix-max{width:40px;height:40px;background:url(../img/max-right.svg) no-repeat;background-size:cover;border-radius:50%;position:fixed;bottom:100px;right:33px;z-index:10}.megaMenu-navs .headerNew__button--lk{width:100%;color:#a7115c;display:flex;gap:5px;margin-top:20px}.megaMenu-navs .headerNew__button--lk span{display:block}.megaMenu-navs .headerNew__button--lk:hover{color:#fff}.headerNew-bottom{margin-top:20px;display:flex;align-items:center}@media screen and (max-width:calc(992px - 1px)){.headerNew-bottom{display:none}}.headerNew-directions{background:#a7115c;border-radius:40px;width:179px;height:38px;display:flex;align-items:center;justify-content:center;gap:8px}.headerNew-directions:hover{background:#d31574}.headerNew-directions.active{background:#d31574}.headerNew-directions.active svg{display:none}.headerNew-directions.active svg:last-child{display:block}.headerNew-directions__icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.headerNew-directions__icon svg{stroke:#fff}.headerNew-directions__icon svg:last-child{display:none}.headerNew-directions__name{color:#fff;font-size:16px;font-family:Geometria,sans-serif}.headerNew-nav{display:flex;gap:24px;margin-left:24px}@media screen and (max-width:calc(1200px - 1px)){.headerNew-nav{margin-left:auto;width:calc(100% - 200px);justify-content:space-between}}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav{margin-left:0;flex-direction:column;width:100%;gap:0}}.headerNew-nav a{color:#2d282a;font-size:16px;font-weight:400}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav a{padding:10px 0;display:block}}.headerNew-nav a:hover{color:#d31574}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav a:hover{color:#2d282a}}.headerNew-nav>li{padding-bottom:8px}.headerNew-nav li.parent a{display:flex;align-items:center;gap:7px;position:relative;top:3px}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent a svg{margin-left:auto}}.headerNew-nav li.parent a::after{content:"";display:block;background:url(../img/menu-ar.svg) center no-repeat;width:10px;height:6px}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent a::after{display:none}}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.active a{color:#a7115c}.headerNew-nav li.active a svg{color:#a7115c;transform:rotate(-90deg)}}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.active a::after{display:none}}.headerNew-nav li.parent{padding-bottom:8px;position:relative}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent{padding-bottom:0}}.headerNew-nav li.parent:hover>ul{display:block}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent:hover>ul{display:none}}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent.active ul{display:block}}.headerNew-nav li.parent ul{position:absolute;border-radius:5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);background:#fff;z-index:3;min-width:250px;display:none;top:28px}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent ul{position:relative;box-shadow:none;top:0}}.headerNew-nav li.parent ul a{padding:15px 24px;text-decoration:none;color:#2d282a;border-bottom:1px solid #d9dbe0}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li.parent ul a{padding:10px 0}}.headerNew-nav li.parent ul a:hover{background-color:rgba(167,17,92,.05);color:#a7115c}.headerNew-nav li.parent ul a::after{display:none}@media screen and (max-width:calc(992px - 1px)){.headerNew-nav li{padding:0}}.headerNew-address{margin-left:auto;display:flex;align-items:center;gap:10px}@media screen and (max-width:calc(1200px - 1px)){.headerNew-address{display:none}}.headerNew-address svg{stroke:#a7115c;fill:transparent}.headerNew-address span{font-size:14px;color:#5c595a;line-height:1}.megaMenu{min-height:calc(100vh - 145px);background:rgba(45,40,42,.5);padding-top:10px;display:none;padding-bottom:20px;z-index:9999999!important;position:relative}.megaMenu .headerNew-nav{display:none}@media screen and (max-width:calc(992px - 1px)){.megaMenu .headerNew-nav{display:flex}}@media screen and (max-width:calc(992px - 1px)){.megaMenu .container{height:100%;overflow-x:auto;padding-bottom:20px}}@media screen and (max-width:calc(992px - 1px)){.megaMenu .megaMenu-nav__item{overflow:hidden}}.megaMenu-mobs{display:none;margin-top:auto;padding-bottom:24px}@media screen and (max-width:calc(992px - 1px)){.megaMenu-mobs{display:block}}.megaMenu-mobs .headerNew__schedule{display:flex;margin-top:40px}.megaMenu-mobs .headerNew-address{display:flex;margin-top:14px}.megaMenu-mobs .headerNew__contacts-main{margin-top:17px;display:flex;border-right:none;padding-right:0}.megaMenu-mobs .headerNew__phone-block{align-items:start}.megaMenu-mobs .headerNew__socials{display:flex;margin-left:auto}.megaMenu-mobs .headerNew__button--primary{display:flex;margin-top:19px}@media screen and (max-width:calc(992px - 1px)){.megaMenu{background:#fff;height:calc(100% - 86px);position:fixed;top:86px;left:0;width:100%;z-index:11}}.megaMenu.active{display:block}.megaMenu-navs{border-radius:5px;background-color:#fff;position:relative}@media screen and (max-width:calc(992px - 1px)){.megaMenu-navs{height:100%;display:flex;flex-direction:column}}.megaMenu-mob{display:none}.megaMenu-mob a{padding:10px 0;display:flex;align-items:center;justify-content:space-between;color:#2d282a;font-size:16px}.megaMenu-mob a i{font-style:normal}@media screen and (max-width:calc(992px - 1px)){.megaMenu-mob{display:block}}.megaMenu-mob.active a{justify-content:flex-start}.megaMenu-mob.active a i{order:2;font-size:18px;font-weight:500}.megaMenu-mob.active a span{width:36px;height:36px;background:#f3f5f8;border-radius:50%;display:flex;align-items:center;justify-content:center;order:1;margin-right:12px}.megaMenu-mob.active a span svg{transform:rotate(-180deg)}@media screen and (max-width:calc(992px - 1px)){.megaMenu .megaMenu-nav{display:flex}}.megaMenu.nap .headerNew-nav{display:none!important}.megaMenu.nap .megaMenu-nav{display:flex!important}.megaMenu.nap .megaMenu-mobs__top{display:none}.megaMenu-nav{display:flex;flex-direction:column;font-family:Geometria,sans-serif;font-size:16px;line-height:1.25;color:#2d282a;list-style:none;margin:0;border-radius:5px 0 0 5px;padding:15px 0;border-right:1px solid #d9dbe0;width:23%}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav{width:100%;border-right:none;padding-bottom:5px;padding-top:0;display:none!important}}.megaMenu-nav__item:not(:last-child){border-bottom:1px solid #d9dbe0}.megaMenu-nav__item-link{display:flex;align-items:center;justify-content:space-between;padding:15px 24px;text-decoration:none;color:#2d282a;gap:4px;border-left:2px solid transparent;margin-left:-1px;font-weight:400}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__item-link{border:none;padding:18px 0}}.megaMenu-nav__item-link svg{width:20px;height:20px;flex-shrink:0;stroke:#2d282a;transition:transform .3s ease}.megaMenu-nav__item-link:hover{background-color:rgba(167,17,92,.05);border-color:#a7115c;color:#a7115c}.megaMenu-nav__item-link:hover svg{stroke:#a7115c}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__item-link:hover{color:#2d282a!important;border-color:transparent!important;background:#fff!important}.megaMenu-nav__item-link:hover svg{stroke:#2d282a!important}}.megaMenu-nav__submenu-wrapper{display:none;position:absolute;top:0;left:23%;z-index:10;background-color:#fff;border-left:none;border-radius:0 5px 5px 0;padding:30px;gap:30px;width:77%;height:100%;justify-content:space-between}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__submenu-wrapper{position:relative;flex-direction:column;left:0;width:100%;padding:0;gap:12px;margin-bottom:16px;justify-content:flex-start}}.megaMenu-nav__item:hover>.megaMenu-nav__submenu-wrapper{display:flex}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__item:hover>.megaMenu-nav__submenu-wrapper{display:none}}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__item.active>.megaMenu-nav__submenu-wrapper{display:flex}}.megaMenu-nav__item.active>.megaMenu-nav__item-link{color:#a7115c!important}.megaMenu-nav__item.active>.megaMenu-nav__item-link svg{transform:rotate(-90deg)}.megaMenu-nav__item:hover>.megaMenu-nav__item-link{background-color:rgba(167,17,92,.1);border-color:#a7115c;color:#a7115c}.megaMenu-nav__item:hover>.megaMenu-nav__item-link svg{stroke:#a7115c}.megaMenu-nav__submenu{display:flex;flex-direction:column;gap:12px;width:250px;list-style:none;margin:0;padding:0;position:relative}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__submenu{width:100%}}.megaMenu-nav__submenu::after{content:"";position:absolute;width:1px;height:100%;background:#d9dbe0;right:0}@media screen and (max-width:calc(992px - 1px)){.megaMenu-nav__submenu::after{display:none}}.megaMenu-nav__submenu:last-child::after{display:none}.megaMenu-nav__submenu-link{text-decoration:none;color:#2d282a;line-height:1.3;font-size:15px;font-weight:400}.megaMenu-nav__submenu-link:hover{color:#a7115c}.popCookie{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #e2e0de;z-index:99999;padding-top:20px;padding-bottom:20px}@media screen and (max-width:calc(992px - 1px)){.popCookie{max-width:514px;border-radius:12px;left:20px;bottom:20px;box-shadow:0 6px 40px 0 rgba(0,0,0,.0588235294);border:none;width:calc(100% - 40px)}}.popCookie-left{font-size:14px;color:#3c3d38;max-width:945px}.popCookie-left a{color:#3c3d38;text-decoration:underline}.popCookie-left a:hover{color:#a7115c;text-decoration:none}.popCookie-list{display:flex;align-items:center;gap:20px}@media screen and (max-width:calc(992px - 1px)){.popCookie-list{flex-direction:column;align-items:baseline;gap:14px}}.popCookie-right{flex-shrink:0;margin-left:auto}@media screen and (max-width:calc(992px - 1px)){.popCookie-right{margin-left:0}}.popCookie .d-btn{font-size:14px;padding:12px 16px}.newsBlock-rec{margin-top:100px}@media screen and (max-width:calc(768px - 1px)){.newsBlock-rec{margin-top:60px}}.newsBlock-rec-white{background:#fff;padding:100px 0;margin-top:0}@media screen and (max-width:calc(768px - 1px)){.newsBlock-rec-white{padding:60px 0}}.newsBlock-rec__name{margin-bottom:48px;font-size:42px;color:#2d282a;font-weight:700}@media screen and (max-width:calc(768px - 1px)){.newsBlock-rec__name{margin-bottom:30px;font-size:22px}}.newsBlock-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;gap:32px;margin-bottom:48px}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-list{display:flex;flex-wrap:wrap;gap:0;margin-left:-10px;margin-right:-10px}}@media screen and (max-width:calc(992px - 1px)){.newsBlock-list{margin-bottom:30px}}.newsBlock-grid{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-grid{flex-direction:row;gap:0;flex-wrap:wrap}}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-grid:first-child{width:50%;flex-direction:column}}@media screen and (max-width:calc(992px - 1px)){.newsBlock-grid:first-child{width:100%}}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-grid:first-child .newsBlock-item{width:100%;margin-bottom:32px}}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-grid--last .newsBlock-item{width:100%}}.newsBlock-more{display:flex;align-items:center;justify-content:center}.newsBlock-more .btn{font-size:16px;font-weight:500;height:46px;padding-left:34px;padding-right:34px;margin-bottom:10px}@media screen and (max-width:calc(992px - 1px)){.newsBlock-more .btn{width:100%}}.newsBlock-filter{display:flex;flex-wrap:wrap;gap:10px}.newsBlock-filter label{cursor:pointer}.newsBlock-filter label p{padding:10px;background:#d9dbe0;border-radius:20px;color:#5c595a;line-height:1;display:inline-flex;font-size:16px}.newsBlock-filter input:checked+p{background:#a7115c;color:#fff}.newsBlock-filter input{display:none}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-item{width:50%;padding:0 10px;margin-bottom:20px}}@media screen and (max-width:calc(992px - 1px)){.newsBlock-item{width:100%}}@media screen and (max-width:calc(1200px - 1px)){.newsBlock-item--big{order:-1}}.newsBlock-item--big .newsBlock-item__box{flex-direction:column;height:454px}.newsBlock-item--big .newsBlock-item__img{height:261px;width:100%;border-radius:16px 16px 0 0}.newsBlock-item--big .newsBlock-item__img img{border-radius:16px 16px 0 0}.newsBlock-item--big .newsBlock-item__name{margin-top:16px;-webkit-line-clamp:3;font-size:18px}.newsBlock-item--big .newsBlock-item__content{width:100%;display:flex;flex-direction:column;height:calc(100% - 261px)}.newsBlock-item--big .newsBlock-item__date{margin-top:auto;font-size:14px;color:#a7115c}.newsBlock-item__box{display:flex;flex-wrap:wrap;height:130px;border:1px solid #d9dbe0;border-radius:16px;transition:all ease .2s}@media screen and (max-width:calc(992px - 1px)){.newsBlock-item__box{height:100px}}.newsBlock-item__box:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.1);transform:translateY(-5px)}.newsBlock-item__img{width:130px}@media screen and (max-width:calc(992px - 1px)){.newsBlock-item__img{width:100px}}.newsBlock-item__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:16px 0 0 16px}.newsBlock-item__content{width:calc(100% - 130px);border-radius:0 16px 16px 0;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.newsBlock-item__label{padding:10px;background:#d9dbe0;border-radius:20px;color:#5c595a;line-height:1;display:inline-flex;width:-moz-fit-content;width:fit-content;font-size:16px}.newsBlock-item__name{font-size:16px;color:#2d282a;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:calc(992px - 1px)){.newsBlock-item__name{font-weight:700}}.newsBlock-list--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width:calc(992px - 1px)){.newsBlock-list--grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid{grid-template-columns:1fr;gap:16px}}.newsBlock-list--grid .newsBlock-item{width:100%;padding:0;margin-bottom:0}.newsBlock-list--grid .newsBlock-item__box{flex-direction:column;flex-wrap:nowrap;height:454px;border:none;border-radius:16px}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid .newsBlock-item__box{height:auto}}.newsBlock-list--grid .newsBlock-item__img{width:100%;height:380px;border:1px solid #d9dbe0;border-bottom:none;border-radius:16px 16px 0 0;overflow:hidden}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid .newsBlock-item__img{height:180px}}.newsBlock-list--grid .newsBlock-item__img img{border-radius:16px 16px 0 0}.newsBlock-list--grid .newsBlock-item__content{width:100%;flex:1 1 auto;justify-content:center;gap:16px;background:#fff;border:1px solid #d9dbe0;border-top:none;border-radius:0 0 16px 16px}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid .newsBlock-item__content{gap:8px}}.newsBlock-list--grid .newsBlock-item__name{font-size:20px;font-weight:500;line-height:1.2;-webkit-line-clamp:3}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid .newsBlock-item__name{font-size:18px;font-weight:700}}.newsBlock-list--grid .newsBlock-item__date{font-size:14px;color:#a7115c}@media screen and (max-width:calc(768px - 1px)){.newsBlock-list--grid .newsBlock-item__date{font-size:12px;font-weight:700}}.newsPage-top{display:flex;flex-wrap:wrap;gap:30px;padding-bottom:20px;border-bottom:1px solid #e2e0de;margin-bottom:20px}@media screen and (max-width:calc(992px - 1px)){.newsPage-top{border-bottom:none;margin-bottom:0}}@media screen and (max-width:calc(768px - 1px)){.newsPage-top{gap:12px;flex-direction:column}}.newsPage-top__item{display:flex;align-items:center;gap:10px}.newsPage-top__item i{width:24px;height:24px;display:block}.newsPage-top__item span{font-size:16px;color:#000}.newsPage-top__calendar i{background:url(../img/news/calendar.svg) no-repeat;background-size:100%}.newsPage-top__time i{background:url(../img/news/time.svg) no-repeat;background-size:100%}.newsPage-top__share{margin-left:auto;cursor:pointer}.newsPage-top__share i{background:url(../img/news/share.svg) no-repeat;background-size:100%}.newsPage-shares{position:relative;margin-left:auto}@media screen and (max-width:calc(768px - 1px)){.newsPage-shares{margin-left:0;margin-bottom:20px}}.newsPage-shares__content.active{display:block}.newsPage-shares__content{position:absolute;top:35px;right:0;width:171px;background:#fff;border-radius:12px;border:1px solid #e2e0de;display:none;z-index:2}.newsPage-shares__item{display:flex;padding:6px 14px;gap:10px;color:#3c3d38;font-size:14px;align-items:center}.newsPage-shares__item:hover{background:#f5f3f1}.newsPage-first{display:flex;flex-wrap:wrap}@media screen and (max-width:calc(768px - 1px)){.newsPage-first{margin-top:25px}}.newsPage-first__left{width:calc(100% - 514px)}@media screen and (max-width:calc(1200px - 1px)){.newsPage-first__left{width:calc(100% - 320px)}}@media screen and (max-width:calc(992px - 1px)){.newsPage-first__left{width:100%}}.newsPage-first__left h1{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:32px;margin-bottom:26px}@media screen and (max-width:calc(992px - 1px)){.newsPage-first__left h1{display:block;font-size:27px}}.newsPage-first__left--full{width:100%}.newsPage-first__right{width:487px;margin-left:auto}@media screen and (max-width:calc(1200px - 1px)){.newsPage-first__right{width:300px}}@media screen and (max-width:calc(992px - 1px)){.newsPage-first__right{width:100%;margin-top:30px;border-top:1px solid #d9dbe0;padding-top:30px}}.newsPage-first__right img{border-radius:10px}@media screen and (max-width:calc(1200px - 1px)){.newsPage-first__right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.newsPage-content{font-size:16px;font-style:normal;font-weight:400;line-height:136%;color:#5c595a}.newsPage-content h2{font-size:24px;font-style:normal;font-weight:500;line-height:110%;color:#2d282a;margin:20px 0}@media screen and (max-width:calc(768px - 1px)){.newsPage-content h2{font-size:22px}}.newsPage-content h3{font-size:20px;font-style:normal;font-weight:500;line-height:110%;color:#2d282a;margin:20px 0}@media screen and (max-width:calc(768px - 1px)){.newsPage-content h3{font-size:18px}}.newsPage-content h4{font-size:18px;font-style:normal;font-weight:500;line-height:110%;color:#2d282a;margin:20px 0}@media screen and (max-width:calc(768px - 1px)){.newsPage-content h4{font-size:17px}}.newsPage-content p{margin:12px 0}.newsPage-content ul li{margin-bottom:6px;position:relative;padding-left:15px}.newsPage-content ul li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#a7115c;position:absolute;left:0;top:6px}.newsPage-content ol{counter-reset:myCounter}.newsPage-content ol li{margin-bottom:6px;display:flex;gap:10px}.newsPage-content ol li:before{counter-increment:myCounter;content:counter(myCounter) ". ";color:#a7115c;flex-shrink:0}.newsPage-content ol,.newsPage-content ul{margin:16px 0}.reviewsPage{padding-bottom:100px}@media screen and (max-width:calc(768px - 1px)){.reviewsPage{padding-bottom:60px}}.reviewsPage-main .breadcrumbs{background:#f3f5f8}.reviewsPage .select{border-radius:0;background:0 0;width:320px}@media screen and (max-width:calc(1200px - 1px)){.reviewsPage .select{width:calc(50% - 9px)}}@media screen and (max-width:calc(992px - 1px)){.reviewsPage .select{width:100%}}.reviewsPage .select .choices__inner{background:#fff;border:none;border-radius:100px!important}.reviewsPage #mse2_filters{display:flex;flex-wrap:wrap;gap:18px;border-bottom:1px solid #d9dbe0;padding-bottom:32px;margin-bottom:32px;align-items:center}@media screen and (max-width:calc(576px - 1px)){.reviewsPage #mse2_filters{flex-direction:column}}.reviewsPage-list{margin-top:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media screen and (max-width:calc(1200px - 1px)){.reviewsPage-list{grid-template-columns:1fr 1fr}}@media screen and (max-width:calc(992px - 1px)){.reviewsPage-list{grid-template-columns:1fr}}.reviewsPage .filter-reset{display:flex;gap:8px}.reviewsPage .filter-reset span{font-size:16px;color:#a7115c}.reviewsPage .filter-reset svg{stroke:#a7115c;flex-shrink:0}.reviewsPage .filter-reset:hover span{color:#d31574}.reviewsPage .filter-reset:hover svg{stroke:#d31574}.reviewsPage .filter-add-rev{margin-left:auto}@media screen and (max-width:calc(576px - 1px)){.reviewsPage .filter-add-rev{width:100%}}.beforeAfter{padding-top:100px}.beforeAfter .js_slider-paginationNew{flex-wrap:wrap}@media screen and (max-width:calc(650px - 1px)){.beforeAfter .js_slider-paginationNew{gap:10px}}@media screen and (max-width:calc(650px - 1px)){.beforeAfter{padding-top:50px}}.beforeAfter-item{color:#2d282a}.beforeAfter-item:hover .beforeAfter__doctor-link{background:#a7115c;color:#fff}.beforeAfter__title{font-size:36px;font-weight:700;margin-bottom:40px}@media screen and (max-width:calc(650px - 1px)){.beforeAfter__title{margin-bottom:30px}}.beforeAfter__header{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:calc(768px - 1px)){.beforeAfter__header{flex-direction:column;align-items:unset}}.beforeAfter__filter{display:flex;align-items:center;gap:14px;margin-bottom:40px}@media screen and (max-width:calc(650px - 1px)){.beforeAfter__filter{flex-direction:column;align-items:baseline}}.beforeAfter__filter-text{font-size:14px;text-align:right}@media screen and (max-width:calc(650px - 1px)){.beforeAfter__filter-text br{display:none}}.beforeAfter__filter-buttons{display:flex;gap:10px}.beforeAfter__filter-btn{width:50px;height:50px;border-radius:50%;background-color:rgba(167,17,92,.08);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:border-color .3s}.beforeAfter__filter-btn.active,.beforeAfter__filter-btn:hover{background:#a7115c}.beforeAfter__filter-btn.active svg,.beforeAfter__filter-btn:hover svg{fill:#fff}.beforeAfter__filter-btn.active svg.stroke,.beforeAfter__filter-btn:hover svg.stroke{fill:transparent;stroke:#fff}.beforeAfter__filter-btn svg{fill:#a7115c}.beforeAfter__filter-btn svg.stroke{fill:transparent;stroke:#a7115c}.beforeAfter__filter-btn img{max-width:38px;max-height:38px}.beforeAfter__slider-wrapper{position:relative}.beforeAfter__slider .swiper-slide{border:1px solid #d9dbe0;border-radius:5px;overflow:hidden}.beforeAfter__slide-image{display:flex;position:relative;gap:1px}.beforeAfter__slide-image--full{position:relative}.beforeAfter__slide-image--full:before{content:"";width:1px;height:100%;background:#fff;left:50%;top:0;position:absolute;display:none}.beforeAfter__slide-image--full img{width:100%}.beforeAfter__slide-img{width:50%;height:383px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(1200px - 1px)){.beforeAfter__slide-img{height:320px}}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__slide-img{height:270px}}.beforeAfter__slide-label{position:absolute;top:10px;background-color:rgba(0,0,0,.5);color:#fff;padding:7px 14px;border-radius:36px;font-size:13px;font-weight:500;backdrop-filter:blur(8px);width:68px;text-align:center}.beforeAfter__slide-label--before{left:10px}.beforeAfter__slide-label--after{right:10px}.beforeAfter__slide-content{padding:20px;background-color:#fff;display:block;color:#2d282a}.beforeAfter__slide-doctor{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.beforeAfter__doctor-info{display:flex;align-items:center;gap:12px}.beforeAfter__doctor-photo{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;flex-shrink:0}.beforeAfter__doctor-name-wrapper{display:flex;flex-direction:column;gap:4px}.beforeAfter__doctor-work{font-size:14px;color:#5c595a}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__doctor-work{font-size:13px}}.beforeAfter__doctor-name{font-size:16px;font-weight:500}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__doctor-name{font-size:14px}}.beforeAfter__doctor-link{padding:11px 24px;border-radius:100px;background-color:rgba(167,17,92,.08);color:#a7115c;font-size:14px;font-weight:500;text-decoration:none;flex-shrink:0}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__doctor-link{display:none}}.beforeAfter__doctor-link:hover{background:#a7115c;color:#fff}.beforeAfter__slide-description{font-size:18px;font-weight:500;line-height:1.32}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__slide-description{font-size:14px}}@media screen and (max-width:calc(650px - 1px)){.beforeAfter__navigation{display:none}}.beforeAfter__navigation .slider-btn{width:48px;height:48px;border-radius:50%;background-color:#fff;border:1px solid #d9dbe0;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.beforeAfter__navigation .slider-btn:hover{background:#a7115c;border-color:#a7115c}.beforeAfter__navigation .swiper-button-prev{left:-24px}.beforeAfter__navigation .swiper-button-next{right:-24px}.beforeAfter__slide-images2 .beforeAfter__slide-image{flex-direction:column}.beforeAfter__slide-images2 .beforeAfter__slide-img{width:100%;height:200px}@media screen and (max-width:calc(1200px - 1px)){.beforeAfter__slide-images2 .beforeAfter__slide-img{height:160px}}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__slide-images2 .beforeAfter__slide-img{height:135px}}.beforeAfter__slide-images2 .beforeAfter__slide-img.big{height:400px}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__slide-images2 .beforeAfter__slide-img.big{height:270px}}.beforeAfter__slide-images2 .beforeAfter__slide-label--after{right:inherit;left:10px;top:210px}@media screen and (max-width:calc(1200px - 1px)){.beforeAfter__slide-images2 .beforeAfter__slide-label--after{top:170px}}@media screen and (max-width:calc(992px - 1px)){.beforeAfter__slide-images2 .beforeAfter__slide-label--after{top:145px}}@media (max-width:1200px){.beforeAfter__navigation .swiper-button-prev{left:10px}.beforeAfter__navigation .swiper-button-next{right:10px}}@media (min-width:1375px){.beforeAfter .slider-btn__prev{left:-75px}.beforeAfter .slider-btn__next{right:-75px}}.beforeAfter__slider .swiper-slide.swiper-slide-blank{opacity:0}.videoGall{padding-top:100px;padding-bottom:10px;background:#fff}@media screen and (max-width:calc(768px - 1px)){.videoGall{padding-top:50px}}.videoGall-item{height:100%}.videoGall-item__img{position:relative;height:250px;overflow:hidden}.videoGall-item__img img{border-radius:5px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videoGall-item__img:before{content:"";display:block;width:50px;height:50px;background:url(../img/video-icon2.svg) no-repeat;background-size:100%;position:absolute;left:0;right:0;top:50%;margin-top:-32px;margin-left:auto;margin-right:auto;z-index:2}.videoGall-item__img::after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.25);border-radius:5px}.videoGall-item__content{background:#fff;border:1px solid #d9dbe0;border-top:none;padding:20px;border-radius:0 0 5px 5px;height:calc(100% - 250px);display:flex;flex-direction:column}.videoGall-item__name{font-size:16px;font-weight:500;color:#5c595a}.mrtBlock{padding-top:100px;background:#fff;font-weight:400}@media screen and (max-width:calc(768px - 1px)){.mrtBlock{padding-top:100px;padding-bottom:50px}}.mrtBlock-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:1200px){.mrtBlock-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mrtBlock-list{grid-template-columns:1fr}}.mrtBlock__item{position:relative;margin-bottom:45px}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__item{margin-bottom:25px}}.mrtBlock__item-top{background-color:rgba(167,17,92,.08);border-radius:5px;padding:14px}.mrtBlock__title{font-family:Geometria,sans-serif;font-weight:500;font-size:18px;line-height:1.2;color:#a7115c;margin-left:88px}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__title{margin-left:0;margin-top:9px}}.mrtBlock__icon{position:absolute;top:-36px;left:16px;width:70px;height:70px;border-radius:50%;background-color:#a7115c;display:flex;align-items:center;justify-content:center}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__icon{width:50px;height:50px;position:relative;top:0;left:0;margin-top:-40px}}.mrtBlock__icon img{max-width:40px;max-height:40px}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__icon img{max-width:25px;max-height:25px}}.mrtBlock__list{list-style:none;padding:0;margin-top:18px}.mrtBlock__list-item{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-family:Geometria,sans-serif;font-size:16px;line-height:1.36;color:#5c595a}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__list-item{font-size:14px}}.mrtBlock__list-item a{color:#a7115c;text-decoration:underline}.mrtBlock__list-item a:hover{text-decoration:none;color:#d31574}.mrtBlock__list-item::before{content:"";display:block;width:5px;height:5px;border-radius:50%;background-color:#a7115c}@media screen and (max-width:calc(576px - 1px)){.mrtBlock__list-item::before{width:4px;height:4px}}.formSales{position:relative;padding:40px;background:url(../img/formSales-bg.svg) no-repeat;background-size:cover;border-radius:5px;display:flex;justify-content:space-between;height:398px}.formSales-white{background:#fff;padding-top:100px;padding-bottom:100px}@media screen and (max-width:calc(768px - 1px)){.formSales-white{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:calc(992px - 1px)){.formSales{height:auto;display:block;padding-bottom:0}}@media screen and (max-width:calc(768px - 1px)){.formSales{padding:20px 20px 0;background:url(../img/formSales-bg-mob.svg) bottom center no-repeat;background-size:cover}}.formSales__content{position:relative;z-index:2;display:flex;flex-direction:column;max-width:527px}@media screen and (max-width:calc(1200px - 1px)){.formSales__content{max-width:400px}}@media screen and (max-width:calc(992px - 1px)){.formSales__content{max-width:100%}}.formSales__title{font-family:Geometria,sans-serif;font-weight:500;font-size:30px;line-height:1.26;color:#2d282a;margin-bottom:14px}@media screen and (max-width:calc(1200px - 1px)){.formSales__title{font-size:22px}}.formSales__list{display:flex;flex-direction:column;gap:6px;list-style:none;padding:0;margin:0}.formSales__item{display:flex;align-items:center;gap:10px;font-weight:400;font-size:16px;line-height:1.36;color:#5c595a;position:relative;padding-left:15px}@media screen and (max-width:calc(1200px - 1px)){.formSales__item{font-size:14px}}.formSales__item:before{content:"";flex-shrink:0;width:5px;height:5px;background-color:#a7115c;border-radius:50%;align-self:center;position:absolute;top:50%;margin-top:-2.5px;left:0}@media screen and (max-width:calc(1200px - 1px)){.formSales__item span.br{display:block}}.formSales__item:first-child a{color:#5c595a;text-decoration:none}.formSales__item a{color:#5c595a;text-decoration:underline}.formSales__item a:hover{text-decoration:none;color:#a7115c}.formSales__socials{display:flex;align-items:center;gap:14px;margin-top:auto;padding-top:20px}.formSales__socials .headerNew__social-vk{border-color:#07f;background:#07f}.formSales__socials .headerNew__social-tg{border-color:#18a3e6;background:#18a3e6}.formSales__socials .headerNew__social-tg svg,.formSales__socials .headerNew__social-vk svg{fill:#fff}.formSales__socials .headerNew__social-tg:hover,.formSales__socials .headerNew__social-vk:hover{border-color:#d9dbe0;background:#fff}.formSales__socials .headerNew__social-tg:hover svg,.formSales__socials .headerNew__social-vk:hover svg{fill:#5c595a}.formSales__socials-icons{display:flex;gap:8px}.formSales__socials-icon img{width:44px;height:44px}.formSales__socials-text{font-family:Geometria,sans-serif;font-weight:400;font-size:14px;line-height:1.36;color:#5c595a}.formSales__doctor{position:absolute;z-index:2;width:551px;height:428px;flex-shrink:0;margin-top:0;margin-right:0;right:40px;bottom:0}@media screen and (max-width:calc(1200px - 1px)){.formSales__doctor{width:460px;height:358px}}@media screen and (max-width:calc(992px - 1px)){.formSales__doctor{position:relative;right:0;left:0;margin-top:40px;margin-left:auto;margin-right:auto;width:auto;height:auto}}.formSales__doctor img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.formSales-white+.servicePricelist,.servicePricelist+.formSales-white{padding-top:10px}.template_23 .servicePricelist,.template_25 .formSales-white{padding-top:0}.analysis-name{margin-bottom:40px}.analysis-name h2{font-size:36px;font-weight:500}@media screen and (max-width:calc(768px - 1px)){.analysis-name h2{font-size:24px}}.bgWhite{background:#fff}.template_23 .breadcrumbs{background:0 0;padding:0}.template_23 .formSales-block+.faq-block .serviceFaq{margin-top:0}.analysisPre+.servicePricelist{margin-top:100px}@media screen and (max-width:calc(768px - 1px)){.analysisPre+.servicePricelist{margin-top:60px}}.blockWhite{background:#fff}.analysisList{margin-top:100px;margin-bottom:100px}.analysisList__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;list-style:none;padding:0;margin:0}@media screen and (max-width:calc(1200px - 1px)){.analysisList__grid{gap:12px}}@media screen and (max-width:calc(992px - 1px)){.analysisList__grid{grid-template-columns:1fr}}.analysisList__item{margin:0}.analysisList__card{position:relative;display:flex;align-items:center;gap:10px;min-height:186px;padding:24px;background-color:#fff;border:1px solid #d9dbe0;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}@media screen and (max-width:calc(1200px - 1px)){.analysisList__card{padding:20px}}@media screen and (max-width:calc(992px - 1px)){.analysisList__card{min-height:160px;padding:20px}}@media screen and (max-width:calc(768px - 1px)){.analysisList__card{flex-direction:column;align-items:flex-start;padding:20px;min-height:337px}}.analysisList__card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.analysisList__content{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 310px;max-width:310px;min-height:138px;z-index:2}@media screen and (max-width:calc(1200px - 1px)){.analysisList__content{flex:0 0 280px;max-width:280px}}@media screen and (max-width:calc(992px - 1px)){.analysisList__content{flex:0 0 320px;max-width:320px}}@media screen and (max-width:calc(768px - 1px)){.analysisList__content{flex:1 1 auto;max-width:100%;min-height:auto;justify-content:flex-start}}.analysisList__info{display:flex;flex-direction:column;gap:10px}.analysisList__badge{display:inline-block;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:13px;font-weight:400;line-height:1.26;color:#5c595a}@media screen and (max-width:calc(768px - 1px)){.analysisList__badge{font-size:12px}}.analysisList__title{margin:0;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:18px;font-weight:500;line-height:1.34;color:#2d282a}@media screen and (max-width:calc(1200px - 1px)){.analysisList__title{font-size:17px}}@media screen and (max-width:calc(992px - 1px)){.analysisList__title{font-size:16px}}@media screen and (max-width:calc(768px - 1px)){.analysisList__title{font-size:16px;line-height:1.3}}.analysisList__price{display:flex;align-items:center;margin-top:20px;background-color:#f3f5f8;width:-moz-max-content;width:max-content;border-radius:50px;padding-right:20px}@media screen and (max-width:calc(1200px - 1px)){.analysisList__price{background:0 0;padding-right:0;gap:10px}}.analysisList__price--bg{background:0 0;padding-right:0}@media screen and (max-width:calc(768px - 1px)){.analysisList__price{margin-top:16px}}.analysisList__price-wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media screen and (max-width:calc(768px - 1px)){.analysisList__price-wrapper{gap:8px}}.analysisList__price-current{display:inline-block;padding:12px 20px 10px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;line-height:1.25;color:#2d282a;background-color:#f3f5f8;border-radius:50px}@media screen and (max-width:calc(1200px - 1px)){.analysisList__price-current{background:0 0;padding:0}}.analysisList__card--sale .analysisList__price-current{font-size:16px}@media screen and (max-width:calc(992px - 1px)){.analysisList__card--sale .analysisList__price-current{font-size:16px}}@media screen and (max-width:calc(768px - 1px)){.analysisList__card--sale .analysisList__price-current{font-size:15px}}.analysisList__price-old{margin-left:6px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:400;line-height:1;color:#5c595a;opacity:.7;text-decoration:line-through}@media screen and (max-width:calc(768px - 1px)){.analysisList__price-old{font-size:13px;margin-left:4px}}.analysisList__price-wrapper .analysisList__price-old{margin-left:0}.analysisList__discount{display:inline-flex;align-items:center;justify-content:center;padding:6px 8px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:13px;font-weight:500;line-height:1.1;color:#fff;background:linear-gradient(135deg,#a7115c 0,#d31574 100%);border-radius:17px}@media screen and (max-width:calc(768px - 1px)){.analysisList__discount{padding:5px 7px;font-size:12px}}.analysisList__image{position:absolute;right:0;bottom:0;width:214px;height:186px;z-index:1}@media screen and (max-width:calc(1200px - 1px)){.analysisList__image{width:180px}}.analysisList__image::before{content:"";position:absolute;right:-58px;bottom:-107px;width:270px;height:270px;background-color:rgba(167,17,92,.1);border-radius:50%;z-index:-1}@media screen and (max-width:calc(1200px - 1px)){.analysisList__image::before{width:240px;height:240px}}@media screen and (max-width:calc(768px - 1px)){.analysisList__image::before{width:280px;height:280px;right:-73px;bottom:-107px}}.analysisList__image picture{display:block;width:100%;height:100%}.analysisList__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}@media screen and (max-width:calc(768px - 1px)){.analysisList__image img{position:absolute;bottom:0;right:0}}.analysisPre{background-color:#fff}@media screen and (max-width:calc(992px - 1px)){.analysisPre{padding:40px 0}}@media screen and (max-width:calc(768px - 1px)){.analysisPre{padding:30px 0}}.analysisPre__list{margin:40px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:0 32px}@media screen and (max-width:calc(1200px - 1px)){.analysisPre__list{grid-template-columns:1fr}}@media screen and (max-width:calc(992px - 1px)){.analysisPre__list{margin:30px 0 0}}@media screen and (max-width:calc(768px - 1px)){.analysisPre__list{margin:24px 0 0}}.analysisPre__item:not(:first-child){margin-top:0}.analysisPre__card{display:flex;gap:20px;padding:24px 0;border-top:1px solid #d9dbe0}.analysisPre__card:not(:first-child){border-top:none}@media screen and (max-width:calc(992px - 1px)){.analysisPre__card{gap:16px;padding:20px 0}}@media screen and (max-width:calc(768px - 1px)){.analysisPre__card{flex-direction:column;gap:16px;padding:16px 0}}.analysisPre__image{margin:0;flex-shrink:0;width:222px;border-radius:5px;overflow:hidden}@media screen and (max-width:calc(992px - 1px)){.analysisPre__image{width:180px}}@media screen and (max-width:calc(768px - 1px)){.analysisPre__image{width:120px}}.analysisPre__image picture{display:block;width:100%;height:100%}.analysisPre__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.analysisPre__content{flex:1;display:flex;flex-direction:column;gap:12px;max-width:350px}@media screen and (max-width:calc(1200px - 1px)){.analysisPre__content{max-width:100%}}.analysisPre__title{margin:0;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:20px;line-height:1.3;color:#2d282a}@media screen and (max-width:calc(992px - 1px)){.analysisPre__title{font-size:18px}}@media screen and (max-width:calc(768px - 1px)){.analysisPre__title{font-size:16px;line-height:1.25}}.analysisPre__text{margin:0;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;line-height:1.37;color:#5c595a}.analysisPre__text:not(:first-of-type){margin-top:8px}@media screen and (max-width:calc(992px - 1px)){.analysisPre__text{font-size:15px}}@media screen and (max-width:calc(768px - 1px)){.analysisPre__text{font-size:14px;line-height:1.4}}.analysisAbout{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.analysisAbout{padding:60px 0}}@media screen and (max-width:calc(576px - 1px)){.analysisAbout{padding:40px 0}}.analysisAbout .analysis-name{margin-bottom:24px}.analysisAbout__wrapper{display:flex;justify-content:space-between;gap:30px}@media screen and (max-width:calc(992px - 1px)){.analysisAbout__wrapper{flex-direction:column}}.analysisAbout__content{max-width:383px;width:100%;flex-shrink:0}@media screen and (max-width:calc(992px - 1px)){.analysisAbout__content{max-width:100%}}@media screen and (max-width:calc(768px - 1px)){.analysisAbout__content{margin-bottom:0}}.analysisAbout__text{margin-top:24px;display:flex;flex-direction:column;gap:12px}.analysisAbout__text p{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;line-height:1.4;color:#5c595a;margin:0}.analysisAbout__images{display:flex;gap:32px;flex-grow:1;justify-content:flex-end}@media screen and (max-width:calc(992px - 1px)){.analysisAbout__images{width:100%;gap:16px}}@media screen and (max-width:calc(576px - 1px)){.analysisAbout__images{flex-direction:column}}.analysisAbout__image{border-radius:5px;overflow:hidden;flex-shrink:0}.analysisAbout__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.analysisAbout__image--large{width:487px;height:100%}@media screen and (max-width:calc(1200px - 1px)){.analysisAbout__image--large{width:calc(60% - 8px);height:auto;aspect-ratio:487/412}}@media screen and (max-width:calc(576px - 1px)){.analysisAbout__image--large{width:100%}}.analysisAbout__image--small{width:280px;height:100%}@media screen and (max-width:calc(1200px - 1px)){.analysisAbout__image--small{width:calc(40% - 8px);height:auto;aspect-ratio:280/412}}@media screen and (max-width:calc(576px - 1px)){.analysisAbout__image--small{width:100%;display:none}}@media screen and (max-width:calc(576px - 1px)){.analysisAbout__image--small{display:block;width:100%;height:300px}}.contactPage{margin-top:40px;padding-bottom:100px}@media screen and (max-width:calc(768px - 1px)){.contactPage{padding-bottom:60px}}.contactPage-bg{background:#fff}.contactPage__top{display:flex;gap:32px;align-items:stretch;margin-bottom:32px}@media screen and (max-width:calc(992px - 1px)){.contactPage__top{gap:10px;flex-direction:column}}.contactPage__info{width:383px;flex-shrink:0;background:#f3f5f8;border-radius:5px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:calc(992px - 1px)){.contactPage__info{width:100%}}.contactPage__info-content{display:flex;flex-direction:column;gap:20px}.contactPage__list{display:flex;flex-direction:column;gap:20px;list-style:none;margin:0;padding:0}.contactPage__list-item{display:flex;flex-direction:column;gap:8px}.contactPage__list-label{display:flex;align-items:center;gap:8px;color:#a7115c}.contactPage__list-icon{width:20px;height:20px;flex-shrink:0}.contactPage__list-text{font-size:14px;line-height:1.26;font-weight:400;color:#5c595a}.contactPage__list-value{font-size:16px;line-height:1.24;font-weight:500;color:#2d282a;text-decoration:none}.contactPage__socials{display:flex;flex-direction:column;gap:8px}.contactPage__socials-label{font-size:14px;line-height:1.26;font-weight:400;color:#5c595a}.contactPage__socials-list{display:flex;gap:8px}.contactPage__social{display:block;width:44px;height:44px;flex-shrink:0;transition:opacity .2s}.contactPage__social:hover{opacity:.7}.contactPage__social:focus-visible{outline:2px solid #a7115c;outline-offset:2px;border-radius:22px}.contactPage__social-svg{width:100%;height:100%;display:block}.contactPage__actions{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:20px}.contactPage__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 40px;border-radius:31px;font-size:16px;font-weight:500;line-height:normal;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:background-color .2s}.contactPage__btn--outline{background:rgba(167,17,92,.1);color:#a7115c}.contactPage__btn--outline:hover{background:rgba(167,17,92,.2)}.contactPage__btn--filled{background:#a7115c;color:#fff}.contactPage__btn--filled:hover{background:#d31574}.contactPage__btn:focus-visible{outline:2px solid #a7115c;outline-offset:2px}.contactPage__map{flex:1;min-height:530px;border-radius:5px;overflow:hidden;display:flex}@media screen and (max-width:1023px){.contactPage__map{min-height:400px}}@media screen and (max-width:calc(768px - 1px)){.contactPage__map{min-height:380px}}.contactPage__map-frame{width:100%;background:#e5e3e0;border:none}.contactPage__sections{display:flex;flex-direction:column;gap:8px}.contactPage__content-style a{color:#2d282a}.contactPage__content-style a:hover{color:#a7115c}.contactPage__section{background:#f3f5f8;border-radius:5px}.contactPage__section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px;border:none;background:0 0;cursor:pointer;text-align:left;font-family:inherit}.contactPage__section-header:focus-visible{outline:2px solid #a7115c;outline-offset:-2px;border-radius:5px}.contactPage__section-title{font-size:18px;font-weight:500;line-height:1.23;color:#2d282a}.contactPage__section-toggle{width:22px;height:22px;position:relative;flex-shrink:0}.contactPage__section-toggle::after,.contactPage__section-toggle::before{content:"";position:absolute;background:#2d282a;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:1px}.contactPage__section-toggle::before{width:14px;height:1.5px}.contactPage__section-toggle::after{width:1.5px;height:14px;transition:transform .3s}.contactPage__section-toggle--active::after{transform:translate(-50%,-50%) rotate(90deg)}.contactPage__section-body{padding:0 24px 24px}.contactPage__section-body table{width:100%;border-collapse:collapse;border-radius:5px;overflow:hidden}.contactPage__section-body table tr{border-bottom:1px solid #d9dbe0}.contactPage__section-body table tr:last-child{border-bottom:none}.contactPage__section-body table td{padding:16px 0;font-size:16px;line-height:1.36;font-weight:400;vertical-align:top}@media screen and (max-width:calc(768px - 1px)){.contactPage__section-body table td{font-size:14px}}.contactPage__section-body table tr:first-child td{padding-top:0}.contactPage__section-body table tr:last-child td{padding-bottom:0}.contactPage__section-body table td:first-child{width:312px;color:#5c595a;padding-right:16px}@media screen and (max-width:1023px){.contactPage__section-body table td:first-child{width:240px}}@media screen and (max-width:calc(768px - 1px)){.contactPage__section-body table td:first-child{width:100%}}.contactPage__section-body table td:last-child{color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.contactPage__section-body table tr{display:flex;flex-direction:column;gap:4px;padding:16px 0}.contactPage__section-body table tr:first-child{padding-top:0}.contactPage__section-body table tr:last-child{padding-bottom:0}.contactPage__section-body table td{padding:0}.contactPage__section-body table tr:first-child td,.contactPage__section-body table tr:last-child td{padding:0}}.contactPage__cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width:1023px){.contactPage__cards{grid-template-columns:1fr}}.contactPage__card{display:flex;background:#fff;border-radius:5px;overflow:hidden;min-height:174px}@media screen and (max-width:calc(576px - 1px)){.contactPage__card{flex-direction:column}}.contactPage__card-photo{width:155px;flex-shrink:0;padding:5px}@media screen and (max-width:calc(768px - 1px)){.contactPage__card-photo{width:120px}}@media screen and (max-width:calc(576px - 1px)){.contactPage__card-photo{width:60px;height:60px;margin-left:20px;margin-top:20px}}.contactPage__card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2px;display:block}@media screen and (max-width:calc(576px - 1px)){.contactPage__card-img{border-radius:50%;-o-object-position:center top;object-position:center top}}.contactPage__card-content{display:flex;flex-direction:column;gap:14px;padding:20px;flex:1;min-width:0}.contactPage__card-info{display:flex;flex-direction:column;gap:6px}.contactPage__card-name{font-size:18px;font-weight:500;line-height:1.24;color:#2d282a;margin:0}@media screen and (max-width:calc(768px - 1px)){.contactPage__card-name{font-size:16px}}.contactPage__card-position{font-size:14px;line-height:1.31;color:#5c595a;margin:0}.contactPage__card-contacts{display:flex;flex-direction:column;gap:7px;list-style:none;margin:0;padding:0}.contactPage__card-contact{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.28;font-weight:400;color:#2d282a;text-decoration:none}.contactPage__card-contact-icon{width:20px;height:20px;flex-shrink:0;color:#a7115c}.contactPage__orgs{display:flex;flex-direction:column;gap:18px;max-width:1000px;font-size:16px;line-height:1.43;font-weight:400;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.contactPage__orgs{font-size:14px}}.contactPage__orgs>p:first-child{margin:0}.contactPage__org{font-size:inherit;line-height:inherit;color:inherit}.contactPage__org p{margin:0}.contactPage__org p:first-child{margin-bottom:2px}.contactPage__org strong{font-weight:500}.docsPage{background:#fff}@media screen and (max-width:calc(576px - 1px)){.docsPage .default-h1{margin-top:30px}}.docsPage__group+.docsPage__group{margin-top:100px}@media screen and (max-width:calc(576px - 1px)){.docsPage__group+.docsPage__group{margin-top:60px}}.docsPage__group--first{margin-top:40px}.docsPage__header{margin-bottom:32px}.docsPage__title{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:30px;line-height:1.22;color:#2d282a;margin:0}@media screen and (max-width:calc(768px - 1px)){.docsPage__title{font-size:24px}}.docsPage__desc{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;line-height:1.42;color:#5c595a;margin-top:12px;max-width:853px}.docsPage__desc a{color:#a7115c;text-decoration:none}.docsPage__desc a:hover{text-decoration:underline}.docsPage__grid{display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:calc(576px - 1px)){.docsPage__grid{gap:10px}}.docsPage__row{display:flex;gap:32px;width:100%;flex-wrap:wrap}@media screen and (max-width:calc(768px - 1px)){.docsPage__row{flex-direction:column;gap:16px}}.docsPage__file{min-width:0;display:flex;align-items:center;gap:14px;border:1px solid #f3f5f8;border-radius:5px;padding:3px 3px 3px 14px;width:calc(50% - 16px)}@media screen and (max-width:calc(768px - 1px)){.docsPage__file{width:100%}}.docsPage__file-icon{flex-shrink:0;width:24px;height:24px;color:#5c595a}.docsPage__file-name{flex:1;background:#f3f5f8;border-radius:2px;padding:18px 20px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:14px;line-height:1.4;color:#2d282a;overflow:hidden;align-items:center;height:100%}.docsPage__accordion{display:flex;flex-direction:column;gap:10px}.docsPage__accordion-item{background:#f3f5f8;border-radius:5px;overflow:hidden}.docsPage__accordion-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;width:100%;border:none;background:0 0;cursor:pointer;text-align:left}.docsPage__accordion-title{flex:1;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:18px;line-height:1.45;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.docsPage__accordion-title{font-size:16px}}.docsPage__accordion-icon{flex-shrink:0;width:26px;height:26px;color:#2d282a;transition:transform .3s ease}.docsPage__accordion-icon--active{transform:rotate(45deg)}.docsPage__accordion-body{padding:0 24px 24px}.docsPage__contacts{display:flex;flex-direction:column;gap:14px;max-width:800px}.docsPage__contact{display:flex;gap:10px;align-items:flex-start}.docsPage__contact-icon{flex-shrink:0;width:20px;height:20px;color:#a7115c;margin-top:2px}.docsPage__contact-info{flex:1;min-width:0}.docsPage__contact-label{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:14px;line-height:1.4;color:#5c595a;margin-bottom:4px}.docsPage__contact-value{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;line-height:1.4;color:#2d282a}.docsPage__contact-value a{color:#2d282a}.dirService{padding:50px 0}@media screen and (max-width:calc(768px - 1px)){.dirService{padding:40px 0}}.dirService__title{font-size:36px;font-weight:500;line-height:1.22;color:#2d282a;margin-bottom:40px}@media screen and (max-width:calc(768px - 1px)){.dirService__title{font-size:28px;margin-bottom:24px}}@media screen and (max-width:calc(576px - 1px)){.dirService__title{font-size:24px}}.dirService__grid{display:flex;flex-wrap:wrap;gap:32px 33px}@media screen and (max-width:calc(992px - 1px)){.dirService__grid{gap:20px}}@media screen and (max-width:calc(576px - 1px)){.dirService__grid{gap:12px}}.dirService__card{background:url(../img/nap/service-bg.svg);background-size:cover;border-radius:5px;overflow:hidden;position:relative;width:calc(25% - 25px);min-height:174px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:#2d282a;transition:transform .3s ease}@media screen and (max-width:calc(1200px - 1px)){.dirService__card{width:calc(33.333% - 22px)}}@media screen and (max-width:calc(992px - 1px)){.dirService__card{width:100%;min-height:initial;padding:23px 20px;flex-direction:row;align-items:center}}.dirService__card:hover{transform:translateY(-5px)}.dirService__card:hover .dirService__card-btn{background-color:#a7115c;color:#fff}.dirService__card-title{font-size:16px;font-weight:500;line-height:1.37;color:#2d282a;max-width:230px}.dirService__card-btn{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50px;padding:12px 20px 10px;font-size:14px;font-weight:500;line-height:1.26;color:#2d282a;text-decoration:none;transition:background-color .3s ease,color .3s ease;position:relative;z-index:1}@media screen and (max-width:calc(992px - 1px)){.dirService__card-btn{width:38px;height:38px;font-size:0;border-radius:50%;padding:0;flex-shrink:0}}.dirService__card-btn svg{display:none;stroke:#2d282a}@media screen and (max-width:calc(992px - 1px)){.dirService__card-btn svg{display:block}}.dirVideo{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.dirVideo{padding:40px 0}}.dirVideo__title{font-size:36px;font-weight:500;line-height:1.22;color:#2d282a;margin-bottom:40px}@media screen and (max-width:calc(992px - 1px)){.dirVideo__title{font-size:28px;margin-bottom:24px}}@media screen and (max-width:calc(768px - 1px)){.dirVideo__title{font-size:24px}}.dirVideo__slider{position:relative}.dirVideo .js_slider-paginationNew{display:none}@media (max-width:1050px){.dirVideo .js_slider-paginationNew{display:flex}}.dirVideo__arrow{width:48px;height:48px;min-width:48px;border-radius:50%;background-color:#fff;border:1px solid #d9dbe0;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#2d282a;transition:background-color .3s,color .3s,border-color .3s}.dirVideo__arrow:hover{background-color:#a7115c;border-color:#a7115c;color:#fff}.dirVideo__arrow.swiper-button-disabled{opacity:.4;pointer-events:none}.dirVideo__arrow--prev svg{transform:rotate(180deg)}@media screen and (max-width:calc(768px - 1px)){.dirVideo__arrow{display:none}}.dirVideo .swiper{overflow:hidden}.dirVideo__card{display:flex;flex-direction:column;border-radius:5px;border:1px solid #d9dbe0;overflow:hidden;background-color:#fff;text-decoration:none;transition:box-shadow .3s}.dirVideo__card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.dirVideo__card-thumb{position:relative;width:100%;height:218px;background-color:#f3f5f8;overflow:hidden}.dirVideo__card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(768px - 1px)){.dirVideo__card-thumb{height:180px}}.dirVideo__card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.dirVideo__card-play svg{margin-left:2px}.dirVideo__card-title{padding:18px 20px;font-size:14px;line-height:1.4;color:#2d282a}.dirGall{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.dirGall{padding:40px 0}}.dirGall__title{font-size:36px;font-weight:500;line-height:1.22;color:#2d282a;margin-bottom:40px}@media screen and (max-width:calc(992px - 1px)){.dirGall__title{font-size:28px;margin-bottom:24px}}@media screen and (max-width:calc(768px - 1px)){.dirGall__title{font-size:24px;margin-bottom:30px}}.dirGall__grid{display:flex;gap:10px;height:596px}@media screen and (max-width:calc(992px - 1px)){.dirGall__grid{height:450px}}@media screen and (max-width:calc(768px - 1px)){.dirGall__grid{flex-direction:column;height:auto;gap:8px}}.dirGall__col{flex:1;display:flex;flex-direction:column;gap:10px}@media screen and (max-width:calc(768px - 1px)){.dirGall__col{gap:8px}}.dirGall__row{display:flex;gap:10px;flex:1;min-height:0}@media screen and (max-width:calc(768px - 1px)){.dirGall__row{gap:8px;height:170px;flex:none}}.dirGall__img{display:block;overflow:hidden;border-radius:5px}.dirGall__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dirGall__img--big{height:390px;flex-shrink:0}@media screen and (max-width:calc(992px - 1px)){.dirGall__img--big{height:280px}}@media screen and (max-width:calc(768px - 1px)){.dirGall__img--big{height:220px}}.dirGall__img--small{flex:1;min-height:0;min-width:0}.dirWord{padding:50px 0}@media screen and (max-width:calc(992px - 1px)){.dirWord{padding:40px 0}}.dirWord__wrap{display:flex;gap:32px;align-items:center;position:relative}@media screen and (max-width:calc(768px - 1px)){.dirWord__wrap{flex-direction:column;gap:0}}.dirWord__photo{position:relative;width:280px;min-width:280px;height:384px;border-radius:5px;overflow:hidden}.dirWord__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:calc(768px - 1px)){.dirWord__photo{display:none}}.dirWord__badge{position:absolute;bottom:8px;left:8px;display:flex;align-items:center;gap:6px;padding:7px 12px;background-color:#fff;border-radius:5px;font-size:14px;line-height:1.26;color:#2d282a}.dirWord__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:384px;padding:24px;background-color:#f3f5f8;border-radius:5px}@media screen and (max-width:calc(768px - 1px)){.dirWord__content{height:auto;padding:20px;width:100%}}.dirWord__top{display:flex;flex-direction:column;gap:18px}@media screen and (max-width:calc(768px - 1px)){.dirWord__top{gap:16px}}.dirWord__heading{display:flex;align-items:center;gap:18px}@media screen and (max-width:calc(768px - 1px)){.dirWord__heading{gap:14px}}.dirWord__quote{flex-shrink:0}@media screen and (max-width:calc(768px - 1px)){.dirWord__quote{width:18px;height:12px}}.dirWord__title{font-size:24px;font-weight:500;line-height:1.34;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.dirWord__title{font-size:20px}}.dirWord__text{display:flex;flex-direction:column;gap:10px;font-size:16px;line-height:1.36;color:#5c595a}@media screen and (max-width:calc(768px - 1px)){.dirWord__text{font-size:14px}}.dirWord__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px}@media screen and (max-width:calc(768px - 1px)){.dirWord__bottom{flex-direction:column;align-items:flex-start;gap:18px;margin-top:30px}}.dirWord__doctor{display:flex;align-items:center;gap:10px}.dirWord__doctor-avatar{display:none}@media screen and (max-width:calc(768px - 1px)){.dirWord__doctor-avatar{display:block;width:54px;height:54px;min-width:54px;border-radius:50%;overflow:hidden}.dirWord__doctor-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.dirWord__doctor-info{display:flex;flex-direction:column;gap:6px}.dirWord__doctor-name{font-size:18px;font-weight:500;line-height:1.24;color:#2d282a}@media screen and (max-width:calc(768px - 1px)){.dirWord__doctor-name{font-size:16px}}.dirWord__doctor-role{font-size:14px;line-height:1.26;color:#5c595a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:476px}.dirWord__doctor-role br{display:none}@media screen and (max-width:calc(768px - 1px)){.dirWord__doctor-role{white-space:normal;line-height:1.4;max-width:none}}.dirWord__actions{display:flex;gap:12px}@media screen and (max-width:calc(768px - 1px)){.dirWord__actions{flex-direction:column;width:100%;gap:10px}}.dirWord__actions-item{min-width:140px;height:44px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:calc(768px - 1px)){.dirWord__actions-item{width:100%}}.notFound{text-align:center;padding:100px 20px;background:#fff}@media screen and (max-width:calc(992px - 1px)){.notFound{padding-top:160px;padding-bottom:40px}}.notFound-img img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.notFound-name{font-size:20px;font-weight:500;color:#2d282a;margin-top:40px;margin-bottom:10px}.notFound-text{color:#2d282a;font-size:16px;margin-bottom:24px}.notFound-text a{color:#a7115c;text-decoration:underline}.notFound-text a:hover{text-decoration:none;color:#d31574}.notFound-btn a{display:inline-flex}.home-hero--check{height:550px}@media screen and (max-width:calc(768px - 1px)){.home-hero--check{height:auto}}.home-hero--check .home-hero__item--1{background:#f3f8fc}@media screen and (max-width:calc(768px - 1px)){.home-hero--check .home-hero__item--1{background:#f3f6f9}}.home-hero--check .home-hero__item-wrap{position:relative}@media screen and (max-width:calc(768px - 1px)){.home-hero--check .home-hero__btns{width:100%}}@media screen and (max-width:calc(768px - 1px)){.home-hero--check .home-hero__subtitle{margin-bottom:24px}}.home-hero--check .headerNew__button{width:auto}@media screen and (max-width:calc(768px - 1px)){.home-hero--check .headerNew__button{width:100%}}.checkList{padding:60px 0}@media screen and (max-width:calc(768px - 1px)){.checkList{padding:40px 0}}.checkList__tabs{display:flex;align-items:center;gap:10px;margin-bottom:32px}@media screen and (max-width:calc(768px - 1px)){.checkList__tabs{gap:8px;margin-bottom:24px;overflow-y:auto}}.checkList__tab{display:flex;align-items:center;justify-content:center;padding:11px 24px 9px;border-radius:40px;background:#f3f5f8;border:none;cursor:pointer;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:1.23;color:#2d282a;white-space:nowrap;transition:background-color .3s,color .3s}@media screen and (max-width:calc(768px - 1px)){.checkList__tab{padding:10px 18px 8px;font-size:14px;line-height:1.27}}.checkList__tab--active{background:#a7115c;color:#fff;font-weight:500}.checkList__grid{display:flex;flex-wrap:wrap;gap:32px}@media screen and (max-width:calc(768px - 1px)){.checkList__grid{flex-direction:column;gap:12px}}.checkList__card{display:flex;flex-direction:column;width:calc((100% - 64px)/ 3);padding:24px;background:#fff;border:1px solid #d9dbe0;border-radius:5px;overflow:hidden}.checkList__card:hover .checkList__btn{background:#a7115c;color:#fff}@media screen and (max-width:calc(992px - 1px)){.checkList__card{width:calc((100% - 32px)/ 2)}}@media screen and (max-width:calc(768px - 1px)){.checkList__card{width:100%;padding:20px}}.checkList__icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:100px;border:1px solid rgba(167,17,92,.3);margin-bottom:24px;flex-shrink:0}@media screen and (max-width:calc(768px - 1px)){.checkList__icon{width:44px;height:44px;margin-bottom:20px}}.checkList__content{display:flex;flex-direction:column;gap:18px;flex-grow:1}@media screen and (max-width:calc(768px - 1px)){.checkList__content{gap:16px}}.checkList__text{display:flex;flex-direction:column;gap:8px}.checkList__title{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:24px;font-weight:500;line-height:1.18;color:#2d282a;margin:0}@media screen and (max-width:calc(768px - 1px)){.checkList__title{font-size:18px}}.checkList__desc{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:1.36;color:#5c595a;margin:0}@media screen and (max-width:calc(768px - 1px)){.checkList__desc{font-size:14px}}.checkList__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.checkList__btn{display:flex;align-items:center;justify-content:center;height:44px;padding:0 30px;border:1px solid #a7115c;border-radius:31px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;color:#a7115c;text-decoration:none;white-space:nowrap;transition:background-color .3s,color .3s}.checkList__btn:hover{background:#a7115c;color:#fff}@media screen and (max-width:calc(768px - 1px)){.checkList__btn{padding:10px 20px;font-size:14px;height:auto}}.checkList__price{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;color:#5c595a;white-space:nowrap}@media screen and (max-width:calc(768px - 1px)){.checkList__price{font-size:14px}}.checkForm__wrapper{position:relative;background:#a7115c;border-radius:5px;overflow:hidden}.checkForm .checkbox__el{border-color:#fff}.checkForm .checkbox:hover .checkbox__el{border-color:#fff}.checkForm .checkbox__el::after{background:#c3bbbf url(../img/check.svg) no-repeat center/18px 13px}.checkForm .checkbox__text{text-align:left}.checkForm__bg{position:absolute;left:-254px;top:14px;width:818px;height:818px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);pointer-events:none}@media screen and (max-width:calc(768px - 1px)){.checkForm__bg{left:50%;top:264px;width:438px;height:438px;transform:translateX(-50%)}}.checkForm__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:40px}@media screen and (max-width:calc(768px - 1px)){.checkForm__inner{flex-direction:column;align-items:flex-start;padding:20px;gap:20px}}.checkForm__left{display:flex;flex-direction:column;gap:91px;width:473px}@media screen and (max-width:calc(768px - 1px)){.checkForm__left{width:100%;gap:16px}}.checkForm__text{display:flex;flex-direction:column;gap:8px;color:#fff}.checkForm__title{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:36px;font-weight:500;line-height:1.3;color:#fff;margin:0}@media screen and (max-width:calc(768px - 1px)){.checkForm__title{font-size:24px;line-height:1.18}}.checkForm__subtitle{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:18px;font-weight:400;line-height:1.32;color:#fff;opacity:.8;width:360px;margin:0}@media screen and (max-width:calc(768px - 1px)){.checkForm__subtitle{font-size:14px;width:100%}}.checkForm__contacts{display:flex;align-items:center;gap:30px}@media screen and (max-width:calc(768px - 1px)){.checkForm__contacts{flex-direction:column;align-items:flex-start;gap:6px}}.checkForm__contact{display:flex;align-items:center;gap:10px}.checkForm__contact-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #fff;flex-shrink:0}@media screen and (max-width:calc(768px - 1px)){.checkForm__contact-icon{width:30px;height:30px}}.checkForm__contact-text{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:normal;color:#fff;white-space:nowrap}@media screen and (max-width:calc(768px - 1px)){.checkForm__contact-text{font-size:14px}}.checkForm__right{width:460px}@media screen and (max-width:calc(768px - 1px)){.checkForm__right{width:100%}}.checkForm__form{display:flex;flex-direction:column;gap:20px;align-items:flex-end}@media screen and (max-width:calc(768px - 1px)){.checkForm__form{align-items:stretch}}.checkForm__fields{display:flex;flex-direction:column;gap:12px;width:100%}@media screen and (max-width:calc(768px - 1px)){.checkForm__fields{gap:10px}}.checkForm__input{width:100%;height:50px;padding:0 23px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:40px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;color:#fff;outline:0;transition:border-color .3s}@media screen and (max-width:calc(768px - 1px)){.checkForm__input{height:44px;font-size:14px}}.checkForm__input::-moz-placeholder{color:#fff}.checkForm__input::placeholder{color:#fff}.checkForm__input:focus{border-color:rgba(255,255,255,.4)}.checkForm__actions{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}@media screen and (max-width:calc(768px - 1px)){.checkForm__actions{gap:10px}}.checkForm__submit{display:flex;align-items:center;justify-content:center;width:100%;height:50px;padding:13px 20px;background:#fff;border:none;border-radius:40px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;line-height:1.2;color:#a7115c;cursor:pointer;transition:opacity .3s}.checkForm__submit:hover{opacity:.9}.checkForm__consent{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:13px;font-weight:400;line-height:1.3;color:rgba(255,255,255,.8);text-align:center;margin:0}.checkForm__consent a{color:#fff;text-decoration:underline}.anketa{padding:40px 0 90px;background:#f3f5f8}@media screen and (max-width:calc(992px - 1px)){.anketa{padding:30px 0 60px}}@media screen and (max-width:calc(768px - 1px)){.anketa{padding:20px 0 44px}}.anketa__crumbs{margin-bottom:24px}@media screen and (max-width:calc(768px - 1px)){.anketa__crumbs{margin-bottom:16px}}.anketa__head{margin-bottom:34px}@media screen and (max-width:calc(768px - 1px)){.anketa__head{margin-bottom:22px}}.anketa__title{margin:0 0 18px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:48px;line-height:1.1;color:#333232}@media screen and (max-width:calc(992px - 1px)){.anketa__title{font-size:38px}}@media screen and (max-width:calc(768px - 1px)){.anketa__title{margin-bottom:12px;font-size:28px}}.anketa__intro{font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:18px;line-height:1.44;color:#4b4544}@media screen and (max-width:calc(768px - 1px)){.anketa__intro{font-size:15px}}.anketaForm__card{padding:40px;background:#fff;border-radius:24px;box-shadow:0 14px 40px rgba(51,50,50,.06)}@media screen and (max-width:calc(992px - 1px)){.anketaForm__card{padding:30px}}@media screen and (max-width:calc(768px - 1px)){.anketaForm__card{padding:20px;border-radius:16px}}.anketaForm__form-title{margin:0 0 6px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:28px;line-height:1.2;color:#333232}@media screen and (max-width:calc(768px - 1px)){.anketaForm__form-title{font-size:22px}}.anketaForm__section{padding:28px 0;border-top:1px solid #e2e0de}.anketaForm__section:first-of-type{padding-top:22px;border-top:none}.anketaForm__section:last-of-type{padding-bottom:8px}@media screen and (max-width:calc(768px - 1px)){.anketaForm__section{padding:20px 0}}.anketaForm__section-title{margin:0 0 20px;font-family:Geometria,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:500;font-size:20px;line-height:1.25;color:#333232}@media screen and (max-width:calc(768px - 1px)){.anketaForm__section-title{margin-bottom:14px;font-size:17px}}.anketaForm__row{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}@media screen and (max-width:calc(768px - 1px)){.anketaForm__row{grid-template-columns:1fr;gap:0}}.anketaForm__row--full{grid-template-columns:1fr}.anketaForm__row--three{grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:calc(768px - 1px)){.anketaForm__row--three{grid-template-columns:1fr}}.anketaForm .label__input,.anketaForm .label__textarea{border-color:#eee5e1}.anketaForm .label--calendar::before{top:25px}.anketaForm .select .choices__inner{min-height:50px;padding-left:25px;border:1px solid #eee5e1;border-radius:50px!important}.anketaForm .select .choices__list--single .choices__item,.anketaForm .select .choices__placeholder{font-weight:300;color:#333232}.anketaForm .select .choices::after{right:22px}.anketaForm__footer{display:flex;flex-direction:column;gap:18px;padding-top:24px}@media screen and (max-width:calc(768px - 1px)){.anketaForm__footer{padding-top:16px}}.anketaForm__consent{position:relative;align-items:center;padding-bottom:22px}.anketaForm__consent .label__error{left:41px}.anketaForm__consent .checkbox__el{margin-top:1px}.anketaForm__consent .checkbox__text{font-size:15px;line-height:1.4;color:#4b4544}@media screen and (max-width:calc(768px - 1px)){.anketaForm__consent .checkbox__text{font-size:14px}}.anketaForm__error{position:static}.anketaForm__error:empty{display:none}.anketaForm__submit{align-self:flex-start;min-width:300px}@media screen and (max-width:calc(768px - 1px)){.anketaForm__submit{width:100%;min-width:0}}.anketaForm__note{margin:0;font-size:14px;color:#888}.anketaForm__note span{color:#a7115c}
/*# sourceMappingURL=style.min.css.map */
