@charset "UTF-8";@font-face{font-family:GothamPro;src:url(/fonts/GothamPro-Bold.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:GothamPro;src:url(/fonts/GothamPro-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GothamPro;src:url(/fonts/GothamPro-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Kumbh Sans;src:url(/fonts/KumbhSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:kumbh Sans;src:url(/fonts/KumbhSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Highliner-Light;src:url(/fonts/Highliner-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Highliner-Regular;src:url(/fonts/Highliner-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Highliner-Bold;src:url(/fonts/Highliner-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}html{scroll-behavior:smooth;transition:scroll-behavior .2s ease-in-out}html.is-lock{overflow:hidden}body{font-size:clamp(.75rem,.675rem + .375vw,1.125rem);display:flex;flex-direction:column;font-family:var(--font-family-base),serif;letter-spacing:-.03em;color:var(--color-text-body);background-color:var(--bg-color-body)}main{flex-grow:1}h2,.h2{margin:var(--space-xl) 0;text-align:center}h1,.h1,h2,.h2,h3,.h3{color:var(--color-text-secondary);font-family:var(--font-family-accent),serif;font-weight:700;text-transform:uppercase}h4,.h4,h5,.h5,h6,.h6{color:var(--color-text-secondary);font-family:var(--font-family-h2),serif;font-weight:600;text-transform:uppercase}h1,.h1{font-size:clamp(1.875rem,1.375rem + 2.5vw,4.375rem);line-height:1.2}h2,.h2{font-size:clamp(1.75rem,1.375rem + 1.875vw,3.625rem);line-height:1.3}h3,.h3{font-size:clamp(1.25rem,1.125rem + .625vw,1.875rem)}h4,.h4{font-size:clamp(1rem,.9rem + .5vw,1.5rem)}h5,.h5{font-size:clamp(1rem,.925rem + .375vw,1.375rem)}h6,.h6{font-size:clamp(1rem,.95rem + .25vw,1.25rem)}p{font-size:clamp(.75rem,.675rem + .375vw,1.125rem)}p{--paragraphMarginBottom: 1.5rem}.button{background:var(--bg-color-nav);color:var(--color-text-body);border:var(--border-default);border-radius:var(--border-radius);text-transform:uppercase;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;line-height:1}.button:hover{box-shadow:var(--shadow-btn);background-color:var(--bg-color-body);transform:translateY(-2px)}.button:active{transform:translateY(1px)}a,button,label,input,textarea,select,svg *{transition-duration:var(--transition-duration)}a{text-transform:uppercase;color:inherit}@media (any-hover: hover){a:hover{color:var(--color-text-body)}}@media (any-hover: none){a:active{color:var(--color-text-body)}}a[class]{text-decoration:none}*,:before,:after{box-sizing:border-box}:where(ul,ol):where([class]){padding-left:0}body,:where(blockquote,figure):where([class]){margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){margin-left:0;padding:0;border:none}:where(ul[class]){list-style:none}:where(address[class]){font-style:normal}p{--paragraphMarginBottom: 24px;margin-block:0}p:where(:not([class]):not(:last-child)){margin-bottom:var(--paragraphMarginBottom)}img,video{display:block;max-width:100%;height:auto}input,textarea,select,button{font:inherit}html{height:100%;scrollbar-gutter:stable}body{min-height:100%;line-height:1.5}a:where([class]){display:inline-flex}button,label{cursor:pointer}[fill]{fill:currentColor}[stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{max-width:calc(var(--container-width) + var(--container-padding-x) * 2);margin-inline:auto;padding-inline:var(--container-padding-x)}.visible-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;border:0!important;padding:0!important;white-space:nowrap!important;clip-path:inset(100%)!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}@media (width <= 47.99875rem){.hidden-mobile-xs{display:none!important}}@media (width > 47.99875rem){.visible-mobile-xs{display:none!important}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}:root{--color-light: #ffffff;--bg-color-body: #F2F6FA;--bg-color-nav: #edf0f0;--bg-color-accent: rgba(254, 254, 255, .83);--bg-color-mobile: #edf0f0;--color-text-body: #494949;--color-text-secondary: #7a7777;--text_color_fon_light: #DAC5A7;--border: .06rem solid #6c5d48;--border-default: .06rem solid rgba(90, 85, 73, .15);--border-input: 1px solid #dfe3e7;--border-radius: .5rem;--font-family-base: "Montserrat", sans-serif;--font-family-accent: "GothamPro", sans-serif;--font-family-h1: "Highliner-Regular", sans-serif;--font-family-h2: "Kumbh Sans", sans-serif;--container-width: 87.5rem;--container-padding-x: 2rem;--transition-duration: .2s;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--shadow-photo: 0 12px 32px rgba(0, 0, 0, .25);--shadow-btn: 0 8px 24px rgba(0, 0, 0, .2);--shadow-block: 0 2px 8px rgba(0, 0, 0, .06)}@media (width <= 80rem){:root{--container-width: 80rem}}@media (width <= 63.99875rem){:root{--space-xs: .1875rem;--space-sm: .375rem;--space-md: .75rem;--space-lg: 1.25rem;--space-xl: 1.75rem}}@media (width <= 47.99875rem){:root{--space-xs: .125rem;--space-sm: .25rem;--space-md: .5rem;--space-lg: 1rem;--space-xl: 1.5rem}}: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:translateZ(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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .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)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.logo-block{display:flex;align-content:center;justify-content:center;align-items:center;gap:.625rem}@media (width <= 63.99875rem){.logo__text{font-size:.6875rem}}.header{position:sticky;z-index:1100;top:0}.header__body{padding-block:.625rem;background-color:var(--bg-color-nav)}@media (width <= 47.99875rem){.header__body{padding-block:0}}.header__body-inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo menu cta";align-items:center;column-gap:1rem;position:relative;min-height:4rem}.header__contact-btn{grid-area:cta;justify-self:end;height:2.75rem;padding:0 1rem;border-radius:var(--border-radius);border:var(--border-default);background:var(--bg-color-nav);color:var(--color-text-body);font-weight:500;cursor:pointer;transition:transform .08s ease,opacity .2s ease;line-height:1;text-transform:uppercase}.header__contact-btn:hover{box-shadow:0 8px 24px #0003;background-color:var(--bg-color-body);transform:translateY(-2px)}.header__contact-btn:active{transform:translateY(1px)}@media (width <= 47.99875rem){.header__contact-btn{margin-right:7.5rem}}@media (width <= 30.06125rem){.header__contact-btn{margin:0 3.25rem 0 .625rem;font-size:.625rem;padding:0 .625rem}}.header .burger-button{grid-area:cta;justify-self:end;align-self:center;line-height:1}@media (width <= 47.99875rem){.header__body-inner{grid-template-columns:auto 1fr auto;grid-template-areas:"logo cta burger";column-gap:.75rem;padding:.625rem .1875rem .625rem .625rem}.header .header__contact-btn{justify-self:center;height:2.5rem;padding:0 .875rem}}@media (width <= 47.99875rem){.header__body-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:0}}.header__overlay{grid-area:menu;justify-self:center;z-index:1}@media (width > 47.99875rem){.header__overlay{display:block}}@media (width <= 47.99875rem){.header__overlay{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;width:100%;row-gap:3rem;padding:1rem;background-color:var(--bg-color-mobile);transition-duration:var(--transition-duration)}.header__overlay:not(.is-active){opacity:0;visibility:hidden;translate:100%}}.header__menu{margin-right:0!important}@media (width <= 47.99875rem){.header__menu{overflow-y:auto}}.header__menu-list{display:flex;align-items:center;justify-content:center;column-gap:1rem}@media (width <= 80rem){.header__menu-list{column-gap:.5rem}}@media (width <= 63.99875rem){.header__menu-list{font-size:.75rem;column-gap:0rem}}@media (width <= 47.99875rem){.header__menu-list{flex-direction:column;row-gap:4rem}}.header__menu .header__menu-link{padding:.875rem 1.5rem;transition:transform .25s ease,color .25s ease;color:var(--color-text-body);display:inline-block}@media (width <= 80rem){.header__menu .header__menu-link{padding:.625rem 1.125rem}}@media (width > 63.99875rem){.header__menu .header__menu-link{padding:.625rem}}@media (width <= 63.99875rem){.header__menu .header__menu-link{padding:.1875rem .3125rem}}@media (width <= 47.99875rem){.header__menu .header__menu-link{font-size:1.875rem;font-weight:700}}.header__menu .header__menu-link.is-active{color:var(--color-text-body);font-weight:500;background-color:var(--bg-color-nav);pointer-events:auto}@media (width > 63.99875rem){.header__menu .header__menu-link.is-active{padding:.625rem}}@media (width <= 47.99875rem){.header__menu .header__menu-link.is-active{font-size:1.875rem;font-weight:700}}@media (any-hover: hover){.header__menu .header__menu-link:hover{font-weight:500;transform:translateY(-.125rem)}}@media (any-hover: none){.header__menu .header__menu-link:active{font-weight:500;transform:translateY(-.125rem)}}.header__menu .header__menu-link:active{transform:translateY(.0625rem)}@media (width <= 47.99875rem){.header__contact-us-link{width:100%;max-width:18.75rem;align-self:center}}.logo__image{width:4rem}.footer{background:var(--bg-color-nav);border-top:1px solid rgba(31,50,79,.12)}.footer .footer__container{display:grid;grid-template-columns:minmax(0,20%) minmax(0,60%) minmax(0,20%);gap:1.25rem;align-items:center;min-height:8.125rem;padding:1.375rem 0 1.5rem}.footer__column{min-width:0}.footer__column--about{display:flex;flex-direction:column;gap:.375rem}.footer__title{margin:0;font-weight:500;font-size:clamp(.75rem,.9vw,.875rem);line-height:1.35;color:var(--color-title-h2)}.footer__about{margin:0;font-weight:400;font-size:clamp(.68rem,.8vw,.75rem);line-height:1.55;color:var(--color-text-body)}.footer__column--menu{display:flex;justify-content:center;align-items:center}.footer__menu{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.625rem 1.125rem;white-space:nowrap;min-width:0}.footer__menu-link{color:var(--color-title-h2);font-size:clamp(.78rem,.9vw,.92rem);text-decoration:none;border-bottom:1px solid transparent;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.footer__menu-link:hover,.footer__menu-link:focus-visible{color:var(--color-text-body);border-bottom-color:#1f324f59}.footer__column--developer{display:flex;justify-content:center}.footer__link{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding-left:1.125rem;border-left:0;text-decoration:none;color:var(--color-text-body);transition:opacity .2s ease}.footer__link:hover,.footer__link:focus-visible{opacity:.82}.footer__developer{margin:0;font-size:clamp(.8rem,.9vw,.95rem);line-height:1.3;font-weight:500;text-align:center;white-space:nowrap}.footer__developer-row{display:flex;align-items:flex-end;justify-content:center;gap:.5rem;width:100%}.footer__imglogokav{display:flex;align-items:flex-end;justify-content:center}.footer__imglogokav .logokavweb{display:block;width:2.25rem;height:auto;object-fit:contain}.footer__copy{margin:0;font-size:clamp(.7rem,.8vw,.8rem);line-height:1.4;text-align:center;white-space:nowrap}@media (max-width: 1199.98px){.footer .footer__container{gap:1rem}.footer__menu{gap:.5rem .875rem}}@media (max-width: 991.98px){.footer .footer__container{grid-template-columns:1fr;gap:.875rem;padding:1.125rem 0 1.25rem}.footer__column--about{align-items:center}.footer__column--menu,.footer__column--developer{justify-content:center}.footer__menu{width:100%;max-width:100%;flex-wrap:wrap;justify-content:center;overflow-x:visible;gap:.375rem .75rem;white-space:normal;padding-inline:.25rem}.footer__menu-link{font-size:clamp(.72rem,1.8vw,.9rem);line-height:1.2;white-space:nowrap}.footer__link{align-items:center;gap:.3125rem;padding-left:0;padding-top:.625rem;border-left:0;border-top:1px solid rgba(31,50,79,.18)}.footer__developer,.footer__copy{text-align:center;white-space:normal}.footer__title,.footer__about{text-align:center}}@media (max-width: 767.98px){.footer__title{font-size:clamp(.75rem,3.6vw,.875rem)}.footer__about{font-size:clamp(.68rem,3.2vw,.75rem)}.footer__menu-link{font-size:clamp(.68rem,3vw,.84rem);line-height:1.15}}.burger-button{width:2.125rem;height:2.125rem;display:inline-flex;flex-direction:column;justify-content:space-between;padding:.53125rem .265625rem;color:var(--color-text-body);background-color:transparent;border:none;margin-right:.625rem;z-index:1100}.burger-button.is-active .burger-button__line:first-child{rotate:45deg;transform-origin:0;translate:.25em -.1em}.burger-button.is-active .burger-button__line:nth-child(2){rotate:-45deg}.burger-button.is-active .burger-button__line:last-child{width:0}.burger-button__line{width:100%;height:.125rem;background-color:var(--color-text-body);border-radius:1rem;transition-duration:var(--transition-duration)}.burger-button__line:last-child{align-self:end;width:55%}@media (width > 47.99875rem){.burger-button{display:none!important}}.hero{background-image:linear-gradient(90deg,#0f141cd9,#0f141ca6 38%,#0f141c40 58%,#0f141c00 72%),var(--hero);background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:100vh;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center}.hero__inner{width:100%;max-width:75rem;padding-inline:clamp(1.25rem,4vw,3rem)}.hero__content{display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:1}.hero__title{font-size:clamp(1.875rem,-.125rem + 10vw,11.875rem);font-family:var(--font-family-h1),serif;font-weight:500;line-height:1.15;color:var(--text_color_fon_light);letter-spacing:1.75rem}.hero__subtitle{font-size:clamp(1.75rem,1.225rem + 2.625vw,4.375rem);font-family:var(--font-family-h2),serif;font-weight:700;color:var(--text_color_fon_light);max-width:60ch}.about__wrapper{display:flex;flex-direction:column;justify-content:center;width:100%;margin:0 auto}.about li{list-style:none}.about h5{margin:0 0 var(--space-md) 0}.about h6{margin:var(--space-md) 0}.about .h2_b1{margin-top:var(--space-md)}.about__blog{display:flex;align-items:center;gap:var(--space-xl);margin:6.875rem 0}@media (width <= 47.99875rem){.about__blog{flex-direction:column;margin:var(--space-xl) 0}}.about .about__blog.blog-1{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-lg)}.about .about__text.text_1{margin-top:0}.about .text__blog{margin-left:1.25rem}.about__history h5{margin-top:0}@media (width <= 47.99875rem){.about .blog-2{flex-direction:column}}.about .blog-3{margin:0}.about__text{width:70%}@media (width <= 47.99875rem){.about__text{width:100%}}.about .article4{width:70%}@media (width <= 47.99875rem){.about .article4{width:100%}}.about-blog{flex-grow:1;margin:0;width:60%}.about__img_l,.about__img_r{width:40%}@media (width <= 47.99875rem){.about__img_l,.about__img_r{width:85%;max-width:35rem}}.about .photo{display:block;width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-photo)}.about .photo_2{width:150%}@media (width <= 47.99875rem){.about .photo_2{width:100%}}@media (width <= 47.99875rem){.about .about__blog>.about__img_l,.about .about__blog>.about__img_r{order:1}.about .about__blog>.about__text{order:2}}.gallery .gallery__swiper{position:relative}.gallery .swiper-slide{display:flex;justify-content:center;align-items:center;height:auto;transition:transform .3s ease}.gallery .gallery__figure{margin:0;display:grid;grid-template-rows:auto minmax(2.75rem,auto);align-items:start;gap:.5rem;width:100%;cursor:pointer;transition:transform .3s ease}.gallery .gallery__image{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--border-radius);transition:transform .3s ease;box-shadow:var(--shadow-block)}.gallery .gallery__caption--stack{display:flex;flex-direction:column;gap:.125rem;min-height:2.75rem;color:var(--color-text-body);font-size:clamp(.8125rem,.8rem + .0625vw,.875rem)}.gallery .spin{display:block;line-height:1.25;word-break:break-word}.gallery .gallery__controls{margin-top:1.25rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.gallery .gallery__control{border:var(--border-input);border-radius:var(--border-radius);background:var(--color-light);color:var(--color-text-body);padding:.625rem 1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gallery .gallery__control:hover{transform:translateY(-.0625rem);box-shadow:var(--shadow-block)}.gallery .swiper-button-prev,.gallery .swiper-button-next{width:2.75rem;height:2.75rem;border:none;background:none;color:var(--color-text-body);opacity:.9;transition:transform .2s ease,opacity .2s ease;top:50%;transform:translateY(-50%)}.gallery .swiper-button-prev:hover,.gallery .swiper-button-next:hover{opacity:1;transform:translateY(-50%) scale(1.05)}.gallery .overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:999;cursor:pointer;transition:opacity .3s ease;padding:1rem}.gallery .zoomed-image{max-width:min(1200px,95vw);max-height:90vh;transition:transform .3s ease;border-radius:.625rem;cursor:pointer;box-shadow:0 0 2rem #0006}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;margin:0 auto;width:80%}@media (width <= 63.99875rem){.contact__grid{gap:0;grid-template-columns:1fr;width:100%}}.contact__info{display:grid;gap:1rem;color:var(--text)}@media (width <= 63.99875rem){.contact__info{gap:0}}.contacts-column{display:flex;flex-direction:column;gap:.625rem;align-items:flex-start}@media (width <= 63.99875rem){.contacts-column{gap:0}}.contacts-item{display:flex;align-items:center;gap:.75rem;line-height:1.4}.icon-container{flex:0 0 2rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center}.contact-icon{width:1.5rem;height:1.5rem;object-fit:contain;display:block}.contacts-link{color:var(--color-text-secondary);text-decoration:none;white-space:nowrap}@media (any-hover: hover){.contacts-link:hover{text-decoration:underline}}@media (any-hover: none){.contacts-link:active{text-decoration:underline}}@media (max-width: 767.98px){.contact__grid{grid-template-columns:1fr;gap:0rem;width:100%}}.services-section .columns{display:flex;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}@media (width <= 47.99875rem){.services-section .columns{flex-direction:column;gap:0}}.services-section .column{flex:1 1 45%}@media (width <= 47.99875rem){.services-section .column{flex:1 1 100%;width:100%;margin:0}}.services-section .diagnostics-list{list-style-type:decimal;padding-left:1.25rem;line-height:1.5rem;margin:0}@media (width <= 47.99875rem){.services-section .diagnostics-list{padding-left:1.25rem}}.services-section li{margin:0;padding:.375rem 0;line-height:1.5rem}.services-section__title{text-align:center;margin-bottom:2.5rem}@media (width <= 47.99875rem){.services-section__title{margin-bottom:1.5rem}}.reviews-section{overflow-x:clip}.reviews-system{display:grid;grid-template-columns:1fr .9fr;gap:2rem;min-width:0}.reviews-column{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.reviews-wrapper{display:flex;flex-direction:column;gap:1rem;min-width:0}.review-item.is-visible{display:block}.review-item.is-hidden{display:none}.review-item{background:var(--color-light);border-radius:var(--border-radius);padding:1rem;box-shadow:var(--shadow-block);transition:transform .2s ease,box-shadow .2s ease;overflow-wrap:anywhere}.reviews-nav{margin-top:1.875rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.75rem;justify-content:center;align-self:end}.reviews-nav .nav-button,.review-form .form-submit{padding:.625rem 1rem}.reviews-nav .nav-button{width:100%;min-width:0;padding-inline:.5rem;font-size:clamp(.9rem,3.2vw,1rem)}@media (min-width: 769px){.reviews-nav{display:flex;width:auto;gap:3.75rem}.reviews-nav .nav-button{width:auto;min-width:8.75rem;padding-inline:1rem;font-size:1rem}}.review-form{display:grid;grid-template-rows:auto 1fr auto;background:var(--color-light);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-block);min-height:100%;min-width:0}.form-title{text-align:center;margin:0 0 .75rem}.form-group{display:grid;gap:.5rem;margin-bottom:.75rem}.form-input,.form-textarea,.review-form select{width:100%;padding:.625rem .75rem;border:var(--border-input);border-radius:var(--border-radius);background:var(--color-light)}.form-group[data-review-captcha]{width:100%;overflow:hidden;display:flex;justify-content:center}.form-group[data-review-captcha] .h-captcha{max-width:100%}.form-group[data-review-captcha] iframe{display:block;max-width:100%}.review-form .form-submit{margin-top:.9375rem;align-self:end;justify-self:center;padding:.75rem 1.25rem}@media (max-width: 768px){.reviews-system{grid-template-columns:1fr;gap:1rem}.reviews-nav{margin-top:1.25rem;align-self:auto}.review-form{padding:1rem}.form-submit{justify-self:stretch;width:100%}.form-group[data-review-captcha]{min-height:4.5rem}.form-group[data-review-captcha] .h-captcha{transform:scale(.84);transform-origin:center top}}@media (max-width: 390px){.reviews-nav{gap:.5rem}.reviews-nav .nav-button{padding-inline:.35rem}}@media (width <= 30.06125rem){.swiper-button-prev,.swiper-button-next{width:16px!important;height:16px!important}}.star{font-size:24px;color:#ccc;transition:color .2s ease}.star.filled{color:#ff9800}.star.empty{color:#ccc}.doctors{margin:0 auto}.doctors__subtitle{text-align:center}.doctors__team_subtitle h4{text-align:center;margin:var(--space-md) 0 var(--space-md) 0}.doctors__team_img{width:80%;height:auto;margin:0 auto;border-radius:var(--border-radius);box-shadow:var(--shadow-block)}.doctors__text_trait{width:70%;padding-bottom:2.5rem;margin:0 auto}.map-section__map{width:100%;min-height:30rem;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-block);margin-bottom:1.875rem}.map-section h3,.map-section h5{text-align:center}.map-section__fallback{margin-top:1rem;font-size:.875rem}.map-section__fallback a{color:var(--color-text-secondary);text-decoration:underline}
