.comp-widget{position:fixed;bottom:0;left:50px;width:calc(100% - 108px);height:138px;background:var(--bg-white);border:1px solid var(--border-gray-300);z-index:13;display:flex;box-shadow:0 -30px 40px 12px rgba(0,0,0,.05)}.comp-widget__group{width:100%;padding:13px 9px;height:100%}.comp-widget__action{width:130px;height:100%;display:flex;flex-direction:column}.comp-widget__button{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:10px;background:var(--bg-black);color:var(--text-white);font-size:12px;font-family:var(--text-bold);cursor:pointer}.comp-widget__button .icon svg{width:18px;color:var(--text-white)}.comp-widget__button:first-child{border-bottom:1px solid hsla(0,0%,91%,.188)}.comp-widget__group{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr)}.comp-widget__mob{position:fixed;white-space:nowrap;bottom:0;left:50%;display:flex;justify-content:center;align-items:center;transform:translate(-50%);background:#2d5750;font-size:16px;font-family:var(--text-reg);color:var(--text-white);gap:18px;padding:0 20px;height:54px;z-index:11;text-transform:uppercase;font-feature-settings:"case" on}.comp-widget__mob .icon svg{width:18px;color:var(--text-white)}@media(max-width:1340px){.comp-widget{left:20px;width:calc(100% - 48px)}}.compw-card{width:100%;height:100%;position:relative}.compw-card__outer{background:var(--bg-gray-300);padding:1px}.compw-card__inner,.compw-card__outer{width:100%;height:100%;-webkit-clip-path:polygon(0 0,calc(100% - 33px) 0,calc(100% - 33px) 37px,100% 37px,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 33px) 0,calc(100% - 33px) 37px,100% 37px,100% 100%,0 100%)}.compw-card__inner{background:#efefef;display:flex}.compw-card__image{padding:8px;width:108px;height:100%}.compw-card__image-rel{position:relative;width:100%;height:100%}.compw-card__info{width:100%;flex-direction:column;padding:8px}.compw-card__head,.compw-card__info{display:flex;justify-content:space-between}.compw-card__head{width:calc(100% - 33px)}.compw-card__name{font-size:24px;font-family:var(--text-bold);color:var(--text-black)}.compw-card__floor{font-size:12px;font-family:var(--text-reg);color:var(--text-gray);display:inline}.compw-card__discount{display:flex;justify-content:center;align-items:center;font-size:12px;gap:4px;color:var(--text-green);font-family:var(--text-bold)}.compw-card__discount .icon svg{width:18px;color:var(--text-green)}.compw-card__body{width:100%;display:flex;justify-content:space-between;align-items:center}.compw-card__type{font-size:12px;font-family:var(--text-reg);color:var(--text-black)}.compw-card__type:first-child{margin-bottom:6px}.compw-card__price,.compw-card__span{font-family:var(--text-bold)}.compw-card__price{font-size:24px;color:var(--text-green)}.compw-card__price-discount{font-size:12px;color:var(--text-gray);font-family:var(--text-reg);margin-left:auto;width:-moz-fit-content;width:fit-content;text-decoration:line-through}.compw-card__icons{position:absolute;top:0;right:0;width:33px;height:37px;display:flex;justify-content:center;align-items:center;cursor:pointer}.compw-card__icons .icon svg{width:18px;color:var(--text-grey)}.compw-empty{width:100%;height:100%;position:relative}.compw-empty__outer{background:var(--bg-gray-300);padding:1px}.compw-empty__inner,.compw-empty__outer{width:100%;height:100%;-webkit-clip-path:polygon(0 0,calc(100% - 33px) 0,calc(100% - 33px) 37px,100% 37px,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 33px) 0,calc(100% - 33px) 37px,100% 37px,100% 100%,0 100%)}.compw-empty__inner{background:#efefef;display:flex;justify-content:center;align-items:center}.compw-empty__span{font-size:14px;font-family:var(--text-reg);color:#858585}:root{--text-white:#f2f3f4;--text-dark-grey:#313134;--text-grey:#8e8a8a;--text-gray:#9f9f9f;--text-gray-200:#bdbdbd;--text-white-05:hsla(0,0%,100%,.5);--text-white-04:hsla(0,0%,100%,.4);--text-white-07:hsla(0,0%,100%,.7);--text-black:#000;--text-gray:#858585;--text-black-05:rgba(0,0,0,.5);--text-black-04:rgba(0,0,0,.4);--text-dark-gray:#333;--text-green:#5b827a;--text-yellow:#c2b08a;--text-list-purple:#897eaf;--text-list-green:#a5af7e;--text-list-red:#c48a95;--text-list-yellow:#f1d790;--bg-dark-gray:#333;--bg-light-black:#0f0f0f;--bg-black:#000;--bg-gray-100:#e8e8e8;--bg-gray-200:#bdbdbd;--bg-white:#fff;--bg-gray-300:#d9d9d9;--bg-green-400:#5b827a;--bg-green:#5b827a;--border-gray:#c4c4c4;--border-gray-100:#e2e2e2;--border-dark-gray:#464646;--border-gray-700:#333;--border-gray-400:#c5c5c5;--border-gray-300:#d9d9d9;--border-gray-200:#ebebeb;--border-gray-500:#8e8a8a;--border-black:#000;--border-white:#f2f3f4;scroll-padding:0}*{box-sizing:border-box;padding:0;margin:0;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:400}a{text-decoration:none;color:inherit}body,html{max-width:100vw;height:100%;width:100%;overflow:hidden}.inner-scroll{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto}@media(min-width:950px){.inner-scroll::-webkit-scrollbar{width:8px}.inner-scroll::-webkit-scrollbar-track{background:#2c2c2c}.inner-scroll::-webkit-scrollbar-thumb{background:#6b6b6b;border-radius:10px}.inner-scroll::-webkit-scrollbar-thumb:hover{background:#757575}}.section-p50{padding:0 50px}@media(max-width:1340px){.section-p50{padding:0 20px}}.wrapper{width:100%;max-width:1240px;padding:0 20px;margin:0 auto}@media(max-width:1340px){.wrapper{max-width:940px}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.underline-link{display:inline-block;text-decoration:none;position:relative}.underline-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-2px;left:0;background:currentcolor;transform-origin:bottom right;transition:transform .25s ease-out}.underline-link:hover:after{transform:scaleX(1);transform-origin:bottom left}@font-face{font-family:__bold_d085bf;src:url(/_next/static/media/c542621653bdd782-s.woff) format("woff");font-display:swap}@font-face{font-family:__bold_Fallback_d085bf;src:local("Arial");ascent-override:71.17%;descent-override:21.26%;line-gap-override:0.00%;size-adjust:108.19%}.__className_d085bf{font-family:__bold_d085bf,__bold_Fallback_d085bf}.__variable_d085bf{--text-bold:"__bold_d085bf","__bold_Fallback_d085bf"}@font-face{font-family:__reg_8ec803;src:url(/_next/static/media/265a7d655fd0c533-s.woff) format("woff");font-display:swap}@font-face{font-family:__reg_Fallback_8ec803;src:local("Arial");ascent-override:77.00%;descent-override:23.00%;line-gap-override:0.00%;size-adjust:100.00%}.__className_8ec803{font-family:__reg_8ec803,__reg_Fallback_8ec803}.__variable_8ec803{--text-reg:"__reg_8ec803","__reg_Fallback_8ec803"}@font-face{font-family:__boldKa_57ad51;src:url(/_next/static/media/74aea1729c3dc6bf-s.woff) format("woff");font-display:swap}@font-face{font-family:__boldKa_Fallback_57ad51;src:local("Arial");ascent-override:89.89%;descent-override:21.62%;line-gap-override:0.00%;size-adjust:108.25%}.__className_57ad51{font-family:__boldKa_57ad51,__boldKa_Fallback_57ad51}.__variable_57ad51{--text-bold:"__boldKa_57ad51","__boldKa_Fallback_57ad51"}@font-face{font-family:__regKa_920f0c;src:url(/_next/static/media/358d87051f453122-s.woff) format("woff");font-display:swap}@font-face{font-family:__regKa_Fallback_920f0c;src:local("Arial");ascent-override:95.98%;descent-override:23.08%;line-gap-override:0.00%;size-adjust:101.37%}.__className_920f0c{font-family:__regKa_920f0c,__regKa_Fallback_920f0c}.__variable_920f0c{--text-reg:"__regKa_920f0c","__regKa_Fallback_920f0c"}@font-face{font-family:__georgianReg_e1dacf;src:url(/_next/static/media/358d87051f453122-s.woff) format("woff");font-display:swap}@font-face{font-family:__georgianReg_Fallback_e1dacf;src:local("Arial");ascent-override:95.98%;descent-override:23.08%;line-gap-override:0.00%;size-adjust:101.37%}.__className_e1dacf{font-family:__georgianReg_e1dacf,__georgianReg_Fallback_e1dacf}.__variable_e1dacf{--text-geo-reg:"__georgianReg_e1dacf","__georgianReg_Fallback_e1dacf"}