.list-box-services{display:flex;flex-flow:row wrap;justify-content:center;margin-top:40px;gap:24px}.list-box-services.with-img .list-box-services__card{background:var(--c-neutral-white);border-radius:4px;border:1px solid #EBEFF0;padding:24px}.list-box-services.with-img .list-box-services__card h6{color:var(--c-neutral-black);font-size:20px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:8px}.list-box-services.with-img .list-box-services__card small{color:var(--c-body-2);font-size:14px;font-style:normal;font-weight:400;line-height:140%}.list-box-services.with-img .list-box-services__card p{margin:0}.list-box-services__card{border-radius:32px;padding:32px;width:calc(33.333% - 16px);background-color:#fff;border:1px solid #EBEFF0;transition:.2s all ease-out}.list-box-services__card .top{display:flex;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #E6E7E7}.list-box-services__card .top figure{margin-right:16px}.list-box-services__card .top h6{margin-bottom:0;color:#252627;font-weight:600;position:relative;width:calc(100% - 64px);padding-right:24px;transition:.2s all ease-out}.list-box-services__card .top h6:after{content:"";position:absolute;top:0;right:0;bottom:0;margin:auto 0;background:url(/build/assets/ic-upright-Cnn1IbGE.svg) no-repeat center;width:24px;height:24px;transition:.2s all ease-out}.list-box-services__card figure{border-radius:4px;margin-bottom:20px;overflow:hidden}.list-box-services__card figure img{display:block;width:100%;transition:.2s all ease-out}.list-box-services__card p{font-size:14px;color:var(--c-body-2)}.list-box-services__card .content{border-radius:24px;overflow:hidden}.list-box-services__card .content img{width:100%;transition:.2s all ease-out}.list-box-services__card:hover{border:1px solid #F6F7F7;box-shadow:0 10px 40px #22213b33}.list-box-services__card:hover .top h6{color:var(--c-secondary-main)}.list-box-services__card:hover .top h6:after{transform:rotate(45deg)}.list-box-services__card:hover figure img{transform:scale(1.06)}.list-services-without-img{display:flex;flex-flow:row wrap;gap:24px;margin:20px 0 40px}.list-services-without-img.no-link .list-services-without-img__card{padding-bottom:36px}.list-services-without-img__card{width:calc(25% - 18px);padding:32px 32px 72px;border:1px solid #EBEFF0;border-radius:4px;transition:.2s all ease;position:relative}.list-services-without-img__card:hover{border:1px solid #F6F7F7;box-shadow:0 10px 40px #22213b33}.list-services-without-img__card:hover h6{color:var(--c-secondary-main)}.list-services-without-img__card:hover i img{transform:rotate(45deg)}.list-services-without-img p{font-size:14px;color:var(--c-body-2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.list-services-without-img figure{margin-bottom:8px}.list-services-without-img h6{margin-bottom:8px;color:#252627;font-weight:400;transition:.2s all ease-out}.list-services-without-img i{position:absolute;right:32px;bottom:32px;left:32px;top:auto}.list-services-without-img i img{transition:.2s all ease}.list-services-without-img.without-icon .list-services-without-img__card{padding-bottom:32px;width:calc(33.333% - 24px)}.list-services-without-img.without-icon .list-services-without-img__card figure{max-width:48px}@media (max-width: 1023px){.list-box-services.with-img .list-box-services__card{width:calc(50% - 12px)}}@media (max-width: 767px){.list-box-services.with-img .list-box-services__card{width:100%}}.masonry-bottom{position:relative;padding:130px 0 110px}.masonry-bottom .row{align-items:flex-end;margin-bottom:32px}.masonry-bottom .row .column{margin-bottom:0}.masonry-bottom .masonry-bottom-main .masonry-bottom__grid{margin-bottom:16px}.masonry-bottom .masonry-bottom-main .masonry-bottom__grid:last-child{margin-bottom:0}.masonry-bottom__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;gap:16px}.masonry-bottom__grid--item{border-radius:4px;position:relative;cursor:pointer;overflow:hidden}.masonry-bottom__grid--item:nth-child(1),.masonry-bottom__grid--item:nth-child(7),.masonry-bottom__grid--item.item-large{grid-column:span 2;grid-row:span 2}.masonry-bottom__grid--item:nth-child(2),.masonry-bottom__grid--item:nth-child(8),.masonry-bottom__grid--item.item-wide{grid-column:span 2}.masonry-bottom__grid--item figure{width:100%;height:100%}.masonry-bottom__grid--item figure img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-out}.masonry-bottom__grid--item figure .icon-play{cursor:pointer;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.masonry-bottom__grid--item figure .icon-play img{display:block}.masonry-bottom__grid--item.video figure{position:relative}.masonry-bottom__grid--item.video figure:after{position:absolute;width:88px;height:88px;content:"";background:url(/build/assets/icon-play-2-Dm7yc1IT.svg) no-repeat 0 0;background-size:contain;top:0;right:0;bottom:0;left:0;margin:auto}@media (hover: hover){.masonry-bottom__grid--item:hover figure>img{transform:scale(1.05)}}@media all and (max-width: 1280px){.masonry-bottom{padding:80px 0}}@media all and (max-width: 1023px){.masonry-bottom{padding:64px 0}.masonry-bottom .row{flex-direction:column}.masonry-bottom .row .column.column-50,.masonry-bottom .row .column.column-45{flex:0 0 100%;max-width:100%}.masonry-bottom .row .column.column-offset-5{margin-left:0}.masonry-bottom__grid{grid-template-columns:repeat(3,1fr);gap:12px}.masonry-bottom__grid--item:first-child{grid-area:1/1/3/3}.masonry-bottom__grid--item:nth-child(2){grid-area:3/2/4/4}.masonry-bottom__grid--item:nth-child(3){grid-area:1/3/2/4}.masonry-bottom__grid--item:nth-child(4){grid-area:2/3/3/4}.masonry-bottom__grid--item:nth-child(5){grid-area:4/1/5/2}.masonry-bottom__grid--item:nth-child(6){grid-area:5/1/6/2}.masonry-bottom__grid--item:nth-child(7){grid-area:4/2/6/4}.masonry-bottom__grid--item:nth-child(8){grid-area:3/1/4/2}.masonry-bottom__grid--item figure img{aspect-ratio:auto}.masonry-bottom__grid--item figure .icon-play img{height:88px;width:88px}}@media all and (max-width: 767px){.masonry-bottom{padding:40px 0 48px}.masonry-bottom__grid{grid-template-columns:repeat(2,1fr)}.masonry-bottom__grid--item:first-child{grid-area:1/1/2/3}.masonry-bottom__grid--item:nth-child(2){grid-area:2/1/3/3}.masonry-bottom__grid--item:nth-child(3){grid-area:3/1/4/2}.masonry-bottom__grid--item:nth-child(4){grid-area:3/2/4/3}.masonry-bottom__grid--item:nth-child(5){grid-area:5/1/6/2}.masonry-bottom__grid--item:nth-child(6){grid-area:5/2/6/3}.masonry-bottom__grid--item:nth-child(7){grid-area:4/1/5/3}.masonry-bottom__grid--item:nth-child(8){grid-area:6/1/7/3}.masonry-bottom__grid--item.video figure:after,.masonry-bottom__grid--item figure .icon-play img{height:64px;width:64px}}.popup{height:100svh;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all ease-out .2s}.popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--c-neutral-black)}.popup__box{width:100%;max-width:600px;background:var(--c-neutral-white);border-radius:4px;box-shadow:0 4px 20px 10px #0000000d;position:relative;z-index:2;padding:32px;transition:all ease-out .3s;transform:scale(.9);opacity:0}.popup__box--large{max-width:900px}.popup__box--medium{max-width:700px}.popup__close{position:absolute;top:-18px;right:-18px;font-size:24px;cursor:pointer;transform:scale(1);transition:.2s all ease-out}.popup__close img{display:block}.popup__close:hover{transform:scale(.9)}.popup__content--center{text-align:center}.popup__content--right{text-align:right}.popup__overflow{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 150px);max-height:calc(var(--vh, 1vh) * 100 - 150px);padding-right:15px}.popup__overflow::-webkit-scrollbar{background:transparent;border:0;width:8px;border-radius:20px}.popup__overflow::-webkit-scrollbar-track{background:transparent;border:0}.popup__overflow::-webkit-scrollbar-thumb{background:var(--c-primary-main);border:0;border-radius:20px}.popup__overflow::-webkit-scrollbar-thumb:hover{background:transparent;border:0}.popup__show{opacity:1;visibility:visible}.popup__show .popup__box{transform:scale(1);opacity:1}.popup .wrap-profile{display:flex;align-items:flex-start}.popup .wrap-profile__left{width:254px}.popup .wrap-profile__left figure img{width:100%;border-radius:4px}.popup .wrap-profile__right{width:calc(100% - 254px);padding-left:30px}.popup .wrap-profile__right h5{color:var(--c-neutral-black);font-weight:600;margin-bottom:4px}.popup .wrap-profile__right h6{font-size:18px;color:var(--c-secondary-hover);font-weight:400;margin-bottom:16px}.popup .wrap-profile__right p{font-size:14px;color:var(--c-body-3)}.popup.popup-gallery .popup__close{top:-32px;right:-30px}.popup.popup-gallery .popup__box{border-radius:0;background:none;max-width:1170px}.popup.popup-gallery .popup__content figure{height:600px;margin-bottom:16px}.popup.popup-gallery .popup__content figure img{width:100%;height:100%!important;object-fit:cover;object-position:center;max-height:600px}.popup.popup-gallery .popup__content figure iframe{width:100%;height:100%;max-height:600px}.popup.popup-gallery .popup__content .txt{position:relative;padding-left:40px;padding-right:70px;font-size:14px;color:var(--c-body-3)}.popup.popup-gallery .popup__content .txt:before{position:absolute;width:24px;height:2px;content:"";top:8px;left:0;background:var(--c-secondary-main)}.popup.popup-gallery .popup__content .counting{position:absolute;right:0;bottom:0;z-index:3;font-size:14px;color:var(--c-body-3)}.popup.popup-gallery .slider-gallery__large{position:relative}.popup.popup-gallery .slider-gallery .slider{margin-bottom:20px;position:relative}.popup.popup-gallery .slider-gallery .slider .slick-arrow{position:absolute;width:65px;height:65px;top:50%;transform:translateY(-50%);z-index:5;font-size:0;padding:0;border:0}.popup.popup-gallery .slider-gallery .slider .slick-arrow.slick-prev{left:-76px;background:url(/build/assets/arrow-left-DCkI_PLx.png) no-repeat 0 0}.popup.popup-gallery .slider-gallery .slider .slick-arrow.slick-next{right:-76px;background:url(/build/assets/arrow-right-D2jkBW3z.png) no-repeat 0 0}.popup.popup-gallery .slider-gallery .nav-slider__list{aspect-ratio:1/1}.popup.popup-gallery .slider-gallery .nav-slider__list.video figure{position:relative}.popup.popup-gallery .slider-gallery .nav-slider__list.video figure:after{position:absolute;width:32px;height:32px;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background:url(/build/assets/icon-play-2-Dm7yc1IT.svg) no-repeat 0 0;background-size:32px 32px}.popup.popup-gallery .slider-gallery .nav-slider__list figure{height:100%;margin-bottom:0}.popup.popup-gallery .slider-gallery .nav-slider .slick-slide{margin-right:2px;width:72px;height:72px;border-radius:4px;border:4px solid transparent;transition:all .15s ease-out}.popup.popup-gallery .slider-gallery .nav-slider .slick-slide figure img{border-radius:4px;transition:all .15s ease-out}.popup.popup-gallery .slider-gallery .nav-slider .slick-slide.slick-current{border:4px solid rgba(39,144,165,.5)}.popup.cookies-wrap{align-items:flex-end;justify-content:flex-end;background:#000000b3}.popup.cookies-wrap .popup__overflow{max-height:calc(100vh - 215px);max-height:calc(var(--vh, 1vh) * 100 - 215px);padding-right:15px}.popup.cookies-wrap .popup__overflow::-webkit-scrollbar{width:6px}.popup.cookies-wrap p{line-height:160%}.popup.cookies-wrap .popup__box{margin:0 20px 20px}.popup.cookies-wrap .popup__close{top:10px;right:10px}.popup.cookies-wrap .list-cookies{position:relative}.popup.cookies-wrap .list-cookies__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.popup.cookies-wrap .list-cookies__item p{color:var(--c-neutral-gray-5);margin:0;font-weight:600;line-height:160%;width:calc(100% - 70px)}.popup.cookies-wrap .list-cookies__item p span{display:block;font-size:.875rem;color:var(--c-neutral-gray-4);font-weight:400;line-height:1.3}.popup.cookies-wrap .btn-cookies{display:flex;flex-wrap:wrap;justify-content:flex-end;padding-top:24px}.popup.cookies-wrap .btn-cookies .button{margin-right:12px;margin-bottom:0}.popup.cookies-wrap .btn-cookies .button:last-child{margin-right:0}@media all and (max-width: 1600px){.popup.popup-gallery .popup__close{top:-12px;right:-20px}.popup.popup-gallery .popup__content figure{height:540px}}@media all and (max-width: 1280px){.popup.popup-gallery .popup__close{top:-50px;right:60px}.popup.popup-gallery .popup__box{max-width:unset;padding:0 80px;width:100%}.popup.popup-gallery .popup__box .nav-slider{margin:0 -80px}.popup.popup-gallery .popup__box .nav-slider .slick-list{padding:0 80px}.popup.popup-gallery .popup__content figure{height:440px}}@media all and (max-width: 1023px){.popup__box--large{max-width:512px}.popup__overflow .row{flex-wrap:wrap}.popup__overflow .row .column.column-50{flex:unset;max-width:100%}.popup .wrap-profile__left{width:200px}.popup .wrap-profile__right{width:calc(100% - 200px)}.popup.popup-gallery .popup__close{top:-60px}}@media all and (max-width: 767px){.popup__box--large,.popup__box--medium{border-radius:0;height:100svh;margin:0;max-width:100%;padding:60px 24px 24px;width:100%}.popup__close{top:8px;right:8px}.popup__overflow{max-height:calc(var(--vh, 1vh) * 100 - 110px)}.popup .wrap-profile{flex-direction:column;gap:20px}.popup .wrap-profile__left{width:100%}.popup .wrap-profile__right{width:100%;padding:0}.popup.popup-gallery .popup__close{right:5px;top:-50px}.popup.popup-gallery .popup__content figure{height:240px;margin-bottom:100px}.popup.popup-gallery .popup__content .txt{padding:0 24px;text-align:center}.popup.popup-gallery .popup__content .txt:before{content:unset}.popup.popup-gallery .popup__content .counting{left:50%;right:unset;transform:translate(-50%);bottom:-38px}.popup.popup-gallery .popup__box{padding:0 24px}.popup.popup-gallery .slider-gallery .slider{margin-bottom:56px}.popup.popup-gallery .slider-gallery .slider .slick-arrow{transform:translate(-50%);bottom:66px}.popup.popup-gallery .slider-gallery .slider .slick-arrow.slick-prev{left:41%;top:unset;right:unset;background-position:center}.popup.popup-gallery .slider-gallery .slider .slick-arrow.slick-next{left:59%;top:unset;right:unset;background-position:center}.popup.popup-gallery .slider-gallery .nav-slider{margin:0 -24px}.popup.popup-gallery .slider-gallery .nav-slider .slick-list{padding:0 14px 0 24px}.popup.popup-gallery .slider-gallery .nav-slider__list{display:block!important;height:100%}.popup.popup-gallery .slider-gallery .nav-slider>div{display:block!important;height:auto}.popup.popup-gallery .slider-gallery .nav-slider .slick-slide{height:auto}.popup.cookies-wrap{display:block}.popup.cookies-wrap p{line-height:150%}.popup.cookies-wrap .popup__overflow{max-height:calc(100vh - 195px);max-height:calc(var(--vh, 1vh) * 100 - 195px);padding-right:10px;margin-right:-7px}.popup.cookies-wrap .popup__box{margin:20px;max-width:440px;padding:24px;width:auto}.popup.cookies-wrap .list-cookies__item p{line-height:1.4;width:calc(100% - 50px)}.popup.cookies-wrap .list-cookies__item p span{font-size:.813rem;line-height:1.4;font-weight:300}.popup.cookies-wrap .list-cookies__item .switch-custom{align-self:flex-start;margin-top:4px}.popup.cookies-wrap .list-cookies__item .switch-custom i{height:18px;width:36px}.popup.cookies-wrap .list-cookies__item .switch-custom i:before{height:14px;width:14px}.popup.cookies-wrap .btn-cookies .button{line-height:30px;height:34px;padding:0 20px}}@media (max-width: 1480px) and (max-height: 660px){.popup.popup-gallery .popup__content figure{height:400px}}.sectionservice-value{position:relative;padding:52px 0}.sectionservice-value .sectiontext{padding:28px 30px 0 0;margin-bottom:40px}.sectionservice-value .sectiontext h3{margin-bottom:0}.sectionservice-value .sectiontext h6{text-transform:uppercase;font-size:.813rem;letter-spacing:3px}.sectionservice-value .wrapper{display:flex;flex-wrap:wrap}.sectionservice-value__left{width:calc(100% - 560px);position:relative;z-index:2}.sectionservice-value__right{width:560px;position:relative;z-index:1}.sectionservice-value__right .image-tab{display:block;position:absolute;top:0;left:0;width:100%;bottom:0;height:100%;z-index:1}.sectionservice-value__right .image-tab.active{position:relative;z-index:2;display:block}.sectionservice-value__right .image-tab.active figure{left:0;opacity:1;transition:all ease-out .3s;transition-delay:.1s;visibility:visible}.sectionservice-value__right .image-tab figure{position:relative;left:0;opacity:0;transition:all ease-out .3s;visibility:hidden}.sectionservice-value__tab{display:flex;flex-direction:column;gap:8px}.sectionservice-value__tab .item-tab{position:relative;padding:16px;cursor:pointer;transition:all ease-out .3s}.sectionservice-value__tab .item-tab:hover,.sectionservice-value__tab .item-tab.active{background:linear-gradient(219deg,#2e9ff0,#2780bf);transition:all ease-out .3s}.sectionservice-value__tab .item-tab:hover .item-tab__title .ico img,.sectionservice-value__tab .item-tab.active .item-tab__title .ico img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(111deg) brightness(170%) contrast(140%)}.sectionservice-value__tab .item-tab:hover .item-tab__title--desc h4,.sectionservice-value__tab .item-tab.active .item-tab__title--desc h4{color:var(--c-neutral-white);transition:all ease-out .3s}.sectionservice-value__tab .item-tab.active{margin-right:-52px;padding:24px}.sectionservice-value__tab .item-tab.active .item-tab__title .ico{width:56px}.sectionservice-value__tab .item-tab.active .item-tab__title--desc .drop-desc{display:block}.sectionservice-value__tab .item-tab__title{display:flex}.sectionservice-value__tab .item-tab__title .ico{width:48px;display:block}.sectionservice-value__tab .item-tab__title .ico img{display:block}.sectionservice-value__tab .item-tab__title--desc{width:calc(100% - 48px);align-self:center;padding-left:16px}.sectionservice-value__tab .item-tab__title--desc h4{font-size:1.25rem;margin-bottom:0;color:var(--c-neutral-gray-5);transition:all ease-out .3s}.sectionservice-value__tab .item-tab__title--desc .drop-desc{display:none;padding-top:12px;color:var(--c-neutral-white)}.sectionservice-value__tab .item-tab__title--desc .drop-desc .readmore{color:var(--c-neutral-white)}.sectionservice-value__tab .item-tab__title--desc .drop-desc p{color:#fffc;margin-bottom:12px}.sectionservice-value__tab .item-tab__title--desc .drop-desc figure{display:none}.location-healthway{padding:100px 0;overflow:hidden}.location-healthway .wrapper{align-items:center}.location-healthway .text-title{max-width:900px;width:100%}.location-healthway .sectionservice-value__left{width:50%}.location-healthway .sectionservice-value__right{width:calc(50% + (100vw - var(--wrapper-medium)) / 2);margin-right:calc((100vw - var(--wrapper-medium)) / 2 * -1)}.location-healthway .sectionservice-value__right figure{position:relative;overflow:hidden;border-radius:4px}.location-healthway .sectionservice-value__right figure:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:linear-gradient(270deg,rgba(34,33,59,0) 3.09%,var(--Palettes-Purple-80, #22213B) 100%)}.location-healthway .sectionservice-value__tab .item-tab{padding:24px}.location-healthway .sectionservice-value__tab .item-tab:hover,.location-healthway .sectionservice-value__tab .item-tab.active{background:var(--c-primary-main);border-radius:4px}.location-healthway .sectionservice-value__tab .item-tab:hover .item-tab__title--desc:before,.location-healthway .sectionservice-value__tab .item-tab.active .item-tab__title--desc:before{background:var(--c-neutral-white);transition:all ease-out .25s}.location-healthway .sectionservice-value__tab .item-tab:hover{padding:24px}.location-healthway .sectionservice-value__tab .item-tab.active{padding:32px 24px}.location-healthway .sectionservice-value__tab .item-tab__title--desc{padding-left:48px;width:100%;position:relative}.location-healthway .sectionservice-value__tab .item-tab__title--desc:before{content:"";height:2px;width:32px;background:#2790a5;position:absolute;left:0;top:12px;transition:all ease-out .25s}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc{padding-top:16px}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc label{font-size:.75rem;opacity:.6;color:var(--c-neutral-white);margin-bottom:4px;line-height:133.33%;font-weight:500}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc p{color:var(--c-neutral-white);font-size:.875rem;line-height:160%;margin-bottom:8px}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc a{color:var(--c-neutral-white);font-size:.875rem;line-height:142.857%;display:inline-flex;font-weight:500}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc a.ico-link{margin-bottom:16px}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc a:last-of-type{margin-bottom:0}@media all and (max-width: 1200px){.sectionservice-value__left{width:calc(100% - 475px)}.sectionservice-value__left .sectiontext{margin-bottom:32px}.sectionservice-value__left .sectiontext h3{font-size:1.875rem}.sectionservice-value__right{width:475px}.sectionservice-value__tab .item-tab__title .ico{width:40px}.sectionservice-value__tab .item-tab__title--desc h4{font-size:1.125rem}.sectionservice-value__tab .item-tab__title--desc p,.sectionservice-value__tab .item-tab__title--desc .readmore{font-size:.875rem}.sectionservice-value__tab .item-tab.active{padding:24px 24px 24px 16px}.sectionservice-value__tab .item-tab.active .item-tab__title .ico{width:48px}.location-healthway{padding:64px 0}.location-healthway .sectionservice-value__left{width:45%}.location-healthway .sectionservice-value__right{width:calc(55% + 40px);margin-right:-40px}.location-healthway .sectionservice-value__tab .item-tab{padding:16px 24px}.location-healthway .sectionservice-value__tab .item-tab.active{padding:24px}}@media all and (max-width: 1023px){.sectionservice-value__left{width:calc(100% - 384px)}.sectionservice-value__right{width:384px}.sectionservice-value__right .image-tab figure img{width:100%;height:100%;object-fit:cover;min-height:570px}.location-healthway .text-title{max-width:560px}.location-healthway .sectionservice-value__left{width:43%}.location-healthway .sectionservice-value__right{width:calc(57% + 40px);margin-right:-40px}.location-healthway .sectionservice-value__right .image-tab figure img{min-height:500px}.location-healthway .sectionservice-value__tab .item-tab__title--desc{padding-left:32px}.location-healthway .sectionservice-value__tab .item-tab__title--desc:before{width:16px}.location-healthway .sectionservice-value__tab .item-tab.active{padding:24px 40px 24px 24px}}@media all and (max-width: 767px){.sectionservice-value__left{width:100%}.sectionservice-value__left .sectiontext{padding-top:0;padding-right:0}.sectionservice-value__left .sectiontext h6{font-size:.75rem}.sectionservice-value__left .sectiontext h3{font-size:1.5rem}.sectionservice-value__right{display:none}.sectionservice-value__tab{gap:0}.sectionservice-value__tab .item-tab__title .ico{width:32px}.sectionservice-value__tab .item-tab__title--desc{width:calc(100% - 40px)}.sectionservice-value__tab .item-tab__title--desc h4{font-size:1rem}.sectionservice-value__tab .item-tab__title--desc .drop-desc figure{display:block;padding-top:24px;margin:-12px -16px -16px -72px;opacity:0;position:relative;transition:all ease-out .25s}.sectionservice-value__tab .item-tab.active{margin-right:0;padding:16px}.sectionservice-value__tab .item-tab.active .item-tab__title .ico{width:40px}.sectionservice-value__tab .item-tab.active .item-tab__title--desc .drop-desc figure{opacity:1;margin-top:0;transition:all ease-out .25s;transition-delay:.2s}.location-healthway .sectionservice-value__left{width:100%}.location-healthway .sectionservice-value__tab .item-tab{padding:24px;border:1px solid #EBEFF0}.location-healthway .sectionservice-value__tab .item-tab__title--desc{padding-left:0}.location-healthway .sectionservice-value__tab .item-tab__title--desc:before{content:unset}.location-healthway .sectionservice-value__tab .item-tab__title--desc .drop-desc figure{margin:0 -20px -24px}.location-healthway .sectionservice-value__tab .item-tab.active{padding:24px 20px}}.masonry-bottom{padding:0}.screening-grid .sub-title{margin-bottom:56px}.screening-grid .sub-title h2{font-weight:300;margin-bottom:20px}.location-healthway{padding:100px 0 0}@media all and (max-width: 1280px){.screening-grid .sub-title{padding:0 40px}}@media all and (max-width: 1023px){.screening-grid .sub-title{padding:0}}@media all and (max-width: 767px){.screening-grid .sub-title{margin-bottom:24px}.screening-grid .sub-title h2{font-size:2rem}.screening-grid .sub-title h3{font-size:1.5rem;margin-bottom:24px}}
