html{scroll-behavior:auto}section{padding:80px 0;transition:all .3s;position:relative}.smooth-scrolling{overflow:hidden}.section-active{animation:.8s ease-out sectionPulse;position:relative}@keyframes sectionPulse{0%{transform:scale(1);box-shadow:0 0 #5698da66}50%{transform:scale(1.01);box-shadow:0 0 0 20px #5698da1a}to{transform:scale(1);box-shadow:0 0 #5698da00}}.menu-active{animation:.6s ease-out menuGlow;position:relative;color:#5698da!important}.current-section{position:relative;color:#5698da!important;font-weight:600!important}@keyframes menuGlow{0%{text-shadow:0 0 #0000}50%{text-shadow:0 0 10px #5698da80}to{text-shadow:0 0 #0000}}.scroll-progress{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;width:100%;height:3px;position:fixed;top:0;left:0}.scroll-progress-bar{background:linear-gradient(90deg,#5698da 0%,#143f6c 100%);border-radius:0 2px 2px 0;width:0%;height:100%;transition:width .1s ease-out;box-shadow:0 0 10px #5698da80}.header__menu-link,.header__submenu-link{position:relative;overflow:hidden}.header__menu-link:before,.header__submenu-link:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#5698da1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header__menu-link:hover:before,.header__submenu-link:hover:before{left:100%}.scroll-to-top{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:1000;background:linear-gradient(135deg,#5698da,#143f6c);border:none;border-radius:50%;width:50px;height:50px;font-size:20px;transition:all .3s;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 4px 15px #5698da4d}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #5698da66}.scroll-to-top:active{transform:translateY(0)}.section-active:after{content:"";pointer-events:none;border:2px solid #5698da4d;border-radius:15px;animation:2s ease-out fadeInOut;position:absolute;inset:-10px}@keyframes fadeInOut{0%{opacity:0;transform:scale(.95)}20%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}@media (max-width:768px){.scroll-to-top{width:45px;height:45px;font-size:18px;bottom:20px;right:20px}.scroll-progress{height:2px}.section-active{animation:.6s ease-out sectionPulseMobile}@keyframes sectionPulseMobile{0%{transform:scale(1);box-shadow:0 0 #5698da4d}50%{transform:scale(1.005);box-shadow:0 0 0 10px #5698da0d}to{transform:scale(1);box-shadow:0 0 #5698da00}}.section-active:after{border:1px solid #5698da33}.header__menu-link:before,.header__submenu-link:before{display:none}}.container{flex-direction:column;width:100%;max-width:100%;margin:0 auto;display:flex}.header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:100;background:#ffffff80;width:100%;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;padding:10px 75px;display:flex}.header__logo{align-items:center;display:flex}.header__logo-img{width:auto;height:51px}.header__burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;padding:5px;display:none;position:relative}.header__nav{align-items:center;margin-left:auto;display:flex}.header__menu{align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.header__menu-item{position:relative}.header__menu-link{color:#143f6c;text-transform:uppercase;align-items:center;gap:10px;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2;text-decoration:none;transition:color .3s;display:flex}.header__menu-link:hover{color:#5698da}.header__menu-item--has-submenu .header__menu-link:after{content:"";border-top:4px solid #5698da;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .3s}.header__menu-item--has-submenu:hover .header__menu-link:after{transform:rotate(180deg)}.header__submenu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;background:#fffffff2;border-radius:8px;min-width:201px;padding:5%;list-style:none;transition:all .3s;position:absolute;top:35px;left:-5px;transform:translateY(-10px);box-shadow:0 4px 20px #0000001a}.header__menu-item--has-submenu:hover .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-item{min-height:30px;padding:0 10px}.header__submenu-link{color:#143f6c;text-transform:uppercase;padding:5px 0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2;text-decoration:none;transition:color .3s;display:block}.header__submenu-link:hover{color:#5698da}.image-text-block{z-index:0;padding:0;position:relative}.image-text-block__container{flex-direction:row;justify-content:center;align-items:center;gap:100px;max-width:1440px;margin:0 auto;padding:150px 75px;display:flex}.image-text-block--reverse .image-text-block__container{flex-direction:row-reverse}.image-text-block__content{flex-direction:column;flex-shrink:0;gap:50px;width:609px;display:flex}.image-text-block__title{color:#143f6c;text-transform:uppercase;text-align:left;width:600px;margin:0;font-family:Lato,sans-serif;font-size:96px;font-weight:400;line-height:1em}.image-text-block__text-block{flex-direction:column;gap:25px;display:flex}.image-text-block__text{color:#143f6c;text-align:left;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em}.image-text-block__image-wrapper{aspect-ratio:650/644;width:100%;height:auto;position:relative}.image-text-block__image-gradient{z-index:1;width:650px;height:662px;position:absolute;top:143px;left:26px}.image-text-block__image{object-fit:contain;z-index:2;width:100%;max-width:650px;height:auto;max-height:644px;position:absolute;top:0;left:0}.trends{background:#fce7ec;width:100%;margin:0 auto;padding:150px 0;position:relative}.trends__container{z-index:2;max-width:1440px;margin:0 auto;padding:0 75px}.trends__content{flex-direction:column;width:100%;display:flex}.trends__header{flex-direction:column;align-items:center;gap:50px;display:flex}.trends__icon{width:160px;height:160px}.trends__icon img{width:100%}.trends__title{text-align:center;color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:72px;font-weight:700;line-height:1.2em}.trends__subtitle{text-align:center;color:#143f6c;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em}.trends__wave-container{align-items:center;width:100%;min-height:400px;margin-top:35px;display:flex;position:relative}.trends__wave-bg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.trends__items-grid{z-index:2;grid-template-columns:repeat(4,250px);justify-content:space-between;gap:20px;width:100%;height:100%;display:grid;position:relative}.trends__item{width:250px;min-width:200px;height:250px;transform:translateY(var(--translate-y,0)) scale(var(--scale,1));background:url(/images/trends-item-circle.png) 50%/contain no-repeat;align-items:center;padding:20px 30px;list-style:none;transition:all .3s;display:flex;position:relative}.trends__item:first-child{--translate-y:-30px}.trends__item:nth-child(2){--translate-y:70px}.trends__item:nth-child(3){--translate-y:50px}.trends__item:nth-child(4){--translate-y:-40px}.trends__item:hover{--scale:1.05}.trends__item-text{text-align:center;color:#fff;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-family:Lato,sans-serif;font-size:22px;font-weight:400;line-height:1.2em;display:flex}.trends__item-text strong{font-size:36px;font-weight:700}.trends__footer{text-align:center;color:#143f6c;text-transform:uppercase;flex-direction:column;align-items:center;margin-top:75px;font-family:Lato,sans-serif;font-size:32px;font-weight:400;line-height:1.2em;display:flex}@media (max-width:1210px){.trends__items-grid{grid-template-columns:repeat(2,250px);justify-content:space-evenly;justify-items:center}.trends__item{transform:translateY(0)!important}}@media (max-width:768px){.trends{padding:100px 0}.trends__container{padding:0 20px}.trends__header{gap:30px}.trends__icon{background-size:contain;width:120px;height:120px}.trends__title{font-size:clamp(32px,8vw,48px)}.trends__wave-container{margin-top:50px}.trends__footer-text{font-size:24px}}@media (max-width:566px){.trends__wave-container{margin-top:40px}.trends__items-grid{grid-template-columns:repeat(1,250px);justify-content:center}.trends__wave-bg{display:none}.trends__item{width:220px;height:220px}.trends__item-text{font-size:18px}.trends__item-text strong{font-size:22px}}@media (min-width:3840px){.trends{justify-content:center;align-items:center;min-height:1400px;padding:200px 0;display:flex}}@media (max-width:530px) and (min-width:351px){.image-text-block{padding:50px 0}}.hyal,.collection,.indications,.distributors,.contacts{padding:100px 0}.hyal__content,.collection__content,.indications__content,.distributors__content,.contacts__content{text-align:center;width:100%;max-width:1440px;margin:0 auto;padding:0}.hyal__title,.collection__title,.indications__title,.distributors__title,.contacts__title{color:#333;margin-bottom:20px;font-size:36px;font-weight:700}.hyal__text,.collection__text,.indications__text,.distributors__text,.contacts__text{color:#666;font-size:18px;line-height:1.6}.hyal__image,.collection__image,.indications__image,.distributors__image,.contacts__image{background-position:50%;background-size:cover;border-radius:20px;width:100%;height:400px;margin-top:40px;box-shadow:0 10px 30px #0000001a}.events{width:100%;padding:150px 75px 0}.events__container{flex-direction:column;gap:50px;width:100%;max-width:1440px;margin:50px auto 0;display:flex}.events__title{text-transform:uppercase;color:#143f6c;text-align:left;margin:0;font-family:Lato,sans-serif;font-size:48px;font-weight:400;line-height:1.2}.events__content{flex-direction:column;align-items:center;gap:50px;margin-bottom:100px;display:flex}.events__main-article{flex-direction:row;flex-shrink:0;align-items:flex-start;gap:50px;width:100%;display:flex}.events__main-image{border-radius:10px;width:500px;height:400px;overflow:hidden}.events__main-image img{object-fit:cover;width:100%;height:100%}.events__main-info{flex-direction:column;flex:1;gap:15px;padding-top:0;display:flex}.events__main-date{color:#143f6cd9;margin:0;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.events__main-title{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:24px;font-weight:400;line-height:1.2}.events__main-details{color:#143f6cb3;margin-top:15px;font-size:14px}.events__articles-grid{grid-template-columns:repeat(4,1fr);align-content:start;gap:25px;width:100%;display:grid}.events__article{border-radius:0% 0% 5% 5%;flex-direction:column;gap:25px;transition:all .2s;display:flex}.events__article-image{border-radius:10px;width:100%;height:200px;overflow:hidden}.events__article-image img{object-fit:cover;width:100%;height:100%}.events__article-info{flex-direction:column;gap:15px;width:100%;padding:20px;display:flex}.events__article-date{color:#143f6cd9;margin:0;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.events__article-title{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2}.footer{color:#fff;background:#143f6c}.footer__container{max-width:100%;margin:0 auto;padding:50px 75px 25px}.footer__main{justify-content:space-between;align-items:flex-start;gap:80px;margin-bottom:25px;display:flex}.footer__logo{flex-shrink:0}.footer__logo img{width:289px;height:51px}.footer__menu{gap:75px;display:flex}.footer__menu-section{flex-direction:column;display:flex}.footer__menu-list{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.footer__menu-item{margin:0}.footer__menu-link{color:#fff;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2;text-decoration:none;transition:opacity .3s}.footer__menu-link:hover{opacity:.8}.footer__contacts{flex-direction:column;gap:15px;min-width:300px;display:flex}.footer__contact-item{align-items:flex-start;gap:10px;display:flex}.footer__contact-label{color:#fff;opacity:.65;flex-shrink:0;min-width:57px;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.footer__contact-value{color:#fff;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.footer__contact-item:first-child .footer__contact-value{font-weight:400}.footer__contact-link{color:#fff;border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}.footer__contact-link:hover{color:#8cc6f7;border-bottom-color:#8cc6f7;text-decoration:none}.footer__copyright{opacity:.65}.footer__copyright-text{color:#fff;width:430px;margin:0;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}@media (max-width:960px) and (min-width:769px){.image-text-block{padding-bottom:200px}.image-text-block__content{width:45%;min-width:300px}.image-text-block__title{font-size:clamp(40px,6vw,60px)}.image-text-block__text{font-size:16px}}@media (max-width:768px){.image-text-block{padding:50px 0}.image-text-block__container{text-align:left;flex-direction:column;justify-content:center;gap:25px;max-width:375px;padding:50px 20px 0}.image-text-block--reverse .image-text-block__container{flex-direction:column}.image-text-block__content{order:1;gap:25px;width:343px;min-width:auto}.image-text-block__title{color:#143f6c;text-transform:uppercase;text-align:left;width:100%;margin:0;font-family:Lato,sans-serif;font-size:36px;font-weight:400;line-height:1em}.image-text-block__title br{display:none}.image-text-block__text-block{gap:15px}.image-text-block__text{color:#143f6c;text-align:left;margin:0;font-family:Lato,sans-serif;font-size:14px;font-weight:400;line-height:1.2em}.image-text-block__image-wrapper{flex-shrink:0;order:2;width:100%;max-width:343px;height:auto;margin:50px 0 0}.image-text-block__image-gradient{z-index:1;width:320px;height:340px;top:72px;left:12px}.image-text-block__image{object-fit:cover;z-index:2;width:100%;height:auto;top:0;left:12px}}@media (max-width:375px){.image-text-block__container{width:100%;max-width:100%;padding:50px 16px 0}.image-text-block__content{width:100%}.image-text-block__image-wrapper{width:100%;max-width:343px;margin:30px auto 0}}@media (max-width:768px){.header__menu{display:none}.hyal__title,.collection__title,.indications__title,.distributors__title,.contacts__title{font-size:28px}.hyal__text,.collection__text,.distributors__text,.contacts__text{font-size:16px}}.hero{justify-content:center;align-items:center;width:100vw;height:100vh;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg img{object-fit:cover;object-position:center bottom;width:100%;height:100%}@media (min-width:1200px) and (max-width:1920px){.hero{background-position:bottom}}@media (min-width:1921px){.hero{background-position:bottom}}@media (max-width:1199px){.hero{background-position:bottom}}@media (max-width:768px){.hero{min-height:60vh}}.hero__content{text-align:center;z-index:2;max-width:1440px;margin:0 auto;padding:0 75px;position:relative}.hero__title{color:#0f3963;text-transform:uppercase;letter-spacing:0%;width:1077px;height:451px;margin:0;font-family:Lato,sans-serif;font-size:96px;line-height:115px;position:relative}.hero__title-line{white-space:nowrap;display:block;position:absolute}.hero__title-line--thin{font-weight:100;top:0;left:0}.hero__title-line--bold{font-weight:700}.hero__title-line--bold:nth-of-type(2){top:115px;left:120px}.hero__title-line--bold:nth-of-type(3){top:230px;left:240px}.hero__title-line--with-logo{align-items:center;gap:15px;display:flex;position:absolute;top:345px;left:360px}.hero__title-with{font-weight:100}.hero__waves{pointer-events:none;z-index:3;width:100%;height:200px;position:absolute;bottom:0;left:0}.hero__wave{width:100%;height:200px;position:absolute;bottom:0;left:0}@media (max-width:768px){.hero__waves,.hero__wave{height:120px}.hero__wave--2,.hero__wave--3{animation-duration:6s}.header__container{padding:10px 20px}.header__nav{display:none}.header__burger{z-index:1001;background:#143f6c;border-radius:50px;flex-direction:column;order:2;justify-content:center;align-items:center;gap:3px;width:40px;height:40px;padding:8px;display:flex;position:fixed;top:10px;right:20px}.header__burger-line{transform-origin:50%;background-color:#fff;border-radius:1px;width:18px;height:2px;transition:all .3s;display:block;position:absolute;top:50%;left:50%}.header__burger-line:first-child{transform:translate(-50%,-50%)translateY(-6px)}.header__burger-line:nth-child(2){transform:translate(-50%,-50%)}.header__burger-line:nth-child(3){transform:translate(-50%,-50%)translateY(6px)}.header__burger.active .header__burger-line:first-child{transform:translate(-50%,-50%)rotate(45deg)}.header__burger.active .header__burger-line:nth-child(2){opacity:0;transform:translate(-50%,-50%)scale(0)}.header__burger.active .header__burger-line:nth-child(3){transform:translate(-50%,-50%)rotate(-45deg)}.header__nav.active{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffffffa;justify-content:flex-start;align-items:flex-start;width:100%;height:100vh;margin-left:0;padding-top:100px;animation:.3s slideDown;display:flex;position:fixed;top:0;left:0}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.header__menu{flex-direction:column;gap:0;width:100%;padding:0 40px;display:flex}.header__menu-item{border-bottom:1px solid #2c5aa01a;width:100%}.header__menu-link{color:#2c5aa0;text-align:left;padding:20px 0;font-size:18px;display:flex}.header__submenu{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;opacity:1;visibility:visible;background:#2c5aa00d;margin-top:0;padding:10px 0;position:static;transform:none}.header__submenu-link{padding:10px 20px;font-size:16px}}@media (max-width:1200px){.hero__title{width:90vw;max-width:1077px;height:auto;font-size:clamp(60px,8vw,96px);line-height:clamp(72px,9vw,115px);transform:translateY(-10vh)}.hero__title-line--bold:nth-of-type(2){top:clamp(72px,9vw,115px);left:clamp(80px,10vw,120px)}.hero__title-line--bold:nth-of-type(3){top:clamp(144px,18vw,230px);left:clamp(160px,20vw,240px)}.hero__title-line--with-logo{gap:12px;top:clamp(216px,27vw,345px);left:clamp(240px,30vw,360px)}}.events__main-description{color:#143f6ccc;margin-top:15px;line-height:1.4}@media (min-width:769px) and (max-width:1500px){.hero{height:100vh!important;min-height:100vh!important}.hero__title{width:85vw;height:auto;font-size:clamp(50px,7vw,80px);line-height:clamp(60px,8vw,96px);left:50%;transform:translate(-50%)translateY(-15vh)}.hero__title-line--thin{top:0;left:50%;transform:translate(-50%)}.hero__title-line--bold:nth-of-type(2){top:clamp(60px,8vw,96px);left:50%;transform:translate(-50%)}.hero__title-line--bold:nth-of-type(3){top:clamp(120px,16vw,192px);left:50%;transform:translate(-50%)}.hero__title-line--with-logo{justify-content:center;gap:10px;top:clamp(170px,22vw,260px);left:50%;transform:translate(-50%,8px)}.hero__waves,.hero__wave{height:230px!important;bottom:-30px!important}.header__container{padding:10px 40px}.header__menu{gap:15px}.header__menu-link{font-size:16px}.header__submenu{min-width:180px;padding:15px 5px 10px}.header__submenu-link{font-size:16px}.image-text-block__container{gap:70px;padding:100px 40px}.image-text-block__content{width:45%;min-width:350px}.image-text-block__title{width:100%;font-size:clamp(50px,7vw,80px)}.image-text-block__text{font-size:16px}.hyal-system__logo{width:100%;max-width:350px;height:auto}.hyal-system__logo img{width:100%;height:auto}.hyal-system__subtitle-text{font-size:16px;line-height:1.3}.hyal-system__subtitle-highlight{font-size:18px;line-height:1.3}.hyal-system__text{width:100%;font-size:15px;line-height:1.4}.hyal-system__button{width:fit-content;padding:15px 25px;font-size:16px}.contacts{padding:100px 0}.contacts__container{padding:0 40px}.contacts__title{margin-bottom:40px;font-size:36px}.contacts__info{flex-direction:column;gap:60px!important}.contacts__specialists,.contacts__patients{max-width:100%}.contacts__specialists-title,.contacts__patients-title{margin-bottom:20px;font-size:20px}.contacts__specialists-text,.contacts__patients-text,.contacts__incident-text{font-size:16px}.footer__container{padding:50px 40px 25px}.footer__main{flex-wrap:wrap;gap:40px}.footer__logo{flex-shrink:0;order:1}.footer__logo img{width:220px;height:39px}.footer__logo-img{display:block}.footer__menu{flex:1;order:2;gap:30px;min-width:400px}.footer__menu-section{flex:1}.footer__menu-link{font-size:16px;line-height:1.3}.footer__contacts{flex-shrink:0;order:3;min-width:280px}.footer__contact-label{min-width:50px;font-size:16px}.footer__contact-value{font-size:16px}.footer__copyright-text{width:100%;font-size:16px}}@media (max-width:768px){.hero__title{width:95vw;height:auto;font-size:clamp(40px,10vw,60px);line-height:clamp(48px,12vw,72px);transform:translateY(-15vh)}.hero__title-line--bold:nth-of-type(2){top:clamp(48px,12vw,72px);left:clamp(40px,8vw,80px)}.hero__title-line--bold:nth-of-type(3){top:clamp(96px,24vw,144px);left:clamp(80px,16vw,160px)}.hero__title-line--with-logo{flex-direction:row;align-items:center;gap:8px;top:clamp(144px,36vw,216px);left:clamp(120px,24vw,240px)}}@media (max-width:375px){.indications__header{max-width:280px!important}.indications__title{font-size:32px!important}.indications__subtitle-text{font-size:28px!important}.indications__subtitle-logo{width:210px!important;height:auto!important}}@media (max-width:480px){.hero__title{font-size:clamp(32px,12vw,40px);line-height:clamp(38px,14vw,48px);transform:translateY(-20vh)}.hero__title-line--bold:nth-of-type(2){top:clamp(38px,14vw,48px);left:clamp(12px,4vw,32px)}.hero__title-line--bold:nth-of-type(3){top:clamp(76px,28vw,96px);left:clamp(28px,10vw,64px)}.hero__title-line--with-logo{top:clamp(114px,42vw,144px);left:clamp(30px,0vw,100px)}}.hyal-system__header{flex-direction:column;gap:25px;display:flex}.hyal-system__logo{width:531px;height:73px}.hyal-system__logo img{width:537.5px;height:62.64px}.hyal-system__subtitle{flex-direction:column;gap:10px;display:flex}.hyal-system__subtitle-text{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em}.hyal-system__subtitle-highlight{text-transform:uppercase;color:#143f6c;text-align:left;margin:0;font-family:Lato,sans-serif;font-size:24px;font-weight:700;line-height:1.2em}.hyal-system__description{flex-direction:column;gap:25px;display:flex}.hyal-system__text{color:#143f6c;width:613px;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em}.hyal-system__button{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#143f6c;border:none;border-radius:10px;width:fit-content;padding:20px 30px;font-family:Lato,sans-serif;font-size:20px;font-weight:700;line-height:1.2em;transition:background-color .3s}.hyal-system__button:hover{background-color:#0f3354}@media (max-width:1200px){.hyal-system__logo{width:100%;max-width:450px}.hyal-system__logo img{width:100%;height:auto}.hyal-system__text{width:100%}}@media (max-width:768px){.hyal-system__header{gap:20px;padding:0}.hyal-system__logo{width:100%;max-width:300px;height:auto;padding:0}.hyal-system__logo img{width:100%;max-width:300px;height:auto}.hyal-system__subtitle{gap:8px}.hyal-system__subtitle-text{font-size:14px;line-height:1.3}.hyal-system__subtitle-highlight{font-size:16px;line-height:1.3}.hyal-system__description{gap:15px}.hyal-system__text{width:100%;font-size:14px;line-height:1.3}.hyal-system__button{text-align:center;width:100%;padding:12px 20px;font-size:14px}}@media (max-width:480px){.hyal-system__header{gap:15px}.hyal-system__logo{max-width:250px}.hyal-system__subtitle-text{font-size:13px}.hyal-system__subtitle-highlight{font-size:15px}.hyal-system__text{font-size:13px}.hyal-system__button{padding:10px 18px;font-size:13px}}@media (max-width:375px){.hyal-system__logo{max-width:220px}.hyal-system__subtitle-text,.hyal-system__text{font-size:12px}.hyal-system__subtitle-highlight{font-size:14px}}.product-sections{flex-direction:column;gap:40px;padding:0 0 75px;display:flex}.product-section{padding:0}.product-section__main-block{z-index:2;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;margin:0 auto;padding:75px 0;display:flex;position:relative}.product-section__acp .product-section__main-block{background-image:url(/images/bg-hyal-system-acp.jpg)}.product-section__duo .product-section__main-block{background-image:url(/images/bg-hyal-system-duo.jpg)}.product-section__mono .product-section__main-block{background-image:url(/images/bg-hyal-system-1_8.jpg)}.product-section__main-content{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1440px;padding:0 75px;display:flex}.product-section__text-wrapper{flex-direction:column;flex:50%;gap:25px;min-width:0;max-width:600px;display:flex}.product-section__image-wrapper{flex:50%;justify-content:center;align-items:center;min-width:0;max-width:100%;display:flex}.product-section__header{flex-direction:column;gap:15px;display:flex}.product-section__title{text-transform:uppercase;margin:0;font-family:Lato,sans-serif;font-size:24px;font-weight:400;line-height:1.2em}.product-section__acp .product-section__title{color:#dc6879}.product-section__duo .product-section__title{color:#792664}.product-section__mono .product-section__title{color:#5688c3}.product-section__header-logo{width:100%;max-width:335px}.pruduct-section__text{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em}.product-section__image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.product-section__image:hover{transform:scale(1.05)}.more-btn{color:#143f6c;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;align-items:center;gap:6px;padding:8px 0;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.more-btn:hover{color:#1e5a9e;border-bottom-color:currentColor}.more-btn:active{transform:translateY(1px)}.more-btn-icon{opacity:.7;width:12px;height:12px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.more-btn:hover .more-btn-icon{opacity:1}.more-btn--active .more-btn-icon{transform:rotate(180deg)}.expandable-wrapper{max-height:0;transition:max-height .5s ease-out;overflow:hidden}.expandable-wrapper--expanded{max-height:3000px;transition:max-height .8s ease-in}.product-section__additional{flex-direction:column;gap:80px;max-width:1440px;margin:0 auto;padding:80px 75px;display:flex}.product-section__bullets{flex-direction:column;gap:15px;list-style:none;display:flex}.product-section__bullet{color:#143f6c;gap:10px;margin:0;padding-left:24px;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2em;display:flex;position:relative}.product-section__bullet:before{content:"";background-color:#f0697c;border-radius:50%;width:10px;height:10px;transition:transform .2s;display:block;position:absolute;top:8px;left:0}.product-section__bullet:hover:before{background-color:#dc6879;transform:scale(1.2)}.product-section__table-caption{text-transform:uppercase;text-align:left;margin:0;padding-bottom:40px;font-family:Lato,sans-serif;font-size:32px;font-weight:700;line-height:1.2em}.product-section__acp .product-section__table-caption{color:#c92f47}.product-section__duo .product-section__table-caption{color:#76276a}.product-section__mono .product-section__table-caption{color:#2c5aa0}.pruduct-section__table-body{flex-direction:column;gap:2px;display:flex}.product-section__table-row{align-items:stretch;gap:2px;display:flex}.product-section__table-cell{align-items:center;padding:15px 25px;display:flex}.product-section__table-cell--label{color:#143f6c;text-align:left;background-color:#eef0f1;width:285px;font-family:Lato,sans-serif;font-size:24px;font-weight:700;line-height:1.2em}.product-section__table-cell--value{color:#143f6c;flex:1;font-family:Lato,sans-serif;font-size:24px;font-weight:400;line-height:1.2em}.product-section__acp .product-section__table-cell--value{background-color:#fce7ec}.product-section__duo .product-section__table-cell--value{background-color:#caadc2}.product-section__mono .product-section__table-cell--value{background-color:#c2d3eb}.product-section__timeline{flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100%;display:flex}.product-section__timeline-caption{color:#143f6c;font-family:Lato,sans-serif;font-size:24px;font-weight:700;line-height:1.2em}.product-section__timeline-content{box-sizing:border-box;width:70%;max-width:700px;margin:0 auto;padding:0 20px}.product-section__timeline-image{object-fit:contain;object-position:center;width:100%;height:auto;max-height:250px;display:block}@media (min-width:1500px){.product-sections{padding:0 0 150px}}@media (max-width:1199px){.product-section__additional{padding:60px 40px}}@media (max-width:1024px){.product-section__main-content{padding:75px 20px}.product-section__additional{padding:60px 20px}}@media (max-width:768px){.product-section__main-content{flex-direction:column-reverse;padding:0 20px}.product-section__additional{gap:50px}.product-section__table-caption{text-align:center;padding-bottom:25px;font-size:13px}.product-section__table-row{flex-direction:row;align-items:stretch;gap:1px;min-height:50px}.product-section__table-cell{box-sizing:border-box;justify-content:flex-start;align-items:center;min-height:50px;padding:8px;display:flex}.product-section__table-cell--label{width:50%;font-size:12px;font-weight:700;line-height:1.3}.product-section__table-cell--value{width:50%;font-size:12px;font-weight:400;line-height:1.3}.product-section__timeline-caption{font-size:18px}.product-section__timeline-content{width:90%}}@media (max-width:480px){.product-section__table-cell{padding:6px 10px}.product-section__timeline-content{width:100%}}@media (max-width:360px){.product-section__table-cell{padding:5px 8px}}@media (max-width:480px){.events__main-description{margin-top:0}.events__main-details{color:#143f6cb3;margin-top:0;font-size:14px}}@media (max-width:1200px){.footer__container{padding:50px 40px 25px}.footer__main{gap:60px}.footer__menu{gap:50px}.footer__logo img{width:250px;height:44px}.footer__logo-img{display:block}}@media (max-width:768px){.footer__container{padding:50px 20px}.footer__main{flex-direction:column;align-items:stretch;gap:50px}.footer__logo{text-align:left;align-self:stretch}.footer__logo img{width:250px;height:44px}.footer__logo-img{display:block}.footer__menu{justify-content:space-between;align-self:stretch;gap:50px;display:flex}.footer__menu-section:first-child{flex-shrink:0;width:149px}.footer__menu-section:last-child{flex:1}.footer__menu-link{padding:8px 20px;font-size:17px;display:block}.footer__contacts{align-self:stretch;gap:15px}.footer__contact-label{min-width:55px;font-size:14px}.footer__contact-value,.footer__contact-item:first-child .footer__contact-value{font-size:17px}.footer__copyright{align-self:stretch}.footer__copyright-text{width:100%;font-size:14px}}@media (max-width:480px){.footer__container{padding:50px 20px}.footer__main{gap:50px}.footer__logo{text-align:left;align-self:stretch}.footer__logo img{width:60%;height:80%}.footer__logo-img{display:block}.footer__menu{justify-content:space-between;align-self:stretch;gap:30px;display:flex}.footer__menu-section:first-child{flex-shrink:0;width:149px}.footer__menu-section:last-child{flex:1}.footer__menu-list{gap:5px}.footer__menu-link{padding:8px 20px;font-size:17px;display:block}.footer__contacts{align-self:stretch;gap:15px}.footer__contact-item{align-items:flex-start;gap:10px;display:flex}.footer__contact-label{flex-shrink:0;min-width:55px;font-size:14px}.footer__contact-value{flex:1;font-size:17px}.footer__copyright{align-self:stretch}.footer__copyright-text{width:100%;font-size:14px}}.contacts{background-color:#f8f9fa;padding:150px 0}.contacts__container{max-width:1440px;margin:0 auto;padding:0}@media (min-width:1201px) and (max-width:1440px){.contacts__container{padding:0 75px}.indications__container{padding:180px 75px 0}}.contacts__title{text-transform:uppercase;color:#143f6c;text-align:left;margin-bottom:50px;font-family:Lato,sans-serif;font-size:48px;font-weight:400;line-height:1.2}.contacts__content{flex-direction:column;gap:50px;display:flex}.contacts__info{justify-content:space-between;gap:150px;max-width:1304px;display:flex}.contacts__specialists,.contacts__patients{flex:1;max-width:600px}.contacts__specialists-title,.contacts__patients-title{color:#143f6c;text-align:left;margin-bottom:25px;font-family:Lato,sans-serif;font-size:24px;font-weight:400;line-height:1.2}.contacts__specialists-text,.contacts__patients-text{color:#143f6c;text-align:left;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.contacts__incident{flex-direction:column;gap:25px;max-width:600px;display:flex}.contacts__incident-text{color:#143f6c;text-align:left;font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.contacts__button{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#143f6c;border:none;border-radius:10px;justify-content:center;align-items:center;width:fit-content;padding:20px 30px;font-family:Lato,sans-serif;font-size:20px;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .3s;display:flex}.contacts__button:hover{color:#fff;background-color:#0f3458;text-decoration:none}@media (max-width:1200px){.contacts{padding:100px 0}.contacts__container{padding:0 50px}.contacts__info{gap:80px}.contacts__specialists,.contacts__patients{max-width:none}}@media (max-width:768px){.contacts{padding:50px 0}.contacts__container{padding:0 20px}.contacts__title{margin-bottom:35px;font-size:36px}.contacts__content{gap:35px;padding:0}.contacts__info{flex-direction:column;gap:35px}.contacts__specialists,.contacts__patients{max-width:100%}.contacts__specialists-title,.contacts__patients-title{margin-bottom:15px;font-size:17px}.contacts__specialists-text,.contacts__patients-text,.contacts__incident-text{font-size:14px;line-height:1.2}.contacts__incident{order:3;gap:25px;max-width:100%}.contacts__button{justify-content:center;align-self:stretch;width:100%;padding:15px 25px;font-size:14px}}.distributors{width:100%;padding:80px 75px 0}.distributors__container{flex-direction:column;gap:80px;width:100%;max-width:1440px;margin:0 auto;display:flex}.distributors__title{text-transform:uppercase;color:#143f6c;text-align:left;margin:0;font-family:Lato,sans-serif;font-size:48px;font-weight:400;line-height:1.2}.distributors__content{flex-direction:column;align-self:stretch;gap:80px;display:flex}.distributors__tabs{justify-content:space-between;align-self:stretch;gap:50px;display:flex}.distributors__tab{cursor:pointer;text-transform:uppercase;color:#143f6c;background-color:#fff;border:none;justify-content:center;align-items:center;gap:10px;height:auto;min-height:44px;padding:10px 0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2;transition:color .3s;display:flex}.distributors__tab:hover{color:#5698da}.distributors__tab--active{color:#2c5aa0;font-weight:700;text-decoration:underline}.distributors__info{position:relative}.distributors__details{display:none}.distributors__details--active{display:block}.distributors__main-info{gap:50px;display:flex}.distributors__name{color:#143f6c;flex-shrink:0;width:200px;margin:0;font-family:Lato,sans-serif;font-size:24px;font-weight:400;line-height:1.2;display:none}.distributors__contacts{flex-direction:column;flex:1;gap:30px;display:flex}.distributors__website{color:#143f6c;text-align:left;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2;text-decoration:none;transition:all .3s}@media (min-width:769px){.distributors__website{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;-webkit-user-select:none!important;user-select:none!important;border-radius:4px!important;outline:none!important;padding:5px!important;display:inline-block!important;transform:none!important}.distributors__website:hover,.distributors__website:focus{color:#5698da!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;background-color:#5698da1a!important;outline:none!important;transform:none!important}.distributors__website:focus{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;border:none!important;outline:none!important}.distributors__website:visited{color:#143f6c!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;background-color:#0000!important;outline:none!important;transform:none!important}.distributors__website:visited:hover,.distributors__website:active{color:#5698da!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;background-color:#5698da1a!important;outline:none!important;transform:none!important}.distributors__website:link{color:#143f6c!important;box-shadow:none!important;background-color:#0000!important;outline:none!important;transform:none!important}.distributors__website:before,.distributors__website:after{display:none!important}}@media (max-width:768px){.distributors__website:hover{color:#5698da}}.distributors__locations{flex-direction:column;gap:30px;display:flex}.distributors__location-moscow,.distributors__location-nn{flex-direction:column;gap:10px;display:flex}.distributors__city{color:#143f6c;text-align:left;margin:0 0 20px;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2}.distributors__contact-table{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:30px;margin-bottom:10px;display:grid}.distributors__contact-cell{text-align:left;gap:5px;display:flex}.distributors__contact-cell--phones{flex-direction:column;gap:8px;display:flex}.distributors__phone-row{align-items:center;gap:5px;display:flex}.distributors__contact-label,.distributors__contact-value{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:20px;font-weight:400;line-height:1.2}.distributors__placeholder{color:#143f6c;opacity:.7;margin:0;font-family:Lato,sans-serif;font-size:20px;font-style:italic;font-weight:400;line-height:1.2}@media (min-width:770px) and (max-width:1024px){.header__container{padding:10px 20px}.header__menu{gap:5px}.header__menu-link{padding:0 3px;font-size:13px}.header__submenu{min-width:130px;padding:8px 3px 0}.header__submenu-link{font-size:13px}.header__logo-img{height:38px}.header__nav{margin-left:15px}.events{padding:100px 40px 0}.events__container{max-width:100%}.events__title{font-size:clamp(36px,6vw,48px)}.events__main-article{flex-direction:column;align-items:center;gap:30px}.events__main-image{width:100%;max-width:500px;height:300px}.events__main-info{text-align:center;width:100%;max-width:500px}.events__articles-grid{grid-template-columns:repeat(2,1fr);gap:20px}.events__article-image{height:180px}.contacts{padding:80px 0}.contacts__container{padding:0 40px}.contacts__title{font-size:clamp(36px,6vw,48px)}.contacts__info{flex-direction:column;gap:40px}.contacts__specialists,.contacts__patients{max-width:100%}.image-text-block{padding:80px 0}.hyal-system__header{padding:0}.image-text-block__container{text-align:center;flex-direction:column;align-items:center;gap:40px;padding:0 40px}.image-text-block--reverse .image-text-block__container{flex-direction:column}.image-text-block__content{width:100%;min-width:auto;max-width:600px}.image-text-block__title{width:100%;font-size:clamp(50px,8vw,70px)}.image-text-block__text{font-size:16px}.image-text-block__image-wrapper{width:80%;max-width:500px}}@media (max-width:1200px){.events{padding:100px 40px 0}.events__content{gap:30px;margin-bottom:100px}.events__main-image{width:400px;height:320px}.events__main-info{max-width:400px}.events__articles-grid{grid-template-columns:repeat(3,1fr);gap:20px}.events__article-image{height:180px}}@media (max-width:900px){.events__main-article{flex-direction:column;align-items:center;gap:25px}.events__main-image{width:80%;max-width:500px}.events__main-info{text-align:center;width:80%;max-width:500px}.events__articles-grid{grid-template-columns:repeat(2,1fr);gap:20px}.events__article-image{height:200px}}@media (max-width:768px){.events{padding:50px 20px 0}.events__container{gap:30px}.events__title{text-align:center;font-size:clamp(28px,6vw,40px)}.events__content{flex-direction:column;align-items:center;gap:30px;margin-bottom:50px}.events__main-article{display:none}.events__articles-grid{grid-template-columns:repeat(2,1fr);gap:15px;width:100%;max-width:100%;padding:0 20px;display:grid}.events__article{background:#fff;border-radius:10px;flex-direction:column;gap:12px;padding:12px;display:flex;box-shadow:0 2px 8px #0000001a}.events__article-image{border-radius:8px;width:100%;height:120px;overflow:hidden}.events__article-info{text-align:left;flex-direction:column;gap:8px;display:flex}.events__article-date{color:#143f6cd9;margin:0;font-size:clamp(13px,3vw,16px)}.events__article-title{color:#143f6c;margin:0;font-size:clamp(15px,3.5vw,18px);line-height:1.3}}@media (max-width:480px){.events{padding:40px 16px 0}.events__container{gap:25px}.events__article-image img{object-fit:fill;width:100%;height:100%}.events__title{text-align:left;margin-bottom:50px;font-size:clamp(24px,5vw,32px)}.events__main-article{display:none}.events__articles-grid{grid-template-columns:1fr;gap:30px;padding:0}.events__article{box-shadow:none;background:0 0;border-radius:0;flex-direction:column;padding:0;display:flex}.events__article-info{order:2;gap:10px;padding:20px 0 0}.events__article-image{border-radius:12px;order:1;width:100%;height:250px;overflow:hidden}.events__article-date{color:#143f6cd9;margin:0;font-size:clamp(12px,2.5vw,14px);font-weight:400}.events__article-title{color:#143f6c;margin:0;font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.3}}@media (max-width:360px){.events{padding:30px 12px 0}.events__container{gap:20px}.events__title{font-size:24px}.events__main-image{height:160px}.events__main-title{font-size:15px}.events__article-image{height:220px}.events__articles-grid{grid-template-columns:1fr;gap:25px;padding:0;display:grid}.events__article{box-shadow:none;background:0 0;border-radius:0;flex-direction:column;padding:0;display:flex}.events__article-info{order:2;gap:8px;padding:15px 0 0}.events__article-image{border-radius:10px;order:1;width:100%;height:220px;overflow:hidden}.events__article-date{color:#143f6cd9;margin:0;font-size:11px}.events__article-title{color:#143f6c;margin:0;font-size:14px;font-weight:400;line-height:1.2}.events__main-date{font-size:12px}}@media (min-width:1400px){.indications{min-height:2000px}.indications__background{height:2000px}}@media (min-width:1200px) and (max-width:1399px){.indications{min-height:1900px}.indications__background{height:1900px}}@media (max-width:1200px){.distributors{margin-top:80px;padding:60px 40px 0}.distributors__container,.distributors__content{gap:60px}.distributors__tabs{flex-wrap:wrap;gap:30px}.distributors__tab{padding:8px 0;font-size:18px}.distributors__locations{flex-wrap:wrap;gap:60px}.distributors__address{width:250px}}@media (max-width:768px) and (min-width:481px){.distributors{clear:both;margin-top:60px;padding:60px 20px 0}.distributors__container{gap:60px}}@media (max-width:768px){.distributors{margin-top:0;padding:50px 20px 0}.distributors__container{gap:50px;max-width:375px;margin:0 auto}.distributors__title{text-align:left;font-size:36px}.distributors__content{align-self:stretch;gap:25px}.distributors__tabs{flex-wrap:wrap;justify-content:flex-start;align-self:stretch;gap:25px;display:flex}.distributors__tab{text-transform:uppercase;color:#143f6c;cursor:pointer;background-color:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:10px;min-width:160px;height:44px;padding:10px 0;font-family:Lato,sans-serif;font-size:17px;font-weight:400;line-height:1.2;transition:color .3s;display:flex}.distributors__tab--active{color:#2c5aa0}.distributors__info{align-self:stretch}.distributors__main-info{flex-direction:column;align-self:stretch;gap:25px;display:flex}.distributors__name{text-align:left;width:100%;font-size:17px}.distributors__contacts{align-self:stretch;gap:15px}.distributors__website{align-self:stretch;font-size:14px}.distributors__locations{flex-direction:column;align-self:stretch;gap:25px;display:flex}.distributors__location-moscow,.distributors__location-nn{align-self:stretch;gap:15px}.distributors__city{text-align:left;font-size:15px}.distributors__contact-table{grid-template-columns:1fr;align-self:stretch;gap:15px}.distributors__contact-cell,.distributors__phone-row{gap:8px}.distributors__contact-label,.distributors__contact-value,.distributors__placeholder{text-align:left;font-size:14px}}@media (max-width:480px){.distributors{margin-top:30px;padding:40px 16px 0}.distributors__container{gap:40px;max-width:100%}.distributors__title{font-size:28px}.distributors__content{gap:20px}.distributors__tabs{flex-wrap:wrap;gap:15px}.distributors__tab{min-width:140px;height:40px;padding:8px 0;font-size:14px}.distributors__main-info{gap:20px}.distributors__name{font-size:15px}.distributors__contacts{gap:12px}.distributors__website{font-size:13px}.distributors__city{font-size:14px}.distributors__contact-label,.distributors__contact-value,.distributors__placeholder{font-size:13px}}@media (max-width:360px){.distributors{margin-top:20px;padding:30px 12px 0}.distributors__container{gap:30px}.distributors__title{font-size:24px}.distributors__content{gap:15px}.distributors__tab{min-width:120px;height:36px;font-size:13px}.distributors__main-info{gap:15px}.distributors__name{font-size:14px}.distributors__contacts{gap:10px}.distributors__website{font-size:12px}.distributors__city{font-size:13px}.distributors__contact-label,.distributors__contact-value,.distributors__placeholder{font-size:12px}}.indications{width:100%;min-height:1800px;padding:0 0 150px;position:relative;overflow:hidden}.indications__background{z-index:0;width:100%;height:1800px;position:absolute;top:0;left:0}.indications__bg-image{object-fit:contain;object-position:right;object-fit:cover;object-position:20% center;width:100%;height:100%;position:absolute;top:0;left:0}.indications__bg-image--mobile{object-fit:cover;z-index:1;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.indications__bg-image--desktop{display:block}.indications__container{z-index:20;flex-direction:column;gap:136px;max-width:1440px;height:100%;margin:0 auto;padding:180px 75px 0;display:flex;position:relative}.indications__header{z-index:21;flex-direction:column;width:640px;display:flex;position:relative}.indications__title{text-transform:uppercase;color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:96px;font-weight:400;line-height:1.2}.indications__subtitle{align-self:stretch;align-items:center;gap:1px;display:flex}.indications__subtitle-text{color:#143f6c;font-family:Lato,sans-serif;font-size:80px;font-weight:100;line-height:1.2}.indications__subtitle-logo{width:600px;height:auto;margin-left:30px}.indications__content{z-index:21;flex-direction:column;align-items:flex-start;gap:60px;max-width:50%;margin:0;display:flex;position:relative}.indications__product-block{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:40px;width:100%;display:flex}.indications__product-header{flex-direction:column;flex:0 0 300px;justify-content:flex-start;align-items:center;gap:90px;display:flex}.indications__product-img{object-fit:contain;width:280px;height:140px}.indications__areas-list{flex-direction:column;flex:1;gap:15px;display:flex}.indications__area-item{align-items:center;gap:15px;padding:8px 0;display:flex;position:relative}.indications__pills{align-items:center;gap:10px;min-width:200px;display:flex}.indications__pill{text-transform:uppercase;text-align:center;background-color:#fff;border-radius:30px;justify-content:center;align-items:center;min-width:50px;padding:6px 12px;font-family:Lato,sans-serif;font-size:16px;font-weight:700;line-height:1.2;display:flex}.indications__pill--mono{color:#2c5aa0}.indications__pill--acp{color:#c92f47}.indications__pill--duo{color:#76276a}.indications__area-name{text-transform:uppercase;color:#143f6c;text-align:left;font-family:Lato,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.indications__line{display:none!important}.indications__content--mobile{display:none}@media (max-width:1100px){.indications__content--desktop{display:none}.indications__content--mobile{display:block;overflow-x:auto}}.indications__table{border-collapse:collapse;background:#fff9;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 12px #0000000d}.indications__table-area{color:#143f6c;white-space:nowrap;width:40%;font-weight:700;text-align:left!important}.indications__table th,.indications__table td{text-align:center;border-bottom:1px solid #eef2f6;padding:15px 20px}.indications__table th{color:#143f6c;font-size:18px;font-weight:700}.indications__table-empty{background:0 0!important;border-bottom:none!important}.indications__table-pill{text-align:center}.indications__dot{background-color:currentColor;border-radius:50%;width:12px;height:12px;display:inline-block}.indications__dot--mono{background-color:#5688c3;box-shadow:0 2px 4px #5688c34d}.indications__dot--acp{background-color:#dc6879;box-shadow:0 2px 4px #dc68794d}.indications__dot--duo{background-color:#792664;box-shadow:0 2px 4px #7926644d}@media (min-width:768px) and (max-width:1100px){.indications__dot{width:10px;height:10px}}@media (max-width:767px){.indications__dot{width:8px;height:8px}.indications__table-area{white-space:normal;font-size:12px}}@media (max-width:480px){.indications__table th,.indications__table td{text-align:center;border-bottom:1px solid #eef2f6;padding:15px 10px}.indications__table th{font-size:14px}}@media (max-width:350px){.indications__table th,.indications__table td{text-align:center;border-bottom:1px solid #eef2f6;padding:15px 7px}.indications__table th{font-size:12px}}@media (max-width:1100px){.product-sections{padding:75px 0 40px}.indications{background-color:#e6bac3;min-height:auto;padding:0}.indications__container{gap:50px;padding:120px 20px}.indications__content{max-width:100%}.indications__title,.indications__subtitle-text,.indications__area-name{color:#fff}.indications__background,.indications__content--desktop{display:none}.indications__content--mobile{display:block}.indications__bg-image--desktop{display:none}.indications__header{width:auto}.indications__title{font-size:88px}.indications__subtitle-text{font-size:72px}.indications__subtitle-logo{width:540px;height:auto;margin-left:25px}}@media (max-width:1000px){.indications__header{width:auto}.indications__title{font-size:80px}.indications__subtitle-text{font-size:64px}.indications__subtitle-logo{width:480px;height:auto;margin-left:20px}}@media (max-width:768px){.indications__title{font-size:48px}.indications__subtitle{flex-direction:column;align-items:flex-start;gap:10px}.indications__subtitle-text{font-size:36px}.indications__subtitle-logo{width:280px;height:auto}}@media (max-width:650px){.indications__title{font-size:42px}.indications__subtitle{flex-direction:column;align-items:flex-start;gap:8px}.indications__subtitle-text{font-size:30px}.indications__subtitle-logo{width:240px;height:auto;margin-left:0}}@media (max-width:550px){.indications__title{font-size:38px;line-height:.9}.indications__subtitle-text{font-size:28px;line-height:.9}.indications__subtitle-logo{width:220px;height:auto}}@media (max-width:480px){.indications__header{width:100%;max-width:335px}.indications__title{font-size:36px;line-height:.8}.indications__subtitle{align-items:flex-start;gap:10px}.indications__subtitle-text{font-size:32px;line-height:.8}.indications__subtitle-logo{width:234px;height:auto}}.event-modal{opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:9999999!important;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}.event-modal.event-modal--active{opacity:1!important;visibility:visible!important;display:block!important}.event-modal__overlay{cursor:pointer;background:#000c;width:100%;height:100%;position:absolute;top:0;left:0}.event-modal__container{background:#fff;border-radius:15px;width:90%;max-width:900px;max-height:90vh;margin:5vh auto;transition:transform .3s;position:relative;overflow:hidden;transform:translateY(-50px);box-shadow:0 20px 60px #0000004d}.event-modal.event-modal--active .event-modal__container{transform:translateY(0)}.event-modal__header{z-index:10;position:absolute;top:15px;right:15px}.event-modal__close{color:#333;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 10px #0000001a}.event-modal__close:hover{background:#fff;transform:scale(1.1)}.event-modal__content{flex-direction:row;min-height:500px;max-height:80vh;display:flex;overflow:hidden}.event-modal__image-container{flex:1;min-height:500px;position:relative;overflow:hidden}.event-modal__image{object-fit:cover;width:100%;height:100%}.event-modal__info{flex-direction:column;flex:1;gap:20px;padding:40px;display:flex;overflow-y:auto}.event-modal__date{color:#143f6cb3;font-family:Lato,sans-serif;font-size:16px;font-weight:500}.event-modal__title{color:#143f6c;margin:0;font-family:Lato,sans-serif;font-size:28px;font-weight:600;line-height:1.3}.event-modal__details{flex-direction:column;gap:10px;display:flex}.event-modal__detail-item{color:#143f6c;align-items:flex-start;gap:10px;font-size:16px;display:flex}.event-modal__detail-label{color:#143f6ccc;min-width:80px;font-weight:600}.event-modal__detail-value{flex:1}.event-modal__description{color:#333;font-size:16px;line-height:1.6}.event-modal__description p{margin:0 0 15px}.event-modal__description p:last-child{margin-bottom:0}.event-modal__actions{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:20px}.event-modal__button{color:#fff;cursor:pointer;background:#143f6c;border:none;border-radius:8px;padding:12px 30px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.event-modal__button:hover{background:#0f2f4a;transform:translateY(-2px);box-shadow:0 5px 15px #143f6c4d}@media (max-width:768px){.event-modal__container{width:95%;max-height:95vh;margin:2.5vh auto}.event-modal__content{flex-direction:column;min-height:auto}.event-modal__image-container{min-height:250px;max-height:250px}.event-modal__info{gap:15px;padding:25px}.event-modal__title{font-size:22px}.event-modal__detail-item,.event-modal__description{font-size:14px}}@media (max-width:480px){.event-modal__info{padding:20px}.event-modal__title{font-size:20px}}.hyal-system-footer{font-family:Lato,system-ui,-apple-system,sans-serif}.hyal-system-footer__top{background-color:#f7e2e7;width:100%}.hyal-system-footer__container{justify-content:flex-start;align-items:flex-start;gap:70px;width:100%;margin:0 auto;padding:40px 75px;display:flex}.hyal-system-footer__nav{gap:24px;display:flex}.hyal-system-footer__menu-list{flex-direction:column;gap:16px;min-width:256px;list-style:none;display:flex}.hyal-system-footer__menu-item,.hyal-system-footer__menu-link{color:#0f2738;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;text-decoration:none}.hyal-system-footer__menu-link{border-bottom:1px solid #0f273800;transition:border .2s}.hyal-system-footer__menu-link:hover{border-bottom:1px solid #0f2738}.hyal-system-footer__top-wrapper{flex-direction:column;gap:40px;width:100%;display:flex}.hyal-system-footer__additional{border-top:1px solid #0f273833;border-bottom:1px solid #0f273833;padding:36px 0}.hyal-system-footer__documents-modal{color:#0f2738;cursor:pointer;background-color:#0000;border:none;border-bottom:1px solid #0f2738;font-size:16px;font-style:normal;font-weight:400;line-height:1.2;text-decoration:none}.hyal-system-footer__bottom{background-color:#123267;width:100%}.hyal-system-footer__contacts{color:#fff;letter-spacing:.5px;flex-direction:column;gap:24px;font-size:14px;font-style:normal;line-height:20px;display:flex}.hyal-system-footer__contacts__value{flex-direction:column;gap:4px;font-weight:400;display:flex}.hyal-system-footer__contact-link{color:#fff;border-bottom:1px solid #fff0;text-decoration:none;transition:border .2s}.hyal-system-footer__contact-link:hover{border-bottom:1px solid #fff}@media (max-width:1500px){.hyal-system-footer__container{padding:40px}}@media (max-width:1024px){.hyal-system-footer__logo-img{height:38px}}@media (max-width:768px){.hyal-system-footer__container{gap:40px;padding:40px 20px}.hyal-system-footer__menu-list{min-width:150px}.hyal-system-footer__contacts__value br{margin:5px 0;display:block}}@media (max-width:515px){.hyal-system-footer__container{flex-direction:column;gap:24px}.hyal-system-footer__menu-list{min-width:110px}}.footer-modal__container{background-color:#fff;border-radius:12px;width:100%;margin:0 auto;padding:20px 40px;position:relative;overflow:hidden auto}.footer-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.footer-modal__title{color:#0f2738;margin:0;font-size:24px;font-weight:600}.footer-modal__content{padding:24px 0;overflow-y:auto}.docs-section{margin-bottom:32px}.docs-section:last-of-type{margin-bottom:20px}.docs-section__title{color:#123267;margin:0 0 16px;padding-bottom:8px;font-size:18px;font-weight:600}.docs-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.docs-list__item{margin:0;padding:0}.docs-list__link{color:#0f2738;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.docs-list__link:hover{background-color:#f7e2e7;border-color:#123267;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.docs-list__icon{flex-shrink:0;font-size:24px}.docs-list__text{flex:1;font-weight:400}.docs-list__date{color:#6b7280;flex-shrink:0;font-size:14px}.docs-list__link:hover .docs-list__date{color:#123267}.docs-info{color:#4b5563;background-color:#f3f4f6;border-left:4px solid #123267;border-radius:8px;margin-top:24px;padding:16px;font-size:14px}.docs-info__text{margin:0;line-height:1.6}.docs-info__link{color:#123267;font-weight:400;text-decoration:underline}.docs-info__link:hover{text-decoration:none}
