

/* Start:/local/templates/newgyms/assets/main.css?1777027527340139*/
@charset "UTF-8";.button{--color: inherit;--bg-color: transparent;--transition-duration: .3s}.button_lilac{--color: var(--color-white);--bg-color: var(--color-lilac)}.button_red{--color: var(--color-white);--bg-color: var(--color-red)}.button_yellow{--color: var(--color-black);--bg-color: var(--color-yellow)}.button_blue{--color: var(--color-white);--bg-color: var(--color-blue)}.button_gray{--color: var(--color-black);--bg-color: var(--color-gray-bg)}.button_white{--color: var(--color-black);--bg-color: var(--color-white)}.button{font-weight:700;font-size:16px;line-height:1;text-decoration:none;color:var(--color);display:flex;justify-content:center;align-items:center;gap:10px;box-sizing:border-box;border:none;border-radius:100px;background-color:var(--bg-color);overflow:hidden;position:relative;transition:transform var(--transition-duration) linear,box-shadow var(--transition-duration) linear;cursor:pointer}.button:hover{text-decoration:none;box-shadow:0 5px 3px #64369526;transform:translateY(-3px)}.button:disabled{cursor:not-allowed}.button:before{content:"";display:block;width:359px;height:347px;background-color:var(--color-white);-webkit-mask-image:url(/local/templates/newgyms/assets/./images/button-hover.svg);mask-image:url(/local/templates/newgyms/assets/./images/button-hover.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;opacity:0;position:absolute;left:-300px;top:-250px;animation:none;pointer-events:none}.button:hover:before{animation:button-shine var(--transition-duration) linear forwards}.button_xs{padding:12px 16px}@media screen and (min-width: 1462px){.button_xs{padding:14px 20px}}.button_s{padding:14px 18px}@media screen and (min-width: 1462px){.button_s{padding:16px 22px}}.button_m{padding:16px 20px}@media screen and (min-width: 1462px){.button_m{padding:18px 24px}}.button__content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.button__separator{flex-shrink:0;font-weight:700;font-size:18px;color:var(--color);opacity:.1}.button svg{flex-shrink:0;stroke:var(--color);width:12px;height:12px}@keyframes button-shine{0%{opacity:0;left:-300px}50%{opacity:1}to{opacity:0;left:110%}}.socials{display:flex;align-items:center}.socials_rounded{--gap: 10px;gap:var(--gap)}.socials_grouped{--gap: 20px;gap:var(--gap);padding:14px 16px;border:1px solid var(--color-on-dark);border-radius:100px}.socials__item{transition:all var(--transition-duration) ease-in-out}.socials__item svg{transition:all var(--transition-duration) ease-in-out;fill:var(--color-white);display:block}.socials_rounded .socials__item{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:100px}@media screen and (min-width: 1462px){.socials_rounded .socials__item{width:55px;height:55px}}.socials_rounded .socials__item:hover{opacity:.8}.socials_rounded .socials__item_blue{background-color:#186bca}.socials_rounded .socials__item_green{background-color:#16c022}.socials_rounded .socials__item_violet{background:linear-gradient(90deg,#3387F7 0%,#9540D8 100%)}.socials_rounded .socials__item_lightblue{background-color:#0aa4f1}.socials_rounded .socials__item svg{width:30px;height:30px}.socials_grouped .socials__item{display:block;width:22px;height:22px;position:relative}.socials_grouped .socials__item:before{content:"";display:block;width:1px;height:30px;background-color:var(--color-on-dark);transform:translateY(-50%);position:absolute;left:calc(0px - var(--gap) / 2);top:50%}.socials_grouped .socials__item:first-child:before{display:none}.socials_grouped .socials__item svg{width:100%;height:100%}.socials_grouped .socials__item:hover svg{fill:var(--color-yellow)}.footer{padding-block:60px;position:relative}@media screen and (min-width: 992px){.footer{padding-block:80px}}@media screen and (min-width: 1462px){.footer{padding-block:100px}}.footer__up{display:block;width:60px;height:48px;padding:0;border:none;border-radius:0 0 var(--border-radius-l) var(--border-radius-l);background-color:var(--color-white);background-image:url(/local/templates/newgyms/assets/../assets/images/icons/up-button.svg);background-size:16px 10px;background-position:center center;background-repeat:no-repeat;cursor:pointer;position:absolute;right:54px;top:0}@media screen and (min-width: 992px){.footer__up{width:80px;height:50px}}@media screen and (min-width: 1462px){.footer__up{width:100px;height:70px;background-size:18px 12px}}.footer__up:before,.footer__up:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.footer__up:before,.footer__up:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.footer__up:before,.footer__up:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.footer__up:before,.footer__up:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.footer__up:before,.footer__up:after{background-color:inherit;position:absolute;top:0}.footer__up:before{transform:rotate(-90deg);right:100%}.footer__up:after{transform:rotate(180deg);left:100%}.footer__container{box-sizing:border-box;width:100%;min-width:320px;padding:0 16px;margin:0 auto}@media screen and (min-width: 532px){.footer__container{max-width:512px}}@media screen and (min-width: 762px){.footer__container{max-width:742px}}@media screen and (min-width: 992px){.footer__container{max-width:972px}}@media screen and (min-width: 1232px){.footer__container{max-width:1180px}}@media screen and (min-width: 1462px){.footer__container{max-width:1442px}}.footer__container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:30px}@media screen and (min-width: 1462px){.footer__container{display:grid;grid-template-columns:auto auto 330px;grid-template-rows:repeat(3,auto);align-items:start;row-gap:40px}}.footer__logo{display:block}@media screen and (min-width: 1462px){.footer__logo{order:-1;grid-row:1/4}}.footer__logo img{display:block;height:50px;aspect-ratio:160/70}@media screen and (min-width: 992px){.footer__logo img{height:60px}}@media screen and (min-width: 1462px){.footer__logo img{height:70px}}@media screen and (min-width: 1462px){.footer__socials{display:flex;justify-content:flex-end}}.footer__phone-and-button{flex-basis:100%;display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.footer__phone-and-button{flex-basis:auto;flex-direction:row;align-items:center;gap:10px}}@media screen and (min-width: 992px){.footer__phone-and-button{gap:20px}}@media screen and (min-width: 1462px){.footer__phone-and-button{order:-1;flex-direction:column;align-items:flex-end}}.footer__contacts{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 762px){.footer__contacts{align-items:flex-end}}.footer__phone{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.footer__phone{font-size:20px}}@media screen and (min-width: 1462px){.footer__phone{font-size:24px}}.footer__phone{text-decoration:none;color:var(--color-white)}.footer__email{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer__email{font-size:16px}}.footer__email{text-decoration:none;color:var(--color-yellow)}.footer__links{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer__links{font-size:16px}}.footer__links{flex-basis:100%;text-align:center;color:var(--color-gray);display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (min-width: 762px){.footer__links{text-align:left;flex-basis:auto;flex-direction:row;gap:20px;margin-inline:auto}}@media screen and (min-width: 1462px){.footer__links{text-align:right;flex-direction:column;align-items:flex-end;gap:10px}}.footer__links a{text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__footer{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer__footer{font-size:16px}}.footer__footer{color:var(--color-gray);flex-basis:100%;display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (min-width: 762px){.footer__footer{flex-direction:row;justify-content:space-between}}@media screen and (min-width: 1462px){.footer__footer{grid-column:1/4}}.footer__developer{text-decoration:none;display:inline-flex;flex-direction:column;align-items:center;gap:5px}@media screen and (min-width: 762px){.footer__developer{flex-direction:row;gap:18px;align-items:flex-end}}.footer__developer img{display:block}.footer-menu{display:none}@media screen and (min-width: 1462px){.footer-menu{order:-1;grid-row:1/4;display:flex;align-items:flex-start;gap:90px}}.footer-menu-section{display:flex;flex-direction:column;gap:10px}.footer-menu-section__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer-menu-section__title{font-size:16px}}.footer-menu-section__title{font-weight:700;color:var(--color-red)}.footer-menu-section__list{display:flex;flex-direction:column;gap:6px}.footer-menu-section__list a{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer-menu-section__list a{font-size:16px}}.footer-menu-section__list a{text-decoration:none;color:var(--color-white)}.footer-menu-section__list a:hover{text-decoration:underline}.footer-requisites{flex-basis:100%;display:flex;flex-direction:column;gap:15px;padding:15px 20px;border-radius:8px;background-color:var(--color-on-dark)}@media screen and (min-width: 762px){.footer-requisites{flex-direction:row;flex-wrap:wrap;gap:30px}}@media screen and (min-width: 1462px){.footer-requisites{grid-column:1/4;gap:30px;padding:20px 30px}}.footer-requisites-item{display:flex;flex-direction:column;align-items:flex-start;opacity:.8}@media screen and (min-width: 992px){.footer-requisites-item{flex-direction:row;gap:10px}}.footer-requisites-item_highlighted{opacity:1}.footer-requisites-item__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer-requisites-item__title{font-size:16px}}.footer-requisites-item__title{color:var(--color-gray)}.footer-requisites-item__value{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.footer-requisites-item__value{font-size:16px}}.footer-requisites-item__value{color:var(--color-white)}.cabinet-button{display:flex;align-items:center;gap:10px}@media screen and (min-width: 1462px){.cabinet-button{gap:20px}}.cabinet-button-contacts{display:none}@media screen and (min-width: 762px){.cabinet-button-contacts{display:flex;flex-direction:column;align-items:flex-end}}.cabinet-button-contacts__phone{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.cabinet-button-contacts__phone{font-size:20px}}@media screen and (min-width: 1462px){.cabinet-button-contacts__phone{font-size:24px}}.cabinet-button-contacts__phone{text-decoration:none;color:var(--color-black)}.cabinet-button-contacts__time{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.cabinet-button-contacts__time{font-size:16px}}.cabinet-button-contacts__time{color:var(--color-black)}.cabinet-button-link__icon{flex-shrink:0;display:block;width:40px;height:40px;border-radius:100px;background-color:var(--color-lilac);background-image:url(/local/templates/newgyms/assets/../assets/images/icons/cabinet-button.svg);background-size:16px 16px;background-position:center center;background-repeat:no-repeat}@media screen and (min-width: 1462px){.cabinet-button-link__icon{display:none}}.cabinet-button-link__button{display:none}@media screen and (min-width: 1462px){.cabinet-button-link__button{display:flex}}.club-selector{position:relative}.club-selector__button{width:168px}@media screen and (min-width: 1462px){.club-selector__button{width:194px}}.club-selector__button svg{transition:transform var(--transition-duration) ease-in-out}.club-selector.opened .club-selector__button svg{transform:rotate(180deg)}.club-selector__dropdown{box-shadow:0 4px 44px #00000024;width:240px;height:0;overflow:hidden;border-radius:var(--border-radius-xl);background-color:var(--color-gray-bg);position:absolute;left:0;top:calc(100% + 10px);z-index:10;transition:height var(--transition-duration) ease-in-out}.club-selector__dropdown ul{padding:10px 22px;margin:0}.club-selector__dropdown ul li{font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.club-selector__dropdown ul li{font-size:16px}}.club-selector__dropdown ul li{color:var(--color-black);list-style-type:none;padding-block:10px;border-top:1px solid var(--color-border)}.club-selector__dropdown ul li:first-child{border-top:none}.club-selector__dropdown ul li a{text-decoration:none;display:block;transition:color var(--transition-duration) ease-in-out}.club-selector__dropdown ul li a:hover{color:var(--color-lilac)}.schedule-button{text-decoration:none;display:flex;align-items:center;gap:clamp(.625rem,-.625rem + 2.1276595745vw,1.25rem)}.schedule-button:hover{text-decoration:none}.schedule-button__icon{flex-shrink:0;display:block;width:40px;height:40px;border-radius:100px;background-color:var(--color-pink);background-image:url(/local/templates/newgyms/assets/../assets/images/icons/schedule-button.svg);background-size:16px 16px;background-position:center center;background-repeat:no-repeat}.schedule-button__title{font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.schedule-button__title{font-size:16px}}.schedule-button__title{color:var(--color-black);display:none}@media screen and (min-width: 762px){.schedule-button__title{display:block}}.menu-button{position:relative}.menu-button__button{border-radius:24px!important}@media screen and (min-width: 1462px){.menu-button__button{border-radius:30px!important}}.header.barOpened .menu-button__button{border-radius:24px 24px 0 0!important}@media screen and (min-width: 1462px){.header.barOpened .menu-button__button{border-radius:30px 30px 0 0!important}}.menu-button__bridge{background-color:var(--color-blue);position:absolute;width:100%;height:25px;visibility:hidden;opacity:0;left:0;top:calc(100% - 5px);z-index:75}@media screen and (min-width: 762px){.menu-button__bridge{height:28px}}@media screen and (min-width: 992px){.menu-button__bridge{height:33px}}@media screen and (min-width: 1462px){.menu-button__bridge{height:36px}}.header.barOpened .menu-button__bridge{visibility:visible;opacity:1}.menu-button__bridge:before,.menu-button__bridge:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.menu-button__bridge:before,.menu-button__bridge:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.menu-button__bridge:before,.menu-button__bridge:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.menu-button__bridge:before,.menu-button__bridge:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.menu-button__bridge:before,.menu-button__bridge:after{background-color:inherit;position:absolute;bottom:0}.menu-button__bridge:before{right:100%}.menu-button__bridge:after{transform:rotateY(180deg);left:100%}.header-bar-selector{position:relative}.header-bar-selector__button{transition:all var(--transition-duration) ease-in-out;font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.header-bar-selector__button{font-size:16px}}.header-bar-selector__button{color:var(--color-gray);display:flex;justify-content:space-between;align-items:center;gap:10px;box-sizing:border-box;width:100%;padding:12px 20px;border:none;border-radius:100px;background-color:var(--color-on-dark);cursor:pointer}.header-bar-selector__button svg{flex-shrink:0;stroke:var(--color-gray);width:10px;height:10px;transition:transform var(--transition-duration) ease-in-out}.header-bar-selector.opened .header-bar-selector__button svg{transform:rotate(180deg)}@media screen and (min-width: 762px){.header-bar-selector_md .header-bar-selector__button{display:none}}@media screen and (min-width: 992px){.header-bar-selector_lg .header-bar-selector__button{display:none}}@media screen and (min-width: 1462px){.header-bar-selector_xl .header-bar-selector__button{display:none}}.header-bar-selector__dropdown{transition:all var(--transition-duration) ease-in-out;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.header-bar-selector__dropdown{border-radius:var(--border-radius-xl)}}.header-bar-selector__dropdown{width:100%;height:0;overflow:hidden;background-color:var(--color-on-dark);margin-top:0}.header-bar-selector__dropdown ul{padding:20px 22px;margin:0}.header-bar-selector__dropdown ul li{font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.header-bar-selector__dropdown ul li{font-size:16px}}.header-bar-selector__dropdown ul li{color:var(--color-gray);list-style-type:none;padding-block:15px;border-top:1px solid rgba(255,255,255,.1)}.header-bar-selector__dropdown ul li:first-child{padding-top:0;border-top:none}.header-bar-selector__dropdown ul li:last-child{padding-bottom:0}.header-bar-selector__dropdown ul li a{transition:all var(--transition-duration) ease-in-out;text-decoration:none;display:block}.header-bar-selector__dropdown ul li a:hover{color:var(--color-white)}.header-bar-selector.opened .header-bar-selector__dropdown{margin-top:10px}@media screen and (min-width: 762px){.header-bar-selector_md .header-bar-selector__dropdown{height:auto!important;overflow:visible;background-color:transparent}.header-bar-selector_md .header-bar-selector__dropdown ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0}}@media screen and (min-width: 762px) and (min-width: 992px){.header-bar-selector_md .header-bar-selector__dropdown ul{column-gap:20px}}@media screen and (min-width: 762px) and (min-width: 1462px){.header-bar-selector_md .header-bar-selector__dropdown ul{grid-template-columns:repeat(4,1fr);column-gap:30px}}@media screen and (min-width: 762px){.header-bar-selector_md .header-bar-selector__dropdown ul li{padding:0!important;border-top:none}.header-bar-selector_md .header-bar-selector__dropdown ul li a{padding:12px 20px;border-radius:100px;background-color:var(--color-on-dark)}.header-bar-selector_md .header-bar-selector__dropdown ul li a:hover{transform:translateY(-3px)}}@media screen and (min-width: 992px){.header-bar-selector_lg .header-bar-selector__dropdown{height:auto!important;overflow:visible;background-color:transparent}.header-bar-selector_lg .header-bar-selector__dropdown ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0}}@media screen and (min-width: 992px) and (min-width: 992px){.header-bar-selector_lg .header-bar-selector__dropdown ul{column-gap:20px}}@media screen and (min-width: 992px) and (min-width: 1462px){.header-bar-selector_lg .header-bar-selector__dropdown ul{grid-template-columns:repeat(4,1fr);column-gap:30px}}@media screen and (min-width: 992px){.header-bar-selector_lg .header-bar-selector__dropdown ul li{padding:0!important;border-top:none}.header-bar-selector_lg .header-bar-selector__dropdown ul li a{padding:12px 20px;border-radius:100px;background-color:var(--color-on-dark)}.header-bar-selector_lg .header-bar-selector__dropdown ul li a:hover{transform:translateY(-3px)}}@media screen and (min-width: 1462px){.header-bar-selector_xl .header-bar-selector__dropdown{height:auto!important;overflow:visible;background-color:transparent}.header-bar-selector_xl .header-bar-selector__dropdown ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0}}@media screen and (min-width: 1462px) and (min-width: 992px){.header-bar-selector_xl .header-bar-selector__dropdown ul{column-gap:20px}}@media screen and (min-width: 1462px) and (min-width: 1462px){.header-bar-selector_xl .header-bar-selector__dropdown ul{grid-template-columns:repeat(4,1fr);column-gap:30px}}@media screen and (min-width: 1462px){.header-bar-selector_xl .header-bar-selector__dropdown ul li{padding:0!important;border-top:none}.header-bar-selector_xl .header-bar-selector__dropdown ul li a{padding:12px 20px;border-radius:100px;background-color:var(--color-on-dark)}.header-bar-selector_xl .header-bar-selector__dropdown ul li a:hover{transform:translateY(-3px)}}.header-bar-lock{overflow:hidden}.header{position:sticky;left:0;top:0;z-index:70}.header__overlay{visibility:hidden;background-color:var(--color-black);opacity:0;position:fixed;left:0;right:0;top:0;bottom:0;z-index:70;transition:opacity var(--transition-duration) ease-in-out}.header__overlay.visible{visibility:visible;opacity:.6}.header-panel{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.header-panel{border-radius:var(--border-radius-xl)}}.header-panel{padding-block:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:var(--color-white);position:relative;z-index:75}@media screen and (min-width: 1462px){.header-panel{border-bottom-left-radius:0;border-bottom-right-radius:0}}.header-panel__container{box-sizing:border-box;width:100%;min-width:320px;padding:0 16px;margin:0 auto}@media screen and (min-width: 532px){.header-panel__container{max-width:512px}}@media screen and (min-width: 762px){.header-panel__container{max-width:742px}}@media screen and (min-width: 992px){.header-panel__container{max-width:972px}}@media screen and (min-width: 1232px){.header-panel__container{max-width:1180px}}@media screen and (min-width: 1462px){.header-panel__container{max-width:1442px}}.header-panel__container{display:flex;align-items:center;gap:10px}@media screen and (min-width: 762px){.header-panel__container{gap:20px}}.header-panel__logo{flex-shrink:0;order:-2;display:block}.header-panel__logo img{display:block;aspect-ratio:160/71;height:40px}@media screen and (min-width: 762px){.header-panel__logo img{height:50px}}@media screen and (min-width: 992px){.header-panel__logo img{height:60px}}@media screen and (min-width: 1462px){.header-panel__logo img{height:70px}}.header-panel .club-selector{display:none}@media screen and (min-width: 992px){.header-panel .club-selector{display:block}}.header-panel .schedule-button{max-width:220px;margin-left:auto}@media screen and (min-width: 762px){.header-panel .schedule-button{margin-right:auto}}.header-panel .cabinet-button{flex-shrink:0;margin-right:auto}@media screen and (min-width: 762px){.header-panel .cabinet-button{margin-right:0}}@media screen and (min-width: 762px){.header-panel .menu-button{order:-1}}.header-panel .menu-button svg{transition:transform var(--transition-duration) ease-in-out}.header.barOpened .header-panel .menu-button svg{transform:rotate(180deg)}.header-bar{transition:all var(--transition-duration) ease-in-out;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.header-bar{border-radius:var(--border-radius-xl)}}.header-bar{height:0;overflow:hidden;visibility:hidden;border-top-left-radius:0!important;border-top-right-radius:0!important;background-color:var(--color-blue);position:absolute;left:0;right:0;top:100%;z-index:75}.header.barOpened .header-bar{visibility:visible}.header-bar__container{box-sizing:border-box;width:100%;min-width:320px;padding:0 16px;margin:0 auto}@media screen and (min-width: 532px){.header-bar__container{max-width:512px}}@media screen and (min-width: 762px){.header-bar__container{max-width:742px}}@media screen and (min-width: 992px){.header-bar__container{max-width:972px}}@media screen and (min-width: 1232px){.header-bar__container{max-width:1180px}}@media screen and (min-width: 1462px){.header-bar__container{max-width:1442px}}.header-bar__container{padding-block:30px}@media screen and (min-width: 762px){.header-bar__container{padding-block:40px}}@media screen and (min-width: 1462px){.header-bar__container{padding-block:48px}}.header.barOpened .header-bar__container{height:100%;overflow-y:auto}.header-bar__section{padding-block:20px;border-bottom:1px solid var(--color-on-dark)}@media screen and (min-width: 992px){.header-bar__section{padding-block:30px}}@media screen and (min-width: 1462px){.header-bar__section{padding-block:50px}}.header-bar__section:first-child{padding-top:0}.header-bar__section:last-child{padding-bottom:0;border-bottom:none}@media screen and (min-width: 992px){.header-bar__section_clubs{display:none}}.header-bar__section .header-bar-selector{width:100%}.header-bar__menu{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.header-bar__menu{font-size:16px}}.header-bar__menu{display:flex;flex-wrap:wrap;gap:20px}@media screen and (min-width: 1462px){.header-bar__menu{justify-content:space-between}}.header-bar__menu a{text-decoration:none;color:var(--color-white);transition:color var(--transition-duration) ease-in-out}.header-bar__menu a:hover{color:var(--color-gray)}.header-bar__buttons{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.header-bar__buttons{flex-direction:row}}.header-bar__buttons .button{flex-grow:1}.layout{overflow:hidden}.layout__group{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.layout__group{border-radius:var(--border-radius-xl)}}.layout__group{overflow:hidden;background-color:var(--color-white)}.layout__group_top{border-top-left-radius:0;border-top-right-radius:0}@media screen and (min-width: 1462px){.layout__group_top{border-top-left-radius:0;border-top-right-radius:0}}.layout__group_bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width: 1462px){.layout__group_bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}}.layout__group_first{padding-top:20px}@media screen and (min-width: 992px){.layout__group_first{padding-top:30px}}@media screen and (min-width: 1462px){.layout__group_first{padding-top:50px}}.socials-widget{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.socials-widget{border-radius:var(--border-radius-xl)}}.socials-widget{padding:10px;background-color:var(--color-blue);position:fixed;right:10px;top:40%;z-index:1;border-top-right-radius:0!important;border-bottom-right-radius:0!important}@media screen and (min-width: 762px){.socials-widget{padding:15px}}.socials-widget:before,.socials-widget:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.socials-widget:before,.socials-widget:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.socials-widget:before,.socials-widget:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.socials-widget:before,.socials-widget:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.socials-widget:before,.socials-widget:after{background-color:var(--color-blue);position:absolute;right:0}.socials-widget:before{bottom:100%}.socials-widget:after{transform:rotate(-90deg);top:100%}.socials-widget .socials{flex-direction:column}.socials-widget .socials__item{width:30px;height:30px}@media screen and (min-width: 762px){.socials-widget .socials__item{width:40px;height:40px}}.socials-widget .socials__item svg{width:16px;height:16px}@media screen and (min-width: 762px){.socials-widget .socials__item svg{width:20px;height:20px}}.checkbox{display:block;position:relative}.checkbox__field{box-sizing:border-box;width:100%;height:100%;visibility:hidden;position:absolute;left:0;top:0}.checkbox__placeholder{box-sizing:border-box;display:block;width:20px;height:20px;border-radius:4px;background-color:var(--color-white)}@media screen and (min-width: 1462px){.checkbox__placeholder{width:24px;height:24px}}.checkbox__field:checked+.checkbox__placeholder{background-color:var(--color-yellow);background-image:url(/local/templates/newgyms/assets/../assets/images/icons/checkbox.svg);background-size:16px 12px;background-position:center center;background-repeat:no-repeat}.checkbox.error .checkbox__placeholder{background-color:var(--color-red)}.input{--padding: 18px;--padding-xl: 22px;display:block;position:relative}.input[data-datepicker]{cursor:pointer}.input[data-datepicker]:after{content:"";display:block;width:10px;height:10px;background-image:url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.91667C0.000661607 8.469 0.220367 8.99852 0.610925 9.38908C1.00148 9.77963 1.531 9.99934 2.08333 10H7.91667C8.469 9.99934 8.99852 9.77963 9.38908 9.38908C9.77963 8.99852 9.99934 8.469 10 7.91667V4.16667H0V7.91667ZM7.08333 6.04167C7.20695 6.04167 7.32778 6.07832 7.43056 6.147C7.53335 6.21567 7.61345 6.31329 7.66076 6.42749C7.70806 6.54169 7.72044 6.66736 7.69632 6.7886C7.67221 6.90984 7.61268 7.0212 7.52527 7.10861C7.43787 7.19602 7.3265 7.25554 7.20526 7.27966C7.08403 7.30377 6.95836 7.2914 6.84416 7.24409C6.72995 7.19679 6.63234 7.11668 6.56366 7.0139C6.49499 6.91112 6.45833 6.79028 6.45833 6.66667C6.45833 6.50091 6.52418 6.34194 6.64139 6.22472C6.7586 6.10751 6.91757 6.04167 7.08333 6.04167ZM5 6.04167C5.12361 6.04167 5.24445 6.07832 5.34723 6.147C5.45001 6.21567 5.53012 6.31329 5.57742 6.42749C5.62473 6.54169 5.63711 6.66736 5.61299 6.7886C5.58888 6.90984 5.52935 7.0212 5.44194 7.10861C5.35453 7.19602 5.24317 7.25554 5.12193 7.27966C5.00069 7.30377 4.87503 7.2914 4.76082 7.24409C4.64662 7.19679 4.54901 7.11668 4.48033 7.0139C4.41166 6.91112 4.375 6.79028 4.375 6.66667C4.375 6.50091 4.44085 6.34194 4.55806 6.22472C4.67527 6.10751 4.83424 6.04167 5 6.04167ZM2.91667 6.04167C3.04028 6.04167 3.16112 6.07832 3.2639 6.147C3.36668 6.21567 3.44679 6.31329 3.49409 6.42749C3.5414 6.54169 3.55377 6.66736 3.52966 6.7886C3.50554 6.90984 3.44602 7.0212 3.35861 7.10861C3.2712 7.19602 3.15984 7.25554 3.0386 7.27966C2.91736 7.30377 2.79169 7.2914 2.67749 7.24409C2.56329 7.19679 2.46567 7.11668 2.397 7.0139C2.32832 6.91112 2.29167 6.79028 2.29167 6.66667C2.29167 6.50091 2.35751 6.34194 2.47472 6.22472C2.59193 6.10751 2.75091 6.04167 2.91667 6.04167ZM7.91667 0.833333H7.5V0.416667C7.5 0.30616 7.4561 0.200179 7.37796 0.122039C7.29982 0.0438987 7.19384 0 7.08333 0C6.97283 0 6.86685 0.0438987 6.7887 0.122039C6.71056 0.200179 6.66667 0.30616 6.66667 0.416667V0.833333H3.33333V0.416667C3.33333 0.30616 3.28943 0.200179 3.21129 0.122039C3.13315 0.0438987 3.02717 0 2.91667 0C2.80616 0 2.70018 0.0438987 2.62204 0.122039C2.5439 0.200179 2.5 0.30616 2.5 0.416667V0.833333H2.08333C1.531 0.833995 1.00148 1.0537 0.610925 1.44426C0.220367 1.83482 0.000661607 2.36434 0 2.91667V3.33333H10V2.91667C9.99934 2.36434 9.77963 1.83482 9.38908 1.44426C8.99852 1.0537 8.469 0.833995 7.91667 0.833333Z" fill="%23302F2F"/></svg>');background-size:100% 100%;position:absolute;right:var(--padding);top:16px}@media screen and (min-width: 1462px){.input[data-datepicker]:after{right:var(--padding-xl);top:19px}}.input__field{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.input__field{font-size:16px}}.input__field{color:var(--color-black);box-sizing:border-box;display:block;width:100%;height:42px;padding-inline:var(--padding);border:none;border-radius:100px;background-color:var(--color-white)}@media screen and (min-width: 1462px){.input__field{height:48px;padding-inline:var(--padding-xl)}}.input__field:focus{outline:none}.input__error{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.input__error{font-size:14px}}.input__error{display:none;color:var(--color-red);margin-top:3px;margin-left:var(--padding)}@media screen and (min-width: 1462px){.input__error{margin-left:var(--padding-xl)}}.input.error .input__error{display:block}.textarea{--padding: 18px;--padding-xl: 22px;display:block;position:relative}.textarea__field{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.textarea__field{font-size:16px}}.textarea__field{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.textarea__field{border-radius:var(--border-radius-xl)}}.textarea__field{color:var(--color-black);box-sizing:border-box;display:block;width:100%;height:100px;padding-inline:var(--padding);padding-block:var(--padding);border:none;background-color:var(--color-white)}@media screen and (min-width: 1462px){.textarea__field{height:120px;padding-inline:var(--padding-xl)}}.textarea__field:focus{outline:none}.textarea__error{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.textarea__error{font-size:14px}}.textarea__error{display:none;color:var(--color-red);margin-top:3px;margin-left:var(--padding)}@media screen and (min-width: 1462px){.textarea__error{margin-left:var(--padding-xl)}}.textarea.error .textarea__error{display:block}.main-popup-lock{overflow:hidden}.main-popup{transition:all var(--transition-duration-l) ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:90}.main-popup.visible{visibility:visible;opacity:1}.main-popup__wrapper{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-height:100%;padding-top:32px;padding-bottom:32px;position:relative}.main-popup__overlay{width:100%;height:100%;background-color:#302f2f99;position:absolute;left:0;top:0}.main-popup__container{transition:all var(--transition-duration-l) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-popup__container{border-radius:var(--border-radius-xl)}}.main-popup__container{box-sizing:border-box;width:100%;max-width:540px;overflow:hidden;background-image:url(/local/templates/newgyms/assets/./images/popup-bg.png);background-size:100% 100%;position:relative;transform:scale(0)}.main-popup.visible .main-popup__container{transform:scale(1)}.main-popup__close{transition:all var(--transition-duration) ease-in-out;display:block;width:32px;height:32px;padding:0;border:none;background-color:var(--color-white);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;opacity:.3;position:absolute;right:22px;top:22px}.main-popup__close:hover{opacity:1}.main-popup__content{padding:60px 40px 40px}.main-popup__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.main-popup__title{font-size:26px}}@media screen and (min-width: 1462px){.main-popup__title{font-size:44px}}.main-popup__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-yellow)}.main-popup__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.main-popup__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.main-popup__subtitle{font-size:24px}}.main-popup__subtitle{color:var(--color-white);margin-top:20px}.main-popup-countdown{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-popup-countdown{border-radius:var(--border-radius-xl)}}.main-popup-countdown{display:flex;flex-direction:column;gap:3px;padding:15px 30px;background-color:#ffffff1a;margin-top:40px;margin-bottom:-20px}@media screen and (min-width: 532px){.main-popup-countdown{flex-direction:row;align-items:center;gap:28px;padding:30px}}.main-popup-countdown__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.main-popup-countdown__title{font-size:16px}}.main-popup-countdown__title{color:var(--color-white)}.main-popup-countdown__digits{display:flex;align-items:center;gap:10px}.main-popup-countdown__digit{font-size:10px;line-height:1;text-align:center;color:var(--color-gray);width:50px;height:56px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;background-color:var(--color-white);box-shadow:0 4px 10px #0000001a;flex-shrink:0}@media screen and (min-width: 532px){.main-popup-countdown__digit{font-size:12px;width:59px;height:70px}}.main-popup-countdown__digit strong{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.main-popup-countdown__digit strong{font-size:20px}}@media screen and (min-width: 1462px){.main-popup-countdown__digit strong{font-size:24px}}.main-popup-countdown__digit strong{color:var(--color-black);display:block}.main-popup-countdown__digit span{display:block}.main-popup-form{display:flex;flex-direction:column;gap:20px;margin-top:40px}.main-popup-form__consent{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.main-popup-form__consent{font-size:14px}}.main-popup-form__consent{display:flex;align-items:center;gap:10px}.main-popup-form__consent a{text-decoration:none}.main-popup-form__consent a:hover{text-decoration:underline}.partner-popup-lock{overflow:hidden}.partner-popup{transition:all var(--transition-duration-l) ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:90}.partner-popup.visible{visibility:visible;opacity:1}.partner-popup__wrapper{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-height:100%;padding-top:32px;padding-bottom:32px;position:relative}.partner-popup__overlay{width:100%;height:100%;background-color:#302f2f99;position:absolute;left:0;top:0}.partner-popup__container{transition:all var(--transition-duration-l) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.partner-popup__container{border-radius:var(--border-radius-xl)}}.partner-popup__container{box-sizing:border-box;width:100%;max-width:690px;overflow:hidden;background-color:var(--color-gray-bg);position:relative;transform:scale(0)}.partner-popup.visible .partner-popup__container{transform:scale(1)}.partner-popup__close{transition:all var(--transition-duration) ease-in-out;display:block;width:32px;height:32px;padding:0;border:none;background-color:var(--color-black);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;opacity:.3;position:absolute;right:22px;top:22px}.partner-popup__close:hover{opacity:1}.partner-popup__content{padding:60px}.partner-popup .partner-card__container{padding:0}.partner-popup .partner-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.partner-popup .partner-card__title{font-size:20px}}@media screen and (min-width: 1462px){.partner-popup .partner-card__title{font-size:24px}}.partner-popup .partner-card__discount span{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.partner-popup .partner-card__discount span{font-size:20px}}@media screen and (min-width: 1462px){.partner-popup .partner-card__discount span{font-size:24px}}.partner-popup .partner-card__discount strong{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.partner-popup .partner-card__discount strong{font-size:20px}}@media screen and (min-width: 1462px){.partner-popup .partner-card__discount strong{font-size:24px}}.partner-popup .partner-card__button{display:none}.partner-popup .partner-card__description{display:block}.coach-popup-lock{overflow:hidden}.coach-popup{transition:all var(--transition-duration-l) ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:90}.coach-popup.visible{visibility:visible;opacity:1}.coach-popup__wrapper{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-height:100%;padding-top:32px;padding-bottom:32px;position:relative}.coach-popup__overlay{width:100%;height:100%;background-color:#302f2f99;position:absolute;left:0;top:0}.coach-popup__container{transition:all var(--transition-duration-l) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.coach-popup__container{border-radius:var(--border-radius-xl)}}.coach-popup__container{box-sizing:border-box;width:100%;max-width:690px;overflow:hidden;background-color:var(--color-gray-bg);position:relative;transform:scale(0)}.coach-popup.visible .coach-popup__container{transform:scale(1)}.coach-popup__close{transition:all var(--transition-duration) ease-in-out;display:block;width:32px;height:32px;padding:0;border:none;background-color:var(--color-black);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;opacity:.3;position:absolute;right:22px;top:22px}.coach-popup__close:hover{opacity:1}.coach-popup__content{display:flex;flex-direction:column;gap:20px;padding:60px 30px 30px}@media screen and (min-width: 762px){.coach-popup__content{flex-direction:row;align-items:flex-start;gap:30px;padding-top:30px}}.coach-popup__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.coach-popup__picture{border-radius:var(--border-radius-xl)}}.coach-popup__picture{max-width:320px;overflow:hidden}@media screen and (min-width: 762px){.coach-popup__picture{max-width:none;width:260px;flex-shrink:0}}.coach-popup__picture img{object-fit:cover;display:block;width:100%;height:100%}.coach-popup__body{display:flex;flex-direction:column;gap:10px}.coach-popup__name{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.coach-popup__name{font-size:20px}}@media screen and (min-width: 1462px){.coach-popup__name{font-size:24px}}.coach-popup__name{margin:0}.coach-popup__post{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.coach-popup__post{font-size:16px}}.coach-popup__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.coach-popup__description{font-size:16px}}.coach-popup__description p:first-child{margin-top:0}.coach-popup__description p:last-child{margin-bottom:0}.coach-popup__clubs{padding:0;margin:0}.coach-popup__clubs li{list-style-type:none}.coach-popup__clubs{display:flex;flex-wrap:wrap;column-gap:10px}.coach-popup__clubs li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.coach-popup__clubs li{font-size:16px}}@media screen and (min-width: 1462px){.coach-popup__clubs li{font-size:18px}}.coach-popup__clubs li{display:flex;align-items:center;gap:5px}.coach-popup__clubs li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.success-popup-lock{overflow:hidden}.success-popup{transition:all var(--transition-duration-l) ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:90}.success-popup.visible{visibility:visible;opacity:1}.success-popup__wrapper{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-height:100%;padding-top:32px;padding-bottom:32px;position:relative}.success-popup__overlay{width:100%;height:100%;background-color:#302f2f99;position:absolute;left:0;top:0}.success-popup__container{transition:all var(--transition-duration-l) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.success-popup__container{border-radius:var(--border-radius-xl)}}.success-popup__container{box-sizing:border-box;width:100%;max-width:540px;overflow:hidden;background-image:url(/local/templates/newgyms/assets/./images/success-popup-bg.png);background-size:540px 640px;background-position:center bottom;background-repeat:no-repeat;position:relative;transform:scale(0)}.success-popup.visible .success-popup__container{transform:scale(1)}.success-popup__close{transition:all var(--transition-duration) ease-in-out;display:block;width:32px;height:32px;padding:0;border:none;background-color:var(--color-white);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;opacity:.3;position:absolute;right:22px;top:22px}.success-popup__close:hover{opacity:1}.success-popup__content{padding:60px 40px 320px}.success-popup__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.success-popup__title{font-size:36px}}@media screen and (min-width: 1462px){.success-popup__title{font-size:52px}}.success-popup__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-blue)}.success-popup__subtitle{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.success-popup__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.success-popup__subtitle{font-size:24px}}.success-popup__subtitle{color:var(--color-blue);margin-top:20px}.success-popup__button{margin-top:40px}.mobileapp-notification{box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.mobileapp-notification{border-radius:var(--border-radius-xl)}}.mobileapp-notification{width:100%;padding-block:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:var(--color-white);position:fixed;left:0;bottom:0;z-index:10}.mobileapp-notification__container{box-sizing:border-box;width:100%;min-width:320px;padding:0 16px;margin:0 auto}@media screen and (min-width: 532px){.mobileapp-notification__container{max-width:512px}}@media screen and (min-width: 762px){.mobileapp-notification__container{max-width:742px}}@media screen and (min-width: 992px){.mobileapp-notification__container{max-width:972px}}@media screen and (min-width: 1232px){.mobileapp-notification__container{max-width:1180px}}@media screen and (min-width: 1462px){.mobileapp-notification__container{max-width:1442px}}.mobileapp-notification__container{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.mobileapp-notification__container{flex-direction:row;justify-content:center;align-items:center;gap:20px}}@media screen and (min-width: 992px){.mobileapp-notification__container{gap:30px}}.mobileapp-notification__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.mobileapp-notification__text{font-size:20px}}@media screen and (min-width: 1462px){.mobileapp-notification__text{font-size:24px}}.mobileapp-notification__button{flex-shrink:0}.mobile-app-buttons{display:flex;gap:10px;max-width:100%}@media screen and (min-width: 762px){.mobile-app-buttons{flex-direction:column}}@media screen and (min-width: 992px){.mobile-app-buttons{flex-direction:row}}.mobile-app-buttons__button{text-decoration:none;display:block}.mobile-app-buttons__button img{display:block;max-height:52px}.cookies{display:flex;justify-content:center;width:100%;position:fixed;left:0;bottom:24px;z-index:10}.cookies__container{display:flex;align-items:center;column-gap:16px;max-width:100%;padding:16px 16px 16px 48px;border-radius:16px;background-color:#0009;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/cookies.svg);background-size:24px 24px;background-position:16px center;background-repeat:no-repeat;margin-inline:16px}@media screen and (min-width: 1462px){.cookies__container{background-position:16px center}}.cookies__text{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.cookies__text{font-size:14px}}.cookies__text{color:var(--color-white)}.cookies__button{flex-shrink:0}.loader{display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px;background-color:#fffffff2;box-shadow:0 0 8px #0000001a;position:fixed;right:-320px;top:16px;z-index:90;cursor:progress;transition:all .2s ease-in-out}.loader.visible{right:16px}.loader__bar img{display:block;width:30px;height:30px}.loader:hover .loader__bar{width:100%}.notification{font-size:small;line-height:1.2;box-sizing:border-box;width:280px;padding:16px 16px 16px 48px;border-radius:8px;background-color:#fffffff2;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/notification/info.svg);background-size:16px 16px;background-position:16px center;background-repeat:no-repeat;box-shadow:0 0 8px #0000001a;position:fixed;right:-280px;top:16px;z-index:90;transition:all .2s ease-in-out}.notification.visible{right:0}.notification.error{background-image:url(/local/templates/newgyms/assets/../assets/images/icons/notification/error.svg)}.notification.success{background-image:url(/local/templates/newgyms/assets/../assets/images/icons/notification/success.svg)}.lead-popup-lock{overflow:hidden}.lead-popup{transition:all var(--transition-duration-l) ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:90}.lead-popup.visible{visibility:visible;opacity:1}.lead-popup__wrapper{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-height:100%;padding-top:32px;padding-bottom:32px;position:relative}.lead-popup__overlay{width:100%;height:100%;background-color:#302f2f99;position:absolute;left:0;top:0}.lead-popup__container{transition:all var(--transition-duration-l) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.lead-popup__container{border-radius:var(--border-radius-xl)}}.lead-popup__container{box-sizing:border-box;width:100%;max-width:540px;overflow:hidden;background-image:url(/local/templates/newgyms/assets/./images/popup-bg.png);background-size:100% 100%;position:relative;transform:scale(0)}.lead-popup.visible .lead-popup__container{transform:scale(1)}.lead-popup__close{transition:all var(--transition-duration) ease-in-out;display:block;width:32px;height:32px;padding:0;border:none;background-color:var(--color-white);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;opacity:.3;position:absolute;right:22px;top:22px}.lead-popup__close:hover{opacity:1}.lead-popup__content{padding:60px 40px 40px}.lead-popup__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.lead-popup__title{font-size:26px}}@media screen and (min-width: 1462px){.lead-popup__title{font-size:44px}}.lead-popup__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-yellow)}.lead-popup__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.lead-popup__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.lead-popup__subtitle{font-size:24px}}.lead-popup__subtitle{color:var(--color-white);margin-top:20px}.lead-popup-form{display:flex;flex-direction:column;gap:20px;margin-top:40px}.lead-popup-form__consent{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.lead-popup-form__consent{font-size:14px}}.lead-popup-form__consent{display:flex;align-items:center;gap:10px}.lead-popup-form__consent a{text-decoration:none}.lead-popup-form__consent a:hover{text-decoration:underline}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:none}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:none!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:none;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-top .gslide-image img,.desc-bottom .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-top .gslide-media,.desc-bottom .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gprev,.gnext,.gclose{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gprev svg,.gnext svg,.gclose svg{display:block;width:25px;height:auto;margin:0;padding:0}.gprev.disabled,.gnext.disabled,.gclose.disabled{opacity:.1}.gprev .garrow,.gnext .garrow,.gclose .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#000000bf;border-radius:4px}.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width: 769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0px rgba(0,0,0,.65);box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#00000052}.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media (min-width: 992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height: 420px){.goverlay{background:#000}}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@font-face{font-display:swap;font-style:normal;font-weight:400;font-family:Nunito Sans;src:url(/local/templates/newgyms/assets/./fonts/regular.woff2) format("woff2")}@font-face{font-display:swap;font-style:normal;font-weight:500;font-family:Nunito Sans;src:url(/local/templates/newgyms/assets/./fonts/medium.woff2) format("woff2")}@font-face{font-display:swap;font-style:normal;font-weight:700;font-family:Nunito Sans;src:url(/local/templates/newgyms/assets/./fonts/bold.woff2) format("woff2")}@font-face{font-display:swap;font-style:italic;font-weight:900;font-family:Nunito Sans;src:url(/local/templates/newgyms/assets/./fonts/black-italic.woff2) format("woff2")}:root{--color-black: #302F2F;--color-white: #FFFFFF;--color-gray: #D1D3D4;--color-blue: #192230;--color-lilac: #643695;--color-yellow: #FFA724;--color-pink: #EF4D91;--color-red: #C4094A;--color-gray-bg: #F7F7F9;--color-border: #EBEFF1;--color-on-dark: #293445;--color-on-light: #ECE4F4;--indentation-xxxs: 5px;--indentation-xxs: 10px;--indentation-xs: 20px;--indentation-s: 30px;--indentation-m: 50px;--indentation-l: 60px;--indentation-xl: 80px;--indentation-xxl: 100px;--border-radius-l: 24px;--border-radius-xl: 30px;--body-padding: 10px;--transition-duration: .2s;--transition-duration-l: .4s}*:focus{outline:none}html{font-size:16px}body{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){body{font-size:20px}}@media screen and (min-width: 1462px){body{font-size:24px}}body{font-family:Nunito Sans,sans-serif;-webkit-font-smoothing:antialiased;color:var(--color-black);display:flex;flex-direction:column;padding-inline:var(--body-padding);background-color:var(--color-blue)}main{flex-grow:1}img{max-width:100%;height:auto}a{color:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:1em;margin-bottom:.5em}h1,.h1{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){h1,.h1{font-size:46px}}@media screen and (min-width: 1462px){h1,.h1{font-size:70px}}h2,.h2{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){h2,.h2{font-size:36px}}@media screen and (min-width: 1462px){h2,.h2{font-size:52px}}h3,.h3{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){h3,.h3{font-size:26px}}@media screen and (min-width: 1462px){h3,.h3{font-size:44px}}h4,.h4{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){h4,.h4{font-size:20px}}@media screen and (min-width: 1462px){h4,.h4{font-size:24px}}h5,.h5{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){h5,.h5{font-size:16px}}@media screen and (min-width: 1462px){h5,.h5{font-size:18px}}h6,.h6{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){h6,.h6{font-size:16px}}@media screen and (min-width: 1462px){h6,.h6{font-size:18px}}.container{box-sizing:border-box;width:100%;min-width:320px;padding:0 16px;margin:0 auto}@media screen and (min-width: 532px){.container{max-width:512px}}@media screen and (min-width: 762px){.container{max-width:742px}}@media screen and (min-width: 992px){.container{max-width:972px}}@media screen and (min-width: 1232px){.container{max-width:1180px}}@media screen and (min-width: 1462px){.container{max-width:1442px}}.widget_p60{padding-block:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}.widget_pt60{padding-top:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}.widget_pb60{padding-bottom:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}.widget_with-buttons{padding-inline:24px}@media screen and (min-width: 1462px){.widget_with-buttons{padding-inline:44px}}.widget_gray{position:relative;z-index:1}.widget_gray:before{content:"";width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}[class*=ground-pane]{filter:grayscale(1)}.map-widget{display:flex;align-items:flex-end;min-height:600px;position:relative}@media screen and (min-width: 762px){.map-widget{align-items:center}}.map-widget__map{width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0}.map-widget__lock{transition:all var(--transition-duration) ease-in-out;color:var(--color-gray);text-shadow:0 0 10px rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100vw;height:100%;padding-left:30%;background-color:#00000080;transform:translate(-50%);opacity:0;position:absolute;left:50%;top:0}.map-widget__lock:hover{opacity:1}.map-widget__wrapper{padding-block:30px}.map-widget-info{box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.map-widget-info{border-radius:var(--border-radius-xl)}}.map-widget-info{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);box-sizing:border-box;width:clamp(20rem,15.4128440367rem + 22.9357798165vw,35.625rem);max-width:100%;padding:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);padding-right:clamp(1.25rem,-.0344036697rem + 6.4220183486vw,5.625rem);background-color:var(--color-white);position:relative}.map-widget-info__row{display:flex;align-items:center;gap:10px}.map-widget-info__column{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem)}.map-widget-info__contacts{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.map-widget-info__video{padding:0;border:none;background-color:transparent;cursor:pointer;box-shadow:0 5px 30px #0000001a;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.map-widget-info__video{border-radius:var(--border-radius-xl)}}.map-widget-info__video{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.map-widget-info__video{font-size:14px}}.map-widget-info__video{white-space:nowrap;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;background-color:var(--color-border)}@media screen and (min-width: 762px){.map-widget-info__video{transform:translate(-50%,-50%);position:absolute;left:100%;top:50%}}.map-widget-info__video:before{transition:all var(--transition-duration) ease-in-out;content:"";display:block;width:44px;height:44px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/play.svg);background-size:100% 100%}.map-widget-info__video:hover:before{transform:translateY(-3px)}.map-widget-info__district{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.map-widget-info__district{font-size:16px}}.map-widget-info__district{color:var(--color-red)}.map-widget-info__name{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.map-widget-info__name{font-size:20px}}@media screen and (min-width: 1462px){.map-widget-info__name{font-size:24px}}.map-widget-info__name{color:var(--color-black)}.map-widget-info__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.map-widget-info__description{font-size:16px}}.map-widget-info__schedule ul{padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.map-widget-info__schedule ul li{list-style-type:none}@media screen and (min-width: 992px){.map-widget-info__schedule ul{flex-direction:row;gap:20px}}@media screen and (min-width: 1462px){.map-widget-info__schedule ul{gap:30px}}.map-widget-info__schedule ul li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.map-widget-info__schedule ul li{font-size:16px}}.map-widget-info__schedule ul li{color:var(--color-black);display:flex;align-items:center;gap:5px}.map-widget-info__schedule ul li:before{content:"";display:block;width:22px;height:22px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/calendar.svg);background-size:100% 100%;flex-shrink:0}.map-widget-info__address{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.map-widget-info__address{font-size:16px}}.map-widget-info__address{color:var(--color-black);display:flex;align-items:center;gap:5px}.map-widget-info__address:before{content:"";display:block;width:22px;height:22px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%;flex-shrink:0}.map-widget-info__phones{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.map-widget-info__phones{font-size:16px}}.map-widget-info__phones{color:var(--color-black);display:flex;align-items:center;gap:5px}.map-widget-info__phones:before{content:"";display:block;width:22px;height:22px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/phone.svg);background-size:100% 100%;flex-shrink:0}.fileinput{--padding: 18px;--padding-xl: 22px;display:block;position:relative}.fileinput__field{box-sizing:border-box;width:100%;height:100%;visibility:hidden;position:absolute;left:0;top:0}.fileinput__placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.fileinput__placeholder{font-size:16px}}.fileinput__placeholder{color:var(--color-black);box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;height:42px;padding-inline:var(--padding);border-radius:100px;background-color:var(--color-white);cursor:pointer;position:relative}@media screen and (min-width: 1462px){.fileinput__placeholder{height:48px;padding-inline:var(--padding-xl)}}.fileinput__placeholder:before{content:"";flex-shrink:0;display:block;width:14px;height:14px;background-color:var(--color-black);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/attachment.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/attachment.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.fileinput__filename{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fileinput__clear{padding:0;border:none;background-color:transparent;aspect-ratio:1/1;width:14px;height:14px;background-color:var(--color-black);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/cancel.svg);-webkit-mask-size:14px 14px;mask-size:14px 14px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:pointer;margin-left:auto}.fileinput__error{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.fileinput__error{font-size:14px}}.fileinput__error{display:none;color:var(--color-red);margin-top:3px;margin-left:var(--padding)}@media screen and (min-width: 1462px){.fileinput__error{margin-left:var(--padding-xl)}}.fileinput.error .fileinput__error{display:block}.selectbox{--padding: 18px;--padding-xl: 22px}.selectbox_light{--bg-color: var(--color-white);--bg-highlight-color: var(--color-gray-bg)}.selectbox_dark{--bg-color: var(--color-gray-bg);--bg-highlight-color: var(--color-border)}.selectbox{display:block;position:relative;height:42px;border-radius:100px;background-color:var(--bg-color);background-image:url(/local/templates/newgyms/assets/../assets/images/loader.gif);background-size:24px 24px;background-position:center center;background-repeat:no-repeat}.selectbox *{opacity:0}.selectbox.initialized{height:auto;border:none;background:none}.selectbox.initialized *{opacity:1}.selectbox__field{width:100%}.selectbox__error{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.selectbox__error{font-size:14px}}.selectbox__error{display:none;color:var(--color-red);margin-top:3px;margin-left:var(--padding)}@media screen and (min-width: 1462px){.selectbox__error{margin-left:var(--padding-xl)}}.selectbox.error .selectbox__error{display:block}.selectbox .choices{position:relative;cursor:pointer}.selectbox .choices:focus{outline:none}.selectbox .choices__list--single{font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.selectbox .choices__list--single{font-size:16px}}.selectbox .choices__list--single{color:var(--color-black);box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;width:100%;height:42px;padding-inline:var(--padding);border-radius:100px;background-color:var(--bg-color)}@media screen and (min-width: 1462px){.selectbox .choices__list--single{height:48px;padding-inline:var(--padding-xl)}}.selectbox .choices__list--single:after{transition:all var(--transition-duration) ease-in-out;content:"";width:12px;height:12px;background-color:var(--color-black);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/down.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/down.svg);flex-shrink:0}.selectbox .choices.is-open .choices__list--single:after{transform:rotate(180deg)}.selectbox .choices__list--single .choices__item{letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.selectbox.error .choices__list--single .choices__item{border-color:red}.selectbox .choices__list--dropdown{transition:all var(--transition-duration) ease-in-out;box-shadow:0 4px 44px #00000024;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.selectbox .choices__list--dropdown{border-radius:var(--border-radius-xl)}}.selectbox .choices__list--dropdown{visibility:hidden;width:100%;padding-block:6px;overflow:hidden;background-color:var(--bg-color);opacity:0;position:absolute;left:0;top:calc(100% + 3px);z-index:2}.selectbox .choices__list--dropdown.is-active{visibility:visible;opacity:1}.selectbox .choices__list--dropdown .choices__list{max-height:200px;overflow-y:auto;background-color:var(--bg-color)}.selectbox .choices__list--dropdown .choices__item{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.selectbox .choices__list--dropdown .choices__item{font-size:16px}}.selectbox .choices__list--dropdown .choices__item{color:var(--color-black);padding-inline:var(--padding);padding-block:16px}@media screen and (min-width: 1462px){.selectbox .choices__list--dropdown .choices__item{padding-inline:var(--padding-xl)}}.selectbox .choices__list--dropdown .choices__item.is-highlighted{background-color:var(--bg-highlight-color)}.selectbox .choices__list--dropdown .choices__item.choices__placeholder{display:none}.primary-banner{position:relative}.primary-banner__wrapper{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.primary-banner__wrapper{border-radius:var(--border-radius-xl)}}.primary-banner__wrapper{padding:30px 30px 60px;background-image:url(/local/templates/newgyms/assets/./images/primary-banner-bg.png);background-size:100% 100%}@media screen and (min-width: 762px){.primary-banner__wrapper{padding:40px 30px 30px}}@media screen and (min-width: 992px){.primary-banner__wrapper{padding:40px}}@media screen and (min-width: 1462px){.primary-banner__wrapper{padding:60px}}.primary-banner__picture{display:none}@media screen and (min-width: 762px){.primary-banner__picture{display:block;height:105%;position:absolute;right:20px;bottom:0}}@media screen and (min-width: 992px){.primary-banner__picture{right:30px}}@media screen and (min-width: 1462px){.primary-banner__picture{right:60px}}.primary-banner__content{position:relative;z-index:1}@media screen and (min-width: 762px){.primary-banner__content{max-width:380px}}@media screen and (min-width: 992px){.primary-banner__content{max-width:420px}}@media screen and (min-width: 1170px){.primary-banner__content{max-width:520px}}@media screen and (min-width: 1462px){.primary-banner__content{max-width:630px}}.primary-banner__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.primary-banner__title{font-size:36px}}@media screen and (min-width: 1462px){.primary-banner__title{font-size:52px}}.primary-banner__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-yellow);margin-top:0;margin-bottom:20px}@media screen and (min-width: 992px){.primary-banner__title{margin-bottom:30px}}@media screen and (min-width: 1462px){.primary-banner__title{margin-bottom:40px}}.primary-banner-form{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.primary-banner-form{gap:20px}}.primary-banner-form__group{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.primary-banner-form__group{flex-direction:row}}@media screen and (min-width: 1462px){.primary-banner-form__group{gap:20px}}.primary-banner-form__item{flex-grow:1}@media screen and (min-width: 1462px){.primary-banner-form__item_xl20{flex-basis:20%}}.primary-banner-form__button{flex-shrink:0}@media screen and (min-width: 1462px){.primary-banner-form__button{flex-basis:250px}}.primary-banner-form__consent{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.primary-banner-form__consent{font-size:14px}}.primary-banner-form__consent{display:flex;align-items:center;gap:10px}.primary-banner-form__consent a{text-decoration:none}.primary-banner-form__consent a:hover{text-decoration:underline}.breadcrumbs{overflow:hidden}.breadcrumbs__list{padding:0 0 30px;margin:0 0 -30px;display:flex;gap:26px;overflow-x:scroll;overflow-y:hidden}.breadcrumbs__list li{list-style-type:none}.breadcrumbs__item{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.breadcrumbs__item{font-size:14px}}.breadcrumbs__item{font-size:14px;white-space:nowrap;color:var(--color-gray);position:relative}.breadcrumbs__item_active{color:var(--color-black)}.breadcrumbs__item:before{content:"";display:block;width:6px;height:6px;background-color:var(--color-red);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/breadcrumbs-arrow.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/breadcrumbs-arrow.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;transform:translateY(-50%);position:absolute;left:-16px;top:50%}.breadcrumbs__item a{text-decoration:none;transition:color var(--transition-duration) ease-in-out}.breadcrumbs__item a:hover{color:var(--color-black)}.detail-page-header{--body-outline-m: 20px;--body-outline-l: 30px;--body-outline-xl: 60px;--body-margin-m: -40px;--body-margin-l: -60px;--body-margin-xl: -90px;--breadcrumbs-outline-m: 24px;--breadcrumbs-outline-l: 26px;--breadcrumbs-outline-xl: 30px;position:relative}.detail-page-header__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.detail-page-header__picture{border-radius:var(--border-radius-xl)}}.detail-page-header__picture{height:270px;overflow:hidden}@media screen and (min-width: 762px){.detail-page-header__picture{height:320px}}@media screen and (min-width: 992px){.detail-page-header__picture{height:400px}}@media screen and (min-width: 1462px){.detail-page-header__picture{height:570px}}.detail-page-header__picture img{object-fit:cover;display:block;width:100%;height:100%}.detail-page-header__body{display:flex;flex-direction:column;gap:20px;margin-top:20px}@media screen and (min-width: 762px){.detail-page-header__body{flex-direction:row;justify-content:space-between;min-height:112px;margin-top:var(--body-margin-m)}}@media screen and (min-width: 992px){.detail-page-header__body{min-height:130px;margin-top:var(--body-margin-l)}}@media screen and (min-width: 1462px){.detail-page-header__body{min-height:174px;margin-top:var(--body-margin-xl)}}.detail-page-header__content{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.detail-page-header__content{padding-top:var(--body-outline-m);padding-right:var(--body-outline-m);border-top-right-radius:var(--border-radius-l);background-color:var(--color-white);position:relative;flex-grow:1;max-width:58%}}@media screen and (min-width: 992px){.detail-page-header__content{padding-top:var(--body-outline-l);padding-right:var(--body-outline-l)}}@media screen and (min-width: 1462px){.detail-page-header__content{padding-top:var(--body-outline-xl);padding-right:var(--body-outline-xl);border-top-right-radius:var(--border-radius-xl)}}.detail-page-header__content:before,.detail-page-header__content:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.detail-page-header__content:before,.detail-page-header__content:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.detail-page-header__content:before,.detail-page-header__content:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.detail-page-header__content:before,.detail-page-header__content:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.detail-page-header__content:before,.detail-page-header__content:after{background-color:var(--color-white);position:absolute;display:none}@media screen and (min-width: 762px){.detail-page-header__content:before,.detail-page-header__content:after{display:block}}.detail-page-header__content:before{transform:rotate(90deg);left:0;bottom:100%}.detail-page-header__content:after{transform:rotate(90deg);left:100%;bottom:calc(100% + var(--body-margin-m))}@media screen and (min-width: 992px){.detail-page-header__content:after{bottom:calc(100% + var(--body-margin-l))}}@media screen and (min-width: 1462px){.detail-page-header__content:after{bottom:calc(100% + var(--body-margin-xl))}}.detail-page-header__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.detail-page-header__title{font-size:46px}}@media screen and (min-width: 1462px){.detail-page-header__title{font-size:70px}}.detail-page-header__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.detail-page-header__subtitle{font-style:normal;font-weight:500;font-size:20px;line-height:1.2}@media screen and (min-width: 762px){.detail-page-header__subtitle{font-size:22px}}@media screen and (min-width: 992px){.detail-page-header__subtitle{font-size:24px}}@media screen and (min-width: 1462px){.detail-page-header__subtitle{font-size:30px}}@media screen and (min-width: 762px){.detail-page-header__button{display:flex;justify-content:flex-end;align-items:flex-end;flex-shrink:0}}.detail-page-header__breadcrumbs{border-bottom-right-radius:var(--border-radius-l);margin-bottom:20px}@media screen and (min-width: 762px){.detail-page-header__breadcrumbs{padding-right:var(--breadcrumbs-outline-m);padding-bottom:var(--breadcrumbs-outline-m);background-color:var(--color-white);margin-bottom:0;position:absolute;left:0;top:0}}@media screen and (min-width: 992px){.detail-page-header__breadcrumbs{padding-right:var(--breadcrumbs-outline-l);padding-bottom:var(--breadcrumbs-outline-l)}}@media screen and (min-width: 1462px){.detail-page-header__breadcrumbs{padding-right:var(--breadcrumbs-outline-xl);padding-bottom:var(--breadcrumbs-outline-xl);border-bottom-right-radius:var(--border-radius-xl)}}.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{background-color:var(--color-white);position:absolute;display:none}@media screen and (min-width: 762px){.detail-page-header__breadcrumbs:before,.detail-page-header__breadcrumbs:after{display:block}}.detail-page-header__breadcrumbs:before{transform:rotate(180deg);left:0;top:100%}.detail-page-header__breadcrumbs:after{transform:rotate(180deg);left:100%;top:0}.analysis-details{display:flex;flex-direction:column;gap:30px;padding-top:30px}@media screen and (min-width: 762px){.analysis-details{flex-direction:row;align-items:flex-start;gap:10px}}@media screen and (min-width: 992px){.analysis-details{gap:20px}}@media screen and (min-width: 1462px){.analysis-details{gap:30px}}@media screen and (min-width: 762px){.analysis-details__main{flex-grow:1}}.analysis-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.analysis-details__text{font-size:20px}}@media screen and (min-width: 1462px){.analysis-details__text{font-size:24px}}.analysis-details__text p:first-child{margin-top:0}.analysis-details__text p:last-child{margin-bottom:0}.analysis-details-sidebar{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.analysis-details-sidebar{border-radius:var(--border-radius-xl)}}.analysis-details-sidebar{display:flex;flex-direction:column;gap:clamp(.625rem,-.625rem + 2.1276595745vw,1.25rem);box-sizing:border-box;padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);border:1px solid var(--color-border);background-color:var(--color-white);flex-shrink:0}@media screen and (min-width: 762px){.analysis-details-sidebar{width:24%}}.analysis-details-sidebar__item{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.analysis-details-sidebar__item{font-size:16px}}.analysis-details-sidebar__item{display:flex;flex-direction:column;gap:clamp(.3125rem,-.3125rem + 1.0638297872vw,.625rem)}.analysis-details-sidebar__item span{display:block}.analysis-details-sidebar__item strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.analysis-details-sidebar__item strong{font-size:16px}}@media screen and (min-width: 1462px){.analysis-details-sidebar__item strong{font-size:18px}}.analysis-goals{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:60px;position:relative;z-index:1}@media screen and (min-width: 762px){.analysis-goals{flex-direction:row;padding-bottom:60px}}@media screen and (min-width: 992px){.analysis-goals{padding-block:80px}}@media screen and (min-width: 1462px){.analysis-goals{padding-block:100px}}.analysis-goals:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.analysis-goals__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (min-width: 762px){.analysis-goals__content{gap:30px;width:50%}}@media screen and (min-width: 1462px){.analysis-goals__content{gap:40px}}.analysis-goals__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.analysis-goals__title{font-size:36px}}@media screen and (min-width: 1462px){.analysis-goals__title{font-size:52px}}.analysis-goals__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.analysis-goals__description ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.analysis-goals__description ul li{list-style-type:none}.analysis-goals__description ul li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.analysis-goals__description ul li{font-size:16px}}@media screen and (min-width: 1462px){.analysis-goals__description ul li{font-size:18px}}.analysis-goals__description ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.analysis-goals__description ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.analysis-goals__description p:first-child{margin-top:0}.analysis-goals__description p:last-child{margin-bottom:0}.analysis-goals__picture{object-fit:contain;object-position:center bottom;display:block;height:290px}@media screen and (min-width: 762px){.analysis-goals__picture{height:320px;max-height:100%;position:absolute;right:0;bottom:0}}@media screen and (min-width: 992px){.analysis-goals__picture{height:420px}}@media screen and (min-width: 1462px){.analysis-goals__picture{height:540px}}.scrollable-row.initialized{width:100vw;overflow:hidden;transform:translate(-50%);position:relative;left:50%}.scrollable-row__container{display:flex;gap:10px}.scrollable-row.initialized .scrollable-row__container{overflow-x:scroll;padding-bottom:30px;margin-bottom:-30px}.tab-button{--font-color: var(--color-black);--font-color-hover: var(--color-white);--bg-color: var(--color-on-light);--bg-color-hover: var(--color-lilac)}.tab-button_light{--font-color: var(--color-gray);--font-color-hover: var(--color-white);--bg-color: var(--color-on-dark);--bg-color-hover: var(--color-lilac)}.tab-button_dark{--font-color: var(--color-black);--font-color-hover: var(--color-white);--bg-color: var(--color-on-light);--bg-color-hover: var(--color-lilac)}.tab-button{padding:0;border:none;background-color:transparent;cursor:pointer;transition:all var(--transition-duration) ease-in-out;font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.tab-button{font-size:16px}}.tab-button{white-space:nowrap}.tab-button{color:var(--font-color);padding:12px 20px;border-radius:100px;background-color:var(--bg-color)}.tab-button:hover,.tab-button.active{color:var(--font-color-hover);background-color:var(--bg-color-hover)}.list-widget{--color: var(--color-black);--tag-button-color: var(--color-border);--nav-button-color: var(--color-border);--nav-button-icon-color: var(--color-black)}.list-widget_light{--color: var(--color-white);--tag-button-color: var(--color-on-dark);--nav-button-color: rgba(255, 255, 255, .1);--nav-button-icon-color: var(--color-white)}.list-widget_dark{--color: var(--color-black);--tag-button-color: var(--color-border);--nav-button-color: var(--color-border);--nav-button-icon-color: var(--color-black)}.list-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.list-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.list-widget__title{font-size:52px}}.list-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color);margin:0}.list-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.list-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.list-widget__description{font-size:24px}}.list-widget__description{margin-top:10px}.list-widget__description p:first-child{margin-top:0}.list-widget__description p:last-child{margin-bottom:0}.list-widget__tags{margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.list-widget__tags .tab-button{white-space:nowrap}.list-widget__subtags{margin-top:20px;position:relative}.list-widget__subtags .tab-button{white-space:nowrap}.list-widget__separator{height:1px;background-color:var(--tag-button-color);margin-top:20px}.list-widget__body{margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);position:relative}.list-widget__footer{margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.list-widget__nav{padding:0;border:none;background-color:transparent;cursor:pointer;transition:all var(--transition-duration) ease-in-out;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--nav-button-color);transform:translateY(-50%);position:absolute;top:50%;opacity:1}@media screen and (min-width: 532px){.list-widget__nav{opacity:.6}}@media screen and (min-width: 1462px){.list-widget__nav{width:60px;height:60px}}.list-widget__nav:hover{opacity:1}.list-widget__nav:before{content:"";width:9px;height:14px;background-color:var(--nav-button-icon-color);-webkit-mask-size:100% 100%;mask-size:100% 100%}@media screen and (min-width: 1462px){.list-widget__nav:before{width:12px;height:18px}}.list-widget__nav_prev{border-radius:100px;left:-16px;z-index:1}@media screen and (min-width: 532px){.list-widget__nav_prev{border-top-right-radius:0;border-bottom-right-radius:0;left:auto;right:100%}}.list-widget__nav_prev:before{-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/prev.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/prev.svg)}.list-widget__nav_next{border-radius:100px;right:-16px;z-index:1}@media screen and (min-width: 532px){.list-widget__nav_next{border-top-left-radius:0;border-bottom-left-radius:0;right:auto;left:100%}}.list-widget__nav_next:before{-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/next.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/next.svg)}.list-widget__nav.swiper-button-disabled{cursor:not-allowed}.list-widget__nav.swiper-button-lock{display:none}.list-widget .swiper-slide{display:flex;height:auto}.list-widget .swiper-slide>*{flex-grow:1}.analysis-gallery-widget__photo{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.analysis-gallery-widget__photo{border-radius:var(--border-radius-xl)}}.analysis-gallery-widget__photo{text-decoration:none;display:block;height:0;padding-top:100%;overflow:hidden;position:relative}.analysis-gallery-widget__photo img{transition:all var(--transition-duration) ease-in-out;object-fit:cover;display:block;width:100%;height:100%;position:absolute;left:0;top:0}.analysis-gallery-widget__photo:hover img{transform:scale(1.1)}.card_light{--bg-color: var(--color-white)}.card_dark{--bg-color: var(--color-gray-bg)}.card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.card{border-radius:var(--border-radius-xl)}}.card{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.625rem,-.625rem + 2.1276595745vw,1.25rem);padding:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);background-color:var(--bg-color)}.card_horizontal{flex-direction:row;align-items:center}@media screen and (min-width: 1462px){.card_horizontal{flex-direction:column;align-items:flex-start}}.card__icon{display:block;width:60px;height:60px;flex-shrink:0}@media screen and (min-width: 1462px){.card__icon{width:80px;height:80px}}.card__content{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.625rem,-.0089285714rem + 1.4285714286vw,1.25rem);flex-grow:1}.card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.card__title{font-size:20px}}@media screen and (min-width: 1462px){.card__title{font-size:24px}}.card__title{margin:0}.card_horizontal .card__title{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.card_horizontal .card__title{font-size:16px}}@media screen and (min-width: 1462px){.card_horizontal .card__title{font-size:18px}}.card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.card__description{font-size:16px}}.card__description p{margin:0}.card__list{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.card__list li{list-style-type:none}.card__list li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.card__list li{font-size:16px}}.card__list li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.card__list li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.card .button{margin-top:auto}.analysis-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.analysis-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.analysis-advantages-widget__title{font-size:52px}}.analysis-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.analysis-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.analysis-advantages-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.analysis-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.analysis-advantages-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.service-card,.service-card_light{--bg-color: var(--color-white)}.service-card_dark{--bg-color: var(--color-gray-bg)}.service-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.service-card{border-radius:var(--border-radius-xl)}}.service-card{display:flex;flex-direction:column;gap:20px;padding:20px;background-color:var(--bg-color)}@media screen and (min-width: 762px){.service-card{flex-direction:row}}@media screen and (min-width: 992px){.service-card{gap:30px;padding:30px}}.service-card__header{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.service-card__header{gap:10px;flex-grow:1}}.service-card__title{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.service-card__title{font-size:16px}}@media screen and (min-width: 1462px){.service-card__title{font-size:18px}}.service-card__title{margin:0}.service-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.service-card__description{font-size:16px}}.service-card__description p:first-child{margin-top:0}.service-card__description p:last-child{margin-bottom:0}.service-card__footer{display:flex;flex-wrap:wrap;align-items:center;gap:10px;flex-grow:1}@media screen and (min-width: 762px){.service-card__footer{flex-wrap:nowrap;gap:20px;flex-grow:0}}@media screen and (min-width: 992px){.service-card__footer{gap:30px}}.service-card__footer .button{flex-shrink:0}.service-card__time{display:flex;flex-direction:column;gap:5px;flex-grow:1}@media screen and (min-width: 762px){.service-card__time{gap:10px;min-width:120px}}@media screen and (min-width: 992px){.service-card__time{min-width:180px}}@media screen and (min-width: 1462px){.service-card__time{min-width:230px}}.service-card__time span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.service-card__time span{font-size:16px}}.service-card__time span{display:block}.service-card__time strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.service-card__time strong{font-size:16px}}@media screen and (min-width: 1462px){.service-card__time strong{font-size:18px}}.service-card__time strong{display:block}.service-card__intensity{display:flex;flex-direction:column;gap:5px;flex-grow:1}@media screen and (min-width: 762px){.service-card__intensity{gap:10px;min-width:120px}}@media screen and (min-width: 992px){.service-card__intensity{min-width:180px}}@media screen and (min-width: 1462px){.service-card__intensity{min-width:230px}}.service-card__intensity span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.service-card__intensity span{font-size:16px}}.service-card__intensity span{display:block}.service-card__intensity strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.service-card__intensity strong{font-size:16px}}@media screen and (min-width: 1462px){.service-card__intensity strong{font-size:18px}}.service-card__intensity strong{display:block}.service-card__duration{display:flex;flex-direction:column;gap:5px;flex-grow:1}@media screen and (min-width: 762px){.service-card__duration{gap:10px;min-width:120px}}@media screen and (min-width: 992px){.service-card__duration{min-width:180px}}@media screen and (min-width: 1462px){.service-card__duration{min-width:230px}}.service-card__duration span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.service-card__duration span{font-size:16px}}.service-card__duration span{display:block}.service-card__duration strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.service-card__duration strong{font-size:16px}}@media screen and (min-width: 1462px){.service-card__duration strong{font-size:18px}}.service-card__duration strong{display:block}.service-card__price{display:flex;flex-direction:column;gap:5px;flex-grow:1}@media screen and (min-width: 762px){.service-card__price{gap:10px;min-width:120px}}@media screen and (min-width: 992px){.service-card__price{min-width:180px}}@media screen and (min-width: 1462px){.service-card__price{min-width:230px}}.service-card__price span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.service-card__price span{font-size:16px}}.service-card__price span{display:block}.service-card__price strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.service-card__price strong{font-size:16px}}@media screen and (min-width: 1462px){.service-card__price strong{font-size:18px}}.service-card__price strong{display:flex;align-items:center;gap:10px}.service-card__price strong del{color:var(--color-gray)}.analysis-services-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.analysis-services-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.analysis-services-widget__title{font-size:52px}}.analysis-services-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.analysis-services-widget__body{display:flex;flex-direction:column;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.faq-sidebar{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.faq-sidebar{border-radius:var(--border-radius-xl)}}.faq-sidebar{display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding:30px;background-color:var(--color-lilac)}@media screen and (min-width: 762px){.faq-sidebar{flex-direction:row;align-items:center}}@media screen and (min-width: 992px){.faq-sidebar{flex-direction:column;align-items:stretch;padding:40px}}@media screen and (min-width: 1462px){.faq-sidebar{gap:40px;padding:60px}}.faq-sidebar__content{color:var(--color-white);display:flex;flex-direction:column;gap:var(--indentation-xxs)}@media screen and (min-width: 992px){.faq-sidebar__content{gap:var(--indentation-xs)}}.faq-sidebar__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.faq-sidebar__title{font-size:26px}}@media screen and (min-width: 1462px){.faq-sidebar__title{font-size:44px}}.faq-sidebar__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.faq-sidebar__description{font-size:16px}}.faq-sidebar__description p:first-child{margin-top:0}.faq-sidebar__description p:last-child{margin-bottom:0}.faq-sidebar__button{flex-shrink:0}.faq-item{transition:all var(--transition-duration) ease-in-out;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.faq-item{border-radius:var(--border-radius-xl)}}.faq-item{overflow:hidden}.faq-item.opened{box-shadow:0 4px 44px #00000024}.faq-item__question{transition:all var(--transition-duration) ease-in-out;font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.faq-item__question{font-size:20px}}@media screen and (min-width: 1462px){.faq-item__question{font-size:24px}}.faq-item__question{color:var(--color-black);display:flex;align-items:center;gap:10px;padding:15px 20px;background-color:var(--color-gray-bg);cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (min-width: 1462px){.faq-item__question{padding:20px}}.faq-item__question svg{transition:all var(--transition-duration) ease-in-out;flex-shrink:0;stroke:var(--color-black);width:12px;height:12px;margin-left:auto}.faq-item_light .faq-item__question{background-color:var(--color-white)}.faq-item.opened .faq-item__question{color:var(--color-white);background-color:var(--color-blue)}.faq-item.opened .faq-item__question svg{stroke:var(--color-white);transform:rotate(180deg)}.faq-item__answer{transition:all var(--transition-duration) ease-in-out;height:0;overflow:hidden}.faq-item__content{padding:20px;background-color:var(--color-white)}@media screen and (min-width: 1462px){.faq-item__content{padding:30px}}.faq-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.faq-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.faq-widget__title{font-size:52px}}.faq-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.faq-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.faq-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.faq-widget__description{font-size:24px}}.faq-widget__description{margin-top:10px}.faq-widget__description p:first-child{margin-top:0}.faq-widget__description p:last-child{margin-bottom:0}.faq-widget__tags{margin-top:30px}@media screen and (min-width: 1462px){.faq-widget__tags{margin-top:40px}}.faq-widget__body{display:flex;flex-direction:column;gap:20px;margin-top:20px}@media screen and (min-width: 992px){.faq-widget__body{flex-direction:row;margin-top:30px}}@media screen and (min-width: 1462px){.faq-widget__body{gap:30px;margin-top:40px}}.faq-widget__list{display:flex;flex-direction:column;gap:var(--indentation-xxxs)}@media screen and (min-width: 762px){.faq-widget__list{gap:var(--indentation-xxs)}}@media screen and (min-width: 992px){.faq-widget__list{flex-grow:1}}.faq-widget__list .faq-item{display:none}.faq-widget__list .faq-item.active{display:block}@media screen and (min-width: 992px){.faq-widget__sidebar{flex-shrink:0;width:32%}}.video-widget{display:flex;flex-direction:column;gap:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.video-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.video-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.video-widget__title{font-size:52px}}.video-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.video-widget__poster{padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.video-widget__poster{border-radius:var(--border-radius-xl)}}.video-widget__poster{display:block;height:360px;overflow:hidden;position:relative}@media screen and (min-width: 762px){.video-widget__poster{height:280px}}@media screen and (min-width: 992px){.video-widget__poster{height:370px}}@media screen and (min-width: 1462px){.video-widget__poster{height:560px}}.video-widget__poster:before{content:"";background-color:var(--color-black);opacity:.6;position:absolute;left:0;right:0;top:0;bottom:0}.video-widget__poster:after{transition:all var(--transition-duration) ease-in-out;content:"";width:60px;height:60px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/play.svg);background-size:100% 100%;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}@media screen and (min-width: 1462px){.video-widget__poster:after{width:100px;height:100px}}.video-widget__poster:hover:after{transform:translate(-50%,-50%) scale(1.1)}.video-widget__poster img{object-fit:cover;display:block;width:100%;height:100%}.content-photos{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:3fr 2fr;gap:10px;aspect-ratio:1/1;margin-block:clamp(1.25rem,-1.2857142857rem + 5.7142857143vw,3.75rem)}@media screen and (min-width: 762px){.content-photos{grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,1fr);aspect-ratio:2/1}}@media screen and (min-width: 992px){.content-photos{gap:20px}}@media screen and (min-width: 1462px){.content-photos{gap:30px}}.content-photos img{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.content-photos img{border-radius:var(--border-radius-xl)}}.content-photos img{object-fit:cover;display:block;width:100%;height:100%}.content-photos img:nth-child(1){grid-column:1/3}@media screen and (min-width: 762px){.content-photos img:nth-child(1){grid-column:1/2;grid-row:1/3}}.article-details{display:flex;flex-direction:column;gap:30px;padding-top:30px}@media screen and (min-width: 762px){.article-details{flex-direction:row;align-items:flex-start;gap:10px}}@media screen and (min-width: 992px){.article-details{gap:20px}}@media screen and (min-width: 1462px){.article-details{gap:30px}}.article-details__main{display:flex;flex-direction:column;gap:clamp(1.875rem,.6071428571rem + 2.8571428571vw,3.125rem);min-width:0px}@media screen and (min-width: 762px){.article-details__main{flex-grow:1}}.article-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.article-details__text{font-size:20px}}@media screen and (min-width: 1462px){.article-details__text{font-size:24px}}.article-details__text p:first-child{margin-top:0}.article-details__text p:last-child{margin-bottom:0}@media screen and (min-width: 762px){.article-details__topbar{display:none}}.article-details__sidebar{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.article-details__sidebar{width:24%;flex-shrink:0}}.article-details__sidebar .article-details-contents{display:none}@media screen and (min-width: 762px){.article-details__sidebar .article-details-contents{display:flex}}.article-details-contents{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.article-details-contents{border-radius:var(--border-radius-xl)}}.article-details-contents{display:flex;flex-direction:column;gap:20px;padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);background-color:var(--color-gray-bg)}.article-details-contents__title{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.article-details-contents__title{font-size:16px}}@media screen and (min-width: 1462px){.article-details-contents__title{font-size:18px}}.article-details-contents__title{margin:0}.article-details-contents__body{padding:0;margin:0;font-style:normal;font-weight:500;font-size:14px;line-height:1.3}.article-details-contents__body li{list-style-type:none}@media screen and (min-width: 1462px){.article-details-contents__body{font-size:16px}}.article-details-contents__body li{padding-block:10px;border-top:1px solid var(--color-border);cursor:pointer}.article-details-contents__body li:first-child{padding-top:0;border-top:none}.article-details-contents__body li:last-child{padding-bottom:0}.article-details-info{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.article-details-info{border-radius:var(--border-radius-xl)}}.article-details-info{padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);border:1px solid var(--color-border)}.article-details-info__footer{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.article-details-info__footer{font-size:16px}}.article-details-info__footer{display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--color-border);margin-top:10px}@media screen and (min-width: 1462px){.article-details-info__footer{padding-top:20px;margin-top:20px}}.article-details-info__footer span{color:var(--color-border);display:block}.article-details-info__footer strong{font-weight:400;display:block}.article-details-author{display:flex;align-items:center;gap:10px}@media screen and (min-width: 762px){.article-details-author{flex-direction:column;align-items:flex-start}}@media screen and (min-width: 1462px){.article-details-author{flex-direction:row;align-items:center;gap:20px}}.article-details-author__photo{object-fit:cover;display:block;width:50px;height:50px;border-radius:clamp(.625rem,.4415137615rem + .9174311927vw,1.25rem);flex-shrink:0}@media screen and (min-width: 1462px){.article-details-author__photo{width:60px;height:60px}}.article-details-author__name{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.article-details-author__name{font-size:16px}}@media screen and (min-width: 1462px){.article-details-author__name{display:flex;flex-direction:column;gap:5px}}.article-details-author__name span{display:block}.article-details-author__name strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.article-details-author__name strong{font-size:16px}}@media screen and (min-width: 1462px){.article-details-author__name strong{font-size:18px}}.article-details-author__name strong{display:block}.article-details-statistic{display:flex;flex-wrap:wrap;align-items:center;gap:20px;padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);border-radius:30px;background-color:var(--color-gray-bg)}.article-details-statistic__views{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.article-details-statistic__views{font-size:16px}}.article-details-statistic__views{display:flex;align-items:center;gap:5px}@media screen and (min-width: 992px){.article-details-statistic__views{gap:10px}}.article-details-statistic__views:before{content:"";display:block;width:16px;height:17px;background-color:var(--color-gray);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/show.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/show.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.article-details-statistic__likes{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.article-details-statistic__likes{font-size:16px}}.article-details-statistic__likes{display:flex;align-items:center;gap:5px}@media screen and (min-width: 992px){.article-details-statistic__likes{gap:10px}}.article-details-statistic__likes:before{content:"";display:block;width:16px;height:17px;background-color:var(--color-red);-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/hart.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/hart.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.article-details-statistic__share{text-decoration:none;display:block;margin-left:auto}.article-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.article-card{border-radius:var(--border-radius-xl)}}.article-card{border:1px solid var(--color-border)}.article-card{text-decoration:none;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;padding:20px;background-color:var(--color-white)}@media screen and (min-width: 1462px){.article-card{gap:20px;padding:30px}}.article-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.article-card__title{font-size:20px}}@media screen and (min-width: 1462px){.article-card__title{font-size:24px}}.article-card__title{margin:0}.article-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.article-card__description{font-size:16px}}.article-card__description p:first-child{margin-top:0}.article-card__description p:last-child{margin-bottom:0}.article-card__date{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.article-card__date{font-size:14px}}.article-card__date{color:var(--color-lilac);padding-top:20px;margin-top:auto}.articles-widget__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.articles-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.articles-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.articles-widget__title{font-size:52px}}.articles-widget__title{color:var(--font-color);font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.articles-widget__link{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.articles-widget__link{font-size:16px}}@media screen and (min-width: 1462px){.articles-widget__link{font-size:18px}}.articles-widget__link{text-decoration:none;color:var(--color-pink);flex-shrink:0}.articles-widget__link:hover{text-decoration:underline}.articles-widget__body{display:grid;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.articles-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1462px){.articles-widget__body{grid-template-columns:repeat(4,1fr)}}.secondary-banner{--countdown-color: var(--color-white);--countdown-bg: var(--color-blue);--padding: clamp(1.875rem, -.0267857143rem + 4.2857142857vw, 3.75rem);position:relative}.secondary-banner_light{--countdown-color: var(--color-black);--countdown-bg: var(--color-white)}.secondary-banner__wrapper{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.secondary-banner__wrapper{border-radius:var(--border-radius-xl)}}.secondary-banner__wrapper{display:flex;flex-direction:column;gap:32px;padding:var(--padding);background-image:url(/local/templates/newgyms/assets/./images/secondary-banner-bg.png);background-size:100% 100%}@media screen and (min-width: 762px){.secondary-banner__wrapper{flex-direction:row;justify-content:space-between;background-image:url(/local/templates/newgyms/assets/./images/secondary-banner-bg-desktop.png)}}.secondary-banner__person{object-fit:contain;display:block;height:270px;position:absolute;top:-20px;right:-48px}@media screen and (min-width: 762px){.secondary-banner__person{height:440px;transform:translate(-50%);top:auto;left:56%;right:auto;bottom:0}}@media screen and (min-width: 992px){.secondary-banner__person{height:470px}}@media screen and (min-width: 1462px){.secondary-banner__person{height:540px}}.secondary-banner__content{position:relative}@media screen and (min-width: 762px){.secondary-banner__content{max-width:320px}}@media screen and (min-width: 992px){.secondary-banner__content{max-width:360px}}@media screen and (min-width: 1462px){.secondary-banner__content{max-width:540px}}.secondary-banner__header{display:flex;flex-direction:column;gap:10px;padding-right:65px}@media screen and (min-width: 992px){.secondary-banner__header{padding-right:0}}.secondary-banner__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.secondary-banner__title{font-size:36px}}@media screen and (min-width: 1462px){.secondary-banner__title{font-size:52px}}.secondary-banner__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-yellow);margin:0}.secondary-banner__description{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.secondary-banner__description{font-size:20px}}@media screen and (min-width: 1462px){.secondary-banner__description{font-size:24px}}.secondary-banner__description{color:var(--color-white)}.secondary-banner-form{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media screen and (min-width: 1462px){.secondary-banner-form{gap:20px;margin-top:30px}}.secondary-banner-form__group{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.secondary-banner-form__group{flex-direction:row;gap:20px}}.secondary-banner-form__item{flex-grow:1}.secondary-banner-form__footer{display:flex;flex-direction:column;gap:10px;padding-top:10px}@media screen and (min-width: 762px){.secondary-banner-form__footer{flex-direction:row}}@media screen and (min-width: 1462px){.secondary-banner-form__footer{gap:20px}}.secondary-banner-form__button{flex-shrink:0}@media screen and (min-width: 1462px){.secondary-banner-form__button{flex-shrink:1;flex-basis:50%}}.secondary-banner-form__consent{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.secondary-banner-form__consent{font-size:14px}}.secondary-banner-form__consent{display:flex;align-items:center;gap:10px}@media screen and (min-width: 1462px){.secondary-banner-form__consent{flex-basis:50%}}.secondary-banner-form__consent a{text-decoration:none}.secondary-banner-form__consent a:hover{text-decoration:underline}.secondary-banner-counter{display:flex;flex-direction:column;gap:clamp(1.875rem,1.3245412844rem + 2.752293578vw,3.75rem);position:relative}@media screen and (min-width: 762px){.secondary-banner-counter{align-items:flex-end;max-width:300px}}@media screen and (min-width: 992px){.secondary-banner-counter{max-width:360px}}@media screen and (min-width: 1462px){.secondary-banner-counter{max-width:430px}}.secondary-banner-counter__footer{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.secondary-banner-counter__footer{order:-1;max-width:160px}}@media screen and (min-width: 992px){.secondary-banner-counter__footer{max-width:230px}}@media screen and (min-width: 1462px){.secondary-banner-counter__footer{max-width:390px}}.secondary-banner-counter__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.secondary-banner-counter__title{font-size:26px}}@media screen and (min-width: 1462px){.secondary-banner-counter__title{font-size:44px}}.secondary-banner-counter__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-white)}@media screen and (min-width: 762px){.secondary-banner-counter__title{text-align:right}}.secondary-banner-counter__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.secondary-banner-counter__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.secondary-banner-counter__subtitle{font-size:24px}}.secondary-banner-counter__subtitle{color:var(--color-white)}@media screen and (min-width: 762px){.secondary-banner-counter__subtitle{text-align:right}}.secondary-banner-countdown{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.secondary-banner-countdown{border-radius:var(--border-radius-xl)}}.secondary-banner-countdown{display:flex;flex-direction:column;gap:3px;padding:15px 30px;background-color:var(--countdown-bg);position:relative;border-top-right-radius:0!important;border-bottom-right-radius:0!important;margin-right:calc(0px - var(--padding))}@media screen and (min-width: 992px){.secondary-banner-countdown{flex-direction:row;align-items:center;gap:14px;padding:25px}}@media screen and (min-width: 1462px){.secondary-banner-countdown{gap:34px;padding:30px}}.secondary-banner-countdown:before,.secondary-banner-countdown:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.secondary-banner-countdown:before,.secondary-banner-countdown:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.secondary-banner-countdown:before,.secondary-banner-countdown:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.secondary-banner-countdown:before,.secondary-banner-countdown:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.secondary-banner-countdown:before,.secondary-banner-countdown:after{background-color:var(--countdown-bg);position:absolute;right:0}.secondary-banner-countdown:before{bottom:100%}.secondary-banner-countdown:after{transform:rotate(-90deg);top:100%}.secondary-banner-countdown__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.secondary-banner-countdown__title{font-size:16px}}.secondary-banner-countdown__title{color:var(--countdown-color)}.secondary-banner-countdown__digits{display:flex;align-items:center;gap:10px}.secondary-banner-countdown__digit{font-size:10px;line-height:1;text-align:center;color:var(--color-gray);width:50px;height:56px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;background-color:var(--color-white);box-shadow:0 4px 10px #0000001a;flex-shrink:0}@media screen and (min-width: 1462px){.secondary-banner-countdown__digit{font-size:12px;width:59px;height:70px}}.secondary-banner-countdown__digit strong{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.secondary-banner-countdown__digit strong{font-size:20px}}@media screen and (min-width: 1462px){.secondary-banner-countdown__digit strong{font-size:24px}}.secondary-banner-countdown__digit strong{color:var(--color-black);display:block}.secondary-banner-countdown__digit span{display:block}.promo-card{--font-color: var(--color-black);--expiration-bg-color: var(--color-white)}.promo-card_dark{--expiration-bg-color: var(--color-gray-bg)}.promo-card_extradark{--font-color: var(--color-white);--expiration-bg-color: var(--color-blue)}.promo-card{text-decoration:none;display:block}.promo-card__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.promo-card__picture{border-radius:var(--border-radius-xl)}}.promo-card__picture{aspect-ratio:33/26;overflow:hidden;border-bottom-left-radius:0!important;position:relative}.promo-card__picture img{transition:all var(--transition-duration) ease-in-out;object-fit:cover;display:block;width:100%;height:100%}.promo-card:hover .promo-card__picture img{transform:scale(1.1)}.promo-card__expiration{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.promo-card__expiration{font-size:14px}}.promo-card__expiration{color:var(--font-color);padding:20px;border-top-right-radius:var(--border-radius-l);background-color:var(--expiration-bg-color);position:absolute;left:0;bottom:0}@media screen and (min-width: 1462px){.promo-card__expiration{border-top-right-radius:var(--border-radius-xl)}}.promo-card__expiration:before,.promo-card__expiration:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.promo-card__expiration:before,.promo-card__expiration:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.promo-card__expiration:before,.promo-card__expiration:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.promo-card__expiration:before,.promo-card__expiration:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.promo-card__expiration:before,.promo-card__expiration:after{background-color:var(--expiration-bg-color);position:absolute}.promo-card__expiration:before{transform:rotate(90deg);left:0;bottom:100%}.promo-card__expiration:after{transform:rotate(90deg);left:100%;bottom:0}.promo-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.promo-card__title{font-size:20px}}@media screen and (min-width: 1462px){.promo-card__title{font-size:24px}}.promo-card__title{color:var(--font-color);margin:10px 0 0}@media screen and (min-width: 1462px){.promo-card__title{margin-top:20px}}.promo-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.promo-card__description{font-size:16px}}.promo-card__description{color:var(--font-color);margin-top:6px}@media screen and (min-width: 992px){.promo-card__description{margin-top:10px}}.promo-widget{--font-color: var(--color-black)}.promo-widget_extradark{--font-color: var(--color-white)}.promo-widget__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px}@media screen and (min-width: 992px){.promo-widget__header{margin-bottom:40px}}.promo-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.promo-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.promo-widget__title{font-size:52px}}.promo-widget__title{color:var(--font-color);font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.promo-widget__link{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.promo-widget__link{font-size:16px}}@media screen and (min-width: 1462px){.promo-widget__link{font-size:18px}}.promo-widget__link{text-decoration:none;color:var(--color-pink);flex-shrink:0}.promo-widget__link:hover{text-decoration:underline}.promo-widget__body{display:grid;gap:30px}@media screen and (min-width: 762px){.promo-widget__body{grid-template-columns:repeat(2,1fr);row-gap:30px;column-gap:10px}}@media screen and (min-width: 992px){.promo-widget__body{grid-template-columns:repeat(4,1fr);gap:20px}}@media screen and (min-width: 1462px){.promo-widget__body{gap:30px}}.video-card{--poster-height: 200px;--poster-height-lg: 270px;--poster-height-xl: 330px;display:flex;flex-direction:column;gap:10px}.video-card__poster{padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.video-card__poster{border-radius:var(--border-radius-xl)}}.video-card__poster{text-decoration:none;display:block;height:var(--poster-height);overflow:hidden;position:relative;flex-shrink:0}@media screen and (min-width: 992px){.video-card__poster{height:vat(--poster-height-lg)}}@media screen and (min-width: 1462px){.video-card__poster{height:var(--poster-height-xl)}}.video-card__poster:before{content:"";background-color:var(--color-black);opacity:.6;position:absolute;left:0;right:0;top:0;bottom:0}.video-card__poster:after{transition:all var(--transition-duration) ease-in-out;content:"";width:60px;height:60px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/play.svg);background-size:100% 100%;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}@media screen and (min-width: 1462px){.video-card__poster:after{width:100px;height:100px}}.video-card__poster:hover:after{transform:translate(-50%,-50%) scale(1.1)}.video-card__poster img{object-fit:cover;display:block;width:100%;height:100%}.video-card__content{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.video-card__content{border-radius:var(--border-radius-xl)}}.video-card__content{border:1px solid var(--color-border)}.video-card__content{display:flex;flex-direction:column;gap:20px;padding:15px;flex-grow:1}@media screen and (min-width: 992px){.video-card__content{padding:20px}}@media screen and (min-width: 1462px){.video-card__content{gap:30px;padding:30px}}.video-card__title{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.video-card__title{font-size:20px}}@media screen and (min-width: 1462px){.video-card__title{font-size:24px}}.video-card__title{margin:0}.video-card__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.video-card__club{font-size:16px}}@media screen and (min-width: 1462px){.video-card__club{font-size:18px}}.video-card__club{display:flex;align-items:center;gap:5px;margin-top:auto}.video-card__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.blog-videos-widget{--poster-height: 200px;--poster-height-lg: 270px;--poster-height-xl: 330px}.blog-videos-widget .list-widget__nav{background-color:var(--color-white);top:calc(var(--poster-height) / 2)}@media screen and (min-width: 992px){.blog-videos-widget .list-widget__nav{top:calc(var(--poster-height-lg) / 2)}}@media screen and (min-width: 1462px){.blog-videos-widget .list-widget__nav{top:calc(var(--poster-height-xl) / 2)}}.blog-videos-widget .list-widget__nav:hover{background-color:var(--color-border)}.page-header{--group-width: 55%;--group-width-short: 46%;--outline: clamp(.625rem, -.0089285714rem + 1.4285714286vw, 1.25rem);--picture-width: 64%;position:relative}.page-header__body{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.page-header__body{flex-direction:row;justify-content:flex-end;align-items:center;gap:0;position:relative}}.page-header__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header__picture{border-radius:var(--border-radius-xl)}}.page-header__picture{height:270px;overflow:hidden;position:relative}@media screen and (min-width: 762px){.page-header__picture{width:var(--picture-width);height:360px;flex-shrink:0}}@media screen and (min-width: 992px){.page-header__picture{height:400px}}@media screen and (min-width: 1462px){.page-header__picture{height:500px}}.page-header__picture img{object-fit:cover;display:block;width:100%;height:100%}.page-header__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.page-header__title{font-size:46px}}@media screen and (min-width: 1462px){.page-header__title{font-size:70px}}.page-header__title{text-transform:uppercase;-webkit-hyphens:auto;hyphens:auto;margin:0;margin-top:var(--indentation-xs)}@media screen and (min-width: 992px){.page-header__title{margin-top:var(--indentation-s)}}.page-header__description{margin-top:var(--indentation-xs)}@media screen and (min-width: 992px){.page-header__description{margin-top:var(--indentation-s)}}.page-header__description p:first-child{margin-top:0}.page-header__description p:last-child{margin-bottom:0}.page-header__promo{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.page-header__promo{font-size:16px}}@media screen and (min-width: 762px){.page-header__promo_mobile{display:none}}.page-header__promo_desktop{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header__promo_desktop{border-radius:var(--border-radius-xl)}}.page-header__promo_desktop{display:none}@media screen and (min-width: 762px){.page-header__promo_desktop{display:flex;flex-direction:column;align-items:flex-end;gap:5px;padding:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);padding-right:0;background-color:var(--color-white);position:absolute;right:0;bottom:60px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}}@media screen and (min-width: 1462px){.page-header__promo_desktop{bottom:90px}}.page-header__promo_desktop:before,.page-header__promo_desktop:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header__promo_desktop:before,.page-header__promo_desktop:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header__promo_desktop:before,.page-header__promo_desktop:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header__promo_desktop:before,.page-header__promo_desktop:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header__promo_desktop:before,.page-header__promo_desktop:after{background-color:var(--color-white);position:absolute;right:0}.page-header__promo_desktop:before{bottom:100%}.page-header__promo_desktop:after{transform:rotate(-90deg);top:100%}.page-header__promo strong{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.page-header__promo strong{font-size:20px}}@media screen and (min-width: 1462px){.page-header__promo strong{font-size:24px}}.page-header__promo strong{color:var(--color-red)}.page-header-breadcrumbs{margin-bottom:30px}@media screen and (min-width: 762px){.page-header-breadcrumbs{width:100%;margin-bottom:0;position:absolute;left:0;top:0;z-index:1}}.page-header-breadcrumbs:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header-breadcrumbs:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header-breadcrumbs:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header-breadcrumbs:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header-breadcrumbs:after{background-color:var(--color-white);transform:rotate(180deg);position:absolute;left:calc(100% - var(--picture-width));top:100%;display:none}@media screen and (min-width: 762px){.page-header-breadcrumbs:after{display:block}}.page-header-breadcrumbs__wrapper{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header-breadcrumbs__wrapper{border-radius:var(--border-radius-xl)}}@media screen and (min-width: 762px){.page-header-breadcrumbs__wrapper{width:fit-content;padding-right:var(--outline);padding-bottom:var(--outline);background-color:var(--color-white);min-width:calc(100% - var(--picture-width) + var(--outline) + 10px);border-top-right-radius:0!important;position:relative}}.page-header-breadcrumbs__wrapper:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header-breadcrumbs__wrapper:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header-breadcrumbs__wrapper:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header-breadcrumbs__wrapper:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header-breadcrumbs__wrapper:after{background-color:var(--color-white);transform:rotate(180deg);position:absolute;left:100%;top:0;display:none}@media screen and (min-width: 762px){.page-header-breadcrumbs__wrapper:after{display:block}}.page-header-group{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 762px){.page-header-group{width:100%;transform:translateY(-50%);position:absolute;left:0;top:50%;z-index:2}}.page-header-group:before,.page-header-group:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header-group:before,.page-header-group:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header-group:before,.page-header-group:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header-group:before,.page-header-group:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header-group:before,.page-header-group:after{background-color:var(--color-white);position:absolute;left:calc(100% - var(--picture-width));display:none}@media screen and (min-width: 762px){.page-header-group:before,.page-header-group:after{display:block}}.page-header-group:before{transform:rotate(90deg);bottom:100%}.page-header-group:after{transform:rotate(180deg);top:100%}.page-header-group__title{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header-group__title{border-radius:var(--border-radius-xl)}}.page-header-group__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.page-header-group__title{font-size:46px}}@media screen and (min-width: 1462px){.page-header-group__title{font-size:70px}}.page-header-group__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;-webkit-hyphens:auto;hyphens:auto;margin:0}@media screen and (min-width: 762px){.page-header-group__title{box-sizing:border-box;width:var(--group-width);padding-right:var(--outline);padding-top:var(--outline);background-color:var(--color-white);position:relative}}.page-header-group__subtitle{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header-group__subtitle{border-radius:var(--border-radius-xl)}}.page-header-group__subtitle{font-style:normal;font-weight:500;font-size:20px;line-height:1.2}@media screen and (min-width: 762px){.page-header-group__subtitle{font-size:22px}}@media screen and (min-width: 992px){.page-header-group__subtitle{font-size:24px}}@media screen and (min-width: 1462px){.page-header-group__subtitle{font-size:30px}}.page-header-group__subtitle{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;padding-top:10px;display:none}@media screen and (min-width: 762px){.page-header-group__subtitle{box-sizing:border-box;width:calc(var(--group-width-short) + 3%);padding-right:var(--outline);padding-bottom:var(--outline);padding-top:20px;background-color:var(--color-white);display:block;border-top-right-radius:0!important;position:relative}}@media screen and (min-width: 1462px){.page-header-group__subtitle{padding-top:30px}}.page-header-group__subtitle:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header-group__subtitle:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header-group__subtitle:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header-group__subtitle:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header-group__subtitle:after{background-color:var(--color-white);transform:rotate(180deg);position:absolute;left:100%;top:0;display:none}@media screen and (min-width: 762px){.page-header-group__subtitle:after{display:block}}.page-header-group__buttons{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.page-header-group__buttons{border-radius:var(--border-radius-xl)}}.page-header-group__buttons{padding-top:20px;display:none}@media screen and (min-width: 762px){.page-header-group__buttons{box-sizing:border-box;width:var(--group-width-short);padding-right:var(--outline);padding-bottom:var(--outline);background-color:var(--color-white);display:block;border-top-right-radius:0!important;position:relative}}@media screen and (min-width: 1462px){.page-header-group__buttons{padding-top:30px}}.page-header-group__buttons:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.page-header-group__buttons:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.page-header-group__buttons:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.page-header-group__buttons:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.page-header-group__buttons:after{background-color:var(--color-white);transform:rotate(180deg);position:absolute;left:100%;top:0;display:none}@media screen and (min-width: 762px){.page-header-group__buttons:after{display:block}}.page-header-footer{display:flex;flex-direction:column;gap:40px;margin-top:20px}@media screen and (min-width: 762px){.page-header-footer{margin-top:30px}}@media screen and (min-width: 992px){.page-header-footer{margin-top:40px}}@media screen and (min-width: 1462px){.page-header-footer{margin-top:50px}}.page-header-footer__buttons .button{width:100%}@media screen and (min-width: 762px){.page-header-footer__buttons{display:none}}.page-header-footer__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.page-header-footer__description{font-size:20px}}@media screen and (min-width: 1462px){.page-header-footer__description{font-size:24px}}@media screen and (min-width: 762px){.page-header-footer__description{padding-left:calc(100% - var(--picture-width))}}.page-header-footer__description p:first-child{margin-top:0}.page-header-footer__description p:last-child{margin-bottom:0}.club-details{padding-top:30px}@media screen and (min-width: 762px){.club-details{padding-right:24%}}.club-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.club-details__text{font-size:20px}}@media screen and (min-width: 1462px){.club-details__text{font-size:24px}}.club-details__text p:first-child{margin-top:0}.club-details__text p:last-child{margin-bottom:0}.gallery-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.gallery-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.gallery-widget__title{font-size:52px}}.gallery-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.gallery-widget__body{display:grid;aspect-ratio:1/2;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.gallery-widget__body{aspect-ratio:2/1;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}}@media screen and (min-width: 992px){.gallery-widget__body{gap:20px}}@media screen and (min-width: 1462px){.gallery-widget__body{gap:30px}}.gallery-widget__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.gallery-widget__picture{border-radius:var(--border-radius-xl)}}.gallery-widget__picture{text-decoration:none;display:block;width:100%;overflow:hidden}.gallery-widget__picture:nth-child(1){grid-column:1/2;grid-row:1/2}.gallery-widget__picture:nth-child(2){grid-column:1/2;grid-row:2/3}.gallery-widget__picture:nth-child(3){aspect-ratio:auto;grid-column:2/3;grid-row:1/3}.gallery-widget__picture:nth-child(4){grid-column:1/3;grid-row:3/4}@media screen and (min-width: 762px){.gallery-widget__picture:nth-child(4){grid-column:3/5;grid-row:1/2}}.gallery-widget__picture:nth-child(5){grid-column:1/2;grid-row:4/5}@media screen and (min-width: 762px){.gallery-widget__picture:nth-child(5){grid-column:3/4;grid-row:2/3}}.gallery-widget__picture:nth-child(6){grid-column:2/3;grid-row:4/5}@media screen and (min-width: 762px){.gallery-widget__picture:nth-child(6){grid-column:4/5;grid-row:2/3}}.gallery-widget__picture img{transition:all var(--transition-duration) ease-in-out}.gallery-widget__picture img{object-fit:cover;display:block;width:100%;height:100%}.gallery-widget__picture:hover img{transform:scale(1.1)}.club-description-widget{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}@media screen and (min-width: 762px){.club-description-widget{flex-direction:row;align-items:flex-start}}.club-description-widget__main{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,1.0665137615rem + .9174311927vw,1.875rem)}@media screen and (min-width: 762px){.club-description-widget__main{flex-grow:1}}.club-description-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.club-description-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.club-description-widget__title{font-size:52px}}.club-description-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.club-description-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.club-description-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.club-description-widget__description{font-size:24px}}.club-description-widget__description{margin-top:10px}.club-description-widget__description p{margin:0}.club-description-widget__features ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.club-description-widget__features ul li{list-style-type:none}@media screen and (min-width: 1462px){.club-description-widget__features ul{gap:20px}}.club-description-widget__features ul li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.club-description-widget__features ul li{font-size:16px}}@media screen and (min-width: 1462px){.club-description-widget__features ul li{font-size:18px}}.club-description-widget__features ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.club-description-widget__features ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.club-description-widget__banner{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.club-description-widget__banner{border-radius:var(--border-radius-xl)}}.club-description-widget__banner{text-decoration:none;display:block;overflow:hidden}@media screen and (min-width: 762px){.club-description-widget__banner{width:230px;flex-shrink:0}}@media screen and (min-width: 992px){.club-description-widget__banner{width:300px}}@media screen and (min-width: 1462px){.club-description-widget__banner{width:450px}}.club-description-widget__banner img{object-fit:cover;display:block;width:100%}.membership-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.membership-card{border-radius:var(--border-radius-xl)}}.membership-card{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);padding:20px;border:1px solid var(--color-border);background-color:var(--color-white)}@media screen and (min-width: 992px){.membership-card{padding:30px}}.membership-card__header{display:flex;flex-direction:column;gap:10px}.membership-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.membership-card__title{font-size:20px}}@media screen and (min-width: 1462px){.membership-card__title{font-size:24px}}.membership-card__title{margin:0}.membership-card__time{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.membership-card__time{font-size:20px}}@media screen and (min-width: 1462px){.membership-card__time{font-size:24px}}.membership-card__time{color:var(--color-lilac)}.membership-card__subtime{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-card__subtime{font-size:16px}}.membership-card__features{padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.membership-card__features li{list-style-type:none}@media screen and (min-width: 762px){.membership-card__features{gap:10px}}.membership-card__features li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-card__features li{font-size:16px}}.membership-card__features li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.membership-card__features li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item-gray.svg);background-size:100% 100%}.membership-card__footer{display:flex;flex-direction:column;gap:15px;margin-top:auto}@media screen and (min-width: 992px){.membership-card__footer{gap:20px}}.membership-card__price{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.membership-card__price{font-size:14px}}.membership-card__price{display:flex;flex-direction:column;gap:5px}.membership-card__price strong{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.membership-card__price strong{font-size:26px}}@media screen and (min-width: 1462px){.membership-card__price strong{font-size:44px}}.membership-card__price strong{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;display:block}.membership-card__price span{display:block}.membership-widget__footer{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-widget__footer{font-size:16px}}.membership-widget__footer{color:var(--color-gray);margin-top:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem)}.coach-card{--club-bg-color: var(--color-white)}.coach-card_light{--club-bg-color: var(--color-gray-bg)}.coach-card__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.coach-card__picture{border-radius:var(--border-radius-xl)}}.coach-card__picture{aspect-ratio:1/1;overflow:hidden;border-bottom-left-radius:0!important;position:relative;cursor:pointer}.coach-card__picture img{transition:all var(--transition-duration) ease-in-out;object-fit:cover;object-position:center top;display:block;width:100%;height:100%}.coach-card:hover .coach-card__picture img{transform:scale(1.1)}.coach-card__club{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.coach-card__club{font-size:14px}}.coach-card__club{padding:20px;border-top-right-radius:var(--border-radius-l);background-color:var(--club-bg-color);position:absolute;left:0;bottom:0}@media screen and (min-width: 1462px){.coach-card__club{border-top-right-radius:var(--border-radius-xl)}}.coach-card__club:before,.coach-card__club:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.coach-card__club:before,.coach-card__club:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.coach-card__club:before,.coach-card__club:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.coach-card__club:before,.coach-card__club:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.coach-card__club:before,.coach-card__club:after{background-color:var(--club-bg-color);position:absolute}.coach-card__club:before{transform:rotate(90deg);left:0;bottom:100%}.coach-card__club:after{transform:rotate(90deg);left:100%;bottom:0}.coach-card__club span{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.coach-card__club span{font-size:16px}}@media screen and (min-width: 1462px){.coach-card__club span{font-size:18px}}.coach-card__club span{display:flex;align-items:center;gap:5px}.coach-card__club span:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.coach-card__name{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.coach-card__name{font-size:20px}}@media screen and (min-width: 1462px){.coach-card__name{font-size:24px}}.coach-card__name{margin:10px 0 0}@media screen and (min-width: 1462px){.coach-card__name{margin-top:20px}}.coach-card__post{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.coach-card__post{font-size:16px}}.coach-card__post{margin-top:10px}.coachs-widget .list-widget__nav{top:40%}.coachs-widget-footer{display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid var(--color-border);padding-top:clamp(1.875rem,1.5080275229rem + 1.8348623853vw,3.125rem)}@media screen and (min-width: 1462px){.coachs-widget-footer{gap:20px}}.primary-minibanner{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.primary-minibanner{border-radius:var(--border-radius-xl)}}.primary-minibanner{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;background-color:var(--color-border);overflow:hidden;position:relative}@media screen and (min-width: 762px){.primary-minibanner{flex-direction:row;align-items:center;gap:20px;padding:30px}}@media screen and (min-width: 992px){.primary-minibanner{padding-block:40px}}@media screen and (min-width: 1462px){.primary-minibanner{padding-block:50px}}.primary-minibanner__body{display:flex;flex-direction:column;gap:5px;max-width:50%}@media screen and (min-width: 762px){.primary-minibanner__body{flex-grow:1;max-width:none;margin-left:12%}}.primary-minibanner__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.primary-minibanner__title{font-size:20px}}@media screen and (min-width: 1462px){.primary-minibanner__title{font-size:24px}}.primary-minibanner__title{color:var(--color-lilac);margin:0}.primary-minibanner__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.primary-minibanner__description{font-size:16px}}.primary-minibanner__description p:first-child{margin-top:0}.primary-minibanner__description p:last-child{margin-bottom:0}.primary-minibanner__picture{height:100%;position:absolute;right:10px;bottom:0}@media screen and (min-width: 762px){.primary-minibanner__picture{right:auto;left:20px}}@media screen and (min-width: 1462px){.primary-minibanner__picture{left:30px}}.primary-minibanner__picture img{object-fit:contain;display:block;height:100%}@media screen and (min-width: 762px){.primary-minibanner__picture img:nth-child(1){display:none}}.primary-minibanner__picture img:nth-child(2){display:none}@media screen and (min-width: 762px){.primary-minibanner__picture img:nth-child(2){display:block}}.groups-schedule-widget{--sidebar-widget: auto}@media screen and (min-width: 762px){.groups-schedule-widget{--sidebar-widget: 220px}}@media screen and (min-width: 1462px){.groups-schedule-widget{--sidebar-widget: 330px}}.groups-schedule-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.groups-schedule-widget__title{font-size:52px}}.groups-schedule-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.groups-schedule-widget__noresults{text-align:center;padding-bottom:32px}.groups-schedule-widget__body{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.groups-schedule-widget__body{flex-direction:row;gap:10px;position:relative}}@media screen and (min-width: 992px){.groups-schedule-widget__body{gap:20px}}@media screen and (min-width: 1462px){.groups-schedule-widget__body{gap:30px}}.groups-schedule-widget__body:before{width:var(--sidebar-widget)}@media screen and (min-width: 762px){.groups-schedule-widget__body:before{content:"";display:block;flex-shrink:0}}.groups-schedule-widget__sidebar{display:flex;gap:6px;width:var(--sidebar-widget);overflow-x:scroll}@media screen and (min-width: 762px){.groups-schedule-widget__sidebar{flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;position:absolute;left:0;top:0}}@media screen and (min-width: 1462px){.groups-schedule-widget__sidebar{gap:10px}}.groups-schedule-widget-filters{margin-top:20px}@media screen and (min-width: 762px){.groups-schedule-widget-filters{margin-top:30px}}@media screen and (min-width: 1462px){.groups-schedule-widget-filters{margin-top:40px}}.groups-schedule-widget-filters__selects{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.groups-schedule-widget-filters__selects{flex-direction:row;align-items:center;gap:30px}}@media screen and (min-width: 762px){.groups-schedule-widget-filters__selects .selectbox{min-width:280px}}.groups-schedule-widget-filters__days{padding-block:clamp(1.25rem,-1.25rem + 4.2553191489vw,2.5rem)}.groups-schedule-widget-filters__days button{transition:all var(--transition-duration) ease-in-out;padding:0;border:none;background-color:transparent;cursor:pointer;font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.groups-schedule-widget-filters__days button{font-size:16px}}.groups-schedule-widget-filters__days button{display:flex;align-items:center;gap:4px;padding:12px 16px;border-radius:100px;background-color:var(--color-gray-bg)}@media screen and (min-width: 992px){.groups-schedule-widget-filters__days button{gap:5px;padding:12px 18px}}.groups-schedule-widget-filters__days button:hover,.groups-schedule-widget-filters__days button.active{background-color:var(--color-lilac)}.groups-schedule-widget-filters__days button strong{transition:all var(--transition-duration) ease-in-out;display:block}.groups-schedule-widget-filters__days button:hover strong,.groups-schedule-widget-filters__days button.active strong{color:var(--color-white)}.groups-schedule-widget-filters__days button span{transition:all var(--transition-duration) ease-in-out;color:var(--color-gray);display:block}.groups-schedule-widget-filters__days button:hover span,.groups-schedule-widget-filters__days button.active span{color:var(--color-pink)}.groups-schedule-widget-class{transition:all var(--transition-duration) ease-in-out;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.groups-schedule-widget-class{border-radius:var(--border-radius-xl)}}.groups-schedule-widget-class{display:flex;flex-direction:column;gap:10px;padding:20px;border:1px solid var(--color-border);background-color:var(--color-gray-bg);cursor:pointer}.groups-schedule-widget-class:hover,.groups-schedule-widget-class.active{background-color:var(--color-white)}@media screen and (min-width: 762px){.groups-schedule-widget-class{padding:24px}}@media screen and (min-width: 1462px){.groups-schedule-widget-class{gap:15px;padding:30px}}.groups-schedule-widget-class__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-class__title{font-size:20px}}@media screen and (min-width: 1462px){.groups-schedule-widget-class__title{font-size:24px}}.groups-schedule-widget-class__time{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-class__time{font-size:16px}}@media screen and (min-width: 1462px){.groups-schedule-widget-class__time{font-size:18px}}.groups-schedule-widget-class__time{color:var(--color-lilac);margin-top:auto}.groups-schedule-widget-content{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.groups-schedule-widget-content{flex-grow:1}}@media screen and (min-width: 1462px){.groups-schedule-widget-content{gap:20px}}.groups-schedule-widget-content__body{display:flex;flex-direction:column;gap:10px;flex-shrink:0}@media screen and (min-width: 992px){.groups-schedule-widget-content__body{flex-direction:row}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__body{gap:20px}}.groups-schedule-widget-content__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.groups-schedule-widget-content__picture{border-radius:var(--border-radius-xl)}}.groups-schedule-widget-content__picture{object-fit:cover;display:block;aspect-ratio:16/9;width:100%}@media screen and (min-width: 992px){.groups-schedule-widget-content__picture{width:460px;flex-shrink:0}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__picture{width:690px}}.groups-schedule-widget-content__info{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.groups-schedule-widget-content__info{border-radius:var(--border-radius-xl)}}.groups-schedule-widget-content__info{display:flex;flex-direction:column;gap:15px;padding:20px;background-color:var(--color-gray-bg)}@media screen and (min-width: 762px){.groups-schedule-widget-content__info{flex-direction:row;justify-content:space-between}}@media screen and (min-width: 992px){.groups-schedule-widget-content__info{flex-direction:column;flex-grow:1}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__info{gap:20px;padding:30px}}.groups-schedule-widget-content__meta{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.groups-schedule-widget-content__meta{gap:30px}}.groups-schedule-widget-content__coach{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.groups-schedule-widget-content__coach{font-size:16px}}.groups-schedule-widget-content__coach{display:flex;flex-direction:column;gap:5px}.groups-schedule-widget-content__coach strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-content__coach strong{font-size:16px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__coach strong{font-size:18px}}.groups-schedule-widget-content__coach strong{color:var(--color-pink)}.groups-schedule-widget-content__level{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.groups-schedule-widget-content__level{font-size:16px}}.groups-schedule-widget-content__level{display:flex;flex-direction:column;gap:5px}.groups-schedule-widget-content__level strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-content__level strong{font-size:16px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__level strong{font-size:18px}}.groups-schedule-widget-content__level strong{color:var(--color-pink)}.groups-schedule-widget-content__actions{display:flex;flex-direction:column;align-items:flex-start;gap:15px}@media screen and (min-width: 762px){.groups-schedule-widget-content__actions{justify-content:space-between;align-items:flex-end}}@media screen and (min-width: 992px){.groups-schedule-widget-content__actions{align-items:flex-start;gap:20px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__actions{gap:30px}}.groups-schedule-widget-content__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-content__club{font-size:16px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__club{font-size:18px}}.groups-schedule-widget-content__club{display:flex;align-items:center;gap:5px}.groups-schedule-widget-content__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.groups-schedule-widget-content__footer{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.groups-schedule-widget-content__footer{border-radius:var(--border-radius-xl)}}.groups-schedule-widget-content__footer{display:flex;flex-direction:column;gap:10px;padding:20px;background-color:var(--color-gray-bg);flex-grow:1}@media screen and (min-width: 992px){.groups-schedule-widget-content__footer{gap:15px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__footer{gap:20px;padding:30px}}.groups-schedule-widget-content__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.groups-schedule-widget-content__title{font-size:26px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__title{font-size:44px}}.groups-schedule-widget-content__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.groups-schedule-widget-content__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.groups-schedule-widget-content__description{font-size:20px}}@media screen and (min-width: 1462px){.groups-schedule-widget-content__description{font-size:24px}}.groups-schedule-widget-content__description p:first-child{margin-top:0}.groups-schedule-widget-content__description p:last-child{margin-bottom:0}.review-card{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.review-card{flex-direction:row}.review-card:nth-child(2n){flex-direction:row-reverse}}@media screen and (min-width: 992px){.review-card:nth-child(4n){flex-direction:row-reverse}.review-card:nth-child(4n+1){flex-direction:row}.review-card:nth-child(4n+2){flex-direction:row}.review-card:nth-child(4n+3){flex-direction:row-reverse}}.review-card__content{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.review-card__content{border-radius:var(--border-radius-xl)}}.review-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border:1px solid var(--color-border);background-color:var(--color-white)}@media screen and (min-width: 762px){.review-card__content{flex-grow:1}}@media screen and (min-width: 992px){.review-card__content{gap:20px}}@media screen and (min-width: 1462px){.review-card__content{padding:30px}}.review-card__name{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.review-card__name{font-size:16px}}.review-card__name{color:var(--color-gray)}@media screen and (min-width: 992px){.review-card__name{margin-bottom:-10px}}.review-card__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.review-card__title{font-size:26px}}@media screen and (min-width: 1462px){.review-card__title{font-size:44px}}.review-card__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off}.review-card__text{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.review-card__text{font-size:16px}}.review-card__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.review-card__club{font-size:16px}}@media screen and (min-width: 1462px){.review-card__club{font-size:18px}}.review-card__club{display:flex;align-items:center;gap:5px}.review-card__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.review-card__button{margin-top:10px}@media screen and (min-width: 762px){.review-card__button{margin-top:auto}}.review-card__poster{padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.review-card__poster{border-radius:var(--border-radius-xl)}}.review-card__poster{display:block;height:280px;overflow:hidden;position:relative}@media screen and (min-width: 762px){.review-card__poster{flex-shrink:0;width:230px}}@media screen and (min-width: 992px){.review-card__poster{width:220px;height:400px}}@media screen and (min-width: 1462px){.review-card__poster{width:330px;height:520px}}.review-card__poster:before{content:"";background-color:var(--color-black);opacity:.6;position:absolute;left:0;right:0;top:0;bottom:0}.review-card__poster:after{transition:all var(--transition-duration) ease-in-out;content:"";width:60px;height:60px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/play.svg);background-size:100% 100%;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}@media screen and (min-width: 1462px){.review-card__poster:after{width:100px;height:100px}}.review-card__poster:hover:after{transform:translate(-50%,-50%) scale(1.1)}.review-card__poster img{object-fit:cover;display:block;width:100%;height:100%}.reviews-widget{--font-color: var(--color-black)}.reviews-widget_extradark{--font-color: var(--color-white)}.reviews-widget__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px}@media screen and (min-width: 992px){.reviews-widget__header{margin-bottom:40px}}.reviews-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.reviews-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.reviews-widget__title{font-size:52px}}.reviews-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--font-color);margin:0}.reviews-widget__link{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.reviews-widget__link{font-size:16px}}@media screen and (min-width: 1462px){.reviews-widget__link{font-size:18px}}.reviews-widget__link{text-decoration:none;color:var(--color-pink);flex-shrink:0}.reviews-widget__link:hover{text-decoration:underline}.reviews-widget__body{display:grid;gap:20px}@media screen and (min-width: 992px){.reviews-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1462px){.reviews-widget__body{gap:30px}}.event-card_light{--bg-color: var(--color-white)}.event-card_dark{--bg-color: var(--color-gray-bg)}.event-card{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.event-card{flex-direction:row-reverse}}.event-card__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.event-card__picture{border-radius:var(--border-radius-xl)}}.event-card__picture{object-fit:cover;height:240px}@media screen and (min-width: 762px){.event-card__picture{width:40%;height:auto;flex-shrink:0}}.event-card__main{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.event-card__main{border-radius:var(--border-radius-xl)}}.event-card__main{display:flex;flex-direction:column;gap:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);padding:clamp(1.875rem,-.0267857143rem + 4.2857142857vw,3.75rem);background-color:var(--bg-color)}@media screen and (min-width: 762px){.event-card__main{flex-grow:1}}.event-card__header{display:flex;flex-direction:column;gap:10px}.event-card__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.event-card__title{font-size:26px}}@media screen and (min-width: 1462px){.event-card__title{font-size:44px}}.event-card__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.event-card__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.event-card__description{font-size:20px}}@media screen and (min-width: 1462px){.event-card__description{font-size:24px}}.event-card__info{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.event-card__info{flex-direction:row;align-items:flex-start;gap:20px;margin-top:auto}}@media screen and (min-width: 1462px){.event-card__info{gap:30px}}.event-card__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.event-card__club{font-size:16px}}@media screen and (min-width: 1462px){.event-card__club{font-size:18px}}.event-card__club{display:flex;align-items:center;gap:5px}.event-card__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.event-card__date{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.event-card__date{font-size:16px}}@media screen and (min-width: 1462px){.event-card__date{font-size:18px}}.event-card__date{display:flex;align-items:center;gap:5px}.event-card__date:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/calendar.svg);background-size:100% 100%}.event-card__footer{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.event-card__footer{flex-direction:row}}@media screen and (min-width: 992px){.event-card__footer{gap:20px}}.events-widget{--picture-height: 240px}.events-widget .list-widget__nav{top:calc(var(--picture-height) / 2)}@media screen and (min-width: 762px){.events-widget .list-widget__nav{top:50%}}.club-card{display:flex;flex-direction:column;gap:10px}.club-card__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.club-card__picture{border-radius:var(--border-radius-xl)}}.club-card__picture{text-decoration:none;display:block;height:200px;overflow:hidden;flex-shrink:0}@media screen and (min-width: 1462px){.club-card__picture{height:270px}}.club-card__picture img{transition:all var(--transition-duration) ease-in-out;object-fit:cover;display:block;width:100%;height:100%}.club-card:hover .club-card__picture img{transform:scale(1.1)}.club-card__content{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.club-card__content{border-radius:var(--border-radius-xl)}}.club-card__content{display:flex;flex-direction:column;justify-content:space-between;gap:20px;background-color:var(--color-gray-bg);flex-grow:1}@media screen and (min-width: 1462px){.club-card__content{gap:10px}}.club-card__body{padding:20px}@media screen and (min-width: 1462px){.club-card__body{padding:30px}}.club-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.club-card__title{font-size:20px}}@media screen and (min-width: 1462px){.club-card__title{font-size:24px}}.club-card__title{margin:0}.club-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.club-card__description{font-size:16px}}.club-card__description{margin-top:10px}.club-card__description p:first-child{margin-top:0}.club-card__description p:last-child{margin-bottom:0}.club-card__advantages{padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:5px}.club-card__advantages li{list-style-type:none}@media screen and (min-width: 762px){.club-card__advantages{gap:10px;margin-top:30px}}.club-card__advantages li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.club-card__advantages li{font-size:16px}}.club-card__advantages li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.club-card__advantages li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.club-card__footer{display:flex}.club-card__button{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.club-card__button{border-radius:var(--border-radius-xl)}}.club-card__button{padding:20px;border-bottom-left-radius:0!important;border-top-right-radius:0!important;flex-basis:50%}@media screen and (min-width: 1462px){.club-card__button{padding:30px}}.club-card__button:nth-child(2){background-color:var(--color-white);position:relative}.club-card__button:nth-child(2):before,.club-card__button:nth-child(2):after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.club-card__button:nth-child(2):before,.club-card__button:nth-child(2):after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.club-card__button:nth-child(2):before,.club-card__button:nth-child(2):after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.club-card__button:nth-child(2):before,.club-card__button:nth-child(2):after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.club-card__button:nth-child(2):before,.club-card__button:nth-child(2):after{background-color:var(--color-white);position:absolute}.club-card__button:nth-child(2):before{right:100%;bottom:0}.club-card__button:nth-child(2):after{bottom:100%;right:0}.club-card__button .button{width:100%}.clubs-widget{--picture-height: 200px;--picture-height-xl: 270px}.clubs-widget .list-widget__nav{top:calc(var(--picture-height) / 2)}@media screen and (min-width: 1462px){.clubs-widget .list-widget__nav{top:calc(var(--picture-height-xl) / 2)}}.secondary-minibanner{display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding-block:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem);background-image:url(/local/templates/newgyms/assets/./images/secondary-minibanner-bg.png);background-size:100% 100%}@media screen and (min-width: 762px){.secondary-minibanner{flex-direction:row;align-items:center;gap:60px}}.secondary-minibanner__body{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.secondary-minibanner__body{flex-grow:1}}.secondary-minibanner__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.secondary-minibanner__title{font-size:36px}}@media screen and (min-width: 1462px){.secondary-minibanner__title{font-size:52px}}.secondary-minibanner__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-yellow);margin:0}.secondary-minibanner__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.secondary-minibanner__description{font-size:20px}}@media screen and (min-width: 1462px){.secondary-minibanner__description{font-size:24px}}.secondary-minibanner__description{color:var(--color-white)}@media screen and (min-width: 762px){.secondary-minibanner__sidebar{flex-shrink:0}}.advantages-widget,.advantages-widget_light{--bg-color: var(--color-white);--glass-color: var(--color-gray-bg)}.advantages-widget_dark{--bg-color: var(--color-gray-bg);--glass-color: var(--color-white)}.advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.advantages-widget__title{font-size:52px}}.advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.advantages-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.advantages-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.advantages-widget__description{font-size:24px}}.advantages-widget__description{margin-top:10px}.advantages-widget__description p{margin:0}.advantages-widget__body{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.advantages-widget__body{flex-direction:row-reverse;align-items:flex-start}}.advantages-widget__content{display:grid;gap:10px}@media screen and (min-width: 762px){.advantages-widget__content{flex-grow:1}}@media screen and (min-width: 992px){.advantages-widget__content{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (min-width: 1462px){.advantages-widget__content{gap:30px}}.advantages-widget__banner{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.advantages-widget__banner{border-radius:var(--border-radius-xl)}}.advantages-widget__banner{text-decoration:none;display:block;overflow:hidden}@media screen and (min-width: 762px){.advantages-widget__banner{width:230px;flex-shrink:0}}@media screen and (min-width: 992px){.advantages-widget__banner{width:300px}}@media screen and (min-width: 1462px){.advantages-widget__banner{width:450px}}.advantages-widget__banner img{object-fit:cover;display:block;width:100%}.advantages-widget-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.advantages-widget-card{border-radius:var(--border-radius-xl)}}.advantages-widget-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;background-color:var(--bg-color);position:relative}@media screen and (min-width: 992px){.advantages-widget-card{gap:20px}}@media screen and (min-width: 1462px){.advantages-widget-card{padding:30px}}.advantages-widget-card__icon{display:block;width:60px;height:60px;flex-shrink:0}.advantages-widget-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.advantages-widget-card__title{font-size:20px}}@media screen and (min-width: 1462px){.advantages-widget-card__title{font-size:24px}}.advantages-widget-card__title{margin:0}.advantages-widget-card__note{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.advantages-widget-card__note{font-size:16px}}@media screen and (min-width: 1462px){.advantages-widget-card__note{font-size:18px}}.advantages-widget-card__note{color:var(--color-lilac);box-sizing:border-box;max-width:calc(100% - 120px);padding:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);border-bottom-left-radius:var(--border-radius-l);background-color:var(--glass-color);position:absolute;right:0;top:0}@media screen and (min-width: 1462px){.advantages-widget-card__note{border-bottom-left-radius:var(--border-radius-xl)}}.advantages-widget-card__note:before,.advantages-widget-card__note:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.advantages-widget-card__note:before,.advantages-widget-card__note:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.advantages-widget-card__note:before,.advantages-widget-card__note:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.advantages-widget-card__note:before,.advantages-widget-card__note:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.advantages-widget-card__note:before,.advantages-widget-card__note:after{background-color:var(--glass-color);position:absolute}.advantages-widget-card__note:before{transform:rotate(-90deg);right:100%;top:0}.advantages-widget-card__note:after{transform:rotate(-90deg);right:0;top:100%}.advantages-widget-card:nth-child(2n) .advantages-widget-card__note{color:var(--color-red)}.document{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.document{border-radius:var(--border-radius-xl)}}.document{text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;gap:12px;box-sizing:border-box;min-height:120px;padding:20px;background-color:var(--color-gray-bg);position:relative}@media screen and (min-width: 762px){.document{min-height:140px}}@media screen and (min-width: 992px){.document{min-height:150px;padding:30px}}@media screen and (min-width: 1462px){.document{min-height:280px}}.document:after{transition:all var(--transition-duration) ease-in-out;content:"";display:block;width:48px;height:48px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/document-corner.svg);background-size:100% 100%;position:absolute;right:0;bottom:0}@media screen and (min-width: 992px){.document:after{width:60px;height:60px}}.document:hover:after{transform:scale(1.05);transform-origin:right bottom}.document__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.document__title{font-size:16px}}.document__type{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.document__type{font-size:16px}}@media screen and (min-width: 1462px){.document__type{font-size:18px}}.document__type{color:var(--color-lilac);margin-top:auto}.documents-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.documents-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.documents-widget__title{font-size:52px}}.documents-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.documents-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.documents-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.documents-widget__description{font-size:24px}}.documents-widget__description{margin-top:10px}.documents-widget__body{display:grid;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.documents-widget__body{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1462px){.documents-widget__body{grid-template-columns:repeat(6,1fr)}}.partner-card__container{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.partner-card__container{border-radius:var(--border-radius-xl)}}.partner-card__container{display:flex;align-items:center;padding:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);background-color:var(--color-gray-bg)}.partner-card__logo{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.partner-card__logo{border-radius:var(--border-radius-xl)}}.partner-card__logo{object-fit:cover;display:block;aspect-ratio:140/100;height:clamp(5rem,4.6330275229rem + 1.8348623853vw,6.25rem);flex-shrink:0}.partner-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.625rem,0rem + 1.0638297872vw,.9375rem);padding-left:10px}@media screen and (min-width: 762px){.partner-card__content{padding-left:20px}}.partner-card__title{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.partner-card__title{font-size:16px}}@media screen and (min-width: 1462px){.partner-card__title{font-size:18px}}.partner-card__title{margin:0}.partner-card__discount{display:flex;align-items:center;gap:5px}.partner-card__discount span{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.partner-card__discount span{font-size:16px}}@media screen and (min-width: 1462px){.partner-card__discount span{font-size:18px}}.partner-card__discount span{color:var(--color-gray);display:block}.partner-card__discount strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.partner-card__discount strong{font-size:16px}}@media screen and (min-width: 1462px){.partner-card__discount strong{font-size:18px}}.partner-card__discount strong{color:var(--color-red)}.partner-card__button{padding:0;border:none;background-color:transparent;cursor:pointer;font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.partner-card__button{font-size:16px}}.partner-card__button{color:var(--color-lilac)}.partner-card__button:hover{text-decoration:underline}.partner-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.partner-card__description{font-size:16px}}.partner-card__description{padding-top:20px;border-top:1px solid var(--color-border);margin-top:20px;display:none}.partner-card__description p:first-child{margin-top:0}.partner-card__description p:last-child{margin-bottom:0}.partners-list__body{margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.partners-list__body_grid{display:grid;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.partners-list__body_grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.partners-list__body_grid{grid-template-columns:repeat(3,1fr)}}.partners-list .partner-card{display:none}.partners-list .partner-card.active{display:block}.partners-widget{--card-content-width: clamp(7.5rem, 4.9642857143rem + 5.7142857143vw, 10rem)}.partners-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.partners-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.partners-widget__title{font-size:52px}}.partners-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.partners-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.partners-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.partners-widget__description{font-size:24px}}.partners-widget__description{margin-top:10px}.partners-widget__list{margin-top:30px}@media screen and (min-width: 992px){.partners-widget__list{margin-top:40px}}.partners-widget .partner-card{flex-shrink:0;display:none}.partners-widget .partner-card.active{display:block}.partners-widget .partner-card__holder{transition:all var(--transition-duration) ease-in-out;width:0;overflow:hidden}.partners-widget .partner-card__content,.partners-widget .partner-card:hover .partner-card__holder{width:var(--card-content-width)}.contacts-clubs{display:flex;flex-direction:column;gap:20px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.contacts-clubs{flex-direction:row;align-items:flex-start;gap:10px}}@media screen and (min-width: 992px){.contacts-clubs{gap:20px}}@media screen and (min-width: 1462px){.contacts-clubs{gap:30px}}.contacts-clubs__list{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.contacts-clubs__list{border-radius:var(--border-radius-xl)}}.contacts-clubs__list{padding:10px 20px;border:1px solid var(--color-border)}@media screen and (min-width: 762px){.contacts-clubs__list{flex-grow:1}}@media screen and (min-width: 992px){.contacts-clubs__list{padding:15px 30px}}@media screen and (min-width: 1462px){.contacts-clubs__list{padding:10px 30px}}.contacts-clubs__map{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.contacts-clubs__map{border-radius:var(--border-radius-xl)}}.contacts-clubs__map{box-sizing:border-box;width:100vw;height:380px;border:1px solid var(--color-border);overflow:hidden;transform:translate(-50%);position:relative;left:50%}@media screen and (min-width: 762px){.contacts-clubs__map{flex-shrink:0;width:470px;transform:none;position:static}}@media screen and (min-width: 992px){.contacts-clubs__map{width:620px;height:490px}}@media screen and (min-width: 1462px){.contacts-clubs__map{width:930px;height:580px}}.contacts-clubs-item{border-top:1px solid var(--color-border)}.contacts-clubs-item:first-child{border-top:none}.contacts-clubs-item__header{transition:all var(--transition-duration) ease-in-out;font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.contacts-clubs-item__header{font-size:16px}}@media screen and (min-width: 1462px){.contacts-clubs-item__header{font-size:18px}}.contacts-clubs-item__header{display:flex;align-items:center;gap:10px;padding-block:10px;cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (min-width: 992px){.contacts-clubs-item__header{padding-block:15px}}@media screen and (min-width: 1462px){.contacts-clubs-item__header{padding-block:20px}}.contacts-clubs-item__header svg{transition:all var(--transition-duration) ease-in-out;flex-shrink:0;stroke:var(--color-black);width:10px;height:10px;margin-left:auto}@media screen and (min-width: 992px){.contacts-clubs-item__header svg{width:12px;height:12px}}.contacts-clubs-item.visible .contacts-clubs-item__header{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.contacts-clubs-item.visible .contacts-clubs-item__header{font-size:20px}}@media screen and (min-width: 1462px){.contacts-clubs-item.visible .contacts-clubs-item__header{font-size:24px}}.contacts-clubs-item.visible .contacts-clubs-item__header svg{transform:rotate(180deg)}.contacts-clubs-item__body{transition:all var(--transition-duration) ease-in-out;height:0;overflow:hidden}.contacts-clubs-item__content{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}@media screen and (min-width: 992px){.contacts-clubs-item__content{gap:15px;padding-bottom:15px}}@media screen and (min-width: 1462px){.contacts-clubs-item__content{gap:20px;padding-bottom:20px}}.contacts-clubs-item__info{display:flex;flex-direction:column;gap:10px}.contacts-clubs-item__record{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.contacts-clubs-item__record{font-size:16px}}.contacts-clubs-item__record{display:flex;align-items:center;gap:5px}.contacts-clubs-item__record svg{flex-shrink:0;fill:var(--color-pink);width:18px;height:18px}@media screen and (min-width: 992px){.contacts-clubs-item__record svg{width:22px;height:22px}}.contacts-clubs-item__record strong{font-weight:inherit;color:var(--color-gray)}.contacts-clubs-item__rote{font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.contacts-clubs-item__rote{font-size:16px}}.contacts-clubs-item__rote{text-decoration:none;color:var(--color-lilac)}.contacts-footer{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.contacts-footer{border-radius:var(--border-radius-xl)}}.contacts-footer{display:flex;flex-direction:column;gap:20px;padding:20px;background-color:var(--color-gray-bg)}@media screen and (min-width: 762px){.contacts-footer{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media screen and (min-width: 992px){.contacts-footer{gap:30px}}@media screen and (min-width: 1462px){.contacts-footer{gap:60px;padding:30px}}.contacts-footer-info{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 992px){.contacts-footer-info{flex-direction:row;align-items:center;gap:30px}}@media screen and (min-width: 1462px){.contacts-footer-info{gap:60px}}.contacts-footer-info-item{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.contacts-footer-info-item{gap:10px}}.contacts-footer-info-item__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.contacts-footer-info-item__title{font-size:16px}}.contacts-footer-info-item__content{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.contacts-footer-info-item__content{font-size:20px}}@media screen and (min-width: 1462px){.contacts-footer-info-item__content{font-size:24px}}.contacts-footer-info-item__content{white-space:nowrap}.contacts-footer-info-item__content a{text-decoration:none}.contacts-footer-info-item__content a:hover{text-decoration:underline}.contacts-footer-socials{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.contacts-footer-socials{flex-direction:row;align-items:center;gap:20px}}@media screen and (min-width: 1462px){.contacts-footer-socials{gap:30px}}.contacts-footer-socials__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.contacts-footer-socials__title{font-size:16px}}.contacts-footer-socials .socials{flex-shrink:0}.corporate-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.corporate-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.corporate-advantages-widget__title{font-size:52px}}.corporate-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.corporate-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.corporate-advantages-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.corporate-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.corporate-advantages-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.corporate-programs-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.corporate-programs-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.corporate-programs-widget__title{font-size:52px}}.corporate-programs-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.corporate-programs-widget__list{display:grid;gap:10px;margin-top:20px}@media screen and (min-width: 762px){.corporate-programs-widget__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.corporate-programs-widget__list{gap:20px;margin-top:30px}}@media screen and (min-width: 1462px){.corporate-programs-widget__list{gap:30px;margin-top:40px}}.corporate-manager-widget{display:flex;flex-direction:column;gap:30px;padding-block:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem);position:relative;z-index:1}@media screen and (min-width: 762px){.corporate-manager-widget{flex-direction:row}}.corporate-manager-widget:before{content:"";width:100vw;height:100%;background-color:var(--color-lilac);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.corporate-manager-widget__photo{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.corporate-manager-widget__photo{border-radius:var(--border-radius-xl)}}.corporate-manager-widget__photo{object-fit:cover;object-position:center top;display:block;height:300px}@media screen and (min-width: 762px){.corporate-manager-widget__photo{width:32%;height:auto}}.corporate-manager-widget__content{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.corporate-manager-widget__content{border-radius:var(--border-radius-xl)}}.corporate-manager-widget__content{display:flex;flex-direction:column;gap:30px;align-items:flex-start;padding:50px;background-color:var(--color-white)}.corporate-manager-widget__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.corporate-manager-widget__title{font-size:26px}}@media screen and (min-width: 1462px){.corporate-manager-widget__title{font-size:44px}}.corporate-manager-widget__title{margin:0}.corporate-manager-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.corporate-manager-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.corporate-manager-widget__description{font-size:24px}}.corporate-manager-widget__description p:first-child{margin-top:0}.corporate-manager-widget__description p:last-child{margin-bottom:0}.corporate-manager-widget__contacts{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.corporate-manager-widget__subtitle{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.corporate-manager-widget__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.corporate-manager-widget__subtitle{font-size:24px}}.corporate-manager-widget__subtitle{color:var(--color-red)}.corporate-manager-widget__phone{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.corporate-manager-widget__phone{font-size:20px}}@media screen and (min-width: 1462px){.corporate-manager-widget__phone{font-size:24px}}.corporate-manager-widget__phone a{text-decoration:none}.corporate-manager-widget__phone a:hover{text-decoration:underline}.discount-page-header{--picture-width: 49%;display:flex;flex-direction:column;gap:20px;padding-bottom:50px;position:relative}@media screen and (min-width: 762px){.discount-page-header{gap:30px}}@media screen and (min-width: 992px){.discount-page-header{gap:40px}}@media screen and (min-width: 1462px){.discount-page-header{gap:50px}}.discount-page-header__wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.discount-page-header__wrapper{flex-direction:row-reverse;align-items:center;gap:10px}}@media screen and (min-width: 992px){.discount-page-header__wrapper{gap:20px}}.discount-page-header__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.discount-page-header__picture{border-radius:var(--border-radius-xl)}}.discount-page-header__picture{width:100%;height:240px;overflow:hidden}@media screen and (min-width: 762px){.discount-page-header__picture{width:var(--picture-width);height:320px;flex-shrink:0}}@media screen and (min-width: 992px){.discount-page-header__picture{height:390px}}@media screen and (min-width: 1462px){.discount-page-header__picture{height:550px}}.discount-page-header__picture img{object-fit:cover;display:block;width:100%;height:100%}.discount-page-header__body{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.discount-page-header__body{flex-grow:1}}@media screen and (min-width: 992px){.discount-page-header__body{gap:30px}}.discount-page-header__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.discount-page-header__title{font-size:46px}}@media screen and (min-width: 1462px){.discount-page-header__title{font-size:70px}}.discount-page-header__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.discount-page-header__suptitle{font-style:normal;font-weight:500;font-size:20px;line-height:1.2}@media screen and (min-width: 762px){.discount-page-header__suptitle{font-size:22px}}@media screen and (min-width: 992px){.discount-page-header__suptitle{font-size:24px}}@media screen and (min-width: 1462px){.discount-page-header__suptitle{font-size:30px}}.discount-page-header__suptitle{text-transform:uppercase;color:var(--color-gray)}.discount-page-header__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.discount-page-header__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.discount-page-header__subtitle{font-size:24px}}.discount-page-header__subtitle strong{font-weight:700;color:var(--color-red)}@media screen and (min-width: 762px){.discount-page-header__button{display:flex;justify-content:flex-start}}@media screen and (min-width: 1462px){.discount-page-header__button{margin-top:10px}}@media screen and (min-width: 762px){.discount-page-header__breadcrumbs{position:absolute;left:0;top:0}}.discount-page-header__footer{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.discount-page-header__footer{font-size:20px}}@media screen and (min-width: 1462px){.discount-page-header__footer{font-size:24px}}@media screen and (min-width: 762px){.discount-page-header__footer{padding-left:calc(100% - var(--picture-width) + 10px)}}@media screen and (min-width: 1462px){.discount-page-header__footer{padding-left:calc(100% - var(--picture-width) + 20px)}}.discount-page-header__footer p:first-child{margin-top:0}.discount-page-header__footer p:last-child{margin-bottom:0}.discount-description-widget{--vertical-offset: clamp(3.75rem, 1.2142857143rem + 5.7142857143vw, 6.25rem);display:flex;flex-direction:column;align-items:center;gap:20px;padding-block:var(--vertical-offset);position:relative;z-index:1}@media screen and (min-width: 762px){.discount-description-widget{flex-direction:row;align-items:flex-end}}.discount-description-widget:before{content:"";width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.discount-description-widget__main{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (min-width: 762px){.discount-description-widget__main{flex-grow:1}}@media screen and (min-width: 992px){.discount-description-widget__main{gap:40px}}.discount-description-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.discount-description-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.discount-description-widget__title{font-size:52px}}.discount-description-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.discount-description-widget__steps{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 992px){.discount-description-widget__steps{gap:40px}}.discount-description-widget__step{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.discount-description-widget__step{gap:20px}}.discount-description-widget__step-title{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.discount-description-widget__step-title{font-size:16px}}@media screen and (min-width: 1462px){.discount-description-widget__step-title{font-size:18px}}.discount-description-widget__step-title{display:flex;align-items:center;gap:9px}.discount-description-widget__step-title:before{content:"";display:block;width:20px;height:20px;background-image:url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="3" fill="white"/><path d="M5 10H15M15 10L12 7M15 10L12 13" stroke="%23C4094A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:100% 100%;flex-shrink:0}.discount-description-widget__step-description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.discount-description-widget__step-description{font-size:16px}}.discount-description-widget__banner{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.discount-description-widget__banner{border-radius:var(--border-radius-xl)}}.discount-description-widget__banner{text-decoration:none;display:block;overflow:hidden;margin-bottom:calc(0px - var(--vertical-offset))}@media screen and (min-width: 762px){.discount-description-widget__banner{flex-shrink:0}}.discount-description-widget__banner img{object-fit:cover;display:block;height:290px}@media screen and (min-width: 762px){.discount-description-widget__banner img{height:auto;width:350px}}@media screen and (min-width: 992px){.discount-description-widget__banner img{width:460px}}@media screen and (min-width: 1462px){.discount-description-widget__banner img{width:690px}}.documents-categories{margin-top:30px}@media screen and (min-width: 1462px){.documents-categories{margin-top:40px}}.documents-body__list{display:grid;grid-template-columns:1fr;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.documents-body__list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1462px){.documents-body__list{grid-template-columns:repeat(5,1fr)}}.documents-body .document{display:none}.documents-body .document.active{display:flex}.similar-event-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.similar-event-card{border-radius:var(--border-radius-xl)}}.similar-event-card{display:flex;flex-direction:column;gap:10px;padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);border:1px solid var(--color-border);background-color:var(--color-white)}@media screen and (min-width: 992px){.similar-event-card{gap:20px}}.similar-event-card__header{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.similar-event-card__header{gap:20px}}.similar-event-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.similar-event-card__title{font-size:20px}}@media screen and (min-width: 1462px){.similar-event-card__title{font-size:24px}}.similar-event-card__title{margin:0}.similar-event-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.similar-event-card__description{font-size:16px}}.similar-event-card__info{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.similar-event-card__info{gap:10px}}.similar-event-card__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.similar-event-card__club{font-size:16px}}@media screen and (min-width: 1462px){.similar-event-card__club{font-size:18px}}.similar-event-card__club{display:flex;align-items:center;gap:5px}.similar-event-card__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.similar-event-card__date{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.similar-event-card__date{font-size:16px}}@media screen and (min-width: 1462px){.similar-event-card__date{font-size:18px}}.similar-event-card__date{display:flex;align-items:center;gap:5px}.similar-event-card__date:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/calendar.svg);background-size:100% 100%}.similar-event-card__footer{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.similar-event-card__footer{flex-direction:row}}@media screen and (min-width: 992px){.similar-event-card__footer{gap:20px}}.event-details{display:flex;flex-direction:column;gap:30px;padding-top:30px}@media screen and (min-width: 762px){.event-details{flex-direction:row;align-items:flex-start;gap:10px}}@media screen and (min-width: 992px){.event-details{gap:20px}}@media screen and (min-width: 1462px){.event-details{gap:30px}}.event-details__main{display:flex;flex-direction:column;gap:clamp(1.875rem,.6071428571rem + 2.8571428571vw,3.125rem);min-width:0px}@media screen and (min-width: 762px){.event-details__main{flex-grow:1}}.event-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.event-details__text{font-size:20px}}@media screen and (min-width: 1462px){.event-details__text{font-size:24px}}.event-details__text p:first-child{margin-top:0}.event-details__text p:last-child{margin-bottom:0}.event-details__speakers{--picture-height: 220px;--picture-height-xl: 330px}.event-details__speakers .list-widget__nav{top:calc(var(--picture-height) / 2)}@media screen and (min-width: 1462px){.event-details__speakers .list-widget__nav{top:calc(var(--picture-height-xl) / 2)}}.event-details-program{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem)}.event-details-program__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.event-details-program__title{font-size:26px}}@media screen and (min-width: 1462px){.event-details-program__title{font-size:44px}}.event-details-program__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.event-details-program__body{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.event-details-program__body{gap:10px}}.event-details-program__item{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.event-details-program__item{font-size:16px}}.event-details-program__item{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.event-details-program__item{border-radius:var(--border-radius-xl)}}.event-details-program__item{display:flex;align-items:center;gap:10px;padding-inline:15px;padding-block:15px;background-color:var(--color-gray-bg)}@media screen and (min-width: 762px){.event-details-program__item{gap:30px;padding-inline:20px}}@media screen and (min-width: 1462px){.event-details-program__item{padding-inline:30px;padding-block:20px}}.event-details-program__item strong{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.event-details-program__item strong{font-size:16px}}@media screen and (min-width: 1462px){.event-details-program__item strong{font-size:18px}}.event-details-program__item strong{flex-shrink:0}.event-details-sidebar{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}@media screen and (min-width: 762px){.event-details-sidebar{width:24%;flex-shrink:0}}.events-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.events-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.events-advantages-widget__title{font-size:52px}}.events-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.events-advantages-widget__list{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.events-advantages-widget__list{flex-direction:row}}.events-advantages-widget__list>*{flex-basis:33.3333%}.event-page-header{--picture-width: 49%;display:flex;flex-direction:column;gap:20px;position:relative}@media screen and (min-width: 762px){.event-page-header{flex-direction:row-reverse;align-items:center;gap:10px}}@media screen and (min-width: 992px){.event-page-header{gap:20px}}@media screen and (min-width: 1462px){.event-page-header{gap:30px}}.event-page-header__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.event-page-header__picture{border-radius:var(--border-radius-xl)}}.event-page-header__picture{width:100%;height:240px;overflow:hidden}@media screen and (min-width: 762px){.event-page-header__picture{width:var(--picture-width);height:265px;flex-shrink:0}}@media screen and (min-width: 992px){.event-page-header__picture{height:345px}}@media screen and (min-width: 1462px){.event-page-header__picture{height:515px}}.event-page-header__picture img{object-fit:cover;display:block;width:100%;height:100%}.event-page-header__body{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.event-page-header__body{gap:30px;flex-grow:1}}@media screen and (min-width: 1462px){.event-page-header__body{gap:40px}}.event-page-header__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.event-page-header__title{font-size:46px}}@media screen and (min-width: 1462px){.event-page-header__title{font-size:70px}}.event-page-header__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}@media screen and (min-width: 762px){.event-page-header__button{display:flex;justify-content:flex-start}}@media screen and (min-width: 762px){.event-page-header__breadcrumbs{position:absolute;left:0;top:0}}.past-event-card_light{--bg-color: var(--color-white)}.past-event-card_dark{--bg-color: var(--color-gray-bg)}.past-event-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.past-event-card{border-radius:var(--border-radius-xl)}}.past-event-card{display:flex;flex-direction:column;gap:20px;padding:clamp(1.875rem,-.0267857143rem + 4.2857142857vw,3.75rem);background-color:var(--bg-color)}@media screen and (min-width: 992px){.past-event-card{gap:30px}}.past-event-card__main{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.past-event-card__main{flex-direction:row;gap:30px}}.past-event-card__content{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 762px){.past-event-card__content{flex-grow:1}}@media screen and (min-width: 992px){.past-event-card__content{gap:30px}}.past-event-card__header{display:flex;flex-direction:column;gap:10px}.past-event-card__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.past-event-card__title{font-size:26px}}@media screen and (min-width: 1462px){.past-event-card__title{font-size:44px}}.past-event-card__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.past-event-card__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.past-event-card__description{font-size:20px}}@media screen and (min-width: 1462px){.past-event-card__description{font-size:24px}}.past-event-card__info{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 762px){.past-event-card__info{flex-direction:row;align-items:flex-start;gap:20px;margin-top:auto}}@media screen and (min-width: 1462px){.past-event-card__info{gap:30px}}.past-event-card__club{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.past-event-card__club{font-size:16px}}@media screen and (min-width: 1462px){.past-event-card__club{font-size:18px}}.past-event-card__club{display:flex;align-items:center;gap:5px}.past-event-card__club:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.past-event-card__date{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.past-event-card__date{font-size:16px}}@media screen and (min-width: 1462px){.past-event-card__date{font-size:18px}}.past-event-card__date{display:flex;align-items:center;gap:5px}.past-event-card__date:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/calendar.svg);background-size:100% 100%}@media screen and (min-width: 762px){.past-event-card__sidebar{flex-shrink:0}}.past-event-card__gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px}@media screen and (min-width: 762px){.past-event-card__gallery{grid-template-columns:repeat(6,1fr);grid-template-rows:auto}}.past-event-card__photo{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.past-event-card__photo{border-radius:var(--border-radius-xl)}}.past-event-card__photo{text-decoration:none;display:block;height:80px;overflow:hidden}@media screen and (min-width: 992px){.past-event-card__photo{height:100px}}@media screen and (min-width: 1462px){.past-event-card__photo{height:150px}}.past-event-card__photo img{object-fit:cover;display:block;width:100%;height:100%}.faq__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.faq__title{font-size:46px}}@media screen and (min-width: 1462px){.faq__title{font-size:70px}}.faq__title{text-transform:uppercase;margin:0;margin-top:var(--indentation-xs)}@media screen and (min-width: 992px){.faq__title{margin-top:var(--indentation-s)}}.faq__description{margin-top:var(--indentation-xs)}@media screen and (min-width: 992px){.faq__description{margin-top:var(--indentation-s)}}.faq__description p:first-child{margin-top:0}.faq__description p:last-child{margin-bottom:0}.faq-categories{margin-top:30px}@media screen and (min-width: 1462px){.faq-categories{margin-top:40px}}.faq-body{display:flex;flex-direction:column;gap:var(--indentation-xs);margin-top:20px}@media screen and (min-width: 992px){.faq-body{flex-direction:row;margin-top:30px}}@media screen and (min-width: 1462px){.faq-body{gap:var(--indentation-s);margin-top:40px}}@media screen and (min-width: 992px){.faq-body__main{flex-grow:1}}.faq-body__list{display:flex;flex-direction:column;gap:var(--indentation-xxxs)}@media screen and (min-width: 762px){.faq-body__list{gap:var(--indentation-xxs)}}@media screen and (min-width: 992px){.faq-body__sidebar{flex-shrink:0;width:32%}}.faq-body .faq-item{display:none}.faq-body .faq-item.active{display:block}.functional-goals-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.functional-goals-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.functional-goals-widget__title{font-size:52px}}.functional-goals-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.functional-goals-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.functional-goals-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.functional-goals-widget__body{gap:20px}}@media screen and (min-width: 1462px){.functional-goals-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.functional-format-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.functional-format-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.functional-format-widget__title{font-size:52px}}.functional-format-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.functional-format-widget__body{display:flex;flex-direction:column;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.functional-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.functional-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.functional-advantages-widget__title{font-size:52px}}.functional-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-white);margin:0}.functional-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.functional-advantages-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.functional-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.functional-advantages-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.equipment-widget{display:flex;flex-direction:column;gap:clamp(1.25rem,.8830275229rem + 1.8348623853vw,2.5rem)}.equipment-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.equipment-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.equipment-widget__title{font-size:52px}}.equipment-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.equipment-widget__body{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media screen and (min-width: 762px){.equipment-widget__body{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 992px){.equipment-widget__body{grid-template-columns:repeat(6,1fr);gap:20px}}@media screen and (min-width: 1462px){.equipment-widget__body{gap:30px}}.equipment-widget__item{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.equipment-widget__item{gap:20px}}.equipment-widget__item a{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.equipment-widget__item a{border-radius:var(--border-radius-xl)}}.equipment-widget__item a{text-decoration:none;display:block;overflow:hidden}.equipment-widget__item a img{transition:all var(--transition-duration) ease-in-out;object-fit:cover;display:block;width:100%;height:140px}@media screen and (min-width: 1462px){.equipment-widget__item a img{height:210px}}.equipment-widget__item a:hover img{transform:scale(1.1)}.equipment-widget__item span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.equipment-widget__item span{font-size:16px}}.equipment-widget__item span{text-align:center;display:block}.first-steps-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.first-steps-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.first-steps-widget__title{font-size:52px}}.first-steps-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.first-steps-widget__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.first-steps-widget__description{font-size:16px}}.first-steps-widget__description{margin-top:10px}.first-steps-widget__description p:first-child{margin-top:0}.first-steps-widget__description p:last-child{margin-bottom:0}.first-steps-widget__list{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media screen and (min-width: 762px){.first-steps-widget__list{flex-direction:row}}@media screen and (min-width: 992px){.first-steps-widget__list{gap:20px;margin-top:30px}}@media screen and (min-width: 1462px){.first-steps-widget__list{gap:30px;margin-top:40px}}.first-steps-widget__list>*{flex-basis:50%}.gym-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.gym-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.gym-advantages-widget__title{font-size:52px}}.gym-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-white);margin:0}.gym-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.gym-advantages-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.gym-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.gym-advantages-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.gym-start-widget{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem)}@media screen and (min-width: 762px){.gym-start-widget{flex-direction:row}}.gym-start-widget__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.gym-start-widget__list{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}@media screen and (min-width: 762px){.gym-start-widget__list{width:48%;flex-shrink:0}}.gym-start-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.gym-start-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.gym-start-widget__title{font-size:52px}}.gym-start-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.gym-start-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.gym-start-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.gym-start-widget__description{font-size:24px}}.gym-start-widget__description p:first-child{margin-top:0}.gym-start-widget__description p:last-child{margin-bottom:0}@media screen and (min-width: 762px){.gym-start-widget__button{margin-top:auto}}.gym-start-widget-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.gym-start-widget-card{border-radius:var(--border-radius-xl)}}.gym-start-widget-card{display:flex;align-items:flex-start;gap:20px;padding:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);background-color:var(--color-gray-bg)}.gym-start-widget-card__icon{display:block;width:60px;height:60px;flex-shrink:0}@media screen and (min-width: 1462px){.gym-start-widget-card__icon{width:80px;height:80px}}.gym-start-widget-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}@media screen and (min-width: 1462px){.gym-start-widget-card__content{flex-direction:row;gap:30px}}.gym-start-widget-card__header{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.gym-start-widget-card__header{gap:20px}}.gym-start-widget-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.gym-start-widget-card__title{font-size:20px}}@media screen and (min-width: 1462px){.gym-start-widget-card__title{font-size:24px}}.gym-start-widget-card__title{margin:0}.gym-start-widget-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.gym-start-widget-card__description{font-size:16px}}.gym-start-widget-card__description p:first-child{margin-top:0}.gym-start-widget-card__description p:last-child{margin-bottom:0}@media screen and (min-width: 1462px){.gym-start-widget-card__button{flex-shrink:0}}.gym-functional-widget{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem)}@media screen and (min-width: 762px){.gym-functional-widget{flex-direction:row}}.gym-functional-widget__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.gym-functional-widget__list{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}@media screen and (min-width: 762px){.gym-functional-widget__list{width:48%;flex-shrink:0}}.gym-functional-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.gym-functional-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.gym-functional-widget__title{font-size:52px}}.gym-functional-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.gym-functional-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.gym-functional-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.gym-functional-widget__description{font-size:24px}}.gym-functional-widget__description p:first-child{margin-top:0}.gym-functional-widget__description p:last-child{margin-bottom:0}@media screen and (min-width: 762px){.gym-functional-widget__button{margin-top:auto}}.gym-functional-widget-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.gym-functional-widget-card{border-radius:var(--border-radius-xl)}}.gym-functional-widget-card{display:flex;align-items:flex-start;gap:20px;padding:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);background-color:var(--color-white)}.gym-functional-widget-card__icon{display:block;width:60px;height:60px;flex-shrink:0}@media screen and (min-width: 1462px){.gym-functional-widget-card__icon{width:80px;height:80px}}.gym-functional-widget-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}@media screen and (min-width: 1462px){.gym-functional-widget-card__content{flex-direction:row;gap:30px}}.gym-functional-widget-card__header{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1462px){.gym-functional-widget-card__header{gap:20px}}.gym-functional-widget-card__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.gym-functional-widget-card__title{font-size:20px}}@media screen and (min-width: 1462px){.gym-functional-widget-card__title{font-size:24px}}.gym-functional-widget-card__title{margin:0}.gym-functional-widget-card__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.gym-functional-widget-card__description{font-size:16px}}.gym-functional-widget-card__description p:first-child{margin-top:0}.gym-functional-widget-card__description p:last-child{margin-bottom:0}@media screen and (min-width: 1462px){.gym-functional-widget-card__button{flex-shrink:0}}.pages{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width: 992px){.pages section{width:46%}}.pages ul{padding:0;margin:0}.pages ul li{font-size:18px;list-style-type:none;padding:10px 0;border-top:1px solid var(--color-gray)}@media screen and (min-width: 992px){.pages ul li{font-size:20px}}@media screen and (min-width: 1462px){.pages ul li{font-size:22px}}.pages ul li a{text-decoration:none;display:flex;align-items:center;gap:10px;padding:10px 0}@media screen and (min-width: 1462px){.pages ul li a{padding:20px 0}}.pages ul li a:hover{color:var(--color-lilac)}.pages ul li a:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.mobileapp-description-widget{--vertical-offset: clamp(3.75rem, 1.2142857143rem + 5.7142857143vw, 6.25rem);display:flex;flex-direction:column;align-items:center;gap:20px;padding-block:var(--vertical-offset);position:relative;z-index:1}@media screen and (min-width: 762px){.mobileapp-description-widget{flex-direction:row;align-items:flex-end}}.mobileapp-description-widget:before{content:"";width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.mobileapp-description-widget__main{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (min-width: 762px){.mobileapp-description-widget__main{flex-grow:1}}@media screen and (min-width: 992px){.mobileapp-description-widget__main{gap:40px}}.mobileapp-description-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.mobileapp-description-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.mobileapp-description-widget__title{font-size:52px}}.mobileapp-description-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.mobileapp-description-widget__features ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.mobileapp-description-widget__features ul li{list-style-type:none}@media screen and (min-width: 1462px){.mobileapp-description-widget__features ul{gap:20px}}.mobileapp-description-widget__features ul li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.mobileapp-description-widget__features ul li{font-size:16px}}@media screen and (min-width: 1462px){.mobileapp-description-widget__features ul li{font-size:18px}}.mobileapp-description-widget__features ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.mobileapp-description-widget__features ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.mobileapp-description-widget__banner{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.mobileapp-description-widget__banner{border-radius:var(--border-radius-xl)}}.mobileapp-description-widget__banner{text-decoration:none;display:block;overflow:hidden;margin-bottom:calc(0px - var(--vertical-offset))}@media screen and (min-width: 762px){.mobileapp-description-widget__banner{flex-shrink:0}}.mobileapp-description-widget__banner img{object-fit:cover;display:block;height:290px}@media screen and (min-width: 762px){.mobileapp-description-widget__banner img{height:auto;width:350px}}@media screen and (min-width: 992px){.mobileapp-description-widget__banner img{width:460px}}@media screen and (min-width: 1462px){.mobileapp-description-widget__banner img{width:690px}}.main-slider{--group-width: 53%;--group-width-short: 46%;--outline: clamp(.625rem, -.0089285714rem + 1.4285714286vw, 1.25rem);--picture-width: 64%;--button-mobile-shift: 50px}.main-slider .swiper{overflow:visible}.main-slider .swiper-slide{transition:opacity .4s ease}.main-slider .swiper-slide:nth-child(2){opacity:0}.main-slider .swiper-slide-next{opacity:0!important}.main-slider .swiper-initialized .swiper-slide:nth-child(2){opacity:1}.main-slider .swiper-pagination{display:flex;justify-content:center;gap:10px;margin-top:20px}@media screen and (min-width: 992px){.main-slider .swiper-pagination{margin-top:30px}}.main-slider .swiper-pagination-bullet{display:block;width:12px;height:12px;border:1px solid var(--color-gray);border-radius:100px;background-color:transparent}.main-slider .swiper-pagination-bullet-active{border-color:var(--color-lilac);background-color:var(--color-lilac)}@media screen and (min-width: 762px){.main-slider-slide{display:flex;justify-content:flex-end;align-items:center;position:relative}}.main-slider-slide__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-slider-slide__picture{border-radius:var(--border-radius-xl)}}.main-slider-slide__picture{aspect-ratio:186/130;overflow:hidden;position:relative}@media screen and (min-width: 762px){.main-slider-slide__picture{width:var(--picture-width);flex-shrink:0}}.main-slider-slide__picture img{object-fit:cover;display:block;width:100%;height:100%}.main-slider-slide__content{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 762px){.main-slider-slide__content{width:100%;transform:translateY(-50%);position:absolute;left:0;top:50%;z-index:2}}.main-slider-slide__header{width:100%;max-width:90%;position:relative}@media screen and (min-width: 762px){.main-slider-slide__header{gap:0;max-width:none}}.main-slider-slide__header:before,.main-slider-slide__header:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.main-slider-slide__header:before,.main-slider-slide__header:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.main-slider-slide__header:before,.main-slider-slide__header:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.main-slider-slide__header:before,.main-slider-slide__header:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.main-slider-slide__header:before,.main-slider-slide__header:after{background-color:var(--color-white);position:absolute;left:calc(100% - var(--picture-width));display:none}@media screen and (min-width: 762px){.main-slider-slide__header:before,.main-slider-slide__header:after{display:block}}.main-slider-slide__header:before{transform:rotate(90deg);bottom:100%}.main-slider-slide__header:after{transform:rotate(180deg);top:100%}.main-slider-slide__title{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-slider-slide__title{border-radius:var(--border-radius-xl)}}.main-slider-slide__title{font-style:italic;font-weight:900;font-size:32px;line-height:1}@media screen and (min-width: 992px){.main-slider-slide__title{font-size:46px}}@media screen and (min-width: 1462px){.main-slider-slide__title{font-size:70px}}.main-slider-slide__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}@media screen and (min-width: 762px){.main-slider-slide__title{box-sizing:border-box;width:var(--group-width);padding-right:var(--outline);padding-top:var(--outline);background-color:var(--color-white);box-shadow:0 -.5px 0 var(--color-white),0 .5px 0 var(--color-white);position:relative}}.main-slider-slide__subtitle{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-slider-slide__subtitle{border-radius:var(--border-radius-xl)}}.main-slider-slide__subtitle{font-style:normal;font-weight:500;font-size:20px;line-height:1.2}@media screen and (min-width: 762px){.main-slider-slide__subtitle{font-size:22px}}@media screen and (min-width: 992px){.main-slider-slide__subtitle{font-size:24px}}@media screen and (min-width: 1462px){.main-slider-slide__subtitle{font-size:30px}}.main-slider-slide__subtitle{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;padding-top:10px}@media screen and (min-width: 762px){.main-slider-slide__subtitle{box-sizing:border-box;width:var(--group-width-short);padding-right:var(--outline);padding-bottom:var(--outline);padding-top:20px;background-color:var(--color-white);box-shadow:0 -.5px 0 var(--color-white),0 .5px 0 var(--color-white);border-top-right-radius:0!important;position:relative}}@media screen and (min-width: 1462px){.main-slider-slide__subtitle{padding-top:30px}}.main-slider-slide__subtitle:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.main-slider-slide__subtitle:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.main-slider-slide__subtitle:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.main-slider-slide__subtitle:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.main-slider-slide__subtitle:after{background-color:var(--color-white);transform:rotate(180deg);position:absolute;left:100%;top:0;display:none}@media screen and (min-width: 762px){.main-slider-slide__subtitle:after{display:block}}.main-slider-slide__buttons{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.main-slider-slide__buttons{border-radius:var(--border-radius-xl)}}.main-slider-slide__buttons{padding-right:20px;padding-block:20px;border-bottom-left-radius:0!important;background-color:var(--color-white);position:relative;z-index:1;margin-bottom:calc(0px - var(--button-mobile-shift))}@media screen and (min-width: 762px){.main-slider-slide__buttons{padding:0;margin-top:20px;margin-bottom:0}}@media screen and (min-width: 1462px){.main-slider-slide__buttons{margin-top:30px}}.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{background-color:var(--color-white);position:absolute}@media screen and (min-width: 762px){.main-slider-slide__buttons:before,.main-slider-slide__buttons:after{display:none}}.main-slider-slide__buttons:before{transform:rotate(180deg);left:0;top:100%}.main-slider-slide__buttons:after{transform:rotate(180deg);left:100%;top:calc(100% - var(--button-mobile-shift))}.third-banner{--countdown-color: var(--color-white);--countdown-bg: var(--color-blue);--padding: clamp(1.875rem, -.0267857143rem + 4.2857142857vw, 3.75rem);position:relative}.third-banner_light{--countdown-color: var(--color-black);--countdown-bg: var(--color-white)}.third-banner__wrapper{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.third-banner__wrapper{border-radius:var(--border-radius-xl)}}.third-banner__wrapper{display:flex;flex-direction:column;gap:32px;padding:var(--padding);background-image:url(/local/templates/newgyms/assets/./images/third-banner-bg.png);background-size:100% 100%}@media screen and (min-width: 762px){.third-banner__wrapper{flex-direction:row;justify-content:space-between}}.third-banner__person{object-fit:contain;display:block;height:270px;position:absolute;top:-20px;right:0}@media screen and (min-width: 762px){.third-banner__person{height:440px;transform:translate(-50%);top:auto;left:46%;right:auto;bottom:0}}@media screen and (min-width: 992px){.third-banner__person{height:470px}}@media screen and (min-width: 1462px){.third-banner__person{height:540px}}.third-banner__content{display:flex;flex-direction:column;gap:20px;position:relative}@media screen and (min-width: 762px){.third-banner__content{justify-content:space-between;max-width:320px}}@media screen and (min-width: 992px){.third-banner__content{max-width:360px}}@media screen and (min-width: 1462px){.third-banner__content{max-width:540px}}.third-banner__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.third-banner__title{font-size:36px}}@media screen and (min-width: 1462px){.third-banner__title{font-size:52px}}.third-banner__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-white);margin:0;padding-right:65px}.third-banner__unlim{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.third-banner__unlim{font-size:20px}}@media screen and (min-width: 1462px){.third-banner__unlim{font-size:24px}}.third-banner__unlim{color:var(--color-white)}.third-banner__unlim span{display:block}.third-banner__unlim strong{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.third-banner__unlim strong{font-size:26px}}@media screen and (min-width: 1462px){.third-banner__unlim strong{font-size:44px}}.third-banner__unlim strong{color:var(--color-yellow);display:block}.third-banner-counter{display:flex;flex-direction:column;gap:clamp(1.875rem,1.3245412844rem + 2.752293578vw,3.75rem);position:relative}@media screen and (min-width: 762px){.third-banner-counter{align-items:flex-end;max-width:300px}}@media screen and (min-width: 992px){.third-banner-counter{max-width:380px}}@media screen and (min-width: 1462px){.third-banner-counter{max-width:480px}}.third-banner-counter__footer{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.third-banner-counter__footer{align-items:flex-end;padding-left:10%;order:-1}}.third-banner-counter__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.third-banner-counter__title{font-size:26px}}@media screen and (min-width: 1462px){.third-banner-counter__title{font-size:44px}}.third-banner-counter__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-white)}@media screen and (min-width: 762px){.third-banner-counter__title{text-align:right}}.third-banner-counter__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.third-banner-counter__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.third-banner-counter__subtitle{font-size:24px}}.third-banner-counter__subtitle{color:var(--color-white)}@media screen and (min-width: 762px){.third-banner-counter__subtitle{text-align:right}}.third-banner-counter__buttons{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 532px){.third-banner-counter__buttons{flex-direction:row;align-items:center}}@media screen and (min-width: 1462px){.third-banner-counter__buttons{gap:20px}}.third-banner-countdown{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.third-banner-countdown{border-radius:var(--border-radius-xl)}}.third-banner-countdown{display:flex;flex-direction:column;gap:3px;padding:15px 30px;background-color:var(--countdown-bg);position:relative;border-top-right-radius:0!important;border-bottom-right-radius:0!important;margin-right:calc(0px - var(--padding))}@media screen and (min-width: 992px){.third-banner-countdown{flex-direction:row;align-items:center;gap:14px;padding:25px}}@media screen and (min-width: 1462px){.third-banner-countdown{gap:34px;padding:30px}}.third-banner-countdown:before,.third-banner-countdown:after{content:"";width:12px;height:12px;-webkit-mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);mask-image:url(/local/templates/newgyms/assets/../assets/images/icons/corner.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px}@media screen and (min-width: 762px){.third-banner-countdown:before,.third-banner-countdown:after{width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px}}@media screen and (min-width: 992px){.third-banner-countdown:before,.third-banner-countdown:after{width:20px;height:20px;-webkit-mask-size:20px 20px;mask-size:20px 20px}}@media screen and (min-width: 1462px){.third-banner-countdown:before,.third-banner-countdown:after{width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px}}.third-banner-countdown:before,.third-banner-countdown:after{background-color:var(--countdown-bg);position:absolute;right:0}.third-banner-countdown:before{bottom:100%}.third-banner-countdown:after{transform:rotate(-90deg);top:100%}.third-banner-countdown__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.third-banner-countdown__title{font-size:16px}}.third-banner-countdown__title{color:var(--countdown-color)}.third-banner-countdown__digits{display:flex;align-items:center;gap:10px}.third-banner-countdown__digit{font-size:10px;line-height:1;text-align:center;color:var(--color-gray);width:50px;height:56px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;background-color:var(--color-white);box-shadow:0 4px 10px #0000001a;flex-shrink:0}@media screen and (min-width: 1462px){.third-banner-countdown__digit{font-size:12px;width:59px;height:70px}}.third-banner-countdown__digit strong{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.third-banner-countdown__digit strong{font-size:20px}}@media screen and (min-width: 1462px){.third-banner-countdown__digit strong{font-size:24px}}.third-banner-countdown__digit strong{color:var(--color-black);display:block}.third-banner-countdown__digit span{display:block}.membership-checkout__body{display:flex;flex-direction:column;gap:60px;padding-block:60px;margin-top:20px;position:relative;z-index:1}@media screen and (min-width: 992px){.membership-checkout__body{flex-direction:row;align-items:flex-start;gap:100px;padding-block:80px;margin-top:30px}}@media screen and (min-width: 1462px){.membership-checkout__body{gap:150px;padding-block:100px;margin-top:40px}}.membership-checkout__body:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.membership-checkout__main{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 992px){.membership-checkout__main{gap:40px;flex-grow:1}}@media screen and (min-width: 1462px){.membership-checkout__main{gap:60px}}.membership-checkout__sidebar{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.membership-checkout__sidebar{width:32%;flex-shrink:0}}.membership-checkout__tile{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.membership-checkout__tile{border-radius:var(--border-radius-xl)}}.membership-checkout__tile{padding:20px;background-color:var(--color-border)}@media screen and (min-width: 1462px){.membership-checkout__tile{padding:30px}}.membership-checkout-section{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.membership-checkout-section{gap:20px}}.membership-checkout-section__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-section__title{font-size:26px}}@media screen and (min-width: 1462px){.membership-checkout-section__title{font-size:44px}}.membership-checkout-section__title{margin:0}.membership-checkout-profile{display:grid;gap:10px}@media screen and (min-width: 762px){.membership-checkout-profile{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.membership-checkout-profile{gap:20px}}.membership-checkout-clubs{display:grid;gap:10px}@media screen and (min-width: 762px){.membership-checkout-clubs{grid-template-columns:repeat(2,1fr)}}.membership-checkout-clubs__item{padding:0;border:none;background-color:transparent;cursor:pointer;transition:all var(--transition-duration) ease-in-out}.membership-checkout-clubs__item{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.membership-checkout-clubs__item{border-radius:var(--border-radius-xl)}}.membership-checkout-clubs__item{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-clubs__item{font-size:20px}}@media screen and (min-width: 1462px){.membership-checkout-clubs__item{font-size:24px}}.membership-checkout-clubs__item{text-align:left;display:flex;justify-content:space-between;align-items:center;padding:12px 12px 12px 30px;background-color:var(--color-white)}.membership-checkout-clubs__item:hover{box-shadow:0 5px 30px #0000001a}.membership-checkout-clubs__item.active{color:var(--color-white);background-color:var(--color-blue)}.membership-checkout-clubs__item:after{transition:all var(--transition-duration) ease-in-out;content:"";display:block;width:60px;height:60px;background-image:url(/local/templates/newgyms/assets/../assets/images/club-button-bg.png);background-size:100% 100%;filter:grayscale(1);opacity:.1;flex-shrink:0}.membership-checkout-clubs__item.active:after{filter:grayscale(0);opacity:1}.membership-checkout-tariffs{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.membership-checkout-tariffs{gap:20px}}.membership-checkout-tariff{padding:0;border:none;background-color:transparent;cursor:pointer;transition:all var(--transition-duration) ease-in-out}.membership-checkout-tariff{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.membership-checkout-tariff{border-radius:var(--border-radius-xl)}}.membership-checkout-tariff{text-align:left;padding:20px 30px;background-color:var(--color-white)}.membership-checkout-tariff:hover{box-shadow:0 5px 30px #0000001a}.membership-checkout-tariff.active{color:var(--color-white);background-color:var(--color-blue)}.membership-checkout-tariff__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-tariff__title{font-size:20px}}@media screen and (min-width: 1462px){.membership-checkout-tariff__title{font-size:24px}}.membership-checkout-tariff__title strong{font-weight:inherit;color:var(--color-lilac)}.membership-checkout-tariff__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-checkout-tariff__description{font-size:16px}}.membership-checkout-tariff__description{margin-top:10px}.membership-checkout-promocode__body{display:flex;gap:10px}.membership-checkout-promocode__body .input{flex-grow:1}.membership-checkout-promocode__body .button{flex-shrink:0}.membership-checkout-promocode__footer{margin-top:5px}.membership-checkout-promocode__success-message{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.membership-checkout-promocode__success-message{font-size:14px}}.membership-checkout-promocode__success-message{color:var(--color-lilac);padding-inline:18px;display:none}@media screen and (min-width: 1462px){.membership-checkout-promocode__success-message{padding-inline:22px}}.membership-checkout-promocode.success .membership-checkout-promocode__success-message{display:block}.membership-checkout-promocode__error-message{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.membership-checkout-promocode__error-message{font-size:14px}}.membership-checkout-promocode__error-message{color:var(--color-red);padding-inline:18px;display:none}@media screen and (min-width: 1462px){.membership-checkout-promocode__error-message{padding-inline:22px}}.membership-checkout-promocode.error .membership-checkout-promocode__error-message{display:block}.membership-checkout-summary__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-summary__title{font-size:26px}}@media screen and (min-width: 1462px){.membership-checkout-summary__title{font-size:44px}}.membership-checkout-summary__title{margin:0}.membership-checkout-summary__body{margin-top:20px}.membership-checkout-summary-item{display:flex;flex-direction:column;gap:5px}.membership-checkout-summary-item:not(:first-child){margin-top:40px;position:relative}.membership-checkout-summary-item:not(:first-child):before{content:"";display:block;width:100%;height:1px;background-color:var(--color-gray);position:absolute;left:0;top:-20px}.membership-checkout-summary-item__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-checkout-summary-item__title{font-size:16px}}.membership-checkout-summary-item__value{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-summary-item__value{font-size:20px}}@media screen and (min-width: 1462px){.membership-checkout-summary-item__value{font-size:24px}}.membership-checkout-price__note{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.membership-checkout-price__note{font-size:14px}}.membership-checkout-price__note{display:flex;gap:5px;margin-bottom:40px;position:relative}.membership-checkout-price__note[hidden]{display:none}.membership-checkout-price__note:before{content:"*";display:inline;color:var(--color-red)}.membership-checkout-price__note:after{content:"";display:block;width:100%;height:1px;background-color:var(--color-gray);position:absolute;left:0;bottom:-20px}.membership-checkout-price__body{display:flex;justify-content:space-between;gap:16px}.membership-checkout-price-item{display:flex;flex-direction:column;gap:10px}.membership-checkout-price-item[hidden]{display:none}.membership-checkout-price-item__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.membership-checkout-price-item__title{font-size:16px}}.membership-checkout-price-item__value{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.membership-checkout-price-item__value{font-size:26px}}@media screen and (min-width: 1462px){.membership-checkout-price-item__value{font-size:44px}}.membership-checkout-price-item.deprecated .membership-checkout-price-item__value{text-decoration:line-through;color:var(--color-gray)}.membership-checkout-controls__consent{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.membership-checkout-controls__consent{font-size:14px}}.membership-checkout-controls__consent{display:flex;align-items:center;gap:10px}.membership-checkout-controls__consent a{text-decoration:none;color:var(--color-red)}.membership-checkout-controls__consent a:hover{text-decoration:underline}.membership-checkout-controls__button{width:100%;margin-top:20px}.mobileapp-features-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.mobileapp-features-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.mobileapp-features-widget__title{font-size:52px}}.mobileapp-features-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.mobileapp-features-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.mobileapp-features-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.mobileapp-features-widget__body{gap:20px}}@media screen and (min-width: 1462px){.mobileapp-features-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.partners__list{margin-top:30px}@media screen and (min-width: 992px){.partners__list{margin-top:40px}}@keyframes payment-status-spin{to{transform:rotate(360deg)}}.payment-status__body{display:flex;justify-content:center;padding-block:60px;margin-top:20px;position:relative;z-index:1}@media screen and (min-width: 992px){.payment-status__body{padding-block:80px;margin-top:30px}}@media screen and (min-width: 1462px){.payment-status__body{padding-block:100px;margin-top:40px}}.payment-status__body:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.payment-status__card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.payment-status__card{border-radius:var(--border-radius-xl)}}.payment-status__card{width:100%;max-width:600px;padding:30px 20px;background-color:var(--color-white)}@media screen and (min-width: 762px){.payment-status__card{padding:40px}}@media screen and (min-width: 1462px){.payment-status__card{padding:50px 60px}}.payment-status__purchase{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid var(--color-border)}.payment-status__purchase[hidden]{display:none}.payment-status__purchase-label{font-style:normal;font-weight:500;font-size:12px;line-height:1.2}@media screen and (min-width: 1462px){.payment-status__purchase-label{font-size:14px}}.payment-status__purchase-label{color:var(--color-gray);margin-bottom:8px}.payment-status__purchase-name{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.payment-status__purchase-name{font-size:26px}}@media screen and (min-width: 1462px){.payment-status__purchase-name{font-size:44px}}.payment-status__purchase-name{margin:0}.payment-status__purchase-club{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.payment-status__purchase-club{font-size:16px}}.payment-status__purchase-club{margin-top:6px}.payment-status__result{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding-block:10px}.payment-status__loader{display:flex;flex-direction:column;align-items:center;gap:16px;padding-block:20px}.payment-status__loader[hidden]{display:none}.payment-status__loader-text{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.payment-status__loader-text{font-size:16px}}.payment-status__loader-text{color:var(--color-gray)}.payment-status__spinner{display:block;width:52px;height:52px;border:4px solid var(--color-border);border-top-color:var(--color-lilac);border-radius:50%;animation:payment-status-spin .85s linear infinite;flex-shrink:0}.payment-status__spinner_yellow{border-top-color:var(--color-yellow)}.payment-status__state{display:flex;flex-direction:column;align-items:center;gap:12px;padding-block:10px}.payment-status__state[hidden]{display:none}.payment-status__state-badge{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;flex-shrink:0}.payment-status__state-badge:before{font-size:28px;font-weight:700;line-height:1;color:var(--color-white)}.payment-status__state-badge_paid{background-color:var(--color-lilac)}.payment-status__state-badge_paid:before{content:"✓"}.payment-status__state-badge_declined{background-color:var(--color-red)}.payment-status__state-badge_declined:before{content:"✕"}.payment-status__state-badge_unknown{background-color:var(--color-gray)}.payment-status__state-badge_unknown:before{content:"?";font-size:32px}.payment-status__state-title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.payment-status__state-title{font-size:26px}}@media screen and (min-width: 1462px){.payment-status__state-title{font-size:44px}}.payment-status__state-title{margin:0}.payment-status__state-text{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.payment-status__state-text{font-size:16px}}.payment-status__state-text{max-width:380px}.payment-status__state-action{margin-top:8px}.payment-status__state_paid .payment-status__state-title{color:var(--color-lilac)}.payment-status__state_declined .payment-status__state-title{color:var(--color-red)}.gift-certificate-card{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.gift-certificate-card{border-radius:var(--border-radius-xl)}}.gift-certificate-card{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:clamp(1.25rem,.5160550459rem + 3.6697247706vw,3.75rem);background-image:url(/local/templates/newgyms/assets/./images/gift-certificate-bg-1.png);background-size:100% 100%;position:relative}.gift-certificate-card:nth-child(2n){background-image:url(/local/templates/newgyms/assets/./images/gift-certificate-bg-2.png)}.gift-certificate-card__picture{object-fit:contain;display:block;height:98%;position:absolute;right:0;bottom:0}.gift-certificate-card__header{display:flex;flex-direction:column;gap:10px;max-width:60%}.gift-certificate-card__title{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.gift-certificate-card__title{font-size:20px}}@media screen and (min-width: 1462px){.gift-certificate-card__title{font-size:24px}}.gift-certificate-card__title{color:var(--color-white);margin:0}.gift-certificate-card__price{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.gift-certificate-card__price{font-size:36px}}@media screen and (min-width: 1462px){.gift-certificate-card__price{font-size:52px}}.gift-certificate-card__price{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-white)}.gift-certificate-card__button{margin-top:auto}.gift-certificates-widget{--picture-height: 220px;--picture-height-xl: 330px}.gift-certificates-widget .list-widget__nav{top:calc(var(--picture-height) / 2)}@media screen and (min-width: 1462px){.gift-certificates-widget .list-widget__nav{top:calc(var(--picture-height-xl) / 2)}}.priority-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.priority-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.priority-advantages-widget__title{font-size:52px}}.priority-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.priority-advantages-widget__list{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media screen and (min-width: 762px){.priority-advantages-widget__list{flex-direction:row}}@media screen and (min-width: 992px){.priority-advantages-widget__list{gap:20px;margin-top:30px}}@media screen and (min-width: 1462px){.priority-advantages-widget__list{gap:30px;margin-top:40px}}.priority-advantages-widget__list>*{flex-basis:50%}.program-details{display:flex;flex-direction:column;gap:30px;padding-top:30px}@media screen and (min-width: 762px){.program-details{flex-direction:row;align-items:flex-start;gap:10px}}@media screen and (min-width: 992px){.program-details{gap:20px}}@media screen and (min-width: 1462px){.program-details{gap:30px}}.program-details__main{display:flex;flex-direction:column;gap:clamp(1.875rem,.6071428571rem + 2.8571428571vw,3.125rem)}@media screen and (min-width: 762px){.program-details__main{flex-grow:1}}.program-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.program-details__text{font-size:20px}}@media screen and (min-width: 1462px){.program-details__text{font-size:24px}}.program-details__text p:first-child{margin-top:0}.program-details__text p:last-child{margin-bottom:0}.program-details-advantages{display:flex;flex-direction:column;gap:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.program-details-advantages__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.program-details-advantages__title{font-size:36px}}@media screen and (min-width: 1462px){.program-details-advantages__title{font-size:52px}}.program-details-advantages__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.program-details-advantages__body{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.program-details-advantages__body{flex-direction:row;gap:20px}}@media screen and (min-width: 992px){.program-details-advantages__body>*{flex-basis:33.3333%}}@media screen and (min-width: 992px){.program-details-advantages .card{flex-direction:column;align-items:flex-start}}.program-details-sidebar{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.program-details-sidebar{border-radius:var(--border-radius-xl)}}.program-details-sidebar{display:flex;flex-direction:column;gap:clamp(1.25rem,0rem + 2.1276595745vw,1.875rem);box-sizing:border-box;padding:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem);border:1px solid var(--color-border);background-color:var(--color-white);flex-shrink:0}@media screen and (min-width: 762px){.program-details-sidebar{width:24%}}.program-details-sidebar__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.program-details-sidebar__title{font-size:20px}}@media screen and (min-width: 1462px){.program-details-sidebar__title{font-size:24px}}.program-details-sidebar__title{color:var(--color-lilac)}.program-details-sidebar__body{display:flex;flex-direction:column;gap:clamp(.625rem,-.625rem + 2.1276595745vw,1.25rem)}.program-details-sidebar-item{display:flex;flex-direction:column;gap:clamp(.3125rem,-.3125rem + 1.0638297872vw,.625rem)}.program-details-sidebar-item__title{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.program-details-sidebar-item__title{font-size:16px}}.program-details-sidebar-item__value{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.program-details-sidebar-item__value{font-size:16px}}@media screen and (min-width: 1462px){.program-details-sidebar-item__value{font-size:18px}}.programs-schedule__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.programs-schedule__title{font-size:36px}}@media screen and (min-width: 1462px){.programs-schedule__title{font-size:52px}}.programs-schedule__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.programs-schedule__body{display:grid;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.programs-schedule__body{grid-template-columns:repeat(3,1fr)}}.programs-schedule .card{display:none}.programs-schedule .card.active{display:flex}.programs-schedule-filter{margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.programs-schedule-filter__club{padding:0;border:none;background-color:transparent;cursor:pointer;transition:all var(--transition-duration) ease-in-out;font-style:normal;font-weight:700;font-size:14px;line-height:1}@media screen and (min-width: 1462px){.programs-schedule-filter__club{font-size:16px}}.programs-schedule-filter__club{white-space:nowrap;padding:12px 20px;border-radius:100px;background-color:var(--color-gray-bg)}.programs-schedule-filter__club:hover,.programs-schedule-filter__club.active{color:var(--color-white);background-color:var(--color-lilac)}.programs-schedule-filter__selects{display:flex;flex-direction:column;gap:10px;padding-top:20px;border-top:1px solid var(--color-border);margin-top:20px}@media screen and (min-width: 762px){.programs-schedule-filter__selects{flex-direction:row}}@media screen and (min-width: 1462px){.programs-schedule-filter__selects{gap:30px}}@media screen and (min-width: 762px){.programs-schedule-filter__selects .selectbox{flex-basis:33.3333%}}.programs-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.programs-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.programs-advantages-widget__title{font-size:52px}}.programs-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.programs-advantages-widget__list{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem);margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.programs-advantages-widget__list{flex-direction:row}}.programs-advantages-widget__list>*{flex-basis:33.3333%}.recreation-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.recreation-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.recreation-advantages-widget__title{font-size:52px}}.recreation-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.recreation-advantages-widget__body{display:grid;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.recreation-advantages-widget__body{grid-template-columns:auto 40%;grid-template-rows:repeat(4,auto)}}@media screen and (min-width: 992px){.recreation-advantages-widget__body{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:20px}}@media screen and (min-width: 1462px){.recreation-advantages-widget__body{gap:30px}}@media screen and (min-width: 762px){.recreation-advantages-widget__body .card:last-child{grid-column:2/3;grid-row:1/5}}@media screen and (min-width: 992px){.recreation-advantages-widget__body .card:last-child{grid-column:3/4;grid-row:1/3}}.recreation-advantages-widget__footer{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:clamp(1.25rem,.8830275229rem + 1.8348623853vw,2.5rem)}@media screen and (min-width: 762px){.recreation-advantages-widget__footer{flex-direction:row;gap:30px}}.recreation-advantages-widget__footer span{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.recreation-advantages-widget__footer span{font-size:16px}}.recreation-advantages-widget__footer span{display:block}.recreation-services{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 992px){.recreation-services{gap:30px}}.recreation-services-item{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.recreation-services-item{flex-direction:row}.recreation-services-item:nth-child(odd){flex-direction:row-reverse}}.recreation-services-item__content{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.recreation-services-item__content{border-radius:var(--border-radius-xl)}}.recreation-services-item__content{padding:clamp(1.875rem,-.0267857143rem + 4.2857142857vw,3.75rem);background-color:var(--color-white)}.recreation-services-item__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.recreation-services-item__title{font-size:26px}}@media screen and (min-width: 1462px){.recreation-services-item__title{font-size:44px}}.recreation-services-item__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.recreation-services-item__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.recreation-services-item__description{font-size:20px}}@media screen and (min-width: 1462px){.recreation-services-item__description{font-size:24px}}.recreation-services-item__description{margin-top:10px}.recreation-services-item__description p:first-child{margin-top:0}.recreation-services-item__description p:last-child{margin-bottom:0}.recreation-services-item__clubs{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px;padding-block:clamp(.9375rem,-.0133928571rem + 2.1428571429vw,1.875rem)}.recreation-services-item__clubs li{list-style-type:none}.recreation-services-item__clubs li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.recreation-services-item__clubs li{font-size:16px}}@media screen and (min-width: 1462px){.recreation-services-item__clubs li{font-size:18px}}.recreation-services-item__clubs li{display:flex;align-items:center;gap:5px}.recreation-services-item__clubs li:before{content:"";width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/branded/placemark.svg);background-size:100% 100%}.recreation-services-item__button{width:fit-content}.recreation-services-item__poster{padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.recreation-services-item__poster{border-radius:var(--border-radius-xl)}}.recreation-services-item__poster{display:block;height:240px;overflow:hidden;position:relative}@media screen and (min-width: 762px){.recreation-services-item__poster{width:230px;height:auto;flex-shrink:0}}@media screen and (min-width: 992px){.recreation-services-item__poster{width:380px}}@media screen and (min-width: 1462px){.recreation-services-item__poster{width:570px}}.recreation-services-item__poster:before{content:"";background-color:var(--color-black);opacity:.6;position:absolute;left:0;right:0;top:0;bottom:0}.recreation-services-item__poster:after{transition:all var(--transition-duration) ease-in-out;content:"";width:60px;height:60px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/play.svg);background-size:100% 100%;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}@media screen and (min-width: 1462px){.recreation-services-item__poster:after{width:100px;height:100px}}.recreation-services-item__poster:hover:after{transform:translate(-50%,-50%) scale(1.1)}.recreation-services-item__poster img{object-fit:cover;display:block;width:100%;height:100%}.reviews-advantages{display:flex;flex-direction:column;gap:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);margin-top:clamp(1.875rem,.6071428571rem + 2.8571428571vw,3.125rem)}.reviews-advantages__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.reviews-advantages__title{font-size:36px}}@media screen and (min-width: 1462px){.reviews-advantages__title{font-size:52px}}.reviews-advantages__title{text-transform:uppercase;margin:0}.reviews-advantages__list{display:grid;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}@media screen and (min-width: 762px){.reviews-advantages__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1462px){.reviews-advantages__list{grid-template-columns:repeat(3,1fr)}}.reviews-advantages-item{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.reviews-advantages-item{border-radius:var(--border-radius-xl)}}.reviews-advantages-item{display:flex;align-items:center;gap:20px;padding:15px;border:1px solid var(--color-border);background-color:var(--color-white)}@media screen and (min-width: 1462px){.reviews-advantages-item{padding:20px}}.reviews-advantages-item__icon{flex-shrink:0;width:36px;height:36px}@media screen and (min-width: 1462px){.reviews-advantages-item__icon{width:40px;height:40px}}.reviews-advantages-item__text{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.reviews-advantages-item__text{font-size:16px}}.reviews-list{padding-inline:40px;margin-top:60px;position:relative}@media screen and (min-width: 762px){.reviews-list{display:grid;gap:20px;padding-inline:0;margin-top:30px}}@media screen and (min-width: 992px){.reviews-list{grid-template-columns:repeat(2,1fr);margin-top:40px}}@media screen and (min-width: 1462px){.reviews-list{gap:30px;margin-top:50px}}@media screen and (min-width: 762px){.reviews-list .swiper{display:contents}}@media screen and (min-width: 762px){.reviews-list .swiper-wrapper{display:contents}}.reviews-list__nav{padding:0;border:none;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--color-gray-bg);position:absolute;top:120px}@media screen and (min-width: 762px){.reviews-list__nav{display:none}}.reviews-list__nav:before{content:"";width:9px;height:14px;background-size:100% 100%}.reviews-list__nav_prev{border-top-left-radius:100px;border-bottom-left-radius:100px;left:0}.reviews-list__nav_prev:before{background-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/prev.svg)}.reviews-list__nav_next{border-top-right-radius:100px;border-bottom-right-radius:100px;right:0}.reviews-list__nav_next:before{background-image:url(/local/templates/newgyms/assets/../assets/images/icons/swiper/next.svg)}.reviews-footer{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:60px;position:relative;z-index:1;margin-top:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}@media screen and (min-width: 762px){.reviews-footer{flex-direction:row-reverse;padding-bottom:60px}}@media screen and (min-width: 992px){.reviews-footer{padding-block:80px}}@media screen and (min-width: 1462px){.reviews-footer{padding-block:100px}}.reviews-footer:before{content:"";width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.reviews-footer__content{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.reviews-footer__content{flex-shrink:0;width:350px}}@media screen and (min-width: 992px){.reviews-footer__content{width:460px}}@media screen and (min-width: 1462px){.reviews-footer__content{width:690px}}.reviews-footer__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.reviews-footer__title{font-size:36px}}@media screen and (min-width: 1462px){.reviews-footer__title{font-size:52px}}.reviews-footer__title{text-transform:uppercase;font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;margin:0}.reviews-footer__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.reviews-footer__description{font-size:16px}}.reviews-footer__description p:first-child{margin-top:0}.reviews-footer__description p:last-child{margin-bottom:0}.reviews-footer__picture{object-fit:contain;object-position:center bottom;display:block;height:290px}@media screen and (min-width: 762px){.reviews-footer__picture{height:320px;max-height:100%;position:absolute;left:0;bottom:0}}@media screen and (min-width: 992px){.reviews-footer__picture{height:420px}}@media screen and (min-width: 1462px){.reviews-footer__picture{height:540px}}.sauna-services-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.sauna-services-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.sauna-services-widget__title{font-size:52px}}.sauna-services-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.sauna-services-widget__list{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media screen and (min-width: 762px){.sauna-services-widget__list{flex-direction:row}}@media screen and (min-width: 992px){.sauna-services-widget__list{gap:20px;margin-top:30px}}@media screen and (min-width: 1462px){.sauna-services-widget__list{gap:30px;margin-top:40px}}.sauna-services-widget__list>*{flex-basis:50%}.sauna-rulles{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:60px;position:relative;z-index:1}@media screen and (min-width: 762px){.sauna-rulles{flex-direction:row;justify-content:flex-end;padding-bottom:60px}}@media screen and (min-width: 992px){.sauna-rulles{padding-block:80px}}@media screen and (min-width: 1462px){.sauna-rulles{padding-block:100px}}.sauna-rulles:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-white);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.sauna-rulles__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (min-width: 762px){.sauna-rulles__content{gap:30px;width:50%}}@media screen and (min-width: 1462px){.sauna-rulles__content{gap:40px}}.sauna-rulles__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.sauna-rulles__title{font-size:36px}}@media screen and (min-width: 1462px){.sauna-rulles__title{font-size:52px}}.sauna-rulles__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.sauna-rulles__description ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sauna-rulles__description ul li{list-style-type:none}.sauna-rulles__description ul li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.sauna-rulles__description ul li{font-size:16px}}@media screen and (min-width: 1462px){.sauna-rulles__description ul li{font-size:18px}}.sauna-rulles__description ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.sauna-rulles__description ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.sauna-rulles__description p:first-child{margin-top:0}.sauna-rulles__description p:last-child{margin-bottom:0}.sauna-rulles__picture{object-fit:contain;object-position:center bottom;display:block;height:290px}@media screen and (min-width: 762px){.sauna-rulles__picture{height:320px;max-height:100%;position:absolute;left:0;bottom:0}}@media screen and (min-width: 992px){.sauna-rulles__picture{height:420px}}@media screen and (min-width: 1462px){.sauna-rulles__picture{height:540px}}.solarium-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.solarium-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.solarium-advantages-widget__title{font-size:52px}}.solarium-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.solarium-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.solarium-advantages-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.solarium-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.solarium-advantages-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.solarium-rulles{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:60px;position:relative;z-index:1}@media screen and (min-width: 762px){.solarium-rulles{flex-direction:row;padding-bottom:60px}}@media screen and (min-width: 992px){.solarium-rulles{padding-block:80px}}@media screen and (min-width: 1462px){.solarium-rulles{padding-block:100px}}.solarium-rulles:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-white);transform:translate(-50%);position:absolute;left:50%;top:0;z-index:-1}.solarium-rulles__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (min-width: 762px){.solarium-rulles__content{gap:30px;width:50%}}@media screen and (min-width: 1462px){.solarium-rulles__content{gap:40px}}.solarium-rulles__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.solarium-rulles__title{font-size:36px}}@media screen and (min-width: 1462px){.solarium-rulles__title{font-size:52px}}.solarium-rulles__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.solarium-rulles__description ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.solarium-rulles__description ul li{list-style-type:none}.solarium-rulles__description ul li{font-style:italic;font-weight:900;font-size:14px;line-height:1}@media screen and (min-width: 992px){.solarium-rulles__description ul li{font-size:16px}}@media screen and (min-width: 1462px){.solarium-rulles__description ul li{font-size:18px}}.solarium-rulles__description ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.solarium-rulles__description ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.solarium-rulles__description p:first-child{margin-top:0}.solarium-rulles__description p:last-child{margin-bottom:0}.solarium-rulles__picture{object-fit:contain;object-position:center bottom;display:block;height:290px}@media screen and (min-width: 762px){.solarium-rulles__picture{height:320px;max-height:100%;position:absolute;right:0;bottom:0}}@media screen and (min-width: 992px){.solarium-rulles__picture{height:420px}}@media screen and (min-width: 1462px){.solarium-rulles__picture{height:540px}}.solarium-services-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.solarium-services-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.solarium-services-widget__title{font-size:52px}}.solarium-services-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-white);margin:0}.solarium-services-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.solarium-services-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.solarium-services-widget__description{font-size:24px}}.solarium-services-widget__description{color:var(--color-white);margin-top:10px}.solarium-services-widget__body{display:flex;flex-direction:column;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.start-advantages-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.start-advantages-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.start-advantages-widget__title{font-size:52px}}.start-advantages-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-white);margin:0}.start-advantages-widget__description{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.start-advantages-widget__description{font-size:20px}}@media screen and (min-width: 1462px){.start-advantages-widget__description{font-size:24px}}.start-advantages-widget__description{color:var(--color-white);margin-top:10px}.start-advantages-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.start-advantages-widget__body{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 992px){.start-advantages-widget__body{gap:20px}}@media screen and (min-width: 1462px){.start-advantages-widget__body{gap:30px}}.start-format-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.start-format-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.start-format-widget__title{font-size:52px}}.start-format-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.start-format-widget__body{display:flex;flex-direction:column;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.start-features-widget{position:relative;z-index:1}.start-features-widget:before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-gray-bg);transform:translate(-50%);position:absolute;top:0;left:50%;z-index:-1}.start-features-widget__content{display:flex;flex-direction:column;gap:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem);padding-block:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}@media screen and (min-width: 762px){.start-features-widget__content{margin-right:240px}}@media screen and (min-width: 992px){.start-features-widget__content{margin-right:320px}}@media screen and (min-width: 1462px){.start-features-widget__content{margin-right:480px}}.start-features-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.start-features-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.start-features-widget__title{font-size:52px}}.start-features-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.start-features-widget__body{display:flex;flex-direction:column;gap:10px}.start-features-widget__footer{display:flex;flex-wrap:wrap;gap:10px}@media screen and (min-width: 1462px){.start-features-widget__footer{gap:20px}}.start-features-widget__picture{object-fit:contain;object-position:right bottom;display:block;aspect-ratio:1/1;height:300px}@media screen and (min-width: 762px){.start-features-widget__picture{height:330px;position:absolute;bottom:0;right:0;z-index:-1}}@media screen and (min-width: 992px){.start-features-widget__picture{height:430px}}@media screen and (min-width: 1462px){.start-features-widget__picture{height:650px}}.start-features-widget-feature{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.start-features-widget-feature{border-radius:var(--border-radius-xl)}}.start-features-widget-feature{display:flex;flex-direction:column;gap:10px;padding:20px;background-color:var(--color-white)}@media screen and (min-width: 992px){.start-features-widget-feature{flex-direction:row;align-items:flex-start;gap:30px;padding:30px}}.start-features-widget-feature__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.start-features-widget-feature__title{font-size:20px}}@media screen and (min-width: 1462px){.start-features-widget-feature__title{font-size:24px}}@media screen and (min-width: 992px){.start-features-widget-feature__title{width:190px;margin:0;flex-shrink:0}}@media screen and (min-width: 1462px){.start-features-widget-feature__title{width:300px}}.start-features-widget-feature__description ul{padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.start-features-widget-feature__description ul li{list-style-type:none}@media screen and (min-width: 992px){.start-features-widget-feature__description ul{gap:10px}}.start-features-widget-feature__description ul li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.start-features-widget-feature__description ul li{font-size:16px}}.start-features-widget-feature__description ul li{list-style-type:none;display:flex;align-items:flex-start;gap:10px}.start-features-widget-feature__description ul li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}.start-features-widget-feature__description p:first-child{margin-top:0}.start-features-widget-feature__description p:last-child{margin-bottom:0}.testdrive-details{display:flex;flex-direction:column;gap:clamp(.625rem,-.6428571429rem + 2.8571428571vw,1.875rem)}.testdrive-details__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.testdrive-details__title{font-size:36px}}@media screen and (min-width: 1462px){.testdrive-details__title{font-size:52px}}.testdrive-details__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;margin:0}.testdrive-details__text{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.testdrive-details__text{font-size:20px}}@media screen and (min-width: 1462px){.testdrive-details__text{font-size:24px}}.testdrive-details__text p:first-child{margin-top:0}.testdrive-details__text p:last-child{margin-bottom:0}.testdrive-features-widget__title{font-style:italic;font-weight:900;font-size:28px;line-height:1}@media screen and (min-width: 992px){.testdrive-features-widget__title{font-size:36px}}@media screen and (min-width: 1462px){.testdrive-features-widget__title{font-size:52px}}.testdrive-features-widget__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;text-transform:uppercase;color:var(--color-white);margin:0}.testdrive-features-widget__subtitle{font-style:normal;font-weight:500;font-size:18px;line-height:1.3}@media screen and (min-width: 992px){.testdrive-features-widget__subtitle{font-size:20px}}@media screen and (min-width: 1462px){.testdrive-features-widget__subtitle{font-size:24px}}.testdrive-features-widget__subtitle{color:var(--color-white);margin-top:10px}.testdrive-features-widget__body{display:grid;grid-template-columns:1fr;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}@media screen and (min-width: 762px){.testdrive-features-widget__body{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.testdrive-features-widget__body{gap:20px}}@media screen and (min-width: 1462px){.testdrive-features-widget__body{grid-template-columns:repeat(4,1fr);gap:30px}}.vacancies{padding-bottom:clamp(3.75rem,1.2142857143rem + 5.7142857143vw,6.25rem)}.vacancies__list{display:flex;flex-direction:column;gap:10px;margin-top:clamp(1.25rem,-.0178571429rem + 2.8571428571vw,2.5rem)}.vacancies-item{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.vacancies-item{border-radius:var(--border-radius-xl)}}.vacancies-item{border:1px solid var(--color-border);background-color:var(--color-white)}.vacancies-item.visible{background-color:var(--color-gray-bg)}.vacancies-item__content{display:flex;flex-direction:column;gap:30px;padding:20px}@media screen and (min-width: 762px){.vacancies-item__content{flex-direction:row;align-items:flex-start;padding:30px}}@media screen and (min-width: 992px){.vacancies-item__content{gap:40px;padding:40px}}@media screen and (min-width: 1462px){.vacancies-item__content{gap:60px;padding:60px}}.vacancies-item__column{flex-grow:1;display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 992px){.vacancies-item__column{gap:40px}}.vacancies-item__info{display:flex;flex-direction:column;gap:20px}.vacancies-item__description{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.vacancies-item__description{font-size:16px}}.vacancies-item__button{align-self:flex-start}.vacancies-item__picture{border-radius:var(--border-radius-l)}@media screen and (min-width: 1462px){.vacancies-item__picture{border-radius:var(--border-radius-xl)}}.vacancies-item__picture{height:240px;overflow:hidden}@media screen and (min-width: 762px){.vacancies-item__picture{width:230px;height:auto;flex-shrink:0}}@media screen and (min-width: 992px){.vacancies-item__picture{width:300px}}@media screen and (min-width: 1462px){.vacancies-item__picture{width:450px}}.vacancies-item__picture img{object-fit:cover;display:block;width:100%;height:100%}.vacancies-item-header{cursor:pointer}.vacancies-item-header__wrapper{display:flex;align-items:center;gap:30px;padding:20px}@media screen and (min-width: 1462px){.vacancies-item-header__wrapper{padding:30px}}.vacancies-item-header__group{flex-grow:1;display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.vacancies-item-header__group{flex-direction:row;justify-content:space-between}}.vacancies-item-header__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.vacancies-item-header__title{font-size:20px}}@media screen and (min-width: 1462px){.vacancies-item-header__title{font-size:24px}}.vacancies-item-header__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off}.vacancies-item-header__salary{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.vacancies-item-header__salary{font-size:20px}}@media screen and (min-width: 1462px){.vacancies-item-header__salary{font-size:24px}}.vacancies-item-header__salary{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-red)}@media screen and (min-width: 762px){.vacancies-item-header__salary{flex-shrink:0}}.vacancies-item-header__icon{flex-shrink:0;stroke:var(--color-black);width:12px;height:12px}.vacancies-item-subheader{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 762px){.vacancies-item-subheader{flex-direction:row;justify-content:space-between}}.vacancies-item-subheader__title{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.vacancies-item-subheader__title{font-size:26px}}@media screen and (min-width: 1462px){.vacancies-item-subheader__title{font-size:44px}}.vacancies-item-subheader__title{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off}.vacancies-item-subheader__salary{font-style:italic;font-weight:900;font-size:24px;line-height:1}@media screen and (min-width: 992px){.vacancies-item-subheader__salary{font-size:26px}}@media screen and (min-width: 1462px){.vacancies-item-subheader__salary{font-size:44px}}.vacancies-item-subheader__salary{font-variant-numeric:ordinal;font-feature-settings:"cpsp" on,"dlig" on,"salt" on,"calt" off;color:var(--color-red)}@media screen and (min-width: 762px){.vacancies-item-subheader__salary{flex-shrink:0}}.vacancies-item-section{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 992px){.vacancies-item-section{gap:20px}}.vacancies-item-section__title{font-style:italic;font-weight:900;font-size:18px;line-height:1}@media screen and (min-width: 992px){.vacancies-item-section__title{font-size:20px}}@media screen and (min-width: 1462px){.vacancies-item-section__title{font-size:24px}}.vacancies-item-section__list{padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.vacancies-item-section__list li{list-style-type:none}@media screen and (min-width: 992px){.vacancies-item-section__list{gap:10px}}.vacancies-item-section__list li{font-style:normal;font-weight:500;font-size:14px;line-height:1.3}@media screen and (min-width: 1462px){.vacancies-item-section__list li{font-size:16px}}.vacancies-item-section__list li{display:flex;align-items:flex-start;gap:10px}.vacancies-item-section__list li:before{content:"";flex-shrink:0;width:20px;height:20px;background-image:url(/local/templates/newgyms/assets/../assets/images/icons/list-item.svg);background-size:100% 100%}

/* End */
/* /local/templates/newgyms/assets/main.css?1777027527340139 */
