#fc-euro-app{font-family:Arial,sans-serif;max-width:1400px;width:100%;margin:0 auto;color:#263238}#fc-euro-app *{box-sizing:border-box}.fce-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 26px;background:#ff5000;color:#fff;border-radius:12px 12px 0 0}.fce-header h2{margin:0;font-size:23px}.fce-header p{margin:5px 0 0;font-size:13px}.fce-header span{padding:6px 13px;border-radius:16px;background:#ffffff2e;font-size:12px;font-weight:bold}.fce-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;padding:24px;background:#fff;border:2px solid #ffd4c2;border-top:0;border-radius:0 0 12px 12px}.fce-form section{margin-bottom:20px;padding:16px;background:#fff8f5;border:1px solid #ffd4c2;border-radius:10px}.fce-form h3,.fce-table-section h3{margin:0 0 12px;color:#a53b00;font-size:17px}.fce-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.fce-form label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:bold}.fce-form input,.fce-form select,.fce-popup input,.fce-popup textarea{width:100%;padding:9px 10px;border:1px solid #d5d5c8;border-radius:7px;background:#fff;font:14px Arial}.fce-form input:focus,.fce-form select:focus,.fce-popup input:focus,.fce-popup textarea:focus{outline:0;border-color:#ff5000;box-shadow:0 0 0 3px #ff500020}.fce-card-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.fce-card{display:block!important;padding:12px;border:2px solid #e6ded8;border-radius:9px;background:#fff;cursor:pointer}.fce-card input{position:absolute;opacity:0;width:0}.fce-card.active{border-color:#ff5000;box-shadow:0 0 0 3px #ff500024}.fce-card b{font-size:14px}.fce-card small{display:block;margin-top:3px;color:#77665b;font-weight:normal}.fce-check{flex-direction:row!important;align-items:center;gap:8px!important;padding-top:24px}.fce-check input,.fce-agree input{width:auto!important}.fce-calc,#fce-order,.fce-popup button{border:0;border-radius:8px;background:#ff5000;color:#fff;padding:13px 22px;font-size:16px;font-weight:bold;cursor:pointer}.fce-calc{width:100%}.fce-note{margin:12px 0 0;text-align:center;color:#77665b;font-size:11px;line-height:1.45}.fce-summary{position:sticky;top:20px;align-self:start;padding:20px;background:#ff5000;color:#fff;border-radius:12px}.fce-summary__title{font-size:13px;opacity:.85}.fce-summary strong{display:block;margin:8px 0;font-size:29px;line-height:1.1}.fce-summary p{min-height:42px;margin:0 0 16px;font-size:12px;line-height:1.35}.fce-summary button{width:100%;background:#fff;color:#d74600}.fce-table-section{margin-top:20px;padding:16px;border:1px solid #ffd4c2;border-radius:10px}.fce-discount{margin:-5px 0 10px;color:#d74600;font-size:12px;font-weight:bold}.fce-scroll{overflow:auto}.fce-scroll table{width:100%;min-width:650px;border-collapse:collapse;font-size:12px}.fce-scroll th{padding:7px 8px;text-align:left;color:#7d3100;background:#fff0e8;border-bottom:2px solid #ffd4c2}.fce-scroll td{padding:6px 8px;border-bottom:1px solid #f2ebe6}.fce-scroll td:not(:first-child){text-align:right}.fce-group td{padding:7px 8px!important;text-align:left!important;background:#fff8f5;color:#a53b00;font-weight:bold;text-transform:uppercase}.fce-total-box{margin:18px 0;padding:18px;border-radius:10px;background:#fff0e8;text-align:center;color:#9a3d00;font-size:18px;font-weight:bold}.fce-total-box strong{margin-left:10px;font-size:25px;color:#ff5000}.fce-mobile{display:none}.fce-popup{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#0008}.fce-popup__box{position:relative;width:min(470px,100%);max-height:90vh;overflow:auto;padding:25px;border-radius:13px;background:#fff}.fce-popup__box h3{margin:0 0 7px;color:#a53b00}.fce-popup__total{margin:0 0 16px;color:#ff5000;font-size:24px;font-weight:bold}.fce-popup form{display:grid;gap:11px}.fce-popup label{font-size:12px;font-weight:bold}.fce-popup .fce-agree{display:flex;gap:8px;align-items:flex-start;font-weight:normal}.fce-popup button{width:100%}.fce-close{position:absolute!important;top:8px;right:8px;width:34px!important;padding:0!important;background:transparent!important;color:#777!important;font-size:26px!important}.fce-popup textarea{resize:vertical}.fce-loader{padding:40px;text-align:center;color:#777}.fce-actions{display:flex;justify-content:center;gap:12px;margin:20px 0 28px}.fce-actions .btn-primary,.fce-actions .btn-print{min-width:190px}@media(max-width:800px){.fce-grid{grid-template-columns:1fr;padding:12px}.fce-summary{display:none}.fce-header{padding:16px}.fce-header h2{font-size:18px}.fce-header span{display:none}.fce-fields{grid-template-columns:1fr}.fce-mobile{position:fixed;z-index:99999;left:0;right:0;bottom:0;display:flex;align-items:center;gap:10px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -4px 14px #0002;border-top:1px solid #ffd4c2}.fce-mobile span{flex:1;display:flex;min-width:0;flex-direction:column;color:#6d4a34;font-size:10px;text-transform:uppercase}.fce-mobile strong{overflow:hidden;color:#ff5000;font-size:17px;white-space:nowrap;text-overflow:ellipsis}.fce-mobile button{flex:0 0 auto;border:0;border-radius:7px;background:#ff5000;color:#fff;padding:10px 13px;font-weight:bold}.fce-card-row{grid-template-columns:1fr}.fce-total-box{margin-bottom:18px}.fce-actions{margin-bottom:75px;flex-direction:column}.fce-actions .btn-primary,.fce-actions .btn-print{width:100%}}

