.bottom-sheet{position:relative;z-index:99999;transition:all .3s ease}.bottom-sheet *{box-sizing:border-box}.bottom-sheet.closed{visibility:hidden}@media screen and (min-width:576px){.bottom-sheet.closed{transition:none;display:none}}.bottom-sheet.opened{position:fixed;top:0;left:0;width:100%;height:100%}@media screen and (min-width:576px){.bottom-sheet.opened{display:flex;justify-content:center;align-items:center}}@keyframes show{0%{visibility:hidden}to{visibility:visible}}@keyframes hide{0%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0}}.bottom-sheet__content{flex:1 1 auto;display:flex;flex-direction:column}@media(min-width:601px){.bottom-sheet__content{margin:0 -10px}.bottom-sheet__content-inner{padding:0 10px}}.bottom-sheet__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(34,43,50,.4)!important;opacity:0;visibility:hidden;transition:.3s}.bottom-sheet.closed .bottom-sheet__backdrop{animation:hide .3s ease}.bottom-sheet.opened .bottom-sheet__backdrop{animation:show .3s ease;opacity:1;visibility:visible}.bottom-sheet__card{position:fixed;left:0;right:0;z-index:9999;display:flex;flex-direction:column;background-color:#fffbfe;width:100%;max-height:calc(100% - 56px);margin:0 auto;border-radius:28px 28px 0 0}@media screen and (min-width:576px){.bottom-sheet__card{bottom:auto!important}}.dark-mode .bottom-sheet__card{background-color:#1c1b1f}.bottom-sheet__card.square{border-radius:0}.bottom-sheet__card.stripe{padding-bottom:20px}.bottom-sheet__card.fx-default{transition:bottom .3s ease}.bottom-sheet__card.fx-fadein-scale{transition:all .3s}.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale{transform:translate(-50%) scale(1)}.bottom-sheet__card.fx-slide-from-right{transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right{transform:translate(-50%)}.bottom-sheet__card.fx-slide-from-left{transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left{transform:translate(-50%)}.bottom-sheet.moving .bottom-sheet__card{transition:none}@media screen and (min-width:576px){.bottom-sheet__card.fx-default{bottom:0;margin:auto;border-radius:10px}}.bottom-sheet__pan{padding-bottom:22px;position:relative}@media screen and (min-width:576px){.bottom-sheet__pan{position:absolute;right:7px;top:7px;z-index:5;padding-bottom:0}}.bottom-sheet__scroll.vb-content{width:auto!important;scrollbar-width:none}@media screen and (max-width:576px){.bottom-sheet__bar{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:4px;background-color:#49454f;opacity:.4;border-radius:8px}}@media screen and (min-width:576px){.bottom-sheet__bar{cursor:pointer;width:32px;height:32px;background-repeat:no-repeat;background-position:50%;opacity:.6;background-size:28px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTYuNCAxOSA1IDE3LjZsNS42LTUuNkw1IDYuNCA2LjQgNWw1LjYgNS42TDE3LjYgNSAxOSA2LjQgMTMuNCAxMmw1LjYgNS42LTEuNCAxLjQtNS42LTUuNnoiLz48L3N2Zz4=)}}.bottom-sheet__container{padding:16px}@media screen and (min-width:1200px){.bottom-sheet__container{padding:32px}}.zelray-panel{padding:32px 0;z-index:1111;position:relative}.zelray-panel__wrapper{display:flex;align-items:center;justify-content:space-between;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.zelray-panel__wrapper ul{display:flex;margin-right:auto;align-items:center;gap:8px}.zelray-panel__wrapper ul li a{color:#767a76;font-size:14px;font-weight:700;line-height:142%}@media screen and (max-width:576px){.zelray-panel__wrapper ul li a{background-color:#f5f5f5}}.zelray-panel__wrapper ul li a:hover{border-color:#25b825}.zelray-panel__wrapper ul li a.is-active{color:#fff;border-color:#25b825;background-color:#25b825}.zelray-panel__wrapper ul li a.is-active span{filter:brightness(200)}.zelray-panel__wrapper ul li a{padding:12px 24px;display:inline-flex;justify-content:center;align-items:center;gap:8px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:.3s ease}.zelray-panel__wrapper ul li a span{display:block;min-width:20px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.1s ease}.zelray-panel__currency,.zelray-panel__logout{margin-left:12px}.zelray-panel__logout a{display:flex;align-items:center;min-width:47px;width:47px;height:47px;justify-content:center;border-radius:6px}.zelray-panel__logout a:hover{background-color:#f5f5f5}.zelray-panel__logout a span{display:block;min-width:16px;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}@media screen and (min-width:991.98px){.zelray-panel__logout a:hover span{opacity:.7}}.dropdown-currency{position:relative;z-index:10}.dropdown-currency__list{position:absolute;top:100%;right:0;z-index:10}.dropdown-currency__list ul{display:flex;flex-direction:column}.dropdown-currency__title span{background-color:#25b825;font-weight:600;padding:5px 15px;border-radius:26px;color:#fff;cursor:pointer}.popup-currency__title{padding-bottom:12px}.popup-currency__list{display:flex;flex-direction:column}.popup-currency__item{padding:16px 12px;background-color:#eee;margin-bottom:6px;border-radius:6px;font-size:14px;cursor:pointer;transition:.3s ease}.popup-currency__item span{background-color:#25b825;font-weight:600;padding:5px 10px;border-radius:26px;color:#fff;cursor:pointer;font-size:12px;margin-right:10px}.popup-currency__item:hover{background-color:#c3ebc3}.popup-currency__item.is-active{background-color:#25b825;color:#fff}.popup-currency__item.is-active span{background-color:#fff;color:#25b825}.user-bar{margin-left:12px}.user-bar__info{display:flex;align-items:center}.user-bar__main{padding-left:12px}.user-bar__avatar{border:2px solid #25b825;border-radius:50%;padding:3px}.user-bar__avatar span{height:38px;width:38px;background-color:#ddd;border-radius:50%;display:flex;justify-content:center;font-weight:600;font-size:18px;line-height:36px}.user-bar__name{font-weight:600;font-size:15px}.user-bar__email,.user-bar__name{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.user-bar__email{font-size:14px;color:#666;padding-top:3px;padding-bottom:3px}@font-face{font-family:Mulish;src:url(/assets/fonts/Mulish-Black.woff2) format("woff2"),url(/assets/fonts/Mulish-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Mulish;src:url(/assets/fonts/Mulish-Bold.woff2) format("woff2"),url(/assets/fonts/Mulish-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Mulish;src:url(/assets/fonts/Mulish-Regular.woff2) format("woff2"),url(/assets/fonts/Mulish-Regular.woff) format("woff");font-weight:400;font-style:normal}.overflow--hidden,.overflow--hidden-fixed{overflow:hidden!important}.overflow--hidden-fixed{position:fixed;left:0;right:0;top:0;bottom:0}.pointer-event-none{pointer-events:none}.relative{position:relative}.text-capitalize{text-transform:capitalize}.hidden-opacity{opacity:0;pointer-events:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{font-style:normal;font-weight:400;font-size:16px;line-height:140%;background:#fffbfe;color:#1c1b1f;letter-spacing:normal;font-family:Gilroy,sans-serif;scroll-behavior:smooth}html.dark-mode{background:#1c1b1f;color:#e6e1e5}button:active,button:hover,input:active,input:focus,input:hover{outline:none}h1,h2,h3,h4,h5,h6,ul{margin:0;padding:0;line-height:130%}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:#1c1b1f}.dark-mode a{color:#e6e1e5}img{display:block;max-width:100%}ul{list-style-type:none}section{position:relative;padding:16px 0}body{width:100%}main{display:flex;flex-direction:column}footer{width:100%;margin-top:auto}.container{margin:0 auto;width:100%;max-width:1719px;padding:0 50px}@media(max-width:1719px){.container{max-width:100%}}@media(max-width:1152px){.container{padding:0 25px}}@media(max-width:600px){.container{padding:0 15px}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.blobs{top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}.blob,.blobs{position:absolute}.blob{background-repeat:no-repeat;background-position:50%;background-size:contain}.dark-mode .blob{filter:brightness(.2)}.blob-top-left{left:0;background-image:url(/assets/img/top-left.png);transform:translateX(-45%) translateY(-45%) rotate(-25deg);animation:monetY 30s ease-in-out 2s infinite alternate none running}.blob-top-left,.blob-top-right{top:0;width:clamp(300px,40vw,550px);height:clamp(300px,40vw,550px);z-index:-1;will-change:transform}.blob-top-right{right:0;background-image:url(/assets/img/top-right.png);transform:translateX(60%) translateY(-22%) rotate(-10deg);animation:monetW 30s ease-in-out 2s infinite alternate none running}.blob-bottom-left{left:0;background-image:url(/assets/img/bottom-left.png);position:absolute;transform:translateX(-45%) translateY(45%) rotate(-10deg);animation:monetB 30s ease-in-out 2s infinite alternate none running}.blob-bottom-left,.blob-bottom-right{bottom:0;width:clamp(300px,40vw,550px);height:clamp(300px,40vw,550px);z-index:-1;will-change:transform}.blob-bottom-right{right:0;background-image:url(/assets/img/bottom-right.png);transform:translateX(30%) translateY(30%) rotate(-10deg);animation:monetT 40s ease-in-out 2s infinite alternate none running}@keyframes monetY{to{transform:translateX(-45%) translateY(-45%) rotate(180deg)}}@keyframes monetW{to{transform:translateX(60%) translateY(-22%) rotate(180deg)}}@keyframes monetB{to{transform:translateX(-40%) translateY(40%) rotate(-180deg)}}@keyframes monetT{to{transform:translateX(30%) translateY(30%) rotate(-180deg)}}.project-page-detail__back-wr{min-height:56px;display:flex;align-items:center;flex-shrink:0}.project-page-detail__back-wr span{margin-left:10px}.no-wrap{display:block;text-overflow:ellipsis;width:90%;letter-spacing:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.remove-icon{position:absolute;width:36px;height:36px;background-color:rgba(0,0,0,.555);display:flex;justify-content:center;align-items:center;font-size:31px;transform:rotate(45deg);border-radius:50%;top:10px;right:10px;cursor:pointer}.popup__title{font-size:24px;font-weight:900;text-align:center;padding-bottom:16px}.popup__desc{color:#666;font-size:14px;text-align:center;padding-bottom:24px}.popup__fields{margin-bottom:20px}.popup__field{display:flex;flex-direction:column}.popup__field:not(:last-child){margin-bottom:20px}.popup__field .text{color:#767a76;font-size:13px;font-weight:400;line-height:142%;margin-bottom:12px}.popup .popup__field--text input,.popup .popup__field--text textarea{width:100%;padding:12px;border-radius:6px;background:#f7f7f7;border:1px solid #e6e6e6;outline:none;color:#141414;font-size:14px;font-weight:400;line-height:142%}.popup .popup__field--text input::-moz-placeholder,.popup .popup__field--text textarea::-moz-placeholder{font-family:Mulish;color:#767676;font-size:14px;font-weight:400;line-height:142%;opacity:1}.popup .popup__field--text input::placeholder,.popup .popup__field--text textarea::placeholder{font-family:Mulish;color:#767676;font-size:14px;font-weight:400;line-height:142%;opacity:1}.popup .popup__field--text input:focus,.popup .popup__field--text textarea:focus{border-color:#25b825}.popup .popup__field--text textarea{resize:vertical;height:100px;min-height:80px;max-height:40vh}.popup__point-wrapper{display:flex;align-items:center;gap:8px}.popup__point-wrapper:not(:last-child){margin-bottom:12px}.popup__point-wrapper [type=radio]:checked,.popup__point-wrapper [type=radio]:not(:checked){position:absolute;left:-9999px}.popup__point-wrapper [type=radio]:checked+label,.popup__point-wrapper [type=radio]:not(:checked)+label{position:relative;display:inline-block;cursor:pointer;color:#141414;font-size:14px;font-weight:700;line-height:142%;padding-left:30px}.popup__point-wrapper [type=radio]+label:before,.popup__point-wrapper [type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:2px solid #e6e6e6;border-radius:100%;background:none}.popup__point-wrapper [type=radio]:checked+label:after,.popup__point-wrapper [type=radio]:not(:checked)+label:after{content:"";width:10px;height:10px;background:#25b825;position:absolute;top:5px;left:5px;border-radius:100%;transition:all .3s ease}.popup__point-wrapper [type=radio]:checked+label:before{border:2px solid #25b825}.popup__point-wrapper [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.popup__point-wrapper [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.create-user{padding:10px}.create-user__title{padding-bottom:10px;text-align:center;line-height:140%;font-size:14px}.btn-small{font-size:14px}@media screen and (max-width:576px){.zelray__tab-content.active-content .empty{height:60vh}}.zelray-prices h1{color:#141414;font-size:28px;font-weight:900;line-height:142%;margin-bottom:24px}.zelray-prices__head{display:flex;flex-wrap:wrap;align-items:center;gap:16px}@media screen and (max-width:576px){.zelray-prices__head{flex-direction:column}}.zelray-prices__dropdown{flex:1;max-width:352px;width:100%}@media screen and (max-width:576px){.zelray-prices__dropdown{max-width:100%}}.zelray-prices__dropdown .text{color:#141414;font-size:14px;font-weight:400;line-height:142%;margin-bottom:8px}.zelray-prices__select{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.zelray-prices__select-wrapper{position:relative;display:flex;flex-direction:column;border-radius:6px}.zelray-prices__select-wrapper.open .arrow{display:block}.zelray-prices__select-wrapper.open .arrow:before{left:-3px;transform:rotate(45deg)}.zelray-prices__select-wrapper.open .arrow:after{left:3px;transform:rotate(-45deg)}.zelray-prices__select-wrapper.open .zelray-prices__select-options{opacity:1;visibility:visible;pointer-events:all;border-color:#25b825;z-index:100}.zelray-prices__select-wrapper.open .zelray-prices__select-trigger input{background:#fff;border-radius:6px 6px 0 0;border-color:#25b825}.zelray-prices__select-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.zelray-prices__select-trigger input{width:100%;padding:12px;border-radius:6px;border:1px solid #e6e6e6;background:#f7f7f7;outline:none;color:#141414;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__select-trigger input::-moz-placeholder{font-family:Mulish;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__select-trigger input::placeholder{font-family:Mulish;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__select-trigger .arrow{position:absolute;right:12px;height:10px;width:8px;display:none}.zelray-prices__select-trigger .arrow:after,.zelray-prices__select-trigger .arrow:before{content:"";position:absolute;bottom:0;width:2px;border-radius:4px;height:100%;transition:all .3s}.zelray-prices__select-trigger .arrow:before{left:-3px;transform:rotate(-45deg);background-color:#000}.zelray-prices__select-trigger .arrow:after{left:3px;transform:rotate(45deg);background-color:#000}.zelray-prices__select-options{position:absolute;display:block;top:100%;left:0;right:0;max-height:180px;overflow-y:auto;background:#fff;transition:all .3s;border:1px solid transparent;border-top:none;border-radius:0 0 6px 6px;opacity:0;visibility:hidden;pointer-events:none;z-index:2}.zelray-prices__select-option{position:relative;display:block;cursor:pointer;color:#141414;font-size:14px;font-weight:700;line-height:142%;padding:12px 16px}.zelray-prices__select-option.selected{background:#f7f7f7}.zelray-prices__datepicker{flex:1;max-width:352px;width:100%}@media screen and (max-width:576px){.zelray-prices__datepicker{max-width:100%}}.zelray-prices__datepicker .text{color:#141414;font-size:14px;font-weight:400;line-height:142%;margin-bottom:8px}.zelray-prices__datepicker input{width:100%;padding:12px 16px;border-radius:6px;border:1px solid #e6e6e6;background:#f7f7f7;outline:none;color:#141414;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__elements{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;position:sticky;top:0;z-index:10;background-color:#fff}@media screen and (min-width:1200px){.zelray-prices__elements{background-color:transparent;top:-3px;box-shadow:none}}.zelray-prices__elements button{max-width:310px;padding:12px 24px;gap:8px}.zelray-prices__elements button .icon{display:block;min-width:20px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.zelray-prices__elements button .text{font-size:14px;line-height:142%;letter-spacing:.28px}.zelray-prices__elements form{width:100%;position:relative}@media screen and (min-width:660px){.zelray-prices__elements form{max-width:320px}}@media screen and (min-width:992px){.zelray-prices__elements form{max-width:440px}}.zelray-prices__elements form #zelray-prices__search-btn{position:absolute;left:12px;top:50%;transform:translateY(-50%);padding:0;margin:0;cursor:pointer}.zelray-prices__elements form #zelray-prices__search-btn span{display:block;min-width:16px;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.zelray-prices__elements form #zelray-prices__clear-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:0;margin:0;cursor:pointer;background:none;color:red;font-size:22px;width:30px;height:30px}.zelray-prices__elements form label input{width:100%;padding:12px 48px 12px 36px;border-radius:6px;border:1px solid #25b825;background:#fff;outline:none;color:#141414;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__elements form label input::-moz-placeholder{color:#141414;font-family:Mulish;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__elements form label input::placeholder{color:#141414;font-family:Mulish;font-size:14px;font-weight:400;line-height:142%}.zelray-prices__table-wrapper{display:inline-block;width:100%}.zelray-prices__table-wrapper table{width:100%;margin:0;padding:0;border-collapse:collapse}.zelray-prices__table-wrapper table thead{display:none}.zelray-prices__table-wrapper table th{position:relative}.zelray-prices__table-wrapper table tr{padding:16px;border-top:1px solid #e6e6e6;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;row-gap:16px;position:relative}.zelray-prices__table-wrapper table tr.incart{background-color:rgba(255,251,0,.09)}.zelray-prices__table-wrapper table tr:last-child{border-bottom:1px solid #e6e6e6}.zelray-prices__table-wrapper table tr.selected{background:#f9fff5}.zelray-prices__table-wrapper table tr.selected:after{content:"";width:100%;height:calc(100% + 4px);border:2px solid #25b825;position:absolute;left:0;top:-2px}.zelray-prices__table-wrapper table td{display:inline-block;color:#141414;font-size:14px;font-weight:400;line-height:142%;padding:0 5px}.zelray-prices__table-wrapper table td:first-of-type{flex:0 0 100%}@media screen and (min-width:1200px){.zelray-prices__table-wrapper table td:first-of-type{flex:0 0 60%}}.zelray-prices__table-wrapper table td:nth-of-type(2),.zelray-prices__table-wrapper table td:nth-of-type(3){flex:0 0 20%}.zelray-prices__table-wrapper table td:before{content:attr(data-label);display:block;color:#767a76;font-size:13px;font-weight:400;line-height:152%;margin-bottom:4px}.zelray-prices__table-wrapper table td .counters{max-width:128px}.zelray-prices__table-wrapper table td .highlight{background-color:#ff0}.zelray-prices__table-wrapper table td[data-label="В корзину"]:before,.zelray-prices__table-wrapper table td[data-label="Выбрать кол-во"]:before{content:""}.zelray-prices__table-wrapper table td[data-label="В корзину"] button{padding:8px 32px;cursor:pointer;border-radius:6px;background:#25b825;transition:.3s ease}.zelray-prices__table-wrapper table td[data-label="В корзину"] button span{display:block;min-width:20px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}@media screen and (min-width:991.98px){.zelray-prices__table-wrapper table td[data-label="В корзину"] button:hover{background:#007e2a}}@media screen and (min-width:1199.98px){.zelray-prices__table-wrapper table thead{display:table-header-group;background:#f7f7f7}.zelray-prices__table-wrapper table thead tr{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.zelray-prices__table-wrapper table thead tr th{text-align:left;padding:12px 6px;vertical-align:middle;color:#141414;font-size:14px;font-weight:700;line-height:142%}.zelray-prices__table-wrapper table thead tr th:first-child{padding-left:34px}.zelray-prices__table-wrapper table thead tr th:last-child{text-align:right;padding-right:14px}.zelray-prices__table-wrapper table thead tr th span{display:block;color:#767a76;font-size:13px;font-weight:400;line-height:124%;white-space:nowrap}.zelray-prices__table-wrapper table tr{display:table-row;width:100%;border-top:0;border-bottom:1px solid #e6e6e6}.zelray-prices__table-wrapper table td{display:table-cell;padding:12px 6px;vertical-align:middle}.zelray-prices__table-wrapper table td:not(:first-child){width:11%}.zelray-prices__table-wrapper table td:last-child{text-align:right}.zelray-prices__table-wrapper table td:before{display:none}}@media screen and (min-width:1639.98px){.zelray-prices__table-wrapper table td{display:table-cell;padding:12px 6px;vertical-align:middle}.zelray-prices__table-wrapper table td:not(:first-child){width:8%}}.zelray-prices__table-name{display:flex;align-items:flex-start;gap:8px}@media screen and (max-width:1200px){.zelray-prices__table-name{font-weight:700;font-size:15px}}.zelray-prices__order{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:13px;padding-top:18px;padding-bottom:18px;position:fixed;width:100%;left:0;margin:0 auto;bottom:0;background-color:#fff;right:0;z-index:20;box-shadow:0 0 12px -4px rgba(0,0,0,.259)}@media screen and (min-width:1200px){.zelray-prices__order{box-shadow:none}}@media screen and (min-width:576px){.zelray-prices__order{gap:12px;padding-top:18px;padding-bottom:18px}}.zelray-prices__order-count{color:#141414;font-size:14px;line-height:156%}.zelray-prices__order-count span{font-weight:700}@media screen and (min-width:576px){.zelray-prices__order-count{font-size:18px;font-weight:700}}.zelray-prices__order-submit{display:flex;align-items:center;gap:16px}@media screen and (min-width:576px){.zelray-prices__order-submit{flex-direction:row}}.zelray-prices__order-submit .total{color:#141414;font-size:16px;font-weight:700;line-height:156%;white-space:nowrap}@media screen and (min-width:576px){.zelray-prices__order-submit .total{font-size:18px}}.zelray-prices__order-submit button{gap:8px}@media screen and (max-width:576px){.zelray-prices__order-submit button{padding:10px 12px;display:none}}.zelray-prices__order-submit button .icon{display:block;min-width:20px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.zelray-prices__order-submit button .text{font-size:14px;line-height:142%;letter-spacing:.28px;display:none}@media screen and (min-width:576px){.zelray-prices__order-submit button .text{display:inline-flex}}.mx-datepicker{width:100%!important;font-size:16px}.mx-datepicker input{height:inherit;box-shadow:none;transition:.3s ease}.mx-datepicker input .mx-input:focus,.mx-datepicker input.mx-input:hover{border-color:#25b825}.checkbox{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;display:none}.checkbox input:checked~.checkbox__elem{transition:.3s ease;border:2px solid #25b825;background-color:#25b825;z-index:2}.checkbox input:checked~.checkbox__elem:after{opacity:1;border-radius:0;transform:rotate(0)}.checkbox .checkbox__text{font-size:14px;vertical-align:top;padding-top:1px;display:inline-block;line-height:130%;padding-left:10px;cursor:pointer}.checkbox .checkbox__text:hover{text-decoration:underline}.checkbox .checkbox__elem{position:relative;height:20px;width:20px;min-width:20px;background-color:#fff;display:inline-block;border:2px solid #e6e6e6;border-radius:4px;cursor:pointer}.checkbox .checkbox__elem:after{content:"";position:absolute;left:3px;top:3px;width:10px;height:10px;transition:.5s cubic-bezier(.08,.82,.17,1);opacity:0;transform:rotate(90deg);background:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxIDMuNjY3IDcgMSA0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain}.mx-table-date td,.mx-table-date th{height:36px;font-size:15px;padding:6px}.mx-calendar-content{height:auto}.mx-calendar{width:290px}.mx-table-month td,.mx-table-year td{padding:17px 0}.mx-icon-calendar,.mx-icon-clear{right:14px}.mx-calendar-time{z-index:222}.can-edit{cursor:pointer}.can-edit:hover{text-decoration:underline}.zelray-button-panel{display:flex;gap:12px}thead{position:sticky;top:0;z-index:5}.pagination{margin-top:15px}.pagination__all{max-width:280px}.zelray-edit-panel{display:flex;align-items:center;background-color:#b3f1b3;border-radius:6px}.zelray-edit-panel__count{padding:0 12px;font-weight:700;display:flex;align-items:center;font-size:14px}.zelray-edit-panel__count .icon{width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-position:50%;margin-left:10px;cursor:pointer}.zelray-prices__elements.is-background{background-color:#f7f7f7}@media screen and (max-width:992px){.mx-datepicker-main.mx-datepicker-popup{position:fixed!important;left:0!important;top:0!important;width:100%;height:100%;background-color:rgba(0,0,0,.29)}.mx-datepicker-content{background-color:#fff;width:375px;margin:auto;top:50%;position:relative;transform:translateY(-50%)}.mx-calendar{width:100%}.mx-table-date td,.mx-table-date th{height:50px}}@media screen and (max-width:660px){.zelray-edit-panel__btn{margin-left:auto}.zelray-edit-panel{width:100%}}.zelray-prices__table-name .name{cursor:pointer}.zelray-prices__table-name .name b{background:#c7ffa8}.zelray-prices__table-name .name:hover{text-decoration:underline}.popup__group{display:flex;margin:0 -6px;width:100%;flex-wrap:wrap}.popup__group>.popup__field{width:50%;padding:6px}.popup__label{width:100%;font-weight:700;font-size:16px;padding-top:10px;padding-bottom:4px}.popup__field.list-details{font-size:14px;color:#666;line-height:140%}.popup__field.list-details li{padding:1px 0}@media screen and (max-width:576px){.zelray-btn-panel{display:none}}@media screen and (min-width:767px){.zelray-cart-menu__dots{display:none}}@media screen and (max-width:620px){.zelray-prices__elements form{width:calc(100% - 63px);position:relative}}.zelray-prices__order-count .user-bar{line-height:110%;font-weight:400;margin-left:0;cursor:pointer}.zelray-prices__order-count .user-bar__avatar span{background-color:#00862e;font-size:15px;color:#fff}.user-bar__arrow:before{content:"";display:block;width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjY5MS4zNjUgOS4wNTUgNi43M2ExIDEgMCAwIDEgMCAxLjQxNGwtNi4zNjQgNi4zNjRhMSAxIDAgMCAxLTEuNDE0LTEuNDE0bDUuNjU3LTUuNjU3TDEuMjc3IDEuNzhBMSAxIDAgMSAxIDIuNjkxLjM2NXoiIGZpbGw9IiM0NjljMjQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;transform:rotate(90deg)}.user-bar__arrow{margin-left:19px}.zelray-prices__order-count .user-bar__info{background-color:#f5f5f5;padding:5px 15px;border-radius:7px}.zelray-prices__order-count .user-bar__info:hover{background-color:#eee;cursor:pointer}@media screen and (max-width:480px){.zelray-prices__order-count .user-bar__avatar{border:2px solid #25b825;padding:2px}.zelray-prices__order-count .user-bar__avatar span{height:30px;width:30px;line-height:28px;font-size:12px}.user-bar__arrow:before{width:17px;height:13px;background-size:contain}.user-bar__arrow{margin-left:10px}}.zelray-prices__order._container{padding:10px 16px}.zelray-cart-menu__dots{position:absolute;right:0;top:auto}.zelray-cart-menu__dots .btn{font-size:35px!important;height:46px;font-weight:400;padding:7px 14px 14px 14px}@media(min-width:601px){.table--responsive thead{display:none}.table--responsive tbody{display:flex;flex-direction:column}.table--responsive tr{flex-flow:column;margin:0 0 10px;padding:5px 15px;border:1px solid #79747e}.dark-mode .table--responsive tr{border:1px solid #938f99}.table--responsive tr td{display:block;padding:10px 0!important;border:none!important}.table--responsive tr td:before{content:attr(data-title);display:block;font-weight:700}}.card-table{width:100%}@media screen and (min-width:576px){.card-table{display:table}}.card-table__th{display:none;background-color:#fff}@media screen and (min-width:576px){.card-table__th{display:table-cell;padding:10px 15px;border-bottom:1px solid #eee;font-weight:600}}.card-table__tr{border-bottom:1px solid #eee;padding:10px 0;display:flex;flex-wrap:wrap}@media screen and (min-width:576px){.card-table__tr{display:table-row}.card-table__tr:hover .card-table__td{background-color:#f5f5f5}}.card-table__td{width:50%;background-color:#fffbfe}@media screen and (min-width:576px){.card-table__td{display:table-cell;padding:15px 15px;border-bottom:1px solid #eee}}.card-table__td:before{content:attr(data-title);display:block;width:100%;font-size:12px}@media screen and (min-width:576px){.card-table__td:before{display:none}}.card-table__td--full{width:100%;white-space:nowrap}@media screen and (min-width:576px){.card-table__td--full{width:auto}}.card-table__td .name{font-weight:700;font-size:18px;display:block}@media screen and (min-width:576px){.card-table__td .name{font-size:16px}}.card-table__td .user-name{font-size:14px;color:#999}.dark-mode .card-table__td{border-bottom:1px solid #2d2d2d;background-color:#26242a}@media screen and (max-width:576px){.dark-mode .card-table__td{border-bottom:none;background-color:transparent!important}}.dark-mode .card-table__th{background-color:#413c48;border-bottom:1px solid #49454f}@media screen and (max-width:576px){.dark-mode .card-table__tr{border-bottom:1px solid #302d35;background-color:#26242b;padding:16px}}.dark-mode .card-table__tr:hover>div{background-color:#514c57}@media screen and (max-width:576px){.projects-page__list--services .card-table__td:last-child{display:none}}.form__field{margin-bottom:16px}input{display:block;width:100%}.form label{display:block;font-weight:600}.form input:invalid{box-shadow:none}.form input[type=date],.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=tel],.form input[type=text]{height:52px;font-size:14px;padding-left:15px;padding-right:15px;border:1px solid #bcbcbc;box-sizing:border-box;border-radius:5px;width:auto;flex-grow:1}.form input[type=date]::-moz-placeholder,.form input[type=email]::-moz-placeholder,.form input[type=number]::-moz-placeholder,.form input[type=password]::-moz-placeholder,.form input[type=tel]::-moz-placeholder,.form input[type=text]::-moz-placeholder{color:#525166}.form input[type=date]::placeholder,.form input[type=email]::placeholder,.form input[type=number]::placeholder,.form input[type=password]::placeholder,.form input[type=tel]::placeholder,.form input[type=text]::placeholder{color:#525166}.form input[disabled]{background-color:#eee}.form select{height:52px;width:100%;background-color:#fff;border:1px solid #ccc;border-radius:6px;font-size:14px;padding:0 15px}.form input[type=date]{padding-right:3em;background-size:1.2em auto;background-repeat:no-repeat;background-position:calc(100% - 1.25em);min-width:165px;cursor:pointer}.form .af-select[aria-valid=false],.form input[type=date][aria-valid=false],.form input[type=email][aria-valid=false],.form input[type=number][aria-valid=false],.form input[type=password][aria-valid=false],.form input[type=tel][aria-valid=false],.form input[type=text][aria-valid=false]{border-color:red}.form input[type=email][aria-valid=true],.form input[type=password][aria-valid=true]{padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTY3IDEwLjI5OSAxMy41NDkuMzE3bDEuNDE0IDEuNDE0LTkuOTgyIDkuOTgyLTEuNDE0LTEuNDE0eiIgZmlsbD0iIzRBQzYzNSIvPjxwYXRoIGQ9Im0xLjUxIDUuNDM0IDQuNDMgNC40MzItMS40MTMgMS40MTRMLjA5NiA2Ljg0OSAxLjUxIDUuNDM0eiIgZmlsbD0iIzRBQzYzNSIvPjwvc3ZnPg==);background-size:1em auto;background-repeat:no-repeat;background-position:96%}.form textarea{min-height:129px;max-width:100%;resize:vertical;width:100%;border:1px solid #bcbcbc;border-radius:5px;font-size:14px;padding:15px;line-height:140%}.form textarea:focus{outline:none!important}.form div.error{color:#cf1c5d;font-size:12px;padding-top:5px;text-align:center;width:100%}.form__note{font-size:13px;color:#525166;width:100%}.form__note span{cursor:pointer}.form__note a{color:#367fbd;text-decoration:underline}.form__note--col2{display:flex;justify-content:space-between;flex-direction:column}.form__note--col2>span{cursor:pointer;padding-bottom:10px}@media screen and (min-width:767px){.form__note--col2>span{padding-bottom:0}.form__note--col2{flex-direction:row}}.form__submit{padding-top:3em}.form__item{display:flex;align-items:center;flex-direction:column;width:100%}@media screen and (min-width:767px){.form__item{flex-direction:row;align-items:flex-start;margin:-10px;width:calc(100% + 20px)}}.form__item>.form__item{margin:0;flex-direction:column;width:100%}@media screen and (min-width:1440px){.form__item>.form__item{flex-direction:row}}.form__subitem{flex-grow:1;margin-bottom:15px;margin-right:0;width:100%;display:flex;flex-wrap:wrap}.form__subitem div.error{color:#cf1c5d;font-size:12px;padding-top:5px;padding-left:3px;width:100%}.form__subitem .form__item .form__subitem:last-child{margin-bottom:0}@media screen and (min-width:767px){.form__subitem{padding:12px 10px;margin-bottom:0}}.form__label{font-weight:600;width:100%;padding-top:10px;padding-bottom:15px}.form fieldset{border:none;padding:0;margin-top:40px}.form fieldset:first-child{margin-top:0}.form legend{margin-bottom:30px}.form .af-select{height:52px;border:1px solid #bcbcbc;box-sizing:border-box;border-radius:5px}.form .af-select .select-options li{max-width:none}.dark-mode .form input[type=date],.dark-mode .form input[type=email],.dark-mode .form input[type=number],.dark-mode .form input[type=password],.dark-mode .form input[type=tel],.dark-mode .form input[type=text],.dark-mode .form select,.dark-mode .form textarea{background-color:#49454f;border-color:#8d8b91;color:#fff}.dark-mode .form input[type=date]::-moz-placeholder,.dark-mode .form input[type=email]::-moz-placeholder,.dark-mode .form input[type=number]::-moz-placeholder,.dark-mode .form input[type=password]::-moz-placeholder,.dark-mode .form input[type=tel]::-moz-placeholder,.dark-mode .form input[type=text]::-moz-placeholder,.dark-mode .form select::-moz-placeholder,.dark-mode .form textarea::-moz-placeholder{color:#fff}.dark-mode .form input[type=date]::placeholder,.dark-mode .form input[type=email]::placeholder,.dark-mode .form input[type=number]::placeholder,.dark-mode .form input[type=password]::placeholder,.dark-mode .form input[type=tel]::placeholder,.dark-mode .form input[type=text]::placeholder,.dark-mode .form select::placeholder,.dark-mode .form textarea::placeholder{color:#fff}.vb-dragger{width:3px;right:2px}.vb-visible .vb-dragger{min-height:1px}.vb-invisible .vb-dragger{min-height:inherit}.custom-select .vb-dragger{padding:4px 0;right:4px}@media(min-width:601px){.custom-modal .vb-dragger{padding:16px 0;right:4px}}.vb-dragger-styler{height:100%;border-radius:3px}.dark-mode .vb-dragger-styler,.vb-dragger-styler{background-color:#0a8f1c}.slide-left-enter-active,.slide-left-leave-active{transition:.15s ease-out}.slide-left-enter-to,.slide-left-leave{transform:translateZ(0)}.slide-left-enter,.slide-left-leave-to{transform:translate3d(-100%,0,0)}.fade-enter-active,.fade-leave-active{transition:.5s ease-out}.fade-enter-to,.fade-leave{opacity:1}.fade-enter,.fade-leave-to{opacity:0}*,:after,:before{box-sizing:border-box}a,b,blockquote,body,button,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}footer,header,main,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}a{text-decoration:none}html{scrollbar-gutter:stable}body,html{height:100%}body{font-family:Mulish;display:flex;flex-direction:column}._container{padding:0 15px;margin:0 auto}@media screen and (min-width:480px){._container{padding:0 16px}}@media screen and (min-width:575.98px){._container{padding:0 16px}}@media screen and (min-width:767.98px){._container{padding:0 20px}}@media screen and (min-width:991.98px){._container{padding:0 30px}}@media screen and (min-width:1199.98px){._container{padding:0 30px;max-width:100%}}@media screen and (min-width:1439.98px){._container{padding:0 15px;max-width:1720px}}body.open-mobile-menu{overflow:hidden}.zelray-prices__select-option i{background-color:green;color:#fff;font-size:12px;font-weight:400;border-radius:5px;padding:0 5px}.empty{padding:30px;background-color:#fff;border:1px solid #eee;text-align:center;color:#848484;line-height:150%;border-top:2px solid #25b825}.empty a{color:#007e2a;text-decoration:underline}select{background-color:#fff;border:1px solid #e6e6e6;height:32px;padding:0 12px;font-size:14px}select option{font-family:Arial,Helvetica,sans-serif;font-size:13px}.btn-green{width:100%;padding:12px 36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:#25b825;border:none;cursor:pointer;transition:.3s ease;color:#fff;font-size:16px;font-weight:700;line-height:150%;letter-spacing:.64px;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:991.98px){.btn-green:hover{background:#007e2a}}.btn-green[disabled]{cursor:default;background-color:#ddd}.btn-gray{width:100%;padding:12px 36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:#e6e6e6;border:none;cursor:pointer;transition:.3s ease;color:#fff;font-size:16px;font-weight:700;line-height:150%;letter-spacing:.64px;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:991.98px){.btn-gray:hover{background:#25b825}}.counters{display:flex;max-width:120px;padding:8px;align-items:center;gap:12px;flex-shrink:0;border-radius:6px;border:1px solid #e6e6e6}.counters .minus{background:none;cursor:pointer}.counters .minus span{display:block;min-width:20px;width:26px;height:26px;background-size:20px;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.counters .plus{background:none;cursor:pointer}.counters .plus span{display:block;min-width:20px;width:26px;height:26px;background-size:20px;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.counters input{width:100%;background:none;outline:none;color:var(--text-1,#141414);text-align:center;font-size:14px;font-weight:400;line-height:142%}@keyframes showBlock{0%{transform:translateY(-100%)}50%{transform:translateY(0)}75%{transform:translateY(-5%)}to{transform:translateY(0)}}button.remove-hover{background-color:#de0d0d!important}button.remove-hover span{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Im0yNTYtMjAwLTU2LTU2IDIyNC0yMjQtMjI0LTIyNCA1Ni01NiAyMjQgMjI0IDIyNC0yMjQgNTYgNTYtMjI0IDIyNCAyMjQgMjI0LTU2IDU2LTIyNC0yMjQtMjI0IDIyNHoiLz48L3N2Zz4=)!important}.sale-badge{min-width:18px;width:18px;height:18px;vertical-align:middle;margin-top:-1px;display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjViODI1IiBoZWlnaHQ9IjgwMCIgd2lkdGg9IjgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjk2LjQxIDI5Ni40MSI+PHBhdGggZD0ibTI2OC4xMTUgMTA5LjI0MS0uMDA3LTQ4LjE2LTQ1LjgyMS0xNC44NjItMjguMjc0LTM5LjAwMS00NS44MDggMTQuOTQ0LTQ1LjgwOS0xNC45NDMtMjguMjczIDM5LTQ1LjgyMSAxNC44NjItLjAwNyA0OC4xNjFMMCAxNDguMjA1bDI4LjI5NiAzOC45NjQuMDA2IDQ4LjE2IDQ1LjgyMSAxNC44NjIgMjguMjc0IDM5LjAwMSA0NS44MDgtMTQuOTQ0IDQ1LjgwOSAxNC45NDMgMjguMjczLTM5IDQ1LjgyMS0xNC44NjIuMDA3LTQ4LjE2MSAyOC4yOTUtMzguOTYzLTI4LjI5NS0zOC45NjR6TTk2LjU2NyAxMzQuNDhjLTQuOTQxLTQuOTcxLTcuNjk1LTExLjIyOC03LjY5NS0xOC43NzJ2LTYuNzUzYzAtNy42MDIgMi43MzktMTMuOTAzIDcuNjUxLTE4LjkwMyA0LjkxMy00Ljk5OSAxMi4wNDEtNy40OTggMjEuMTA2LTcuNDk4IDkuMTggMCAxNi4wOTUgMi40OTkgMjEuMDA2IDcuNDk4IDQuOTEzIDUgNy4yMzcgMTEuMzAyIDcuMjM3IDE4LjkwM3Y2Ljc1M2MwIDcuNjAzLTIuMjU0IDEzLjg3NC03LjE2NyAxOC44MTMtNC45MTIgNC45NDMtMTEuOTQgNy40MTItMjEuMDAzIDcuNDEyLTkuMTIyLjAwMS0xNi4xOTMtMi40ODQtMjEuMTM1LTcuNDUzem0yNi4wMjYgNjguMDYyLTEzLjc3LTYuOTMgNjIuMzYzLTk5LjgxNCAxMy43NzIgNi45My02Mi4zNjUgOTkuODE0em04NC4yNzktMTQuOTk3YzAgNy42Ni0yLjM5MiAxMy45NjEtNy4yNzUgMTguOTAyLTQuODgzIDQuOTQxLTExLjgzIDcuNDA5LTIwLjg5NCA3LjQwOS05LjEyMSAwLTE2LjI1Ny0yLjQ4My0yMS4yNTgtNy40NTQtNC45OTctNC45Ny03LjU3My0xMS4yNTYtNy41NzMtMTguODU3di02Ljc1NGMwLTcuNTQzIDIuNTczLTEzLjgxNSA3LjU0NC0xOC44MTUgNC45NjktNS4wMDEgMTIuMDMxLTcuNDk5IDIxLjA5My03LjQ5OSA5LjE4IDAgMTYuMTgzIDIuNDg3IDIxLjA2NiA3LjQ1NCA0Ljg4MyA0Ljk3MiA3LjI5NyAxMS4yNTggNy4yOTcgMTguODZ2Ni43NTR6Ii8+PHBhdGggZD0iTTEyNC42NDUgMTIyLjk2NWMxLjYwOC0xLjk0NyAyLjIyNy00LjM3MyAyLjIyNy03LjI3OXYtNi43MTFjMC0yLjkwMy0uNjM1LTUuMzU3LTIuMjcyLTcuMzYyLTEuNjM5LTIuMDA1LTMuODg0LTMuMDA4LTYuOTI0LTMuMDA4LTIuOTgxIDAtNS41MDQgMS4wMDMtNy4xNCAzLjAwOC0xLjYzNyAyLjAwNS0yLjY2NCA0LjQ1OS0yLjY2NCA3LjM2MnY2LjcxMWMwIDIuOTA2IDEuMDc0IDUuMzMyIDIuNzEgNy4yNzkgMS42MzcgMS45NDUgNC4wNDEgMi45MTggNy4xNDIgMi45MTggMi45ODEgMCA1LjMxMi0uOTczIDYuOTIxLTIuOTE4em01My45MDkgNDcuNTYyYy0zLjA0MSAwLTUuNDg1IDEuMDA1LTcuMTIgMy4wMDgtMS42NDEgMi4wMDUtMi41NjIgNC40MzItMi41NjIgNy4yNzh2Ni43MDhjMCAyLjc5MiAxLjAzOSA1LjIwMSAyLjkxMiA3LjIzNiAxLjg3MSAyLjAzMyA0LjIwMyAzLjA0OCA2Ljg5MyAzLjA0OCAzLjYyNSAwIDYuMDMtLjg5OSA3LjMxOC0yLjcwMiAxLjI4NC0xLjggMS44NzctNC4zMjcgMS44NzctNy41ODJ2LTYuNzA4YzAtMi44NDctLjc1NS01LjI3My0yLjQyMi03LjI3OC0xLjY2Ny0yLjAwMy0zLjkxNS0zLjAwOC02Ljg5Ni0zLjAwOHoiLz48L3N2Zz4=)}.icon-cross{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Im0yNTYtMjAwLTU2LTU2IDIyNC0yMjQtMjI0LTIyNCA1Ni01NiAyMjQgMjI0IDIyNC0yMjQgNTYgNTYtMjI0IDIyNCAyMjQgMjI0LTU2IDU2LTIyNC0yMjQtMjI0IDIyNHoiLz48L3N2Zz4=)!important}.icon-cross.ic_42{width:42px;height:42px;display:block;background-color:#cf2626;border-radius:6px;background-repeat:no-repeat;background-position:50%}.footer,.header{flex:0 0 auto}.section-h1,h1{font-size:28px;line-height:1.4;margin:0 0 16px;width:100%;font-weight:600;padding-bottom:.5em}@media screen and (min-width:767px){.section-h1,h1{font-size:40px}}.section-h2,h2{font-size:32px}.section-h2,.section-h3,h2,h3{line-height:1.4;margin:0 0 16px;width:100%;font-weight:600}.section-h3,h3{font-size:28px}.section-h4,h4{font-size:24px}.section-h4,.section-h5,h4,h5{line-height:1.4;margin:0 0 16px;width:100%;font-weight:600}.section-h5,h5{font-size:20px}.section-h6,h6{font-size:18px;line-height:1.4;margin:0 0 16px;width:100%;font-weight:600}.preloader__spinner--btn{position:absolute;top:50%;left:50%;z-index:1;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;border:2px solid #fff;animation:spinner-bulqg1 .8s linear infinite alternate,spinner-oaa3wk 1.6s linear infinite}.dark-mode .preloader__spinner--btn{border-color:#381e72}@keyframes spinner-bulqg1{0%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes spinner-oaa3wk{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}.zelray__tabs{overflow-x:auto}.btn{width:auto;padding:12px 36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:#25b825;border:none;cursor:pointer;transition:.3s ease;color:#fff;font-size:14px;font-weight:700;line-height:150%;letter-spacing:.64px;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:480px){.btn{height:44px;padding:0 40px;min-width:180px}}.btn:hover{opacity:.92}.dark-mode .btn:hover{box-shadow:0 2px 8px -1px rgba(0,0,0,.2),0 4px 9px 0 rgba(0,0,0,.14),0 1px 15px 0 rgba(0,0,0,.12)}.btn.disabled,.btn[disabled]{opacity:.38;pointer-events:none;box-shadow:none!important}.btn.btn--small,.btn.btn-small{height:42px;padding-left:35px;padding-right:29px;min-width:auto;color:#fff}.btn.btn-loading:after{content:"";width:14px;min-width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent!important;margin-left:10px;transition:transform .5s linear;animation:loadingrotate .5s linear infinite;display:inline-block;white-space:nowrap;flex-wrap:nowrap;position:relative;left:5px}.btn.btn--elevated{background-color:rgba(103,80,164,.05);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.btn.btn--elevated .btn__icon,.btn.btn--elevated .btn__text{color:#6750a4}.btn.btn--elevated .preloader__spinner--btn{border-color:#6750a4}.btn.btn--elevated .preloader__spinner--btn .dark-mode{border-color:#d0bcff}.dark-mode .btn.btn--elevated{background-color:rgba(208,188,255,.05);box-shadow:0 2px 8px -1px rgba(0,0,0,.2),0 4px 9px 0 rgba(0,0,0,.14),0 1px 15px 0 rgba(0,0,0,.12)}.dark-mode .btn.btn--elevated .btn__icon,.dark-mode .btn.btn--elevated .btn__text{color:#d0bcff}.btn.btn--tonal{background-color:#e8def8}.btn.btn--tonal .btn__icon,.btn.btn--tonal .btn__text{color:#1d192b}.btn.btn--tonal .preloader__spinner--btn{border-color:#1d192b}.btn.btn--tonal .preloader__spinner--btn .dark-mode{border-color:#e8def8}.dark-mode .btn.btn--tonal{background-color:#4a4458}.dark-mode .btn.btn--tonal .btn__icon,.dark-mode .btn.btn--tonal .btn__text{color:#e8def8}.dark-mode .btn.btn--tonal .preloader__spinner--btn{border-color:#1d192b}.dark-mode .btn.btn--tonal .preloader__spinner--btn .dark-mode{border-color:#e8def8}.btn.btn--outline{background-color:#fffbfe;border:1px solid #79747e}.btn.btn--outline .btn__icon,.btn.btn--outline .btn__text{color:#6750a4}.btn.btn--outline .preloader__spinner--btn{border-color:#6750a4}.btn.btn--outline .preloader__spinner--btn .dark-mode{border-color:#d0bcff}.dark-mode .btn.btn--outline{background-color:#1c1b1f;border:1px solid #938f99}.dark-mode .btn.btn--outline .btn__icon,.dark-mode .btn.btn--outline .btn__text{color:#d0bcff}.btn.btn--no-bg{background-color:transparent}.btn.btn--no-bg .btn__icon,.btn.btn--no-bg .btn__text{color:#6750a4}.btn.btn--no-bg .preloader__spinner--btn{border-color:#6750a4}.btn.btn--no-bg .preloader__spinner--btn .dark-mode{border-color:#d0bcff}.dark-mode .btn.btn--no-bg{background-color:transparent}.dark-mode .btn.btn--no-bg .btn__icon,.dark-mode .btn.btn--no-bg .btn__text{color:#d0bcff}.btn.btn-red{background-color:#de0d0d}.btn.btn-red:hover{background:#de0d0d;opacity:.9}.btn__text{position:relative;transform:translateZ(0);flex-shrink:0;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:16px;line-height:1;color:#fff;letter-spacing:normal;text-align:center;z-index:3}.dark-mode .btn__text{color:#381e72}.btn__text--loading{visibility:hidden;opacity:0}.btn__icon{position:relative;margin-left:-8px;margin-right:8px;z-index:3;width:18px;height:18px;color:#fff}.dark-mode .btn__icon{color:#381e72}.btn__icon-block{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);z-index:3}@keyframes loadingrotate{to{transform:rotate(1turn)}}.empty-text{background-color:#eee;color:#999;text-align:center;padding:30px 15px;width:100%}.dark-mode .empty-text{background-color:#49454f}.dark-mode .attach-file .btn{background-color:#d0bcff;color:#381e72;font-weight:500}.dark-mode .btn{background-color:#d0bcff;color:#000}.not-found{padding:48px 0}.status.complete{border-left:5px solid #62ce54}.status.complete,.status.error{opacity:1;transform:translateY(0)}.status.error{border-left:5px solid #d35351}.status{background:rgba(6,21,38,.9) none repeat scroll 0 0;bottom:10px;border-left:5px solid #000;color:#fff;left:10px;max-width:300px;opacity:0;padding:15px 25px;position:fixed;transition:transform .3s ease 0s,opacity .3s ease 0s;z-index:10000000;transform:translatey(100%)}@media screen and (min-width:992px){.status{max-width:360px}}.status__header{padding:5px 0;font-weight:700;font-size:15px}.status__message{padding:5px 0;font-size:15px;line-height:140%}