.stand-options{display:flex;align-items:center;gap:3rem;font-size:2.14rem;font-weight:600;position:relative;margin:2rem 0 1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:768px){.stand-options{font-size:22px;flex-wrap:wrap;justify-content:center;gap:10px 30px;margin:20px 0 10px}}.stand-options .stand-option{position:relative;cursor:pointer}.stand-options .stand-option:after{content:"";position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:2px;background-color:var(--text-accent);transition:width .3s ease}.stand-options .stand-option.active:after,.stand-options .stand-option:hover:after{width:100%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.stand-models{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem 3rem;gap:2.5rem 3rem;margin:1.5rem 0;width:100%;max-width:81rem}@media(max-width:768px){.stand-models{width:100%}}.stand-models[data-active-tab=Empty],.stand-models[data-active-tab=Premium]{grid-template-columns:repeat(3,1fr);width:100%;max-width:112rem}@media(max-width:768px){.stand-models[data-active-tab=Empty],.stand-models[data-active-tab=Premium]{width:100%}}.stand-models[data-active-tab=Empty] .stand-model{grid-column:2}@media(max-width:768px){.stand-models{display:flex;flex-direction:column;gap:20px}}.stand-models .info-text{font-size:2rem;text-align:center;grid-column:span 3;margin:3rem auto 6rem;color:#818182;max-width:80%;display:flex;flex-direction:column;align-items:center}.stand-models .info-text .btn-red{min-width:17.9rem;height:4rem;padding:.5rem 3rem;display:flex;align-items:center;justify-content:center;font-size:1.57rem;font-weight:500;color:#fff;border-radius:.71rem;border:none;outline:none;cursor:pointer;line-height:1;background:linear-gradient(180deg,#D10000,#690000);transition:all .2s ease;margin:3rem auto 2rem}.stand-models .info-text .btn-red:hover{filter:brightness(1.4)}.stand-models .info-text .custom-stand-model{width:50%;height:auto;border-radius:.71rem;overflow:hidden;margin-top:4rem}.stand-models .info-text .custom-stand-model img{max-width:100%;max-height:100%}.stand-model{display:flex;align-items:center;flex-direction:column;font-size:1.78rem;color:#030305;gap:1rem;cursor:pointer;position:relative;text-align:center;animation:fade-in .4s ease-out}@media(max-width:768px){.stand-model{font-size:19px}}.stand-model[data-is-selected=true]{color:#9dc63a;font-weight:600}.stand-model[data-is-selected=true] .stand-model__content:before{opacity:1;background:rgba(157,198,58,.5)}.stand-model[data-is-selected=true] .stand-model__content .btn-red{display:none}.stand-model__img{width:100%;height:auto}.stand-model__content{display:flex;align-items:center;position:relative;border-radius:.71rem;overflow:hidden}.stand-model__content:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:.71rem;background:rgba(0,0,0,.6);z-index:2;transition:.5s;opacity:0}.stand-model__content:hover:before{opacity:1}.stand-model__content:hover .stand-model__hover-btns{opacity:1;transform:translateY(0)}.stand-model__hover-btns{flex-direction:column;gap:1rem;position:absolute;width:100%;height:100%;top:0;left:0;z-index:3;opacity:0;transform:translateY(30px);transition:.5s}.stand-model__hover-btns,.stand-model__hover-btns button{display:flex;align-items:center;justify-content:center;color:#fff}.stand-model__hover-btns button{min-width:17.9rem;height:4rem;padding:.5rem 3rem;font-size:1.57rem;font-weight:500;border-radius:.71rem;border:none;outline:none;cursor:pointer;line-height:1;min-width:16rem;font-size:1.3rem;height:3.5rem}.stand-model__hover-btns .btn-red{background:linear-gradient(180deg,#D10000,#690000);transition:all .2s ease}.stand-model__hover-btns .btn-red:hover{filter:brightness(1.4)}.stand-model__hover-btns .btn-blue{background:linear-gradient(180deg,#306DED,#0533AA);transition:all .2s ease}.stand-model__hover-btns .btn-blue:hover{filter:brightness(1.4)}.stand-model__hover-btns .not-enough-space{font-size:1.4rem;line-height:1.2;max-width:80%}::-webkit-scrollbar{width:9px;border-radius:10px}::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#519ab5;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#03405c}.details-modal{background-color:#fff;border-radius:.71rem;width:95%;height:95%;overflow:auto;padding:2.5rem;display:grid;grid-template-rows:1fr auto;animation:fade-in .3s ease}@media(max-width:768px){.details-modal{width:93%;height:97%;padding:10px 10px 15px}}.details-modal-container{background-color:#707070;position:fixed;width:100%;height:100%;left:0;top:0;right:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;z-index:11}.details-modal__content{width:100%;max-height:100%;overflow:hidden;display:grid;grid-template-columns:minmax(auto,58%) 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:768px){.details-modal__content{display:flex;flex-direction:column;gap:0}}.details-modal__details{width:100%;min-width:39rem;max-width:54rem;padding:2rem 0;max-height:100%;overflow:auto}@media(max-width:768px){.details-modal__details{width:100%;max-width:100%;margin:15px auto;padding:0 10px;min-width:auto}}.details-modal .model-img{width:auto;height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:.71rem;overflow:hidden}@media(max-width:768px){.details-modal .model-img{width:100%;max-width:100%;max-height:100%;flex-shrink:0}}.details-modal .model-name{font-size:3.21rem;font-weight:600}@media(max-width:768px){.details-modal .model-name{font-size:28px}}.details-modal .model-price{font-size:2.14rem;font-weight:600;margin:.7rem 0 0}@media(max-width:768px){.details-modal .model-price{font-size:22px;margin:5px 0 10px}}.details-modal .model-desc{font-size:1.78rem;line-height:2.8rem}@media(max-width:768px){.details-modal .model-desc{font-size:18px}}.details-modal .model-desc ul{font-size:1.78rem;line-height:2.8rem;margin-bottom:2rem;list-style-type:none}@media(max-width:768px){.details-modal .model-desc ul{font-size:18px;line-height:24px;padding:5px 0 10px 30px;margin:5px 0}}.details-modal .model-desc ul li{position:relative}@media(max-width:768px){.details-modal .model-desc ul li{margin-bottom:7px}}.details-modal .model-desc ul li:before{content:"";position:absolute;left:-1.5rem;top:1.25rem;transform:translateY(-50%);width:.4rem;height:.4rem;border:1px solid var(--text-accent);background-color:rgba(0,0,0,0);border-radius:50%}.details-modal .buttons{display:flex;justify-content:flex-end;width:100%;border-top:1px solid #cecece;padding-top:1.5rem;margin-top:1.5rem}@media(max-width:768px){.details-modal .buttons{justify-content:center;flex-wrap:wrap;gap:10px 15px}}.details-modal .buttons button{min-width:17.9rem;padding:.5rem 3rem;display:flex;align-items:center;justify-content:center;font-size:1.57rem;font-weight:500;color:#fff;border-radius:.71rem;border:none;outline:none;cursor:pointer;line-height:1;margin:0 0 0 1rem;height:4rem}@media(max-width:768px){.details-modal .buttons button{flex:1 1;margin:0;min-width:150px}}.details-modal .buttons .btn-red{background:linear-gradient(180deg,#D10000,#690000);transition:all .2s ease}.details-modal .buttons .btn-red:hover{filter:brightness(1.4)}.details-modal .buttons .btn-blue{background:linear-gradient(180deg,#306DED,#0533AA);transition:all .2s ease}.details-modal .buttons .btn-blue:hover{filter:brightness(1.4)}