.fce-form h4{margin:20px 0 9px;color:#5a3925;font-size:14px}.fce-profile-sides{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;padding:14px;background:#fff;border-radius:9px;text-align:center}.fce-profile-sides b{display:block;margin-bottom:7px;font-size:12px;text-transform:uppercase}.fce-profile-sides svg{display:block;width:100%;height:150px}.fce-profile-sides span{display:block;margin-top:4px;color:#5a3925;font-size:12px;font-weight:bold}.fce-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fce-choice{display:flex!important;min-height:116px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:9px;border:1.5px solid #e5ded9;border-radius:8px;background:#fff;cursor:pointer;text-align:center;font-size:12px!important;font-weight:normal!important}.fce-choice input{position:absolute;opacity:0;width:0}.fce-choice.active{border-color:#ff5000;box-shadow:0 0 0 2px #ff500020}.fce-icon{position:relative;display:block;width:70px;height:50px;background:repeating-linear-gradient(90deg,#eef0f0 0 8px,#293c3e 8px 11px);border:2px solid #293c3e}.fce-icon:after,.fce-icon:before{content:'';position:absolute;left:-8px;right:-8px;height:4px;background:#718083}.fce-icon:before{top:14px}.fce-icon:after{bottom:13px}.fce-icon--canyon{clip-path:polygon(0 30%,50% 0,100% 30%,100% 100%,0 100%)}.fce-icon--wave{clip-path:polygon(0 25%,15% 8%,30% 0,45% 8%,60% 25%,75% 8%,90% 0,100% 8%,100% 100%,0 100%)}.fce-icon--double{background:repeating-linear-gradient(90deg,#ececec 0 6px,#293c3e 6px 9px,#fff 9px 14px,#293c3e 14px 17px)}.fce-scheme{margin-top:20px;padding:12px;border:1px solid #cfe5ec;border-radius:10px;background:#edf9ff}.fce-scheme__tabs{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;background:#fff;border-radius:7px;color:#80532e;font-size:13px}.fce-scheme svg{display:block;width:100%;height:auto;margin-top:10px;background:#fff;border-radius:8px}@media(max-width:550px){.fce-choice-row{grid-template-columns:1fr 1fr}.fce-choice{min-height:104px}.fce-profile-sides svg{height:120px}.fce-scheme{padding:6px}.fce-scheme__tabs{font-size:11px}}
.fce-form h4{margin:20px 0 9px;color:#5a3925;font-size:14px}.fce-profile-sides{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;padding:14px;background:#fff;border-radius:9px;text-align:center}.fce-profile-sides b{display:block;margin-bottom:7px;font-size:12px;text-transform:uppercase}.fce-profile-sides svg{display:block;width:100%;height:150px}.fce-profile-sides span{display:block;margin-top:4px;color:#5a3925;font-size:12px;font-weight:bold}.fce-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fce-choice{display:flex!important;min-height:116px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:9px;border:1.5px solid #e5ded9;border-radius:8px;background:#fff;cursor:pointer;text-align:center;font-size:12px!important;font-weight:normal!important}.fce-choice input{position:absolute;opacity:0;width:0}.fce-choice.active{border-color:#ff5000;box-shadow:0 0 0 2px #ff500020}.fce-icon{position:relative;display:block;width:70px;height:50px;background:repeating-linear-gradient(90deg,#eef0f0 0 8px,#293c3e 8px 11px);border:2px solid #293c3e}.fce-icon:after,.fce-icon:before{content:'';position:absolute;left:-8px;right:-8px;height:4px;background:#718083}.fce-icon:before{top:14px}.fce-icon:after{bottom:13px}.fce-icon--canyon{clip-path:polygon(0 30%,50% 0,100% 30%,100% 100%,0 100%)}.fce-icon--wave{clip-path:polygon(0 25%,15% 8%,30% 0,45% 8%,60% 25%,75% 8%,90% 0,100% 8%,100% 100%,0 100%)}.fce-icon--double{background:repeating-linear-gradient(90deg,#ececec 0 6px,#293c3e 6px 9px,#fff 9px 14px,#293c3e 14px 17px)}.fce-scheme{margin-top:20px;padding:12px;border:1px solid #cfe5ec;border-radius:10px;background:#edf9ff}.fce-scheme__tabs{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;background:#fff;border-radius:7px;color:#80532e;font-size:13px}.fce-scheme svg{display:block;width:100%;height:auto;margin-top:10px;background:#fff;border-radius:8px}.fce-colors{grid-column:1/-1;margin-top:3px}.fce-colors b{display:block;margin-bottom:8px;font-size:12px}.fce-colors button{width:37px;height:28px;margin:0 6px 4px 0;border:2px solid #d6d6d6;border-radius:4px;cursor:pointer}.fce-colors button.active{outline:2px solid #ff5000;outline-offset:2px}.fce-summary #fce-print{margin-top:9px;background:transparent;color:#fff;border:1px solid #fff}.fce-pdf-btn{background:#8a3b12!important;margin-top:0}@media(max-width:550px){.fce-choice-row{grid-template-columns:1fr 1fr}.fce-choice{min-height:104px}.fce-profile-sides svg{height:120px}.fce-scheme{padding:6px}.fce-scheme__tabs{font-size:11px}}
.fce-form h4{margin:20px 0 9px;color:#5a3925;font-size:14px}.fce-profile-sides{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;padding:14px;background:#fff;border-radius:9px;text-align:center}.fce-profile-sides b{display:block;margin-bottom:7px;font-size:12px;text-transform:uppercase}.fce-profile-sides svg{display:block;width:100%;height:150px}.fce-profile-sides span{display:block;margin-top:4px;color:#5a3925;font-size:12px;font-weight:bold}.fce-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fce-choice{display:flex!important;min-height:116px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:9px;border:1.5px solid #e5ded9;border-radius:8px;background:#fff;cursor:pointer;text-align:center;font-size:12px!important;font-weight:normal!important}.fce-choice input{position:absolute;opacity:0;width:0}.fce-choice.active{border-color:#ff5000;box-shadow:0 0 0 2px #ff500020}.fce-icon{position:relative;display:block;width:70px;height:50px;background:repeating-linear-gradient(90deg,#eef0f0 0 8px,#293c3e 8px 11px);border:2px solid #293c3e}.fce-icon:after,.fce-icon:before{content:'';position:absolute;left:-8px;right:-8px;height:4px;background:#718083}.fce-icon:before{top:14px}.fce-icon:after{bottom:13px}.fce-icon--canyon{clip-path:polygon(0 30%,50% 0,100% 30%,100% 100%,0 100%)}.fce-icon--wave{clip-path:polygon(0 25%,15% 8%,30% 0,45% 8%,60% 25%,75% 8%,90% 0,100% 8%,100% 100%,0 100%)}.fce-icon--double{background:repeating-linear-gradient(90deg,#ececec 0 6px,#293c3e 6px 9px,#fff 9px 14px,#293c3e 14px 17px)}.fce-scheme{margin-top:20px;padding:12px;border:1px solid #cfe5ec;border-radius:10px;background:#edf9ff}.fce-scheme__tabs{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;background:#fff;border-radius:7px;color:#80532e;font-size:13px}.fce-scheme svg{display:block;width:100%;height:auto;margin-top:10px;background:#fff;border-radius:8px}.fce-colors{grid-column:1/-1;margin-top:3px}.fce-colors b{display:block;margin-bottom:8px;font-size:12px}.fce-colors button{width:37px;height:28px;margin:0 6px 4px 0;border:2px solid #d6d6d6;border-radius:4px;cursor:pointer}.fce-colors button.active{outline:2px solid #ff5000;outline-offset:2px}.fce-summary #fce-print{margin-top:9px;background:transparent;color:#fff;border:1px solid #fff}.fce-pdf-btn{background:#8a3b12!important;margin-top:0}.fce-addons{background:#fff!important}.fce-addons>p{margin:-5px 0 12px;color:#77665b;font-size:12px}.fce-extra{position:relative;margin:12px 0;padding:13px;border:1px solid #ead9d0;border-radius:8px;background:#fffdfb}.fce-extra h4{margin:0 0 12px}.fce-remove{position:absolute;right:9px;top:9px;border:0;background:transparent;color:#b33200;font-size:12px;cursor:pointer}.fce-furniture{margin:12px 0 0;padding:9px;background:#fff8f5;color:#6d4a34;border-radius:6px;font-size:12px}@media(max-width:550px){.fce-choice-row{grid-template-columns:1fr 1fr}.fce-choice{min-height:104px}.fce-profile-sides svg{height:120px}.fce-scheme{padding:6px}.fce-scheme__tabs{font-size:11px}}
#fc-euro-app{overflow-x:hidden}.fce-object-schemes{clear:both}.fce-scheme__title{margin:2px 0 10px;text-align:center;color:#80532e;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.fce-scheme__tabs{flex-wrap:wrap}.fce-scheme-tab{flex:1 1 170px;min-height:40px;padding:8px;border:1px solid #d9d9d9;border-radius:7px;background:#fff;color:#80532e;font:600 13px Arial;cursor:pointer}.fce-scheme-tab.active{color:#fff;background:#2d8d35;border-color:#2d8d35;box-shadow:inset 0 0 0 2px #fff}.fce-object-panel{display:none}.fce-object-panel.active{display:block;animation:fce-object-in .2s ease-out}.fce-scheme__canvas{overflow:auto;background:#fff;border-radius:8px}@keyframes fce-object-in{from{opacity:.3;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.fce-scheme__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.fce-scheme-tab{min-height:38px;padding:7px 4px;font-size:11px}.fce-scheme__canvas{margin-top:8px}.fce-scheme__canvas svg{min-width:620px;max-width:none}.fce-object-schemes{padding:7px}.fce-object-schemes .fce-scheme__title{font-size:11px}.fce-header{max-width:100%}}
.fce-popup .fce-agree{display:flex;align-items:flex-start;gap:8px;font-weight:normal}.fce-popup .fce-agree label{font-size:13px;line-height:1.4}.fce-popup .fce-agree a{color:#ff5000;text-decoration:underline}
.fce-popup .fce-captcha{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:bold}