@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap);.header{padding:24px 32px 0;position:fixed;width:100%;top:0;left:0;z-index:11}@media only screen and (max-width:834px){.header{padding:24px 20px 0}}.header__container{max-width:1416px;margin-inline:auto;padding-left:20px;padding-right:20px;position:relative}@media only screen and (max-width:1024px){.header__inner{z-index:110;position:relative;transition:all ease-in-out .35s}}.header__side{padding:8px;display:flex;border-radius:6px;background:#fff;box-shadow:0 0 1.5px 0 rgba(0,0,0,.4),0 0 16px 0 rgba(0,0,0,.02);gap:8px;align-items:center}@media only screen and (max-width:1024px){.header__side{transition:all ease-in-out .35s}}.header__logo{margin-right:8px;padding-right:9px;position:relative}@media only screen and (max-width:1024px){.header__logo{margin-right:0;padding-right:0}}.header__logo:after{display:block;content:"";position:absolute;right:0;top:calc(50% - 16px);height:32px;width:1px;background-color:rgba(0,0,0,.1)}@media only screen and (max-width:1024px){.header__logo:after{display:none}}.header__logo__link{align-items:center;padding:12px;width:84px;height:42px;border-radius:4px;transition:all ease-in-out .35s}@media only screen and (max-width:1024px){.header__logo__link{padding:8px 12px;width:88px;height:40px}}@media only screen and (min-width:1024px){.header__logo__link:hover{background:rgba(0,0,0,.05)}}.header__logo a,.header__logo svg{display:flex;justify-content:center;align-items:center}@media only screen and (max-width:1024px){.header__menu{pointer-events:none;position:absolute;top:24px;left:20px;right:20px;height:0;opacity:0;padding-top:56px;background-color:#fff;overflow:hidden;border-radius:6px;z-index:101;transition:all .35s linear}}@media only screen and (max-width:1024px){.header__menu.desktop{display:none}}.header__menu.mobile{display:none}@media only screen and (max-width:1024px){.header__menu.mobile{display:block}}.header__menu-list{display:flex;align-items:center;gap:8px}@media only screen and (max-width:1024px){.header__menu-list{flex-direction:column;gap:0;border-top:1px solid rgba(0,0,0,.1);overflow-y:auto;max-height:calc(95dvh - 136px)}}@media only screen and (max-width:576px){.header__menu-list{max-height:calc(95dvh - 192px)}}@media only screen and (max-width:1024px){.header .menu-item{width:100%}}@media only screen and (max-width:1024px){.header .menu-item:last-child .menu__link-button:before,.header .menu-item:last-child .menu__link:before{display:none}}@media only screen and (max-width:1024px){.header .menu-item:last-child .sub-menu.open:after{display:none}}.header .menu__link,.header .menu__link-button{display:flex;align-items:center;gap:4px;padding:9px 12px;border-radius:4px;font-weight:700;transition:all ease-in-out .35s;color:#000;cursor:pointer}@media only screen and (max-width:1024px){.header .menu__link,.header .menu__link-button{padding:22px 16px;justify-content:space-between;position:relative;font-size:20px;gap:12px;width:100%}}@media only screen and (max-width:834px){.header .menu__link,.header .menu__link-button{font-size:18px}}@media only screen and (min-width:1024px){.header .menu__link-button:hover,.header .menu__link:hover{background:rgba(0,0,0,.05)}}@media only screen and (max-width:1024px){.header .menu__link-button:before,.header .menu__link:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(0,0,0,.1);transition:all ease-in-out .35s}}.header .menu__link-button.open:after,.header .menu__link.open:after{transform:rotate(-180deg)}.header .menu__link-button.open:before,.header .menu__link.open:before{left:16px;right:16px}.header .menu__link-button{padding:9px 8px 9px 12px}@media only screen and (max-width:1024px){.header .menu__link-button{padding:22px 16px 21px}}.header .menu__link-button:after{display:block;content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.41058 6.91083C4.73602 6.58539 5.26366 6.58539 5.58909 6.91083L9.99984 11.3216L14.4106 6.91083C14.736 6.58539 15.2637 6.58539 15.5891 6.91083C15.9145 7.23626 15.9145 7.7639 15.5891 8.08934L10.5891 13.0893C10.2637 13.4148 9.73602 13.4148 9.41058 13.0893L4.41058 8.08934C4.08514 7.7639 4.08514 7.23626 4.41058 6.91083Z' fill='black'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform ease-in-out .35s}@media only screen and (max-width:1024px){.header .menu__link-button:after{width:24px;height:24px}}.header__buttons{gap:8px}@media only screen and (max-width:1024px){.header__buttons{padding:15px 16px 16px;border-top:1px solid rgba(0,0,0,.05);justify-content:center}}@media only screen and (max-width:576px){.header__buttons{flex-direction:column}}@media only screen and (max-width:1024px){.header__buttons.desktop{display:none}}.header__burger{display:none}@media only screen and (max-width:1024px){.header__burger{padding:8px;display:flex;align-items:center;justify-content:center;position:relative;width:40px;height:40px;z-index:200}}.header__burger:after,.header__burger:before{content:"";position:absolute;width:22px;height:2px;border-radius:50px;background-color:#000;transition:top .15s linear .15s,transform .15s linear,background .3s linear}.header__burger:before{top:12px}.header__burger:after{bottom:12px}.header__burger__btn{display:block;width:22px;height:2px;border-radius:50px;pointer-events:none;background-color:#000;transition:all ease-in-out .15s}.header .sub-menu{width:96vw;max-width:-moz-max-content;max-width:max-content;display:block;position:absolute;left:32px;top:90px;overflow:hidden;opacity:0;box-shadow:0 0 1.5px 0 rgba(0,0,0,.4),0 0 16px 0 rgba(0,0,0,.02);border-radius:6px;pointer-events:none;z-index:11;transition:all .3s ease-in-out}@media only screen and (max-width:1024px){.header .sub-menu{display:none;position:relative;left:0;top:0;width:auto;max-width:none;opacity:1;transition:none;box-shadow:none}}.header .sub-menu *{pointer-events:none}@media only screen and (max-width:1024px){.header .sub-menu:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(0,0,0,.1);opacity:0;transition:all ease-in-out .35s}}.header .sub-menu.open{opacity:1;pointer-events:auto}.header .sub-menu.open *{pointer-events:auto}@media only screen and (max-width:1024px){.header .sub-menu.open:after{opacity:1}}.header .sub-menu__container{display:flex}@media only screen and (max-width:1024px){.header .sub-menu__container{flex-direction:column}}.header .sub-menu__columns{display:flex;background-color:#fff}@media only screen and (max-width:1024px){.header .sub-menu__columns{width:100%;flex-direction:column}}.header .sub-menu__column{margin-right:8px;padding:8px;width:332px;position:relative}@media only screen and (max-width:1024px){.header .sub-menu__column{margin:0 0 20px;padding:0 0 8px;width:100%}}.header .sub-menu__column.with-featured{padding-right:18px}@media only screen and (max-width:1024px){.header .sub-menu__column.with-featured{padding-right:0}}@media only screen and (max-width:1024px){.header .sub-menu__column.with-featured:first-child{padding-top:20px}}.header .sub-menu__column.with-featured:last-child{padding-right:8px;max-width:322px}@media only screen and (max-width:1024px){.header .sub-menu__column.with-featured:last-child{padding:0 0 16px;max-width:none}}.header .sub-menu__column:after{display:block;content:"";position:absolute;top:0;right:1px;bottom:0;width:1px;background-color:rgba(0,0,0,.05)}@media only screen and (max-width:1024px){.header .sub-menu__column:after{top:auto;right:16px;left:16px;width:auto;height:1px}}.header .sub-menu__column:last-child{margin:0}.header .sub-menu__column:last-child:after{display:none}.header .sub-menu__links{display:flex;flex-direction:column;gap:2px;max-width:400px;width:100%;padding:7px}.header .sub-menu__featured{margin-bottom:8px;padding:16px;border-radius:4px;position:relative;transition:all ease-in-out .35s}@media only screen and (max-width:1024px){.header .sub-menu__featured{padding:0 16px;border-radius:0}}.header .sub-menu__featured:last-child{margin-bottom:0}@media only screen and (min-width:1024px){.header .sub-menu__featured:hover{background:rgba(0,0,0,.05)}}@media only screen and (min-width:1024px){.header .sub-menu__featured:hover .sub-menu__featured__image{transform:scale(1.05)}}.header .sub-menu__featured__label{margin-bottom:12px}.header .sub-menu__featured__link{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;font-weight:500;gap:8px}.header .sub-menu__featured__link-absolute{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.header .sub-menu__featured__link:last-child{margin-bottom:0}.header .sub-menu__featured__link:after{display:block;margin-left:auto;content:"";width:22px;height:22px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3248 11.3527C18.4174 11.1285 18.4174 10.8768 18.3248 10.6526C18.2801 10.5415 18.214 10.4402 18.1303 10.3545L11.6485 3.87264C11.4766 3.70073 11.2435 3.60416 11.0003 3.60416C10.7572 3.60416 10.5241 3.70073 10.3522 3.87264C10.1803 4.04455 10.0837 4.27771 10.0837 4.52082C10.0837 4.76394 10.1803 4.9971 10.3522 5.16901L15.2719 10.0887L4.51853 10.0822C4.39752 10.0817 4.27761 10.1052 4.16571 10.1513C4.05382 10.1974 3.95216 10.2651 3.86659 10.3507C3.78102 10.4363 3.71324 10.5379 3.66716 10.6498C3.62108 10.7617 3.59761 10.8816 3.59811 11.0026C3.59761 11.1236 3.62108 11.2436 3.66716 11.3555C3.71324 11.4673 3.78102 11.569 3.86659 11.6546C3.95216 11.7401 4.05382 11.8079 4.16571 11.854C4.27761 11.9001 4.39752 11.9235 4.51853 11.9231L15.2719 11.9166L10.3522 16.8363C10.1803 17.0082 10.0837 17.2413 10.0837 17.4844C10.0837 17.7276 10.1803 17.9607 10.3522 18.1326C10.5241 18.3045 10.7572 18.4011 11.0003 18.4011C11.2435 18.4011 11.4766 18.3045 11.6485 18.1326L18.1303 11.6508C18.214 11.5651 18.2801 11.4638 18.3248 11.3527Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/contain;transition:all ease-in-out .3s}.header .sub-menu__featured__media{aspect-ratio:137/84;max-width:274px;overflow:hidden}@media only screen and (max-width:1024px){.header .sub-menu__featured__media{margin:0 auto;max-width:400px}}.header .sub-menu__featured__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform ease-in-out .35s}.header .sub-menu .sub-menu__link{margin-bottom:8px;padding:16px;display:flex;flex-direction:column;gap:6px;border-radius:4px;transition:all ease-in-out .3s}@media only screen and (max-width:1024px){.header .sub-menu .sub-menu__link{margin-bottom:0;border-radius:0}}.header .sub-menu .sub-menu__link:last-child{margin-bottom:0}.header .sub-menu .sub-menu__link-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;line-height:138%}.header .sub-menu .sub-menu__link-title:after{display:block;content:"";width:22px;height:22px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3248 11.3527C18.4174 11.1285 18.4174 10.8768 18.3248 10.6526C18.2801 10.5415 18.214 10.4402 18.1303 10.3545L11.6485 3.87264C11.4766 3.70073 11.2435 3.60416 11.0003 3.60416C10.7572 3.60416 10.5241 3.70073 10.3522 3.87264C10.1803 4.04455 10.0837 4.27771 10.0837 4.52082C10.0837 4.76394 10.1803 4.9971 10.3522 5.16901L15.2719 10.0887L4.51853 10.0822C4.39752 10.0817 4.27761 10.1052 4.16571 10.1513C4.05382 10.1974 3.95216 10.2651 3.86659 10.3507C3.78102 10.4363 3.71324 10.5379 3.66716 10.6498C3.62108 10.7617 3.59761 10.8816 3.59811 11.0026C3.59761 11.1236 3.62108 11.2436 3.66716 11.3555C3.71324 11.4673 3.78102 11.569 3.86659 11.6546C3.95216 11.7401 4.05382 11.8079 4.16571 11.854C4.27761 11.9001 4.39752 11.9235 4.51853 11.9231L15.2719 11.9166L10.3522 16.8363C10.1803 17.0082 10.0837 17.2413 10.0837 17.4844C10.0837 17.7276 10.1803 17.9607 10.3522 18.1326C10.5241 18.3045 10.7572 18.4011 11.0003 18.4011C11.2435 18.4011 11.4766 18.3045 11.6485 18.1326L18.1303 11.6508C18.214 11.5651 18.2801 11.4638 18.3248 11.3527Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/contain;transition:all ease-in-out .3s}.header .sub-menu .sub-menu__link-text{font-size:14px;font-weight:500;color:rgba(0,0,0,.6);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header .sub-menu .sub-menu__link:hover{background-color:rgba(0,0,0,.05)}.header .sub-menu .sub-menu__link:active{background-color:rgba(0,0,0,.05)}.header .sub-menu__cards{padding:22px 8px 8px;color:#fff;background-color:#000}@media only screen and (max-width:1024px){.header .sub-menu__cards{margin:12px 16px 24px;border-radius:8px}}.header .sub-menu__cards__list{display:flex}@media only screen and (max-width:576px){.header .sub-menu__cards__list{flex-direction:column}}.header .sub-menu__cards__title{margin-bottom:6px;padding:0 16px;font-size:22px;font-weight:700;line-height:138%}@media only screen and (max-width:1024px){.header .sub-menu__cards__title{margin-bottom:0}}.header .sub-menu__cards__item{padding:16px;display:flex;flex-direction:column;max-width:270px;width:100%;gap:18px;transition:all ease-in-out .35s}@media only screen and (max-width:1024px){.header .sub-menu__cards__item{max-width:none}}@media only screen and (min-width:1024px){.header .sub-menu__cards__item:focus,.header .sub-menu__cards__item:hover{background-color:rgba(255,255,255,.1)}}@media only screen and (min-width:1024px){.header .sub-menu__cards__item:focus .sub-menu__cards__item__image,.header .sub-menu__cards__item:hover .sub-menu__cards__item__image{transform:scale(1.05)}}.header .sub-menu__cards__item__media{aspect-ratio:119/79;overflow:hidden}.header .sub-menu__cards__item__image{width:100%;-o-object-fit:cover;object-fit:cover;transition:transform ease-in-out .35s}.header .sub-menu__cards__item__content{display:flex;flex-direction:column;gap:4px}.header .sub-menu__cards__item__link{font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:138%}.header .sub-menu__cards__item__link:after{content:"";display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3248 11.3527C18.4174 11.1285 18.4174 10.8768 18.3248 10.6526C18.2801 10.5415 18.214 10.4402 18.1303 10.3545L11.6485 3.87264C11.4766 3.70073 11.2435 3.60416 11.0003 3.60416C10.7572 3.60416 10.5241 3.70073 10.3522 3.87264C10.1803 4.04455 10.0837 4.27771 10.0837 4.52082C10.0837 4.76394 10.1803 4.9971 10.3522 5.16901L15.2719 10.0887L4.51853 10.0822C4.39752 10.0817 4.27761 10.1052 4.16571 10.1513C4.05382 10.1974 3.95216 10.2651 3.86659 10.3507C3.78102 10.4363 3.71324 10.5379 3.66716 10.6498C3.62108 10.7617 3.59761 10.8816 3.59811 11.0026C3.59761 11.1236 3.62108 11.2436 3.66716 11.3555C3.71324 11.4673 3.78102 11.569 3.86659 11.6546C3.95216 11.7401 4.05382 11.8079 4.16571 11.854C4.27761 11.9001 4.39752 11.9235 4.51853 11.9231L15.2719 11.9166L10.3522 16.8363C10.1803 17.0082 10.0837 17.2413 10.0837 17.4844C10.0837 17.7276 10.1803 17.9607 10.3522 18.1326C10.5241 18.3045 10.7572 18.4011 11.0003 18.4011C11.2435 18.4011 11.4766 18.3045 11.6485 18.1326L18.1303 11.6508C18.214 11.5651 18.2801 11.4638 18.3248 11.3527Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/contain}.header .sub-menu__cards__item__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;font-weight:500;color:rgba(255,255,255,.6)}.header .sub-menu__cards__item__text:last-child{margin-bottom:0}@media only screen and (max-width:1024px){html.menu-open{overflow:hidden;height:100%}}html.menu-open body:before{opacity:1;pointer-events:auto}@media only screen and (max-width:1024px){html.menu-open .header__inner{padding:8px}}@media only screen and (max-width:1024px){html.menu-open .header__side{box-shadow:none;padding:0}}@media only screen and (max-width:1024px){html.menu-open .header__menu{height:auto;max-height:95dvh;opacity:1;pointer-events:auto}}@media only screen and (max-width:1024px){html.menu-open .header__burger:after,html.menu-open .header__burger:before{background-color:#000;transition:top .15s linear,transform .15s linear .15s,background .3s linear}}@media only screen and (max-width:1024px){html.menu-open .header__burger:before{top:50%;transform:translateY(-50%) rotate(45deg)}}@media only screen and (max-width:1024px){html.menu-open .header__burger:after{top:50%;transform:translateY(-50%) rotate(-45deg)}}@media only screen and (max-width:1024px){html.menu-open .header__burger__btn{opacity:0}}.wpcf7 *{font-family:Manrope,sans-serif}.wpcf7 form{display:block;width:100%}.wpcf7 .form-row{margin-bottom:24px;position:relative}.wpcf7 .form-row:last-child{margin-bottom:48px}.wpcf7 .form-row .select-wrap,.wpcf7 .form-row label{position:relative;height:60px;display:block}.wpcf7 .form-row .select-wrap.focus .label,.wpcf7 .form-row label.focus .label{top:0;color:#c1c1c6;font-size:14px;font-weight:400;letter-spacing:.14px}.wpcf7 .form-row .select-wrap .label,.wpcf7 .form-row label .label{position:absolute;bottom:9px;font-size:18px;font-weight:500;color:rgba(255,255,255,.6);transition:all ease-in-out .35s}@media (max-width:834px){.wpcf7 .form-row .select-wrap .label,.wpcf7 .form-row label .label{font-size:16px}}.wpcf7 .form-row .select-wrap .label{pointer-events:none}.wpcf7 .form-row-flex{display:flex;gap:32px}@media only screen and (max-width:834px){.wpcf7 .form-row-flex{gap:20px}}.wpcf7 .wpcf7 input[type=tel],.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 input[type=url],.wpcf7 textarea{width:100%;background:0 0;border:none;outline:0;height:44px;color:#e9e9e9;font-feature-settings:"liga" off,"clig" off;font-size:18px;font-weight:500;line-height:normal;border-bottom:1px solid var(--Main-White,#fff)}.wpcf7 input:-webkit-autofill,.wpcf7 input:-webkit-autofill:focus,.wpcf7 input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px #000 inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.wpcf7 textarea{resize:none}.wpcf7 .wpcf7-not-valid-tip{font-size:12px;margin-top:3px}.wpcf7 .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{margin:0;color:#fff;font-size:14px}.wpcf7 .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output{display:none!important}.wpcf7 .hidden-field,.wpcf7 .wpcf7-spinner{display:none}.wpcf7 .wpcf7-form.submitting .wpcf7-submit{background-image:url(//zade.space/wp-content/themes/zade/assets/css/../img/spinner.svg);background-repeat:no-repeat!important;background-position:center!important;text-shadow:none;color:transparent}.success_msg{background:rgba(0,0,0,.6);position:fixed;left:0;top:0;width:100%;height:100%;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s}@media only screen and (max-width:576px){.success_msg{padding:0 20px}}.success_msg.open{opacity:1;visibility:visible}.success_msg .inner_block{margin:0 auto;max-width:362px;width:90%;text-align:center;border-radius:12px;overflow:hidden;background:#fff}@media only screen and (max-width:576px){.success_msg .inner_block{max-width:none;width:100%}}.success_msg .success_msg_icon{padding:40px 0;position:relative}.success_msg .success_msg_icon img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.success_msg .success_msg_icon svg{z-index:1;position:relative}.success_msg .success_msg_content{padding:20px}.success_msg .success_msg_title{margin-bottom:8px;font-size:32px;line-height:125%;letter-spacing:-1.184px}.success_msg .success_msg_text{margin-bottom:40px;padding:0 12px;font-size:18px}.success_msg .success_msg_button{width:100%}.footer{background:#000}.footer__title{margin-bottom:24px;color:#fff}@media only screen and (max-width:834px){.footer__title{margin-bottom:12px}}.footer__logo{margin-bottom:16px;display:block}@media only screen and (max-width:834px){.footer__logo{max-width:76px;margin-bottom:0}}.footer__logo svg{display:block;width:100%}.footer__logo_block{display:flex;flex-direction:column}@media only screen and (max-width:834px){.footer__logo_block{flex-direction:row;justify-content:space-between;gap:32px}}.footer__socials{margin-top:auto;gap:16px}@media only screen and (max-width:834px){.footer__socials{margin-top:0}}@media only screen and (max-width:576px){.footer__socials{padding-right:26px;gap:20px}}.footer__socials a{display:block}@media only screen and (max-width:576px){.footer__socials a{width:28px;height:28px}}.footer__socials img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer .top_block{width:100%;gap:32px}@media only screen and (max-width:834px){.footer .top_block{flex-direction:column-reverse;gap:48px}}.footer__columns{margin-left:auto;max-width:746px}@media only screen and (max-width:1024px){.footer__columns{gap:48px}}.footer .title_item{color:#82ea52}@media only screen and (max-width:834px){.footer__columns{margin-left:0;flex-direction:column;gap:40px}}.footer__columns.show_mob{display:none}@media only screen and (max-width:834px){.footer__columns.show_mob{display:flex}}.footer__columns.hide_mob{display:flex}@media only screen and (max-width:834px){.footer__columns.hide_mob{display:none}}.footer__column{gap:20px}@media only screen and (max-width:834px){.footer__column__inner{display:flex;flex-direction:row;gap:32px}}@media only screen and (max-width:576px){.footer__column__inner{flex-direction:column}}@media only screen and (max-width:834px){.footer__column__wrapper{display:flex;justify-content:space-between;gap:24px}}.footer__column.clutch{max-width:221px}@media only screen and (max-width:834px){.footer__column.clutch{max-width:198px}}.footer__column.clutch img{display:block;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.footer .list{gap:16px}@media only screen and (max-width:834px){.footer .list{gap:12px}}.footer .list a{display:inline-block;padding:0 2px}.footer .menu_block .menu{gap:55px}@media only screen and (max-width:834px){.footer .menu_block .menu{display:flex;flex-direction:column;gap:16px;align-items:flex-start}}.footer .menu_block a{display:inline-block;padding:0 2px;color:#fff}.footer .menu_block li.new-page a{position:relative;padding-right:40px}.footer .menu_block li.new-page a:before{content:"new";display:block;color:#82ea52;font-size:12px;font-weight:500;line-height:20px;position:absolute;top:0;right:13px}.footer .copyright{color:rgba(255,255,255,.6)}@media only screen and (max-width:834px){.footer .copyright{font-size:14 px}}.footer .top_content_block{padding:112px 0;border-bottom:1px solid rgba(255,255,255,.2)}@media only screen and (max-width:1024px){.footer .top_content_block{padding:72px 0}}.footer .bottom_content_block{display:flex;flex-direction:column;padding:92px 0 125px;gap:84px}@media only screen and (max-width:834px){.footer .bottom_content_block{padding:64px 0;gap:34px}}.footer .line_content{display:flex;gap:88px;align-items:flex-start}@media only screen and (max-width:1024px){.footer .line_content{gap:48px}}@media only screen and (max-width:834px){.footer .line_content{flex-direction:column}}.footer .left_side{flex:1}.footer .right_side{max-width:461px;width:100%;flex-shrink:0}@media only screen and (max-width:834px){.footer .right_side{max-width:none}}.footer .subtitle{font-size:18px;color:#fff}@media only screen and (max-width:834px){.footer .subtitle{font-size:16px}}@media only screen and (max-width:1024px){.footer .subtitle br{display:none}}.footer p.protect{margin-top:12px;color:rgba(255,255,255,.6);font-size:12px}@media only screen and (max-width:834px){.footer .bottom_line{flex-direction:column-reverse;gap:20px;align-items:flex-start}}.footer .wpcf7 input[type=email]{font-size:16px;font-weight:400;line-height:150%}.footer .wpcf7 input[type=email]::-moz-placeholder{color:rgba(255,255,255,.6);-moz-transition:all ease-in-out .35s;transition:all ease-in-out .35s}.footer .wpcf7 input[type=email]::placeholder{color:rgba(255,255,255,.6);transition:all ease-in-out .35s}.footer .wpcf7 input[type=email]:focus::-moz-placeholder{color:transparent}.footer .wpcf7 input[type=email]:focus::placeholder{color:transparent}.footer .wpcf7 input[type=email]:focus::-webkit-input-placeholder{color:transparent}.footer .wpcf7 input.wpcf7-submit{margin-top:24px;background-color:#fff;color:#000;width:100%}.footer .wpcf7 input.wpcf7-submit:hover{background-color:rgba(255,255,255,.7)}.footer .wpcf7 input.wpcf7-submit:focus{background-color:rgba(255,255,255,.9)}*,:after,:before{box-sizing:border-box;margin:0;padding:0;outline:0}body{margin:0}html{line-height:1.2}main{display:block}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:400}li{list-style:none}a{color:inherit;text-decoration:none}ol,ul{margin:0;padding:0}button{margin:0;padding:0;background:0 0;border:none;font:inherit}address{font-style:normal}blockquote{margin-right:0;margin-left:0}iframe{display:block}form{margin:0}input{border-radius:0}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,sans-serif}a,div,li,p,span{line-height:150%;font-size:16px}.main-hero-title{font-size:88px;font-weight:800;line-height:112%;letter-spacing:-3.256px}@media only screen and (max-width:1024px){.main-hero-title{font-size:72px}}@media only screen and (max-width:834px){.main-hero-title{font-size:64px}}@media only screen and (max-width:576px){.main-hero-title{font-size:48px;letter-spacing:-1.776px}}.main-title{font-size:72px;font-weight:800;line-height:124%;letter-spacing:-2.664px}@media only screen and (max-width:1024px){.main-title{font-size:64px}}@media only screen and (max-width:834px){.main-title{font-size:56px}}@media only screen and (max-width:640px){.main-title{font-size:48px}}@media only screen and (max-width:576px){.main-title{font-size:40px;letter-spacing:-1.48px}}.hero-title{font-size:46px;font-weight:800;line-height:124%;letter-spacing:-1.702px}@media only screen and (max-width:1024px){.hero-title{font-size:32px}}@media only screen and (max-width:834px){.hero-title{font-size:28px}}.block_title{font-size:52px;font-weight:800;line-height:120%;letter-spacing:-1.924px}@media only screen and (max-width:1024px){.block_title{font-size:44px}}@media only screen and (max-width:834px){.block_title{font-size:38px}}@media only screen and (max-width:576px){.block_title{font-size:32px;line-height:125%;letter-spacing:-1.184px}}.block_title--medium{font-size:48px;font-weight:800;letter-spacing:-1.776px;line-height:124%}@media only screen and (max-width:1024px){.block_title--medium{font-size:44px}}@media only screen and (max-width:834px){.block_title--medium{font-size:38px}}@media only screen and (max-width:576px){.block_title--medium{font-size:32px;line-height:125%;letter-spacing:-1.184px}}.single_title{font-size:54px;font-weight:800;line-height:136%;letter-spacing:-1.998px}@media only screen and (max-width:1024px){.single_title{font-size:48px}}@media only screen and (max-width:834px){.single_title{font-size:40px}}@media only screen and (max-width:576px){.single_title{font-size:32px;font-weight:800;line-height:125%;letter-spacing:-1.184px}}.h2{font-size:44px;font-weight:800;line-height:124%;letter-spacing:-1.628 px}@media only screen and (max-width:1024px){.h2{font-size:42px}}@media only screen and (max-width:834px){.h2{font-size:36px}}@media only screen and (max-width:576px){.h2{font-size:32px;letter-spacing:-1.184px}}.h3-big{font-size:38px;font-weight:800;line-height:125%;letter-spacing:-1.406px}@media only screen and (max-width:1024px){.h3-big{font-size:36px}}@media only screen and (max-width:834px){.h3-big{font-size:32px}}@media only screen and (max-width:576px){.h3-big{font-size:28px}}.h3{font-size:32px;font-weight:800;line-height:125%;letter-spacing:-1.184px}@media only screen and (max-width:1024px){.h3{font-size:28px}}@media only screen and (max-width:834px){.h3{font-size:26px}}@media only screen and (max-width:576px){.h3{font-size:24px}}.h4{font-size:28px;font-weight:800;line-height:142%;letter-spacing:-1.036px}@media only screen and (max-width:1024px){.h4{font-size:26px}}@media only screen and (max-width:834px){.h4{font-size:22px}}@media only screen and (max-width:576px){.h4{font-size:20px;line-height:142%;letter-spacing:-.74px}}.big-text{font-size:22px}@media only screen and (max-width:834px){.big-text{font-size:18px}}@media only screen and (max-width:576px){.big-text{font-size:16px}}.medium{font-weight:500}.semi-bold{font-weight:600}.bold{font-weight:700}.extra-bold{font-weight:800}.block_subtitle{font-size:24px;font-weight:500}@media only screen and (max-width:1024px){.block_subtitle{font-size:22px}}@media only screen and (max-width:834px){.block_subtitle{font-size:18px}}@media only screen and (max-width:576px){.block_subtitle{font-size:16px}}.card_title{font-size:24px;font-weight:800;line-height:142%;letter-spacing:-.888px}@media only screen and (max-width:1024px){.card_title{font-size:22px}}@media only screen and (max-width:834px){.card_title{font-size:20px;letter-spacing:-.74px}}.caption-big{font-size:26px;font-weight:800;line-height:138%}@media only screen and (max-width:834px){.caption-big{font-size:24px}}@media only screen and (max-width:576px){.caption-big{font-size:22px}}.caption-medium{font-size:22px;font-weight:700;line-height:138%}@media only screen and (max-width:834px){.caption-medium{font-size:20px}}.caption-regular{font-size:20px;font-weight:700;line-height:138%}@media only screen and (max-width:834px){.caption-regular{font-size:18px}}@media only screen and (max-width:576px){.caption-regular{font-size:16px}}.caption-small{font-size:18px;font-weight:700;line-height:136%}@media only screen and (max-width:576px){.caption-small{font-size:16px}}.medium-text{font-size:18px;font-weight:600;line-height:150%;letter-spacing:.18px}@media only screen and (max-width:834px){.medium-text{font-size:16px;font-weight:700;line-height:138%}}*{-webkit-tap-highlight-color:transparent}::-moz-focus-inner{border:0;outline:0}a:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}html{height:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;scroll-behavior:smooth!important}html.menu-open body:before{opacity:1;pointer-events:auto}html.scroll-disable{overflow:hidden}html.scroll-disable body{padding-right:var(--scrollbar-width,0)}@media only screen and (max-width:1024px){html.scroll-disable body{padding-right:0}}html.scroll-disable .header{padding-right:calc(var(--scrollbar-width,0) + 32px)}@media only screen and (max-width:1024px){html.scroll-disable .header{padding-right:0}}@media only screen and (max-width:834px){body{scroll-padding-top:80px}}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;background:rgba(0,0,0,.6);pointer-events:none;z-index:5;transition:all ease-in-out .35s}.hidden{display:none!important}img{display:block;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.white_link_btn{display:flex;align-items:center;justify-content:center;height:56px;white-space:nowrap;padding-left:24px;padding-right:24px;border-radius:120px;background:#fff;color:#000;text-align:center;font-feature-settings:"liga" off,"clig" off;padding-bottom:3px;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .4s}.white_link_btn:hover{transform:scale(1.05)}.link_with_arrow_white{display:flex;align-items:center;gap:12px;color:var(--Main-White,#fff);font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding-top:3px;padding-bottom:3px}.link_with_arrow_white .arrow{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#fff;transition:all .4s}.link_with_arrow_white:hover .arrow{transform:scale(1.1) rotate(-45deg)}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.show_mob{display:none}.color-white{color:#fff}.text-center{text-align:center}.overflow{overflow:hidden}.cover-bg{background-size:cover;background-repeat:no-repeat;background-position:center center}.df{display:flex}.dfc,.fdc{display:flex;flex-direction:column}.aic{align-items:center}.ais{align-items:stretch}.aifs{align-items:flex-start}.aife{align-items:flex-end}.jcc{justify-content:center}.jcsb{justify-content:space-between}.jcfe{justify-content:flex-end}.jcfs{justify-content:flex-start}.wrap{flex-wrap:wrap}.tdn{text-decoration:none}.flex{flex:1}.w100{width:100%}.br12{border-radius:12px}.br24{border-radius:24px}.br38{border-radius:38px}.br32{border-radius:32px}.br48{border-radius:48px}.g32{gap:32px}.g48{gap:48px}@media (max-width:1023px){.hide_mob{display:none}.show_mob{display:block}}.button,.wpcf7 input.wpcf7-submit{padding:10px 16px;width:-moz-max-content;width:max-content;height:48px;display:flex;gap:6px;align-items:center;justify-content:center;border-radius:8px;color:#fff;background-color:#000;text-align:center;font-size:16px;font-weight:700;line-height:1.41;transition:background-color ease-in-out .35s;-webkit-appearance:none;border:0;outline:0;cursor:pointer}@media only screen and (max-width:576px){.button,.wpcf7 input.wpcf7-submit{width:100%}}.button:hover,.wpcf7 input.wpcf7-submit:hover{background-color:rgba(0,0,0,.7)}.button:active,.wpcf7 input.wpcf7-submit:active{background-color:rgba(0,0,0,.9)}.button svg,.wpcf7 input.wpcf7-submit svg{width:22px;height:22px}.button path,.wpcf7 input.wpcf7-submit path{fill:#fff;transition:all ease-in-out .35s}.button-border{padding:10px 18px 10px 22px;height:48px;width:-moz-max-content;width:max-content;display:flex;gap:6px;align-items:center;justify-content:center;border-radius:4px;color:#000;border:2px solid #000;text-align:center;font-weight:700;transition:all ease-in-out .35s;cursor:pointer}@media only screen and (max-width:576px){.button-border{width:100%}}.button-border:hover{border-color:rgba(0,0,0,.8);background:rgba(0,0,0,.05)}.button-border:active{background-color:transparent}.button-border svg{width:20px;height:20px}.button-border path{transition:all ease-in-out .35s}.button-border--white{border-color:#fff;color:#fff}.button-border--white path{fill:#fff}.button-border--white:hover{border-color:rgba(255,255,255,.9);background:rgba(255,255,255,.1)}.button-border--white:active{background-color:transparent}.button-text{display:flex;align-items:center;gap:6px;color:#000;font-weight:700;transition:all ease-in-out .35s}.button-text:hover{color:rgba(0,0,0,.7)}.button-text:hover path{fill:rgba(0,0,0,.7)}.button-text:active{color:rgba(0,0,0,.9)}.button-text:active path{fill:rgba(0,0,0,.9)}.button-text svg{width:22px;height:22px}.button-text path{fill:#000;transition:all ease-in-out .35s}.button-transparent{padding:9px 12px;display:flex;align-items:center;border-radius:4px;gap:6px;color:#000;font-weight:700;transition:all ease-in-out .35s}.button-transparent:hover{background-color:rgba(0,0,0,.05)}.button-transparent:active{background-color:rgba(0,0,0,.07)}.button-transparent svg{width:22px;height:22px}.button-transparent path{fill:#000;transition:all ease-in-out .35s}.arrow-link,.arrow-nav{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all ease-in-out .35s}.arrow-link svg,.arrow-nav svg{width:24px;height:24px}@media only screen and (max-width:834px){.arrow-link{width:40px;height:40px}}.arrow-nav{background:rgba(0,0,0,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.arrow-nav path{transition:all ease-in-out .35s}.arrow-nav:hover{background-color:#fff}.arrow-nav:hover path{fill:#000}.arrow-nav:active{background-color:rgba(0,0,0,.6)}.arrow-nav:active path{fill:#000}.arrow-nav.swiper-button-disabled{opacity:.5;background:rgba(0,0,0,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.black .button-border{border-color:#fff;color:#fff}.black .button-border path{fill:#fff}.black .button-border:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.9);color:#fff}.black .button-border:hover path{fill:#fff}.black .button-border:active{background-color:transparent}.black .button{color:#000;background-color:#fff}.black .button path{fill:#000}.black .button:hover{background-color:rgba(255,255,255,.7)}.black .button:hover path{fill:#000}.black .button:active{background-color:rgba(255,255,255,.9)}.black .button:active path{fill:#000}.black .button-text{font-weight:700;color:#fff}.black .button-text:hover{color:rgba(255,255,255,.7)}.black .button-text:hover path{fill:rgba(255,255,255,.7)}.black .button-text:active{color:rgba(255,255,255,.9)}.black .button-text:active path{fill:rgba(255,255,255,.9)}.black .button-text path{fill:#fff}.badge{display:flex;align-items:center;padding:4px 14px 4px 10px;color:#fff;font-size:14px;font-weight:700;line-height:1.42;gap:8px;border-radius:24px;width:-moz-max-content;width:max-content;text-transform:capitalize}@media only screen and (max-width:576px){.badge{font-size:12px}}.badge:before{content:"";display:block;flex-shrink:0;width:8px;height:8px;background-color:#fff;border-radius:50%}.badge.launch{box-shadow:0 47px 28px 0 rgba(72,224,184,.1),0 21px 21px 0 rgba(72,224,184,.17),0 5px 11px 0 rgba(72,224,184,.2);background:linear-gradient(88deg,#5ddd22 -6.56%,#2ee29b 49.58%,#1bccf2 115.35%)}.badge.fundraising{background:linear-gradient(89deg,#f7b32c -7.17%,#f72c2c 115.7%);box-shadow:0 0 28px 0 rgba(234,84,89,.07),0 5px 21px 0 rgba(234,84,89,.09),0 5px 32px 0 rgba(234,84,89,.12)}.badge.sales{background:linear-gradient(88deg,#2959e9 -10.38%,#de30e1 100%);box-shadow:0 0 28px 0 rgba(41,89,233,.07),0 5px 21px 0 rgba(41,89,233,.09),0 5px 32px 0 rgba(41,89,233,.12)}.badge-text{display:flex;align-items:center;width:100%;padding:0 8px;font-weight:800;font-size:16px;line-height:1.37;gap:8px;text-transform:capitalize;justify-content:center}.badge-text:before{display:block;content:"";width:12px;height:12px;border-radius:50%;flex-shrink:0}.badge-text.launch:before{background:linear-gradient(72deg,#82ea52 -23.95%,#00ff9a 52.25%,#0bb8dd 105.21%)}.badge-text.fundraising:before{background:linear-gradient(89deg,#f7b32c -7.17%,#f72c2c 115.7%)}.badge-text.sales:before{background:linear-gradient(88deg,#2959e9 -10.38%,#de30e1 100%)}.badge-text.white:before{background:#fff}.badge-text.black:before{background:#000}.badge-text--border{padding:0 0 12px 8px;border-bottom:1px solid transparent;justify-content:flex-start}section.white .badge-text{border-bottom-color:rgba(0,0,0,.2);color:#000}section.white .badge-text.white:before{background-color:#000}section.black .badge-text{color:#fff;border-bottom-color:rgba(255,255,255,.2)}@font-face{font-family:icons;src:url(//zade.space/wp-content/themes/zade/assets/css/../icons/fontello.eot?83253125);src:url(//zade.space/wp-content/themes/zade/assets/css/../icons/fontello.eot?83253125#iefix) format("embedded-opentype"),url(//zade.space/wp-content/themes/zade/assets/css/../icons/fontello.woff?83253125) format("woff"),url(//zade.space/wp-content/themes/zade/assets/css/../icons/fontello.ttf?83253125) format("truetype"),url(//zade.space/wp-content/themes/zade/assets/css/../icons/fontello.svg?83253125#fontello) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.eot);src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.eot?#iefix) format("embedded-opentype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.woff2) format("woff2"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.woff) format("woff"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.ttf) format("truetype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Medium.svg#Inter-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.eot);src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.eot?#iefix) format("embedded-opentype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.woff2) format("woff2"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.woff) format("woff"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.ttf) format("truetype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Bold.svg#Inter-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.eot);src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.eot?#iefix) format("embedded-opentype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.woff2) format("woff2"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.woff) format("woff"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.ttf) format("truetype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-Regular.svg#Inter-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.eot);src:url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.eot?#iefix) format("embedded-opentype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.woff2) format("woff2"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.woff) format("woff"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.ttf) format("truetype"),url(//zade.space/wp-content/themes/zade/assets/css/../fonts/inter/Inter-SemiBold.svg#Inter-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}body.book_demo .calendly_btn{display:none}.content_block{max-width:1256px;margin-inline:auto;padding-left:20px;padding-right:20px}.scroll-to-top{position:absolute;top:calc(50% - 32px);right:-65px;transition:all ease-in-out .35s;opacity:0;pointer-events:none}.scroll-to-top.active{opacity:1;pointer-events:auto}.scroll-to-top button{-webkit-appearance:none;border:0;outline:0;width:64px;height:64px;cursor:pointer}.error_block{padding-top:180px;padding-bottom:80px;text-align:center}@media only screen and (max-width:834px){.error_block{padding-top:112px}}@media only screen and (max-width:576px){.error_block{padding-bottom:44px}}.error_block__content{gap:40px;align-items:center}.error_block__title_wrap{gap:24px}