@charset "UTF-8";@font-face{font-family:Evolventa;src:url(/Evolventa-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Evolventa;src:url(/Evolventa-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Bounded;src:url(/Bounded-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--primary: #ff3b3e;--blue: #303af3;--text: #3b3b3b}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f8f8f8;color:var(--text);font-family:Evolventa,sans-serif;position:relative}a,input{color:var(--text);font-family:Evolventa,sans-serif;outline:none!important;border:none}.btn{background-color:var(--primary);color:#fff;font-weight:700;font-size:16px;border-radius:10px;border:none;outline:none;cursor:pointer;height:45px;transition:all .3s ease}.zhir{font-weight:700}.btn-scale:hover{transform:scale(1.06)}.calculator-feedback .checkbox-label,.calculator-feedback .checkbox-label a{color:#fff}.container{margin-top:60px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.red{color:var(--primary)}.blue{color:var(--blue)}.uppercase{text-transform:uppercase}.btn-container--checkbox{display:flex;align-items:center;flex-direction:column;gap:5px}.custom-checkbox{display:inline-flex;align-items:center;gap:10px;cursor:pointer;position:relative}.custom-checkbox input[type=checkbox]{position:absolute;opacity:0;top:0;left:0;height:20px;width:180px;outline:none}.checkbox-custom{position:relative;width:20px;height:20px;background:transparent;border:2px solid var(--primary);border-radius:3px;flex-shrink:0;transition:all .2s ease}.checkbox-custom:after{content:"";position:absolute;display:none;left:5px;top:-3px;width:8px;height:18px;border:solid var(--primary);border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox input[type=checkbox]:checked+.checkbox-custom:after{display:block}.custom-checkbox:hover .checkbox-custom{border-color:var(--primary)}.checkbox-label{color:var(--primary);font-size:16px;line-height:130%;text-align:center;color:red}.checkbox-label a{color:var(--primary);text-decoration:underline}.cookie-popup{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:16px;padding:24px;max-width:400px;box-shadow:0 10px 30px #00000026;border:1px solid var(--primary);z-index:10101;transform:translateY(100px);opacity:0;visibility:hidden;transition:all .3s ease}.cookie-popup.show{transform:translateY(0);opacity:1;visibility:visible}.cookie-popup-header{display:flex;align-items:center;margin-bottom:16px}.cookie-popup h3{font-family:Bounded,sans-serif;font-size:18px;font-weight:600;color:var(--primary);margin:0}.cookie-popup p{color:#666;font-size:14px;line-height:1.5;margin-bottom:20px}.cookie-button{background:var(--primary);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:14px;cursor:pointer;width:100%;transition:all .2s ease}.cookie-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1a1d1d4d}.cookie-button:active{transform:translateY(0)}*,*:before,*:after{box-sizing:border-box}html{min-height:100dvh;color-scheme:light;text-size-adjust:100%;-moz-tab-size:2;tab-size:2}body{margin:0;min-height:100dvh;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:has(dialog[open]){overflow:hidden;height:100dvh}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}:focus-visible{outline:2px solid currentColor;outline-offset:2px}a{text-decoration:none}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,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}table{border-collapse:collapse;border-color:currentColor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button{cursor:pointer}textarea{resize:vertical}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}:-moz-focusring{outline:auto}:disabled{cursor:not-allowed}fieldset{border:0;margin:0;padding:0}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}img,picture,video,canvas,svg{max-width:100%;height:auto;object-fit:cover}details,summary{display:block}summary{cursor:pointer;list-style:none}dialog{border:0;padding:0;margin:auto}header{display:flex;align-items:center;justify-content:space-between;padding:15px 160px;position:sticky;top:0;left:0;background-color:#fff;z-index:1000}.header__nav{display:flex;align-items:center;gap:25px}.header__nav-link{display:flex;align-items:center;justify-content:center;gap:10px;width:130px;height:30px;transition:all .3s ease}.header__nav-link:hover{background-color:#e4e4e4;border-radius:10px}.header__feedback-btn{width:180px}.header__feedback{display:flex;gap:55px;align-items:center}.header__social{display:flex;gap:20px;align-items:center}.header__burger{display:none;width:45px;height:45px;background:var(--primary);border-radius:5px;border:none;cursor:pointer;box-shadow:0 2px 5px #00000026;align-items:center;justify-content:center}.header__mobile-menu{display:none;position:fixed;top:0;left:0;width:100vw;background:#fff;z-index:2000;padding:60px 20px 50px;flex-direction:column;gap:25px}.header__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999;opacity:0;transition:opacity .35s ease;width:100%;height:100%}.header__overlay.open{opacity:1}.header__mobile-close{position:absolute;top:20px;right:20px;background-color:transparent;border:none}.header__mobile-section-title{font-family:Bounded,sans-serif;font-size:18px;font-weight:400;color:var(--primary);margin-bottom:5px}.header__mobile-nav{display:flex;flex-direction:column;gap:10px}.header__mobile-link{font-size:15px;color:var(--text);text-decoration:underline}.header__mobile-contacts{display:flex;flex-direction:column;gap:20px}.header__mobile-contacts .header__mobile-section-title{margin-bottom:-5px}.header__mobile-contact-link{display:flex;align-items:center;gap:15px;font-size:16px;color:var(--text);text-decoration:underline}.header__mobile-social{display:flex;gap:25px;align-items:center;margin-top:auto}.header__mobile-social-link img{width:40px;height:40px}.page__footer{background-image:url(/bg-footer.webp);background-repeat:no-repeat;background-size:cover;padding:60px 0 40px}.footer__form-container{max-width:1600px;margin:0 auto 70px;display:flex;align-items:center;justify-content:space-between;color:#fff}.footer__form-left-top{font-family:Bounded,sans-serif;font-weight:400;font-size:20px;line-height:125%;margin-bottom:30px}.footer__form-title{font-family:Bounded,sans-serif;font-weight:500;font-size:45px;line-height:125%;margin-bottom:25px}.footer__form-text{margin-bottom:40px}.footer__form-tab-container{display:flex;flex-wrap:wrap;gap:20px;max-width:470px}.footer__form-tab{background-color:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:50px;height:45px;padding:0 15px;display:flex;align-items:center}.footer__form-right{width:770px;height:530px;padding:15px;background-color:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;border-radius:20px}.footer__form{width:740px;height:490px;background-color:#fff;border-radius:20px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.footer__form-top,.footer__form-bottom{display:flex;flex-direction:column;align-items:center;gap:5px}.footer__form-top-title{font-family:Bounded,sans-serif;font-weight:600;font-size:25px;line-height:100%;text-align:center;margin-top:5px;color:var(--blue)}.footer__form-top-text{font-weight:400;font-size:18px;text-align:center;color:var(--text)}.footer__form-bottom{gap:20px}.footer__form-bottom-input{width:100%;height:60px;border:1px solid #d2d2d2;border-radius:15px;padding:0 20px;color:var(--text);background-color:transparent}.footer__form-bottom-input::placeholder{color:#cecece}.footer__form-bottom-btn{width:100%;height:60px;border-radius:15px}.footer__bottom{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid #fff}.footer__logo-container p{font-weight:400;font-size:18px;line-height:125%;margin:15px 0 40px;color:#fff}.footer__social-container{display:flex;gap:15px}.footer__social-item{width:45px;height:45px;border-radius:10px;box-shadow:0 2px 8px #0000000d;background-color:#fff;display:flex;align-items:center;justify-content:center}.footer__top-row{display:flex;justify-content:space-between;padding:50px 0 40px}.footer__right{display:flex;gap:140px;color:#fff}.footer__col-title{font-family:Bounded,sans-serif;font-weight:400;font-size:18px;line-height:135%;margin-bottom:25px}.footer__col-list{display:flex;flex-direction:column;gap:10px;list-style:none}.footer__contacts-item{display:flex;align-items:center;gap:15px}.footer__col-list-item{font-weight:400;font-size:16px;line-height:100%;text-decoration:underline!important;color:#fff}.footer__col--contacts .footer__col-list{gap:20px}.footer__col-list li{height:17px}.footer__privacy{display:flex;gap:25px;align-items:center;justify-content:flex-end;padding-top:25px;max-width:1600px;margin:0 auto}.footer__privacy-link{font-weight:400;font-size:14px;line-height:97%;text-decoration:underline;color:#fff}.modal{border-radius:40px;padding:50px;width:1600px;position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/bg-feedback.webp);background-repeat:no-repeat;background-position:center;background-size:cover}.form-modal__title,.success-modal__title{text-align:center;color:#fff;font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:125%;margin-bottom:50px}.success-modal__title{margin-bottom:0}.form-modal__input-container{display:flex;gap:10px;margin-bottom:10px}.form-modal__input-container input{width:325px;height:60px;border:none;outline:none;background-color:#fff;border-radius:15px;padding:0 20px}.form-modal__btn{width:100%;height:60px}.form-modal .checkbox-custom{border-color:#fff}.form-modal .checkbox-custom:after{border-color:#fff}.form-modal .checkbox-label,.form-modal .checkbox-label a{color:#fff}.form-modal .custom-checkbox:hover .checkbox-custom{border-color:#fff}.modal__close{position:absolute;top:30px;right:30px;background:none;border:none;font-size:50px;color:#f4f4f4;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.is-close-button{display:none!important}.f-html{background:transparent!important;padding:0!important}.policy-container{max-width:1440px;margin:0 auto 80px;padding-top:30px}.policy-container h1{text-align:center;color:var(--primary);font-family:RockStar,sans-serif;font-weight:600;font-size:42px;line-height:100%;margin-bottom:40px}.policy-container h2{margin-top:25px;margin-bottom:15px;font-size:1.3em}.policy-container h3{margin-top:20px;margin-bottom:10px;font-size:1.1em}.policy-container p{margin-bottom:15px;text-align:justify}.policy-container ul{margin-left:20px}.policy-container a{color:var(--primary);text-decoration:underline}.clause{margin-bottom:20px}.clause-title{font-weight:700;margin-bottom:5px}.subclause{margin-left:20px;margin-bottom:10px}.hero{max-width:1600px;margin:60px auto 150px}.hero__main{display:flex;gap:10px}.hero__right{width:890px;height:720px;background-color:#fff;box-shadow:0 2px 20px #00000026;border-radius:40px;display:flex;flex-direction:column;gap:35px;justify-content:space-between;padding:40px}.hero__title{font-family:Bounded,sans-serif;font-weight:400;font-size:56px;line-height:125%;margin-bottom:30px}.hero__text{line-height:100%;font-size:22px;color:var(--text)}.hero__text:first-of-type{margin-bottom:15px}.hero__links{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:15px;margin-bottom:50px}.hero__links-item{display:flex;align-items:center;gap:10px;height:50px;background-color:#fff;box-shadow:0 2px 20px #00000026;padding:5px 15px;border-radius:10px}.hero__links-item img{filter:grayscale(1) brightness(200%);transition:filter .3s ease}.hero__links-item:hover img{filter:none}.hero__links-item:hover p{color:var(--primary)}.hero__btn-container{display:flex;gap:20px}.hero__btn{width:290px;height:55px;border-radius:10px;font-weight:700;font-size:16px}.hero__btn--wh{border:1px solid #696969;box-shadow:0 2px 10px #0000001a;background-color:#fff;color:var(--text);display:flex;align-items:center;justify-content:center;gap:10px;font-weight:400}.hero__footnote{font-weight:400;font-size:14px;color:#878787;margin-top:10px}.hero__left{display:flex;flex-direction:column;gap:10px}.hero__left-item{display:flex;justify-content:space-between;flex-direction:column;background-color:#fff;box-shadow:0 2px 15px #0000001a;background-position:center;background-repeat:no-repeat;background-size:cover;transition:all .3s ease}.hero__left-top{padding:35px;width:700px;height:355px;border-radius:40px}.hero__left-title{font-family:Bounded,sans-serif;font-weight:400;font-size:18px;line-height:18px;color:var(--text)}.hero__left-item img{display:none}.hero__left-text{font-weight:400;font-size:18px;line-height:18px;color:#7c7c7c}.hero__left-bottom{display:flex;gap:10px}.hero__left-bottom__left{height:355px;width:345px;padding:30px;border-radius:30px}.hero__left-bottom__right{display:flex;flex-direction:column;gap:10px}.hero__left-bottom__right-top,.hero__left-bottom__right-bottom{width:345px;height:172.5px;padding:20px;border-radius:30px}.hero__left-top{background-image:url(/bg-hero-item1.webp)}.hero__left-bottom__left{background-image:url(/bg-hero-item2.webp)}.hero__left-bottom__right-top{background-image:url(/bg-hero-item3.webp)}.hero__left-bottom__right-bottom{background-image:url(/bg-hero-item4.webp)}.what-vdi{max-width:1600px;margin:0 auto}.what-vdi__title{font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:100%;text-align:center;margin-bottom:10px}.what-vdi__text{font-weight:400;font-size:22px;line-height:120%;text-align:center;margin-bottom:20px;word-wrap:break-word}.what-vdi__subtitle{font-family:Bounded,sans-serif;font-weight:400;font-size:30px;line-height:100%;text-align:center;margin-bottom:30px}.what-vdi__item-container{display:flex;gap:20px}.what-vdi__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(245px,auto);gap:20px;position:relative;height:auto;align-content:start}.what-vdi__item--main,.for-designers__img{width:590px;height:530px;border-radius:30px;padding:20px;background-image:url(/assets/what-vdi-img-DsSqWGcg.webp);background-repeat:no-repeat;background-size:cover;background-position:center;flex-shrink:0;display:flex;align-items:flex-end}.what-vdi__item--main-btn{font-family:Bounded,sans-serif;width:410px;height:45px;background-color:var(--primary);border-radius:10px;border:none;font-weight:700;font-size:16px;line-height:100%;display:flex;align-items:center;justify-content:center;color:#fff}.what-vdi__item{display:flex;flex-direction:column;padding:16px 20px!important;margin:0!important;gap:4px!important;min-height:245px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.what-vdi__item-title-container{gap:4px!important}.what-vdi__item-title-container img{margin-bottom:4px!important}.what-vdi__item-text{margin:0!important;padding:0!important;word-wrap:break-word}.what-vdi__item-text--hidden{font-weight:400;font-size:18px;line-height:120%;color:#737373;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}.what-vdi__item:hover{z-index:10;box-shadow:0 14px 34px #00000014}.what-vdi__item:nth-child(1){top:0;left:0}.what-vdi__item:nth-child(2){top:0;right:0}.what-vdi__item:nth-child(3){bottom:0;left:0}.what-vdi__item:nth-child(4){bottom:0;right:0}.what-vdi__item:hover .what-vdi__item-text--hidden{opacity:1;max-height:136px;margin-top:15px}.tariffs{max-width:1600px;margin:0 auto;padding-top:50px;background-image:url(/bg-tariffs.webp);background-repeat:no-repeat}.tariffs__title{font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:110%;text-align:center;color:var(--primary);margin-bottom:15px}.tariffs__text{font-weight:400;font-size:22px;line-height:100%;text-align:center;margin-bottom:40px;word-wrap:break-word}.tariffs__container{display:flex;align-items:center;justify-content:center;gap:25px}.tariffs__item{width:380px;height:520px;background-color:#fff;border-radius:25px;box-shadow:0 2px 17px #0000001a;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}@media(max-width:480px){.tariffs__item{width:90vw}}.tariffs__item:hover{transform:scale(1.05)}.tariffs__item-header{border-radius:20px;border:1px solid #3b3b3b;padding:20px;margin-bottom:10px}.tariffs__item-title{font-family:Bounded,sans-serif;font-weight:500;font-size:20px;line-height:100%;margin-bottom:15px}.tariffs__item-cost{font-family:Bounded,sans-serif;font-weight:500;font-size:28px;line-height:40px;margin-bottom:5px}.tariffs__item-desc{font-weight:400;font-size:16px;line-height:100%;color:#a4a4a4;word-wrap:break-word}.tariffs__item-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:15px;padding-left:15px}.tariffs__item-list li{display:flex;align-items:center;gap:15px;word-wrap:break-word}.tariffs__item-list li:before{content:"";display:block;width:19px;height:19px;flex-shrink:0;background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.91371%204.8033C1.93047%205.65111%201.46913%206.79715%200.869277%207.39586C0.31266%207.95298%200%208.70829%200%209.49581C0%2010.2833%200.31266%2011.0386%200.869277%2011.5958C1.46131%2012.1855%201.89696%2013.2087%201.91371%2014.0442C1.92935%2014.7837%202.21867%2015.5187%202.78278%2016.0816C3.30323%2016.6031%203.99945%2016.9118%204.73537%2016.9473C5.61896%2016.992%206.77622%2017.5058%207.40176%2018.1313C7.95887%2018.6876%208.71397%2019%209.50125%2019C10.2885%2019%2011.0436%2018.6876%2011.6007%2018.1313C12.2263%2017.5058%2013.3835%2016.992%2014.2671%2016.9473C15.003%2016.9118%2015.6993%2016.6031%2016.2197%2016.0816C16.7623%2015.5398%2017.0735%2014.8086%2017.0877%2014.042C17.1044%2013.2087%2017.5345%2012.1922%2018.1254%2011.6025C18.6841%2011.0455%2018.9987%2010.2894%2019%209.50055C19.0013%208.71166%2018.6891%207.95458%2018.1321%207.39586C17.5334%206.79826%2017.0709%205.6511%2017.0888%204.80442C17.0972%204.40466%2017.0245%204.00735%2016.8752%203.63645C16.7258%203.26555%2016.5028%202.92875%2016.2197%202.64638C15.9263%202.35221%2015.5743%202.1231%2015.1865%201.97395C14.7987%201.8248%2014.3838%201.75896%2013.9689%201.78071C13.1713%201.82092%2012.1648%201.43444%2011.6007%200.869239C11.0436%200.312646%2010.2882%200%209.50069%200C8.71314%200%207.9578%200.312646%207.40064%200.869239C6.83765%201.43332%205.83008%201.82092%205.03251%201.78071C4.61777%201.75912%204.20312%201.82504%203.81553%201.97418C3.42793%202.12333%203.07606%202.35235%202.78278%202.64638C2.4998%202.92862%202.27692%203.26523%202.12756%203.63593C1.9782%204.00663%201.90545%204.40374%201.91371%204.8033ZM12.892%205.72594C13.0204%205.79713%2013.1334%205.89291%2013.2247%206.00779C13.3159%206.12267%2013.3837%206.25441%2013.424%206.39548C13.4644%206.53655%2013.4766%206.6842%2013.4598%206.82997C13.4431%206.97574%2013.3978%207.11679%2013.3266%207.24506L10.2346%2012.8099C10.1545%2012.9615%2010.0406%2013.0926%209.90171%2013.1931C9.69988%2013.3391%209.45503%2013.4135%209.20608%2013.4044C8.95713%2013.3952%208.71836%2013.3032%208.52774%2013.1428L5.44581%2010.6776C5.33125%2010.5859%205.23586%2010.4726%205.1651%2010.344C5.09434%2010.2155%205.04959%2010.0743%205.03341%209.92843C5.01723%209.7826%205.02993%209.63501%205.07079%209.49408C5.11165%209.35316%205.17987%209.22166%205.27155%209.1071C5.36324%208.99253%205.47659%208.89715%205.60513%208.82639C5.73368%208.75564%205.87491%208.71089%206.02075%208.69471C6.16659%208.67853%206.31419%208.69123%206.45512%208.73209C6.59605%208.77295%206.72755%208.84116%206.84212%208.93284L8.91201%2010.5894L11.3729%206.15934C11.4441%206.03113%2011.54%205.91822%2011.6549%205.82705C11.7699%205.73589%2011.9016%205.66825%2012.0427%205.62801C12.1838%205.58776%2012.3314%205.5757%2012.4771%205.5925C12.6228%205.6093%2012.7638%205.65465%2012.892%205.72594Z'%20fill='%233B3B3B'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.tariffs__item-btn{width:100%;height:45px;border-radius:10px;border:none;background-color:var(--text);font-weight:700;font-size:16px;line-height:100%;color:#fff}.tariffs__item:nth-child(3) .tariffs__item-btn{background-color:var(--primary)}.tariffs__item-list li:nth-child(4):before,.tariffs__item-list li:nth-child(5):before{background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.91371%204.8033C1.93047%205.65111%201.46913%206.79715%200.869277%207.39586C0.31266%207.95298%200%208.70829%200%209.49581C0%2010.2833%200.31266%2011.0386%200.869277%2011.5958C1.46131%2012.1855%201.89696%2013.2087%201.91371%2014.0442C1.92935%2014.7837%202.21867%2015.5187%202.78278%2016.0816C3.30323%2016.6031%203.99945%2016.9118%204.73537%2016.9473C5.61896%2016.992%206.77622%2017.5058%207.40176%2018.1313C7.95887%2018.6876%208.71397%2019%209.50125%2019C10.2885%2019%2011.0436%2018.6876%2011.6007%2018.1313C12.2263%2017.5058%2013.3835%2016.992%2014.2671%2016.9473C15.003%2016.9118%2015.6993%2016.6031%2016.2197%2016.0816C16.7623%2015.5398%2017.0735%2014.8086%2017.0877%2014.042C17.1044%2013.2087%2017.5345%2012.1922%2018.1254%2011.6025C18.6841%2011.0455%2018.9987%2010.2894%2019%209.50055C19.0013%208.71166%2018.6891%207.95458%2018.1321%207.39586C17.5334%206.79826%2017.0709%205.6511%2017.0888%204.80442C17.0972%204.40466%2017.0245%204.00735%2016.8752%203.63645C16.7258%203.26555%2016.5028%202.92875%2016.2197%202.64638C15.9263%202.35221%2015.5743%202.1231%2015.1865%201.97395C14.7987%201.8248%2014.3838%201.75896%2013.9689%201.78071C13.1713%201.82092%2012.1648%201.43444%2011.6007%200.869239C11.0436%200.312646%2010.2882%200%209.50069%200C8.71314%200%207.9578%200.312646%207.40064%200.869239C6.83765%201.43332%205.83008%201.82092%205.03251%201.78071C4.61777%201.75912%204.20312%201.82504%203.81553%201.97418C3.42793%202.12333%203.07606%202.35235%202.78278%202.64638C2.4998%202.92862%202.27692%203.26523%202.12756%203.63593C1.9782%204.00663%201.90545%204.40374%201.91371%204.8033ZM12.892%205.72594C13.0204%205.79713%2013.1334%205.89291%2013.2247%206.00779C13.3159%206.12267%2013.3837%206.25441%2013.424%206.39548C13.4644%206.53655%2013.4766%206.6842%2013.4598%206.82997C13.4431%206.97574%2013.3978%207.11679%2013.3266%207.24506L10.2346%2012.8099C10.1545%2012.9615%2010.0406%2013.0926%209.90171%2013.1931C9.69988%2013.3391%209.45503%2013.4135%209.20608%2013.4044C8.95713%2013.3952%208.71836%2013.3032%208.52774%2013.1428L5.44581%2010.6776C5.33125%2010.5859%205.23586%2010.4726%205.1651%2010.344C5.09434%2010.2155%205.04959%2010.0743%205.03341%209.92843C5.01723%209.7826%205.02993%209.63501%205.07079%209.49408C5.11165%209.35316%205.17987%209.22166%205.27155%209.1071C5.36324%208.99253%205.47659%208.89715%205.60513%208.82639C5.73368%208.75564%205.87491%208.71089%206.02075%208.69471C6.16659%208.67853%206.31419%208.69123%206.45512%208.73209C6.59605%208.77295%206.72755%208.84116%206.84212%208.93284L8.91201%2010.5894L11.3729%206.15934C11.4441%206.03113%2011.54%205.91822%2011.6549%205.82705C11.7699%205.73589%2011.9016%205.66825%2012.0427%205.62801C12.1838%205.58776%2012.3314%205.5757%2012.4771%205.5925C12.6228%205.6093%2012.7638%205.65465%2012.892%205.72594Z'%20fill='%23303AF3'/%3e%3c/svg%3e")}.tariffs__item-list li:nth-child(6):before,.tariffs__item-list li:nth-child(7):before{background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.91371%204.8033C1.93047%205.65111%201.46913%206.79715%200.869277%207.39586C0.31266%207.95298%200%208.70829%200%209.49581C0%2010.2833%200.31266%2011.0386%200.869277%2011.5958C1.46131%2012.1855%201.89696%2013.2087%201.91371%2014.0442C1.92935%2014.7837%202.21867%2015.5187%202.78278%2016.0816C3.30323%2016.6031%203.99945%2016.9118%204.73537%2016.9473C5.61896%2016.992%206.77622%2017.5058%207.40176%2018.1313C7.95887%2018.6876%208.71397%2019%209.50125%2019C10.2885%2019%2011.0436%2018.6876%2011.6007%2018.1313C12.2263%2017.5058%2013.3835%2016.992%2014.2671%2016.9473C15.003%2016.9118%2015.6993%2016.6031%2016.2197%2016.0816C16.7623%2015.5398%2017.0735%2014.8086%2017.0877%2014.042C17.1044%2013.2087%2017.5345%2012.1922%2018.1254%2011.6025C18.6841%2011.0455%2018.9987%2010.2894%2019%209.50055C19.0013%208.71166%2018.6891%207.95458%2018.1321%207.39586C17.5334%206.79826%2017.0709%205.6511%2017.0888%204.80442C17.0972%204.40466%2017.0245%204.00735%2016.8752%203.63645C16.7258%203.26555%2016.5028%202.92875%2016.2197%202.64638C15.9263%202.35221%2015.5743%202.1231%2015.1865%201.97395C14.7987%201.8248%2014.3838%201.75896%2013.9689%201.78071C13.1713%201.82092%2012.1648%201.43444%2011.6007%200.869239C11.0436%200.312646%2010.2882%200%209.50069%200C8.71314%200%207.9578%200.312646%207.40064%200.869239C6.83765%201.43332%205.83008%201.82092%205.03251%201.78071C4.61777%201.75912%204.20312%201.82504%203.81553%201.97418C3.42793%202.12333%203.07606%202.35235%202.78278%202.64638C2.4998%202.92862%202.27692%203.26523%202.12756%203.63593C1.9782%204.00663%201.90545%204.40374%201.91371%204.8033ZM12.892%205.72594C13.0204%205.79713%2013.1334%205.89291%2013.2247%206.00779C13.3159%206.12267%2013.3837%206.25441%2013.424%206.39548C13.4644%206.53655%2013.4766%206.6842%2013.4598%206.82997C13.4431%206.97574%2013.3978%207.11679%2013.3266%207.24506L10.2346%2012.8099C10.1545%2012.9615%2010.0406%2013.0926%209.90171%2013.1931C9.69988%2013.3391%209.45503%2013.4135%209.20608%2013.4044C8.95713%2013.3952%208.71836%2013.3032%208.52774%2013.1428L5.44581%2010.6776C5.33125%2010.5859%205.23586%2010.4726%205.1651%2010.344C5.09434%2010.2155%205.04959%2010.0743%205.03341%209.92843C5.01723%209.7826%205.02993%209.63501%205.07079%209.49408C5.11165%209.35316%205.17987%209.22166%205.27155%209.1071C5.36324%208.99253%205.47659%208.89715%205.60513%208.82639C5.73368%208.75564%205.87491%208.71089%206.02075%208.69471C6.16659%208.67853%206.31419%208.69123%206.45512%208.73209C6.59605%208.77295%206.72755%208.84116%206.84212%208.93284L8.91201%2010.5894L11.3729%206.15934C11.4441%206.03113%2011.54%205.91822%2011.6549%205.82705C11.7699%205.73589%2011.9016%205.66825%2012.0427%205.62801C12.1838%205.58776%2012.3314%205.5757%2012.4771%205.5925C12.6228%205.6093%2012.7638%205.65465%2012.892%205.72594Z'%20fill='%23FF3B3E'/%3e%3c/svg%3e")}.tariffs__slider-nav{display:none}.bg-what-get{padding:80px 0;background-color:#fff;margin-bottom:60px}.what-get{max-width:1520px;margin:0 auto 50px}.what-get__title{font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:100%;text-align:center;color:var(--text);margin-bottom:30px}.what-get__container{display:flex;gap:20px}.what-get__right{display:flex;flex-wrap:wrap;gap:20px}.what-get__item{width:445px;height:240px;background-color:#fff;box-shadow:0 5px 15px #0000001a;padding:20px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between}.what-get__item-title{display:flex;align-items:center;gap:10px}.what-get__item-title h3{font-family:Bounded,sans-serif;font-weight:400;font-size:15px;line-height:100%}.what-get__item-text{font-weight:400;font-size:16px;line-height:18px;word-wrap:break-word}.what-get__left{width:590px;height:500px;flex-shrink:0}.what-get__left img{width:100%;height:100%;object-fit:cover}.feedback{max-width:1520px;margin:0 auto 70px;display:flex;align-items:center;justify-content:space-between;height:260px;background-image:url(/bg-feedback.webp);background-repeat:no-repeat;background-size:cover;padding:0 50px}.feedback__title{font-family:Bounded,sans-serif;font-weight:600;font-size:28px;line-height:34px;color:#fff}.feedback-form{display:flex;flex-direction:column;gap:10px}.feedback-form__input-container{display:flex;gap:10px}.feedback-form__input{width:325px;height:60px;border-radius:15px;background-color:#fff;padding:0 20px;font-weight:400;font-size:16px;line-height:100%;border:1px solid #d2d2d2}.feedback-form__input::placeholder{color:#cecece}.feedback-form__btn{height:60px;border-radius:15px;background-color:var(--primary);color:#fff;border:none;font-weight:700;width:100%}.feedback .checkbox-label,.feedback .checkbox-label a{color:red}.calculator{display:flex;gap:20px;max-width:1600px;margin:0 auto 60px}.calculator__right{width:670px;height:720px;box-shadow:0 2px 25px #0000001a;border-radius:40px;padding:50px;background-image:url(/bg-calculator.webp);background-repeat:no-repeat;background-size:cover}.calculator__title{font-family:Bounded,sans-serif;font-weight:400;font-size:35px;line-height:100%;margin-bottom:30px}.calculator__text{font-weight:400;font-size:20px;line-height:100%;word-wrap:break-word}.calculator__left{width:910px;height:720px;box-shadow:0 2px 25px #0000001a;border-radius:40px;padding:50px 60px;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff}.calculator__item-title{font-weight:400;font-size:20px;color:var(--primary);margin-bottom:15px}.calculator__item-tab-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between}.calculator__item-tab{width:250px;height:50px;border-radius:10px;box-shadow:0 0 10px 1px #0000001a;background-color:transparent;border:none;color:var(--text);font-size:18px;text-align:center}.calculator__item-tab.active{border:1px solid var(--primary)}.calculator__item-tab--long{width:100%}.calculator__item-btn{width:100%;height:60px;border-radius:15px}.calculator__item-dropdown-container{position:relative;flex:1;min-width:200px}.dropdown-main{width:100%;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px;min-height:50px}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;padding:8px 0;background-color:#fff;z-index:1000;width:100%;border-radius:10px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;max-height:200px;overflow-y:auto}.dropdown-list{list-style:none;background-color:#fff;margin:0;padding:0}.dropdown-item{padding:12px 20px;cursor:pointer;font-size:16px;transition:background-color .2s;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;min-height:44px}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f5f5f5}.calculator__item-dropdown-container{position:relative;flex:1}.calculator__item-counter-container{display:flex;gap:15px}.calculator__item-counter-btn{background-color:transparent;border:none;width:20px}.calculator__item-counter-btn img{width:100%}.calculator__item-counter-input{width:250px;height:50px;border-radius:10px;border:1px solid #3b3b3b;outline:none;box-shadow:0 0 10px 1px #0000001a;text-align:center;background-color:transparent}.calculator__item--gpu{display:flex;align-items:center;gap:50px}.calculator__item--gpu .calculator__item-title{margin-bottom:0}.calculator__item--gpu .calculator__item-tab{width:50px;height:50px;border-radius:5px;border:1px solid #e9e9e9;box-shadow:0 0 10px 1px #0000001a;color:#e9e9e9}.calculator__item--gpu .calculator__item-tab.active{border:1px solid var(--primary);color:var(--primary)}.calculator__item-counter--mobile{display:none}.calculator-feedback{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 30px 80px;border-radius:30px;max-width:1600px;margin:0 auto 140px;background-image:url(/bg-calculator-feedback.webp);background-repeat:no-repeat;background-size:cover;background-position:center;height:395px}.calculator-feedback__title{font-family:Bounded,sans-serif;font-weight:400;font-size:35px;line-height:100%;color:#fff;margin-bottom:20px}.calculator-feedback__text{font-weight:400;font-size:20px;line-height:100%;color:#fff}.calculator-feedback__right{display:flex;flex-direction:column;gap:15px;width:680px}.calculator-feedback__input{width:100%;height:60px;border-radius:10px;background-color:#ffffff05;border:1px solid #d2d2d2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:0 20px;color:#fff;outline:none}.calculator-feedback__textarea{width:100%;height:120px;border-radius:15px;padding:20px;color:#fff;outline:none;resize:none;background-color:#ffffff05;border:1px solid #d2d2d2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.calculator-feedback__btn{width:100%}.opportunities{max-width:1400px;margin:0 auto 140px}.opportunities__subtitle{font-family:Bounded,sans-serif;font-weight:400;font-size:16px;line-height:125%;margin-bottom:30px;text-align:center}.opportunities__title{font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:100%;text-align:center;margin-bottom:10px}.opportunities__title-text{font-weight:400;font-size:22px;line-height:100%;text-align:center;margin-bottom:40px}.opportunities__scaling{width:100%;height:440px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;border-radius:40px;background-image:url(/bg-opportunities.webp);margin-bottom:25px}.opportunities__scaling-title{font-family:Bounded,sans-serif;font-weight:400;font-size:35px;line-height:100%;margin-bottom:20px;color:#fff}.opportunities__scaling-subtitle{font-weight:400;font-size:22px;line-height:100%;color:#fff}.opportunities__scaling-right{width:560px;height:280px;background-color:#ffffff4d;border:1px solid #fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;display:flex;flex-direction:column;justify-content:space-between;padding:30px}.opportunities__scaling-item-title{display:flex;justify-content:space-between;margin-bottom:15px}.opportunities__scaling-item-title p{font-weight:400;font-size:15px;line-height:100%;color:#fff}.opportunities__scaling-item-line{position:relative}.opportunities__scaling-item-line span{display:block;width:100%;height:2px;border-radius:5px}.opportunities__scaling-item-line .main{background-color:#ededed}.opportunities__scaling-item-line .color{position:absolute;top:0;left:0;background:linear-gradient(289.4deg,#ff3b3e -5.95%,#3728ff 100.59%);width:165px}.opportunities__scaling-item:nth-child(2) .opportunities__scaling-item-line .color{width:315px}.opportunities__scaling-item:nth-child(3) .opportunities__scaling-item-line .color{width:375px}.opportunities__scaling-item:nth-child(4) .opportunities__scaling-item-line .color{width:75px}.opportunities__pros{display:flex;flex-wrap:wrap;gap:25px}.opportunities__pros-item{width:450px;height:220px;background-color:#fff;border:1px solid #eee;box-shadow:0 2px 8px #0000000d;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px}.opportunities__pros-item img{width:55px}.opportunities__pros-item-title{font-family:Bounded,sans-serif;font-weight:400;font-size:16px;line-height:100%;margin-bottom:10px}.opportunities__pros-item-desc{font-weight:400;line-height:18px;word-wrap:break-word}.steps{max-width:1400px;margin:0 auto 50px}.steps__title{font-family:Bounded,sans-serif;font-weight:400;font-size:35px;line-height:100%;text-align:center;margin-bottom:50px}.steps__container{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative}.steps__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.steps__number{width:60px;height:60px;border-radius:50%;background-color:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:Bounded,sans-serif;font-weight:600;font-size:30px;margin-bottom:35px}.steps__item-title{font-family:Bounded,sans-serif;font-weight:500;font-size:18px;line-height:100%;margin-bottom:10px}.steps__item-text{font-weight:400;font-size:16px;line-height:100%;color:var(--text);word-wrap:break-word}.steps__arrow{margin:30px -30px 0}.steps__arrow:last-of-type{margin-right:0}.steps-feedback{max-width:1600px;height:360px;margin:0 auto 40px;padding:0 45px 0 30px;display:flex;align-items:center;justify-content:space-between;border-radius:40px;background-image:url(/assets/bg-steps-feedback-DaSyJDfb.webp)}.steps-feedback__title{font-family:Bounded,sans-serif;font-weight:600;font-size:35px;line-height:40px;color:#fff}.steps-feedback-form{width:740px;height:270px;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:20px;padding:25px}.steps-feedback-form__input{width:100%;height:60px;border:1px solid #d2d2d2;border-radius:15px;outline:none;padding:0 20px;background-color:transparent}.steps-feedback-form__btn{width:100%;height:60px;border-radius:15px}.use-cases{max-width:1600px;margin:0 auto 40px}.use-cases__title{font-family:Bounded,sans-serif;font-weight:400;font-size:40px;line-height:100%;text-align:center;margin-bottom:40px}.use-cases__mobile-list{display:none}.use-cases__container{display:flex;background:#fff;border-radius:30px;box-shadow:0 4px 40px #0000000d;overflow:hidden;height:600px}.use-cases__tabs{width:515px;flex-shrink:0;background:#fafafa}.use-cases__tab{display:flex;align-items:center;gap:20px;padding-left:20px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;height:100px}.use-cases__tab-icon{width:48px;height:48px;flex:0 0 48px;display:block;object-fit:contain;object-position:center}.use-cases__tab.active{background:#fff;border-left-color:#f44}.use-cases__tab-title{font-family:Bounded,sans-serif;font-weight:500;font-size:16px;line-height:120%;color:#b1b1b1;transition:color .3s ease}.use-cases__tab.active .use-cases__tab-title{color:var(--primary)}.use-cases__content{flex:1;position:relative}.use-cases__panel{display:none;padding:25px 30px 30px;animation:fadeIn .4s ease;background-size:cover;background-repeat:no-repeat;background-position:center;height:100%}.use-cases__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.use-cases__panel-title{font-family:Bounded,sans-serif;font-weight:400;font-size:45px;line-height:110%;color:#f44;margin-bottom:10px}.use-cases__panel-subtitle{font-family:Bounded,sans-serif;font-weight:400;font-size:18px;line-height:100%}.use-cases__panel-features{display:flex;flex-direction:column;gap:30px;margin-top:35px}.use-cases__feature{position:relative;border-left:2px solid var(--primary);padding-left:10px;font-weight:400;font-size:16px;line-height:22px;color:var(--text)}.use-cases__panel--remote{background-image:radial-gradient(circle at top right,rgba(255,255,255,.48),transparent 32%),linear-gradient(135deg,#e7f2ff,#f8fbff 38%,#dfe7f4)}.use-cases__panel--outsourcing{background-image:radial-gradient(circle at top right,rgba(255,255,255,.44),transparent 34%),linear-gradient(135deg,#fff0e8,#fff9f4 42%,#f3ddd2)}.use-cases__panel--callcenter{background-image:radial-gradient(circle at top right,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#e8f7f5,#f6fffd 44%,#d2ece8)}.use-cases__panel--development{background-image:radial-gradient(circle at top right,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#eceaff,#f8f7ff 40%,#dfdbff)}.use-cases__panel--enterprise{background-image:radial-gradient(circle at top right,rgba(255,255,255,.44),transparent 34%),linear-gradient(135deg,#eef0f4,#fafbfd 44%,#d7dce6)}.use-cases__panel--education{background-image:radial-gradient(circle at top right,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#fff4d9,#fffbf0 40%,#f0e1ae)}.tariffs,.for-designers{padding-top:0}.for-designers{max-width:1600px;margin:100px auto}.for-designers__title{font-family:Bounded,sans-serif;font-weight:400;font-size:35px;line-height:135%;text-align:center;margin-bottom:30px}.for-designers__item-container{display:flex;gap:25px;margin-bottom:30px}.for-designers__item-mob-container{display:none}.for-designers__item{width:880px;height:645px;background-color:#fff;box-shadow:0 4px 15px #0000001a;border-radius:40px;display:flex;flex-direction:column;justify-content:space-between;padding:25px}.for-designers__item-title,.for-designers__item-difference-title{font-family:Bounded,sans-serif;font-weight:400;font-size:20px;line-height:100%}.for-designers__item-tab-container{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:15px}.for-designers__item-tab{width:410px;padding:10px 10px 10px 15px;background-color:#fff;border-radius:15px;box-shadow:0 2px 15px #0000001a;height:70px;display:flex;align-items:center}.for-designers__item-tab p{font-weight:400;font-size:16px;line-height:100%}.for-designers__item-difference-container{display:flex;justify-content:space-between;padding:20px 20px 15px;background-color:#fff;box-shadow:0 2px 15px #0000001a;border-radius:25px}.for-designers__item-difference-title{font-family:Bounded,sans-serif;font-weight:400;font-size:18px;line-height:100%;margin-bottom:25px}.for-designers__item-difference-title--main{font-size:20px;margin-bottom:0}.for-designers__item-difference-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:15px}.for-designers__item-difference-list li{display:flex;align-items:center;gap:15px}.for-designers__item-difference-list li:before{content:"";display:block;width:30px;height:30px;flex-shrink:0;box-shadow:0 2px 8px #0000001a;border-radius:50%;background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='30'%20height='30'%20rx='15'%20fill='white'/%3e%3cpath%20d='M18.5355%2019.8492L15%2016.3137L11.4645%2019.8492C11.2769%2020.0368%2011.0226%2020.1421%2010.7574%2020.1421C10.4921%2020.1421%2010.2378%2020.0368%2010.0503%2019.8492C9.86272%2019.6617%209.75736%2019.4074%209.75736%2019.1421C9.75736%2018.8769%209.86272%2018.6226%2010.0503%2018.435L13.5858%2014.8995L10.0503%2011.364C9.86272%2011.1764%209.75736%2010.9221%209.75736%2010.6569C9.75736%2010.3916%209.86272%2010.1373%2010.0503%209.94975C10.2378%209.76221%2010.4921%209.65685%2010.7574%209.65685C11.0226%209.65685%2011.2769%209.76221%2011.4645%209.94975L15%2013.4853L18.5355%209.94975C18.7231%209.76221%2018.9774%209.65685%2019.2426%209.65685C19.5079%209.65685%2019.7622%209.76221%2019.9497%209.94975C20.1373%2010.1373%2020.2426%2010.3916%2020.2426%2010.6569C20.2426%2010.9221%2020.1373%2011.1764%2019.9497%2011.364L16.4142%2014.8995L19.9497%2018.435C20.1373%2018.6226%2020.2426%2018.8769%2020.2426%2019.1421C20.2426%2019.4074%2020.1373%2019.6617%2019.9497%2019.8492C19.7622%2020.0368%2019.5079%2020.1421%2019.2426%2020.1421C18.9774%2020.1421%2018.7231%2020.0368%2018.5355%2019.8492Z'%20fill='%23FF3B3E'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.for-designers__item-difference-list--false li:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='30'%20height='30'%20rx='15'%20fill='white'/%3e%3cpath%20d='M18.5355%2019.8492L15%2016.3137L11.4645%2019.8492C11.2769%2020.0368%2011.0226%2020.1421%2010.7574%2020.1421C10.4921%2020.1421%2010.2378%2020.0368%2010.0503%2019.8492C9.86272%2019.6617%209.75736%2019.4074%209.75736%2019.1421C9.75736%2018.8769%209.86272%2018.6226%2010.0503%2018.435L13.5858%2014.8995L10.0503%2011.364C9.86272%2011.1764%209.75736%2010.9221%209.75736%2010.6569C9.75736%2010.3916%209.86272%2010.1373%2010.0503%209.94975C10.2378%209.76221%2010.4921%209.65685%2010.7574%209.65685C11.0226%209.65685%2011.2769%209.76221%2011.4645%209.94975L15%2013.4853L18.5355%209.94975C18.7231%209.76221%2018.9774%209.65685%2019.2426%209.65685C19.5079%209.65685%2019.7622%209.76221%2019.9497%209.94975C20.1373%2010.1373%2020.2426%2010.3916%2020.2426%2010.6569C20.2426%2010.9221%2020.1373%2011.1764%2019.9497%2011.364L16.4142%2014.8995L19.9497%2018.435C20.1373%2018.6226%2020.2426%2018.8769%2020.2426%2019.1421C20.2426%2019.4074%2020.1373%2019.6617%2019.9497%2019.8492C19.7622%2020.0368%2019.5079%2020.1421%2019.2426%2020.1421C18.9774%2020.1421%2018.7231%2020.0368%2018.5355%2019.8492Z'%20fill='%23FF3B3E'/%3e%3c/svg%3e")}.for-designers__item-difference-list--true li:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='30'%20height='30'%20rx='15'%20fill='white'/%3e%3cpath%20d='M8%2014.6429L13.6%2020L22%2010'%20stroke='%2367EB7B'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.for-designers__img{width:695px;height:645px;border-radius:40px;background-image:url(/assets/for-designers-img-aac-QVUE.webp);justify-content:flex-end}.for-designers__item-bottom{display:flex;gap:25px}.for-designers__item-table{width:880px;border-radius:30px;overflow:hidden;background-color:#fff;flex-shrink:0}.for-designers__item-table thead tr{background:#efefef}.for-designers__item-table th{text-align:left;font-weight:400;height:70px;border-right:1px solid #e2e2e2;padding-left:25px}.for-designers__item-table td{height:70px;border-right:1px solid #e2e2e2;padding-left:25px}.for-designers__item-table td:last-child,.for-designers__item-table th:last-child{border-right:none}.for-designers__item-bottom-img{box-shadow:0 4px 10px #0000000d;border-radius:30px;overflow:hidden;width:695px;flex-shrink:0}.for-business__pros{display:flex;flex-wrap:wrap;row-gap:15px;column-gap:5px}.for-business__pros-item{width:345px;height:135px;display:flex;align-items:center;gap:20px;background-color:#fff;box-shadow:0 2px 15px #0000000d;border-radius:15px;padding-left:25px}.for-business__pros-item img{height:35px;width:auto}.for-business__pros-item p{font-size:18px}.for-call .for-business__pros-item{height:105px}.for-call .for-business__pros-item:last-child{width:100%}.for-business .for-designers__img{background-image:url(/assets/for-business-img-C3KUDxbd.webp)}.for-call .for-designers__img{background-image:url(/assets/for-call-img-CD-ywPii.webp)}.economy{display:flex;flex-direction:column;gap:20px;max-width:1600px;margin:0 auto}.economy__item{width:100%;max-width:1600px;height:640px;background-color:#fff;box-shadow:0 4px 40px #0000000d;border-radius:40px;padding:0 80px;display:flex;align-items:center}.economy__item-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.economy__item-title{font-family:Bounded,sans-serif;font-weight:400;font-size:25px;line-height:100%}.economy__item-text{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;margin-left:20px}.economy__item-desc{font-weight:400;font-size:18px;line-height:24px;padding:30px 0;border-bottom:2px solid #ededed;word-wrap:break-word}.economy__item-desc:first-child{padding-top:0}.economy__item-desc:last-child{padding-bottom:0;border-bottom:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal;font-display:swap}@media(min-width:1201px)and (max-width:1600px){header{padding:15px 40px}.feedback .checkbox-label,.feedback .checkbox-label a{color:red}.hero{margin:40px auto;padding:0 40px}.hero__right{width:55vw;height:620px;border-radius:30px;padding:30px;gap:25px;flex-shrink:0}.hero__title{font-size:36px;margin-bottom:20px}.hero__text{font-size:18px}.hero__text:first-of-type{margin-bottom:10px}.hero__links{gap:10px;margin-bottom:30px}.hero__links-item{height:50px;font-size:12px}.hero__btn-container{gap:15px}.hero__btn{width:250px;height:50px;font-size:15px}.hero__left{width:100%}.hero__left-top{width:auto;height:305px;padding:25px;border-radius:30px}.hero__left-title,.hero__left-text{font-size:14px;line-height:18px}.hero__left-bottom__left{width:auto;flex:1;height:305px;padding:15px;border-radius:25px}.hero__left-bottom__right-top,.hero__left-bottom__right-bottom{width:auto;flex:1;height:147.5px;padding:10px;border-radius:25px}.hero__left-bottom__right{flex:1}.what-vdi{padding:0 40px}.what-vdi__item--main,.for-designers__img{width:460px;height:470px}.what-vdi__items{grid-template-columns:repeat(2,1fr);height:auto;width:100%}.what-vdi__item{width:calc((100% - 20px) / 1.2);min-height:225px;height:auto;padding:10px}.what-vdi__item-title{font-size:18px}.what-vdi__item--main-btn{width:100%}.what-vdi__item-text--hidden{white-space:normal}.tariffs{padding:50px 40px 0}.tariffs__item{width:300px;height:490px}.tariffs__container{gap:15px}.tariffs__item-list{gap:10px}.bg-what-get{padding:40px 30px;margin-bottom:40px}.what-get__item{width:calc(50% - 10px)}.what-get__left{width:460px;height:500px;flex-shrink:0;border-radius:20px;overflow:hidden}.what-get__item-title h3,.what-get__item-text{white-space:normal}.feedback{padding:0 40px;gap:40px;border-radius:30px}.feedback__title{font-size:22px}.feedback-form__input{width:260px}.calculator{padding:0 40px}.calculator__right{width:600px;height:640px;flex-shrink:0}.calculator__left{flex:1;width:auto;height:640px;padding:35px 40px}.calculator__item-tab-container{gap:10px}.calculator__item-tab{width:160px}.calculator__item-tab--long{width:100%}.calculator__item-dropdown-container .dropdown-main{width:275px}.calculator__item-counter-input{width:150px}.calculator-feedback{width:95%;gap:20px}.calculator-feedback__title,.calculator-feedback__text{white-space:normal}.calculator-feedback__right{flex-shrink:0;width:600px}.opportunities{padding:0 40px;margin-bottom:50px}.opportunities__scaling{padding:0 30px;gap:30px}.opportunities__scaling-title{font-size:28px;white-space:normal}.opportunities__scaling-subtitle{white-space:normal}.opportunities__pros-item{width:calc(33.33% - 18px)}.opportunities__scaling-right{flex-shrink:0}.opportunities__pros-item-desc{white-space:normal}.steps{padding:0 40px}.steps__item{max-width:180px}.steps__arrow{margin:20px -20px 0;width:100px}.steps__number{width:45px;height:45px;font-size:24px}.steps__item-text{white-space:normal}.steps-feedback{padding:0 40px;width:95%;margin-bottom:50px}.steps-feedback__title{font-size:26px;white-space:normal}.steps-feedback-form{width:600px;flex-shrink:0}.use-cases{padding:0 40px;margin-bottom:40px}.use-cases__tabs{width:400px}.use-cases__panel-title{font-size:34px}.use-cases__panel{background-image:none!important}.economy{padding:0 40px}.economy__item{padding:0 30px;height:500px}.economy__item-title{font-size:24px;line-height:28px;margin-bottom:20px}.economy__item-img{max-width:45%;height:auto}.economy__item-desc{padding:15px 0;white-space:normal}.economy__item-wrapper{gap:20px}.for-designers{padding:0 40px}.for-designers__title{white-space:normal}.for-designers__item{width:calc(100% - 520px);height:auto;min-height:580px;gap:20px}.for-designers__img{width:490px;height:auto;min-height:580px;flex-shrink:0}.for-designers__item-tab{width:calc(50% - 5px);height:100px}.for-designers__item-table{width:calc(100% - 520px)}.for-designers__item-bottom-img{width:auto;flex:1}.for-business__pros-item{width:calc(50% - 3px)}.for-designers__item-title,.for-designers__item-difference-title,.for-designers__item-tab p,.for-business__pros-item p{white-space:normal}.for-designers__item-table th,.for-designers__item-table td{padding-left:15px}.page__footer{padding:50px 40px 30px}.footer__form-container{padding:0 40px;gap:40px}.footer__form-title{font-size:36px}.footer__form-tab-container{max-width:400px}.footer__form-right{width:600px;height:490px}.footer__form{width:570px;height:450px}.footer__bottom{padding:0 40px 40px}.footer__right{gap:80px}.footer__privacy{padding:20px 40px 0}.modal{width:95vw}}@media(min-width:769px)and (max-width:1200px){header{padding:15px 40px}.feedback .checkbox-label,.feedback .checkbox-label a,.steps-feedback .checkbox-label,.steps-feedback .checkbox-label a{color:#fff}.header__social{display:none}.header__nav{gap:15px}.header__nav-link{width:fit-content}.header__logo{width:160px}.hero{margin:25px auto 70px;padding:0 15px}.hero__main{flex-direction:column;gap:20px}.hero__right{width:100%;height:auto;border-radius:25px;padding:20px;gap:20px}.hero__title{font-size:38px;margin-bottom:16px}.hero__text{font-size:16px;line-height:20px}.hero__text:first-of-type{margin-bottom:10px}.hero__links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.hero__links-item{height:auto;min-height:50px;padding:10px;font-size:14px;line-height:18px}.hero__btn-container{flex-direction:row;gap:10px}.hero__btn{flex:1;width:auto;height:50px;font-size:16px}.hero__left{flex-direction:row;flex-wrap:wrap;gap:10px}.hero__left-item{background-position:right center;background-size:contain}.hero__left-top{width:100%;height:220px;padding:24px;border-radius:24px}.hero__left-title{font-size:14px;line-height:1.3}.hero__left-text{font-size:12px;line-height:1.3}.hero__left-bottom{width:100%;gap:10px}.hero__left-bottom__left{flex:1;width:auto;height:220px;padding:20px;border-radius:20px}.hero__left-bottom__right{flex:1;gap:10px}.hero__left-bottom__right-top,.hero__left-bottom__right-bottom{width:auto;height:105px;padding:10px;border-radius:20px}.what-vdi{padding:0 15px;margin-bottom:70px}.what-vdi__title{font-size:38px}.what-vdi__text{font-size:18px;white-space:normal}.what-vdi__item-container{flex-direction:column;gap:20px}.what-vdi__item--main{width:100%;height:280px;flex-shrink:unset}.what-vdi__item--main-btn{width:100%}.what-vdi__items{grid-template-columns:repeat(2,1fr);height:auto;width:100%}.what-vdi__item{width:100%;min-height:220px;height:auto;position:relative}.what-vdi__item-title{font-size:18px}.what-vdi__item-text--hidden{display:none}.what-vdi__item-title-container img{width:45px;height:45px}.what-vdi__item-text{font-size:16px;white-space:normal}.tariffs{margin:0 auto 60px;overflow:hidden;background:transparent;padding:0}.tariffs__title{text-align:center;font-size:38px;margin-bottom:10px}.tariffs__text{text-align:center;font-size:20px;line-height:20px;white-space:normal;margin:0 auto 20px;max-width:600px}.tariffs__container{padding:10px 8px!important}.tariffs__item{border-radius:20px;padding:20px;background:#fff;display:flex!important;flex-direction:column;justify-content:space-between;gap:20px;box-sizing:border-box;height:470px!important}.tariffs__item-title{font-size:16px;font-weight:700;margin-bottom:20px}.tariffs__item-cost{font-size:25px;font-weight:700;margin-bottom:5px}.tariffs__item-desc{font-size:14px;white-space:normal;line-height:1.3}.tariffs__item-list{padding:0;margin-top:15px;gap:10px}.tariffs__item-list li{font-size:18px;line-height:18px}.tariffs__item-btn{width:100%;height:45px;flex-shrink:0;background-color:var(--primary);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer}.tariffs__slider-nav{display:flex;gap:5px;justify-content:center;margin-top:15px}.tariffs__slider-btn{flex:1;max-width:160px;height:40px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;background-color:var(--primary)}.bg-what-get{padding:60px 20px}.what-get{padding:0 20px}.what-get__container{flex-direction:column;gap:20px}.what-get:first-of-type .what-get__container{flex-direction:column-reverse}.what-get__left{width:100%;height:350px;border-radius:30px;overflow:hidden}.what-get__right{display:grid;grid-template-columns:1fr 1fr;gap:15px}.what-get__item{width:100%;height:230px}.what-get__item-title h3,.what-get__item-text{white-space:normal}.feedback{padding:30px;gap:30px;height:auto;min-height:200px;margin:0 20px 50px;flex-direction:column;border-radius:30px}.feedback__title{font-size:20px;line-height:26px;text-align:center}.feedback-form__input,.feedback-form{width:100%}.feedback-form__input,.feedback-form__btn{height:50px}.calculator{flex-direction:column;padding:0 20px;margin-bottom:80px;gap:15px}.calculator__right{width:100%;height:220px;padding:30px 40px;border-radius:30px}.calculator__left{width:100%;height:auto;padding:30px 40px;gap:25px}.calculator__title{font-size:26px}.calculator__item-tab{width:calc((100% - 40px) / 3)}.calculator__item-tab--long{width:100%}.calculator__item-dropdown-container:hover .dropdown-menu{display:none}.calculator__item-dropdown-container.open .dropdown-menu{display:block}.calculator-feedback{flex-direction:column;width:95%;margin-bottom:60px;height:545px;padding:20px;gap:15px}.calculator-feedback__title{text-align:center;font-size:30px}.calculator-feedback__text{font-size:20px;text-align:center}.calculator-feedback__right{width:100%}.calculator-feedback__input{height:50px}.calculator-feedback__textarea{height:140px}.opportunities{padding:0 20px;margin-bottom:80px}.opportunities__scaling{flex-direction:column;height:auto;padding:40px 30px;gap:30px;background-repeat:no-repeat;background-size:cover}.opportunities__scaling-right{width:100%}.opportunities__pros{gap:15px}.opportunities__pros-item{width:calc(50% - 8px);height:220px;min-height:180px}.opportunities__pros-item-desc{white-space:normal}.steps{display:none}.steps-feedback{padding:30px;height:auto;min-height:280px;gap:30px;margin-bottom:80px;width:95%;flex-direction:column;background-repeat:no-repeat;background-size:cover}.steps-feedback__title{font-size:24px;line-height:30px;text-align:center;white-space:normal}.steps-feedback-form{width:100%;flex-shrink:0;height:auto;padding:20px}.steps-feedback-form__input,.steps-feedback-form__btn{height:55px}.use-cases{padding:0 20px;margin-bottom:80px}.use-cases__container{height:auto;min-height:630px}.use-cases__tabs{width:300px;flex-shrink:0}.use-cases__tab{padding-left:15px;gap:12px}.use-cases__tab-title{font-size:13px}.use-cases__panel-title{font-size:26px}.use-cases__panel-title,.use-cases__panel-subtitle,.use-cases__feature{white-space:normal}.economy{gap:60px;padding:0 10px;margin-bottom:0}.economy__item{padding:30px;height:fit-content}.economy__item-wrapper{flex-direction:column}.economy__item-title{font-size:30px;line-height:34px;margin:35px 0;text-align:center}.economy__item-desc{font-size:20px;line-height:22px;white-space:normal;padding:10px 0}.economy__item-wrapper img{order:-1}.for-designers{padding:0 20px;margin-bottom:80px}.for-designers__title{white-space:normal;font-size:30px}.for-designers__item-container{flex-direction:column-reverse;gap:15px}.for-business .for-designers__item-container{flex-direction:column}.for-call .for-designers__item-container{flex-direction:column-reverse}.for-designers__item{width:100%;gap:20px;height:fit-content}.for-designers__img{width:100%;height:450px;flex-shrink:unset}.for-designers__item-title,.for-designers__item-difference-title{white-space:normal}.for-designers__item-tab{width:calc(50% - 5px)}.for-designers__item-bottom{flex-direction:column;gap:15px}.for-designers__item-table,.for-designers__item-bottom-img{width:100%}.for-business__pros{gap:10px}.for-business__pros-item{width:calc(50% - 5px);height:auto;min-height:100px}.for-call .for-business__pros-item:last-child{width:calc(50% - 5px)}.for-designers__item-difference-container{flex-direction:column;gap:30px}.for-designers__item-tab p{white-space:normal}.for-call .for-business__pros-item:last-child{width:100%}.page__footer{padding:40px 20px 30px}.footer__form-container{flex-direction:column;align-items:center;gap:40px;margin-bottom:50px;padding:0 20px}.footer__form-left{text-align:center;max-width:600px}.footer__form-left-top{font-size:18px}.footer__form-title{font-size:34px}.footer__form-tab-container{justify-content:center;max-width:600px}.footer__form-right{width:100%;max-width:700px;height:auto;padding:15px}.footer__form{width:100%;height:auto;padding:25px 20px;gap:25px}.footer__bottom{flex-direction:column;align-items:center;gap:40px;padding:0 20px 40px}.footer__logo-container{display:flex;flex-direction:column;align-items:center;text-align:center}.footer__right{gap:60px;justify-content:center}.footer__privacy{justify-content:center;flex-wrap:wrap;gap:15px;padding:20px 20px 0}.fancybox__slide,.fancybox__container{padding:0!important;max-width:100vw}.modal{width:95vw;padding:50px 20px}.form-modal__title{font-size:20px;margin-bottom:35px}.form-modal input{height:60px;font-size:16px}.form-modal__input-container{flex-direction:column}.form-modal__input-container input,.form-modal__btn{width:100%;height:50px}.policy-container{padding:0 10px}.policy-container h1{font-size:26px}.cookie-popup{bottom:10px;right:10px;left:10px;max-width:none;margin:0 auto}}@media(max-width:768px){br{display:none}.feedback .checkbox-label,.feedback .checkbox-label a,.steps-feedback .checkbox-label,.steps-feedback .checkbox-label a{color:#fff}header{padding:15px 20px}.header__nav,.header__feedback{display:none}.header__burger,.header__mobile-menu.open,.header__overlay.open{display:flex}.hero{margin:16px auto 60px}.hero__footnote{display:none}.hero__main{flex-direction:column;gap:20px}.hero__right{display:flex;flex-direction:column;gap:20px;border-radius:16px;padding:20px 15px;width:95%;margin:0 auto;height:fit-content}.hero__title{font-size:35px;margin-bottom:25px}.hero__text{white-space:normal;font-size:16px;line-height:18px}.hero__text:first-of-type{margin-bottom:5px}.hero__links{display:grid;grid-template-columns:55% 45%;gap:5px;margin-bottom:20px}.hero__links-item{align-items:center;gap:5px;height:70px;padding:5px;font-size:14px;line-height:18px;border-radius:10px}.hero__links-item img{width:35px;height:35px;filter:none}.hero__btn-container{flex-direction:column;gap:10px}.hero__btn{width:100%;height:45px}.hero__left{display:flex;flex-wrap:wrap;gap:10px;padding:0 10px}.hero__left-item{width:100%;height:100px;display:flex;flex-direction:row;justify-content:flex-start;gap:15px;align-items:center;background:#fff;border-radius:20px;padding:10px 10px 10px 20px}.hero__left-item img{display:block}.hero__left-title{font-size:16px;font-weight:400}.hero__left-text{display:none}.hero__left-bottom{display:flex;flex-direction:column-reverse;gap:10px}.hero__left-bottom__left{width:100%}.hero__left-bottom__right{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero__left-bottom__right-top,.hero__left-bottom__right-bottom{flex-direction:column;align-items:center;justify-content:space-between;padding:15px;height:155px}.hero__left-bottom__right .hero__left-title{text-align:center}.what-vdi{margin-bottom:0}.what-vdi__title{font-size:25px}.what-vdi__text{font-size:16px}.what-vdi__subtitle{font-size:22px;margin-bottom:15px}.what-vdi__item-container{flex-direction:column-reverse;gap:15px;padding:0 10px}.what-vdi__items{display:flex;flex-direction:column;height:fit-content;gap:10px}.what-vdi__item{position:relative;width:100%;height:175px;padding:20px 0;align-items:center;justify-content:center}.what-vdi__item--main{display:contents}.what-vdi__item-title-container img{width:40px;height:40px;display:block;margin:0 auto 10px}.what-vdi__item-title{font-size:16px;text-align:center;white-space:normal;margin-bottom:10px;max-width:290px}.what-vdi__item-text,.what-vdi__item-text--hidden{font-size:14px;text-align:center;white-space:normal;max-width:300px}.what-vdi__item--main-btn{width:100%}.tariffs{margin:0 auto;overflow:hidden;background:transparent;padding:0}.tariffs__title{text-align:center;font-size:25px;margin-bottom:10px}.tariffs__text{text-align:center;font-size:16px;line-height:20px;white-space:normal;margin:0 auto 20px;max-width:365px}.tariffs__container{padding:15px!important}.tariffs__item{border-radius:20px;padding:20px;background:#fff;display:flex!important;flex-direction:column;justify-content:space-between;gap:20px;box-sizing:border-box;height:600px!important}.tariffs__item-title{font-size:16px;font-weight:700;margin-bottom:20px}.tariffs__item-cost{font-size:25px;font-weight:700;margin-bottom:5px}.tariffs__item-desc{font-size:14px;white-space:normal;line-height:1.3}.tariffs__item-list{padding:0;margin-top:10px;gap:10px}.tariffs__item-list li{font-size:14px;line-height:18px}.tariffs__item-btn{width:100%;height:45px;flex-shrink:0;background-color:var(--primary);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer}.tariffs__slider-nav{display:flex;gap:5px;justify-content:center}.tariffs__slider-btn{flex:1;max-width:160px;height:40px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;background-color:var(--primary)}.bg-what-get{padding:35px 10px}.what-get:first-of-type .what-get__container{flex-direction:column-reverse}.what-get__container{flex-direction:column;gap:10px}.what-get__title{font-size:25px;margin-bottom:15px}.what-get__left{width:100%;height:220px;border-radius:30px;overflow:hidden}.what-get__right{padding:0 10px;gap:10px}.what-get__item{width:100%;height:220px;gap:10px;justify-content:center;padding:10px}.what-get__item-title{flex-direction:column}.what-get__item-title h3{text-align:center;font-size:16px}.what-get__item-text{font-size:14px;text-align:center;white-space:normal}.what-get{margin:0 auto 20px}.calculator{flex-direction:column;padding:0 10px;gap:10px;margin-bottom:60px}.calculator__right,.calculator__left{width:100%}.calculator__right{background-image:url(/bg-calculator-mob.webp);background-position:center;height:30vh;padding:20px;border-radius:30px}.calculator__title{font-size:20px;white-space:normal;text-align:center}.calculator__text{display:none}.calculator__left{height:fit-content;padding:20px;gap:30px}.calculator__item-dropdown-container .dropdown-main,.calculator__item-dropdown-container{width:100%}.calculator__item-tab-container{gap:15px}.calculator__item-counter-input{width:160px}.calculator__item-counter-container{gap:20px}.calculator__item-btn{height:50px}.calculator__item-dropdown-container:hover .dropdown-menu{display:none}.calculator__item-dropdown-container.open .dropdown-menu{display:block}.calculator__item-counter--mobile{display:flex;align-items:center;gap:15px}.calculator__item-counter--mobile .calculator__item-counter-input{width:160px;border:none;box-shadow:0 0 10px 1px #0000001a}.calculator__item-counter--mobile .calculator__item-counter-btn{width:40px;height:40px;border:none;box-shadow:0 0 10px 1px #0000001a;padding:10px;display:flex;align-items:center;justify-content:center}.calculator__item:nth-child(1) .calculator__item-tab-container,.calculator__item:nth-child(2) .calculator__item-tab-container{display:none}.calculator__item--gpu .calculator__item-tab{width:35px;height:35px;font-size:14px}.calculator__item--gpu{justify-content:space-between}.calculator-feedback{flex-direction:column;width:95%;margin-bottom:60px;height:545px;padding:20px;gap:15px}.calculator-feedback__title{text-align:center;font-size:25px}.calculator-feedback__text{font-size:16px;text-align:center}.calculator-feedback__right{width:100%}.calculator-feedback__input{height:50px}.calculator-feedback__textarea{height:140px}.feedback{margin:0 auto 20px;height:fit-content;flex-direction:column;padding:40px 20px;width:100%;border-radius:30px;background-image:url(/bg-feedback-mob.webp)}.feedback__title{font-size:20px;line-height:22px;margin-bottom:35px;white-space:normal;text-align:center}.feedback-form__input-container{flex-direction:column;width:100%}.feedback-form__input,.feedback-form{width:100%}.feedback-form__input,.feedback-form__btn{height:50px}.opportunities{padding:0 10px;margin-bottom:60px}.opportunities__subtitle{margin-bottom:10px}.opportunities__title{font-size:25px;margin-bottom:10px}.opportunities__title-text{font-size:16px;margin-bottom:15px}.opportunities__scaling{flex-direction:column;height:fit-content;padding:30px 10px;background-image:url(/bg-opportunities-mob.webp);background-position:center;background-repeat:no-repeat;background-size:cover;margin-bottom:0}.opportunities__scaling-title{font-size:20px;text-align:center;white-space:normal}.opportunities__scaling-subtitle{font-size:16px;margin-bottom:35px;white-space:normal;text-align:center}.opportunities__scaling-right{width:100%}.opportunities__scaling-item:nth-child(1) .opportunities__scaling-item-line .color{width:105px}.opportunities__scaling-item:nth-child(2) .opportunities__scaling-item-line .color{width:200px}.opportunities__scaling-item:nth-child(3) .opportunities__scaling-item-line .color{width:240px}.opportunities__scaling-item:nth-child(4) .opportunities__scaling-item-line .color{width:50px}.opportunities__pros,.steps{display:none}.steps-feedback{height:fit-content;margin:0 auto 60px;width:95%;flex-direction:column;padding:20px;background-image:url(/assets/bg-steps-feedback-mob-ycX_jBu2.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.steps-feedback__title{font-size:20px;line-height:24px;text-align:center;white-space:normal;margin-bottom:75px}.steps-feedback-form{width:100%;height:fit-content;gap:10px;background-color:transparent;padding:0}.steps-feedback-form__input{background-color:#fff;height:50px}.steps-feedback-form__btn{height:50px}.use-cases{padding:0 10px;margin-bottom:15px}.use-cases__title{font-size:25px;margin:0 auto 25px;max-width:315px}.use-cases__mobile-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.use-cases__mobile-item{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:14px 16px;border-radius:22px;background:linear-gradient(135deg,#fffffffa,#fafafaeb);box-shadow:0 12px 30px #0000000f,inset 0 1px #ffffffe6;border:1px solid rgba(244,68,68,.08)}.use-cases__mobile-number{font-family:Bounded,sans-serif;font-size:12px;line-height:1;color:#f44444a6}.use-cases__mobile-icon-wrap{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(180deg,#fff,#f3f3f3);box-shadow:inset 0 1px #fffffff2,0 6px 14px #00000014}.use-cases__mobile-icon{width:24px;height:24px;object-fit:contain}.use-cases__mobile-text{position:relative;display:block;padding-bottom:2px;font-family:Bounded,sans-serif;font-size:13px;line-height:1.3;color:#000;text-transform:uppercase}.use-cases__mobile-text:after{content:"";position:absolute;left:0;bottom:-6px;width:64px;height:2px;border-radius:999px;background:linear-gradient(90deg,#f44444b3,#f4444400)}.use-cases__container{display:none}.economy{gap:15px;padding:0 10px;margin-bottom:0}.economy__item{padding:10px 10px 20px;height:fit-content}.economy__item-wrapper{flex-direction:column}.economy__item-title{font-size:20px;line-height:24px;margin:20px 0 10px;text-align:center}.economy__item-desc{font-size:14px;line-height:18px;white-space:normal;padding:10px 0}.economy__item-wrapper img{order:-1}.for-designers{padding:0 10px;margin-bottom:60px;margin-top:15px}.for-designers__title{font-size:25px;line-height:135%;margin-bottom:15px}.for-designers__item-container{flex-direction:column-reverse;gap:10px;background-color:#fff;box-shadow:0 4px 15px #0000001a;border-radius:30px;padding:20px;margin-bottom:15px}.for-designers .what-vdi__item--main-btn{display:none}.for-designers__img{width:100%;height:220px;border-radius:20px}.for-designers__item{padding:0;background:transparent;box-shadow:none;width:100%;height:auto}.for-designers__item-title,.for-designers__item-difference-title{font-size:14px;white-space:normal;margin-bottom:15px}.for-designers__item-tab-container,.for-designers__item-difference-title--main{display:none}.for-designers__item-difference-container{padding:15px;flex-direction:column;gap:30px}.for-designers__item-bottom{display:none}.for-designers__item-mob-container{display:flex;flex-direction:column;gap:15px}.for-designers__item-mob{border-radius:25px;overflow:hidden}.for-designers__item-mob-row{display:flex;justify-content:space-between;align-items:center;min-height:50px;background-color:#fff;padding:0 20px}.for-designers__item-mob-row:nth-child(2n){background-color:transparent}.for-designers__item-mob-text{font-size:14px;text-align:right}.for-business .for-designers__item-container{flex-direction:column}.for-call .for-business__pros-item:last-child{width:100%}.for-business__pros-item{width:100%}.page__footer{background-image:url(/bg-footer-mob.webp);padding:30px 10px}.footer__form-container{flex-direction:column;margin-bottom:60px}.footer__form-tab-container{display:none}.footer__form-left-top,.footer__form-title,.footer__form-text{text-align:center;white-space:normal}.footer__form-left-top{font-size:16px;margin-bottom:10px}.footer__form-title{font-size:25px;margin-bottom:10px}.footer__form-text{font-size:14px;max-width:300px;margin:0 auto 30px}.footer__form-right{width:100%;padding:10px;height:auto;min-height:430px}.footer__form{width:100%;height:auto;min-height:100%}.footer__form-top,.footer__form-bottom{gap:10px}.footer__form-top-title{margin:0;font-size:20px}.footer__form-top-text{font-size:14px}.footer__form-bottom-input,.footer__form-bottom-btn{height:50px}.footer__bottom,.footer__right,.footer__logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__logo-container p{margin:10px 0 15px;font-size:14px;text-align:center}.footer__bottom,.footer__right{gap:30px}.footer__col-title,.footer__col-list li{text-align:center}.footer__col-title{margin-bottom:15px}.footer__col--contacts .footer__col-list li{text-align:left}.footer__privacy{flex-direction:column;padding-top:15px;gap:15px}.fancybox__slide,.fancybox__container{padding:0!important;max-width:100vw}.modal{width:95vw;padding:50px 20px}br{display:none!important}.form-modal__title{font-size:20px;margin-bottom:35px}.form-modal input{height:60px;font-size:16px}.form-modal__input-container{flex-direction:column}.form-modal__input-container input,.form-modal__btn{width:100%;height:50px}.policy-container{padding:0 10px}.policy-container h1{font-size:26px}.cookie-popup{bottom:10px;right:10px;left:10px;max-width:none;margin:0 auto}}@media(max-width:480px){.hero__title{font-size:28px}.feedback .checkbox-label,.feedback .checkbox-label a,.steps-feedback .checkbox-label,.steps-feedback .checkbox-label a{color:#fff}.hero__links{grid-template-columns:1fr 1fr}.hero__links-item{height:60px;font-size:12px}.hero__left-item{height:80px;padding:8px 8px 8px 15px}.hero__left-title{font-size:14px}.hero__left-bottom__right-top,.hero__left-bottom__right-bottom{height:130px;padding:10px}.tariffs__item{height:480px!important}.tariffs__item-list li{font-size:13px}.what-get__item{height:180px}.what-get__item-title h3{font-size:14px}.what-get__item-text{font-size:13px}.calculator__right{height:25vh}.calculator__title{font-size:18px}.calculator__item-tab{font-size:14px;height:40px}.calculator__item-counter-input,.calculator__item-counter--mobile .calculator__item-counter-input{width:120px}.opportunities__scaling-title{font-size:18px}.opportunities__scaling-subtitle{font-size:14px}.steps-feedback__title{font-size:18px}.use-cases__title{font-size:22px}.use-cases__mobile-item{gap:10px;padding:12px 14px;border-radius:18px}.use-cases__mobile-number{font-size:13px}.use-cases__mobile-icon-wrap{width:38px;height:38px;border-radius:12px}.use-cases__mobile-icon{width:22px;height:22px}.use-cases__mobile-text{font-size:12px}.economy__item-title{font-size:18px}.economy__item-desc{font-size:13px}.for-designers__title{font-size:22px}.for-designers__item-mob-text{font-size:12px}.for-designers__item-mob-row{min-height:40px;padding:0 15px}.footer__form-title{font-size:22px}.footer__form-top-title{font-size:18px}.footer__form-right{height:380px}}.tariffs{padding:40px 20px;background:#f8f9fa;max-width:100%;overflow:hidden}.tariffs__title{font-family:Bounded,sans-serif;font-size:42px;font-weight:400;text-align:center;color:var(--primary, #ff3b3e);margin-bottom:12px}.tariffs__text{font-size:18px;line-height:1.6;text-align:center;max-width:720px;margin:0 auto 50px;color:#666;word-wrap:break-word}.tariffs__text br{display:inline}.tariffs__container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;align-items:stretch}.tariffs__item{background:#fff;border-radius:24px;padding:32px 28px 28px;box-shadow:0 4px 20px #0000000f;border:1px solid #eee;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;position:relative;height:auto;min-height:520px}.tariffs__item:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.tariffs__item.popular{border:2px solid var(--primary, #ff3b3e);background:#fff}.tariffs__item.popular:before{content:"Популярный";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary, #ff3b3e);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 20px;border-radius:20px;white-space:nowrap}.tariffs__item-top{display:flex;flex-direction:column;flex:1}.tariffs__item-header{margin-bottom:20px;border:none;padding:0}.tariffs__item-title{font-family:Bounded,sans-serif;font-size:22px;font-weight:500;color:#1a1a2e;margin-bottom:8px}.tariffs__item-cost{font-family:Bounded,sans-serif;font-size:32px;font-weight:700;color:var(--primary, #ff3b3e);margin-bottom:4px}.tariffs__item-period{font-size:16px;font-weight:400;color:#999}.tariffs__item-desc{font-size:15px;color:#888;line-height:1.4;word-wrap:break-word}.tariffs__item-list{list-style:none;padding:0;margin:0;flex:1}.tariffs__item-list li{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0;font-size:15px;color:#444;line-height:1.4;word-wrap:break-word}.tariffs__item-list li:last-child{border-bottom:none}.tariffs__item-list li:before{content:"";display:block;width:20px;height:20px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ff3b3e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.tariffs__item-btn{width:100%;height:50px;border:none;border-radius:12px;background:var(--primary, #ff3b3e);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease,transform .2s ease;flex-shrink:0}.tariffs__item-btn:hover{background:#e63538;transform:scale(1.02)}.tariffs__item.popular .tariffs__item-btn{background:var(--primary, #ff3b3e)}@media(max-width:1024px){.tariffs{padding:0 20px}.feedback .checkbox-label,.feedback .checkbox-label a,.steps-feedback .checkbox-label,.steps-feedback .checkbox-label a{color:#fff}.tariffs__container{grid-template-columns:repeat(2,1fr);gap:24px;padding:0 10px}.tariffs__title{font-size:36px}.tariffs__item{padding:28px 22px;min-height:700px}.tariffs__item-cost{font-size:28px}}@media(max-width:768px){.tariffs{padding:20px 16px}.tariffs__title{font-size:28px}.tariffs__text{font-size:16px;margin-bottom:30px;padding:0 10px}.tariffs__text br{display:none}.tariffs__container{grid-template-columns:1fr;gap:20px;max-width:420px;padding:0}.tariffs__item{padding:24px 20px;min-height:auto}.tariffs__item-title{font-size:20px}.tariffs__item-cost{font-size:26px}.tariffs__item-list li{font-size:14px;padding:8px 0}.tariffs__item.popular:before{font-size:11px;padding:3px 16px;top:-10px}}@media(max-width:480px){.tariffs{padding:40px 12px}.tariffs__title{font-size:24px}.tariffs__text{font-size:14px;margin-bottom:24px}.tariffs__item{padding:20px 16px;border-radius:20px}.tariffs__item-title{font-size:18px}.tariffs__item-cost{font-size:22px}.tariffs__item-period{font-size:14px}.tariffs__item-desc{font-size:13px}.tariffs__item-list li{font-size:13px;padding:6px 0;gap:10px}.tariffs__item-list li:before{width:16px;height:16px}.tariffs__item-btn{height:44px;font-size:14px}.tariffs__item.popular:before{font-size:10px;padding:2px 14px;top:-10px}}.top_proc{margin-top:1%}html{scroll-behavior:smooth;overflow-x:clip}body{overflow-x:clip}.calculator{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;gap:clamp(16px,2vw,24px);max-width:1600px;margin:0 auto clamp(0px,7vw,40px);padding:0 clamp(10px,1.6vw,24px)}.calculator__right,.calculator__left{min-width:0;height:auto!important;border-radius:36px;box-shadow:0 18px 48px #1e1e1e1a}.calculator__right{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:660px;padding:clamp(28px,3vw,46px);background-position:center}.calculator__intro{display:flex;flex-direction:column;gap:18px}.calculator__title{margin-bottom:0;font-size:clamp(30px,2.6vw,42px);line-height:1.05;text-wrap:balance}.calculator__text{max-width:36rem;font-size:clamp(17px,1.35vw,21px);line-height:1.4}.calculator__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calculator__spec{display:flex;flex-direction:column;gap:8px;min-height:108px;padding:18px 20px;border:1px solid rgba(255,255,255,.6);border-radius:22px;background:#ffffffc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.calculator__spec-label{font-size:13px;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:#3b3b3bb8}.calculator__spec-value{font-family:Bounded,sans-serif;font-size:18px;line-height:1.25;color:var(--text)}.calculator__total{margin-top:0;padding:22px 24px;border-radius:22px;border:1px solid rgba(255,59,62,.22);background:linear-gradient(180deg,#fffffff5,#ffffffe0);box-shadow:0 16px 36px #ff3b3e1f;text-align:left}.calculator__total-label{margin-bottom:8px;font-size:14px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.calculator__total-price{font-size:clamp(28px,2.2vw,38px);line-height:1.1}.calculator__left{display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(22px,2vw,28px);padding:clamp(26px,3vw,48px)}.calculator__item{display:flex;flex-direction:column;gap:14px}.calculator__panels{display:flex;flex-direction:column;gap:18px}.calculator__panel{border-radius:24px;border:1px solid rgba(255,59,62,.14);background:linear-gradient(180deg,#fffffffa,#ff3b3e0a);box-shadow:0 18px 40px #0000000d}.calculator__panel--top{display:flex;flex-direction:column;gap:22px;padding:22px 20px}.calculator__panel--bottom{display:flex;flex-direction:column;gap:16px;padding:18px 20px}.calculator__item-title{margin-bottom:0;font-size:clamp(18px,1.45vw,22px);line-height:1.2}.calculator__item-tab-container{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:14px}.calculator__item-tab{flex:1 1 calc(33.333% - 10px);min-width:170px;width:auto;min-height:54px;padding:0 16px;border:1px solid transparent;border-radius:16px;background:linear-gradient(180deg,#fff,#f7f7f7);box-shadow:0 10px 26px #00000014;color:var(--text);font-size:17px;line-height:1.2;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease}.calculator__item-tab:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0000001c}.calculator__item-tab.active{border-color:#ff3b3ea6;background:#ff3b3e12;color:var(--primary)}.calculator__item-tab--long{width:100%;flex-basis:100%}.calculator__item-tab--input{text-align:left;color:var(--text)}.calculator__item-tab--input::placeholder{color:#3b3b3b73}.calculator__item-tab-container--dropdown{align-items:stretch}.calculator__item-dropdown-container{position:relative;flex:1 1 0px;min-width:260px}.dropdown-main{width:100%;min-height:54px;padding:12px 18px;border:1px solid #ddd;border-radius:16px;background:linear-gradient(180deg,#fff,#f9f9f9);box-shadow:0 10px 26px #00000014;display:flex;align-items:center;justify-content:space-between;gap:14px;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.dropdown-main:hover,.calculator__item-dropdown-container.open .dropdown-main{border-color:#ff3b3e99;box-shadow:0 14px 30px #ff3b3e1f}.dropdown-main img{width:14px;flex-shrink:0;transition:transform .2s ease}.calculator__item-dropdown-container.open .dropdown-main img{transform:rotate(180deg)}.dropdown-main__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;min-width:0}.dropdown-main__label{font-size:16px;font-weight:600;line-height:1.25;text-align:left;color:var(--text);display:block}.dropdown-main__price{font-size:13px;line-height:1.2;color:#3b3b3b9e}.dropdown-menu{top:calc(100% + 10px);padding:10px;border:1px solid rgba(0,0,0,.07);border-radius:18px;box-shadow:0 18px 38px #00000024;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-height:280px}.dropdown-list{display:flex;flex-direction:column;gap:8px}.dropdown-item{width:100%;min-height:auto;padding:14px 16px;border:1px solid transparent;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text);font-size:15px;line-height:1.3;text-align:left}.dropdown-item strong{font-size:15px;color:var(--primary)}.dropdown-item:hover,.dropdown-item.active{background:#ff3b3e0f;border-color:#ff3b3e33}.calculator__item-dropdown-container:hover .dropdown-menu{display:none}.calculator__item-counter-container{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:8px;border-radius:18px;background:#f7f7f7;box-shadow:inset 0 0 0 1px #3b3b3b14}.calculator__item-counter-btn{width:44px;height:44px;border:none;border-radius:12px;background:#fff;box-shadow:0 8px 18px #00000014;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.calculator__item-counter-btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0000001a}.calculator__item-counter-btn img{width:16px}.calculator__item-counter-input{width:92px;height:44px;border:none;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #3b3b3b29;font-size:18px;font-weight:700}.calculator__item--gpu{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px 28px}.calculator__item--gpu .calculator__item-title{margin:0}.calculator__item--gpu .calculator__item-tab-container{width:min(100%,280px)}.calculator__item--gpu .calculator__item-tab{min-width:128px;flex:1 1 128px;color:var(--text)}.calculator__item-btn-container{display:flex;flex-direction:column;gap:16px;margin-top:0}.calculator__item-btn{width:100%;min-height:58px;border-radius:16px;font-size:16px;letter-spacing:.01em}.calculator__item-btn:hover{box-shadow:0 14px 30px #ff3b3e38}.calculator__total-mobile{border-radius:18px;padding:16px 20px;background:linear-gradient(180deg,#fff,#f5f5f5);box-shadow:0 14px 30px #00000014;margin-bottom:0}.calculator-feedback{min-height:0;height:auto;align-items:stretch;gap:32px;padding:clamp(26px,3vw,42px);margin:0 auto clamp(0px,8vw,40px)}.calculator-feedback__left{display:flex;flex-direction:column;justify-content:center;max-width:520px}.calculator-feedback__title{margin-bottom:18px;font-size:clamp(28px,2.7vw,40px);line-height:1.08}.calculator-feedback__text{font-size:clamp(16px,1.35vw,20px);line-height:1.4}.calculator-feedback__right{width:min(100%,680px);gap:14px}.calculator-feedback__input,.calculator-feedback__textarea{border-radius:16px;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.calculator-feedback__input::placeholder,.calculator-feedback__textarea::placeholder{color:#ffffffb8}.calculator-feedback__input:focus,.calculator-feedback__textarea:focus{border-color:#ffffffeb;box-shadow:0 0 0 4px #ffffff1f}.calculator-feedback__textarea{min-height:140px}.top_proc{margin-top:0}@media(max-width:1200px){.calculator{grid-template-columns:1fr}.feedback .checkbox-label,.feedback .checkbox-label a{color:#fff}.calculator__right{min-height:0}.calculator__left{padding:28px}.calculator-feedback{width:calc(100% - 24px)}}@media(max-width:768px){.calculator{padding:0 10px;gap:12px;margin-bottom:0}.calculator__right{min-height:0;padding:24px 20px;background-image:url(/bg-calculator-mob.webp);gap:20px}.calculator__title{font-size:26px}.calculator__text{display:block;font-size:15px}.calculator__specs{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator__spec{min-height:0;padding:16px}.calculator__left{padding:20px;gap:22px}.calculator__item-tab-container,.calculator__left .calculator__item:nth-child(1) .calculator__item-tab-container,.calculator__left .calculator__item:nth-child(2) .calculator__item-tab-container{display:flex!important}.calculator__item-tab{min-width:calc(50% - 7px);flex-basis:calc(50% - 7px);min-height:50px;font-size:15px}.calculator__item-tab--long{min-width:100%;flex-basis:100%}.calculator__item-dropdown-container,.calculator__item-counter-container,.calculator__item--gpu .calculator__item-tab-container{width:100%}.calculator__item-counter-container{justify-content:space-between}.calculator__item-counter-input{flex:1 1 auto;width:auto;min-width:0}.calculator__item--gpu{grid-template-columns:1fr;align-items:flex-start}.calculator__item--gpu .calculator__item-tab{min-width:calc(50% - 7px)}.calculator__total{display:none}.calculator__total-mobile{display:flex}.calculator-feedback{width:calc(100% - 20px);padding:24px 20px;margin-bottom:60px}.calculator-feedback__left,.calculator-feedback__right{max-width:none;width:100%}.calculator-feedback__title,.calculator-feedback__text{text-align:center}}@media(max-width:560px){.calculator__specs{grid-template-columns:1fr}.calculator__title{font-size:24px}.calculator__item-title{font-size:17px}.calculator__item-tab,.calculator__item--gpu .calculator__item-tab{min-width:100%;flex-basis:100%}.calculator__item-tab-container--dropdown{flex-direction:column}.calculator__item-dropdown-container,.calculator__item-counter-container{min-width:0}.calculator__total-mobile{flex-direction:column;align-items:flex-start;gap:6px}.calculator-feedback__title{font-size:26px}.calculator-feedback__text{font-size:15px}}.calculator__left{position:relative;isolation:isolate}.calculator__item{position:relative;overflow:visible;margin-top:25px}.plus_margin_px{margin-bottom:7px}.calculator__item-dropdown-container{z-index:2}.calculator__item-dropdown-container.open{z-index:30}.calculator__item-dropdown-container.open:hover .dropdown-menu,.calculator__item-dropdown-container.open .dropdown-menu{display:block}.dropdown-menu{left:0;right:0;z-index:40}.calculator__item-tab-container--dropdown{position:relative;z-index:3}@media(max-width:768px){.dropdown-menu{top:calc(100% + 8px)}}@media(max-width:480px){.calculator__left{padding:16px}.dropdown-main{min-height:52px;padding:10px 14px}.dropdown-main__label{font-size:15px;font-weight:600;color:var(--text);white-space:normal}.dropdown-main__content{justify-content:center}.dropdown-item{padding:12px 14px;font-size:14px}.calculator__item-counter-container{gap:8px;padding:6px}.calculator__item-counter-btn{width:40px;height:40px}.calculator__item-counter-input{height:40px;font-size:16px}.what-vdi__items{grid-template-columns:1fr}.what-vdi__item{transition:transform 0s ease,box-shadow 0s ease,border-color 0s ease}.footer__form-right{min-height:0}}.calculator__eyebrow{font-size:12px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;color:#3b3b3b99}.calculator__mode-switch,.calculator__resource-tier-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calculator__resource-tier-switch{padding-bottom:20px}.calculator__mode-button{min-height:74px;padding:16px 18px;border:1px solid rgba(48,58,243,.12);border-radius:22px;background:linear-gradient(180deg,#fff,#f6f8ff);text-align:left;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.calculator__mode-button:hover{transform:translateY(-2px);box-shadow:0 12px 26px #1e1e1e14}.calculator__mode-button.active{border-color:#ff3b3e73;background:linear-gradient(180deg,#ff3b3e14,#fffffffa);box-shadow:0 12px 26px #ff3b3e1c}.calculator__mode-button-eyebrow{font-size:11px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#3b3b3b8c}.calculator__mode-button-label{font-family:Bounded,sans-serif;font-size:16px;line-height:1.2;color:var(--text)}.calculator__mode-button--compact{min-height:64px}.calculator__item-subtitle{font-size:15px;line-height:1.45;color:#3b3b3bb8;padding-bottom:20px}.calculator__catalog{display:flex;flex-wrap:wrap;gap:10px}.calculator__catalog-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#ff3b3e14;border:1px solid rgba(255,59,62,.14);color:var(--text);font-size:12px;line-height:1;white-space:nowrap}.calculator__plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:520px;overflow:auto;padding-right:2px}.calculator__plan-card{border:1px solid rgba(59,59,59,.08);border-radius:22px;padding:18px 18px 16px;background:linear-gradient(180deg,#fff,#f8f8f8);display:flex;flex-direction:column;gap:16px;text-align:left;box-shadow:0 10px 24px #0000000f}.calculator__plan-card.active{border-color:#ff3b3e80;box-shadow:0 16px 32px #ff3b3e1a;background:linear-gradient(180deg,#ff3b3e0d,#fff 75%)}.calculator__plan-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.calculator__plan-card-heading{display:flex;flex-direction:column;gap:6px;min-width:0}.calculator__plan-card-name{font-family:Bounded,sans-serif;font-size:18px;line-height:1.2;color:var(--text)}.calculator__plan-card-meta{font-size:13px;line-height:1.45;color:#3b3b3bad}.calculator__plan-card-price{font-family:Bounded,sans-serif;font-size:18px;line-height:1.2;color:var(--primary);white-space:nowrap}.calculator__plan-card-body{display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.45;color:#3b3b3bd1}.calculator__quantity{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.calculator__quantity-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calculator__quantity-hint{font-size:13px;line-height:1.3;color:#3b3b3b9e}.calculator__quantity-row{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;gap:12px;align-items:center}.calculator__quantity-step{width:52px;height:52px;border:1px solid rgba(59,59,59,.12);border-radius:16px;background:#fff;box-shadow:0 8px 18px #0000000f;font-size:22px;font-weight:700;color:var(--text)}.calculator__quantity-input{height:52px;border:1px solid rgba(59,59,59,.12);border-radius:16px;background:linear-gradient(180deg,#fff,#f7f7f7);text-align:center;font-size:18px;font-weight:700;color:var(--text)}.calculator__resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calculator__resource-item{display:flex;flex-direction:column;gap:10px;padding:16px 18px 18px;border-radius:22px;border:1px solid rgba(59,59,59,.08);background:linear-gradient(180deg,#fff,#f7f7f7);box-shadow:0 10px 24px #0000000f}.calculator__resource-label{font-family:Bounded,sans-serif;font-size:16px;line-height:1.2;color:var(--text)}.calculator__resource-item input{height:52px;border-radius:16px;border:1px solid rgba(59,59,59,.12);background:#fff;text-align:center;font-size:18px;font-weight:700}.calculator__resource-hint{font-size:13px;line-height:1.35;color:#3b3b3ba3}.calculator__breakdown{display:flex;flex-direction:column;gap:12px;padding:0;border-radius:0;border:none;background:transparent}.calculator__breakdown-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:14px;line-height:1.45;color:var(--text)}.calculator__breakdown-row strong{text-align:right}.calculator__breakdown-row--total{padding-top:12px;border-top:1px solid rgba(59,59,59,.1);font-family:Bounded,sans-serif;font-size:18px}.calculator__total-note{margin-top:8px;font-size:13px;line-height:1.45;color:#3b3b3ba3}@media(max-width:960px){.calculator__plan-grid,.calculator__resource-grid,.calculator__mode-switch,.calculator__resource-tier-switch{grid-template-columns:1fr}}@media(max-width:560px){.calculator__plan-card-top,.calculator__quantity-head,.calculator__breakdown-row{flex-direction:column;align-items:flex-start}.calculator__quantity-row{grid-template-columns:44px minmax(0,1fr) 44px;gap:10px}.calculator__quantity-step,.calculator__quantity-input,.calculator__resource-item input{height:44px}.calculator__mode-button{min-height:68px}}@keyframes floatTab{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatTabAlt{0%,to{transform:translateY(-4px)}50%{transform:translateY(6px)}}.floating-tab{animation:floatTab 6.8s ease-in-out infinite;will-change:transform}.floating-tab:nth-child(2){animation-name:floatTabAlt;animation-duration:7.6s;animation-delay:-1.1s}.floating-tab:nth-child(3){animation-duration:8.2s;animation-delay:-2.1s}.floating-tab:nth-child(4){animation-name:floatTabAlt;animation-duration:7.2s;animation-delay:-2.8s}.footer__form-tab.floating-tab:nth-child(2){animation-duration:8.4s}.footer__form-tab.floating-tab:nth-child(3){animation-duration:9.1s}.footer__form-tab.floating-tab:nth-child(4){animation-duration:8.7s}.for-designers__item-tab.floating-tab,.for-designers__item-tab.floating-tab:nth-child(2),.for-designers__item-tab.floating-tab:nth-child(3),.for-designers__item-tab.floating-tab:nth-child(4){animation:none;will-change:auto}.footer__form-tab.floating-tab,.footer__form-tab.floating-tab:nth-child(2),.footer__form-tab.floating-tab:nth-child(3),.footer__form-tab.floating-tab:nth-child(4){animation:none;will-change:auto}@media(prefers-reduced-motion:reduce){.floating-tab{animation:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmerSweep{0%{transform:translate(-120%)}to{transform:translate(140%)}}@keyframes arrowDrift{0%,to{transform:translateZ(0)}50%{transform:translate3d(10px,0,0)}}@keyframes mediaFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes numberPulse{0%,to{box-shadow:0 0 #ff3b3e2e}60%{box-shadow:0 0 0 14px #ff3b3e00}}.animate-on-scroll{--reveal-x: 0px;--reveal-y: 30px;--reveal-scale: 1;--reveal-blur: 0px;opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale));filter:blur(var(--reveal-blur));transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),filter .62s cubic-bezier(.22,1,.36,1);will-change:opacity,transform,filter}.animate-on-scroll.visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.animate-fade-up{--reveal-y: 32px;--reveal-blur: 8px}.animate-fade-left{--reveal-x: -40px;--reveal-y: 0px;--reveal-blur: 6px}.animate-fade-right{--reveal-x: 40px;--reveal-y: 0px;--reveal-blur: 6px}.animate-fade-scale,.animate-scale{--reveal-y: 18px;--reveal-scale: .96;--reveal-blur: 6px}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.4s}.delay-6{transition-delay:.48s}.delay-7{transition-delay:.56s}.delay-8{transition-delay:.64s}.delay-9{transition-delay:.72s}.delay-10{transition-delay:.8s}.delay-11{transition-delay:.88s}.delay-12{transition-delay:.96s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease,transform .3s ease}.hover-glow:hover{transform:translateY(-3px);box-shadow:0 0 30px #ff4a4a33}.what-get__item,.opportunities__pros-item,.steps__item,.economy__item-wrapper,.for-business__pros-item,.for-designers__item-mob{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.what-get__item:hover,.opportunities__pros-item:hover,.steps__item:hover,.economy__item-wrapper:hover,.for-business__pros-item:hover,.for-designers__item-mob:hover{transform:translateY(-6px)}.opportunities__scaling-item-line .color{position:relative;overflow:hidden;transform:scaleX(0);transform-origin:left center;opacity:.72;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .36s ease}.opportunities__scaling-item-line .color:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.9) 50%,transparent 100%);animation:shimmerSweep 2.2s linear infinite}.reveal-section.is-visible .opportunities__scaling-item-line .color{transform:scaleX(1);opacity:1}.reveal-section.is-visible .opportunities__scaling-item:nth-child(2) .color{transition-delay:.08s}.reveal-section.is-visible .opportunities__scaling-item:nth-child(3) .color{transition-delay:.16s}.reveal-section.is-visible .opportunities__scaling-item:nth-child(4) .color{transition-delay:.24s}.steps.reveal-section.is-visible .steps__arrow{animation:arrowDrift 2.2s ease-in-out infinite}.steps.reveal-section.is-visible .steps__arrow:nth-of-type(2){animation-delay:.12s}.steps.reveal-section.is-visible .steps__arrow:nth-of-type(3){animation-delay:.24s}.steps.reveal-section.is-visible .steps__arrow:nth-of-type(4){animation-delay:.36s}.steps.reveal-section.is-visible .steps__number{animation:numberPulse 2.8s ease-in-out infinite}.economy.reveal-section.is-visible .economy__item-img{animation:mediaFloat 5.8s ease-in-out infinite}.economy.reveal-section.is-visible .economy__item:nth-child(2) .economy__item-img{animation-delay:-1.4s}.economy.reveal-section.is-visible .economy__item:nth-child(3) .economy__item-img{animation-delay:-2.4s}.calculator__total{margin-top:30px;padding:20px 24px;background:#fffffff2;border-radius:16px;border:2px solid var(--primary);text-align:center;box-shadow:0 4px 20px #ff3b3e26}.calculator__total-label{font-size:14px;color:var(--text);opacity:.7;margin-bottom:4px}.calculator__total-price{font-family:Bounded,sans-serif;font-size:32px;font-weight:700;color:var(--primary)}.calculator__total-mobile{display:none;align-items:center;justify-content:space-between;padding:12px 20px;background:#f5f5f5;border-radius:12px;margin-bottom:12px;width:100%}.calculator__total-mobile-label{font-size:16px;font-weight:600;color:var(--text)}.calculator__total-mobile-price{font-family:Bounded,sans-serif;font-size:22px;font-weight:700;color:var(--primary)}.legal-page{max-width:900px;margin:120px auto 80px;padding:0 24px}.legal-page h1{font-family:Bounded,sans-serif;font-size:32px;color:var(--blue);margin-bottom:24px}.legal-page h2{font-size:22px;color:var(--primary);margin:32px 0 12px}.legal-page p,.legal-page li{font-size:16px;line-height:1.6;margin-bottom:12px}.legal-page ul{padding-left:24px;margin-bottom:16px}.legal-page a{color:var(--blue);text-decoration:underline}.legal-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:var(--primary);font-weight:700;text-decoration:none}.legal-back:hover{color:var(--blue)}.contact-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.contact-modal{background:#fff;border-radius:20px;padding:32px;max-width:480px;width:100%;position:relative}.contact-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;font-size:24px;line-height:1;color:var(--text)}.contact-modal__title{font-family:Bounded,sans-serif;font-size:24px;color:var(--blue);margin-bottom:8px}.contact-modal__text{margin-bottom:20px;color:var(--text)}.contact-modal .feedback-form__input-container{width:100%;min-width:0}.contact-modal .feedback-form__input{flex:1;min-width:0;width:auto;max-width:100%;box-sizing:border-box}.success-modal__title{text-align:center;font-family:Bounded,sans-serif;color:var(--blue);font-size:22px}@media(max-width:768px){.calculator__total{display:none}.calculator__total-mobile{display:flex}.calculator__total-mobile-price{font-size:20px}.legal-page{margin:100px auto 60px;padding:0 16px}.legal-page h1{font-size:26px}.legal-page h2{font-size:20px}.legal-page p,.legal-page li{font-size:15px}.contact-modal{padding:24px 20px;margin:10px}.contact-modal__title{font-size:20px}}@media(max-width:480px){.legal-page h1{font-size:22px}.legal-page h2{font-size:18px}.legal-page p,.legal-page li{font-size:14px}.contact-modal{padding:20px 16px}.contact-modal__title,.calculator__total-mobile-price{font-size:18px}}@media(prefers-reduced-motion:reduce){.animate-on-scroll{filter:none;transition:none}.opportunities__scaling-item-line .color,.steps__arrow,.steps__number,.economy__item-img{animation:none!important}.opportunities__scaling-item-line .color:after{animation:none}.what-get__item:hover,.opportunities__pros-item:hover,.steps__item:hover,.economy__item-wrapper:hover,.for-business__pros-item:hover,.for-designers__item-mob:hover{transform:none}}
