@charset "UTF-8";/*! 
 * Main CSS file for the website
 * Contains CSS resets, font imports, variables, components and base styles
 * Version: 1.0.0
 */.fs-divider{background:var(--color-stroke);height:1px;padding:0!important;max-width:1400px}.fs-fiches{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.fs-fiches__item{padding:1.5rem;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:8px;border:1px solid #ececec}.fs-fiches__icon{margin:0 0 2.5rem}.fs-fiches__text{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-family-secondary)}.fs-fiches__desc{margin:2px 0 0;color:var(--color-gray)}.input-text{height:3.125rem;background:var(--color-gray-light);padding:0 1.25rem;padding-top:14px;width:100%;box-sizing:border-box;border-radius:4px;border:1px solid var(--color-stroke);font-family:var(--font-family);outline:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.input-text~label{position:absolute;left:1.25rem;top:.875rem;transition:var(--transition);color:var(--color-gray);pointer-events:none;z-index:2}.input-text~label span{color:var(--color-accent)}.input-text:not(:-moz-placeholder-shown)~label{font-size:.75rem;top:.25rem}.input-text:focus~label,.input-text:not(:placeholder-shown)~label{font-size:.75rem;top:.25rem}.fs-note-block{margin:2.5rem 0;padding:2.5rem;border-radius:8px;background:var(--color-gray-light)}.fs-note-block__title{margin:0 0 .5rem;max-width:560px}.fs-note-block__title span{color:var(--color-gray)}.fs-note-block__desc{color:var(--color-gray);font-size:1.25rem}.fs-note-block__note{font-size:1.5rem;font-weight:500;line-height:1.3;font-family:var(--font-family-secondary);margin:2.5rem 0 0}.fs-note-block__email{display:flex;align-items:center;margin:2.5rem 0 0;gap:.5rem;color:var(--color-accent)}.fs-note-block__email svg{width:25px;height:auto}.fs-note-block__email span{color:var(--color-main);transition:var(--transition)}.fs-note-block__email:hover span{color:var(--color-accent)}.fs-note-block__buttons{margin:2.5rem 0 0;display:flex;gap:.5rem}@media (max-width:680px){.fs-note-block__buttons{flex-wrap:wrap}.fs-note-block__buttons .button{width:100%}}.fs-rebates__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin:0 0 3rem}.fs-rebates__head .fs-headline{margin:0;max-width:780px}.fs-rebates__grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.fs-rebates__item{display:flex;align-items:center}.fs-whyus{display:flex;align-items:center;gap:2.5rem}.fs-whyus__about{flex:auto}.fs-whyus__video{display:flex;align-items:flex-end;flex:none;gap:.75rem}.fs-whyus__video img{margin:0 0 2rem}.fs-whyus__frame{position:relative;border-radius:8px;padding:43% 0 0;overflow:hidden;width:614px}.fs-whyus__frame iframe{position:absolute;left:0;display:block;top:0;width:100%;height:100%}.fs-issues__block{max-width:780px;margin:0 auto}.fs-issues__block .fs-headline{text-align:center}.fs-issues__list{position:relative;max-height:436px;overflow:hidden}.fs-issues__list:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-issues__list_show{max-height:initial}.fs-issues__list_show:after{display:none}.fs-issues__item{display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:var(--color-gray-light);padding:1.25rem;gap:1.5rem}.fs-issues__item:hover{background:#ececec}.fs-issues__item:not(:last-child){margin:0 0 .5rem}.fs-issues__item-label{font-size:1.25rem;font-weight:500;display:block}.fs-issues__item-more{display:block;font-size:.875rem;color:var(--color-accent);flex:none}.fs-issues__item-more span{border-bottom:1px solid var(--color-accent)}.fs-issues__button{display:flex;justify-content:center;margin:1.5rem 0 0}.fs-latest .fs-headline__subheading{margin:0}.fs-latest__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.fs-latest__item{box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;border-radius:8px;padding:1.25rem}.fs-latest__item:hover{box-shadow:0 10px 30px 0 rgba(0,0,0,.1)}.fs-latest__top{position:relative;margin:0 0 1.25rem;display:block}.fs-latest__tag{position:absolute;left:10px;top:10px;z-index:2;display:flex;align-items:center;padding:0 .75rem;height:1.5rem;border-radius:100px;background:rgba(0,0,0,.6);color:#fff;font-weight:700;font-size:11px;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.fs-latest__image{display:block;border-radius:4px;overflow:hidden;background:var(--color-gray-light);height:168px}.fs-latest__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-latest__date{margin:0 0 .5rem;display:block;letter-spacing:-.02em;line-height:1.1;font-size:.75rem;color:var(--color-gray)}.fs-latest__title{display:block;letter-spacing:-.02em;font-weight:500;font-size:1.25rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.fs-latest__more{display:block;margin:1rem 0 0;font-size:.875rem;color:var(--color-accent)}.fs-latest__more span{border-bottom:1px solid var(--color-accent)}.fs-modal-callback{width:100%;height:100%;z-index:99;position:fixed;overflow:hidden;left:0;top:0;pointer-events:none}.fs-modal-callback:before{z-index:2;background:rgba(0,0,0,.2);opacity:0;transition:var(--transition);left:0;top:0;position:fixed;width:100%;height:100%;content:""}.fs-modal-callback_show{pointer-events:auto}.fs-modal-callback_show:before{opacity:1}.fs-modal-callback__content{padding:1.25rem;background:#fff;border-radius:8px 8px 0 0;bottom:0;position:fixed;left:0;width:100%;height:calc(100vh - 74px);height:calc(var(--vh,1vh) * 100 - 74px);z-index:3;overflow-y:auto;transition:var(--transition);transform:translateY(100%)}.fs-modal-callback_show .fs-modal-callback__content{transform:none}.fs-button-phone{background:#fff;bottom:0;left:0;padding:1rem 1.25rem;z-index:98;width:100%;position:fixed;border-top:1px solid #ececec;box-shadow:0 -10px 30px 0 rgba(0,0,0,.05);border-radius:8px 8px 0 0;transition:var(--transition);transform:translateY(100%)}.fs-button-phone .button{width:100%}@media (min-width:680px){.fs-button-phone_show{display:none}}.facelink-widget{max-width:initial}.site-breadcrumbs{margin:0 0 1.5rem;font-size:.875rem;line-height:1.4;color:var(--color-gray);list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.site-breadcrumbs li:after{content:"›";margin:0 0 0 .5rem}.site-breadcrumbs li:last-child:after{display:none}.site-breadcrumbs a{color:var(--color-gray);position:relative;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.site-breadcrumbs a:hover{color:var(--color-accent);animation:.5s linear forwards linkLine}.fs-section{display:flex;flex-direction:column}.fs-section-top-xxs{margin-top:.5rem!important}.fs-section-top-xs{margin-top:1rem!important}.fs-section-top-sm{margin-top:1.5rem!important}@media (max-width:1280px){.fs-section-top-sm{margin-top:1rem!important}}.fs-section-top-md{margin-top:2.5rem!important}@media (max-width:1280px){.fs-section-top-md{margin-top:2rem!important}}.fs-section-top-lg{margin-top:3rem!important}@media (max-width:1280px){.fs-section-top-lg{margin-top:2.5rem!important}}.fs-section-top-xl{margin-top:4rem!important}@media (max-width:1280px){.fs-section-top-xl{margin-top:3rem!important}}.fs-section-top-xxl{margin-top:7rem!important}.fs-section-bottom-xxs{margin-bottom:.5rem!important}.fs-section-bottom-xs{margin-bottom:1rem!important}.fs-section-bottom-sm{margin-bottom:1.5rem!important}@media (max-width:1280px){.fs-section-top-xxl{margin-top:4rem!important}.fs-section-bottom-sm{margin-bottom:1rem!important}}.fs-section-bottom-md{margin-bottom:2.5rem!important}@media (max-width:1280px){.fs-section-bottom-md{margin-bottom:2rem!important}}.fs-section-bottom-lg{margin-bottom:3rem!important}@media (max-width:1280px){.fs-section-bottom-lg{margin-bottom:2.5rem!important}}.fs-section-bottom-xl{margin-bottom:4rem!important}@media (max-width:1280px){.fs-section-bottom-xl{margin-bottom:3rem!important}}.fs-section-bottom-xxl{margin-bottom:7rem!important}@media (max-width:1280px){.fs-section-bottom-xxl{margin-bottom:4rem!important}}.fs-section-gap-xxs{gap:.5rem}.fs-section-gap-xs{gap:1rem}.fs-section-gap-sm{gap:1.5rem}@media (max-width:992px){.fs-section-gap-sm{gap:1rem}}.fs-section-gap-md{gap:2.5rem}@media (max-width:992px){.fs-section-gap-md{gap:2rem}}.fs-section-gap-lg{gap:3rem}@media (max-width:992px){.fs-section-gap-lg{gap:2.5rem}}.fs-section-gap-xl{gap:4rem}@media (max-width:992px){.fs-section-gap-xl{gap:3rem}}.fs-section-gap-xxl{gap:7rem}.wp-admin .fs-hero,.wp-admin .fs-home-slider{margin-left:0!important;width:initial!important}.wp-admin .fs-ratings__about{flex:none;max-width:250px}.wp-admin :where(.editor-styles-wrapper) p{line-height:1.4}.wp-admin .fs-special .fs-headline{flex-direction:column;align-items:flex-start}.wp-admin .fs-special .fs-headline .fs-headline__side{width:100%}.wp-admin .fs-special .fs-headline .swiper-wrapper{display:grid!important;grid-template-columns:repeat(4,1fr)}.wp-admin .fs-special .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3){display:block}.wp-admin .fs-reviews{gap:3rem}.wp-admin .acf-block-preview .fs-reviews{flex-direction:column;align-items:flex-start}.wp-admin .acf-block-preview .fs-reviews .fs-reviews__about{width:100%;padding:0 0 1.5rem;border-bottom:1px solid var(--color-stroke)}.wp-admin .acf-block-preview .fs-reviews .fs-reviews__content{width:100%;border:0;padding:0}.wp-admin .fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(7,1fr)}.wp-admin .fs-carousel__slider .swiper-slide{width:initial}.wp-admin .fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+8){display:block}.heading-page{font-size:2.25rem;max-width:900px;margin:0 0 4rem}h1,h2,h3,h4,h5{margin:0;padding:0;font-weight:500;line-height:1.1;letter-spacing:-.04em;font-family:var(--font-family-secondary);font-size:2.25rem}.fs-wrapper{display:flex;width:100%;min-height:100vh;flex-direction:column;justify-content:space-between}.fs-content{margin:0 0 auto;padding-top:2.5rem}@media (max-width:680px){.fs-button-phone_show{transform:translateY(0)}body:has(.fs-button-phone) .fs-wrapper{padding-bottom:77px}.site-breadcrumbs{grid-row-gap:0}.fs-content{padding-top:1.5rem}}.fs-content:has(.fs-hero,.fs-home-slider){overflow:hidden}.fs-content:has(.fs-home-slider){padding:0}body:has(.tablepress) .fs-content{overflow:visible}.fs-container{max-width:1464px;width:100%;margin:0 auto;padding:0 2rem}@media (max-width:680px){.fs-container{padding:0 1.25rem}}@media screen and (min-width:992px){.alignwide{position:relative;left:50%;transform:translateX(-50%);width:var(--vw,100vw);max-width:1464px;margin:0 auto;padding:0 2rem}.wp-admin .alignwide{max-width:1270px}}.fancybox-container{z-index:99999999999!important}.is-style-fs-column-sidebar{max-width:338px;margin-left:6.25rem}@media (max-width:992px){.fs-section-gap-xxl{gap:4rem}body .is-layout-flex:not(.wp-block-gallery){flex-direction:column}.is-style-fs-column-sidebar{margin:2rem 0 0!important;max-width:initial}}.is-style-fs-column-narrow{max-width:880px;margin:0 auto!important}.fs-container:has(.fs-blog)+.fs-container .fs-touch,.fs-container:has(.fs-reviews)+.fs-container .fs-touch{padding-top:7rem;border-top:1px solid var(--color-stroke)}.fs-container:has(.fs-blog)+.fs-container .fs-touch{margin-top:7rem}@media (max-width:992px){.fs-container:has(.fs-blog)+.fs-container .fs-touch,.fs-container:has(.fs-reviews)+.fs-container .fs-touch{padding-top:3rem}.fs-container:has(.fs-blog)+.fs-container .fs-touch{margin-top:3rem}}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{font-weight:400;height:initial}.fs-content:has(.fs-blog-post)+.fs-container .fs-blog,.fs-content:has(.fs-page-slim)+.fs-container .fs-blog,.fs-content:has(.fs-page-wide)+.fs-container .fs-blog{border-top:1px solid var(--color-stroke);padding-top:7rem;margin-top:7rem}.fs-blog-post .entry-content .fs-locations{padding-top:7rem;margin-top:7rem;position:relative}.fs-blog-post .entry-content .fs-locations:before{background:var(--color-stroke);width:calc(100% - 4rem);height:1px;top:0;left:2rem;content:"";position:absolute}#concom-shop{min-height:initial!important}body:has(.fs-ratings-style_1) .fs-headline__desc{max-width:454px}body:has(.tablepress) .wp-block-columns{justify-content:space-between}.is-style-fs-column-sidebar-sticky{position:sticky;top:8.938rem}body:has(.tablepress) .wp-block-column:first-child{max-width:880px}h3.wp-block-heading{margin:0 0 1rem!important;font-size:1.8rem!important;font-weight:500!important;font-family:var(--font-family-secondary)!important}h4.wp-block-heading{color:var(--color-accent);text-transform:uppercase!important;font-weight:700!important;letter-spacing:.04em!important;line-height:1.1!important;font-size:.875rem!important;margin:0 0 1rem!important}body.single h1.fs-headline__title{font-size:3.5rem!important}@media (max-width:992px){.fs-content:has(.fs-blog-post)+.fs-container .fs-blog,.fs-content:has(.fs-page-slim)+.fs-container .fs-blog,.fs-content:has(.fs-page-wide)+.fs-container .fs-blog{padding-top:3rem;margin-top:3rem}.fs-blog-post .entry-content .fs-locations{padding-top:3rem;margin-top:3rem}.pt-15{padding:0!important}.text-sm.pt-23{padding:1rem 0 3rem!important}.text-lg.mt-10{margin:1rem 0 2rem!important}.min-h-60.mt-25{margin:0;min-height:initial}.is-style-fs-column-sidebar-sticky{top:46px}body.single h1.fs-headline__title{font-size:2.25rem!important}}.fs-blog-page .fs-service-cards__title{margin:0 0 1rem}a.fs-service-cards__item:hover{background:#ececec}.fs-blog-post .fs-reviews:not(.alignwide) .fs-reviews__content{min-height:340px}@media (max-width:1280px){.fs-about .fs-headline,.fs-blog .fs-headline,.fs-special .fs-headline,.fs-touch .fs-headline,.fs-video .fs-headline,.fs-videos .fs-headline{flex-direction:row;gap:3rem}}@media (max-width:992px){.fs-about .fs-headline,.fs-blog .fs-headline,.fs-special .fs-headline,.fs-touch .fs-headline,.fs-video .fs-headline,.fs-videos .fs-headline{flex-direction:column;gap:3rem}}@media (max-width:680px){.fs-about .fs-headline,.fs-blog .fs-headline,.fs-special .fs-headline,.fs-touch .fs-headline,.fs-video .fs-headline,.fs-videos .fs-headline{gap:1rem}}@media (max-width:992px){.fs-blog .fs-headline,.fs-videos .fs-headline{flex-direction:row;gap:3rem}}@media (max-width:680px){.fs-blog .fs-headline,.fs-videos .fs-headline{flex-direction:column;gap:1rem}.fs-blog .fs-headline .fs-headline__actions .button,.fs-videos .fs-headline .fs-headline__side{display:none}}@media (max-width:1280px){.fs-blog .fs-headline,.fs-videos .fs-headline{align-items:flex-end}.main .fs-blog__grid{grid-template-columns:repeat(3,1fr)}.main .fs-blog__grid .fs-blog__item:nth-child(n+4){display:none}}@media (max-width:680px){.fs-blog .fs-headline,.fs-videos .fs-headline{align-items:flex-start}:root :where(.is-layout-flex){gap:0}}@media (max-width:992px){.main .fs-blog__grid{grid-template-columns:repeat(2,1fr)}.main .fs-blog__grid .fs-blog__item:nth-child(n+3){display:none}.fs-about .fs-headline__main{max-width:100%}.fs-about .fs-headline__side{justify-content:center}}.wp-block-list{margin:0 0 1.5rem}.is-style-fs-column-location,.is-style-fs-column-location-2{display:flex;flex-direction:column}.is-style-fs-column-location p,.is-style-fs-column-location-2 p{margin:0!important;padding:0;font-size:1rem}.is-style-fs-column-location p:not(:last-child),.is-style-fs-column-location-2 p:not(:last-child){margin:0 0 .75rem!important}.is-style-fs-column-location a,.is-style-fs-column-location-2 a{border:0!important;color:var(--color-main)!important}.is-style-fs-column-location a:hover,.is-style-fs-column-location-2 a:hover{color:var(--color-accent)!important}.is-style-fs-column-location a:not(:hover):before,.is-style-fs-column-location-2 a:not(:hover):before{width:0!important}.is-style-fs-column-location-2{padding-top:30px}.wp-block-columns:has(.is-style-fs-column-location){gap:4rem!important;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:4rem;grid-row-gap:2rem!important}@media (max-width:1280px){.wp-block-columns:has(.is-style-fs-column-location){grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.wp-block-columns:has(.is-style-fs-column-location){grid-template-columns:repeat(2,1fr);margin-bottom:3rem}}.facelink-widget{z-index:50!important;bottom:20px!important;left:20px!important;max-width:220px;transition:var(--transition)}.BOT_chatcontainer_Add{z-index:50!important;bottom:20px!important;right:20px!important;transition:var(--transition)}@media (min-width:600px){body.footer-detect .BOT_chatcontainer_Add,body.footer-detect .facelink-widget{bottom:80px!important}}blockquote.wp-block-quote h3{margin:0!important}.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{margin-left:auto!important;margin-right:auto!important}.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>h2.wp-block,.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>h3.wp-block,.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>h4.wp-block{margin-top:2.5rem!important}.editor-styles-wrapper .is-style-fs-column-location>h2.wp-block,.editor-styles-wrapper .is-style-fs-column-location>h3.wp-block,.editor-styles-wrapper .is-style-fs-column-location>h4.wp-block{margin-left:0!important;margin-right:0!important}body.scroll-locked{overflow:hidden}.is-style-fs-column-location p a,.is-style-fs-column-location-2 p a{background-size:0 1px}.fs-home-slider{margin:0 auto;position:relative}@media screen and (min-width:992px){.fs-home-slider{margin-left:calc(-50vw + 50%)!important;transform:translateX(0);width:100vw!important;max-width:100vw!important}}@media (max-width:992px){.fs-home-slider{margin:0 -2rem}}.fs-home-slider .swiper-slide{position:relative}.fs-home-slider__controls{position:absolute;left:0;bottom:2.5rem;width:100%}@media (max-width:680px){.is-style-fs-column-location-2{padding-top:0}.wp-block-columns:has(.is-style-fs-column-location){gap:3rem!important;grid-template-columns:repeat(1,1fr)}body:has(.fs-button-phone) .BOT_chatcontainer_Add,body:has(.fs-button-phone) .facelink-widget{bottom:90px!important}.fs-home-slider{margin:0 -1.25rem}.fs-home-slider__controls{bottom:1rem}}.fs-home-slider__controls-inner{max-width:1464px;width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end}@media (max-width:680px){.fs-home-slider__controls-inner{padding:0 1.25rem;justify-content:center}}.fs-home-slider__controls .swiper-pagination{position:relative;z-index:3;width:initial!important;background:rgba(0,0,0,.3);border-radius:100px;height:26px;align-items:center;display:flex!important;padding:0 .25rem;bottom:initial!important}.fs-home-slider__controls .swiper-pagination-bullet{opacity:.6;margin:0!important;padding:0;position:relative;width:24px;height:26px;background:0 0}.fs-home-slider__controls .swiper-pagination-bullet:after{left:50%;top:50%;transform:translate(-50%,-50%);content:"";transition:var(--transition);background:#fff;width:8px;height:8px;border-radius:50%;position:absolute}.fs-home-slider__controls .swiper-pagination-bullet-active{opacity:1}.fs-home-slider__controls .swiper-pagination-bullet-active:after{width:14px;height:14px}.fs-home-slider__item{max-width:1464px;width:100%;margin:0 auto;padding:0 2rem}@media (max-width:992px){.fs-home-slider__item{padding:0 1.25rem}}.fs-home-slider__block{display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-start;max-width:574px;padding:2.5rem 0;min-height:600px;position:relative;z-index:3}@media (max-width:992px){.fs-home-slider__block{min-height:520px;padding-bottom:4rem}}.fs-home-slider__tag{margin:0 0 auto;gap:10px;padding:0 .75rem;display:flex;align-items:center;color:#fff;height:2rem;letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);border-radius:100px}.fs-home-slider__tag svg{height:20px;width:auto}.fs-home-slider__title{color:#fff;font-size:3.5rem;font-weight:500;letter-spacing:-.02em;line-height:1.1;font-family:var(--font-family-secondary)}@media (max-width:992px){.fs-home-slider__title{font-size:2.25rem}}.fs-home-slider__desc{margin:.25rem 0 0;color:#fff;font-size:1.25rem;line-height:1.4}.fs-home-slider__desc p{margin:0;padding:0}.fs-home-slider__button{margin:2rem 0 0}.fs-home-slider__bg{position:absolute;left:0;top:0;width:100%;height:100%}.fs-home-slider__bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-home-slider__bg:after{content:"";z-index:2;background:rgba(0,0,0,.15);position:absolute;left:0;top:0;width:100%;height:100%}@media (max-width:680px){.fs-home-slider__button,.fs-home-slider__button .button{width:100%}.fs-home-slider:has(.swiper:not(.swiper-initialized)) .fs-home-slider__block{padding-bottom:calc(2.5rem + 24px)}}.fs-home-slider:has(.swiper:not(.swiper-initialized)) .fs-home-slider__controls{display:none}.fs-home-slider:has(.swiper:not(.swiper-initialized)) .swiper-slide{display:none}.fs-home-slider:has(.swiper:not(.swiper-initialized)) .swiper-slide:first-child{display:block}.wp-admin .fs-home-slider__item{max-width:1270px}.wp-admin .fs-home-slider__item .fs-home-slider .swiper:not(.swiper-initialized) .swiper-slide{display:block}.fs-special__slider{position:relative;padding:0 3rem}.fs-special__slider .fs-coupons-grid__item{box-shadow:0 10px 10px 0 rgba(0,0,0,.05);height:100%}.fs-special__slider .fs-coupons-grid__item:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.15)}.fs-special__slider .swiper{padding:2rem 1rem;margin:-2rem -1rem}.fs-special__slider .swiper .swiper-slide{height:auto}@media (max-width:992px){.fs-home-slider__desc{font-size:1rem}.fs-home-slider__bg:after{background:rgba(0,0,0,.5)}.fs-special .fs-headline__side{width:100%}.fs-special__slider{padding:0}.fs-special__slider .swiper{padding:2rem;margin:-2rem}.fs-special__slider .swiper .swiper-slide{width:280px}}@media (max-width:680px){.fs-special__slider .swiper{padding:2rem 1.25rem;margin:-2rem -1.25rem}}.fs-special__slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-special__slider-arrow.swiper-button-disabled{display:none}.fs-special__slider-arrow:hover{background:var(--color-gray-light)}.fs-special__slider-arrow_prev{left:0}.fs-special__slider-arrow_next{right:0}.fs-special:has(.swiper:not(.swiper-initialized)) .fs-special__slider{padding:0}.fs-special:has(.swiper:not(.swiper-initialized)) .fs-special__slider-arrow{display:none}.fs-special .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:1rem}.fs-special .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{flex:1}.fs-special.slides-per-view-2 .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3){display:none}.fs-special.slides-per-view-3 .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4){display:none}.fs-special .fs-headline{align-items:center}.fs-special .fs-headline__side{display:block;flex:none;width:60%}@media (max-width:1280px){.fs-special .fs-headline .fs-headline__main{max-width:480px}.fs-special .fs-headline .fs-headline__side{width:52%}}@media (max-width:992px){.fs-special__slider-arrow{display:none!important}.fs-special .fs-headline .fs-headline__main{max-width:initial}.fs-special .fs-headline .fs-headline__side{width:100%}}.fs-special.size-big .fs-headline__main{max-width:320px}.fs-special.size-big .fs-headline__side{width:75%}@media (max-width:1280px){.fs-special.size-big .fs-headline__main{max-width:280px}.fs-special.size-big .fs-headline__side{width:68%}}.fs-about-us__block{max-width:780px;margin:0 auto}.fs-about-us__block .fs-headline{text-align:center}.fs-about-us__text{position:relative;max-height:260px;overflow:hidden}.fs-about-us__text:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-about-us__text_show{max-height:initial}.fs-about-us__text_show:after{display:none}.fs-about-us__text big{margin:0 0 .5rem;font-weight:500;font-size:1.5rem;font-family:var(--font-family-secondary);line-height:1.3}.fs-about-us__text p{font-size:1.125rem}.fs-about-us__text p:not(:last-child){margin:0 0 .5rem}.fs-about-us__text ul{padding:0;margin:.5rem 0 .5rem 1.5rem;color:var(--color-gray)}.fs-about-us__text ul li{font-size:1.25rem;line-height:1.4}.fs-about-us__button{display:flex;justify-content:center;margin:1.5rem 0 0}.fs-advantages__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:992px){.fs-special.size-big .fs-headline__main{max-width:initial}.fs-special.size-big .fs-headline__side{width:100%}.fs-advantages__grid{grid-template-columns:repeat(2,1fr)}}.fs-advantages-col_2 .fs-advantages__grid{grid-template-columns:repeat(2,1fr)}@media (max-width:680px){.fs-advantages-col_2 .fs-advantages__grid,.fs-advantages__grid{grid-template-columns:repeat(1,1fr)}}.fs-advantages-col_3 .fs-advantages__grid{grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.fs-advantages-col_3 .fs-advantages__grid{grid-template-columns:repeat(2,1fr)}}.fs-advantages__item{padding:1.5rem;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:8px;border:1px solid #ececec}.fs-advantages__icon{margin:0 0 2.5rem;height:44px;color:var(--color-accent)}.fs-advantages__icon img,.fs-advantages__icon svg{max-height:100%;width:auto}.fs-advantages__text{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-family-secondary)}@media (max-width:992px){.fs-advantages__text{font-size:1.25rem}}.fs-advantages__desc{margin:2px 0 0;color:var(--color-gray);font-size:1rem}.fs-advantages__desc p{margin:0}.fs-author-page{display:flex;align-items:center;margin:0 0 3rem;padding:0 0 3rem;border-bottom:1px solid var(--color-stroke)}@media (max-width:680px){.fs-advantages-col_3 .fs-advantages__grid{grid-template-columns:repeat(1,1fr)}.fs-author-page{flex-direction:column;align-items:flex-start}}.fs-author-page__about{position:relative;display:flex;align-items:center;padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;gap:1rem;border-right:1px solid var(--color-stroke)}@media (max-width:680px){.fs-author-page__about{padding:0;margin:0 0 1rem;border:0}.fs-author-page__social{display:flex;align-items:center;gap:1rem}}.fs-author-page__about img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem}.fs-author-page__name{font-size:1.5rem;font-weight:500;line-height:1.3;font-family:var(--font-family-secondary)}.fs-author-page__what{color:var(--color-gray);line-height:1.3;margin:.25rem 0 0;font-size:.875rem}.fs-author-page__social-label{margin:0 0 .25rem;color:var(--color-gray);font-size:.875rem}@media (max-width:680px){.fs-author-page__social-label{margin:0}}.fs-author-page__social-list{display:flex;gap:1.5rem}.fs-author-page__social-list a{display:flex;align-items:center;justify-content:center;border-radius:50%;height:2.5rem}.fs-author-page__social-list a:hover{color:var(--color-accent)}.fs-paging{display:flex;align-items:center;justify-content:center;margin:3rem 0 0}.fs-paging .page-numbers.next,.fs-paging .page-numbers.prev{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px}.fs-paging .page-numbers.next:hover,.fs-paging .page-numbers.prev:hover{background:var(--color-gray-light)}.fs-paging__links{display:flex;align-items:center;gap:2px;margin:0 2rem}.fs-paging__links .next,.fs-paging__links .prev{display:none!important}.fs-paging .page-numbers:not(.prev,.next){width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex;font-weight:500;font-family:var(--font-family-secondary);align-items:center;justify-content:center;border-radius:8px;border:1px solid transparent}.fs-paging .page-numbers:not(.prev,.next):hover{background:var(--color-gray-light)}.fs-paging .page-numbers:not(.prev,.next).current{border-color:var(--color-accent)}.fs-paging .page-numbers:not(.prev,.next).current:hover{background:0 0}.fs-blog__all{display:none}@media (max-width:680px){.fs-paging .page-numbers:not(.prev,.next){width:2rem;height:2rem;font-size:1rem;padding-top:2px}.fs-blog__all{display:block}.fs-blog__all .button{width:100%}}.fs-blog.fs-section-load-process .fs-blog__grid{position:relative}.fs-blog.fs-section-load-process .fs-blog__grid .fs-blog__item{opacity:.2}.fs-blog.fs-section-load-process .fs-blog__grid:after{content:"";width:3.5rem;height:3.5rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIA0KICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogIHdpZHRoPSIyNCINCiAgaGVpZ2h0PSIyNCINCiAgdmlld0JveD0iMCAwIDI0IDI0Ig0KICBmaWxsPSJub25lIg0KICBzdHJva2U9IiNFMzBCMkUiDQogIHN0cm9rZS13aWR0aD0iMiINCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIg0KICBzdHJva2UtbGluZWpvaW49InJvdW5kIg0KPg0KICA8cGF0aCBkPSJNMjEgMTJhOSA5IDAgMTEtNi4yMTktOC41NiIgLz4NCjwvc3ZnPg==) 50% 50% no-repeat;background-size:contain;animation:1s linear infinite preLoader;position:absolute;left:50%;margin-left:-28px;top:4rem;transform:rotate(0)}.fs-blog__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin:0 0 2.5rem}.fs-blog__actions{display:flex;gap:.5rem}.fs-blog__actions .button{height:3.125rem}.fs-blog .fs-headline{margin:0}@media (max-width:992px){.fs-blog .fs-headline .fs-headline__main,.fs-blog .fs-headline .fs-headline__side{width:initial}}.fs-blog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1280px){.fs-blog__grid{grid-template-columns:repeat(3,1fr)}.fs-blog__item:nth-child(n+4){display:none}}@media (max-width:992px){.fs-blog__grid{grid-template-columns:repeat(2,1fr)}.fs-blog-post__category{width:100%}}.fs-blog__item{box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;transition:var(--transition)}@media (max-width:680px){.fs-blog .fs-headline .fs-headline__side{width:100%}.fs-blog__grid{grid-template-columns:repeat(1,1fr)}.fs-blog__item:nth-child(n+3){display:none}}.fs-blog__item:hover{border-color:#cfcfcf}.fs-blog__top{position:relative;margin:0 0 1.25rem;display:block}.fs-blog__tag{position:absolute;left:10px;top:10px;display:flex;align-items:center;padding:0 .75rem;height:1.5rem;border-radius:100px;background:rgba(0,0,0,.6);color:#fff;font-weight:700;font-size:11px;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.fs-blog__content{margin:1.25rem 0 0;flex:auto;display:flex;flex-direction:column}.fs-blog__category{position:absolute;left:10px;top:10px;z-index:2;display:flex;flex-wrap:wrap;gap:.5rem}.fs-blog__category a{display:flex;align-items:center;padding:0 .75rem;height:1.5rem;border-radius:100px;background:rgba(0,0,0,.6);color:#fff;font-weight:700;font-size:11px;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.fs-blog__image{display:block;border-radius:4px;overflow:hidden;background:var(--color-gray-light);height:168px;position:relative}.fs-blog__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-blog__date{margin:0 0 .5rem;display:block;letter-spacing:-.02em;line-height:1.1;font-size:.75rem;color:var(--color-gray)}.fs-blog__title{display:block;letter-spacing:-.02em!important;font-weight:500!important;font-size:1.25rem!important;line-height:1.3!important;margin:0 0 1rem;font-family:var(--font-family-secondary)}.fs-blog__title a{display:block}.fs-blog__title a:hover{color:var(--color-accent)}.fs-blog__more{display:table;margin:auto auto 0 0;font-size:.875rem;color:var(--color-accent);position:relative}.fs-blog__more:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-blog__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-blog__more:hover:after{left:calc(100% + 5px)}.fs-blog__more:hover:before{animation:.5s forwards fillLink}.fs-blog-page .fs-blog__item{display:flex!important}.fs-blog-page .taxonomy-brand-image{margin:1rem 0 1.5rem}.fs-blog-page .taxonomy-brand-image img{max-width:362px;max-height:100px;-o-object-fit:contain;object-fit:contain}.fs-blog-page__head{display:flex;align-items:center;margin:0 0 1.5rem;justify-content:space-between}.fs-blog-page__head .fs-headline{margin:0}.fs-blog-page__head .fs-filter select{min-width:220px}.fs-blog-page.fs-blog-page-load-process .fs-blog__grid{position:relative}.fs-blog-page.fs-blog-page-load-process .fs-blog__grid .fs-blog__item{opacity:.2}.fs-blog-page.fs-blog-page-load-process .fs-blog__grid:after{content:"";width:3.5rem;height:3.5rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIA0KICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogIHdpZHRoPSIyNCINCiAgaGVpZ2h0PSIyNCINCiAgdmlld0JveD0iMCAwIDI0IDI0Ig0KICBmaWxsPSJub25lIg0KICBzdHJva2U9IiNFMzBCMkUiDQogIHN0cm9rZS13aWR0aD0iMiINCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIg0KICBzdHJva2UtbGluZWpvaW49InJvdW5kIg0KPg0KICA8cGF0aCBkPSJNMjEgMTJhOSA5IDAgMTEtNi4yMTktOC41NiIgLz4NCjwvc3ZnPg==) 50% 50% no-repeat;background-size:contain;animation:1s linear infinite preLoader;position:absolute;left:50%;margin-left:-28px;top:4rem;transform:rotate(0)}@keyframes preLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! Blog Post
  -------------------------
   */.fs-blog-post__head_type-2{border-bottom:1px solid var(--color-stroke);padding:0 0 2.5rem}.fs-blog-post:has(.fs-blog-post__head_type-2){margin-top:1.5rem;border:0;padding:0}.fs-blog-post__block{max-width:928px;margin:0 auto;text-align:center}.fs-blog-post__category{display:flex;justify-content:center;flex:none;gap:.5rem}.fs-blog-post__category a,.fs-blog-post__category span{height:1.5rem;padding:0 12px;border-radius:100px;background:var(--color-gray-light);letter-spacing:.04em;align-items:center;display:flex;text-transform:uppercase;font-size:11px;font-weight:700}.fs-blog-post__category a:hover{color:var(--color-accent)}.fs-blog-post__block .fs-blog-post__category{margin-bottom:.75rem}.fs-blog-post__title{font-size:3.5rem;font-weight:500;line-height:1.1}.fs-blog-post__info{margin:.5rem 0 0;display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width:992px){.fs-blog-post__title{font-size:2.25rem}.fs-blog-post__info{flex-wrap:wrap;grid-row-gap:.5rem}}.fs-blog-post__author{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-gray)}.fs-blog-post__author img{display:block;width:28px;height:28px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin:0 .5rem 0 0}.fs-blog-post__author a{color:var(--color-main);position:relative}.fs-blog-post__author a:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-blog-post__author a:hover{color:var(--color-accent)}.fs-blog-post__author a:hover:before{animation:.5s forwards fillLink}.fs-blog-post__date{color:var(--color-gray);font-size:.875rem}.fs-blog-post__desc{margin:1.5rem 0 0;font-size:1.25rem;line-height:1.4;color:var(--color-gray)}.fs-blog-post__desc a{color:var(--color-accent);border-bottom:1px solid}.fs-blog-post__desc a:hover{color:var(--color-gray)}.fs-blog-post__head_type-2 .fs-blog-post__title~.fs-blog-post__desc{margin-top:.5rem}.fs-blog-post__buttons{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0 0}.fs-blog-post__preview{margin:3rem 0 0}.fs-blog-post__preview img{border-radius:8px;width:50%;height:auto;margin:0 auto;display:block}.fs-blog-post__grid{display:flex;max-width:1100px;margin:0 auto;margin-top:7rem}@media (max-width:992px){.fs-blog-post__desc{font-size:1rem}.fs-blog-post__grid{margin-top:3rem;display:block}.fs-blog-post__sidebar{display:none}}.fs-blog-post__content{position:relative;max-width:810px;margin:0 auto}.fs-blog-post__content .fs-price-page__section{margin:4rem 0}.fs-blog-post__content .fs-coupons-grid{margin:4rem 0;grid-template-columns:repeat(2,1fr)}.fs-blog-post__content .fs-fiches{grid-template-columns:repeat(2,1fr);margin:4rem 0}.fs-blog-post__content .fs-fiches__desc{font-size:1rem}.fs-blog-post__content .fs-reviews:not(.alignwide){display:block}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__about{width:100%;margin:0 0 1.5rem}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__about .fs-headline{margin:0}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__about .fs-headline__subheading{display:none}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__about .fs-headline__title{margin:0 0 1rem}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__slider{width:43%}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__slider .swiper-slide{width:250px}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__content{width:100%;padding:1.5rem 0;border:0;border-bottom:1px solid var(--color-stroke);border-top:1px solid var(--color-stroke)}@media (max-width:992px){.fs-blog-post__content{max-width:initial}.fs-blog-post__content .fs-reviews:not(.alignwide) .fs-reviews__content{border:0;padding:0}}.fs-blog-post__content .fs-note-block__desc,.fs-blog-post__content .fs-note-block__email{font-size:1.125rem}.fs-blog-post__content .fs-brands{margin:4rem 0;border-top:0;padding:0}.fs-blog-post__content .fs-logo-slider{padding-top:0;padding-bottom:0}.fs-blog-post__footer{display:flex;align-items:center;margin:2.5rem 0 0;justify-content:space-between;grid-row-gap:.5rem;flex-wrap:wrap}.fs-blog-post__footer .fs-blog-post__info{margin:0 auto 0 1rem}.fs-blog-post__short{margin:0 0 5.5rem}.fs-blog-post__short-content{position:relative;max-height:384px;overflow:hidden}.fs-blog-post__short-content:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-blog-post__short-content_show{max-height:initial}.fs-blog-post__short-content_show:after{display:none}.fs-blog-post__short-button{display:flex;justify-content:center;margin:1.5rem 0 0}.fs-blog-post__social{display:flex;flex:none}@media (max-width:992px){.fs-blog-post__social{width:100%;justify-content:center}}.fs-blog-post__social_float{position:sticky;top:6.938rem;flex-direction:column}.fs-blog-post__social a{color:var(--color-main);position:relative}.fs-blog-post__social a.fs-blog-post__copy:before{content:"URL copied";top:100%;white-space:nowrap;font-size:.75rem;display:flex;align-items:center;left:50%;transform:translate(-50%,6px);position:absolute;background:var(--color-gray-light);color:var(--color-main);border-radius:4px;height:1.5rem;padding:0 .4rem;z-index:2;transition:var(--transition);opacity:0;pointer-events:none}.fs-blog-post__social a.fs-blog-post__copy.fs-blog-post__copy_notice:before{transform:translate(-50%,0);opacity:1}.fs-blog-post__social a:hover{color:var(--color-accent)}.fs-blog-post__video{margin:4rem -2.25rem}.fs-blog-post__similar{margin:4rem 0 0}.fs-blog-post__similar .title{font-size:1.5rem;margin:0 0 .5rem}.fs-blog-post__similar .fs-services-grid{margin:0;grid-template-columns:repeat(3,1fr)}.fs-hero~.fs-blog-post__grid{margin-top:0}.fs-callbanner{border-radius:8px;overflow:hidden;color:#fff;background:var(--color-gray-dark);display:flex;justify-content:space-between;padding:0!important;flex-direction:row}.fs-callbanner.alignwide{max-width:1400px}@media (max-width:680px){.fs-callbanner{margin-left:-1.25rem;margin-right:-1.25rem;border-radius:0}}.fs-callbanner__block{padding:2.5rem 4rem;width:45%}@media (max-width:1280px){.fs-callbanner.alignwide{max-width:1136px}.fs-callbanner__block{padding-left:2.5rem}}.fs-callbanner__block .fs-headline{margin:0;height:100%}.fs-callbanner__block .fs-headline__main{display:flex;flex-direction:column;justify-content:space-between}.fs-callbanner__block .fs-headline__title span{color:rgba(255,255,255,.6)}@media (max-width:992px){.fs-callbanner{position:relative;display:block}.fs-callbanner__block{width:100%;padding:10rem 1.25rem 2.5rem;position:relative;z-index:3}.fs-callbanner__block .fs-headline__main{max-width:100%}.fs-callbanner__block .fs-headline__title{max-width:400px}.fs-callbanner__block .fs-headline__title span{color:#fff}}.fs-callbanner__ill{width:55%;position:relative;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}.fs-callbanner__image{width:100%;height:100%}.fs-callbanner__image-mobile{display:none}.fs-callbanner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:992px){.fs-callbanner__ill{clip-path:none;position:absolute;top:0;left:0;width:100%;height:100%}.fs-callbanner__ill:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.9))}.fs-callbanner__image-mobile{display:block}.fs-callbanner__image-desktop{display:none}.fs-callbanner__image img{-o-object-position:top;object-position:top}}.fs-callbanner__icon{position:absolute;top:50%;transform:translateY(-50%);right:15%;z-index:2;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-accent)}.fs-content:has(.fs-blog-page)+.fs-container .fs-callbanner{margin-top:7rem!important}@media (max-width:992px){.fs-callbanner__icon{transform:none;right:initial;left:1.25rem;top:1.25rem;z-index:2;width:4rem;height:4rem}.fs-callbanner__icon svg{width:2rem;height:2rem}.fs-content:has(.fs-blog-page)+.fs-container .fs-callbanner{margin-top:3rem!important}}@media screen and (min-width:992px){.fs-blog-post__content .fs-callbanner:not(.alignwide) .fs-callbanner__block{padding:2.5rem;width:60%}.fs-blog-post__content .fs-callbanner:not(.alignwide) .fs-callbanner__ill{width:40%;clip-path:polygon(25% 0,100% 0,100% 100%,0 100%)}.fs-blog-post__content .fs-callbanner:not(.alignwide) .fs-callbanner__image{height:100%}.fs-blog-post__content .fs-callbanner:not(.alignwide) .fs-callbanner__icon{display:none}.post-type-appliance .fs-callbanner__icon{display:none}}.acf-block-preview .button,.button{display:inline-flex;align-items:center;justify-content:center;background:#fff;outline:0;cursor:pointer;transition:var(--transition);border:1px solid var(--color-accent);color:var(--color-accent);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-family);border-radius:4px;height:2.75rem!important;padding:0 1.5rem;font-size:1rem;font-weight:700!important;gap:10px;overflow:hidden;position:relative}.acf-block-preview .button span,.button span{position:relative;overflow:hidden;display:inline-flex;pointer-events:none}.acf-block-preview .button span span,.button span span{display:inline-flex;justify-content:center;gap:10px;align-items:center;transition:.25s;pointer-events:none}.acf-block-preview .button span span:last-child,.button span span:last-child{position:absolute;left:0;transform:translateY(130%) translateZ(0);pointer-events:none}.acf-block-preview .button svg,.button svg{height:24px;width:auto}.acf-block-preview .button--small,.button--small{height:2.375rem;padding:0 1.5rem;font-size:.9375rem}.acf-block-preview .button--white,.button--white{color:#fff;border:1px solid rgba(255,255,255,.5);background:0 0}.acf-block-preview .button--primary,.button--primary{background:var(--color-accent);color:#fff}.fs-carousel__slider{position:relative;padding:0 5rem}@media (max-width:992px){.fs-carousel__slider{margin:0 -1.25rem;padding:0}.fs-carousel__slider:before{content:"";height:100%;position:absolute;z-index:3;top:0;left:0;width:100px;background:linear-gradient(to right,#fff,rgba(255,255,255,0))}}@media (max-width:992px) and (max-width:680px){.fs-carousel__slider:before{width:150px}}@media (max-width:992px){.fs-carousel__slider:after{content:"";height:100%;position:absolute;z-index:3;top:0;right:0;width:100px;background:linear-gradient(to left,#fff,rgba(255,255,255,0))}.fs-carousel__slider .swiper{padding:0 1.25rem}}@media (max-width:992px) and (max-width:680px){.fs-carousel__slider:after{width:150px}}.fs-carousel__slider:has(.swiper-button-lock){padding-left:0;padding-right:0}.fs-carousel__slider .swiper-slide{display:flex;height:auto;align-items:center;justify-content:center}@media (max-width:992px){.fs-carousel__slider .swiper-slide{width:200px}}.fs-carousel__slider .swiper-slide img{filter:grayscale(1);opacity:.6;transition:var(--transition)}.fs-carousel__slider .swiper-slide img:hover{opacity:1;filter:grayscale(0)}.fs-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-carousel__arrow.swiper-button-disabled{display:none}@media (min-width:600px){.acf-block-preview .button:hover span span:first-child,.button:hover span span:first-child{transform:translateY(-130%) translateZ(0)}.acf-block-preview .button:hover span span:last-child,.button:hover span span:last-child{transform:translateY(0) translateZ(0)}.fs-carousel__arrow:hover{background:var(--color-gray-light)}}.fs-carousel__arrow_prev{left:0}.fs-carousel__arrow_next{right:0}.fs-carousel .fs-carousel__slider:has(.swiper:not(.swiper-initialized)){padding:0}.fs-carousel .fs-carousel__slider:has(.swiper:not(.swiper-initialized)) .fs-carousel__arrow{display:none}.fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;min-height:109px}.fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:initial;display:flex!important}.fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+7){display:none!important}.fs-coupons__section:not(:last-child){margin:0 0 7rem}.fs-coupons__title{font-family:var(--font-family-secondary)!important;font-size:1.5rem!important;font-weight:500!important;line-height:1.3!important;margin:0!important}.fs-coupons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1280px){.fs-coupons-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.fs-coupons-grid{grid-template-columns:repeat(2,1fr)}}.fs-coupons-grid__item{display:flex;flex-direction:column;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;padding:1.25rem;border-radius:8px}.fs-coupons-grid a.fs-coupons-grid__item:hover{border:1px solid #cfcfcf}.fs-coupons-grid__pic{margin:0 0 1rem;display:block}.fs-coupons-grid__pic img{display:table;margin:0 auto}.fs-coupons-grid__item-discontinued .fs-coupons-grid__pic img{filter:grayscale(1);opacity:.7}.fs-coupons-grid__title{display:block;line-height:1.4;font-weight:700;margin:0 0 1rem}.fs-coupons-grid__more{display:block;margin:auto 0 0;font-size:.875rem;color:var(--color-accent)}.fs-coupons-grid__more span{border-bottom:1px solid var(--color-accent);position:relative}.fs-coupons-grid__more span:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-coupons-col_2 .fs-coupons-grid{grid-template-columns:repeat(2,1fr)}@media (max-width:680px){.fs-carousel__slider .swiper-slide{width:120px}.fs-carousel[data-autoplay="1"]{padding:0}.fs-carousel[data-autoplay="1"] .swiper .swiper-wrapper{transition-timing-function:linear!important}.fs-carousel[data-autoplay="1"] .fs-carousel__slider:after,.fs-carousel[data-autoplay="1"] .fs-carousel__slider:before{width:40px;pointer-events:none}.fs-carousel[data-autoplay="1"] .fs-carousel__arrow{display:none}.fs-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(3,1fr)}.fs-coupons-col_2 .fs-coupons-grid,.fs-coupons-grid{grid-template-columns:repeat(1,1fr)}}.fs-coupons-col_3 .fs-coupons-grid{grid-template-columns:repeat(3,1fr)}.fs-easy-editor__wysiwyg.hidden-content{font-size:1.25rem}.fs-easy-editor__wysiwyg.hidden-content h1{font-size:3.5rem;margin-bottom:1.125rem}.fs-easy-editor__wysiwyg.hidden-content h2{font-size:2.25rem;margin-bottom:1rem}@media (max-width:992px){.fs-easy-editor__wysiwyg.hidden-content{font-size:1rem}.fs-easy-editor__wysiwyg.hidden-content h1{font-size:2.25rem}.fs-easy-editor__wysiwyg.hidden-content h2{font-size:1.5rem}}.fs-easy-editor__wysiwyg.hidden-content h3{font-size:1.5rem}.fs-easy-editor__wysiwyg.hidden-content h4{font-size:1.25rem}.fs-easy-editor__wysiwyg.hidden-content p:not(:last-child){margin:0 0 .5rem}.fs-easy-editor__wysiwyg.hidden-content p a{color:var(--color-gray);position:relative;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.fs-easy-editor__wysiwyg.hidden-content p a:hover{color:var(--color-accent);animation:.5s linear forwards linkLine}.fs-easy-editor__wysiwyg.hidden-content strong{font-weight:500}.fs-easy-editor__wysiwyg.hidden-content h1~h2,.fs-easy-editor__wysiwyg.hidden-content h1~h3,.fs-easy-editor__wysiwyg.hidden-content h1~h4,.fs-easy-editor__wysiwyg.hidden-content p~h1,.fs-easy-editor__wysiwyg.hidden-content p~h2,.fs-easy-editor__wysiwyg.hidden-content p~h3,.fs-easy-editor__wysiwyg.hidden-content p~h4{margin-top:2.5rem}.fs-easy-editor__wysiwyg.hidden-content ul{list-style:none;margin:.5rem 0 .5rem 1.5rem;padding:0}.fs-easy-editor__wysiwyg.hidden-content ul li{position:relative;padding-left:22px}.fs-easy-editor__wysiwyg.hidden-content ul li a{color:var(--color-accent);border-bottom:1px solid}.fs-easy-editor__wysiwyg.hidden-content ul li a:hover{color:var(--color-gray)}.fs-easy-editor__wysiwyg.hidden-content ul li strong{font-weight:700}.fs-easy-editor__wysiwyg.hidden-content ul li:before{content:"";width:6px;height:6px;position:absolute;left:0;top:11px;background:var(--color-accent)}.fs-easy-editor__wysiwyg.hidden-content ul li:not(:last-child){margin:0 0 .5rem}.fs-easy-editor .fs-easy-editor__wysiwyg.hidden-content{position:relative;max-height:var(--content-height,436px);overflow:hidden}.fs-easy-editor .fs-easy-editor__wysiwyg.hidden-content:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-easy-editor .fs-easy-editor__wysiwyg.show-content{max-height:initial}.fs-easy-editor .fs-easy-editor__wysiwyg.show-content:after{display:none}.fs-easy-editor .fs-easy-editor__wysiwyg-more{text-align:center;display:none;margin:1.5rem 0 0}.fs-easy-editor:has(.hidden-content) .fs-easy-editor__wysiwyg-more{display:block}.fs-easy-editor .fs-headline~.fs-easy-editor__wysiwyg-wrap{margin-top:1rem}.entry-content{font-size:1.25rem}.entry-content p img{border-radius:8px}.entry-content p:has(img){margin:2.5rem 0!important}.entry-content p:has(img) img{max-width:100%}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5{margin:0;padding:0;font-weight:500;line-height:1.1;letter-spacing:-.04em;font-family:var(--font-family-secondary);margin-bottom:.5rem}.entry-content h1{font-size:3.5rem;margin-bottom:1.125rem}@media (max-width:992px){.fs-easy-editor__wysiwyg.hidden-content h3{font-size:1.25rem}.fs-easy-editor__wysiwyg.hidden-content h4{font-size:1rem}.fs-easy-editor__wysiwyg.hidden-content h1~h2,.fs-easy-editor__wysiwyg.hidden-content h1~h3,.fs-easy-editor__wysiwyg.hidden-content h1~h4,.fs-easy-editor__wysiwyg.hidden-content p~h1,.fs-easy-editor__wysiwyg.hidden-content p~h2,.fs-easy-editor__wysiwyg.hidden-content p~h3,.fs-easy-editor__wysiwyg.hidden-content p~h4{margin-top:2rem}.entry-content{font-size:1rem}.entry-content p:has(img){margin:1.5rem 0}.entry-content h1{font-size:2.25rem}}.entry-content h2{font-size:2.25rem;margin-bottom:1rem}.entry-content h3{font-size:1.5rem}@media (max-width:680px){.fs-coupons-col_3 .fs-coupons-grid{grid-template-columns:repeat(1,1fr)}.entry-content h2{font-size:1.5rem}.entry-content h3{font-size:1.25rem}}.entry-content h4{font-size:1.25rem}@media (max-width:680px){.entry-content h4{font-size:1rem}}.entry-content p:not(:last-child){margin:0 0 1.5rem}.entry-content p a{color:var(--color-accent);position:relative;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.entry-content p a:hover{animation:.5s linear forwards linkLine}.entry-content p a:has(img):before{display:none}.entry-content h1~h2,.entry-content h1~h3,.entry-content h1~h4,.entry-content p~h1,.entry-content p~h2,.entry-content p~h3,.entry-content p~h4,.entry-content ul~h2{margin-top:2.5rem!important}.entry-content blockquote{margin:1.5rem 0 4rem;display:block;color:var(--color-accent);padding:2.5rem;background:var(--color-gray-light);font-size:1.5rem;font-weight:500;line-height:1.3;font-family:var(--font-family-secondary)}@media (max-width:992px){.entry-content h1~h2,.entry-content h1~h3,.entry-content h1~h4,.entry-content p~h1,.entry-content p~h2,.entry-content p~h3,.entry-content p~h4,.entry-content ul~h2{margin-top:2rem!important}.entry-content blockquote{font-size:1.25rem}}.entry-content blockquote h3{margin:0;line-height:1.3}.entry-content blockquote a{color:var(--color-accent);position:relative;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.entry-content blockquote a:hover{animation:.5s linear forwards linkLine}.entry-content figure{margin:2.5rem -2.25rem}@media (max-width:992px){.entry-content figure{margin:2.5rem 0}}.entry-content figure img{max-width:100%;height:auto;border-radius:8px}.entry-content figure figcaption{text-align:center;font-size:.875rem;color:var(--color-gray);margin:.5rem 0 0}.entry-content iframe{width:100%}.entry-content ol{margin:.5rem 0 1.5rem;padding-left:1.3rem}.entry-content ol li:not(:last-child){margin:0 0 1rem}.entry-content ol li ul{margin-left:1.5rem!important}.entry-content ul{list-style:none;margin:.5rem 0 1.5rem;padding:0}.entry-content ul li{position:relative;padding-left:22px}.entry-content ul li a{color:var(--color-accent);position:relative;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.entry-content ul li a:hover{animation:.5s linear forwards linkLine}.entry-content ul li strong{font-weight:700}.entry-content ul li:before{content:"";width:6px;height:6px;position:absolute;left:0;top:11px;background:var(--color-accent)}.entry-content ul li:not(:last-child){margin:0 0 .5rem}.entry-content img.alignright{float:right;margin:0 0 0 1.5rem}@media (max-width:992px){.entry-content img.alignright{float:none;margin:0}.fs-error__value svg{height:50px;width:auto}}.entry-content p img:not(:last-child){margin-bottom:1rem}.entry-content img.aligncenter{margin-left:auto;margin-right:auto}.entry-content img.alignright{margin-left:auto}.entry-content .wp-block-columns figure{margin-left:initial;margin-right:initial}.entry-content .flex-services-list a{color:var(--color-accent)}.entry-content .flex-services-list a:hover{text-decoration:underline}.fs-videos__all{display:none}.fs-error{text-align:center;border-bottom:1px solid var(--color-stroke);margin:0 0 4rem;padding:2.5rem 0 7rem}.fs-error__value{display:flex;justify-content:center}.fs-error__title{margin:2.5rem 0 .5rem;font-size:3.5rem;letter-spacing:-.02em;line-height:1.1;font-weight:500}@media (max-width:680px){.fs-error{padding:0 0 4rem}.fs-error__title{font-size:2.5rem}}.fs-error__desc{font-size:1.25rem;letter-spacing:-.02em;line-height:1.4;color:var(--color-gray)}.fs-error__desc a{color:var(--color-accent);border-bottom:1px solid var(--color-accent)}.fs-error__desc a:hover{color:var(--color-gray-dark);border-color:var(--color-gray-dark)}.fs-error__button{display:flex;justify-content:center;margin:2.5rem 0 0}.fs-filter{display:flex;gap:.5rem;position:relative;z-index:4}.fs-filter__option{height:3.125rem;display:flex;align-items:center;gap:1rem;padding:0 1.25rem;min-width:240px;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid rgba(207,207,207,.4);flex:auto;border-radius:4px;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:var(--transition);outline:0;justify-content:space-between;background:#fff}.fs-filter__option svg{transform:translateY(2px);transition:var(--transition)}.fs-filter__option:hover{border-color:var(--color-accent)}.fs-filter__option_active svg{transform:translateY(2px) rotate(180deg)}.fs-filter__toggle{position:absolute;top:calc(100% + .5rem);border-radius:4px;transition:var(--transition);left:0;list-style:none;margin:0!important;width:100%;padding:.5rem 0;background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid rgba(207,207,207,.4);z-index:2;opacity:0;pointer-events:none;transform:translateY(10px)}.fs-filter__toggle_open{pointer-events:auto;transform:none;opacity:1}.fs-filter__toggle-element{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.5rem 1rem!important;margin:0!important;transition:var(--transition);font-size:1rem}.fs-filter__toggle-element:before{display:none!important}.fs-filter__toggle-element:hover{color:var(--color-accent)}.fs-filter__toggle-element_select{background:var(--color-gray-light)}.fs-filter__toggle-element_select:hover{color:var(--color-main)}.fs-filter .button{flex:none}.fs-filter select{height:3.125rem;min-width:160px;box-shadow:0 10px 30px 0 rgba(0,0,0,.05)!important;border:1px solid rgba(207,207,207,.4)!important;border-radius:4px;padding:0 1.25rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEzLjIyODlMMTUuOSA5LjMyODkxQzE2LjI4NjYgOC45NDIzMSAxNi45MTM0IDguOTQyMzEgMTcuMyA5LjMyODkxQzE3LjY4NjYgOS43MTU1MSAxNy42ODY2IDEwLjM0MjMgMTcuMyAxMC43Mjg5TDEyLjcwNzEgMTUuMzIxOEMxMi4zMTY2IDE1LjcxMjMgMTEuNjgzNCAxNS43MTIzIDExLjI5MjkgMTUuMzIxOEw2LjcgMTAuNzI4OUM2LjMxMzQgMTAuMzQyMyA2LjMxMzQgOS43MTU1MSA2LjcgOS4zMjg5MUM3LjA4NjYgOC45NDIzMSA3LjcxMzQgOC45NDIzMSA4LjEgOS4zMjg5MUwxMiAxMy4yMjg5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) calc(100% - 1.25rem) 50% no-repeat #fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:var(--transition);outline:0}@media (max-width:992px){.fs-error__desc{font-size:1rem}.fs-filter{flex:auto}.fs-filter select{width:100%}}.fs-filter select:hover{box-shadow:0 10px 30px 0 rgba(0,0,0,.1)!important}.fs-footer__main{padding:4rem 0}.fs-footer__main-grid{display:flex;justify-content:space-between;gap:2rem}@media (max-width:1280px){.fs-footer__main{padding-bottom:2rem}.fs-footer__main-grid{flex-wrap:wrap;gap:0}}.fs-footer__about{flex:none;width:240px}@media (max-width:1280px){.fs-footer__about{width:100%;margin:0 0 4rem}.fs-footer__submenu{flex:auto}.fs-footer__desc{max-width:302px}}@media (max-width:992px){.fs-footer__about{margin:0}.fs-footer__submenu{width:100%}}.fs-footer__logo{margin:0 0 10px}.fs-footer__desc{color:var(--color-gray)}.fs-footer #menu-footer{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:7.5rem}@media (max-width:680px){.fs-footer__desc{max-width:initial}.fs-footer #menu-footer{flex-direction:column}.fs-footer #menu-footer>li:not(:last-child){margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid var(--color-stroke)}}.fs-footer #menu-footer>li{list-style:none;padding:0;margin:0}@media (max-width:992px){.fs-footer #menu-footer{gap:0;width:100%;margin:2rem 0;padding:2rem 0;border-bottom:1px solid var(--color-stroke);border-top:1px solid var(--color-stroke)}.fs-footer #menu-footer>li{flex:1}}.fs-footer #menu-footer>li>.menu-item-without-link,.fs-footer #menu-footer>li>a{margin:0 0 1rem;display:block;font-weight:700;font-size:1.125rem}.fs-footer #menu-footer>li>a:hover{color:var(--color-accent)}.fs-footer #menu-footer>li .sub-menu{padding:0;margin:0;list-style:none}.fs-footer #menu-footer>li .sub-menu li:not(:last-child){margin:0 0 1rem}.fs-footer #menu-footer>li .sub-menu li a{position:relative}.fs-footer #menu-footer>li .sub-menu li a:before{position:absolute;bottom:0;left:0;border-bottom:1px solid currentColor;height:1px;width:0;content:"";transition:width var(--transition)}.fs-footer #menu-footer>li .sub-menu li a:hover{color:var(--color-accent)}.fs-footer #menu-footer>li .sub-menu li a:hover:before{width:100%}.fs-footer__contacts{flex:none}.fs-footer__contacts-field{gap:.5rem;display:flex;margin:0 0 1.5rem;font-size:1.125rem;align-items:flex-start}.fs-footer__contacts-field svg{flex:none;transform:translateY(1px)}.fs-footer__contacts-field a{color:var(--color-accent);font-weight:700;text-decoration:underline}.fs-footer__contacts-field a:hover{color:var(--color-main)}.fs-footer__contacts-field:last-child{margin:0}.fs-footer__bottom{border-top:1px solid var(--color-stroke)}@media (max-width:992px){.fs-footer__bottom{background:var(--color-gray-light);border:0}.fs-footer__bottom .fs-container{padding:0 .75rem}}.fs-footer__bottom-grid{height:3.5rem;display:flex;align-items:center;justify-content:space-between}@media (max-width:680px){.fs-footer__bottom-grid{flex-direction:column;height:initial;padding:2rem 0;gap:1rem}}.fs-footer__social{display:flex;align-items:center;gap:1.5rem}@media (max-width:680px){.fs-footer__social{width:100%;justify-content:space-between}}.fs-footer__social-links{display:flex;align-items:center;justify-content:center;height:2.5rem}.fs-footer__social-links:hover{color:var(--color-accent)}.fs-footer__copy{font-size:.75rem;color:var(--color-gray)}.fs-slider__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.fs-faq__item{border-bottom:1px solid #e0e0e0;padding:20px 0}.fs-faq__question-heading{margin:0;font-size:inherit;font-weight:inherit}.fs-faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;font-weight:500;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:inherit;color:inherit}.fs-faq__question-text{flex-grow:1}.fs-faq__icon{transition:transform .3s;flex-shrink:0;margin-left:15px}.fs-faq__question.is-active .fs-faq__icon{transform:rotate(180deg)}.fs-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.fs-faq__answer-inner{padding-top:15px}.fs-header-empty{height:7rem}.fs-header{position:fixed;top:0;left:0;width:100%;z-index:12}.fs-header:before{content:"";width:100%;height:100%;position:fixed;background:rgba(0,0,0,.2);opacity:0;transition:var(--transition);pointer-events:none;left:0;top:0;z-index:5}@media (max-width:1280px){.fs-header-empty{display:none}.fs-header{position:sticky}.fs-header:before,.fs-header__top{display:none}}.fs-header__top{background:var(--color-gray-light);position:relative;z-index:13}.fs-header__top-grid{height:2rem;display:flex;align-items:center;justify-content:space-between;position:relative;transition:var(--transition)}.fs-header__submenu{display:flex;align-items:center;gap:1rem}.fs-header__submenu ul{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.fs-header__submenu ul .sub-menu{padding:10px 0;position:absolute;top:calc(100% - 1px);box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:4px;background:#fff;opacity:0;pointer-events:none;display:block;transform:translateY(10px);z-index:5;list-style:none;margin:0;width:256px;transition:var(--transition);max-height:70vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.fs-header__submenu ul .sub-menu::-webkit-scrollbar{width:4px}.fs-header__submenu ul .sub-menu::-webkit-scrollbar-track{background:0 0}.fs-header__submenu ul .sub-menu::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:2px}.fs-header__submenu ul .sub-menu .menu-item>a{display:block;padding:10px 20px;font-size:.875rem;font-weight:400;height:initial}.fs-header__submenu ul .sub-menu .menu-item>a:before{display:none}.fs-header__submenu ul .sub-menu .menu-item>a:hover{background:var(--color-gray-light)}@media (max-width:1280px){.fs-header__submenu{display:block;margin:1.5rem 0 0;padding:1.5rem 0 0;border-top:1px solid var(--color-stroke);width:100%}.fs-header__submenu .back-button{margin:0 0 1.5rem!important}.fs-header__submenu ul{display:block;width:100%}.fs-header__submenu ul .sub-menu .menu-item{margin:0!important}.fs-header__submenu ul .sub-menu .menu-item>a{padding:.5rem 0;font-size:1rem}.fs-header__submenu ul .sub-menu{position:initial;transform:none;opacity:1;width:100%;pointer-events:auto;box-shadow:none;padding:0;display:none}.fs-header__submenu ul .menu-item.menu-item_hidden{display:none}.fs-header__submenu ul .menu-item:not(:last-child){margin:0 0 1rem}}.fs-header__submenu ul .menu-item{position:relative}.fs-header__submenu ul .menu-item>.menu-item-without-link,.fs-header__submenu ul .menu-item>a{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;color:var(--color-main);display:flex;align-items:center;height:2rem}.fs-header__submenu ul .menu-item>.menu-item-without-link:before,.fs-header__submenu ul .menu-item>a:before{content:"";width:0;background:var(--color-main);height:1px;position:absolute;left:0;bottom:8px;transition:var(--transition)}@media screen and (min-width:1281px){.fs-header__submenu ul .menu-item>.menu-item-without-link:hover:before,.fs-header__submenu ul .menu-item>.menu-item-without-link_active:before,.fs-header__submenu ul .menu-item>a:hover:before,.fs-header__submenu ul .menu-item>a_active:before{width:100%}}.fs-header__submenu ul .menu-item.menu-item-has-children:hover>.menu-item-without-link:before{width:100%}.fs-header__submenu ul .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;transform:none;pointer-events:auto}.fs-header__submenu-links{font-size:.75rem;color:var(--color-main);height:2rem;display:flex;align-items:center}.fs-header__submenu-links span{position:relative}.fs-header__submenu-links span:before{content:"";width:0;background:var(--color-main);height:1px;position:absolute;left:0;bottom:0;transition:var(--transition)}.fs-header__submenu-links:hover span:before{width:100%}.fs-header__submenu-toggle{padding:10px 0;position:absolute;top:calc(100% - 1px);box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:4px;background:#fff;opacity:0;pointer-events:none;transform:translateY(10px);z-index:5;width:256px;transition:var(--transition)}.fs-header__submenu-item:hover .fs-header__submenu-toggle{opacity:1;transform:none;pointer-events:auto}.fs-header__submenu-item:hover .fs-header__submenu-links span:before{width:100%}.fs-header__submenu-sublinks{display:block;padding:10px 20px;font-size:.875rem}.fs-header__submenu-sublinks:hover{background:var(--color-gray-light)}.fs-header__contacts{display:flex;align-items:center;gap:1rem}.fs-header__contacts-field{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.fs-header__contacts-field a{font-size:1rem;font-weight:700;text-decoration:underline;color:var(--color-accent)}.fs-header__contacts-field a:hover{color:var(--color-main)}.fs-header__main{background:#fff;z-index:12;position:relative;border-bottom:1px solid var(--color-stroke)}.fs-header__main-grid{height:4.938rem;display:flex;align-items:center;background:#fff;justify-content:space-between;z-index:9;position:relative;transition:var(--transition)}@media (max-width:1280px){.fs-header__submenu ul .menu-item>.menu-item-without-link,.fs-header__submenu ul .menu-item>a{font-size:1rem;display:block;height:initial}.fs-header__submenu ul .menu-item .sub-menu{margin:.5rem 0 0}.fs-header__submenu ul .menu-item .sub-menu li{display:block!important}.fs-header__submenu ul .menu-item.menu-item-has-children>.menu-item-without-link,.fs-header__submenu ul .menu-item.menu-item-has-children>a{transition:none;display:block}.fs-header__submenu ul .menu-item.menu-item-has-children.menu-item_open>.menu-item-without-link,.fs-header__submenu ul .menu-item.menu-item-has-children.menu-item_open>a{background:0 0;font-weight:400;font-size:1rem;padding:0}.fs-header__submenu ul .menu-item_open .sub-menu{display:block}.fs-header__contacts-field{font-size:1rem}.fs-header__main-grid{height:3.75rem}}.fs-header__burger{display:none;position:relative;z-index:10;align-items:flex-start;justify-content:center;flex-direction:column;height:2.75rem;width:2.5rem}.fs-header__burger i{background:var(--color-accent);width:24px;display:block;height:2px;margin:3px 0;transition:width .1s linear}.fs-header__burger i:first-child{top:0;transform:rotate(0);position:relative;transition:transform .2s linear,top .2s linear}.fs-header__burger i:last-child{position:relative;width:18px;top:0;transform:rotate(0);transition:transform .2s linear,top .2s linear}.fs-header__burger_active i:first-child{top:4px;transform:rotate(45deg);transition:transform .2s linear,top .2s linear}.fs-header__burger_active i:last-child{top:-4px;width:24px;transform:rotate(-45deg);transition:transform .2s linear,top .2s linear}.fs-header__logo img{transition:var(--transition);width:var(--logo-desktop-width,auto);height:var(--logo-desktop-height,48px);max-width:100%;object-fit:contain}.fs-header .menu-expand-toggle{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMi4xNzAyMiAxNS4zMzM1QzEuOTI0ODEgMTUuNTc4OSAxLjUyNjkyIDE1LjU3ODkgMS4yODE1MSAxNS4zMzM1VjE1LjMzMzVDMS4wMzYxIDE1LjA4ODEgMS4wMzYxIDE0LjY5MDIgMS4yODE1MSAxNC40NDQ4TDYuOTYwMzggOC43NjU5MUM3LjM4MzQ1IDguMzQyODUgNy4zODM0NSA3LjY1NjkyIDYuOTYwMzggNy4yMzM4NUwxLjI4MTUxIDEuNTU0OThDMS4wMzYxIDEuMzA5NTcgMS4wMzYxIDAuOTExNjg2IDEuMjgxNTEgMC42NjYyNzdWMC42NjYyNzdDMS41MjY5MiAwLjQyMDg2NyAxLjkyNDgxIDAuNDIwODY3IDIuMTcwMjIgMC42NjYyNzdMOC43Mzc3OSA3LjIzMzg1QzkuMTYwODYgNy42NTY5MiA5LjE2MDg2IDguMzQyODUgOC43Mzc3OSA4Ljc2NTkyTDIuMTcwMjIgMTUuMzMzNVoiIGZpbGw9IiM3Nzc3NzciIHN0cm9rZT0iIzc3Nzc3NyIgc3Ryb2tlLXdpZHRoPSIwLjgiLz4KPC9zdmc+Cg==) 50% 50% no-repeat;position:absolute;top:50%;transform:translateY(-50%);right:-1rem;width:3rem;height:3rem;z-index:2;display:none}.fs-header .menu-item_open .menu-expand-toggle{display:none!important}@media (max-width:1280px){.fs-header__burger{display:flex}.fs-header__logo img{width:var(--logo-mobile-width,auto);height:var(--logo-mobile-height,38px)}.fs-header .menu-expand-toggle{display:block}.fs-header__logo{margin:0 auto 0 0}}.fs-header__callback{display:none;height:2.5rem!important;padding:0 .75rem}.fs-header__menu{margin:0 auto 0 2.5rem;display:flex;align-items:center;gap:1rem}@media (max-width:1280px){.fs-header__callback{display:flex}.fs-header__menu{display:none}}.fs-header__menu-item{position:relative}.fs-header__menu-links{position:relative;display:flex;font-weight:700;font-size:1.125rem;height:4.938rem;align-items:center}.fs-header__menu-links span{position:relative}.fs-header__menu-links span:before{content:"";width:0;background:var(--color-accent);height:2px;position:absolute;left:0;bottom:0;transition:var(--transition)}.fs-header__menu ul{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.fs-header__menu ul .menu-item{position:relative}@media (max-width:1280px){.fs-header__menu ul{flex-direction:column;align-items:flex-start}.fs-header__menu ul .menu-item{width:100%}.fs-header__menu ul .menu-item.menu-item_hidden{display:none}}.fs-header__menu ul .menu-item>.menu-item-without-link,.fs-header__menu ul .menu-item>a{position:relative;display:flex;font-weight:700;font-size:1.125rem;height:4.938rem;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fs-header__menu ul .menu-item>.menu-item-without-link:before,.fs-header__menu ul .menu-item>a:before{content:"";width:0;background:var(--color-accent);height:2px;position:absolute;left:0;bottom:24px;transition:var(--transition)}.fs-header__menu ul .menu-item.menu-item-has-children:hover>.menu-item-without-link:before{width:100%}.fs-header__menu ul .sub-menu{padding:10px 0;position:absolute;top:calc(100% - 1px);box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:4px;background:#fff;opacity:0;pointer-events:none;display:block;transform:translateY(10px);z-index:5;list-style:none;margin:0;width:256px;transition:var(--transition);max-height:70vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.fs-header__menu ul .sub-menu::-webkit-scrollbar{width:4px}.fs-header__menu ul .sub-menu::-webkit-scrollbar-track{background:0 0}.fs-header__menu ul .sub-menu::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:2px}.fs-header__menu ul .sub-menu .menu-item>a{display:block;padding:10px 20px;font-size:.875rem;font-weight:400;height:initial}@media (max-width:1280px){.fs-header__menu ul .menu-item>.menu-item-without-link,.fs-header__menu ul .menu-item>a{height:initial}.fs-header__menu ul .menu-item.menu-item-has-children>.menu-item-without-link,.fs-header__menu ul .menu-item.menu-item-has-children>a{transition:none;display:block}.fs-header__menu ul .menu-item.menu-item-has-children.menu-item_open>.menu-item-without-link,.fs-header__menu ul .menu-item.menu-item-has-children.menu-item_open>a{background:0 0;font-weight:400;font-size:1rem;padding:0}.fs-header__menu ul .menu-item.menu-item-has-children.menu-item_open>.menu-item-without-link .menu-expand-toggle,.fs-header__menu ul .menu-item.menu-item-has-children.menu-item_open>a .menu-expand-toggle{display:none}.fs-header__menu ul .sub-menu{position:initial;transform:none;opacity:1;width:100%;pointer-events:auto;box-shadow:none;padding:0;display:none;margin:.5rem 0 0}.fs-header__menu ul .sub-menu .menu-item{display:block!important;margin:0}.fs-header__menu ul .sub-menu .menu-item>a{padding:.5rem 0;font-size:1rem}.fs-header__menu ul .menu-item_open .sub-menu{display:block}}.fs-header__menu ul .sub-menu .menu-item>a:before{display:none}.fs-header__menu ul .sub-menu .menu-item>a:hover{background:var(--color-gray-light)}.fs-header__menu ul .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;transform:none;pointer-events:auto}@media screen and (min-width:992px){.fs-header__menu-toggle{padding:10px 0;position:absolute;top:calc(100% - 1px);box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:4px;background:#fff;opacity:0;pointer-events:none;transform:translateY(10px);z-index:5;width:256px;transition:var(--transition)}.fs-header__menu-item:hover .fs-header__menu-toggle{opacity:1;transform:none;pointer-events:auto}.fs-header__menu-item:hover .fs-header__menu-links span:before{width:100%}}.fs-header__menu-sublinks{display:block;padding:10px 20px;font-size:.875rem}.fs-header__menu-sublinks:hover{background:var(--color-gray-light)}.fs-header__actions{display:flex;gap:.5rem}@media (max-width:1280px){.fs-header__actions{display:none}}.fs-header:has(.fs-header__drop_show) .fs-header__callback,.fs-header:has(.fs-header__drop_show) .fs-header__logo{display:none}.fs-header:has(.fs-header__content_show) .fs-header__callback,.fs-header:has(.fs-header__content_show) .fs-header__logo{display:none}.fs-header__drop{height:100vh;height:calc(var(--vh,1vh) * 100);background:#fff;position:fixed;top:0;left:0;width:100%;display:flex;flex-direction:column;z-index:5;padding:4.25rem 1.25rem 2.5rem;overflow-x:hidden;overflow-y:auto;opacity:0;pointer-events:none}.fs-header__drop_show{opacity:1;pointer-events:auto}.fs-header__drop-menu{flex:auto}.fs-header__drop-contacts{margin:3.75rem 0 0;flex:none;gap:1rem;display:flex;flex-direction:column}.fs-header__drop-contacts-field{display:flex;align-items:center;gap:.5rem}.fs-header__drop-contacts-field a{font-weight:700;text-decoration:underline;color:var(--color-accent)}.fs-header__drop-contacts-field a:hover{color:var(--color-main)}.fs-header__drop-actions{flex:none;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.fs-header__drop-actions .button{height:3rem}.fs-header__content{flex:auto;display:flex;justify-content:space-between;align-items:center}.fs-header__content .fs-header__burger,.fs-header__content .fs-header__submenu{display:none}@media (max-width:1280px){.fs-header__content{flex:initial;height:100vh;height:calc(var(--vh,1vh) * 100);background:#fff;position:fixed;top:0;align-items:flex-start;left:0;width:100%;display:flex;flex-direction:column;z-index:98;padding:1.25rem 2rem 2.5rem;overflow-x:hidden;overflow-y:auto;opacity:0;pointer-events:none}.fs-header__content_scroll{top:0;height:100vh;height:calc(var(--vh,1vh) * 100)}.fs-header__content_show{opacity:1;pointer-events:auto}.fs-header__content .fs-header__burger{display:flex;margin-bottom:1.875rem;width:initial;height:initial}.fs-header__content .fs-header__submenu{display:flex;margin-bottom:3rem}.fs-header__content_sub .fs-header__submenu{display:none}.fs-header__content_sub .fs-header__menu{margin-bottom:3rem!important}.fs-header__content_main .fs-header__menu{display:none!important}.fs-header__content_main .fs-header__submenu{margin-top:0!important;padding-top:0!important;border:0!important}.fs-header__content .fs-header__menu{display:block;margin:0;width:100%}.fs-header__content .fs-header__menu-item{position:relative}.fs-header__content .fs-header__menu-item_show{display:block}.fs-header__content .fs-header__menu-item_hidden{display:none}.fs-header__content .fs-header__menu-item:not(:last-child){margin:0 0 1rem}.fs-header__content .fs-header__menu-item_hasdrop{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMTMuMTcwMiAyMy4zMzM1QzEyLjkyNDggMjMuNTc4OSAxMi41MjY5IDIzLjU3ODkgMTIuMjgxNSAyMy4zMzM1QzEyLjAzNjEgMjMuMDg4MSAxMi4wMzYxIDIyLjY5MDIgMTIuMjgxNSAyMi40NDQ4TDE3Ljk2MDQgMTYuNzY1OUMxOC4zODM0IDE2LjM0MjggMTguMzgzNCAxNS42NTY5IDE3Ljk2MDQgMTUuMjMzOUwxMi4yODE1IDkuNTU0OThDMTIuMDM2MSA5LjMwOTU3IDEyLjAzNjEgOC45MTE2OSAxMi4yODE1IDguNjY2MjhDMTIuNTI2OSA4LjQyMDg3IDEyLjkyNDggOC40MjA4NyAxMy4xNzAyIDguNjY2MjhMMTkuNzM3OCAxNS4yMzM5QzIwLjE2MDkgMTUuNjU2OSAyMC4xNjA5IDE2LjM0MjggMTkuNzM3OCAxNi43NjU5TDEzLjE3MDIgMjMuMzMzNVoiIGZpbGw9IiM3Nzc3NzciIHN0cm9rZT0iIzc3Nzc3NyIgc3Ryb2tlLXdpZHRoPSIwLjgiLz4KPC9zdmc+Cg==) 100% 50% no-repeat}.fs-header__content .fs-header__menu-links{height:initial}.fs-header__content .fs-header__menu-toggle{display:none}.fs-header__content .fs-header__menu-item_show{background:#c30}.fs-header__content .fs-header__actions{display:flex;flex-direction:column-reverse;flex:none;margin:1.5rem 0 0;width:100%}.fs-header__content .fs-header__actions .button{width:100%;height:3rem}.fs-header__content:has(.fs-header__menu-item_show) .fs-header__contacts{display:none}.fs-header__content_mainsub .fs-header__contacts,.fs-header__content_sub .fs-header__contacts{display:none}}.fs-header__content .fs-header__contacts{display:none;flex-direction:column;align-items:flex-start;width:100%;margin:auto 0 0}.fs-header:has(.menu-item.menu-item-has-children:hover):before{opacity:1}.fs-header:has(.fs-header__submenu.menu-item.menu-item-has-children:hover) .fs-header__main{z-index:3}body:has(#wpadminbar) .fs-header{top:2rem}@media (max-width:992px){.fs-header__content{padding:1.25rem 1.25rem 2.5rem}body:has(#wpadminbar) .fs-header{top:46px}}@media (max-width:680px){body:has(#wpadminbar) .fs-header{top:0}body:has(.fs-header__content_show) .fs-header__main{z-index:102!important}}.back-button{margin:0 0 .5rem;color:#5d5d5d;padding:0 0 0 .875rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUuMDc3MTEgMC45MjI5MTJDNS4yNDcwMSAwLjc1MzAxNCA1LjUyMjQ3IDAuNzUzMDEzIDUuNjkyMzcgMC45MjI5MTJDNS44NjIyNyAxLjA5MjgxIDUuODYyMjcgMS4zNjgyNyA1LjY5MjM3IDEuNTM4MTdMMS43NjA4NSA1LjQ2OTY5QzEuNDY3OTUgNS43NjI1OSAxLjQ2Nzk1IDYuMjM3NDYgMS43NjA4NSA2LjUzMDM1TDUuNjkyMzcgMTAuNDYxOUM1Ljg2MjI3IDEwLjYzMTggNS44NjIyNyAxMC45MDcyIDUuNjkyMzcgMTEuMDc3MUM1LjUyMjQ3IDExLjI0NyA1LjI0NzAxIDExLjI0NyA1LjA3NzExIDExLjA3NzFMMC41MzAzMyA2LjUzMDM1QzAuMjM3NDM3IDYuMjM3NDYgMC4yMzc0MzcgNS43NjI1OSAwLjUzMDMzIDUuNDY5NjlMNS4wNzcxMSAwLjkyMjkxMloiIGZpbGw9IiM1RDVENUQiIHN0cm9rZT0iIzVENUQ1RCIgc3Ryb2tlLXdpZHRoPSIwLjU1Mzg0NiIvPgo8L3N2Zz4K) 0 50% no-repeat}.highlight-active-menu .fs-header .sub-menu .current-menu-item>a{position:relative}@media screen and (min-width:1281px){.fs-header__menu ul .menu-item>.menu-item-without-link:hover:before,.fs-header__menu ul .menu-item>.menu-item-without-link_active:before,.fs-header__menu ul .menu-item>a:hover:before,.fs-header__menu ul .menu-item>a_active:before{width:100%}.fs-header.fs-header_sticky{box-shadow:0 10px 30px 0 rgba(0,0,0,.05)}.fs-header.fs-header_sticky .fs-header__submenu>ul>.menu-item>.menu-item-without-link,.fs-header.fs-header_sticky .fs-header__submenu>ul>.menu-item>a,.fs-header.fs-header_sticky .fs-header__top-grid{height:1.75rem}.fs-header.fs-header_sticky .fs-header__menu>ul>.menu-item>.menu-item-without-link,.fs-header.fs-header_sticky .fs-header__menu>ul>.menu-item>a{height:3.5rem}.fs-header.fs-header_sticky .fs-header__menu>ul>.menu-item>.menu-item-without-link:before,.fs-header.fs-header_sticky .fs-header__menu>ul>.menu-item>a:before{bottom:14px}.fs-header.fs-header_sticky .fs-header__main-grid{height:3.5rem}.fs-header.fs-header_sticky .fs-header__actions .button{height:2.5rem!important}.fs-header.fs-header_sticky .fs-header__logo img{height:calc(var(--logo-desktop-height,48px) * .67);width:var(--logo-desktop-width,auto)}.fs-header.fs-header_sticky .fs-header__menu{margin-left:1.5rem}.fs-header.fs-header_sticky .fs-header__contacts-field{font-size:.75rem;gap:.25rem}.fs-header.fs-header_sticky .fs-header__contacts-field a{font-size:.875rem;line-height:1;display:block}.highlight-active-menu .fs-header__menu>ul>.current-menu-ancestor>.menu-item-without-link:before,.highlight-active-menu .fs-header__menu>ul>.current-menu-ancestor>a:before,.highlight-active-menu .fs-header__menu>ul>.current-menu-item>a:before,.highlight-active-menu .fs-header__submenu>ul>.current-menu-ancestor>.menu-item-without-link:before,.highlight-active-menu .fs-header__submenu>ul>.current-menu-ancestor>a:before,.highlight-active-menu .fs-header__submenu>ul>.current-menu-item>a:before{width:100%}.highlight-active-menu .fs-header .sub-menu .current-menu-item>a{background-color:var(--color-gray-light)}}.highlight-active-menu .fs-header .sub-menu .current-menu-item>a::after{content:'';position:absolute;right:15px;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:var(--color-accent);border-radius:50%}.fs-headline{display:flex;justify-content:space-between;gap:2rem;width:100%}.fs-headline:has(.fs-filter){align-items:flex-end}@media (max-width:1280px){.fs-header__content .fs-header__contacts{display:flex}body:has(#wpadminbar) .fs-header__content{height:100vh;height:calc(var(--vh,1vh) * 100 - 46px);top:46px}.highlight-active-menu .sub-menu .current-menu-item>a{padding-right:25px}.highlight-active-menu .sub-menu .current-menu-item>a::after{right:10px}.fs-headline:has(.fs-filter){align-items:flex-start}}.fs-headline:has(.fs-headline__collage){gap:5rem;align-items:center}@media (max-width:1280px){.fs-headline{flex-direction:column;gap:1rem}}.fs-headline:has(.fs-headline__actions){align-items:flex-end}@media (max-width:1280px){.fs-headline:has(.fs-headline__actions){align-items:flex-start}.fs-headline__video img{display:none}}.fs-headline-middle{align-items:center}.fs-headline-center{flex-direction:column;text-align:center;justify-content:center;align-items:center}.fs-headline-xs{margin:0 0 1rem}.fs-headline-sm{margin:0 0 1.5rem}.fs-headline-md{margin:0 0 2rem}.fs-headline-lg{margin:0 0 2.5rem}.fs-headline-xl{margin:0 0 3rem}.fs-headline__main{max-width:580px;flex:none;width:100%}.fs-headline-center .fs-headline__main{margin:0 auto}.fs-headline__actions{display:flex;gap:1rem}.fs-headline__actions .button{flex:none}.fs-headline:has(.fs-filter) .fs-headline__actions .button{height:3.125rem!important}.fs-headline__video{display:flex;align-items:flex-end;flex:none;gap:.75rem}.fs-headline__video iframe{border-radius:8px;width:614px;height:345px}@media (max-width:1280px){.fs-headline__video iframe{width:500px;height:300px}}.fs-headline__video img{margin:0 0 2rem}.fs-headline__image img{border-radius:8px}.fs-headline__side{flex:auto;position:relative;display:flex;justify-content:flex-end}@media (max-width:992px){.fs-headline:has(.fs-headline__collage){gap:3rem}.fs-headline__video{width:100%;position:relative;padding-top:56.25%}.fs-headline__video iframe{width:100%;height:100%;position:absolute;left:0;top:0}.fs-headline__video img{display:none}.fs-headline__side{width:100%}.fs-headline__collage-column:last-child{display:none}}.fs-headline__tag{position:absolute;z-index:2;gap:10px;padding:0 .75rem;display:flex;align-items:center;color:#fff;height:2rem;letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:700;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);background:#e30b2e;border-radius:100px}.fs-headline__tag svg{height:20px;width:auto}.fs-headline__tag_quality{left:15%;top:15%}.fs-headline__tag_rate{bottom:10%;right:10%}.fs-headline__collage{position:relative}.fs-headline__collage-grid{display:flex;gap:1.125rem}.fs-headline__collage-column{flex:1}.fs-headline__collage-column:first-child,.fs-headline__collage-column_top{margin:auto 0 0}.fs-headline__collage-column img{border-radius:8px;width:100%;-o-object-fit:cover;object-fit:cover;max-height:260px}.fs-headline__collage-column:nth-child(2) img{min-height:412px;max-height:initial}@media (max-width:1280px){.fs-headline__collage-column img{max-height:170px}.fs-headline__collage-column:nth-child(2) img{min-height:360px}}@media (max-width:680px){.fs-headline__actions,.fs-headline__actions .button{width:100%}.fs-headline__tag{font-size:.75rem}.fs-headline__tag_rate{bottom:0}.fs-headline__collage{padding:0 0 1.25rem}.fs-headline__collage-grid{gap:.75rem}.fs-headline__collage-column:nth-child(2){padding:0 0 1.25rem}.fs-headline__collage-column:nth-child(2) img{min-height:264px}}.fs-brands .fs-headline,.fs-dealer .fs-headline{max-width:820px}.fs-headline:has(h1){margin:0 0 1.5rem}.fs-headline__subheading{margin:0 0 1rem;text-transform:uppercase;font-weight:700;color:var(--color-accent);font-size:.875rem;letter-spacing:.04em}@media (max-width:680px){.fs-headline__subheading{margin:0 0 .5rem}.fs-headline__buttons{flex-direction:column}.fs-headline__buttons .button{width:100%}}.fs-headline__title{margin:0!important;font-weight:500;line-height:1.1;padding:0;font-family:var(--font-family-secondary);letter-spacing:-.04em;font-size:2.25rem!important;max-width:900px}@media (max-width:992px){.fs-touch .fs-headline{gap:3rem}.fs-headline__title{font-size:1.75rem!important}}.fs-headline__title span{color:var(--color-gray)}.fs-headline__desc{letter-spacing:-.02em;line-height:1.4;font-size:1.25rem;color:var(--color-gray)}@media (max-width:992px){.fs-headline__desc{font-size:1rem}}.fs-headline__desc h3{color:var(--color-main);line-height:1.3!important}.fs-headline__desc p{margin:0}.fs-headline__desc p:not(:last-child){margin:0 0 1rem}.fs-headline__desc a{color:var(--color-gray);border-bottom:1px solid rgba(0,0,0,.3)}.fs-headline__desc a:hover{color:var(--color-main);border-color:rgba(0,0,0,.6)}.fs-headline:has(.fs-headline__title) .fs-headline__desc{margin:1rem 0 0}.fs-headline__desc~ul{margin-top:1.5rem!important}h1.fs-headline__title~.fs-headline__desc{max-width:580px;margin-top:.25rem}.fs-headline__buttons{display:flex;gap:.5rem;margin:1rem 0 0}.fs-headline~.fs-page{padding-top:3rem;border-top:1px solid var(--color-stroke);margin-top:2.5rem}.fs-help-listings .fs-headline{text-align:center;margin:0 auto 1.5rem;width:initial}.fs-help-listings .fs-headline__desc{font-size:1.125rem}.fs-help-listings.fs-section-align-left .fs-headline{text-align:left;margin:0 0 1.5rem}.fs-help-listings__list.hidden-content{position:relative;max-height:436px;overflow:hidden}.fs-help-listings__list.hidden-content:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-help-listings__list.show-content{max-height:initial}.fs-help-listings__list.show-content:after{display:none}.fs-help-listings__item{display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:var(--color-gray-light);padding:1.25rem;gap:1.5rem;transition:var(--transition);padding-right:2.5rem}.fs-help-listings__item:not(:last-child){margin:0 0 .5rem}.fs-help-listings__item-label{font-size:1.25rem;font-weight:500;display:block;line-height:1.3}.fs-help-listings__item-more{display:table;position:relative;flex:none;font-size:.875rem;color:var(--color-accent)}.fs-help-listings__item-more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-help-listings__item-more span{position:relative}.fs-help-listings__item-more span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-help-listings__item:hover .fs-help-listings__item-more:after{left:calc(100% + 5px)}.fs-help-listings__item:hover .fs-help-listings__item-more span:before{animation:.5s forwards fillLink}.fs-help-listings__button{text-align:center;display:none;margin:1.5rem 0 0}@media (max-width:680px){.fs-help-listings__button{margin:0}.fs-help-listings__button .button{width:100%}}.fs-help-listings:has(.hidden-content) .fs-help-listings__button{display:block}.fs-hero{margin-bottom:3rem;position:relative}@media screen and (min-width:992px){.fs-hero{position:relative;left:50%;transform:translateX(-50%);width:var(--vw,100vw);max-width:100vw}}.fs-hero_type-2{padding:7.5rem 0 2.5rem;margin-bottom:7.5rem}@media (max-width:992px){.fs-hero_type-2{padding:2rem;margin:0 -2rem 3rem}}@media (max-width:680px){.fs-hero_type-2{padding:2rem 1.25rem;margin:0 -1.25rem 3rem}}.fs-hero-centered:has(.fs-hero__pic){margin-bottom:7rem}.fs-hero__content{position:relative;z-index:2;max-width:1464px;width:100%;margin:0 auto;padding:0 2rem}@media (max-width:992px){.fs-hero-centered:has(.fs-hero__pic){margin-bottom:3rem;padding:0}.fs-hero__content{padding:0}}.fs-hero_type-2 .fs-hero__content{display:block}.fs-hero__grid{display:flex;justify-content:space-between;gap:5rem;border-bottom:1px solid var(--color-stroke);padding:0 0 5rem;align-items:center}@media (max-width:992px){.fs-hero__grid{flex-direction:column;gap:3rem}}@media (max-width:680px){.fs-hero__grid{gap:2rem}}.fs-hero-centered .fs-hero__grid,.fs-hero-no-image .fs-hero__grid{flex-direction:column;align-items:center;text-align:center}.fs-hero-centered .fs-hero__grid:has(.fs-hero__pic){padding:0;border:0}.fs-hero_type-2 .fs-hero__grid{border:0;padding-bottom:0}.fs-hero__block{max-width:610px;flex:1;min-width:300px}.page-template-page-wide .fs-hero__block,body.single .fs-hero__block{flex:1;min-width:300px}.fs-hero__block .fs-headline{flex-direction:column;gap:0;margin:0}.fs-hero__block .fs-headline__desc{margin-top:4px;max-width:initial!important;color:#5d5d5d}.fs-hero__block .fs-headline__desc p:not(:last-child){margin:0 0 1rem}.fs-hero.fs-hero-centered .fs-headline__title{font-size:3.5rem!important}.fs-hero-no-image .fs-headline__title{font-size:3.5rem!important}.fs-hero-centered .fs-hero__block{max-width:810px;width:100%;margin:0 auto}.fs-hero-centered .fs-hero__block .fs-headline__main{max-width:100%}.fs-hero-centered .fs-hero__block .fs-headline__buttons{justify-content:center}.fs-hero-no-image .fs-hero__block{max-width:810px;width:100%;margin:0 auto}.fs-hero-no-image .fs-hero__block .fs-headline__main{max-width:100%}.fs-hero-no-image .fs-hero__block .fs-hero__coupon{margin-left:auto;margin-right:auto;text-align:left}.fs-hero-no-image .fs-hero__block .fs-headline__buttons{justify-content:center}.fs-hero__pic{border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--color-gray-light);max-width:694px;overflow:hidden;width:100%;max-height:520px;-o-object-fit:cover;object-fit:cover;flex:1}.fs-hero__pic img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.fs-hero-centered .fs-hero__pic{max-width:initial}@media (max-width:992px){.fs-hero.fs-hero-centered .fs-headline__title{font-size:1.75rem!important}.fs-hero-centered .fs-hero__grid,.fs-hero-no-image .fs-hero__grid{padding:0 0 2.5rem}.fs-hero-no-image .fs-headline__title{font-size:1.75rem!important}.fs-hero-centered .fs-hero__pic{margin:0 -1.25rem;width:initial}}.fs-hero-centered .fs-hero__pic img{width:100%}.fs-hero_type-2 .fs-hero__block{color:#fff;max-width:690px}.fs-hero_type-2 .fs-hero__block .fs-headline{min-height:440px;justify-content:flex-end}.fs-hero_type-2 .fs-hero__block .fs-headline__desc,.fs-hero_type-2 .fs-hero__block .fs-headline__title{color:#fff}.fs-hero__coupon{margin:2rem 0;max-width:380px;overflow:hidden;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid var(--color-stroke);border-radius:8px;display:flex;background:#fff;color:var(--color-main)}.fs-hero__coupon-value{display:flex;align-items:center;justify-content:center;width:120px;flex:none;flex-direction:column;text-align:center;text-transform:uppercase;border-right:2px dashed var(--color-stroke);padding:.5rem 0}.fs-hero__coupon-value strong{display:block;font-size:2.25rem;letter-spacing:-.06em;font-style:italic;font-weight:700;color:var(--color-accent);line-height:1.1}.fs-hero__coupon-value em{display:block;font-size:1.688rem;letter-spacing:-.02em;font-style:italic;font-weight:800;color:var(--color-gray);font-family:var(--font-family-secondary);line-height:1.1}.fs-hero__coupon-flat .fs-hero__coupon-value strong{font-size:2rem}.fs-hero__coupon-flat .fs-hero__coupon-value em{font-size:1.5rem}.fs-hero__coupon-percent .fs-hero__coupon-value strong:after{content:"%"}.fs-hero__coupon-flat .fs-hero__coupon-value strong:before{font-size:1.125rem;position:relative;top:-10px;margin:0 2px 0 0;content:"$"}.fs-hero__coupon-content{display:flex;justify-content:center;flex-direction:column;gap:1rem;padding:1.25rem;flex:auto;background:var(--color-gray-light)}.fs-hero__coupon-label{display:block;font-size:1.125rem;font-weight:700;line-height:1.1;transition:var(--transition)}.fs-hero__coupon-more{font-size:.875rem;color:var(--color-accent);display:table}.fs-hero__coupon-more span{border-bottom:1px solid var(--color-accent);position:relative;display:table}.fs-hero__coupon-more span:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-hero__coupon-more:hover span:after{left:calc(100% + 5px)}.fs-hero a.fs-hero__coupon:hover .fs-hero__coupon-label{color:var(--color-accent)}.fs-hero__bg{position:absolute;left:0;z-index:1;top:0;width:100%;height:100%}.fs-hero__bg:before{background:rgba(0,0,0,.15);top:0;left:0;content:"";z-index:2;width:100%;height:100%;position:absolute}.fs-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-content:has(.fs-hero_type-2){overflow:hidden;position:relative;padding-top:0}.fs-content:has(.fs-hero_type-2) .site-breadcrumbs{position:absolute;top:2.5rem;opacity:.8;z-index:3;color:#fff}.fs-content:has(.fs-hero_type-2) .site-breadcrumbs a{color:#fff;border-color:#fff}@media (min-width:600px){.fs-hero:has(.fs-hero__coupon):has(.fs-headline__desc) .fs-hero__grid{align-items:flex-start}}.fs-locations__list{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1280px){.fs-locations__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.fs-hero__bg:before{background:rgba(0,0,0,.5)}.fs-hero-image .fs-hero__block,.page-template-page-wide .fs-hero__block{width:100%;max-width:100%}.fs-locations__list{grid-template-columns:repeat(2,1fr)}}.fs-locations-col_1 .fs-locations__list{grid-template-columns:repeat(1,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{display:block;column-count:4;column-gap:1rem}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__item{break-inside:avoid;margin-bottom:1rem}@media (max-width:1280px){.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:3}}@media (max-width:992px){.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:2}}.fs-locations__button{text-align:center;display:none}.fs-locations__button .button{width:100%}@media (max-width:680px){.fs-content:has(.fs-hero_type-2) .site-breadcrumbs{top:1.5rem}body:has(.site-breadcrumbs) .fs-hero_type-2{padding-top:8rem}.fs-locations__list{grid-template-columns:repeat(1,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:1}.fs-locations__list.hidden-content{position:relative;max-height:240px;overflow:hidden}.fs-locations__list.hidden-content:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-locations__list.show-content{max-height:initial}.fs-locations__list.show-content:after{display:none}.fs-locations:has(.hidden-content) .fs-locations__button{display:block}}.fs-locations__item{padding:.8rem 1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;min-height:4.625rem;border-radius:8px;justify-content:space-between;background:var(--color-gray-light);transition:var(--transition);position:relative}.fs-locations__item:has(.fs-locations__more){padding-right:7rem}.fs-locations a.fs-locations__item:hover{background:#ececec}.fs-locations__label{display:flex;gap:.5rem;align-items:center;font-size:1.25rem;font-weight:500;font-family:var(--font-family-secondary);color:var(--color-main);line-height:1.1}.fs-locations__label svg{flex:none}.fs-locations a.fs-locations__label{transition:var(--transition)}.fs-locations a.fs-locations__label:hover{color:var(--color-accent)}.fs-locations__more{display:table;font-size:.875rem;color:var(--color-gray);position:absolute;right:2.25rem;transition:var(--transition)}.fs-locations__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-locations__more span{position:relative}.fs-locations__more span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-locations__more:hover:after{left:calc(100% + 5px)}.fs-locations__item:hover .fs-locations__more{color:var(--color-accent)}.fs-locations__item:hover .fs-locations__more span:before{animation:.5s forwards fillLink}.fs-how-work .fs-headline{max-width:574px}.fs-how-work__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:3rem 0 0}.fs-how-work__list-item{padding:1.5rem;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:8px;border:1px solid #ececec}.fs-how-work__list-icon{margin:0 0 2.5rem}.fs-how-work__list-text{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-family-secondary)}.fs-how-work__list-desc{margin:2px 0 0;color:var(--color-gray)}.fs-logo-slider{position:relative;padding:3rem 5rem}.fs-logo-slider:has(.swiper-button-lock){padding-left:0;padding-right:0}.fs-logo-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-logo-slider__arrow.swiper-button-disabled{display:none}.fs-logo-slider__arrow:hover{background:var(--color-gray-light)}.fs-logo-slider__arrow_prev{left:0}.fs-logo-slider__arrow_next{right:0}.fs-logo-slider .swiper-slide{display:flex;height:auto;align-items:center;justify-content:center}.fs-logos__list{display:flex;flex-wrap:wrap;gap:4rem;grid-row-gap:1.5rem;align-items:center}@media (max-width:680px){.fs-logos__list{gap:2rem;display:grid;grid-template-columns:repeat(2,1fr)}}.fs-logos__list-item{display:flex;align-items:center;justify-content:center}.fs-logos__list-item:nth-child(odd):last-child{grid-column:span 2;justify-self:center}.fs-logos__list-item-img{display:flex;align-items:center;justify-content:center;width:160px;height:60px}.fs-logos__list-item img{filter:grayscale(1);opacity:.6;transition:var(--transition);max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media (max-width:992px){.fs-logos__list{gap:2rem}.fs-logos__list-item-img{width:140px;height:55px}}@media (max-width:680px){.fs-logos__list-item-img{width:120px;height:50px}}.fs-logos__list-item img:hover{opacity:1;filter:grayscale(0)}.fs-map{position:relative;padding:5rem 0}@media screen and (min-width:1280px){.fs-map{position:relative;left:50%;transform:translateX(-50%);width:100vw;width:var(--vw);max-width:100vw}}@media (max-width:992px){.fs-map{padding:4rem 0 0;border-top:1px solid var(--color-stroke)}}.fs-map__content{max-width:1464px;width:100%;margin:0 auto;padding:0 2rem}@media (max-width:680px){.fs-map__content{padding:0 1.25rem}}.fs-map__lazy{width:100%;height:100%}.fs-map__block{background:#fff;position:relative;z-index:3;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);padding:3rem 4rem;max-width:510px;border-radius:8px}.fs-map__block .title_big,.fs-map__block h2{margin:0;padding:0;font-weight:500;line-height:1.1;letter-spacing:-.04em;font-family:var(--font-family-secondary);font-size:2.25rem}@media (max-width:680px){.fs-map__block .title_big,.fs-map__block h2{font-size:1.75rem!important}}.fs-map__contacts-field{margin:1.75rem 0 0;display:flex;gap:.5rem;align-items:flex-start;font-size:1.125rem}.fs-map__contacts-field a{font-weight:700;text-decoration:underline;color:var(--color-accent)}.fs-map__contacts-field a:hover{color:var(--color-main)}.fs-map__contacts-field svg{flex:none}.fs-map__contacts-field:nth-child(1) svg{transform:translateY(2px)}.fs-map__contacts-field:nth-child(3) svg{transform:translateY(2px)}.fs-map__contacts-field:nth-child(4) svg{transform:translateY(1px)}.fs-map__frame{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.fs-map__frame_disabled:before{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;color:#ccc;font-size:3rem;padding:0 0 0 14rem;content:"Click to use the map";cursor:pointer;z-index:2;transition:var(--transition)}.fs-map__frame_disabled:hover:before{opacity:1}@media (max-width:992px){.fs-map__block{box-shadow:none;max-width:100%;padding:0 0 2rem}.fs-map__frame_disabled:before{display:none}.fs-map__frame{position:initial;height:520px}}.fs-map__frame img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fs-map__frame iframe{width:100%;height:calc(100% + 160px);display:block;transform:translateY(-62px)}.fs-page.fs-page-slim{max-width:810px;margin-left:auto;margin-right:auto}.fs-page__grid{display:flex;gap:2rem;justify-content:space-between}.fs-page__sidebar{width:338px;flex:none}.fs-page__sidebar-scroll{position:sticky;top:6.938rem}.fs-page__content{flex:auto;max-width:928px}.fs-page__block{padding:2.5rem!important;border-radius:8px;background:var(--color-gray-light)}.fs-page__block:not(:last-child){margin:0 0 .5rem}.fs-page__block ul{list-style:none!important;padding:0!important;margin:1.5rem 0 0!important}.fs-page__block ul li{font-size:1rem;font-weight:700;padding-left:2.5rem!important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTQ5NjEgMTguMjI5MUwzLjg0OTYxIDEyLjUyOTFMNS4yNzQ2MSAxMS4xMDQxTDkuNTQ5NjEgMTUuMzc5MUwxOC43MjQ2IDYuMjA0MUwyMC4xNDk2IDcuNjI5MUw5LjU0OTYxIDE4LjIyOTFaIiBmaWxsPSIjRTMwQjJFIi8+Cjwvc3ZnPgo=) 0 50% no-repeat}.fs-page__block ul li:before{display:none!important}.fs-page__block ul li:not(:last-child){margin:0 0 1.5rem!important}.fs-page__title{font-family:var(--font-family-secondary);margin:0 0 .25rem;font-size:1.5rem;font-weight:500;line-height:1.3}.fs-page__desc{color:var(--color-gray);font-size:1rem}.fs-page__desc p{margin:0}.fs-page__btn{margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}@media (max-width:992px){.fs-page__block{padding:1.5rem!important}.fs-page__btn{flex-direction:row}}.fs-page__btn .button{width:100%}@media (max-width:992px){.fs-page__btn .button{width:initial}}@media (max-width:680px){.fs-page__btn{flex-direction:column}.fs-page__btn .button{width:100%}}body:has(#wpadminbar) .fs-blog-post__social_float{top:8.938rem}@media (max-width:992px){body:has(#wpadminbar) .fs-blog-post__social_float{top:46px}}body:has(#wpadminbar) .fs-page__sidebar-scroll{top:8.938rem}@media (max-width:992px){body:has(#wpadminbar) .fs-page__sidebar-scroll{top:46px}}.fs-price-page{max-width:880px}.fs-price-page__section:not(:last-child){margin:0 0 4rem}.fs-price-page__section .title{margin:0 0 1rem}.fs-price-page__head{margin:0 0 1.5rem;display:flex;align-items:center;justify-content:space-between}.fs-price-page__head-counter{display:flex;align-items:center;gap:.5rem}.fs-price-page__head-counter .fs-filter select{min-width:90px}.fs-price-page__head-search{flex:none;width:100%;max-width:336px}.fs-price-page__head-search input{box-sizing:border-box;width:100%;background:var(--color-gray-light);padding:0 1.25rem;border-radius:4px;height:50px;font-family:var(--font-family);letter-spacing:-.02em;border:1px solid transparent;transition:var(--transition);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fs-price-page__head-search input:focus{background:#fff;border-color:var(--color-accent)}.fs-price-page__head-search input::-moz-placeholder{color:var(--color-gray)}.fs-price-page__head-search input::placeholder{color:var(--color-gray)}.fs-price-page__table table{display:flex;flex-direction:column;gap:1rem}.fs-price-page__table thead{position:sticky;top:4.938rem;width:100%}.fs-price-page__table thead tr{justify-content:space-between;display:flex;padding:1rem 1.5rem;background:#fff;align-items:center;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;border-radius:8px}.fs-price-page__table thead th{display:flex;gap:4px;font-size:.875rem;font-weight:700;color:var(--color-gray);text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-price-page__table thead th:hover{color:var(--color-main)}.fs-price-page__table thead th span{display:flex;flex-direction:column;line-height:1;transform:translateY(2px)}.fs-price-page__table thead th span svg{margin:-4px 0}.fs-price-page__table tbody{width:100%}.fs-price-page__table tbody tr{padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.fs-price-page__table tbody tr:not(:last-child){margin:0 0 .5rem}.fs-price-page__table tbody tr:nth-child(2n-1){background:var(--color-gray-light)}.fs-price-page__table tbody td{line-height:1.3}.fs-price-page__table tbody td:first-child{max-width:600px;font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:500}.fs-price-page__table tbody td:first-child .title{margin:0}.fs-price-page__table tbody td:first-child p{color:var(--color-gray);font-size:1rem;font-family:var(--font-family);font-weight:400}.fs-price-page__table tbody td:first-child p:not(:first-child){margin:.5rem 0 0}.fs-price-page__table tbody td:last-child{text-align:right;font-size:.875rem;color:var(--color-gray);max-width:220px}.fs-price-page__table tbody td:last-child strong{color:var(--color-accent);font-weight:700}.fs-price-page__value{font-size:1.125rem;line-height:1.1}.fs-price-page__paging{margin:.5rem 0 0;padding:.5rem 0 0;display:flex;align-items:center;border-top:1px solid var(--color-stroke);justify-content:space-between}.fs-price-page__paging-counter{font-size:.875rem;color:var(--color-gray)}.fs-price-page__paging-controls{display:flex;align-items:center}.fs-price-page__paging-arrow{display:block;opacity:.5;transition:var(--transition);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fs-price-page__paging-arrow:hover{opacity:1}.fs-price-page__content{margin:4rem 0}.fs-price-page__similar{margin:4rem 0 0}.fs-price-page__similar .title{font-size:1.5rem;margin:0 0 .5rem}.fs-price-page__similar .fs-services-grid{margin:0;grid-template-columns:repeat(3,1fr)}.fs-ratings{display:flex;align-items:center;padding:2.5rem;border-radius:8px;background:var(--color-gray-light);gap:4rem;flex-direction:row}.fs-ratings-style_2{background:0 0;padding-left:0;padding-right:0}@media (max-width:1280px){.fs-ratings{gap:2rem;justify-content:space-between}}@media (max-width:992px){.fs-ratings{gap:0;flex-direction:column}}.fs-ratings__about{display:flex;gap:.5rem;align-items:center}@media (max-width:1280px){.fs-ratings__about{flex-direction:column;align-items:flex-start;max-width:250px;gap:0;flex:none}}@media (max-width:992px){.fs-ratings__about{padding:0 0 1.5rem;margin:0 0 1.5rem;border-bottom:1px solid var(--color-stroke);max-width:initial;text-align:center;align-items:center;width:100%}}@media (max-width:680px){.fs-ratings__about{flex-direction:row;text-align:left;gap:.5rem;justify-content:flex-start}}.fs-ratings__about strong{color:var(--color-accent);line-height:1.1;font-size:3.5rem;font-weight:500;font-family:var(--font-family-secondary)}@media (max-width:1280px){.fs-ratings__about strong{font-size:3rem}}@media (max-width:992px){.fs-ratings__about strong{font-size:2.5rem}}.fs-ratings__about span{font-size:1.25rem;line-height:1.4}.fs-ratings__list{position:relative;width:100%}@media screen and (min-width:680px){.fs-ratings__list{display:flex;flex:none;width:initial}.fs-ratings__list .swiper .swiper-wrapper{transform:none!important}.fs-ratings__list .swiper .swiper-wrapper .swiper-slide{display:flex;height:auto;align-items:center;justify-content:center;width:initial!important}.fs-ratings-style_2 .fs-ratings__list .swiper-slide:last-child .fs-ratings__item{padding-right:3rem;border-right:1px solid var(--color-stroke)}}.fs-ratings__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:none;align-items:center;justify-content:center;border-radius:50%;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}@media (max-width:680px){.fs-ratings__arrow{display:flex}}.fs-ratings__arrow.swiper-button-disabled{display:none}.fs-ratings__arrow:hover{background:var(--color-gray-light)}.fs-ratings__arrow_prev{left:0}.fs-ratings__arrow_next{right:0}.fs-ratings__item{display:flex;flex-direction:column;gap:.75rem;align-items:center}@media screen and (min-width:680px){.fs-ratings__item{padding:0 2rem;border-left:1px solid var(--color-stroke);flex:1;white-space:nowrap}}@media screen and (min-width:1281px){.fs-ratings__item{padding:0 4rem}}.fs-ratings__social{display:flex;align-items:center;gap:10px}.fs-ratings__social-icon{transform:translateY(1px)}.fs-ratings__social-icon img{width:24px;height:auto}.fs-ratings__social-title{margin:0 0 .25rem;font-weight:700}.fs-ratings__read{text-align:center;font-size:.875rem;position:relative}.fs-ratings__read:before{position:absolute;bottom:0;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-ratings__read:hover{color:var(--color-accent)}.fs-ratings__read:hover:before{animation:.5s forwards fillLink}.fs-ratings .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex}.fs-reviews{display:flex;align-items:center;flex-direction:row}@media (max-width:1280px){.fs-ratings__about span{font-size:1.125rem}.fs-reviews{display:block}}.fs-reviews .fs-headline{margin:0;display:block}.fs-reviews-style_2{display:block}.fs-reviews-style_2 .fs-headline__subheading,.fs-reviews-style_2 .fs-headline__title{display:none}.fs-reviews__toggle{margin:1.5rem 0 0;display:flex;gap:.5rem}@media (max-width:680px){.fs-reviews__toggle{flex-direction:column}}.fs-reviews__toggle-btn .button{border-radius:35px;border-color:var(--color-stroke);color:var(--color-main);-webkit-user-select:none;-moz-user-select:none;user-select:none}.fs-reviews__toggle-btn .button .fs-reviews-thumbtack-icon{color:#009fd9}@media (max-width:992px){.fs-ratings__about span{font-size:1.125rem}.fs-reviews__toggle-btn .button{width:100%}}.fs-reviews__toggle-btn .button:hover{opacity:.7;color:var(--color-main);background:#fff}.fs-reviews__toggle-btn_active .button{border-color:var(--color-accent)}.fs-reviews-style_2 .fs-reviews__toggle{margin:0}.fs-reviews__about{width:33%}@media (max-width:1280px){.fs-reviews__about{width:100%}}.fs-reviews-style_2 .fs-reviews__about{width:initial;margin:0 0 2.5rem;padding:0 0 1.5rem;border-bottom:1px solid var(--color-stroke)}.fs-reviews__content{display:none;align-items:center;justify-content:space-between;width:67%;border-left:1px solid var(--color-stroke);padding:0 0 0 1.5rem;min-height:250px}@media (max-width:1280px){.fs-reviews__content{width:100%;padding:0;border:0;margin:1.5rem 0 0}}.fs-reviews__content_show{display:flex}.fs-reviews__content .grw-dots{display:none}.fs-reviews__content .wp-gr{padding:0!important}.fs-reviews-style_2 .fs-reviews__content{width:initial;padding:0;border:0}.fs-reviews__rate{width:30%;padding:0 1.5rem 0 0}.fs-reviews-style_2 .fs-reviews__rate{width:17%}.fs-reviews__slider{width:70%;position:relative;padding:0 3rem}.fs-reviews__slider .swiper-slide{height:auto;display:flex;align-items:center;justify-content:center;width:250px}.fs-reviews__slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-reviews__slider-arrow.swiper-button-disabled{display:none}.fs-reviews__slider-arrow:hover{background:var(--color-gray-light)}.fs-reviews__slider-arrow_prev{left:0}.fs-reviews__slider-arrow_next{right:0}.fs-reviews-style_2 .fs-reviews__slider{width:83%}/*! Reviews Page
  -------------------
   */.fs-reviews-page{display:flex;align-items:center;padding:2.5rem;border-radius:8px;background:var(--color-gray-light);gap:4rem}.fs-reviews-page__about{display:flex;gap:.5rem;align-items:center}.fs-reviews-page__about strong{color:var(--color-accent);line-height:1.1;font-size:3.5rem;font-weight:500;font-family:var(--font-family-secondary)}.fs-reviews-page__about span{font-size:1.25rem;line-height:1.4}.fs-reviews-page__list{display:flex;flex:none}.fs-reviews-page__item{padding:0 4rem;border-left:1px solid var(--color-stroke);flex:1;white-space:nowrap;display:flex;flex-direction:column;gap:.75rem;align-items:center}.fs-reviews-page__item:last-child{padding-right:0}.fs-reviews-page__social{display:flex;align-items:center;gap:10px}.fs-reviews-page__social-title{margin:0 0 .25rem;font-weight:700}.fs-reviews-page__read{text-decoration:underline;text-align:center;font-size:.875rem}.fs-reviews-page__read:hover{color:var(--color-accent)}.fs-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.fs-services-grid__item{display:flex;background:var(--color-gray-light);padding:1.25rem;border-radius:8px;flex-direction:column;justify-content:space-between}.fs-services-grid__item:hover{background:#ececec}.fs-services-grid__title{display:block;line-height:1.3;font-weight:500;font-size:1.5rem}.fs-services-grid__desc{margin:2px 0 auto;color:var(--color-gray);font-size:.875rem}.fs-services-grid__more{display:block;margin:1.5rem 0 0;font-size:.875rem;color:var(--color-accent)}.fs-services-grid__more span{border-bottom:1px solid var(--color-accent)}.fs-service-listings__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.fs-service-listings.fs-service-listings-col_3 .fs-service-listings__list{grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.fs-service-listings__list{grid-template-columns:repeat(1,1fr)}.fs-service-listings.fs-service-listings-col_3 .fs-service-listings__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.fs-service-listings.fs-service-listings-col_3 .fs-service-listings__list{grid-template-columns:repeat(1,1fr)}}.fs-service-listings.fs-service-listings-col_2 .fs-service-listings__list{grid-template-columns:repeat(2,1fr)}.fs-service-listings__item{display:flex;background:var(--color-gray-light);padding:1.25rem;border-radius:8px;flex-direction:column;justify-content:space-between;transition:var(--transition)}.fs-service-listings__item:hover{background:#ececec}.fs-service-listings__title{display:block;line-height:1.3;font-weight:500;font-size:1.5rem;font-family:var(--font-family-secondary)}.fs-service-listings__desc{margin:2px 0 auto;color:var(--color-gray);font-size:.875rem}.fs-service-listings__more{margin:1.5rem auto 0 0;display:table;font-size:.875rem;color:var(--color-accent);position:relative}.fs-service-listings__more span{position:relative}.fs-service-listings__more span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-service-listings__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-service-listings__more:hover:after{left:calc(100% + 5px)}.fs-service-listings__item:not(:has(.fs-service-listings__desc)) .fs-service-listings__more{margin-top:.5rem}.fs-service-listings__item:hover .fs-service-listings__more span:before{animation:.5s forwards fillLink}.fs-services .fs-headline__desc{max-width:692px}.fs-services .fs-services-grid{margin:0}.fs-service-cards__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1280px){.fs-service-cards__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.fs-service-listings.fs-service-listings-col_2 .fs-service-listings__list{grid-template-columns:repeat(1,1fr)}.fs-service-cards__list{grid-template-columns:repeat(2,1fr)}}.fs-service-cards__item{background:var(--color-gray-light);overflow:hidden;border-radius:8px;transition:var(--transition);position:relative;display:block;min-height:148px}@media screen and (min-width:992px){.fs-service-cards__item-tile{background:#333!important;color:#fff}.fs-service-cards__item-tile:first-child{grid-column:1/3}.fs-service-cards__item-tile:last-child{grid-column:3/5}.fs-service-cards__item-tile .fs-service-cards__icon{color:#fff}}.fs-service-cards__about{padding:1.25rem;height:100%;flex-direction:column;align-items:flex-start;display:flex;position:relative}.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__about{min-height:320px;justify-content:flex-end}.fs-service-cards__image{position:absolute;right:0;top:0;width:60%;height:calc(100% + 1px);clip-path:polygon(65% 0,100% 0,100% 100%,0 100%);overflow:hidden}.fs-service-cards__image img{width:100%;height:100%;transition:var(--transition);-o-object-fit:cover;object-fit:cover}.fs-service-cards__icon{margin:0 0 auto;color:var(--color-accent)}@media (max-width:992px){.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__about{min-height:initial;padding-left:4.75rem;justify-content:initial}.fs-service-cards__image{display:none}.fs-service-cards__icon{position:absolute;left:1.125rem;top:1.25rem}.fs-service-cards__icon svg{width:40px;height:auto}}.fs-service-cards__title{display:block;line-height:1.3;font-weight:500;font-size:1.5rem;font-family:var(--font-family-secondary);color:var(--color-main)}@media (max-width:992px){.fs-service-cards__title{font-size:1.25rem;margin:0}}@media screen and (min-width:992px){.fs-service-cards__item-tile .fs-service-cards__title{color:#fff;max-width:320px}}@media screen and (min-width:992px) and (max-width:992px){.fs-service-cards__item-tile .fs-service-cards__title{max-width:240px}}.fs-service-cards__desc{margin:0 0 1rem;color:var(--color-gray);font-size:.875rem}.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__desc{margin:2px 0 0}@media (max-width:992px){.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__desc{margin-bottom:1rem}}@media screen and (min-width:992px){.fs-service-cards__item-tile .fs-service-cards__desc{color:#fff;opacity:.7;max-width:320px}}@media screen and (min-width:992px) and (max-width:992px){.fs-service-cards__item-tile .fs-service-cards__desc{max-width:220px}}.fs-service-cards__more{margin:auto 0 0;display:table;font-size:.875rem;color:var(--color-accent);position:relative}.fs-service-cards__more span{position:relative}.fs-service-cards__more span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-service-cards__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-service-cards__more:hover:after{left:calc(100% + 7px)}.fs-service-cards__item:hover .fs-service-cards__more span:before{animation:.5s forwards fillLink}.fs-service-cards__item:hover .fs-service-cards__image img{transform:scale(1.05)}.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__more{margin:1rem 0 0}@media screen and (min-width:992px){.fs-service-cards__item-tile .fs-service-cards__more{color:#fff;border-color:#fff}}@media (max-width:1280px){.fs-service-cards__image{width:48%;clip-path:polygon(80% 0,100% 0,100% 100%,0 100%)}.home .fs-service-cards__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.fs-service-cards__item:has(.fs-service-cards__icon) .fs-service-cards__more{margin:auto 0 0}.home .fs-service-cards__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.fs-service-cards__list{grid-template-columns:repeat(1,1fr)}.fs-service-cards__item{min-height:initial}.home .fs-service-cards__list{grid-template-columns:repeat(1,1fr)}}.acf-block-preview .fs-service-cards__more{top:-40px}.fs-service-area__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;grid-row-gap:5rem}.fs-service-area h3,.fs-service-area__label{margin:0 0 1rem!important;font-size:1.5rem!important;font-weight:500!important;font-family:var(--font-family-secondary)!important}.fs-service-area h4,.fs-service-area__sublabel{color:var(--color-accent);text-transform:uppercase!important;font-weight:700!important;letter-spacing:.04em!important;line-height:1.1!important;font-size:.875rem!important;margin:0 0 1rem!important}.fs-service-area__list{display:flex;flex-direction:column;gap:.75rem}.fs-service-area__list a:hover{color:var(--color-accent)}.fs-service-area .wp-block-column{display:flex;flex-direction:column}.fs-service-area .wp-block-column p{margin:0!important;padding:0;font-size:1rem}.fs-service-area .wp-block-column p:not(:last-child){margin:0 0 .75rem!important}.fs-service-area .wp-block-column a{border:0;color:var(--color-main)}.fs-service-area .wp-block-column a:hover{color:var(--color-accent)}.fs-service-cards-slider .fs-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}@media (max-width:992px){.fs-service-cards-slider .fs-headline{flex-direction:column;align-items:flex-start;gap:1.5rem}}.fs-service-cards__arrows{display:flex;gap:.5rem;flex-shrink:0}.fs-service-cards__arrow{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-service-cards__arrow.swiper-button-disabled{display:none}@media (min-width:600px){.fs-service-cards__arrow:hover{background:var(--color-gray-light)}.fs-touch__form .wpforms-submit:hover span span:first-child{transform:translateY(-130%) translateZ(0)}.fs-touch__form .wpforms-submit:hover span span:last-child{transform:translateY(0) translateZ(0)}}.fs-service-cards__slider{position:relative}.fs-service-cards__slider .swiper-slide{height:auto}.fs-service-cards__slider .swiper{overflow:hidden}.fs-service-cards__slider .swiper-wrapper{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.fs-service-cards__slider .swiper:not(.swiper-initialized) .swiper-wrapper{display:block}.fs-service-cards__slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{display:block}.fs-service-area:not(:last-child){margin:0 0 5rem}.fs-support{margin:2.5rem 0;padding:2.5rem;border-radius:8px;background:var(--color-gray-light)}.fs-support .fs-headline__main{max-width:100%}.fs-support__title{margin:0 0 .5rem;max-width:560px}.fs-support__title span{color:var(--color-gray)}.fs-support__desc{color:var(--color-gray);font-size:1.25rem}.fs-support__note{font-size:1.5rem;font-weight:500;line-height:1.3;font-family:var(--font-family-secondary);margin:2.5rem 0 0}.fs-support__mail{display:flex;align-items:center;margin:2.5rem 0 0;gap:.5rem;color:var(--color-accent)}.fs-support__mail svg{width:25px;height:auto}.fs-support__mail span{color:var(--color-main);transition:var(--transition)}.fs-support__mail:hover span{color:var(--color-accent)}.fs-support__buttons{margin:2.5rem 0 0;display:flex;gap:.5rem}.dataTables_wrapper{max-width:880px;margin:1rem 0 4rem}.dataTables_wrapper .dataTables_length{margin:0 0 1.5rem;font-size:1rem}.dataTables_wrapper .dataTables_length select{height:3.125rem;min-width:90px;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid rgba(207,207,207,.4);border-radius:4px;padding:0 1.25rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEzLjIyODlMMTUuOSA5LjMyODkxQzE2LjI4NjYgOC45NDIzMSAxNi45MTM0IDguOTQyMzEgMTcuMyA5LjMyODkxQzE3LjY4NjYgOS43MTU1MSAxNy42ODY2IDEwLjM0MjMgMTcuMyAxMC43Mjg5TDEyLjcwNzEgMTUuMzIxOEMxMi4zMTY2IDE1LjcxMjMgMTEuNjgzNCAxNS43MTIzIDExLjI5MjkgMTUuMzIxOEw2LjcgMTAuNzI4OUM2LjMxMzQgMTAuMzQyMyA2LjMxMzQgOS43MTU1MSA2LjcgOS4zMjg5MUM3LjA4NjYgOC45NDIzMSA3LjcxMzQgOC45NDIzMSA4LjEgOS4zMjg5MUwxMiAxMy4yMjg5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) calc(100% - 1.25rem) 50% no-repeat #fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:var(--transition);outline:0}.dataTables_wrapper .dataTables_length select:hover{box-shadow:0 10px 30px 0 rgba(0,0,0,.1)}.dataTables_wrapper .dataTables_length *{font-family:var(--font-family)}.dataTables_wrapper .dataTables_filter{font-size:1rem}@media (max-width:680px){.fs-support__buttons{flex-direction:column}.fs-support__buttons .button{width:100%}.dataTables_wrapper .dataTables_length{float:none;margin:0 0 1rem}.dataTables_wrapper .dataTables_filter{float:none;margin:0 0 2rem}}.dataTables_wrapper .dataTables_filter label{position:relative}.dataTables_wrapper .dataTables_filter label input{box-sizing:border-box;background:var(--color-gray-light);padding:0 1.25rem;border-radius:4px;height:50px;font-family:var(--font-family);letter-spacing:-.02em;border:1px solid transparent;transition:var(--transition);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}.dataTables_wrapper .dataTables_filter label input:focus{background:#fff;border-color:var(--color-accent)}.dataTables_wrapper .dataTables_filter label input::-moz-placeholder{color:var(--color-gray)}.dataTables_wrapper .dataTables_filter label input::placeholder{color:var(--color-gray)}.dataTables_wrapper .dataTables_paginate{padding:0;margin:0}.dataTables_wrapper .dataTables_paginate .paginate_button{width:40px;height:40px;overflow:hidden;padding:0;gap:0;color:transparent;opacity:.5;transition:var(--transition);cursor:pointer;margin:0}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{opacity:1}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button:after,.dataTables_wrapper .dataTables_paginate .paginate_button:before{display:none}.dataTables_wrapper .dataTables_paginate .paginate_button.previous{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjUzNjggMTEuMDYyQzIzLjg0MzYgMTAuNzU1MiAyNC4zNDA5IDEwLjc1NTIgMjQuNjQ3NyAxMS4wNjJWMTEuMDYyQzI0Ljk1NDQgMTEuMzY4NyAyNC45NTQ0IDExLjg2NjEgMjQuNjQ3NyAxMi4xNzI4TDE3LjU0OTEgMTkuMjcxNEMxNy4wMjAzIDE5LjgwMDMgMTcuMDIwMyAyMC42NTc3IDE3LjU0OTEgMjEuMTg2NUwyNC42NDc3IDI4LjI4NTFDMjQuOTU0NCAyOC41OTE5IDI0Ljk1NDQgMjkuMDg5MiAyNC42NDc3IDI5LjM5NlYyOS4zOTZDMjQuMzQwOSAyOS43MDI3IDIzLjg0MzYgMjkuNzAyNyAyMy41MzY4IDI5LjM5NkwxNS4zMjczIDIxLjE4NjVDMTQuNzk4NSAyMC42NTc3IDE0Ljc5ODUgMTkuODAwMyAxNS4zMjczIDE5LjI3MTRMMjMuNTM2OCAxMS4wNjJaIiBmaWxsPSIjNzc3Nzc3IiBzdHJva2U9IiM3Nzc3NzciLz4KPC9zdmc+Cg==) no-repeat;background-size:contain}.dataTables_wrapper .dataTables_paginate .paginate_button.next{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ2MzIgMjkuMzk2QzE2LjE1NjQgMjkuNzAyOCAxNS42NTkxIDI5LjcwMjggMTUuMzUyMyAyOS4zOTZWMjkuMzk2QzE1LjA0NTYgMjkuMDg5MyAxNS4wNDU2IDI4LjU5MTkgMTUuMzUyMyAyOC4yODUyTDIyLjQ1MDkgMjEuMTg2NkMyMi45Nzk3IDIwLjY1NzcgMjIuOTc5NyAxOS44MDAzIDIyLjQ1MDkgMTkuMjcxNUwxNS4zNTIzIDEyLjE3MjlDMTUuMDQ1NiAxMS44NjYyIDE1LjA0NTYgMTEuMzY4OCAxNS4zNTIzIDExLjA2MlYxMS4wNjJDMTUuNjU5MSAxMC43NTUzIDE2LjE1NjQgMTAuNzU1MyAxNi40NjMyIDExLjA2MkwyNC42NzI3IDE5LjI3MTVDMjUuMjAxNSAxOS44MDAzIDI1LjIwMTUgMjAuNjU3NyAyNC42NzI3IDIxLjE4NjZMMTYuNDYzMiAyOS4zOTZaIiBmaWxsPSIjNzc3Nzc3IiBzdHJva2U9IiM3Nzc3NzciLz4KPC9zdmc+Cg==) no-repeat;background-size:contain}.dataTables_wrapper .dataTables_info{color:var(--color-gray);font-size:.875rem}.tablepress:not(.fuse-table) thead{background:#fff;align-items:center;box-shadow:0 10px 30px 0 rgba(0,0,0,.05)}.tablepress:not(.fuse-table) thead th{border-top:1px solid #ececec;border-bottom:1px solid #ececec}.tablepress:not(.fuse-table) thead th:first-child{border-left:1px solid #ececec;border-radius:8px 0 0 8px}.tablepress:not(.fuse-table) thead th:last-child{border-right:1px solid #ececec;border-radius:0 8px 8px 0}.tablepress:not(.fuse-table) th{font-size:.75rem;font-weight:700;color:var(--color-gray);text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition);background:0 0!important;padding:.5rem 1rem .5rem 0;line-height:1.2;width:initial!important}.tablepress:not(.fuse-table) th:first-child{padding-left:1.5rem}.tablepress:not(.fuse-table) th:after{margin:.3rem 0 0 .25rem;position:initial}.tablepress:not(.fuse-table) th:hover{color:var(--color-main)}.tablepress:not(.fuse-table) th span{display:flex;flex-direction:column;line-height:1;transform:translateY(2px)}.tablepress:not(.fuse-table) th span svg{margin:-4px 0}.tablepress:not(.fuse-table) td{line-height:1.3;border:0;background:0 0!important;font-size:1rem;font-family:var(--font-family);font-weight:400;padding:1rem}.tablepress:not(.fuse-table) td:first-child{padding-left:1.5rem;border-radius:8px 0 0 8px}.tablepress:not(.fuse-table) td:last-child{padding-right:1.5rem;border-radius:0 8px 8px 0}.tablepress:not(.fuse-table) td span{color:var(--color-gray)}.tablepress:not(.fuse-table) td p{font-size:1rem;font-family:var(--font-family);font-weight:400}.tablepress:not(.fuse-table) td p:not(:first-child){margin:.5rem 0 0}.tablepress:not(.fuse-table) tbody tr:nth-child(2n-1) td{background:var(--color-gray-light)!important}.tablepress.fuse-table{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid var(--color-stroke);margin:0 0 .5rem;padding:0 0 1rem}.tablepress.fuse-table caption{display:none}.tablepress.fuse-table thead{position:sticky;top:4.938rem;width:100%}.tablepress.fuse-table thead tr{justify-content:space-between;display:flex;padding:1rem 1.5rem;background:#fff;align-items:center;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;border-radius:8px}.tablepress.fuse-table thead th{display:flex;gap:4px;font-size:.875rem;font-weight:700;color:var(--color-gray);text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition);background:0 0!important;padding:0;width:initial!important}.tablepress.fuse-table thead th:after{margin:.3rem 0 0 .25rem;position:initial}.tablepress.fuse-table thead th:hover{color:var(--color-main)}.tablepress.fuse-table thead th span{display:flex;flex-direction:column;line-height:1;transform:translateY(2px)}.tablepress.fuse-table thead th span svg{margin:-4px 0}.tablepress.fuse-table tbody{width:100%}.tablepress.fuse-table tbody tr{padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}@media (max-width:992px){.fs-support{padding:1.5rem}.tablepress.fuse-table tbody tr{padding:.875rem 1rem}}.tablepress.fuse-table tbody tr:not(:last-child){margin:0 0 .5rem}.tablepress.fuse-table tbody tr:nth-child(2n-1){background:var(--color-gray-light)}.tablepress.fuse-table tbody td{line-height:1.3;padding:0;border:0;background:0 0!important}.tablepress.fuse-table tbody td:first-child{max-width:600px;font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:500}@media (max-width:992px){.tablepress.fuse-table tbody td:first-child{font-size:1rem}}.tablepress.fuse-table tbody td:first-child .title{margin:0}.tablepress.fuse-table tbody td:first-child p{color:var(--color-gray);font-size:1rem;font-family:var(--font-family);font-weight:400}.tablepress.fuse-table tbody td:first-child p:not(:first-child){margin:.5rem 0 0}.tablepress.fuse-table tbody td:last-child{text-align:right;font-size:1.125rem;line-height:1.1;color:var(--color-gray);max-width:220px}.tablepress.fuse-table tbody td:last-child strong{color:var(--color-accent);font-weight:700}body:has(#wpadminbar) .tablepress thead{top:6.938rem}.fs-team{position:relative;padding:0 3.5rem}.fs-team:has(.swiper-button-lock){padding-left:0;padding-right:0}.fs-team__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.fs-team__arrow.swiper-button-disabled{display:none}.fs-team__arrow:hover{background:var(--color-gray-light)}.fs-team__arrow_prev{left:0}.fs-team__arrow_next{right:0}.fs-team__person{position:relative;border-radius:6px;overflow:hidden}.fs-team__pic{position:relative}.fs-team__pic img{width:100%;height:290px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.fs-team__about{position:absolute;left:0;top:0;display:flex;flex-direction:column;z-index:3;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4));padding:1.25rem;color:#fff;justify-content:flex-end;width:100%;height:100%}.fs-team__about-name{font-size:1.25rem;font-weight:500;font-family:var(--font-family-secondary)}.fs-team__about-title{font-size:.875rem}.fs-team__card{position:absolute;background:#f7f7f7;padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-end;z-index:5;opacity:0;transition:var(--transition);width:100%;height:100%;left:0;top:0}.fs-team__avatar{margin:0 0 auto}.fs-team__avatar img{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.fs-team__name{font-size:1.25rem;font-weight:500;font-family:var(--font-family-secondary)}.fs-team__title{color:#777;font-size:.875rem}.fs-team__skills{margin:1rem 0 0!important;font-size:.875rem}.fs-team__skills li{padding-left:14px!important}.fs-team__skills li:before{top:8px!important}.fs-team__person:hover .fs-team__card{opacity:1}.fs-team:has(.swiper:not(.swiper-initialized)){padding:0}.fs-team:has(.swiper:not(.swiper-initialized)) .fs-team__arrow{display:none}.fs-team .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:1rem}.fs-team .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{flex:1}.fs-team .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4){display:none}@media (min-width:992px){.fs-team{margin-left:-3.5rem;margin-right:-3.5rem}}.fs-touch{display:flex;gap:2.5rem;justify-content:space-between}.fs-touch .fs-headline__form{display:none;margin:0 0 1rem}.fs-touch__overlay-close{display:none}@media (max-width:680px){.fs-touch .fs-headline__side{width:100%;height:100%;z-index:99;position:fixed;overflow:hidden;left:0;top:0;pointer-events:none;opacity:0}.fs-touch .fs-headline__side:before{z-index:2;background:rgba(0,0,0,.2);opacity:0;transition:var(--transition);left:0;top:0;position:fixed;width:100%;height:100%;content:""}.fs-touch .fs-headline__side_show{pointer-events:auto;opacity:1}.fs-touch .fs-headline__side_show:before{opacity:1}.fs-touch__overlay{padding:1.25rem;background:#fff;border-radius:8px 8px 0 0;bottom:0;position:fixed;left:0;width:100%;height:calc(100vh - 74px);height:calc(var(--vh,1vh) * 100 - 74px);z-index:3;overflow-y:auto;transition:var(--transition);transform:translateY(100%)}.fs-touch__overlay-close{position:absolute;top:1rem;right:1rem;display:block}.fs-headline__side_show .fs-touch__overlay{transform:none}.fs-touch .fs-headline__form{display:block}}.fs-touch__head{display:none}@media (max-width:680px){.fs-touch__head{display:block;margin:0 0 1rem}}.fs-touch__cancel{text-align:center;text-decoration:underline;margin:1rem 0 0;color:#5d5d5d;font-size:.875rem;display:none}@media (max-width:680px){.fs-touch__cancel{display:block}}.fs-touch__toggle{display:none}.fs-touch__toggle .button{width:100%}.fs-touch ul{list-style:none;padding:0;margin:0}.fs-touch ul li{font-size:1.125rem;font-weight:700;padding-left:2.5rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTQ5NjEgMTguMjI5MUwzLjg0OTYxIDEyLjUyOTFMNS4yNzQ2MSAxMS4xMDQxTDkuNTQ5NjEgMTUuMzc5MUwxOC43MjQ2IDYuMjA0MUwyMC4xNDk2IDcuNjI5MUw5LjU0OTYxIDE4LjIyOTFaIiBmaWxsPSIjRTMwQjJFIi8+Cjwvc3ZnPgo=) no-repeat!important}.fs-touch ul li:before{display:none}.fs-touch ul li:not(:last-child){margin:0 0 1.5rem}.fs-touch__about{width:100%;max-width:540px}.fs-touch__about h2 span{display:block}.fs-touch__desc{margin:1rem 0 3rem;color:var(--color-gray);font-size:1.25rem}@media (max-width:992px){.tablepress.fuse-table tbody td:last-child{font-size:1rem}.fs-touch ul li:not(:last-child){margin:0 0 1rem}.fs-touch{flex-direction:column;gap:2rem}.fs-touch__about{max-width:100%}.fs-touch__desc{font-size:1rem;margin:1rem 0 2rem}.fs-touch__form .button{width:100%}}.fs-touch__form{max-width:692px;width:100%}.fs-touch__form .wpforms-field-container{display:flex;flex-wrap:wrap;justify-content:space-between;grid-row-gap:1rem}.fs-touch__form .wpforms-submit{display:inline-flex;align-items:center;justify-content:center;outline:0!important;cursor:pointer;border:1px solid!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-family)!important;border-radius:4px;height:2.75rem!important;padding:0 1.5rem!important;box-shadow:none!important;font-size:1rem!important;font-weight:700!important;gap:10px;background:var(--color-accent)!important;color:#fff!important}.fs-touch__form .wpforms-submit span{position:relative;overflow:hidden;display:inline-flex;pointer-events:none}.fs-touch__form .wpforms-submit span span{display:inline-flex;justify-content:center;gap:10px;align-items:center;transition:.25s;pointer-events:none}.fs-touch__form .wpforms-submit span span:last-child{position:absolute;left:0;transform:translateY(130%) translateZ(0);pointer-events:none}.fs-touch__form div.wpforms-container-full{margin:0}.fs-touch__form .wpforms-field-checkbox{padding-top:0!important}.fs-touch__form div.wpforms-container-full input[type=checkbox]{margin:0!important;width:24px!important;min-width:24px!important;height:24px!important;border:1px solid #ddd!important;border-radius:4px!important;background:#fff!important}.fs-touch__form div.wpforms-container-full input[type=checkbox]:checked{border:1px solid!important;background:0 0!important}.fs-touch__form div.wpforms-container-full input[type=checkbox]:after,.fs-touch__form div.wpforms-container-full input[type=checkbox]:before{display:none!important}.fs-touch__form .wpforms-field-label-inline{font-size:.875rem!important;color:var(--color-gray)!important;margin:0!important;line-height:1.3!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fs-touch__form .wpforms-field-label-inline a{color:var(--color-gray)!important;border-bottom:1px solid currentColor}.fs-touch__form .wpforms-field-label-inline a:hover{color:var(--color-accent)!important}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox){padding:0;width:100%}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-name,.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-phone{width:calc(100% - 8px)}@media (max-width:680px){.fs-touch__toggle{display:block}.fs-touch__form .wpforms-submit{width:100%}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-name,.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-phone{width:100%}}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox) input{height:3.125rem;background:var(--color-gray-light);padding:0 1.25rem;width:100%;box-sizing:border-box;border-radius:4px;border:1px solid transparent!important;box-shadow:none!important;font-family:var(--font-family);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox) input:focus{box-shadow:none!important;border-color:#cfcfcf!important}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox) textarea{height:160px;background:var(--color-gray-light);padding:.75rem 1.25rem;width:100%;box-sizing:border-box;border-radius:4px;border:1px solid transparent;box-shadow:none;font-family:var(--font-family);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox) textarea:focus{box-shadow:none;border-color:#cfcfcf!important}.fs-touch__form .wpforms-container .wpforms-field:not(.wpforms-field-checkbox) .fuse-request-form-text{font-size:.875rem;color:var(--color-gray);margin:0 0 1rem;line-height:1.3}.fs-touch__list{grid-row-gap:1rem;display:flex;flex-wrap:wrap;justify-content:space-between}.fs-touch__field{position:relative;width:100%}.fs-touch__field_w2{width:calc(50% - .5rem)}.fs-touch__field textarea{height:160px}.fs-touch__agree{margin:1rem 0;color:var(--color-gray);font-size:.875rem}@media (max-width:680px){.fs-videos__all{display:block}.fs-videos__all .button{width:100%}}.fs-videos__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1280px){.fs-videos__grid{grid-template-columns:repeat(3,1fr)}.fs-videos__item:nth-child(n+4){display:none}}@media (max-width:992px){.fs-touch__field_w2{width:100%}.fs-touch__agree{font-size:.75rem}.fs-videos__grid{grid-template-columns:repeat(2,1fr)}}.fs-videos__item{padding:1.25rem;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border:1px solid #ececec;border-radius:8px;display:flex;flex-direction:column;transition:var(--transition)}@media (max-width:992px){.fs-videos__item:nth-child(n+4){display:block}}@media (max-width:680px){.fs-videos__grid{grid-template-columns:repeat(1,1fr)}.fs-videos__item:nth-child(n+3){display:none}}.fs-videos__item:hover{border-color:#cfcfcf}.fs-videos__image img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.fs-videos__pic{height:166px;border-radius:8px;position:relative;display:block;margin:0 0 1.25rem;overflow:hidden}.fs-videos__pic .fuse-youtube-play{position:absolute;z-index:2;left:50%;top:50%;width:3.5rem;height:3.5rem;border-radius:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.5);transition:var(--transition)}.fs-videos__pic .fuse-youtube-play svg{width:24px;height:auto}.fs-videos__pic:hover .fuse-youtube-play{background:#fff}.fs-videos__title{display:block;font-size:1.25rem;font-weight:500;line-height:1.3;margin:0 0 .25rem;font-family:var(--font-family-secondary)}.fs-videos__title:hover{color:var(--color-accent)}.fs-videos__desc{color:var(--color-gray);font-size:1rem;margin:0 0 1rem}.fs-videos__more{display:table;margin:auto auto 0 0;font-size:.875rem;color:var(--color-accent);position:relative}.fs-videos__more:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-videos__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-videos__more:hover:after{left:calc(100% + 5px)}.fs-videos__more:hover:before{animation:.5s forwards fillLink}.fs-video-wider .fs-headline{display:block;margin:0 -2.25rem;width:initial}.fs-video-wider .fs-headline__side,.fs-video-wider .fs-headline__video{display:block}@media (max-width:992px){.fs-video-wider .fs-headline{margin:0}.fs-video-wider .fs-headline__video{position:initial;padding:0}.wpforms-container .button{width:100%}}.fs-video-wider .fs-headline__video-content{position:relative;padding-top:56.25%}.fs-video-wider .fs-headline__video-content iframe{border:0;outline:0;width:100%;height:100%;position:absolute;left:0;top:0}.wpforms-container{margin:0}.wpforms-container br,.wpforms-container p:empty{display:none}.wpforms-container a:before{display:none}.wpforms-container .wpforms-field-container{display:flex;flex-wrap:wrap;justify-content:space-between;grid-row-gap:1rem}.wpforms-container .wpforms-submit{display:inline-flex;align-items:center;justify-content:center;outline:0!important;cursor:pointer;border:1px solid!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-family)!important;border-radius:4px!important;height:2.75rem!important;padding:0 1.5rem!important;box-shadow:none!important;font-size:1rem!important;font-weight:700!important;gap:10px;background:var(--color-accent)!important;color:#fff!important}.wpforms-container .wpforms-submit span{position:relative;overflow:hidden;display:inline-flex;pointer-events:none}.wpforms-container .wpforms-submit span span{display:inline-flex;justify-content:center;gap:10px;align-items:center;transition:.25s;pointer-events:none}.wpforms-container .wpforms-submit span span:last-child{position:absolute;left:0;transform:translateY(130%) translateZ(0);pointer-events:none}@media (min-width:600px){.wpforms-container .wpforms-submit:hover span span:first-child{transform:translateY(-130%) translateZ(0)}.wpforms-container .wpforms-submit:hover span span:last-child{transform:translateY(0) translateZ(0)}}.wpforms-container .wpforms-field-checkbox{padding-top:0!important}.wpforms-container .wpforms-field-checkbox li{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTQ5NjEgMTguMjI5MUwzLjg0OTYxIDEyLjUyOTFMNS4yNzQ2MSAxMS4xMDQxTDkuNTQ5NjEgMTUuMzc5MUwxOC43MjQ2IDYuMjA0MUwyMC4xNDk2IDcuNjI5MUw5LjU0OTYxIDE4LjIyOTFaIiBmaWxsPSIjRTMwQjJFIi8+Cjwvc3ZnPgo=) no-repeat!important}.wpforms-container .wpforms-field-checkbox li:before{display:none}.wpforms-container input[type=checkbox]{margin:0!important;width:24px!important;min-width:24px!important;height:24px!important;border:1px solid #ddd!important;border-radius:4px!important;background:#fff!important}.wpforms-container input[type=checkbox]:checked{border:1px solid!important;background:0 0!important}.wpforms-container input[type=checkbox]:after,.wpforms-container input[type=checkbox]:before{display:none!important}.wpforms-container .wpforms-field-label-inline{font-size:.875rem!important;color:var(--color-gray)!important;margin:0!important;line-height:1.3!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wpforms-container .wpforms-field-label-inline a{color:var(--color-gray)!important;border-bottom:1px solid currentColor}.wpforms-container .wpforms-field-label-inline a:hover{color:var(--color-accent)!important}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox){padding:0;width:100%}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-name,.wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-phone{width:calc(50% - 8px)}@media (max-width:680px){.wpforms-container .wpforms-submit{width:100%}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-name,.wpforms-container .wpforms-field:not(.wpforms-field-checkbox).wpforms-field-phone{width:100%}}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox) input{height:3.125rem;background:var(--color-gray-light);padding:0 1.25rem;width:100%;box-sizing:border-box;border-radius:4px;border:1px solid transparent!important;box-shadow:none!important;font-family:var(--font-family);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox) input:focus{box-shadow:none!important;border-color:#cfcfcf!important}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox) textarea{height:160px;background:var(--color-gray-light);padding:.75rem 1.25rem;width:100%;box-sizing:border-box;border-radius:4px;border:1px solid transparent;box-shadow:none;font-family:var(--font-family);outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox) textarea:focus{box-shadow:none;border-color:#cfcfcf!important}.wpforms-container .wpforms-field:not(.wpforms-field-checkbox) .fuse-request-form-text{font-size:.875rem;color:var(--color-gray);margin:0 0 1rem;line-height:1.3}@keyframes linkLine{0%{background-size:0 1px}100%{background-size:100% 1px}}.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium,.wp-core-ui div.wpforms-container input.wpforms-field-medium,.wp-core-ui div.wpforms-container select.wpforms-field-medium,.wpforms-container .wpforms-field-row.wpforms-field-medium,.wpforms-container input.wpforms-field-medium,.wpforms-container select.wpforms-field-medium{max-width:100%!important}.fs-element-align-left{text-align:left;justify-content:flex-start;display:flex}.fs-element-align-center{text-align:center;justify-content:center;display:flex}.fs-element-align-right{text-align:right;justify-content:flex-end;display:flex}.fs-primary-button-element,.fs-secondary-button-element{display:block;width:100%}.fs-learn-more-button-element{width:100%}.fs-learn-more-button{display:inline-block}.fs-element-align-left .fs-learn-more-button{margin-right:auto}.fs-element-align-center .fs-learn-more-button{margin-left:auto;margin-right:auto}.fs-element-align-right .fs-learn-more-button{margin-left:auto}.fs-learn-more-button__link{display:table;font-size:.875rem;color:var(--color-accent);position:relative;transition:var(--transition)}.fs-learn-more-button__link:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition);color:inherit}.fs-learn-more-button__link:hover:after{left:calc(100% + 5px)}.fs-learn-more-button__link span{position:relative}.fs-learn-more-button__link span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-learn-more-button__link:hover span:before{animation:.5s forwards fillLink}.fs-learn-more-button__link.fs-learn-more-button__underline--always span:before{width:100%}.fs-learn-more-button__link.fs-learn-more-button__underline--hover span:before{width:0}.fs-learn-more-button__link.fs-learn-more-button__underline--hover:hover span:before{animation:.5s forwards fillLink}.fs-learn-more-button__link.fs-learn-more-button__underline--none span:before{display:none}.fs-learn-more-button--small .fs-learn-more-button__link{font-size:.75rem}.fs-learn-more-button--medium .fs-learn-more-button__link{font-size:.875rem}.fs-learn-more-button--large .fs-learn-more-button__link{font-size:1rem}@keyframes fillLink{0%{width:0}100%{width:100%}}@media (max-width:992px){.fs-learn-more-button{display:block;width:100%}}.fs-social-icons{display:flex;gap:1rem;flex-wrap:wrap}.fs-social-icons__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--color-accent);color:#fff;transition:background-color .3s,transform .3s,color .3s}.fs-social-icons__link:hover{background-color:var(--color-accent-dark,#b80925);transform:translateY(-3px)}.fs-social-icons__link svg{width:20px;height:20px}.fs-social-icons--small .fs-social-icons__link{width:32px;height:32px}.fs-social-icons--small .fs-social-icons__link svg{width:16px;height:16px}.fs-social-icons--large .fs-social-icons__link{width:48px;height:48px}.fs-social-icons--large .fs-social-icons__link svg{width:24px;height:24px}*{box-sizing:border-box}img,svg{max-width:100%;height:auto;display:block}html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;outline:0;text-decoration:none;color:var(--color-main);transition:var(--transition)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}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}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Muller;src:url(../fonts/MullerRegular.eot);src:local("Muller Regular"),local("Muller-Regular"),url(../fonts/MullerRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/MullerRegular.woff2) format("woff2"),url(../fonts/MullerRegular.woff) format("woff"),url(../fonts/MullerRegular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Muller;src:url(../fonts/MullerMedium.eot);src:local("Muller Medium"),local("Muller-Regular"),url(../fonts/MullerMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/MullerMedium.woff2) format("woff2"),url(../fonts/MullerMedium.woff) format("woff"),url(../fonts/MullerMedium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Muller;src:url(../fonts/MullerBold.eot);src:local("Muller Bold"),local("Muller-Bold"),url(../fonts/MullerBold.eot?#iefix) format("embedded-opentype"),url(../fonts/MullerBold.woff2) format("woff2"),url(../fonts/MullerBold.woff) format("woff"),url(../fonts/MullerBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter-Regular"),url(../fonts/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter Medium"),local("Inter-Medium"),url(../fonts/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter Bold"),local("Inter-Bold"),url(../fonts/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--font-family:"Inter",sans-serif;--font-family-secondary:"Muller",sans-serif;--color-main:#000;--color-accent:#e30b2e;--color-gray:#5d5d5d;--color-gray-light:#f7f7f7;--color-gray-dark:#333;--color-stroke:#cfcfcf;--header-height:7rem;--transition:0.3s ease-out}@media screen and (max-width:680px){:root{--header-height:3.75rem}}html{font-size:16px}body,html{height:100%}body{margin:0;background:#fff;color:var(--color-main);font-size:1rem;font-family:var(--font-family);line-height:1.5;letter-spacing:-.02em}