.c-elevator__buttons{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:space-around;gap:23px}@media(max-width: 991.9px){.c-elevator__buttons{display:grid;grid-template-columns:repeat(auto-fill, minmax(60px, 1fr));gap:10px}}@media(min-width: 782px)and (max-width: 1023.9px){.c-elevator__buttons{gap:15px}}@media(min-width: 1024px){.c-elevator__buttons{gap:clamp(.9375rem,-1.328rem + 3.5398vw,1.4375rem)}}.c-elevator__button-wrapper{background:var(--wp--preset--color--white);padding:10px;margin:0;cursor:pointer;width:86px;height:86px;font-family:var(--wp--preset--font-family--roboto);font-size:40px;line-height:1;font-weight:100;border:1px solid var(--wp--preset--color--custom-grey-light);border-radius:50%;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;will-change:background-color,border-color}@media(max-width: 781.9px){.c-elevator__button-wrapper{width:50px;height:50px;font-size:20px}}@media(min-width: 782px)and (max-width: 1023.9px){.c-elevator__button-wrapper{width:55px;height:55px;font-size:25px}}@media(min-width: 1024px){.c-elevator__button-wrapper{width:clamp(3.4375rem,-5.3413rem + 13.7168vw,5.375rem);height:clamp(3.4375rem,-5.3413rem + 13.7168vw,5.375rem);font-size:clamp(1.5625rem,-2.6853rem + 6.6372vw,2.5rem)}}.c-elevator__button-wrapper.is-active,.c-elevator__button-wrapper:hover{color:var(--wp--preset--color--custom-white);background-color:#4f4f4f}.c-elevator__button-wrapper.is-active .c-elevator__button-number,.c-elevator__button-wrapper:hover .c-elevator__button-number{color:var(--wp--preset--color--custom-white)}.c-elevator__button-number{color:rgba(79,79,79,.6);display:block;transition:color .3s ease-in-out;will-change:color}.c-elevator__floors{margin-block:30px}.c-elevator__floor{background-color:var(--wp--preset--color--custom-white);display:grid;gap:30px;grid-template-rows:1fr 1fr;grid-template-areas:"main" "features"}@media(min-width: 782px){.c-elevator__floor{min-height:515px;grid-template-columns:1fr 1fr;grid-template-areas:"main features";grid-template-rows:1fr}}.c-elevator__floor-title{font-weight:300;margin:0}@media(min-width: 782px){.c-elevator__floor-image{flex:1 0 auto;position:relative}}.c-elevator__floor-image-img{max-width:100%;height:auto}@media(min-width: 782px){.c-elevator__floor-image-img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:cover}}.c-elevator__floor-header{padding-inline:var(--wp--preset--spacing--section-horizontal-padding);padding-block:var(--wp--preset--spacing--section-vertical-padding-small)}.c-elevator__floor-column--main{grid-area:main;background-color:rgba(0,0,0,.7);color:var(--wp--preset--color--custom-white)}@media(min-width: 782px){.c-elevator__floor-column--main{display:flex;flex-direction:column}}.c-elevator__floor-column--features{grid-area:features}.c-elevator__floor-features{display:grid;grid-template-rows:repeat(3, 1fr);gap:19px}.c-elevator__floor-feature{background-color:#efefef;padding:0px 30px;display:flex;align-items:center;gap:40px}.c-elevator__floor-feature-text,.c-elevator__floor-feature-title,.c-elevator__floor-feature-value{color:#4f4f4f}.c-elevator__floor-feature-title{font-weight:700}@media(min-width: 782px){.c-elevator .swiper{height:515px}}.c-elevator__floor-features-list{list-style:none;margin:0;height:100%;background-color:#efefef;padding:24px}@media(min-width: 782px){.c-elevator__floor-features-list{display:flex;flex-direction:column;justify-content:center}}.c-elevator__floor-features-list .c-elevator__floor-feature{padding:0px;gap:20px;align-items:flex-start}.c-elevator__floor-features-list .c-elevator__floor-feature+.c-elevator__floor-feature{margin-top:8px}.c-elevator__floor-features-list .c-elevator__floor-feature-icon{max-width:32px;height:auto}.c-elevator__floor-features-list .c-elevator__floor-feature-icon>svg{width:32px;height:32px}