@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;line-height:1.4;background:var(--c-background)}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}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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}:focus{outline:none}html{scroll-behavior:smooth}*,*:before,*:after{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none;cursor:pointer}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:0}.h1{font-weight:500;color:var(--c-grey-00);font-size:clamp(40px,3.3333333333vw,48px);line-height:clamp(48px,4.7222222222vw,68px);font-family:var(--f-headings),sans-serif;text-transform:uppercase}.h1--black{color:var(--c-tertiary)}.h2{font-weight:500;color:var(--c-grey-90);font-size:clamp(28px,2.2222222222vw,32px);line-height:clamp(40px,3.0555555556vw,44px);font-family:var(--f-headings),sans-serif;margin-bottom:10px}.h2--white{color:var(--c-grey-00)}.h3{font-weight:500;color:var(--c-grey-00);font-size:clamp(14px,1.25vw,18px);font-family:var(--f-base),sans-serif}.h4{font-weight:700;color:var(--c-grey-90);font-size:clamp(14px,1.1111111111vw,16px);font-family:var(--f-base),sans-serif}.h5{font-weight:500;color:var(--c-grey-80);font-size:clamp(14px,1.1111111111vw,16px);font-family:var(--f-base),sans-serif}.btn{display:flex;justify-content:center;transition:all .25s ease-out;border-radius:var(--btn-b-radius);border:1px solid transparent;padding:var(--btn-padding);font-size:var(--btn-f-size);width:fit-content}.btn:disabled,.btn[disabled]{cursor:not-allowed;opacity:.5}.btn--sm{padding:var(--btn-padding-sm);font-size:var(--btn-f-size-sm)}.btn--wide{width:100%}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:8px;border:1px solid var(--c-primary);border-radius:var(--b-radius-xsm);color:var(--c-grey-10);background:var(--c-primary);font-weight:500;gap:10px;transition:color .25s ease-out,background .25s ease-out,border-color .25s ease-out}@media screen and (min-width:992px){.btn--primary{padding:18px;gap:30px}}.btn--primary:hover{color:var(--c-grey-00);background:color-mix(in srgb,var(--c-primary) 85%,var(--c-grey-100) 15%);border-color:color-mix(in srgb,var(--c-primary) 85%,var(--c-grey-100) 15%)}.btn--primary i{font-size:clamp(18px,1.3888888889vw,20px)}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;color:var(--c-grey-70);font-size:clamp(13px,1.1111111111vw,16px);line-height:clamp(18px,1.3888888889vw,20px);font-family:var(--f-base),sans-serif;font-weight:500;padding:10px;border:1px solid color(from var(--c-primary) srgb r g b/.7);border-radius:var(--b-radius-xsm);background:transparent}.btn--secondary:hover{color:var(--c-grey-70);border-color:var(--c-primary);background:color(from var(--c-primary) srgb r g b/.08)}.btn--secondary.is-active{border-color:var(--c-primary);background:color(from var(--c-primary) srgb r g b/.08)}.btn--outline-primary{color:var(--c-grey-100);border:1px solid var(--c-primary)}.btn--outline-primary:hover{background:var(--c-primary)}.btn--outline-secondary{color:var(--c-grey-100);border:1px solid var(--c-secondary)}.btn--outline-secondary:hover{color:var(--c-grey-00);background:var(--c-secondary)}.btn--404{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;background:transparent;border:1px solid var(--c-grey-30);cursor:pointer;font-weight:600;transition:background .2s;color:var(--c-grey-90)}.btn--404:hover{background:var(--c-grey-20)}.btn--outline-white{background:none;color:var(--c-grey-00);border:1px solid var(--c-grey-00);padding:8px}@media screen and (min-width:992px){.btn--outline-white{padding:18px}}.btn--outline-white:hover{border-color:var(--c-primary);color:var(--c-grey-00);background:var(--c-primary);font-weight:600}.body{animation:fadeInAnimation ease .7s;animation-iteration-count:1;animation-fill-mode:forwards;animation-duration:1s;transition:opacity .6s var(--animation-slide-curve);opacity:1;font-family:var(--f-base),sans-serif}.body--hide{opacity:0}.body--fixed{overflow:hidden}.app{display:flex;flex-direction:column;min-height:100svh}.main{flex:1;display:flex;flex-direction:column}.container{max-width:var(--w-container);padding-inline:var(--pi-container);margin-inline:auto}.container--sm{max-width:var(--w-container);padding-inline:var(--pi-container-xl);margin-inline:0}.container--xl{max-width:var(--w-container-xl)}.grid{display:grid}.grid--advantages{grid-template-columns:1fr;gap:16px}@media screen and (min-width:992px){.grid--advantages{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr}}.grid--footer-top{width:100%;grid-template-columns:repeat(2,1fr);row-gap:20px}@media screen and (min-width:720px){.grid--footer-top{grid-template-columns:repeat(4,1fr)}}.grid--advices-cards{grid-template-columns:1fr 1fr;gap:10px}.grid--advices-cards .advice-card:nth-child(2){order:5;grid-column:span 2;padding:25px}@media screen and (min-width:992px){.grid--advices-cards{grid-template-columns:.8fr 1fr .8fr;grid-template-rows:1fr 1fr;gap:8px 16px}.grid--advices-cards .advice-card:nth-child(2){grid-column:2;grid-row:1/3}}.grid--club-cards{grid-template-columns:1fr;padding:0 20px;gap:10px}@media screen and (min-width:720px){.grid--club-cards{grid-template-columns:1fr 1fr}}@media screen and (min-width:992px){.grid--club-cards{grid-template-columns:repeat(3,1fr);padding:20px 58px;gap:20px 16px}}.form-control{margin-bottom:15px;position:relative}.form-control label{color:var(--label-c);font-size:var(--label-f-size)}.form-control input,.form-control textarea{color:var(--input-c-text);background:var(--input-c-bg);padding:var(--input-padding);border:1px solid var(--input-c-border);border-radius:var(--input-b-radius);display:inline-block;font-size:var(--input-f-size)}.form-control input::placeholder,.form-control textarea::placeholder{color:var(--input-c-placeholder)}.form-control--state-error .form-control input,.form-control--state-error .form-control textarea{border-color:var(--c-error)}.form-control--state-success .form-control input,.form-control--state-success .form-control textarea{border-color:var(--c-success)}.form-control--sm input,.form-control--sm textarea{font-size:var(--input-f-size-sm);padding:var(--input-padding-sm)}.form-control__message{font-size:.75rem;position:absolute;bottom:0;left:0;translate:5px 100%}.form-control--state-error .form-control__message{color:var(--c-error)}.form-control--state-success .form-control__message{color:var(--c-success)}.section{margin:10px auto}@media screen and (min-width:992px){.section{margin:18px auto}}.schedule-page{overflow-x:hidden;background:var(--c-grey-00)}.schedule-page_container{margin-top:80px}@media screen and (min-width:992px){.schedule-page_container{margin-top:120px}}.personal-account{margin:80px 0}@media screen and (min-width:992px){.personal-account{margin:100px 0}}.personal-account .back-main_fit{background-position:25% center!important;background-size:cover!important}@font-face{font-family:fontello;src:url(/app/themes/sage/public/build/assets/fontello-CdNPypqH.eot?30388091);src:url(/app/themes/sage/public/build/assets/fontello-CdNPypqH.eot?30388091#iefix) format("embedded-opentype"),url(/app/themes/sage/public/build/assets/fontello-BPrB-Rvc.woff2?30388091) format("woff2"),url(/app/themes/sage/public/build/assets/fontello-eDzuwQOq.woff?30388091) format("woff"),url(/app/themes/sage/public/build/assets/fontello-B3FouJ6X.ttf?30388091) format("truetype"),url(/app/themes/sage/public/build/assets/fontello-DwojvPGb.svg?30388091#fontello) format("svg");font-weight:400;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-telegram:before{content:""}.icon-close:before{content:""}.icon-phone:before{content:""}.icon-check:before{content:""}.icon-heart:before{content:""}.icon-calendar:before{content:""}.icon-instagram:before{content:""}.icon-location:before{content:""}.icon-arrow-circle:before{content:""}.icon-time:before{content:""}.icon-email:before{content:""}.icon-arrow-up:before{content:""}.icon-jock:before{content:""}.icon-vk:before{content:""}.icon-max:before{content:""}.icon-telegram:before{content:""}.advice-card{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:var(--b-radius-sm);padding:10px;display:flex;flex-direction:column;gap:16px}@media screen and (min-width:992px){.advice-card{padding:20px 20px 28px;gap:20px}}.advice-card__image{align-self:flex-end;width:60px;height:60px}@media screen and (min-width:992px){.advice-card__image{width:60px;height:60px}}.advice-card__image img{width:100%;height:100%}.advice-card__title{font-size:clamp(13px,1.1111111111vw,16px);color:var(--c-grey-90)}.advice-card__title--image{color:var(--c-grey-00)}.advice-card__btn{margin-top:auto;display:flex;align-items:center;gap:10px;padding:5px 0}@media screen and (min-width:992px){.advice-card__btn{justify-content:space-between;padding:11px 10px 11px 30px;gap:0}}.advice-card__btn i{font-size:clamp(18px,1.3888888889vw,20px)}.service-card{background:var(--c-tertiary);display:flex;flex-direction:column;gap:16px;color:var(--c-service-card-text);border-radius:var(--b-radius-sm)}@media screen and (min-width:992px){.service-card{gap:32px}}.service-card--white{background:var(--c-grey-00)}.service-card h2{margin-bottom:0}.service-card__header{display:flex;align-items:center;padding:16px 16px 0}@media screen and (min-width:992px){.service-card__header{padding:20px 24px 0}}.service-card__body{display:flex;gap:8px;flex-direction:column-reverse;padding:16px}@media screen and (min-width:992px){.service-card__body{padding:20px 24px}}@media screen and (min-width:720px){.service-card__body{gap:16px;flex-direction:row;align-items:stretch}.service-card__body--white{flex-direction:row-reverse}}.service-card__content{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:720px){.service-card__content{max-width:50%;gap:16px;flex:1 1 50%;align-self:stretch}}@media screen and (min-width:720px){.service-card__content>.service-card__cards>.service-card__item-card{height:100%}}.service-card__descriptions{display:flex;flex-direction:column;gap:8px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:var(--b-radius-sm);box-shadow:0 4px 20px #0000001a,inset 0 1px 1px #fff6;padding:12px}@media screen and (min-width:992px){.service-card__descriptions{padding:20px;gap:16px}}.service-card__title{margin-bottom:2px}.service-card__item-text{display:flex;align-items:center;gap:12px}@media screen and (min-width:992px){.service-card__item-text{max-width:70%}}.service-card__item-text span{flex-shrink:0;width:10px;height:10px;background:var(--c-primary);border-radius:50%}.service-card__item-text p{font-size:clamp(12px,1.1111111111vw,16px)}.service-card__cards{display:flex;flex-direction:row;gap:8px}@media screen and (min-width:992px){.service-card__cards{gap:16px}}.service-card__item-card{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:var(--b-radius-sm);box-shadow:0 4px 20px #0000001a,inset 0 1px 1px #fff6;padding:15px;display:flex;flex-direction:column;gap:15px;max-width:50%;flex:1;font-size:clamp(12px,1.1111111111vw,16px)}@media screen and (min-width:992px){.service-card__item-card{padding:18px 26px 24px}}@media screen and (min-width:1200px){.service-card__item-card{gap:20px}}.item-service-card__title{color:var(--c-primary);font-family:var(--f-headings);font-size:clamp(24px,2.5vw,36px);line-height:1}.item-service-card__subtitle{color:var(--c-grey-40)}@media screen and (min-width:720px){.service-card__slider{flex:1;min-width:0;display:flex;flex-direction:column}}.service-card__gallery{overflow:hidden;width:100%;max-height:290px}@media screen and (min-width:720px){.service-card__gallery{flex:1;max-height:none;min-height:0}}.service-card__gallery-item{border-radius:var(--b-radius-sm);overflow:hidden;aspect-ratio:4/3}.service-card__gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:var(--b-radius-sm)}.service-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.service-card__arrows{display:flex;gap:4px}.service-card__arrow{cursor:pointer;font-size:clamp(20px,1.9444444444vw,28px);color:var(--c-primary);transition:opacity .2s}.service-card__arrow--prev{transform:rotate(180deg)}.service-card__arrow:hover{opacity:.7}.service-card__arrow.swiper-button-disabled{opacity:.3;cursor:not-allowed}.club-card{background:var(--c-grey-00);padding:20px;border-radius:var(--b-radius-sm);display:flex;flex-direction:column;gap:20px;box-shadow:1px 1px 7px 0 var(--c-grey-30);transition:all .3s ease-in-out}.club-card__headings{background:var(--c-grey-10);padding:10px;border-radius:var(--b-radius-sm);color:var(--c-grey-90);position:relative}.club-card__headings:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--b-radius-sm);padding:1px;background:linear-gradient(to bottom,#fff,#efebeb);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.club-card__title{display:flex;align-items:flex-start;justify-content:space-between}.club-card__title p{font-size:clamp(14px,1.3888888889vw,20px);font-weight:700}.club-card__title span{max-width:40%;font-size:clamp(12px,1.1111111111vw,16px);color:var(--c-primary)}.club-card__title-main{display:flex;flex-direction:column}.club-card__promo-label{max-width:50%;text-align:right;font-size:clamp(11px,.9722222222vw,14px);font-weight:600;color:var(--c-primary)}.club-card__title-main .club-card__subtitle{max-width:none;font-size:clamp(12px,1.1111111111vw,16px);font-weight:400;color:var(--c-primary)}.club-card__price{margin-top:16px;font-size:clamp(18px,1.6666666667vw,24px);font-family:var(--f-headings);font-weight:700}.club-card__price span{margin-left:8px;color:var(--c-primary);font-weight:400}.club-card__price--promo{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.club-card__price--promo .club-card__price-old{margin-left:0;font-family:var(--f-base);font-size:clamp(14px,1.25vw,18px);font-weight:400;color:var(--c-grey-50);text-decoration:line-through}.club-card__price-new{font-size:clamp(20px,2.0833333333vw,30px);font-weight:700}.club-card__price-new span{margin-left:6px;color:var(--c-primary);font-weight:400}.club-card__price--promo .club-card__discount{align-self:flex-start;margin-left:0;font-family:var(--f-base);font-size:clamp(10px,.8333333333vw,12px);font-weight:600;color:var(--c-primary)}.club-card__type{margin-top:8px;font-size:clamp(12px,1.1111111111vw,16px);color:var(--c-grey-70)}.club-card__list{color:var(--c-grey-90);display:flex;flex-direction:column;gap:16px;transition:all .5s ease-in-out;margin-bottom:20px}.club-card__list p{font-size:clamp(10px,.9722222222vw,14px)}@media screen and (min-width:992px){.club-card__list{margin-bottom:44px}}.club-card__description{display:flex;gap:8px;align-items:center}.club-card__text{display:flex;align-items:center;justify-content:space-between;width:100%}.club-card__text p{font-size:clamp(12px,1.1111111111vw,16px);max-width:80%}.club-card__text span{font-family:var(--f-headings);color:var(--c-grey-70)}.club-card__btn{margin-top:auto}.club-card:hover .btn--primary{color:var(--c-grey-10);background:var(--c-primary);border-color:var(--c-primary)}.club-card:hover{background:var(--c-tertiary-light)}.club-card:hover .club-card__list,.club-card:hover .club-card__list span{color:var(--c-grey-00)}.membership-card{position:fixed;left:16px;bottom:16px;z-index:var(--z-top-10);width:200px;opacity:0;transform:translateY(24px);transition:opacity .45s var(--animation-fade-in-curve),transform .45s var(--animation-fade-in-curve),bottom .45s var(--animation-fade-in-curve)}@media screen and (min-width:992px){.membership-card{left:24px;bottom:24px;width:280px}}@media screen and (max-width:991px){body.lead-promo-mini-visible .membership-card{bottom:225px}}.membership-card--visible{opacity:1;transform:translateY(0)}.membership-card__close{position:absolute;top:-10px;right:-10px;z-index:2;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;cursor:pointer;color:var(--c-grey-00);background:var(--c-grey-80);font-size:1.125rem;line-height:1;box-shadow:0 2px 6px #00000059;transition:background .25s ease,transform .25s ease}.membership-card__close:hover{background:var(--c-primary);transform:scale(1.08)}.membership-card__face{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%;min-height:126px;padding:14px;border:0;cursor:pointer;text-align:left;color:var(--c-grey-00);border-radius:var(--b-radius-sm);background:radial-gradient(130% 150% at 100% 0%,rgba(255,98,0,.6),transparent 55%),linear-gradient(150deg,#3a3a3a,#1c1c1c);box-shadow:0 12px 30px -8px #0000008c;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:992px){.membership-card__face{min-height:176px;padding:18px 18px 24px}}.membership-card__face:after{content:"";position:absolute;top:-60%;right:-20%;width:70%;height:200%;background:linear-gradient(115deg,rgba(255,255,255,.12),transparent 60%);transform:rotate(20deg);pointer-events:none}.membership-card__face:hover{transform:translateY(-4px);box-shadow:0 18px 36px -8px #0009}.membership-card__top{display:flex;align-items:center}.membership-card__logo{width:auto;height:22px;object-fit:contain;filter:brightness(0) invert(1)}@media screen and (min-width:992px){.membership-card__logo{height:28px}}.membership-card__body{display:flex;flex-direction:column;gap:2px}.membership-card__badge{font-family:var(--f-headings);font-size:clamp(18px,1.8055555556vw,26px);font-weight:700;line-height:1.1}.membership-card__text{font-size:clamp(11px,.9722222222vw,14px);color:var(--c-grey-30)}.membership-card__bottom{display:flex;align-items:center;gap:8px}.membership-card__until{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:var(--c-grey-00);color:var(--c-grey-100);font-size:clamp(10px,.8333333333vw,12px);font-weight:700;white-space:nowrap;box-shadow:0 2px 8px #00000040}.membership-card__arrow{margin-left:auto;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--c-primary);color:var(--c-grey-00);font-size:.875rem;line-height:1;transition:transform .25s ease}.membership-card__face:hover .membership-card__arrow{transform:translate(2px)}.membership-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300}.membership-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.membership-popup--open .membership-popup__overlay{opacity:1}.membership-popup__dialog{position:absolute;left:16px;right:16px;bottom:16px;margin-inline:auto;width:auto;max-width:340px;padding:28px 20px 20px;background:var(--c-grey-00);border-radius:var(--b-radius);box-shadow:0 24px 48px -12px #00000073;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}@media screen and (min-width:992px){.membership-popup__dialog{left:24px;right:auto;bottom:24px;margin-inline:0;width:340px}}.membership-popup--open .membership-popup__dialog{opacity:1;transform:translateY(0)}.membership-popup__close{position:absolute;top:10px;right:12px;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;color:var(--c-grey-50);font-size:1.5rem;line-height:1;transition:color .25s ease}.membership-popup__close:hover{color:var(--c-primary)}.membership-popup__badge{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:var(--b-radius-xsm);background:var(--c-primary);color:var(--c-grey-00);font-family:var(--f-headings);font-size:clamp(12px,.9722222222vw,14px);font-weight:600}.membership-popup__title{margin-bottom:10px;font-family:var(--f-headings);font-size:clamp(18px,1.5277777778vw,22px);font-weight:700;color:var(--c-grey-90)}.membership-popup__text{margin-bottom:12px;font-size:clamp(13px,1.0416666667vw,15px);line-height:1.5;color:var(--c-grey-70)}.membership-popup__until{display:inline-block;margin-bottom:16px;padding:6px 12px;border-radius:999px;background:color-mix(in srgb,var(--c-primary) 12%,transparent);font-size:clamp(12px,.9722222222vw,14px);font-weight:700;color:var(--c-primary)}.membership-popup__actions{display:flex;flex-direction:column;gap:10px}.membership-popup__btn{width:100%;padding:var(--btn-padding);text-align:center}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--c-tertiary);color:var(--c-grey-00);width:100%;box-shadow:var(--shadow)}body{padding-top:58px}@media screen and (min-width:720px){body{padding-top:64px}}.header__container{display:flex;align-items:center;justify-content:space-between;min-height:58px;gap:14px;padding:12px}@media screen and (min-width:720px){.header__container{min-height:64px;gap:24px}}.header__right{display:flex;align-items:center;gap:30px}.header__logo{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:128px}@media screen and (min-width:720px){.header__logo{width:156px}}.header__logo img{width:100%;height:auto}.header__nav{display:none;flex:1}@media screen and (min-width:720px){.header__nav{display:block}}.main-nav{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.main-nav__item{display:inline-flex;align-items:center}.main-nav__link{display:inline-flex;align-items:center;gap:6px;color:var(--c-grey-20);font-size:clamp(12px,1.1111111111vw,16px);line-height:clamp(16px,1.3888888889vw,20px);font-weight:400;opacity:.9;white-space:nowrap}.main-nav__link:hover{color:var(--c-grey-00);opacity:1}.main-nav__item--has-child .main-nav__link:after{content:"";width:6px;height:6px;border-right:1px solid currentcolor;border-bottom:1px solid currentcolor;transform:rotate(45deg) translateY(-1px)}.header__socials{display:none;align-items:center;gap:14px}@media screen and (min-width:720px){.header__socials{display:flex}}.header__social{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--c-grey-00);opacity:.85}.header__social i{font-size:clamp(16px,1.3888888889vw,20px)}.header__social .icon-max{font-size:clamp(18px,1.5277777778vw,22px)}.header__social .icon-vk{font-size:clamp(14px,1.25vw,18px)}.header__social:hover{color:var(--c-grey-00);opacity:1}.header__social svg{width:100%;height:100%}.header__social:has(.icon-vk){margin-right:12px}.header__phone{display:inline-flex;min-height:36px;padding:8px 12px;font-size:clamp(12px,.9722222222vw,14px);line-height:clamp(14px,1.1111111111vw,16px);white-space:nowrap}@media screen and (min-width:720px){.header__phone{min-height:48px;padding:10px 20px}}.header .header__burger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:36px;height:36px;border:1px solid var(--c-grey-40);border-radius:var(--b-radius-xs);background:transparent;color:var(--c-grey-00);margin-left:auto}@media screen and (min-width:992px){.header .header__burger{display:none}}.header__burger-line{display:block;width:16px;height:2px;background:currentcolor}.header .nav--mobile{position:fixed;top:58px;left:0;right:0;bottom:0;z-index:var(--z-top);background:var(--c-grey-90);border-radius:var(--b-radius-sm) var(--b-radius-sm) 0 0;padding:40px 15px;overflow-y:auto;transform:translate(-110%);transition:transform .25s ease-out}@media screen and (min-width:720px){.header .nav--mobile{top:70px}}.header .nav--mobile .main-nav{display:flex;flex-direction:column;align-items:flex-start;gap:25px}.header .nav--mobile .main-nav__link{font-size:clamp(18px,1.6666666667vw,24px);line-height:clamp(24px,2.0833333333vw,30px);font-weight:500}.header .nav--mobile.nav--mobile--active{transform:translate(0)}.footer{background:var(--c-tertiary);width:100%;margin-top:18px}.footer__content{display:flex;flex-direction:column;padding:16px;gap:20px}@media screen and (min-width:992px){.footer__content{gap:30px}}.footer__left{display:flex;flex-direction:row;gap:10px;align-items:flex-start;justify-content:space-between;grid-column:1/span 2}@media screen and (min-width:720px){.footer__left{justify-content:flex-start;grid-column:1;flex-direction:column;gap:16px}}.footer__logo{width:110px;height:35px}@media screen and (min-width:992px){.footer__logo{width:140px;height:46px}}.footer__logo img{width:100%;height:100%}.footer__socials-wrap{display:flex;flex-direction:column;gap:10px;width:100%;grid-column:1/span 2;align-items:center}@media screen and (min-width:720px){.footer__socials-wrap{grid-column:4;gap:20px}}.footer__socials{display:flex;align-items:center;justify-content:center;gap:4px;position:relative}@media screen and (min-width:992px){.footer__socials{gap:12px}}.footer-socials__title{white-space:nowrap;color:var(--c-grey-00);font-size:clamp(12px,1.1111111111vw,16px);font-weight:600}.footer__social-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--b-radius-sm);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 1px 2px #ffffff4d,inset 0 -1px 2px #00000026,0 2px 8px #0003;overflow:hidden;transition:all .3s ease}@media screen and (min-width:992px){.footer__social-link{width:52px;height:52px}}.footer__social-link i{position:relative;color:var(--c-primary);font-size:clamp(18px,1.5277777778vw,22px);transition:all .3s ease;z-index:1}.footer__social-link:hover{transform:scale(1.05)}.footer__social-link--vk i{font-size:clamp(15px,1.25vw,18px);transform:translate(-4px)}.footer-menu__title{color:var(--c-grey-00);font-size:clamp(12px,1.1111111111vw,16px);font-weight:700;margin-bottom:8px}@media screen and (min-width:992px){.footer-menu__title{margin-bottom:16px}}.footer__legal{display:flex;flex-direction:column;gap:6px;padding:20px 0;border-top:1px solid color-mix(in srgb,var(--c-grey-00) 12%,transparent);border-bottom:1px solid color-mix(in srgb,var(--c-grey-00) 12%,transparent);color:var(--c-grey-40);font-size:clamp(11px,.9027777778vw,13px);line-height:clamp(16px,1.3888888889vw,20px)}@media screen and (min-width:992px){.footer__legal{padding:24px 0}}.footer__legal a{color:var(--c-grey-40);transition:color .25s ease}.footer__legal a:hover{color:var(--c-grey-00)}.footer__legal-name{color:var(--c-grey-00);font-weight:600;font-size:clamp(12px,.9722222222vw,14px);margin:0}.footer__legal-meta,.footer__legal-line{margin:0}.footer__legal-note{margin-top:4px;color:var(--c-grey-40)}.footer__legal-note p{margin:0 0 4px}.footer__legal-note p:last-child{margin-bottom:0}.footer__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:4px}@media screen and (min-width:720px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:var(--c-grey-40);font-size:clamp(8px,.8333333333vw,12px);transition:all .3s ease}.footer__copyright:hover{color:var(--c-grey-00)}.footer__copyright--disable{margin-top:4px}@media screen and (min-width:992px){.footer__copyright--disable{margin:0}}.footer__copyright--disable:hover{color:var(--c-grey-40)}: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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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,.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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-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:translate(-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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.hero{color:var(--c-grey-00)}.hero{width:100%;background-image:linear-gradient(90deg,color(from var(--c-grey-100) srgb r g b/.62),color(from var(--c-grey-100) srgb r g b/.16) 20%,color(from var(--c-grey-100) srgb r g b/.25)),var(--hero-bg-image);background-position:center top;background-repeat:no-repeat;background-size:cover;margin:20px auto 36px}.hero__content{display:flex;flex-direction:column;justify-content:center;height:420px;max-width:100%;padding:28px 28px 56px;gap:24px}@media screen and (min-width:720px){.hero__content{height:480px;padding:48px 48px 100px;max-width:600px}}.hero .h1 strong{font-weight:800;color:var(--c-primary)}.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;margin:32px auto 0;color:var(--c-grey-60)}@media screen and (max-width:719px){.hero-topline{align-items:flex-start;flex-direction:column;gap:12px;margin-top:20px}}.hero-topline__text{margin:0;font-size:clamp(12px,1.1111111111vw,16px);line-height:1.35;font-weight:600}.hero-topline__text--left{flex:0 1 auto;min-width:0;color:var(--c-grey-70);font-family:var(--f-headings),sans-serif;font-size:clamp(16px,1.3888888889vw,20px);text-align:left}.hero-topline__text--left p{margin:0;text-align:left!important}@media screen and (max-width:719px){.hero-topline__text--left{font-size:clamp(18px,1.6666666667vw,24px)}}@media screen and (min-width:720px){.hero-topline__text--left{white-space:nowrap}}.hero-topline__text--left strong{color:var(--c-primary);font:inherit;font-weight:700;font-size:clamp(18px,1.6666666667vw,24px);text-transform:uppercase}body.admin-bar .hero-topline{margin-top:0}.hero-topline__text--right{flex:0 1 auto;display:inline-flex;align-items:center;gap:10px;justify-content:flex-end;font-weight:400;text-align:right;white-space:nowrap}@media screen and (max-width:719px){.hero-topline__text--right{font-size:clamp(14px,1.25vw,18px);justify-content:flex-start;text-align:left;white-space:normal;gap:8px}}.hero-topline__text--right i{color:var(--c-primary);font-size:clamp(22px,1.9444444444vw,28px);line-height:1;margin:0}.hero-topline__text--right i:before{margin:0}.hero--promo{background:transparent;overflow:hidden}@media screen and (max-width:719px){.hero--promo{padding-inline:0}}.hero-slider{width:100%;height:100%}.hero-slider__slide{background-image:linear-gradient(90deg,color(from var(--c-grey-100) srgb r g b/.7),color(from var(--c-grey-100) srgb r g b/.22) 48%,color(from var(--c-grey-100) srgb r g b/.38)),var(--hero-bg-image);width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}.hero__content--promo{gap:0;padding-bottom:62px}@media screen and (min-width:720px){.hero__content--promo{max-width:660px}}.hero__content--promo .h1{max-width:600px;margin:24px 0 0;font-size:clamp(24px,2.6388888889vw,38px);line-height:1.5;font-weight:800;text-transform:uppercase}.hero__content--promo .h1 p{margin:0}.hero__content--promo .h1 p:not(:first-child),.hero__content--promo .h1 strong,.hero__content--promo .hero__title-accent{color:var(--c-primary)}.hero__content--promo .hero__subtitle{margin-top:18px;max-width:460px;font-size:clamp(16px,1.3888888889vw,20px);line-height:1.22;font-weight:500}.hero__content--promo .hero__actions{margin-top:32px}@media screen and (max-width:719px){.hero__content--promo .hero__actions{margin-top:24px}}.hero-slider>.hero-slider__pagination{position:absolute;top:50%;right:28px;bottom:auto;left:auto;z-index:2;display:flex;width:auto!important;transform:translateY(-50%);flex-direction:column;gap:18px}@media screen and (max-width:719px){.hero-slider>.hero-slider__pagination{right:18px;top:40%;gap:8px}}.hero-slider>.hero-slider__pagination .swiper-pagination-bullet{width:auto;height:auto;margin:0!important;border-radius:0;background:transparent;color:color(from var(--c-grey-00) srgb r g b/.72);font-size:clamp(16px,1.3888888889vw,20px);line-height:1;font-weight:800;opacity:1}@media screen and (max-width:719px){.hero-slider>.hero-slider__pagination .swiper-pagination-bullet{font-size:16px}}.hero-slider>.hero-slider__pagination .swiper-pagination-bullet-active{color:var(--c-grey-00);text-decoration:underline;text-underline-offset:4px}.hero__eyebrow{margin:0;font-size:clamp(16px,1.3888888889vw,20px);line-height:1.2;font-weight:600}.hero--promo .hero__link{display:inline-flex;align-items:center;justify-content:center;width:190px;height:50px;padding:0 16px;font-size:clamp(14px,1.1111111111vw,16px);line-height:1;text-align:center}.hero__subtitle{margin:16px 0 0;max-width:360px;font-size:clamp(18px,1.6666666667vw,24px);line-height:clamp(24px,1.9444444444vw,28px);font-weight:500}.hero__actions{display:flex;align-items:center;gap:16px;margin-top:28px}.hero__link{width:200px;height:55px}.hero__play{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:3px solid color(from var(--c-secondary-light) srgb r g b/.95);border-radius:50%;background:transparent;color:color(from var(--c-secondary-light) srgb r g b/.95);cursor:pointer;transition:all .2s ease-out}.hero__play:hover{border-color:var(--c-grey-00);color:var(--c-grey-00);background-color:color(from var(--c-grey-00) srgb r g b/.14)}.hero__play-icon{display:block;width:0;height:0;margin-left:3px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentcolor}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.video-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.video-modal.is-open .video-modal__dialog{transform:scale(1) translateY(0);opacity:1}.video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:color(from var(--c-grey-100) srgb r g b/.82);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.video-modal__dialog{position:relative;width:100%;max-width:1100px;transform:scale(.92) translateY(20px);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease}.video-modal__close{position:absolute;top:-44px;right:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--c-grey-00);font-size:32px;line-height:1;cursor:pointer;transition:transform .2s ease,color .2s ease}.video-modal__close:hover{color:var(--c-primary);transform:rotate(90deg)}@media screen and (min-width:720px){.video-modal__close{top:-48px;width:40px;height:40px;font-size:36px}}.video-modal__frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--b-radius-sm);overflow:hidden;box-shadow:0 20px 60px -10px #00000080}.video-modal__player{position:absolute;top:0;right:0;bottom:0;left:0}.video-modal__player iframe,.video-modal__player video{width:100%;height:100%;border:0}body.is-video-modal-open{overflow:hidden}.banner{position:relative;overflow:hidden;background:var(--c-tertiary);padding:24px 0;margin-bottom:36px}.banner__track{display:flex;align-items:center;gap:80px;width:max-content;white-space:nowrap;animation:banner-marquee 26s linear infinite}.banner__item{display:inline-block;color:var(--c-primary);font-family:var(--f-headings),sans-serif;font-size:clamp(24px,2.0833333333vw,30px);line-height:clamp(26px,2.5vw,36px);text-transform:uppercase;font-weight:500}@keyframes banner-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.about-block{padding:0 20px}@media screen and (min-width:992px){.about-block{padding:0}}.about-block__content{display:grid;grid-template-columns:1fr;gap:18px;margin-top:16px}@media screen and (min-width:992px){.about-block__content{grid-template-columns:minmax(240px,360px) minmax(260px,1fr) minmax(240px,360px);align-items:start;gap:32px;margin-top:32px}}.about-block__image{width:100%}.about-block__image img{width:100%;height:220px;object-fit:cover;border-radius:0}@media screen and (min-width:720px){.about-block__image img{height:240px}}.about-block__image--left img{border-radius:var(--b-radius)}@media screen and (min-width:992px){.about-block__image--left img{border-radius:0 var(--b-radius) var(--b-radius) 0}}.about-block__image--right img{border-radius:var(--b-radius)}@media screen and (min-width:992px){.about-block__image--right img{border-radius:var(--b-radius) 0 0 var(--b-radius)}}.about-block__text{color:var(--c-grey-80);font-size:clamp(12px,1.1111111111vw,16px);line-height:clamp(20px,1.3888888889vw,20px);font-weight:500;padding:24px 0}.about-block__text p{margin:0}.about-block__text p+p{margin-top:14px}.advantages{padding:20px;margin-bottom:36px;background:var(--c-tertiary);display:flex;flex-direction:column;gap:16px}.advantages__item{display:flex;position:relative;flex-direction:column;height:100%;min-height:152px;border:1px solid color(from var(--c-grey-00) srgb r g b/.22);border-radius:var(--b-radius-sm);padding:18px 22px;background:linear-gradient(125deg,color(from var(--c-grey-00) srgb r g b/.08),color(from var(--c-grey-00) srgb r g b/.02)),color(from var(--c-grey-100) srgb r g b/.14);box-shadow:inset 0 1px color(from var(--c-grey-00) srgb r g b/.16),inset 0 -12px 24px color(from var(--c-grey-100) srgb r g b/.16),0 8px 22px color(from var(--c-grey-100) srgb r g b/.2);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:background .4s cubic-bezier(.22,.61,.36,1),color .4s cubic-bezier(.22,.61,.36,1),box-shadow .4s cubic-bezier(.22,.61,.36,1)}.advantages__item:hover{background:var(--c-grey-00);box-shadow:0 10px 24px color(from var(--c-grey-100) srgb r g b/.18)}.advantages__item:hover .h3{color:var(--c-grey-90)}.advantages__item:hover .advantages__text{color:var(--c-grey-80)}.advantages__head{display:flex;align-items:center;gap:18px;min-height:56px}@media screen and (min-width:992px){.advantages__head{margin-bottom:12px}}.advantages__icon{width:22px;height:22px}@media screen and (min-width:992px){.advantages__icon{width:34px;height:34px}}.advantages__icon img{width:100%;height:100%}.advantages__text{margin:0;color:var(--c-grey-10);font-size:clamp(14px,1.1111111111vw,16px);line-height:clamp(24px,1.6666666667vw,24px);font-weight:400;transition:color .4s cubic-bezier(.22,.61,.36,1)}.advantages__item .h3{transition:color .4s cubic-bezier(.22,.61,.36,1)}.advantages__cta{display:flex;justify-content:center}.advantages__btn{width:100%}@media screen and (min-width:992px){.advantages__btn{width:32%}}.links{padding:0 20px;width:100%}@media screen and (min-width:992px){.links{padding:0 10px 24px}}.links__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:8px}@media screen and (min-width:992px){.links__list{gap:16px}}.links__link{display:flex;position:relative;justify-content:flex-start;align-items:center;width:100%;min-height:130px;color:var(--c-grey-00);text-decoration:none;border-radius:var(--b-radius-sm);overflow:hidden;padding:14px 10px;background-image:linear-gradient(90deg,color(from var(--c-grey-100) srgb r g b/.58),color(from var(--c-grey-100) srgb r g b/.4)),var(--links-item-image);background-position:center center;background-repeat:no-repeat;background-size:cover;transition:transform .25s ease-out}@media screen and (min-width:992px){.links__link{min-height:250px;padding:28px 40px}}.links__link:hover{transform:scale(1.01)}.links__title{color:var(--c-grey-00);font-size:clamp(24px,3.3333333333vw,48px);line-height:clamp(34px,4.8611111111vw,70px);font-family:var(--f-headings),sans-serif;font-weight:500;text-transform:uppercase;text-align:center}.links__arrow{margin-left:12px;color:var(--c-primary);font-size:clamp(38px,4.3055555556vw,62px);line-height:1;font-weight:500}.gallery{width:100%}.gallery__container{padding-inline:0}.gallery__quiz{margin-top:20px}.gallery__quiz .marquiz__inline-frame{height:805px!important}@media screen and (min-width:992px){.gallery__quiz{margin-top:32px}}.gallery__tabs{display:flex;width:100%;flex-wrap:nowrap;gap:12px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery__tabs::-webkit-scrollbar{display:none}@media screen and (min-width:992px){.gallery__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}.gallery__tab{flex:0 0 auto;white-space:nowrap;cursor:pointer;padding:10px 14px;transition:color .25s ease-out,background .25s ease-out,border-color .25s ease-out}@media screen and (min-width:992px){.gallery__tab{width:100%}}.gallery__tab-icon{width:18px;height:18px}@media screen and (min-width:992px){.gallery__tab-icon{width:24px;height:24px}}.gallery__tab-icon img{width:100%;height:100%}.gallery__pane{display:none}.gallery__pane.is-active{display:block}.gallery__grid{display:grid;grid-template-columns:1fr;gap:12px}@media screen and (min-width:720px){.gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:992px){.gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}.gallery__item{display:block;overflow:hidden;border-radius:var(--b-radius-xsm)}.gallery__item img{display:block;width:100%;height:220px;object-fit:cover;transition:transform .35s ease-out}@media screen and (min-width:720px){.gallery__item img{height:260px}}@media screen and (min-width:992px){.gallery__item img{height:280px}}@media screen and (min-width:992px){.gallery__grid--featured{grid-auto-rows:240px}}.gallery__item:hover img{transform:scale(1.02)}@media screen and (min-width:992px){.gallery__grid--featured .gallery__item--3{grid-row:1/3;grid-column:3}}@media screen and (min-width:992px){.gallery__grid--featured .gallery__item--4{grid-row:2;grid-column:1/3}}@media screen and (min-width:992px){.gallery__grid--featured .gallery__item img{height:100%}}.team{width:100%;margin-bottom:36px}.team__title{margin-bottom:24px}.team__title-accent{color:var(--c-primary)}.team__tabs{display:flex;width:100%;gap:12px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.team__tabs::-webkit-scrollbar{display:none}.team__tab{display:flex;white-space:nowrap;cursor:pointer;transition:color .25s ease-out,background .25s ease-out,border-color .25s ease-out}@media screen and (min-width:720px){.team__tab{width:100%}}.team__tab-icon{width:18px;height:18px}@media screen and (min-width:992px){.team__tab-icon{width:24px;height:24px}}.team__tab-icon img{width:100%;height:100%}.team__pane{display:none}.team__pane.is-active{display:block}.team__grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:720px){.team__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:992px){.team__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}.team__card{display:flex;flex-direction:column;height:100%;border-radius:var(--b-radius-xsm);background:transparent;transition:box-shadow .25s ease-out}.team__card-media{position:relative;overflow:hidden;border-radius:var(--b-radius-xsm)}.team__image{display:block;width:100%;height:460px;object-fit:cover;transition:transform .35s ease-out}@media screen and (min-width:720px){.team__image{height:520px}}.team__card-details{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;opacity:0;background:var(--c-grey-10);border-radius:var(--b-radius-xsm);transform:translateY(-100%);pointer-events:none;transition:opacity .45s ease-out,transform .45s ease-out}.team__card-content{display:flex;flex-direction:column;gap:18px}.team__card-footer{display:flex;flex-direction:column;gap:16px;padding:16px 0 0}.team__name{color:var(--c-grey-90);font-size:clamp(14px,1.25vw,18px);line-height:clamp(22px,1.5277777778vw,22px);font-family:var(--f-base),sans-serif;font-weight:700}.team__post{color:var(--c-grey-90);font-size:clamp(16px,1.3888888889vw,20px);line-height:clamp(20px,1.8055555556vw,26px);font-weight:500}.team__work-place{color:var(--c-grey-70);font-size:clamp(14px,1.25vw,18px);line-height:clamp(20px,1.6666666667vw,24px)}.team__group{display:flex;flex-direction:column;gap:8px}.team-card__text{display:flex;flex-direction:row;align-items:center;gap:10px}.team-card__text p{color:var(--c-grey-80);font-size:clamp(14px,1.1111111111vw,16px)}.team-card__text i{font-size:clamp(16px,1.5277777778vw,22px);color:var(--c-primary)}.team__list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.team__list li{display:flex;align-items:flex-start;gap:8px;color:var(--c-grey-80);font-size:clamp(14px,1.1111111111vw,16px);line-height:clamp(20px,1.5277777778vw,22px)}.team__list li:before{content:"";width:6px;height:6px;margin-top:7px;border-radius:50%;background:var(--c-primary);flex-shrink:0}.team__link{width:100%}@media screen and (min-width:992px){.team__card-media:hover{box-shadow:0 20px 48px color(from var(--c-grey-100) srgb r g b/.12)}}@media screen and (min-width:992px){.team__card-media:hover .team__card-details{opacity:1;transform:translateY(0);pointer-events:auto}}.team__empty{color:var(--c-grey-70);font-size:clamp(16px,1.25vw,18px);line-height:clamp(22px,1.8055555556vw,26px)}.page-404{margin:0;background:var(--c-grey-10);color:var(--c-grey-90);display:flex;align-items:center;justify-content:center;flex:1}.page-404__content{background:var(--c-grey-00);margin:120px;border-radius:14px;box-shadow:0 8px 32px #0f172a14;padding:48px 36px;max-width:800px;display:flex;flex-direction:column;text-align:center;align-items:center}.page-404__img{width:360px;height:auto;margin-bottom:24px}.page-404__img img{width:100%;height:100%}.page-404__code{font-weight:700;font-size:82px;margin:0}.page-404__title{font-size:clamp(22px,1.9444444444vw,28px);color:var(--c-grey-80);font-weight:600}.page-404__description{margin-top:12px;font-size:clamp(14px,1.1111111111vw,16px);color:var(--c-grey-60)}.page-404__actions{margin-top:24px}.nav{display:block}@media screen and (max-width:991px){.nav{display:none}}.nav--mobile{z-index:var(--z-top);display:block;position:absolute;top:55px;bottom:0;padding:30px 15px;border-radius:var(--b-radius-sm);background:var(--c-grey-10);transform:translate(-100%)}@media screen and (min-width:992px){.nav--mobile{display:none}}.nav--mobile--active{transform:translate(0)}.burger{display:block}@media screen and (min-width:992px){.burger{display:none}}.footer-nav__list{display:flex;flex-direction:column}@media screen and (min-width:992px){.footer-nav__list{gap:8px}}.footer-nav__link{color:var(--c-grey-00);font-size:clamp(10px,.9722222222vw,14px);transition:all .3s ease}.footer-nav__link:hover{color:var(--c-grey-40)}.club-cards{position:relative;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;padding:8px;scroll-margin-top:58px}@media screen and (min-width:720px){.club-cards{scroll-margin-top:64px}}.club-cards:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2f2f2fcc;z-index:0}.club-cards>*{position:relative;z-index:1}@media screen and (min-width:992px){.club-cards{padding:20px}}.club-cards__content{margin-top:16px;margin-bottom:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}@media screen and (min-width:992px){.club-cards__content{flex-direction:row;margin-top:32px;padding-inline:55px;align-items:stretch}}.club-card__item{background:#474747cc;border-radius:var(--b-radius-sm);border:2px solid var(--c-grey-00);color:var(--c-grey-00);width:300px;padding:10px 20px 50px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;flex:1;transition:all .3s ease-out}@media screen and (min-width:992px){.club-card__item{padding:20px 30px 70px;gap:16px}}.club-card__item:hover{border-color:var(--c-primary);transform:scale(1.05)}.club-card__item:hover .item-card__link{border-color:var(--c-primary);color:var(--c-grey-00);background:var(--c-primary);font-weight:600}.item-card__title{font-size:clamp(14px,1.25vw,18px);font-weight:700}.item-card__text{font-size:clamp(12px,1.25vw,18px);max-height:48px;min-height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (min-width:992px){.item-card__text{-webkit-line-clamp:3;max-height:80px;min-height:72px}}.item-card__price{font-size:clamp(18px,1.6666666667vw,24px);font-weight:700;font-family:var(--f-headings)}@media screen and (min-width:992px){.item-card__price{margin-top:16px}}.item-card__price span{color:var(--c-primary);font-weight:400}.item-card__inclusions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media screen and (min-width:992px){.item-card__inclusions{gap:16px;margin-top:20px}}.item-card__inclusion{display:flex;gap:8px;align-items:center;font-size:clamp(10px,1.1111111111vw,16px)}.item-card__inclusion-icon{color:var(--c-primary)}.item-card__inclusion-icon i{font-size:1.375rem}.archive-cards{width:100%;overflow:hidden}.archive-cards__tabs{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.archive-cards__tabs::-webkit-scrollbar{display:none}@media screen and (min-width:720px){.archive-cards__tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto 24px}}.archive-cards__tab{display:flex;white-space:nowrap;flex:0 0 auto;cursor:pointer;transition:all .25s ease-out}@media screen and (min-width:992px){.archive-cards__tab{width:100%}}.archive-cards__tab-icon{width:18px;height:18px}@media screen and (min-width:992px){.archive-cards__tab-icon{width:24px;height:24px}}.archive-cards__tab-icon img{width:100%;height:100%}.archive-cards__pane{display:none}.archive-cards__pane.is-active{display:block}.archive-cards__title{font-size:clamp(20px,2.0833333333vw,30px);color:var(--c-grey-90);font-family:var(--f-headings);margin-bottom:16px}.archive-cards__description{color:var(--c-grey-70);font-size:clamp(16px,1.5277777778vw,22px);margin-bottom:20px}@media screen and (min-width:992px){.archive-cards__description{margin-bottom:56px}}.archive-cards__grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:720px){.archive-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:992px){.archive-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}.employees{width:100%;display:flex;flex-direction:column}@media screen and (min-width:720px){.employees__content{margin-top:32px}}.employees-slider{width:100%;overflow:hidden}.employees-slider.is-grabbing,.employees-slider.is-grabbing .employees-card{cursor:grabbing}.employees-slider__pagination{position:relative;left:50%;transform:translate(-50%);margin-top:30px}.employees-slider__pagination .swiper-pagination-bullet{width:8px;height:8px;background:var(--c-tertiary);opacity:1;transform:scale(1);transition:background .25s ease}.employees-slider__pagination .swiper-pagination-bullet-active{width:10px;height:10px;background:var(--c-primary);opacity:1}.employees-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.employees-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.employees-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,.employees-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.employees-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(1)}.employees-slider__pagination .swiper-pagination-bullet-active-main{background:var(--c-primary)}.employees-card{display:flex;flex-direction:column;align-items:center;text-align:center}.employees-card__image{width:100%;height:auto;max-height:400px;border-radius:var(--b-radius-sm);overflow:hidden;margin-bottom:16px}@media screen and (min-width:992px){.employees-card__image{width:272px;max-height:340px}}.employees-card__image img{width:100%;height:100%;object-fit:cover}.employees-card__title p{font-size:clamp(14px,1.25vw,18px);font-weight:500;color:var(--c-grey-90)}.employees-card__post p{font-size:clamp(12px,1.1111111111vw,16px);color:var(--c-grey-90)}.employee-single{display:flex;flex-direction:column;gap:16px;padding:30px 20px}@media screen and (min-width:992px){.employee-single{gap:24px;padding:100px 20px 150px}}.employee-single__title{font-family:var(--f-headings);font-size:clamp(24px,2.0833333333vw,30px);font-weight:500}@media screen and (min-width:992px){.employee-single__title{padding-left:20px;margin-bottom:8px}}.employee-single__title p{color:var(--c-grey-90)}.employee-single__title strong{color:var(--c-primary)}.employee-single__header{display:flex;flex-direction:column;gap:5px}@media screen and (min-width:720px){.employee-single__header{gap:10px}}.employee-single__name{font-size:clamp(18px,1.6666666667vw,24px);font-weight:700;color:var(--c-grey-90)}.employee-single__name{color:var(--c-grey-90)}.employee-single__post{color:var(--c-grey-70);font-size:clamp(12px,1.1111111111vw,16px)}.employee-single__phone{margin-top:20px;align-self:flex-start}.employee-single__body{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:720px){.employee-single__body{gap:20px;flex-direction:row}}.employee-single__image{width:100%;border-radius:var(--b-radius-xsm);overflow:hidden}@media screen and (min-width:720px){.employee-single__image{max-width:550px;max-height:750px}}.employee-single__image img{display:block;width:100%;height:100%;object-fit:cover}.employee-single__info{display:flex;flex-direction:column;gap:14px}@media screen and (min-width:992px){.employee-single__info{gap:20px;max-width:50%}}.employee-single__section{display:flex;flex-direction:column;gap:10px;color:var(--c-grey-70);font-size:clamp(14px,1.1111111111vw,16px)}@media screen and (min-width:992px){.employee-single__section{gap:16px}}.employee-single__section span{font-weight:400}.employee-single__section p{font-weight:500}.employee-single__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.employee-single__list li{display:flex;align-items:flex-start;gap:8px;color:var(--c-grey-80);font-size:clamp(14px,1.1111111111vw,16px);line-height:clamp(20px,1.6666666667vw,24px)}.employee-single__list-item{color:var(--c-grey-70);background:#d3d1d1;border-radius:var(--b-radius-xsm);padding:8px 12px}.faq{width:100%}.faq__content{display:flex;flex-direction:column;gap:32px;margin-top:14px}@media screen and (min-width:992px){.faq__content{flex-direction:row;min-height:460px}}.faq__banner{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;min-height:280px;max-height:460px}.faq__btn{display:flex}@media screen and (min-width:992px){.faq__btn{padding:12px 20px}}.faq__questions{flex:1;display:flex;flex-direction:column;gap:10px}@media screen and (min-width:992px){.faq__questions{gap:16px}}.faq-item{border-bottom:1px solid var(--c-tertiary)}.faq-item.is-active .faq-item__icon i{transform:rotate(-45deg)}.faq-item.is-active .faq-item__title p{font-size:clamp(13px,1.0416666667vw,15px)}.faq-item.is-active .faq-item__answer{max-height:500px;padding-bottom:20px}.faq-item__headings{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;cursor:pointer;text-transform:uppercase}@media screen and (min-width:992px){.faq-item__headings{gap:16px;padding:20px 0}}.faq-item__number{font-size:clamp(30px,2.7777777778vw,40px);font-family:var(--f-headings),sans-serif;color:var(--c-primary)}.faq-item__title{flex:1}.faq-item__title p{font-size:clamp(14px,1.1805555556vw,17px);font-weight:500;color:var(--c-grey-80);transition:font-size .3s ease,color .3s ease}.faq-item__icon{display:flex;align-items:center;justify-content:center}.faq-item__icon i{font-size:clamp(14px,1.25vw,18px);color:var(--c-primary);transition:transform .3s ease;transform:rotate(135deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding-bottom .3s ease}.faq-item__answer p{font-size:clamp(13px,.9722222222vw,14px);color:var(--c-grey-70);line-height:1.6}.faq__right{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:576px)and (max-width:991px){.faq__right{flex-direction:row;align-items:stretch}.faq__right>*{flex:1 1 0;min-width:0}}.faq__banner{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;border-radius:var(--b-radius-sm);overflow:hidden;min-height:280px;flex:1}@media screen and (min-width:992px){.faq__banner{padding:20px;max-width:390px;gap:90px}}.faq__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2f2f2fb5;z-index:0}.faq__banner>*{position:relative;z-index:1}.faq__text{font-size:clamp(22px,2.5vw,36px);font-family:var(--f-headings),sans-serif;font-weight:500;color:var(--c-grey-00);line-height:1.3;text-align:center}@media screen and (min-width:992px){.faq__text{padding-top:45px}}.faq__text strong{color:var(--c-primary)}.reviews__title{margin-bottom:10px;font-family:var(--f-headings);font-size:clamp(28px,3.0555555556vw,44px);font-weight:500;color:var(--c-grey-90)}@media screen and (min-width:992px){.reviews__title{margin-bottom:30px}}.reviews__content{background:var(--c-grey-00);width:100%;border-radius:var(--b-radius-sm);padding:10px;display:flex;flex-direction:column;overflow:hidden}@media screen and (min-width:720px){.reviews__content{flex-direction:row;gap:10px}}@media screen and (min-width:992px){.reviews__content{gap:40px;padding:20px}}@media screen and (min-width:1200px){.reviews__content{gap:76px}}@media screen and (min-width:720px){.reviews__left{max-width:50%}}.reviews__subtitle{margin-bottom:20px}@media screen and (min-width:992px){.reviews__subtitle{margin-bottom:32px}}.reviews__iframe{margin-left:-20px}.reviews__description{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:992px){.reviews__description{gap:18px}}.reviews__description-item{display:flex;align-items:center;gap:14px}.reviews__description-item i{color:var(--c-primary);font-size:clamp(14px,1.5277777778vw,22px)}.reviews__description-item p{color:var(--c-grey-70);font-size:clamp(12px,1.1111111111vw,16px)}.reviews__right{display:flex;flex-direction:row;flex:1;width:100%}@media screen and (min-width:992px){.reviews__right{gap:20px}}.reviews__image-place{display:none}@media screen and (min-width:992px){.reviews__image-place{display:flex;width:162px;height:250px}}.reviews__image-place img{width:100%;height:100%}.reviews__right-content{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0;width:100%}@media screen and (min-width:992px){.reviews__right-content{gap:20px}}.reviews__widget{min-width:0;border-radius:var(--b-radius-sm);height:100px}.reviews__iframe{width:100%;height:100%}.reviews-widget__text{font-size:clamp(12px,1.1111111111vw,16px);font-weight:500;color:var(--c-grey-70);margin:10px 0 0}@media screen and (min-width:992px){.reviews-widget__text{max-width:80%;margin:0}}.reviews-widget__btn{margin-top:5px}@media screen and (min-width:992px){.reviews-widget__btn{padding:10px;margin-top:0}}.reviews-widget__btn i{font-size:clamp(16px,1.5277777778vw,22px)}.reviews__btn{gap:14px;padding:11px;margin-top:10px;width:100%}@media screen and (min-width:720px){.reviews__btn{overflow:auto}}@media screen and (min-width:992px){.reviews__btn{margin:0;width:fit-content}}.reviews__btn i{font-size:clamp(14px,1.5277777778vw,22px)}.contacts-block{background:var(--c-tertiary);padding:10px;display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (min-width:992px){.contacts-block{align-items:stretch;flex-direction:row}}@media screen and (min-width:1200px){.contacts-block{gap:32px;padding:20px}}.contacts-block__content{display:flex;flex-direction:column;gap:4px}@media screen and (min-width:992px){.contacts-block__content{gap:18px}}.contacts-block__items-list{display:flex;flex-direction:column;gap:15px}@media screen and (min-width:992px){.contacts-block__items-list{max-width:380px;gap:16px}}.contacts-block__subtitle{color:var(--c-grey-00);font-size:clamp(12px,1.25vw,18px)}.contacts-block__item{background:linear-gradient(120deg,#47474733,#47474733,#47474733);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:var(--b-radius-sm);box-shadow:0 4px 20px #0000001a,inset 0 1px 1px #fff6;padding:20px;color:var(--c-grey-00);display:flex;gap:8px;align-items:center;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}a.contacts-block__item:hover{border-color:var(--c-primary);transform:translateY(-2px);box-shadow:0 6px 24px #0000002e,inset 0 1px 1px #fff6}a.contacts-block__item .contacts-block__item-icon i{transition:color .25s ease,transform .25s ease}a.contacts-block__item:hover .contacts-block__item-icon i{transform:scale(1.1)}.contacts-block__item-icon i{color:var(--c-primary);font-size:clamp(24px,1.9444444444vw,28px)}.contacts-block__item-text p{white-space:nowrap;font-size:clamp(12px,1.1111111111vw,16px)}.contacts-block__item-btn{display:flex;align-items:center;gap:14px}.contacts-block__item-btn i{font-size:clamp(18px,1.6666666667vw,24px)}.contacts-block__socials{display:flex;gap:10px;justify-content:center}@media screen and (min-width:992px){.contacts-block__socials{gap:16px;margin-bottom:4px}}.contacts-block__social-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--b-radius-sm);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 1px 2px #ffffff4d,inset 0 -1px 2px #00000026,0 2px 8px #0003;overflow:hidden;transition:all .3s ease}@media screen and (min-width:992px){.contacts-block__social-link{width:52px;height:52px}}.contacts-block__social-link i{position:relative;color:var(--c-primary);font-size:clamp(18px,1.5277777778vw,22px);transition:all .3s ease;z-index:1}.contacts-block__social-link:hover{transform:scale(1.05)}.contacts-block__social-link--vk i{font-size:clamp(15px,1.25vw,18px);transform:translate(-4px)}.contacts-block__image-office{width:100%;position:relative;border-radius:var(--b-radius-sm);overflow:hidden}@media screen and (min-width:992px){.contacts-block__image-office{min-height:0;padding:106px 66px 0 0}}.contacts-block__image-office img{display:block;width:100%;height:100%;border-radius:var(--b-radius-sm)}.your-way{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:720px){.your-way{flex-direction:row}}@media screen and (min-width:992px){.your-way{gap:32px}}.your-way__image{width:100%}@media screen and (min-width:992px){.your-way__image{max-width:585px}}.your-way__image img{width:100%;height:100%;object-fit:cover;border-radius:var(--b-radius-sm)}@media screen and (min-width:992px){.your-way__content{padding-right:80px}}.your-way__advantages{margin-top:10px;display:flex;flex-direction:column;gap:8px}@media screen and (min-width:992px){.your-way__advantages{margin-top:32px;gap:16px}}.your-way__item{display:flex;gap:16px;align-items:flex-start}.your-way-item__text{font-size:clamp(12px,1.1111111111vw,16px);color:var(--c-grey-90);display:flex;flex-direction:column;gap:8px}.your-way-item__text span{font-weight:500}.your-way-item__text p{color:var(--c-grey-70)}.advices{display:flex;gap:30px;width:100%;flex-direction:column}@media screen and (min-width:720px){.advices{flex-direction:row}}@media screen and (min-width:1200px){.advices{gap:150px}}.advices__content{display:flex;flex-direction:column;justify-content:space-between;text-align:center}@media screen and (min-width:720px){.advices__content{text-align:left}}@media screen and (min-width:992px){.advices__content{width:50%;padding-left:20px}}.advices__title{color:var(--c-grey-90);font-family:var(--f-headings);font-size:clamp(18px,1.6666666667vw,24px);font-weight:400}@media screen and (min-width:992px){.advices__title{max-width:80%}}.advices__text{font-size:clamp(12px,1.1111111111vw,16px);font-weight:400}.advices__btn{padding:11px;margin-top:16px;display:none}@media screen and (min-width:720px){.advices__btn{display:flex}}.advices__btn i{font-size:clamp(18px,1.5277777778vw,22px)}.our-contacts{width:100%}.our-contacts__content{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:720px){.our-contacts__content{flex-direction:row;align-items:stretch;gap:24px}}@media screen and (min-width:1200px){.our-contacts__content{gap:16px}}.our-contacts__left{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:720px){.our-contacts__left{width:46%}}.our-contacts__subtitle{font-size:clamp(18px,1.6666666667vw,24px);color:var(--c-grey-70);line-height:1.2;font-weight:400;margin-bottom:10px}@media screen and (min-width:720px){.our-contacts__subtitle{max-width:40%;margin-bottom:24px}}.our-contacts__additional{font-size:clamp(18px,1.6666666667vw,24px);color:var(--c-grey-70);line-height:1.2;font-weight:400;margin:10px 0}@media screen and (min-width:992px){.our-contacts__additional{max-width:68%}}.our-contacts__image{display:flex;align-items:flex-end;padding:20px;background-position:center 18%;background-size:cover;background-repeat:no-repeat;color:var(--c-grey-00);font-size:clamp(24px,2.5vw,36px);font-family:var(--f-headings);line-height:1.5;height:280px;font-weight:300;border-radius:var(--b-radius-sm);overflow:hidden;position:relative}@media screen and (min-width:720px){.our-contacts__image{height:100%}}@media screen and (min-width:992px){.our-contacts__image{height:450px}}.our-contacts__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2f2f2f33;z-index:0}.our-contacts__image>*{position:relative;z-index:1}.our-contacts__image strong{color:var(--c-primary)}.our-contacts__list{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:720px){.our-contacts__list{width:54%}}@media screen and (min-width:992px){.our-contacts__list{justify-content:space-between}}.our-contacts__link{background:var(--c-grey-00);padding:10px 16px;color:var(--c-grey-90);width:100%;font-size:clamp(14px,1.25vw,18px);box-shadow:1px 1px 7px #d6d6d6;border-radius:var(--b-radius-sm);transition:all .3s ease}@media screen and (min-width:992px){.our-contacts__link{padding:14px 20px}}.our-contacts__link i{margin-right:10px;color:var(--c-primary);transition:all .3s ease;display:inline-block;font-size:clamp(18px,1.5277777778vw,22px)}.our-contacts__link:hover{color:var(--c-primary)}.our-contacts__link:hover i{transform:scale(1.15)}.our-contacts__link--socials{padding:10px 16px}@media screen and (min-width:992px){.our-contacts__link--socials{padding:14px 20px}}.our-contacts__link--socials--vk i{font-size:clamp(14px,1.25vw,18px)}.our-contacts__btn{max-width:360px}.operating-mode{width:100%}.operating-mode__title{font-size:clamp(16px,1.5277777778vw,22px);color:var(--c-grey-90);font-weight:500;margin-top:14px}.operating-mode__title:first-child{margin:0}.operating-mode__content{margin-top:8px;display:flex;flex-direction:column;gap:8px}@media screen and (min-width:720px){.operating-mode__content{flex-direction:row}}@media screen and (min-width:1200px){.operating-mode__content{gap:32px}}.operating-mode__cards{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:720px){.operating-mode__cards{width:100%}}@media screen and (min-width:992px){.operating-mode__cards{width:55%}}.operating-mode__item{background:var(--c-grey-00);border:1px solid transparent;border-radius:var(--b-radius-sm);padding:10px;text-align:center;box-shadow:1px 1px 7px 0 var(--c-grey-30);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}@media screen and (min-width:992px){.operating-mode__item{padding:20px 20px 26px}}a.operating-mode__item{display:block;color:inherit}a.operating-mode__item:hover{border-color:var(--c-primary);transform:translateY(-2px);box-shadow:2px 4px 14px 0 var(--c-grey-30)}a.operating-mode__item .operating-mode__icon i{transition:transform .25s ease}a.operating-mode__item:hover .operating-mode__icon i{transform:scale(1.1)}.operating-mode__icon i{color:var(--c-primary);font-size:clamp(18px,1.8055555556vw,26px)}.operating-mode__text{font-size:clamp(12px,1.1111111111vw,16px);color:var(--c-grey-90);max-width:50%;margin-inline:auto}.operating-mode__image img{width:100%;height:100%;object-fit:cover;border-radius:var(--b-radius-sm)}.about-faq{width:100%}.about-faq__content{display:flex;flex-direction:column;gap:32px;margin-top:14px}@media screen and (min-width:992px){.about-faq__content{flex-direction:row;min-height:460px}}.about-faq__title{margin-bottom:16px;text-align:center}@media screen and (min-width:992px){.about-faq__title{text-align:left;margin-bottom:32px}}.about-faq__questions{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:992px){.about-faq__questions{gap:16px}}.about-faq__item{background-color:var(--c-grey-00);border-radius:var(--b-radius-sm);box-shadow:1px 1px 7px #d6d6d680;cursor:pointer}.about-faq__item.is-active .about-faq__item-title{font-size:clamp(13px,1.0416666667vw,15px)}.about-faq__item.is-active .about-faq__item-title i{transform:rotate(-45deg)}.about-faq__item.is-active .about-faq__answer{max-height:500px;opacity:1;padding:0 24px 24px}.about-faq__item-title{font-size:clamp(14px,1.1805555556vw,17px);display:flex;justify-content:space-between;align-items:center;gap:8px;padding:16px 20px;cursor:pointer;text-transform:uppercase;transition:font-size .3s ease,color .3s ease}@media screen and (min-width:992px){.about-faq__item-title{padding:24px 20px}}.about-faq__item-title p{cursor:pointer}.about-faq__item-title i{color:var(--c-grey-40);transform:rotate(135deg);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.about-faq__right{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:576px)and (max-width:991px){.about-faq__right{flex-direction:row;align-items:stretch}.about-faq__right>*{flex:1 1 0;min-width:0}}.about-faq__banner{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;border-radius:var(--b-radius-sm);overflow:hidden;min-height:280px;flex:1}@media screen and (min-width:992px){.about-faq__banner{padding:20px;max-width:390px;gap:90px}}.about-faq__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2f2f2fb5;z-index:0}.about-faq__banner>*{position:relative;z-index:1}.about-faq__text{font-size:clamp(22px,2.5vw,36px);font-family:var(--f-headings),sans-serif;font-weight:500;color:var(--c-grey-00);line-height:1.3;text-align:center}@media screen and (min-width:992px){.about-faq__text{padding-top:45px}}.about-faq__text strong{color:var(--c-primary)}.about-faq__btn{display:flex}@media screen and (min-width:992px){.about-faq__btn{padding:12px 20px}}.about-faq__answer{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;max-height:0;overflow:hidden;opacity:0;font-size:clamp(13px,.9722222222vw,14px);color:var(--c-grey-70);line-height:1.6;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.about-faq__answer a{color:var(--c-grey-90);border-bottom:1px solid var(--c-grey-90);transition:all .3s ease}.about-faq__answer a:hover{color:var(--c-primary);border-color:var(--c-primary)}.services{display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (min-width:992px){.services{gap:36px}}.info-docs__section{padding:40px 20px}@media screen and (min-width:992px){.info-docs__section{padding:80px 0}}.info-docs__title{margin:0 0 16px;color:var(--c-grey-80)}@media screen and (min-width:992px){.info-docs__title{margin-bottom:24px}}.info-docs__intro{color:var(--c-grey-70);font-size:clamp(14px,1.1111111111vw,16px);line-height:clamp(20px,1.6666666667vw,24px);margin-bottom:24px;max-width:800px}@media screen and (min-width:992px){.info-docs__intro{margin-bottom:40px}}.info-docs__intro p{margin:0 0 12px}.info-docs__intro p:last-child{margin-bottom:0}.info-docs__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0;width:100%}@media screen and (min-width:992px){.info-docs__list{gap:16px}}.info-docs__item{margin:0;width:100%}.info-docs__link{display:flex;align-items:center;gap:16px;width:100%;padding:20px 24px;background:var(--c-grey-00);border:1px solid var(--c-grey-20);border-radius:var(--b-radius);color:var(--c-grey-80);text-decoration:none;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}@media screen and (min-width:992px){.info-docs__link{padding:24px 32px;gap:24px}}.info-docs__link:hover{border-color:var(--c-primary);transform:translateY(-2px);box-shadow:var(--shadow)}.info-docs__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--c-primary);width:32px;height:36px;flex-shrink:0}@media screen and (min-width:992px){.info-docs__icon{width:40px;height:44px}}.info-docs__icon svg{width:100%;height:100%}.info-docs__name{flex:1;font-size:clamp(14px,1.25vw,18px);line-height:clamp(20px,1.8055555556vw,26px);font-weight:600;word-break:break-word}.info-docs__action{display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding-left:16px;font-size:clamp(11px,.9027777778vw,13px);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--c-primary);white-space:nowrap;flex-shrink:0}.info-docs__action svg{transition:transform .25s ease}.info-docs__link:hover .info-docs__action svg{transform:translate(3px)}@media screen and (max-width:719px){.info-docs__action-text{display:none}}.info-docs__action-arrow{width:16px;height:16px}.info-docs__empty{color:var(--c-grey-60);font-size:clamp(14px,1.1111111111vw,16px);margin:0}.privacy__section{padding:40px 20px}@media screen and (min-width:992px){.privacy__section{padding:80px 0}}.privacy__title{margin:0 0 16px;color:var(--c-grey-80)}@media screen and (min-width:992px){.privacy__title{margin-bottom:24px}}.privacy__content{max-width:900px;color:var(--c-grey-70);font-size:clamp(14px,1.1111111111vw,16px);line-height:clamp(22px,1.8055555556vw,26px)}.privacy__content h2,.privacy__content h3,.privacy__content h4{margin:32px 0 12px;color:var(--c-grey-80);font-family:var(--f-headings)}.privacy__content h2{font-size:clamp(20px,1.8055555556vw,26px);line-height:clamp(26px,2.2222222222vw,32px)}.privacy__content h3{font-size:clamp(17px,1.4583333333vw,21px);line-height:clamp(23px,1.9444444444vw,28px)}.privacy__content h4{font-size:clamp(15px,1.25vw,18px);line-height:clamp(21px,1.7361111111vw,25px)}.privacy__content p{margin:0 0 16px}.privacy__content ul,.privacy__content ol{margin:0 0 16px;padding-left:24px}.privacy__content li{margin-bottom:8px}.privacy__content a{color:var(--c-primary);text-decoration:underline;word-break:break-word}.privacy__content a:hover{text-decoration:none}.privacy__content strong{color:var(--c-grey-80)}.privacy__content table{width:100%;margin:0 0 16px;border-collapse:collapse}.privacy__content th,.privacy__content td{padding:8px 12px;border:1px solid var(--c-grey-20);text-align:left;vertical-align:top}.privacy__content>:last-child{margin-bottom:0}.map-block{width:100%;overflow:hidden}@media screen and (min-width:720px){.map-block{max-width:var(--w-container);padding-inline:var(--pi-container);margin-inline:auto}}.map-block iframe,.map-block>div,.map-block>script+*{display:block;width:100%!important;max-width:100%;border:0}.sidebar-contacts{position:fixed;right:12px;bottom:20px;z-index:var(--z-middle-top);display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.sidebar-contacts>*{pointer-events:auto}@media screen and (min-width:720px){.sidebar-contacts{top:50%;bottom:auto;right:14px;transform:translateY(-50%)}}.sidebar-contacts__list{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:all .3s ease}.sidebar-contacts--open .sidebar-contacts__list{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}@media screen and (min-width:720px){.sidebar-contacts__list{opacity:1;visibility:visible;transform:none;pointer-events:auto}}.sidebar-contacts__link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--c-primary);transition:transform .25s ease}@media screen and (min-width:992px){.sidebar-contacts__link{width:48px;height:48px}}.sidebar-contacts__link i{color:var(--c-grey-00);font-size:clamp(18px,1.5277777778vw,22px)}.sidebar-contacts__link:hover{transform:scale(1.1)}.sidebar-contacts__link--telegram i{padding-right:6px}.sidebar-contacts__toggle{display:inline-flex;align-items:center;justify-content:center;position:relative;width:52px;height:52px;padding:0;border:none;border-radius:50%;background:var(--c-primary);color:var(--c-grey-00);cursor:pointer;box-shadow:0 6px 16px #0000002e;transition:transform .25s ease,background .25s ease}.sidebar-contacts__toggle:hover{transform:scale(1.05)}@media screen and (min-width:720px){.sidebar-contacts__toggle{display:none}}.sidebar-contacts__toggle-icon{position:absolute;font-size:1.25rem;transition:opacity .2s ease,transform .25s ease}.sidebar-contacts__toggle-icon--open{opacity:1;transform:rotate(0)}.sidebar-contacts--open .sidebar-contacts__toggle-icon--open{opacity:0;transform:rotate(-90deg)}.sidebar-contacts__toggle-icon--close{opacity:0;font-size:1.5rem;transform:rotate(90deg)}.sidebar-contacts--open .sidebar-contacts__toggle-icon--close{opacity:1;transform:rotate(0)}.taxonomy-feed{padding:48px 0 72px;background:radial-gradient(circle at top left,color(from var(--c-primary) srgb r g b/.16),transparent 32%),linear-gradient(180deg,var(--c-grey-10) 0%,#f4f0f0 100%)}@media screen and (min-width:992px){.taxonomy-feed{padding:72px 0 96px}}.taxonomy-feed__hero{position:relative;overflow:hidden;border-radius:var(--b-radius-lg);padding:24px;margin-bottom:32px;background:linear-gradient(135deg,#1f1f1f,#3a3a3a);color:var(--c-grey-00);box-shadow:0 24px 60px color(from var(--c-grey-100) srgb r g b/.16)}.taxonomy-feed__hero:after{content:"";position:absolute;inset:auto -80px -80px auto;width:240px;height:240px;border-radius:50%;background:color(from var(--c-primary) srgb r g b/.18);filter:blur(8px)}@media screen and (min-width:992px){.taxonomy-feed__hero{padding:42px;margin-bottom:48px}}.taxonomy-feed__eyebrow{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.taxonomy-feed__eyebrow span{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border:1px solid color(from var(--c-grey-00) srgb r g b/.22);border-radius:999px;background:color(from var(--c-grey-00) srgb r g b/.06);font-size:clamp(13px,1.0416666667vw,15px);line-height:1}.taxonomy-feed__hero-grid{position:relative;z-index:1;display:grid;gap:24px}@media screen and (min-width:992px){.taxonomy-feed__hero-grid{grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr);gap:32px;align-items:end}}.taxonomy-feed__title{margin:0;font-family:var(--f-headings);font-size:clamp(34px,4.7222222222vw,68px);line-height:.95;text-transform:uppercase}.taxonomy-feed__description{margin-top:18px;color:color(from var(--c-grey-00) srgb r g b/.82);font-size:clamp(15px,1.3888888889vw,20px);line-height:1.6;max-width:760px}.taxonomy-feed__description p{margin:0}.taxonomy-feed__description p+p{margin-top:12px}.taxonomy-feed__hero-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;min-height:100%;padding:20px;border:1px solid color(from var(--c-grey-00) srgb r g b/.14);border-radius:calc(var(--b-radius-lg) - 8px);background:linear-gradient(180deg,color(from var(--c-grey-00) srgb r g b/.12),color(from var(--c-grey-00) srgb r g b/.04));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media screen and (min-width:992px){.taxonomy-feed__hero-card{padding:24px}}.taxonomy-feed__hero-card-title{margin:0;font-family:var(--f-headings);font-size:clamp(20px,2.3611111111vw,34px);line-height:1;text-transform:uppercase}.taxonomy-feed__hero-card-text{margin:0;color:color(from var(--c-grey-00) srgb r g b/.74);font-size:clamp(14px,1.1111111111vw,16px);line-height:1.6}.taxonomy-feed__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:18px;background:linear-gradient(180deg,var(--c-primary) 0%,#ff8c3a 100%)}.taxonomy-feed__icon img{width:30px;height:30px;object-fit:contain}.taxonomy-feed__grid{display:grid;gap:18px}@media screen and (min-width:720px){.taxonomy-feed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:992px){.taxonomy-feed__grid{gap:24px}}.taxonomy-feed__card{overflow:hidden;display:flex;flex-direction:column;min-height:100%;border:1px solid color(from var(--c-grey-100) srgb r g b/.08);border-radius:24px;background:var(--c-grey-00);box-shadow:0 16px 40px color(from var(--c-grey-100) srgb r g b/.08);transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out}.taxonomy-feed__card:hover{transform:translateY(-6px);border-color:color(from var(--c-primary) srgb r g b/.4);box-shadow:0 24px 46px color(from var(--c-primary) srgb r g b/.14)}.taxonomy-feed__card-media{position:relative;display:flex;aspect-ratio:16/10;background:linear-gradient(135deg,#2b2b2b,#4c4c4c)}.taxonomy-feed__card-image{width:100%;height:100%;object-fit:cover}.taxonomy-feed__card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--f-headings);font-size:clamp(48px,5.8333333333vw,84px);line-height:1;text-transform:uppercase;color:color(from var(--c-grey-00) srgb r g b/.9)}.taxonomy-feed__card-body{display:flex;flex:1;flex-direction:column;padding:20px}@media screen and (min-width:992px){.taxonomy-feed__card-body{padding:24px}}.taxonomy-feed__card-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px;color:var(--c-grey-60);font-size:clamp(12px,.9722222222vw,14px)}.taxonomy-feed__chip{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:color(from var(--c-primary) srgb r g b/.1);color:var(--c-primary);font-weight:600}.taxonomy-feed__card-title{margin:0;font-size:clamp(22px,2.0833333333vw,30px);line-height:1.15;color:var(--c-grey-90);font-family:var(--f-headings)}.taxonomy-feed__card-title a{color:inherit;text-decoration:none}.taxonomy-feed__card-excerpt{margin:14px 0 0;color:var(--c-grey-70);font-size:clamp(14px,1.1111111111vw,16px);line-height:1.65}.taxonomy-feed__card-link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:20px;color:var(--c-grey-90);font-weight:600;text-decoration:none;transition:color .2s ease-out,transform .2s ease-out}.taxonomy-feed__card-link i{color:var(--c-primary);font-size:1rem}.taxonomy-feed__card-link:hover{color:var(--c-primary);transform:translate(4px)}.taxonomy-feed__pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px}.taxonomy-feed__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:46px;padding:8px 14px;border:1px solid color(from var(--c-grey-100) srgb r g b/.08);border-radius:14px;background:var(--c-grey-00);color:var(--c-grey-80);text-decoration:none;transition:all .2s ease-out}.taxonomy-feed__pagination .page-numbers:hover{border-color:var(--c-primary);color:var(--c-primary)}.taxonomy-feed__pagination .page-numbers.current{border-color:var(--c-primary);background:var(--c-primary);color:var(--c-grey-00)}.taxonomy-feed__empty{display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:640px;padding:32px;border:1px solid color(from var(--c-grey-100) srgb r g b/.08);border-radius:24px;background:var(--c-grey-00);box-shadow:0 16px 40px color(from var(--c-grey-100) srgb r g b/.06)}.taxonomy-feed__empty-title{margin:0;font-family:var(--f-headings);font-size:clamp(26px,2.9166666667vw,42px);line-height:1;color:var(--c-grey-90)}.taxonomy-feed__empty-text{margin:0;color:var(--c-grey-70);font-size:clamp(15px,1.1805555556vw,17px);line-height:1.7}#app-fitness-widget{--in-main-color: var(--c-grey-00);--grey-color: var(--c-secondary);--black-color: var(--c-tertiary);--back-element: var(--c-grey-10);--border-element: var(--c-grey-20);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);font-family:var(--f-base),sans-serif}#app-fitness-widget *{font-family:var(--f-base),sans-serif}#app-fitness-widget #fit-cabinet{--main-color: var(--c-primary) !important}#app-fitness-widget .container_fit{max-width:none;margin:0;padding:20px clamp(16px,6vw,80px) 24px clamp(16px,4vw,48px);background:var(--c-grey-00)}#app-fitness-widget .head-table-rent_fit{position:static;margin-bottom:4px;background:transparent}#app-fitness-widget .fix-table_fit{display:none!important}#app-fitness-widget .schedule_fit{padding-top:0}#app-fitness-widget .top-info-shedule_fit{margin:0 0 8px}#app-fitness-widget .title_fit,#app-fitness-widget .num-month_fit{font-family:var(--f-headings),sans-serif}#app-fitness-widget .title_fit{margin:0 20px 6px 0;font-size:1.25rem;line-height:1.5rem;text-transform:uppercase;letter-spacing:.01em}#app-fitness-widget .breadcrumbs-schedule_fit{margin:0 0 12px;font-size:.8125rem}#app-fitness-widget .breadcrumbs-schedule_fit .item-bread_fit{margin-left:0}#app-fitness-widget .list-add-filter_fit{margin-bottom:12px}#app-fitness-widget .list-add-filter_fit>ul>li>a{height:36px;padding:0 28px 0 16px;font-size:.875rem}#app-fitness-widget .list-add-filter_fit>ul>li>a:before{right:14px}#app-fitness-widget .month-schedule_fit{font-size:1.125rem}#app-fitness-widget .line-head-schedule_fit{margin-bottom:6px}#app-fitness-widget .num-month_fit{font-size:1.25rem}#app-fitness-widget .line-period_fit{border-top:1px solid var(--c-grey-20)}#app-fitness-widget .item-period_fit{font-size:.875rem;color:var(--c-secondary)}#app-fitness-widget .box-schedule_fit{padding:10px 8px}#app-fitness-widget .time-box-schedule_fit{white-space:nowrap}#app-fitness-widget .time-box-schedule_fit>div{margin-left:8px}#app-fitness-widget .name-occupat_fit{color:var(--c-tertiary)!important;font-weight:600}#app-fitness-widget .name-trainer_fit{color:var(--c-secondary)}:root{--f-montserrat: "Montserrat", sans-serif;--f-oswald: "Oswald", sans-serif;--f-base: var(--f-montserrat);--f-headings: var(--f-oswald);--c-primary: #FF6200;--c-primary-hover: color-mix(in srgb, var(--c-primary) 85%, var(--c-grey-100) 15%);--c-primary-dark: darkgreen;--c-primary-light: #72727E;--c-secondary: #72727E;--c-secondary-hover: color-mix(in srgb, var(--c-secondary) 70%, var(--c-grey00) 30%);--c-secondary-dark: darkblue;--c-secondary-light: lightblue;--c-tertiary: #2F2F2F;--c-tertiary-light: #2F2F2FCC;--c-background: #EFEBEB;--c-grey-00: #ffffff;--c-grey-10: #F7F7F7;--c-grey-20: #ebebeb;--c-grey-30: #b6b6b6;--c-grey-40: #c2c2c2;--c-grey-50: #707070;--c-grey-60: #868686;--c-grey-70: #5C5C5C;--c-grey-80: #222222;--c-grey-90: #474747;--c-grey-100: #000000;--c-error: red;--c-success: green;--c-aw-color: #d70000;--g-border-primary: linear-gradient(180deg, #B74F0E, #FFA246);--b-radius-xs: 2px;--b-radius-xsm: 5px;--b-radius-sm: 10px;--b-radius: 15px;--b-radius-lg: 30px;--z-bottom: 10;--z-middle-bottom: 100;--z-middle: 150;--z-middle-top: 200;--z-top: 5000;--z-top-10: 300;--z-top-20: 400;--z-top-30: 500;--shadow: 0 2px 4px 0 color(from var(--c-grey90) srgb r g b / .16);--w-container: 1200px;--w-container-xl: 1920px;--pi-container: 15px;--pi-container-xl: 50px;--btn-b-radius: var(--b-radius-xsm);--btn-f-size: functions.rfs(14, 16);--btn-f-size-sm: functions.rem(14);--btn-padding: 10px 20px;--btn-padding-sm: 6px 12px;--input-c-placeholder: var(--c-grey-50);--input-c-text: var(--c-grey-80);--input-c-border: var(--c-grey-60);--input-c-bg: var(--c-grey-00);--input-padding: 10px 20px;--input-padding-sm: 6px 12px;--input-b-radius: var(--b-radius-sm);--input-f-size: functions.rem(16);--input-f-size-sm: functions.rem(14);--label-f-size: functions.rem(14);--label-c: var(--c-grey-80);--c-input-border: var(--c-grey-60);--p-input: 10px 15px;--b-radius-input: var(--b-radius-sm);--animation-curve: cubic-bezier(1, 0, 0, 1);--animation-fade-in-curve: cubic-bezier(.19, 1, .22, 1);--animation-slide-curve: cubic-bezier(.76, .02, .29, .97)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
