.main_intro-box{box-sizing:border-box;flex-direction:row;place-content:center flex-start;align-items:center;max-width:100%;display:flex}.main_intro-box>*{box-sizing:border-box;max-width:100%}.main_intro-box{border:1px solid var(--dm-border);background-color:var(--dm-surface);grid-column-gap:16px;border-radius:12px;grid-template-columns:1fr 542px;margin-bottom:20px;padding:14px 16px;display:grid}@media (width<=961px){.main_intro-box{display:flex}}@media (width<=839px){.main_intro-box{flex-direction:column;padding:16px}.main_intro-box .main_intro_right{order:-1;margin-top:0;margin-bottom:24px}}@media (width<=1023px){.main_intro-box{padding-left:16px}}.main_intro_right{border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden}@media (width>=962px){.main_intro_right{min-height:314px}}@media (width>=840px) and (width<=961px){.main_intro_right{min-height:.3268vw}}@media (width<=839px){.main_intro_right{min-height:.5421vw}}.main_intro-box--reverse{grid-template-columns:542px 1fr;margin-bottom:60px;padding-left:16px}@media (width<=961px){.main_intro-box--reverse{padding:14px}}@media (width<=839px){.main_intro-box--reverse{margin-bottom:0;padding:8px 8px 16px}}.main_intro_left{flex-direction:column;justify-content:center;align-items:start;display:flex}.main_intro_left .title{color:var(--dm-text);margin:0;font-size:36px;font-weight:500;line-height:40px}@media (width<=961px){.main_intro_left .title{font-size:23px;line-height:30px}}.main_intro_left p{color:var(--dm-text);margin-top:16px;margin-bottom:0;font-size:16px;line-height:24px}@media (width<=961px){.main_intro_left p{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.highlight{font-weight:700}.text-red{color:#c00!important}.section-dev{color:var(--dm-text);padding-bottom:60px}.section-dev h1,.section-dev h2,.section-dev h3,.section-dev h4{color:var(--dm-text);font-weight:700}.section-dev p{color:var(--dm-text-secondary);line-height:1.6}.section-dev .main-title{text-align:center;margin-bottom:30px;font-size:32px}@media (width<=767px){.section-dev .main-title{font-size:24px}}.section-dev .dev-hero{grid-template-columns:1.1fr 1fr;align-items:start;gap:60px;padding:10px 0 50px;display:grid}@media (width<=767px){.section-dev .dev-hero{grid-template-columns:1fr;gap:32px;padding:10px 0 30px}}.section-dev .dev-hero__title{letter-spacing:-.025em;text-align:left;margin-bottom:0;font-size:38px;line-height:1.3}@media (width<=767px){.section-dev .dev-hero__title{font-size:28px}}.section-dev .dev-hero__endpoint{font-family:var(--font-mono);color:#2563eb;background:#eff6ff;border-radius:3px;margin-bottom:20px;padding:4px 10px;font-size:13px;display:inline-block}.section-dev .dev-hero__lead{color:var(--dm-text-secondary);margin-bottom:28px;font-size:17px;line-height:1.7}.section-dev .dev-hero__lead strong{color:var(--dm-text);font-weight:600}@media (width<=767px){.section-dev .dev-hero__lead{font-size:15px}}.section-dev .dev-hero__actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.section-dev .dev-hero__btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.section-dev .dev-hero__btn:hover{color:#fff;background:#1e40af}.section-dev .dev-hero__link{font-size:15px;font-weight:500}.section-dev .dev-hero__metrics{border:1px solid var(--dm-border-light);background:var(--dm-surface);border-radius:4px;grid-template-columns:1fr 1fr;display:grid}.section-dev .dev-hero__metric{padding:28px 24px}.section-dev .dev-hero__metric:first-child{border-right:1px solid var(--dm-border-light);border-bottom:1px solid var(--dm-border-light)}.section-dev .dev-hero__metric:nth-child(2){border-bottom:1px solid var(--dm-border-light)}.section-dev .dev-hero__metric:nth-child(3){border-right:1px solid var(--dm-border-light)}@media (width<=767px){.section-dev .dev-hero__metric{padding:20px 16px}}.section-dev .dev-hero__metric-val{color:var(--dm-text);letter-spacing:-.02em;margin-bottom:6px;font-size:30px;font-weight:700;line-height:1}@media (width<=767px){.section-dev .dev-hero__metric-val{font-size:24px}}.section-dev .dev-hero__metric-lbl{color:var(--dm-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:500}.section-dev .dev-plans{padding:50px 0 10px}.section-dev .dev-plans__heading{color:var(--dm-text);margin-bottom:24px;font-size:24px;font-weight:700}.section-dev .dev-plans__toggle{align-items:center;gap:12px;margin-bottom:24px;display:inline-flex}.section-dev .dev-plans__toggle-label{color:var(--dm-text-muted);cursor:pointer;user-select:none;font-size:14px;font-weight:400;transition:color .2s}.section-dev .dev-plans__toggle-label--active{color:var(--dm-text);font-weight:600}.section-dev .dev-plans__toggle-save{color:#2563eb;font-weight:600}.section-dev .dev-plans__switch{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.section-dev .dev-plans__switch input{opacity:0;width:0;height:0;position:absolute}.section-dev .dev-plans__switch-track{background:#ccc;border-radius:12px;transition:background .25s;position:absolute;inset:0}.section-dev .dev-plans__switch-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.section-dev .dev-plans__switch input:checked+.dev-plans__switch-track{background:#2563eb}.section-dev .dev-plans__switch input:checked+.dev-plans__switch-track:after{transform:translate(20px)}.section-dev .dev-plans__grid{background:var(--dm-border-light);border:1px solid var(--dm-border-light);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}@media (width<=767px){.section-dev .dev-plans__grid{grid-template-columns:1fr}}.section-dev .dev-plans__item{background:var(--dm-surface);flex-direction:column;padding:48px 28px 32px;display:flex;position:relative}.section-dev .dev-plans__item--accent{background:var(--dm-bg-secondary);border-top:3px solid #2563eb}@media (width<=767px){.section-dev .dev-plans__item{padding:40px 20px 24px}}.section-dev .dev-plans__badge{text-transform:uppercase;letter-spacing:.05em;color:#2563eb;font-size:11px;font-weight:600;position:absolute;top:12px;left:28px}@media (width<=767px){.section-dev .dev-plans__badge{left:20px}}.section-dev .dev-plans__title{color:var(--dm-text);text-transform:uppercase;letter-spacing:.03em;margin:0 0 10px;font-size:16px;font-weight:700}.section-dev .dev-plans__price{align-items:baseline;gap:2px;margin:0 0 4px;display:flex}.section-dev .dev-plans__amount{color:var(--dm-text);letter-spacing:-.02em;font-size:36px;font-weight:800}.section-dev .dev-plans__period{color:var(--dm-text-muted);font-size:14px;font-weight:400}.section-dev .dev-plans__billing-note{color:var(--dm-text-muted);margin:0 0 16px;font-size:12px}.section-dev .dev-plans__features{flex-grow:1;margin:0 0 20px;padding:0;list-style:none}.section-dev .dev-plans__features li{color:var(--dm-text-secondary);padding:3px 0 3px 20px;font-size:14px;line-height:1.6;position:relative}.section-dev .dev-plans__features li:before{content:"✓";color:#137333;font-size:13px;font-weight:700;position:absolute;left:0}.section-dev .dev-plans__feat-no{text-decoration:line-through;color:var(--dm-text-muted)!important}.section-dev .dev-plans__feat-no:before{content:"✗"!important;color:var(--dm-text-muted)!important}.section-dev .dev-plans__details{margin:0 0 16px;font-size:13px}.section-dev .dev-plans__details summary{cursor:pointer;color:#2563eb;user-select:none;font-size:13px;font-weight:600;list-style:none}.section-dev .dev-plans__details summary::-webkit-details-marker{display:none}.section-dev .dev-plans__details summary:before{content:"+ "}.section-dev .dev-plans__details[open] summary:before{content:"- "}.section-dev .dev-plans__details-list{margin:0;padding:8px 0 0;list-style:none}.section-dev .dev-plans__details-list li{color:var(--dm-text-muted);padding:2px 0;font-size:12px;line-height:1.6}.section-dev .dev-plans__desc{color:var(--dm-text-secondary);flex-grow:1;margin:0 0 20px;font-size:14px;line-height:1.6}.section-dev .dev-plans__current{color:#137333;padding:8px 0;font-size:13px;font-weight:600;display:inline-block}.section-dev .dev-plans__trial{color:var(--dm-text-muted);align-items:center;gap:4px;margin:8px 0 0;font-size:12px;display:flex}.section-dev .dev-plans__trial:before{content:"🛡";font-size:11px}.section-dev .dev-plans__payment-icons{align-items:center;gap:8px;margin-top:8px;display:flex}.section-dev .dev-plans__payment-icons img,.section-dev .dev-plans__payment-icons svg{opacity:.5;height:20px}.section-dev .dev-plans__cta{cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.section-dev .dev-plans__cta:hover{text-decoration:underline}.section-dev .dev-plans__cta--primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:10px 20px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.section-dev .dev-plans__cta--primary:hover{color:#fff;background:#1e40af;text-decoration:none}.section-dev .dev-plans__inherit{color:var(--dm-text-muted);margin:0 0 16px;font-size:13px;font-style:italic}.section-dev .dev-plans__free{background:var(--dm-surface);border:1px solid var(--dm-border-light);border-radius:4px;margin-top:1px;padding:24px 28px}@media (width<=767px){.section-dev .dev-plans__free{padding:20px}}.section-dev .dev-plans__free-header{border-bottom:1px solid var(--dm-border-light);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.section-dev .dev-plans__free-header .dev-plans__amount{font-size:24px}.section-dev .dev-plans__free-features{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=767px){.section-dev .dev-plans__free-features{grid-template-columns:1fr}}.section-dev .dev-plans__free-features .dev-plans__features{margin:0}.section-dev .dev-comparison{padding:40px 0 10px}.section-dev .dev-comparison__heading{color:var(--dm-text);margin-bottom:24px;font-size:24px;font-weight:700}.section-dev .dev-comparison__table-wrap{overflow-x:auto}.section-dev .dev-comparison__table{border-collapse:collapse;border:1px solid var(--dm-border-light);border-radius:4px;width:100%}.section-dev .dev-comparison__table th,.section-dev .dev-comparison__table td{text-align:left;border-bottom:1px solid var(--dm-border-light);padding:14px 20px;font-size:14px}@media (width<=767px){.section-dev .dev-comparison__table th,.section-dev .dev-comparison__table td{padding:10px 12px;font-size:13px}}.section-dev .dev-comparison__table thead th{background:var(--dm-bg-secondary);text-transform:uppercase;letter-spacing:.03em;color:var(--dm-text-secondary);font-size:13px;font-weight:600}.section-dev .dev-comparison__table thead th:first-child{width:40%}.section-dev .dev-comparison__table tbody td{color:var(--dm-text-secondary)}.section-dev .dev-comparison__table tbody td:first-child,.section-dev .dev-comparison__table tbody td strong{color:var(--dm-text)}.section-dev .dev-comparison__table tbody tr:last-child td{border-bottom:0}.section-dev .dev-comparison__table tbody tr:hover{background:var(--dm-bg-secondary)}.section-dev .dev-comparison__col-hl{background:var(--dm-active)}.section-dev .dev-comparison__th-hl{background:var(--dm-active);color:#2563eb!important}.section-dev .dev-comparison__td-hl{background:var(--dm-active)}.section-dev .dev-comparison__td-dim{color:var(--dm-text-muted)}.section-dev .dev-comparison__td-no{color:var(--dm-border)}.section-dev .dev-comparison__notes{margin-top:16px}.section-dev .dev-comparison__notes p{color:var(--dm-text-muted);margin:0 0 6px;font-size:13px;line-height:1.6}.section-dev .dev-comparison__notes p:last-child{margin-bottom:0}.section-dev .dev-trust{border-top:1px solid var(--dm-border-light);border-bottom:1px solid var(--dm-border-light);justify-content:space-between;align-items:center;gap:40px;margin:40px 0;padding:40px 0;display:flex}@media (width<=767px){.section-dev .dev-trust{flex-direction:column;gap:24px;padding:30px 0}}.section-dev .dev-trust__logos{flex-wrap:wrap;align-items:center;gap:28px;display:flex}@media (width<=767px){.section-dev .dev-trust__logos{justify-content:center;gap:20px}}.section-dev .dev-trust__logos>div{opacity:.5;background-image:url(/bundle/assets/images/logoSprite_v6.svg)}.section-dev .dev-trust__logos .logo-here{background-position:0 0;width:40px;min-width:40px;height:40px}.section-dev .dev-trust__logos .logo-w3w{background-position:0 -50px;width:119px;min-width:119px;height:20px}.section-dev .dev-trust__logos .logo-yandex{background-position:0 -80px;width:73px;min-width:73px;height:17px}.section-dev .dev-trust__logos .logo-statista{background-position:0 -167px;width:83px;min-width:83px;height:17px}.section-dev .dev-trust__label{text-transform:uppercase;letter-spacing:.05em;color:var(--dm-text-muted);white-space:nowrap;font-size:12px;font-weight:600}.section-dev .dev-trust__stats{flex-shrink:0;gap:32px;display:flex}@media (width<=767px){.section-dev .dev-trust__stats{gap:24px}}.section-dev .dev-trust__stat{text-align:center}.section-dev .dev-trust__stat-val{color:var(--dm-text);letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1;display:block}.section-dev .dev-trust__stat-lbl{color:var(--dm-text-muted);margin-top:4px;font-size:12px;display:block}.section-dev .dev-faq{padding:0 0 20px}.section-dev .dev-faq__heading{color:var(--dm-text);margin-bottom:20px;font-size:24px;font-weight:700}.section-dev .dev-faq__list{border:1px solid var(--dm-border-light);border-radius:4px;overflow:hidden}.section-dev .dev-faq__item{border-bottom:1px solid var(--dm-border-light);background:var(--dm-surface)}.section-dev .dev-faq__item:last-child{border-bottom:0}.section-dev .dev-faq__item summary{color:var(--dm-text);cursor:pointer;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}.section-dev .dev-faq__item summary::-webkit-details-marker{display:none}.section-dev .dev-faq__item summary:after{content:"+";color:var(--dm-text-muted);flex-shrink:0;margin-left:16px;font-size:18px;font-weight:400}.section-dev .dev-faq__item summary:hover{background:var(--dm-bg-secondary)}.section-dev .dev-faq__item[open] summary{border-bottom:1px solid var(--dm-border-light)}.section-dev .dev-faq__item[open] summary:after{content:"−"}.section-dev .dev-faq__item p{color:var(--dm-text-secondary);margin:0;padding:16px 20px;font-size:14px;line-height:1.7}.section-dev .dev-faq__item code{background:var(--dm-bg-secondary);border-radius:3px;padding:2px 5px;font-size:13px}.section-dev .dev-contact-section{border-top:1px solid var(--dm-border-light);padding:60px 0}.section-dev .dev-contact{max-width:720px}.section-dev .dev-contact__info{margin-bottom:32px}.section-dev .dev-contact__heading{color:var(--dm-text);margin:0 0 8px;font-size:24px;font-weight:700}.section-dev .dev-contact__desc{color:var(--dm-text-secondary);margin:0;font-size:15px;line-height:1.5}.section-dev .dev-contact__form{flex-direction:column;gap:16px;display:flex}.section-dev .dev-contact__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=767px){.section-dev .dev-contact__row{grid-template-columns:1fr}}.section-dev .dev-contact__field{flex-direction:column;display:flex}.section-dev .dev-contact__field label{color:var(--dm-text);margin-bottom:6px;font-size:13px;font-weight:600}.section-dev .dev-contact__input{border:1px solid var(--dm-border-light);background:var(--dm-surface);border-radius:4px;padding:10px 12px;font-size:14px;transition:border-color .15s}.section-dev .dev-contact__input:focus{border-color:#2563eb;outline:none}.section-dev .dev-contact select.dev-contact__input{appearance:none;background-image:var(--select-arrow);cursor:pointer;background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.section-dev .dev-contact textarea.section-dev .dev-contact__input{resize:vertical;min-height:80px}.section-dev .dev-contact__footer{align-items:center;gap:16px;margin-top:4px;display:flex}@media (width<=767px){.section-dev .dev-contact__footer{flex-direction:column;align-items:flex-start}}.section-dev .dev-contact__privacy{color:var(--dm-text-muted);font-size:12px}.section-dev .dev-contact__msg{border-radius:4px;margin-top:16px;padding:14px 16px;font-size:14px}.section-dev .dev-contact__msg--ok{color:#137333;background:#e6f4ea}.section-dev .dev-contact__msg--err{color:#c5221f;background:#fce8e6}.section-dev .wc-section{padding:50px 0 10px}.section-dev .wc-section__heading{color:var(--dm-text);margin-bottom:8px;font-size:24px;font-weight:700}.section-dev .wc-section__desc{color:var(--dm-text-secondary);margin:0 0 24px;font-size:15px;line-height:1.5}.section-dev .wc-input{border:1px solid var(--dm-border-light);background:var(--dm-surface);box-sizing:border-box;border-radius:4px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .15s}.section-dev .wc-input:focus{border-color:#2563eb;outline:none}.section-dev select.wc-input{appearance:none;background-image:var(--select-arrow);cursor:pointer;background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.section-dev .config-section{margin-bottom:24px}.section-dev .config-section-title{color:var(--dm-text);text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px;font-size:16px;font-weight:700}.section-dev .config-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:20px;display:grid}.section-dev .config-label{color:var(--dm-text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.section-dev .btn-update{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.section-dev .btn-update:hover{color:#fff;background:#1e40af}.section-dev .widget-preview-container{border:1px solid var(--dm-border-light);border-radius:4px;margin-bottom:20px;overflow:hidden}.section-dev .widget-preview-header{background:var(--dm-bg-secondary);color:var(--dm-text-secondary);text-align:center;border-bottom:1px solid var(--dm-border-light);padding:10px 16px;font-size:13px}.section-dev .widget-preview-content{background:var(--dm-bg-secondary);justify-content:center;padding:16px;display:flex}.section-dev .widget-preview-wrapper{background:var(--dm-surface);border:1px solid var(--dm-border-light);border-radius:4px;width:100%;max-width:100%;overflow:hidden}.section-dev .embed-code-container{background:var(--dm-bg-secondary);border:1px solid var(--dm-border-light);border-radius:4px;padding:20px;position:relative}.section-dev .embed-code-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-dev .embed-code-title{color:var(--dm-text);margin:0;font-size:14px;font-weight:600}.section-dev .embed-code-block{background:var(--dm-bg-secondary);white-space:pre-wrap;color:var(--dm-text-secondary);border-radius:4px;margin:0;padding:16px;font-size:13px;line-height:1.5;overflow-x:auto}.section-dev .btn-copy{background:var(--dm-bg-hover);color:var(--dm-text);border:1px solid var(--dm-border-light);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:background .15s}.section-dev .btn-copy:hover{background:var(--dm-border-light)}