@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Montserrat:wght@400;600;700;800&family=Noto+Sans:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700;800&display=swap";.header{position:fixed;width:100%;max-height:100px;top:0;padding:14px 44px;z-index:12}.header .container{display:flex;justify-content:space-between;align-items:center}.header__projects{padding:18.5px 44.5px;background:#FFFFFF;box-shadow:0 4px 4px #0000000d}.header__projects .container{justify-content:space-between}.header__projects .header-logo{width:250px}.header .logout-btn{margin-right:24px}.header-links{display:flex}.header-links-item{display:flex;align-items:center;font-weight:500;padding:8px 10px;font-size:14px;line-height:17px;color:#5d5d5b}.header-links-item:not(:last-child){margin-right:24px}.header-links-item:last-child{margin-right:40px}.header-links-item img{width:20px;height:18px;margin-right:10px}.header-links-item.active{box-shadow:0 0 15px #0000001a;border-radius:5px}.header-logo{width:250px;display:flex;align-items:center}.header-logo img{width:20%}.header-logo img:last-child{width:80%}.header-actions{display:flex;align-items:center}.header-actions img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.header-actions-shopping-cart{margin-right:30px;position:relative}.header-actions-shopping-cart img{width:24px;height:24px}.header-actions-shopping-cart-count{position:absolute;right:-10px;top:-5px;font-weight:700;font-size:8px;line-height:10px;width:12px;height:12px;border-radius:6px;background:#5D5D5B;color:#fff;display:flex;align-items:center;justify-content:center}.header-actions-profile{margin-left:20px;font-weight:700;font-size:14px;line-height:17px}.sidebar{height:calc(100vh - 74px);overflow:auto;position:fixed;display:flex;flex-direction:column;justify-content:space-between;padding:16px 20px 16px 0;width:266px}.sidebar-items{display:flex;flex-direction:column;padding:0 5px}.sidebar-items .sidebar-item{display:flex;align-items:center;padding:8px;color:#5d5d5b;font-weight:500;font-size:14px;line-height:17px;margin:6px 0}.sidebar-items .sidebar-item.active{box-shadow:0 0 15px #0000001a;border-radius:5px}.sidebar-items .sidebar-item img{margin-right:8px;width:16px;height:16px}.sidebar-bottom-container{display:flex;flex-direction:column;margin-bottom:25px}.sidebar-logout-button{font-weight:500;font-size:14px;line-height:17px;display:flex;align-items:center;margin-top:9px;background:#5EC433;width:159px;padding:12px 30px}.sidebar-logout-button img{margin-right:8px}.loader{pointer-events:none;opacity:0;visibility:hidden;transition:.3s all;position:fixed;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,.6);display:grid;place-items:center;z-index:8999999}.loader.active{opacity:1;pointer-events:visible;visibility:visible}.loader img{width:55px}.form-group{margin-bottom:16px}.form-group .error-msg{color:#d57359;font-size:11px}.form-group__card input{background-image:url(/assets/icons/card.svg)!important;background-repeat:no-repeat!important;background-position:96% 50%!important}.form-group__password input{background-image:url(/assets/icons/key.svg)!important;background-repeat:no-repeat!important;background-position:96% 50%!important}.form-group__email input{background-image:url(/assets/icons/sms.svg)!important;background-repeat:no-repeat!important;background-position:96% 50%!important}.form-group__name input{background-image:url(/assets/icons/profile.svg)!important;background-repeat:no-repeat!important;background-position:96% 50%!important}.form-group__password2 input{background-image:url(/assets/icons/lock.svg)!important;background-repeat:no-repeat!important;background-position:96% 50%!important}.form-group label{font-weight:600;font-size:10px;line-height:124.52%;letter-spacing:.04em}.form-group .checkbox-label{display:flex;align-items:center}.form-group .checkbox-label__link{font-weight:600;font-size:10px;line-height:124.52%;letter-spacing:.04em}.form-group .checkbox-label span{width:18px;height:18px;border-radius:4px;display:block;border:1px solid #5EC433;margin-right:14px}.form-group .checkbox-label input{position:absolute;display:none;opacity:0;visibility:hidden}.form-group .checkbox-label input:checked+span{background-color:#5ec433;background-image:url(/assets/icons/tick.svg);background-position:50% 50%;background-repeat:no-repeat}.form-group input{margin-top:12px;width:100%;background:#F7F7F7;border-radius:1000px;border:0;padding:14px 10px}.form-group input::-moz-placeholder{color:#c1c0c7}.form-group input::placeholder{color:#c1c0c7}.btn{cursor:pointer;border:none;background:none;padding:12px 24px;border-radius:100px;font-weight:700;font-size:14px;line-height:17px;display:flex;align-items:center;justify-content:center}.btn img{margin-right:8px}.btn[disabled],.btn.disabled{opacity:.5;cursor:default}.btn-green{background:#5EC433;color:#fff}.btn-outline-green{background:#FFFFFF;border:2px solid #5EC433;color:#5ec433;border-radius:1000px}input{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}.form-flex{display:flex;justify-content:space-between}.form-flex .form-group{width:49%}.modal{left:0;min-width:100vw;min-height:100vh;width:100%;height:100%;display:grid;place-items:center;background:rgba(0,0,0,.3);position:fixed;top:0;z-index:9000;padding:30px;overflow:scroll}.modal-wrapper{position:relative;background:white;border-radius:20px}.modal-close{position:absolute;right:8px;top:8px;background:unset;border:0;width:24px;height:24px;cursor:pointer}.modal-close img{width:100%;height:100%}.modal-body{padding:48px 52px}.settings-modal .modal-body{width:1000px}.settings-modal .settings-modal-body{display:flex;justify-content:space-between}.settings-modal .settings-modal-body .settings-modal-inputs{flex:1;display:flex;flex-direction:column;width:50%}.settings-modal .settings-modal-body .settings-modal-inputs h2{font-weight:700;font-size:26px;line-height:124.52%;letter-spacing:.04em;margin-bottom:48px}.settings-modal .settings-modal-body .settings-modal-inputs h4{font-weight:700;font-size:14px;line-height:17px;color:#5d5d5b;margin-top:70px;margin-bottom:16px}.settings-modal .settings-modal-body .settings-modal-inputs h4 img{width:17.5px;height:17.5px;margin-top:-10px;margin-bottom:8px}.settings-modal .settings-modal-body .settings-modal-inputs .form-group{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.settings-modal .settings-modal-body .settings-modal-inputs .form-group label{font-weight:500;font-size:14px;line-height:17px;color:#5d5d5b}.settings-modal .settings-modal-body .settings-modal-inputs .form-group .description-msg{display:none}.settings-modal .settings-modal-body .settings-modal-inputs .form-group input{background:#FFFFFF;border:1px solid #EEEEEE;border-radius:5px;padding:7px 8px;width:172px}.settings-modal .settings-modal-body .settings-modal-right{width:50%;display:flex;justify-content:flex-end}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar{display:flex;flex-direction:column;align-items:center;justify-content:center;height:-moz-max-content;height:max-content}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label{margin-top:10px;cursor:pointer;position:relative}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label:after{background:rgba(0,0,0,.1);content:"";width:133px;height:133px;display:block;position:absolute;top:0;border-radius:15px;transition:.3s all}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label button{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s;font-size:12px;white-space:nowrap;padding:5px 10px;background:#FFFFFF;border:none;border-radius:8px}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label:hover{opacity:1}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label:hover:after{opacity:0}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label:hover button{opacity:1}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar label input{position:absolute;left:-91048914px}.settings-modal .settings-modal-body .settings-modal-right .settings-modal-avatar img{width:133px;height:133px;border-radius:15px;-o-object-fit:cover;object-fit:cover}.settings-modal .settings-modal-save{display:flex;justify-content:center;margin-top:32px}.settings-info-modal{background:unset!important}.settings-info-modal .modal-wrapper{width:750px;box-shadow:0 4px 4px #00000040}.settings-info-modal .modal-body{border-radius:20px}.settings-info-modal .modal-body h3{font-weight:700;font-size:26px;line-height:124.52%;letter-spacing:.04em;text-align:center}.settings-info-modal .modal-body div{font-family:Lexend,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:124.52%;color:#5d5d5b;margin-top:24px}.settings-info-modal .modal-body div a{text-decoration:underline}.settings-info-modal .modal-body div ul{padding:20px}.order-success-modal .modal-body{display:flex;flex-direction:column;align-items:center}.order-success-modal .modal-body .btn{padding:12px 80px!important;font-weight:700;font-size:14px;line-height:17px}.order-success-modal h2{font-weight:700;font-size:26px;line-height:124.52%;color:#5ec433;letter-spacing:.04em;margin-bottom:8px;width:100%}.order-success-modal-desc{font-size:14px;line-height:17px;color:#5d5d5b;margin-bottom:38px}.order-error-modal-desc{font-size:14px;color:#5d5d5b;margin-top:10px}.order-error-modal .modal-body{padding:60px;display:flex;flex-direction:column}.order-error-modal .modal-body button{margin-top:30px;padding:12px 50px}.order-error-modal h3{color:#d57359}.pdf-modal .modal-body{width:700px}.pdf-modal .year-labels{padding-right:40px;font-size:10px}.pdf-modal .dashboard-left-goals{width:70%}.pdf-modal .dashboard-left-goals-wrapper{max-height:150px}.pdf-modal .dashboard-left-footprint-wrapper{padding:0;width:70%}.pdf-modal .dashboard-left-footprint-wrapper .dashboard-left-footprint-scopes img{transform:scale(.8)}.pdf-modal .dashboard-left-footprint-wrapper .dashboard-left-footprint-scorpio div{top:33%}.pdf-modal .dashboard-left-footprint-wrapper .dashboard-left-footprint-scorpio div span{font-size:8px}.pdf-modal .dashboard-left-footprint-wrapper .progress-gradient{height:15px;margin:0 5px}.pdf-modal-select{display:flex;justify-content:flex-end}.pdf-modal-select select{background-color:#fff;border:1px solid #888888;border-radius:10px;padding:8px 20px 8px 10px;background-image:url(/assets/icons/down.svg);background-repeat:no-repeat;background-position:92% 50%;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:80px}.pdf-modal .dashboard-left-goals{box-shadow:unset!important;margin-top:unset!important;padding:0!important;min-height:unset!important;border-radius:unset!important}.pdf-modal .dashboard-left-goals-wrapper{padding-right:40px!important}.pdf-modal .dashboard-left-goals-wrapper div{font-size:7px}.pdf-modal .dashboard-left-goals .dashboard-left-goals-scopes{top:0;right:0}.pdf-modal .dashboard-left-goals .dashboard-left-goals-scopes span{font-size:6px}.pdf-modal .dashboard-left-goals .dashboard-left-goals-scopes span:after{width:4.76px;height:6.48px}.pdf-modal .pdf-wrapper{background-image:url(/assets/images/frame.png);background-repeat:no-repeat;width:100%;height:800px;background-size:100% 100%;margin-top:16px;display:flex;flex-direction:column;align-items:center;padding:40px 0 50px}.pdf-modal .pdf-wrapper .pdf-logo{margin-top:20px;display:flex;justify-content:center;width:40px;height:40px;border-radius:50%;overflow:hidden}.pdf-modal .pdf-wrapper .pdf-logo img{width:100%;height:100%}.pdf-modal .pdf-wrapper .pdf-user-name{font-style:normal;font-weight:500;font-size:16px;line-height:124.52%}.pdf-modal .pdf-wrapper .pdf-description{font-weight:500;font-size:6px;line-height:7px;color:#5d5d5b}.pdf-modal .pdf-wrapper .pdf-section-title{font-weight:700;font-size:10px;line-height:10px;margin:18px 0}.pdf-modal .btn.btn-green{margin-top:18px;width:100%}.cart-modal .modal-body{min-width:800px;width:100%}.cart-modal .modal-body h2{font-weight:700;font-size:26px;line-height:124.52%;letter-spacing:.04em;margin-bottom:48px}.cart-modal .modal-body .cart-modal-text{font-weight:700;font-size:14px;line-height:17px}.cart-modal .modal-body .cart-modal-projects{display:flex;flex-direction:column;margin-bottom:35px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project{display:flex;flex-direction:row;padding:16px;background:#FFFFFF;box-shadow:0 0 15px #0000001a;border-radius:15px;justify-content:space-around;margin-top:16px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-image{width:147px;height:138px;margin-right:18px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details{display:flex;flex-direction:column;justify-content:space-between;flex:3}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child{display:flex;flex-direction:column;justify-content:space-between}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-title{font-weight:700;font-size:14px;line-height:17px;display:flex;align-items:center;margin-bottom:20px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-title .cart-modal-project-flag-icon{margin-left:8px;width:19.6px;height:14px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-title .cart-modal-project-flag-icon img{width:100%;height:100%}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter{display:flex}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter .cart-modal-project-details-counter-increment{opacity:.5;pointer-events:none}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter .cart-modal-project-details-counter-increment.active{opacity:1;pointer-events:visible}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter .cart-modal-project-details-counter-increment,.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter .cart-modal-project-details-counter-decrement{width:16px;height:16px;color:#fff}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-first-child .cart-modal-project-details-counter .cart-modal-project-details-counter-count{font-weight:500;font-size:14px;line-height:17px;color:#5d5d5b;margin:0 9px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-project-types .cart-modal-project-details-project-types-item{width:15px;height:17px}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-details .cart-modal-project-details-project-types .cart-modal-project-details-project-types-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-actions{flex:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-actions a{width:20px;height:20px;color:#fff}.cart-modal .modal-body .cart-modal-projects .cart-modal-project .cart-modal-project-actions span{font-weight:800;font-size:16px;line-height:124.52%}.cart-modal .modal-body .cart-modal-sum{font-weight:700;font-size:18px;line-height:124.52%;margin-bottom:35px;margin-top:4px;display:flex;justify-content:space-between;align-items:center}.cart-modal .modal-body .cart-modal-vat{margin-top:7px;display:flex;justify-content:space-between;align-items:center}.cart-modal .modal-body .cart-modal-vat span{font-weight:700;font-size:13px;line-height:124.52%;color:#5d5d5bb3}.cart-modal .modal-body .cart-modal-vat.last{margin-bottom:15px}.cart-modal .modal-body .btn{width:100%;margin-top:12px}.cart-modal .modal-body .btn:first-child{margin-top:33px}.project-modal .modal-wrapper{max-width:600px}@media (min-width: 1000px){.project-modal .modal-wrapper{max-width:1100px}}@media (min-width: 1200px){.project-modal .modal-wrapper{max-width:1100px}}@media (min-width: 1300px){.project-modal .modal-wrapper{max-width:1200px}}@media (min-width: 1400px){.project-modal .modal-wrapper{max-width:1300px}}@media (min-width: 1500px){.project-modal .modal-wrapper{max-width:1400px}}@media (min-width: 1600px){.project-modal .modal-wrapper{max-width:1500px}}@media (min-width: 1700px){.project-modal .modal-wrapper{max-width:1600px}}.project-modal .modal-body{padding:40px 16px}.project-modal .carousel__icon{background:white;border-radius:50%;width:32px;height:32px}.project-modal .modal-wrapper{width:calc(100vw - 200px)}.project-modal-image{height:500px;border-radius:15px;overflow:hidden;width:100%}.project-modal-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-modal-header{display:flex;justify-content:space-between;margin-top:32px}.project-modal-header-left{width:50%}.project-modal-header-left-title{font-weight:700;font-size:21px;line-height:124.52%}.project-modal-header-left-certificates{margin-top:12px;display:flex;align-items:center}.project-modal-header-left-certificates span{font-style:normal;font-weight:500;font-size:14px;line-height:17px}.project-modal-header-left-certificates a{width:35px;height:100%;margin-left:8px;display:flex;align-items:center}.project-modal-header-left-certificates a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-modal-header-right{width:50%;display:flex;align-items:flex-end;flex-direction:column}.project-modal-header-right-block{margin-top:12px;display:flex;justify-content:space-between}.project-modal-header-right-block span{font-weight:500;font-size:14px;line-height:17px;width:auto;margin-right:10px}.project-modal-body{display:flex;border-top:1px solid #C1C0C7;padding:32px 0 0;margin-top:12px}.project-modal-body-left{display:flex;flex-direction:column;justify-content:space-between;height:auto;border-right:1px solid #C1C0C7;padding-right:16px;width:80%}.project-modal-body-more-description{color:#5ec433;font-weight:600;font-size:12px;line-height:124.52%}.project-modal-body-description{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:124.52%;letter-spacing:.02em;color:#5d5d5b}.project-modal-body-actions{display:flex;flex-direction:column;justify-content:center;padding:0 16px}.project-modal-body-actions-title{font-weight:700;font-size:16px;line-height:124.52%;margin-bottom:15px;text-align:center}.project-modal-body-actions-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.project-modal-body-actions-item.last{padding:0}.project-modal-body-actions-item.last span:first-child{font-weight:500;font-size:12px;line-height:15px;color:#4f4f4f}.project-modal-body-actions-item.last span:last-child{font-weight:800;font-size:14px;line-height:124.52%;letter-spacing:.02em;color:#5d5d5b}.project-modal-body-actions-item input{background:#FFFFFF;border:1px solid #5D5D5B;border-radius:10px;padding:10px;margin-left:20px;font-weight:400;font-size:12px;line-height:124.52%}.project-modal-body-actions-item span:first-child{font-weight:500;font-size:14px;line-height:17px}.project-modal-body-actions-item span:last-child{font-weight:800;font-size:16px;line-height:124.52%}.project-modal-body-actions .btn{margin-top:16px;width:-moz-max-content;width:max-content}.order-modal .modal-body{background:#F7F7F7;padding:48px 52px;border-radius:20px}.order-modal-title{font-weight:700;font-size:26px;line-height:124.52%}.order-modal-description{font-weight:500;font-size:14px;line-height:17px;color:#5d5d5b;margin-top:8px;margin-bottom:48px}.order-modal .form-group label{margin-bottom:8px;font-weight:500;font-size:14px;line-height:17px}.order-modal .form-group input{background:#FFFFFF}.order-modal-details-title{font-weight:700;font-size:16px;line-height:124.52%}.order-modal-details-item{display:flex;justify-content:space-between;margin-top:16px}.order-modal-details-item span:first-child{font-weight:500;font-size:14px;line-height:17px;color:#888}.order-modal-details-item span:last-child{font-weight:500;font-size:14px;line-height:17px}.order-modal-sum{display:flex;justify-content:space-between;border-top:1px solid #EEEEEE;padding:16px 0;margin-top:32px}.order-modal-sum span:first-child{font-weight:700;font-size:16px;line-height:124.52%;color:#4c5457}.order-modal-sum span:last-child{font-weight:500;font-size:14px;line-height:17px}.order-modal .btn-green{margin-top:32px}.order-modal .btn-outline-green{margin-top:12px}.order-modal .btn{width:100%}.dashboard{display:flex;justify-content:space-between;height:calc(100vh - 74px);width:100%;padding:16px}.dashboard-left{flex:5;display:flex;flex-direction:column;height:auto}.dashboard-left-diagram{box-shadow:0 0 15px #0000001a;border-radius:15px;padding:24px;position:relative}.dashboard-left-diagram-year{position:absolute;top:24px;right:24px;font-style:normal;font-weight:700;font-size:14px;line-height:17px}.dashboard-left-diagram-container{width:100%;height:250px}.dashboard-left-diagram-title{font-weight:700;font-size:14px;line-height:17px;margin-bottom:14px}.dashboard-left-diagram-download{position:absolute;right:24px;bottom:24px}.dashboard-left-diagram-download img{height:16px;width:16px}.dashboard-left-diagram-share{position:absolute;right:50px;bottom:24px}.dashboard-left-diagram-share img{height:16px;width:16px}.dashboard-left-footprint{margin-top:16px;box-shadow:0 0 15px #0000001a;border-radius:15px;padding:24px;position:relative}.dashboard-left-footprint-title{font-weight:700;font-size:14px;line-height:17px;margin-bottom:24px}.dashboard-left-footprint-scopes{display:flex;justify-content:space-around}.dashboard-left-footprint-scopes div{display:flex;flex-direction:column;justify-content:center}.dashboard-left-footprint-scopes div img{margin-bottom:2px;opacity:.3}.dashboard-left-footprint-scopes div img.done{opacity:1}.dashboard-left-footprint-scopes div span{font-weight:700;font-size:8px;line-height:10px;text-align:center}.dashboard-left-footprint-scopes img{width:46px;height:46px}.dashboard-left-footprint-details{display:flex;justify-content:space-around;margin-top:34px}.dashboard-left-footprint-details div:first-child{margin-right:8px}.dashboard-left-footprint-details div span:first-child{font-weight:700;font-size:10px;line-height:12px;margin-right:4px}.dashboard-left-footprint-details div span:last-child{font-weight:700;font-size:10px;line-height:12px;color:#5ec433}.dashboard-left-footprint-scorpio{width:100%;position:relative;height:100%}.dashboard-left-footprint-scorpio div{position:absolute;transform:translate(-50%);width:21px;top:40%;display:flex;align-items:center;flex-direction:column}.dashboard-left-footprint-wrapper{padding:0 50px}.dashboard-left-footprint-gradient{display:flex;margin-top:12px}.dashboard-left-footprint-gradient span{flex:1;font-weight:500;font-size:8px;line-height:10px;color:#5d5d5b;display:flex;justify-content:center;align-items:center}.dashboard-left-footprint-gradient .progress-gradient{flex:15;height:20px;background:linear-gradient(90deg,#F1A34E 1.51%,#F9E08B 26.48%,#CCDE78 51.36%,#91CF52 75.46%,#44B000 99.18%)}.dashboard-left .year-labels{display:flex;padding-right:90px;justify-content:space-between}.dashboard-left .year-labels div{flex-grow:1;text-align:center;font-size:12px}.dashboard-left-goals{margin-top:16px;box-shadow:0 0 15px #0000001a;border-radius:15px;padding:24px;position:relative}.dashboard-left-goals-scopes{position:absolute;display:flex;flex-direction:column;right:27px;top:24px}.dashboard-left-goals-scopes div{display:flex;margin-bottom:5px}.dashboard-left-goals-scopes div:first-child span:after{background:#44B000!important}.dashboard-left-goals-scopes div:last-child span:after{background:#B2B655!important}.dashboard-left-goals-scopes div span{font-weight:500;font-size:12px;line-height:124.52%;color:#5d5d5b;display:flex;flex-direction:row-reverse}.dashboard-left-goals-scopes div span:after{background:#597C9B;border-radius:100px;content:"";width:11px;height:15px;display:block;margin-right:5px}.dashboard-left-goals-wrapper{display:flex;justify-content:space-between;padding-right:90px}.dashboard-left-goals-wrapper canvas{margin-bottom:7px}.dashboard-left-goals-title{font-weight:700;font-size:14px;line-height:17px;margin-bottom:14px}.dashboard-right{flex:3;padding:0 34px;height:auto;display:flex;flex-direction:column;justify-content:space-between}.dashboard-right-transaction-groups{overflow:scroll;height:90%;margin-bottom:30px}.dashboard-right-transaction-groups-not-data{font-family:Inter,sans-serif;display:flex;height:100%;justify-content:center;align-items:center;font-style:normal;font-weight:700;font-size:14px;line-height:17px;color:#c1c0c7}.dashboard-right-transaction-group{border-top:1px solid #EEEEEE;padding:16px 0}.dashboard-right-transaction-group-date{color:#5d5d5b;font-weight:500;font-size:12px;line-height:124.52%;letter-spacing:.02em}.dashboard-right-transaction-group-wrapper{display:flex;flex-direction:column}.dashboard-right-transaction-group-item{display:flex;padding:16px}.dashboard-right-transaction-group-item-image{margin-right:12px;border-radius:50%;background:#5EC433;width:40px;height:40px;padding:8px;display:flex;align-items:center;justify-content:center}.dashboard-right-transaction-group-item-image-container{display:flex;align-items:center;justify-content:center;width:100%}.dashboard-right-transaction-group-item-image-container img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.dashboard-right-transaction-group-item-details{display:flex;justify-content:space-between;flex:1}.dashboard-right-transaction-group-item-center{display:flex;flex-direction:column;justify-content:space-between}.dashboard-right-transaction-group-item-center span:first-child{font-weight:700;font-size:14px;line-height:17px}.dashboard-right-transaction-group-item-center span:last-child{font-weight:500;font-size:10px;line-height:12px;color:#5d5d5b}.dashboard-right-transaction-group-item-right{display:flex;flex-direction:column;justify-content:space-between}.dashboard-right-transaction-group-item-right span:first-child{font-weight:700;font-size:14px;line-height:17px;color:#5ec433}.dashboard-right-transaction-group-item-right span:last-child{font-weight:500;font-size:10px;line-height:12px;color:#5d5d5b}.dashboard-right-transaction-details{display:flex;flex-direction:column;margin-bottom:25px}.dashboard-right-transaction-details-item{display:flex;justify-content:space-between}.dashboard-right-transaction-details-item:first-child span:last-child{color:#5ec433}.dashboard-right-transaction-details-item:last-child span:last-child{color:#d57359}.dashboard-right-transaction-details-item__done span:last-child{color:#5ec433!important}.dashboard-right-transaction-details-item span{font-weight:700;font-size:16px;line-height:124.52%}.dashboard-title{font-weight:700;font-size:16px;line-height:124.52%;letter-spacing:.02em;margin-bottom:24px}.set-scope-block{position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center}.set-scope-block button{font-weight:700;font-size:14px;line-height:17px}.year-labels{display:flex;justify-content:space-between;padding-right:90px}.year-labels div{position:relative;flex-grow:1;text-align:center}.year-labels div:not(:last-child):after{display:block;content:"";position:absolute;width:1px;top:-1px;height:calc(100% + 2px);background:rgba(0,0,0,.4);left:98%}.targets{display:flex}.targets-left{width:55%;padding:0 16px}.targets-left-title{font-weight:700;font-size:16px;line-height:124.52%;letter-spacing:.02em}.targets-left-form{margin:24px 0;box-shadow:0 0 15px #0000001a;border-radius:15px;padding:24px}.targets-left-form-title{font-weight:700;font-size:14px;line-height:17px}.targets-left-form-wrapper{margin:15px 0;display:flex}.targets-left-form-wrapper .targets-left-form-input-wrapper{padding-right:50px}.targets-left-form-wrapper .targets-left-form-input-wrapper .targets-left-form-input{display:flex;align-items:center;margin-bottom:12px}.targets-left-form-wrapper .targets-left-form-input-wrapper .targets-left-form-input label{font-weight:500;font-size:12px;line-height:124.52%;letter-spacing:.02em;margin-right:26px;white-space:nowrap}.targets-left-form-wrapper .targets-left-form-input-wrapper .targets-left-form-input input{padding:6px 10px;background:#FFFFFF;border:1px solid #5D5D5B;border-radius:3px;margin-right:5px;width:70px}.targets-left-form-wrapper .targets-left-form-input-wrapper .targets-left-form-input button{background:#FFFFFF;border:none;padding:0}.targets-left-form-wrapper .targets-left-form-input-wrapper .targets-left-form-input button img{width:13px;height:13px}.targets-left-form-wrapper .targets-left-form-description{font-family:Lexend,sans-serif;font-weight:500;font-size:12px;line-height:124.52%;color:#5d5d5b;letter-spacing:.02em}.targets-left-years{display:flex;justify-content:space-between}.targets-left-years-item{padding:5px 26px;background:#FFFFFF;border:1px solid #5D5D5B;border-radius:10px;font-weight:400;cursor:pointer;font-size:12px;line-height:124.52%;color:#5d5d5b}.targets-left-years-item.active{background:#5EC433;color:#fff}.targets-right{width:45%;padding:0 16px}.targets-right-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.targets-right-title{margin:16px 0;font-family:Lexend,sans-serif;font-weight:700;font-size:14px;line-height:124.52%;letter-spacing:.02em}.targets-right-description{margin-top:8px;font-family:Lexend,sans-serif;font-size:14px;line-height:124.52%;letter-spacing:.02em}.targets-right-description a{text-decoration:underline}.targets-right-description ul{margin:10px 0;padding:10px}.projects-header{display:flex;flex-direction:column;align-items:center}.projects-header-banner{width:100%;display:flex;flex-direction:column;align-items:center}.projects-header-banner-title{font-weight:700;font-size:26px;line-height:124.52%;letter-spacing:.04em;margin-top:16px;position:relative;text-align:center}.projects-header-banner-title img{position:absolute;top:-6px;right:-18px}.projects-header-banner-description{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#5d5d5b;margin-bottom:24px;text-align:center}.projects-header-banner-image{width:100%;height:288px;border-radius:15px;overflow:hidden}.projects-header-banner-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.projects-header-banner-logo{transform:translateY(-50%);margin-bottom:-53px;width:106px;height:106px;border-radius:50%;overflow:hidden;margin-left:auto;margin-right:auto}.projects-header-banner-logo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;background:white}.projects-header-statistics{border-top:1px solid #C1C0C7;border-bottom:1px solid #C1C0C7}.projects-header-statistics-title{font-weight:700;font-size:14px;line-height:17px;margin-top:8px}.projects-header-statistics table{padding:0 100px}.projects-header-statistics table td{color:#5d5d5b;padding:6px}.projects-wrapper{border-top:1px solid #EEEEEE;padding:50px 0;margin-top:50px;grid-gap:21px;display:grid;grid-template-columns:repeat(5,1fr)}.projects-more-item{display:flex;justify-content:center}.projects-item{display:flex;flex-direction:column;background:#FFFFFF;box-shadow:0 0 15px #0000001a;border-radius:15px;padding:12px;color:#4c5457}.projects-item-flag{width:20px;height:15px}.projects-item-banner{margin-top:10px;height:250px}.projects-item-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.projects-item-title{margin-top:20px;font-weight:700;font-size:18px;line-height:124.52%;letter-spacing:.02em}.projects-item-description{font-weight:500;font-size:12px;line-height:124.52%;letter-spacing:.02em;color:#c1c0c7;margin-top:6px}.projects-item-bottom{display:flex;justify-content:space-between;margin-top:auto}.projects-item-bottom-images{display:flex;align-items:center}.projects-item-bottom-images img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;margin-right:5px}.projects-item-price{font-weight:800;font-size:14px;line-height:124.52%;letter-spacing:.02em;margin-top:14px;flex:1;display:flex;align-items:flex-end}.share-section{padding-bottom:100px}.share-section-header{background:#FFFFFF;box-shadow:0 1px 4px #00000040;display:flex;align-items:center;justify-content:center;padding:15px;margin-bottom:55px}.share-section-header-logo{width:270px}.share-section-header-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.share-section-body{margin:0 auto;max-width:800px}.share-section-body-profile{display:flex;flex-direction:column;align-items:center}.share-section-body-profile-name{font-style:normal;font-weight:700;font-size:35px;line-height:43px;text-align:center;color:#000}.share-section-body-profile-identifier{font-style:normal;font-weight:500;font-size:13px;line-height:16px;margin-top:4px}.share-section-body-profile-image{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-top:7px;margin-bottom:40px}.share-section-body-profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.share-section .dashboard-left-diagram-title{font-weight:700;font-size:20px;line-height:24px}.share-section .dashboard-left-footprint-title,.share-section .dashboard-left-goals-title{font-weight:700;font-size:20px;line-height:24px;margin-bottom:85px}.share-section .dashboard-left-diagram-year{font-weight:700;font-size:18px;line-height:22px}.share-section .dashboard-left-footprint-scopes div span{font-weight:700;font-size:12px;line-height:15px}.share-section .dashboard-left-footprint-scopes div img{width:56.5px;height:58px}.share-section .dashboard-left-diagram,.share-section .dashboard-left-footprint,.share-section .dashboard-left-goals{margin-top:20px}.share-section .dashboard-left-footprint-info{position:absolute;top:24px;right:24px}.share-section .dashboard-left-footprint-info img{width:20px;height:20px}.auth{background:url(/assets/images/auth_background.png) no-repeat center;background-size:100% 100%;min-height:100vh;padding:20px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.auth-form{background:#FFFFFF;border-radius:20px;padding:44px 44px 15px}.auth-form-steps{display:flex}.auth-form-steps span{flex:1;height:4px;border-radius:100px;width:100px;background:#EEEEEE}.auth-form-steps span.active{background:#5EC433}.auth-form-steps span:not(:last-child){margin-right:33px}.auth-form-mail-opened{display:flex;justify-content:center;background:#F6F3FF;width:178px;height:178px;border-radius:50%;align-items:center;margin:64px auto 0}.auth-form-mail-opened object{width:72px;height:78px}.auth-form-confirmation-actions{display:flex;justify-content:space-between;margin-bottom:28px}.auth-form-confirmation-actions .btn{width:48%!important}.auth-form-code-inputs{display:flex;justify-content:space-between;padding:0 100px;margin-bottom:44px}.auth-form-code-inputs input{border:1px solid #EEEEEE;border-radius:7px;width:56px;height:64px;font-weight:500;font-size:30px;line-height:124.52%;text-align:center;letter-spacing:.02em;color:#5d5d5b}.auth-form-code-inputs input:active,.auth-form-code-inputs input:focus{outline:0}.auth-form-code-inputs input.active{border-color:#5ec433}.auth-form-code-inputs input.error{border-color:#d57359}.auth-form-have-account{font-style:normal;font-weight:400;font-size:12px;line-height:124.52%;letter-spacing:.02em;color:#5d5d5b;display:flex;justify-content:center;margin-top:12px;margin-bottom:11px}.auth-form-have-account a{margin-left:44px;text-decoration:underline}.auth-form-forgot-password{font-style:normal;font-weight:400;font-size:12px;line-height:124.52%;letter-spacing:.02em;color:#5d5d5b;text-align:center;display:block;text-decoration:underline}.auth-form-title{font-weight:700;font-size:42px;line-height:124.52%;letter-spacing:-.005em;color:#5ec433;white-space:nowrap;text-align:center}.auth-form-description{font-weight:400;font-size:12px;line-height:124.52%;color:#5d5d5b;letter-spacing:.02em;margin-top:12px;text-align:center}.auth-form-forgot-password-description{font-weight:400;font-size:10px;line-height:124.52%;color:#5d5d5b;letter-spacing:.02em;margin-top:12px;text-align:center}.auth-form-logo{display:flex;justify-content:center;margin-top:4px}.auth-form .btn{width:498px}.auth-form form{margin-top:44px}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;font-family:Inter,sans-serif;-ms-overflow-style:none;scrollbar-width:none;color:#4c5457}main{margin-top:74px}.wrapper{margin-left:266px}.wrapper__projects{margin-left:0;padding:40px}.container{margin:0 auto;max-width:600px}@media (min-width: 1000px){.container{max-width:1100px}}@media (min-width: 1200px){.container{max-width:1100px}}@media (min-width: 1300px){.container{max-width:1200px}}@media (min-width: 1400px){.container{max-width:1300px}}@media (min-width: 1500px){.container{max-width:1400px}}@media (min-width: 1600px){.container{max-width:1500px}}@media (min-width: 1700px){.container{max-width:1600px}}.text-dark{color:#4c5457!important}.text-dark-gray{color:#5d5d5b!important}.text-red{color:#d57359!important}.text-green{color:#5ec433!important}.font-small{font-size:12px}#rapyd-checkout iframe.response-iframe{padding-left:20px;width:100%;height:100%;flex-grow:1;border:none}sub,sup{color:inherit;margin-left:-2px}sup.ml-4{margin-left:-4px}
