.main-form{display:flex;flex-wrap:wrap;gap:18px;position:relative;background:#fff;border-radius:12px;box-shadow:0 4px 32px -9px rgba(0,0,0,.168627451);padding:24px}.main-form__sect{position:relative}.main-form__cell{row-gap:8px;width:100%;display:flex;flex-direction:column}.main-form__cell .btn{width:100%}.main-form:after{background:var(--form-status-bg, #38d87a);border-radius:8px;bottom:4px;content:"";display:block;filter:blur(32px);height:52px;left:50%;position:absolute;transform:translateX(-50%);transition:background .3s ease-in-out;width:min(100% - 48px,792px);will-change:background;z-index:-1}.main-form.--error{--form-status-bg: #ff683a}.main-form.--submitted{animation:form-move-up .5s ease-in-out both}.main-form.--submitted:after{opacity:0;will-change:opacity}@keyframes form-move-up{100%{margin-top:calc(var(--form-height, 94px)*-1);opacity:0;visibility:hidden}}@keyframes form-move-down{100%{margin-top:94px}}@media screen and (min-width: 768px){.main-form__cell{flex-grow:0;width:auto}.main-form__cell--desktop2{flex-grow:1}.main-form__cell--select{width:243px}.main-form__cell--btn{flex-grow:0}}.faq{--row-gap: 16px;display:flex;flex-direction:column;row-gap:var(--row-gap)}.faq__heading{border-bottom:1px solid #e0e0e0;display:block;font-size:clamp(24px,24px + 8*(100vw - 375px)/529,32px);font-weight:700;margin-bottom:24px;padding-bottom:24px}.faq-item{display:flex;flex-direction:column;-webkit-tap-highlight-color:rgba(0,0,0,0)}.faq-item:not(:last-child){border-bottom:1px solid #e0e0e0;padding-bottom:var(--row-gap)}.faq-item__question{align-items:center;display:flex;font-weight:700;gap:5px;justify-content:space-between;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.faq-item__question span{text-align:left}.faq-item__question:after{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjkzNDU3IDE0LjEzTDcuMzIxNzYgNy43NDI4MkwwLjkzNDU3IDEuMzU1NjMiIHN0cm9rZT0iIzExNjdGNCIgc3Ryb2tlLXdpZHRoPSIyLjEyOTA2Ii8+Cjwvc3ZnPgo=") no-repeat center;background-size:contain;content:"";flex:0 0 auto;height:14px;transition:rotate .5s ease-in-out;width:9px}@media screen and (max-width: 768px){.faq-item__question:after{height:12px;width:6px}}._active .faq-item__question:after{transform:rotate(90deg)}@media screen and (min-width: 768px){.faq-item__question{font-size:1.5rem;line-height:1.2}}.faq-item__answer{display:block;max-height:var(--h, 0);opacity:0;overflow:hidden;transition:opacity .5s ease-in-out,max-height .5s ease-in-out,margin .5s ease-in-out}.faq-item__answer-text{--lines: 4;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines);max-height:calc(1.6em*var(--lines));overflow:hidden}.faq-item__answer-text._show{-webkit-line-clamp:unset;max-height:none}.faq-item__answer-more{color:#1167f4;cursor:pointer;display:block;margin-top:16px}@media screen and (hover: hover){.faq-item__answer-more:hover{color:#3f8cfe}}._active .faq-item__answer{margin-top:16px;opacity:1}.faq-item__answer-btn-more{color:#1167f4}@media screen and (max-width: 768px){.faq-item__answer{font-size:.875rem;line-height:1.6}}.faq-item.--alwaysOpened .faq-item__answer{margin-top:16px;max-height:unset;opacity:1}.faq-item.--alwaysOpened .faq-item__answer-text{--lines: unset;max-height:none}.faq-item.--alwaysOpened .faq-item__question{cursor:initial}.faq-item.--alwaysOpened .faq-item__question:after{display:none}@media screen and (hover: hover){.faq-item{transition:color .1s ease-in-out}.faq-item:not(._active,.--alwaysOpened) .faq-item__question:hover{color:#1167f4}}@media screen and (min-width: 767px){.faq{--row-gap: 24px}.faq__heading{font-size:32px}}.protected-card{background:#fff;border-bottom:4px solid var(--accent, #00be40);border-radius:16px;box-shadow:0 4px 32px -9px rgba(0,0,0,.17);gap:16px;padding:16px;display:flex;flex-direction:column}.protected-card.--loading{--accent: #ffda52;position:relative}.protected-card.--loading .spinner{height:24px;position:absolute;right:16px;top:16px;width:24px}.protected-card.--failed{--accent: #ff683a}.protected-card:not(:last-child){margin-bottom:40px}.protected-card__start{gap:8px;line-height:1.2;display:flex;flex-direction:column}.protected-card__title{color:var(--accent, #00be40);display:block;font-size:24px;font-weight:700;margin-bottom:0}.protected-card__desc{font-size:18px}.protected-card__data{column-gap:8px;display:flex;line-height:1.4}.protected-card__data-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch;flex-wrap:wrap;--cols: 1;--gap: 16px;gap:var(--gap)}@media screen and (min-width: 427px){.protected-card__data-row{--cols: 2}}@media screen and (min-width: 767px){.protected-card__data-row{--cols: 4}}.protected-card__data-row .protected-card__data{display:block;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.protected-card__prop{color:#7b8caa}.protected-card__data-row .protected-card__prop{margin-bottom:8px}.protected-card__data-row .protected-card__value{display:block;overflow-wrap:break-word}@media screen and (min-width: 767px){.protected-card{padding:24px}}.ttfb-results-wrapper{gap:16px;display:flex;flex-direction:column;align-items:stretch}.ttfb-results-wrapper:not(:last-child){margin-bottom:16px}.ttfb-results-card{background:#fff;border-radius:16px;box-shadow:0 4px 32px -9px rgba(0,0,0,.17);gap:16px;order:var(--order, initial);padding:16px;position:relative;transition:order .1s ease-in-out;will-change:transform;display:flex;flex-direction:column;align-items:stretch}.ttfb-results-card__start{gap:calc(5px/2);margin-right:calc(24px/2);display:flex;flex-direction:column}@media screen and (min-width: 767px){.ttfb-results-card__start{flex:0 1 auto;margin-right:auto;width:min(26.8%,243px)}}.ttfb-results-card__tag{background:var(--tag-bg, #8c8c8c);border-radius:4px;color:#fff;display:flex;font-size:12px;line-height:1;padding:5px calc(16px/2)}.ttfb-results-card__tag-list{gap:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap}.ttfb-results-card__tag.--good{--tag-bg: #38d87a}.ttfb-results-card__tag.--med{--tag-bg: #ffda52}.ttfb-results-card__tag.--poor{--tag-bg: #ff683a}.ttfb-results-card__tag.--blue{--tag-bg: #3f8cfe}.ttfb-results-card__info{display:flex;flex:1 1 auto;--cols: 4;--gap: 16px;gap:var(--gap)}.ttfb-results-card__info-col{width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.ttfb-results-card__info-col.--good{--accent: #00be40}.ttfb-results-card__info-col.--poor{--accent: #ff683a}.ttfb-results-card__info-col.--med{--accent: #ffda52}.ttfb-results-card__info-title{color:#8c8c8c;display:block;font-size:12px}.ttfb-results-card__info-val{color:var(--accent, #1b2638);display:block;font-size:12px}.ttfb-results-card__url{color:#1b2638;display:block;font-size:14px;line-height:1.42;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ttfb-results-card__ip{color:#7b8caa;display:block;font-size:14px;line-height:1.42}.ttfb-results-card__middle{flex:1 1 auto}@media screen and (min-width: 767px){.ttfb-results-card__middle{flex:0 1 auto}}.ttfb-results-card__bar{animation:bars-grow calc(.03s*var(--i, 0)) 0.1s ease-in-out both;background:var(--bar-bg, #7b8caa);border-radius:3px;flex:0 1 auto;height:calc(var(--h, 0)*1%);opacity:.7;padding-bottom:2px;transform:translate3d(0, 0, 0);will-change:transform;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.ttfb-results-card__bar-cols{height:var(--bar-max-height, 68px);overflow:hidden;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;--cols: 20;--gap: 3px;gap:var(--gap)}.ttfb-results-card__bar-cols.--good{--bar-bg: #38d87a}.ttfb-results-card__bar-cols.--poor{--bar-bg: #ff683a}.ttfb-results-card__bar-cols.--med{--bar-bg: #ffda52}@media screen and (min-width: 767px){.ttfb-results-card__bar-cols{--bar-max-height: 68px;width:103px}}@keyframes bars-grow{0%{height:0}}.ttfb-results-card__end{flex:1 1 100%}@media screen and (min-width: 767px){.ttfb-results-card__end{flex-basis:auto}}.ttfb-results-card__close{--s: 24px;border-radius:4px;display:block;height:var(--s);position:absolute;right:16px;top:16px;width:var(--s)}.ttfb-results-card__close:before{background:var(--ico-color, #1b2638);content:"";display:block;inset:0;mask:url("../sprite.svg#ico-close") center/min(16px, 66%) no-repeat;position:absolute}.ttfb-results-card__close,.ttfb-results-card__close:before{transition:background .1s ease-in-out}.ttfb-results-card__close:active{--ico-color: #1167f4;background:#f4f8fb}@media screen and (hover: hover){.ttfb-results-card__close:hover{--ico-color: #1167f4;background:#f4f8fb}}@media screen and (min-width: 1119px){.ttfb-results-card__close{right:8px;top:8px}}@media screen and (min-width: 1344px){.ttfb-results-card__close{--s: 32px;margin-top:calc(var(--s)*-0.5);right:calc((var(--s) + 16px)*-1);top:50%}}@media screen and (min-width: 427px){.ttfb-results-card{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:clamp(16px,2.14vw,24px) clamp(16px,2.85vw,32px)}}@media screen and (min-width: 1119px){.ttfb-results-card{gap:32px}}.graph-bar{align-items:stretch;display:flex;flex:0 1 auto;flex-direction:column;gap:4px;justify-content:flex-start;width:100%;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.graph-bar-wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;--cols: 1;--gap: calc(16px / 2);gap:var(--gap)}.graph-bar-wrapper:not(:last-child){margin-bottom:16px}.graph-bar-wrapper.--detail{--gap: 16px;--cols: 1}@media screen and (min-width: 767px){.graph-bar-wrapper{--gap: 32px;flex-direction:row;flex-wrap:wrap;row-gap:16px}.graph-bar-wrapper:not(:last-child){margin-bottom:32px}}.graph-bar-wrapper.--detail .graph-bar{background:#f4f8fb;border-radius:20px;gap:16px;padding:16px}.graph-bar-wrapper.--detail .graph-bar-line-col{min-height:clamp(48px,48px + 16*(100vw - 375px)/529,64px);padding:0 10px}.graph-bar-wrapper.--detail .graph-bar-line-val{font-size:18px}.graph-bar-wrapper.--detail .graph-bar-info{font-size:clamp(20px,20px + 4*(100vw - 375px)/529,24px);font-weight:600;line-height:1.4}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details__item{gap:8px}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-info{font-size:16px;font-weight:400}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-line-col{min-height:32px}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-line-val{font-size:14px}.graph-bar-info{align-items:flex-start;display:flex;font-size:12px;gap:8px;justify-content:space-between;line-height:2}@media screen and (min-width: 767px){.graph-bar-info{font-size:16px;line-height:1.2}}.graph-bar.-good .graph-bar-info{color:#38d87a}.graph-bar.-med .graph-bar-info{color:#ffda52}.graph-bar.-poor .graph-bar-info{color:#ff683a}.graph-bar-line{align-items:stretch;background:#f4f8fb;border-radius:8px;display:flex;overflow:hidden}.graph-bar-line-col{align-items:center;display:flex;flex:1 1 auto;justify-content:flex-start;min-height:24px;min-width:min-content;padding:0 8px;transform:translate3d(0, 0, 0);width:var(--p);will-change:transform,width,height}.graph-bar-line-col:first-child{border-radius:8px 0 0 8px}.graph-bar-line-col:last-child{border-radius:0 8px 8px 0}.graph-bar-line-col.-good{background:#38d87a}.graph-bar-line-col.-med{background:#ffda52}.graph-bar-line-col.-poor{background:#ff683a}.graph-bar-line-val{color:#fff;display:block;font-size:12px;line-height:1.4}.graph-bar-details.--open{display:contents}.graph-bar-details.--open .graph-bar-details__summary{order:3}.graph-bar-details__summary{--color: #1167f4;align-items:center;color:var(--color);cursor:pointer;display:flex;gap:8px;justify-content:space-between;list-style:none}.graph-bar-details__summary:hover{--color: #3f8cfe}.graph-bar-details__summary::-webkit-details-marker{display:none}.graph-bar-details__summary:before{content:attr(data-open-text)}.graph-bar-details__summary:after{--s: 30px;background:var(--color);content:"";display:block;height:var(--s);mask:url("../sprite.svg#ico-arrow") center/43% no-repeat;transform:rotate(90deg);width:var(--s)}.graph-bar-details__summary:active{-webkit-tap-highlight-color:rgba(0,0,0,0)}.graph-bar-details.--open .graph-bar-details__summary:after{transform:rotate(-90deg)}.graph-bar-details.--open .graph-bar-details__summary span,.graph-bar-details:not(.--open) .graph-bar-details__summary:before{display:none}.graph-bar-details__content{display:flex;flex-direction:column;gap:16px;transform-origin:center top;will-change:transform}.graph-bar-details.--open .graph-bar-details__content{animation:graph-details-show .1s ease-in-out both}@keyframes graph-details-show{0%{opacity:0;transform:scaleY(0.9)}}.graph-bar-details__item{display:flex;flex-direction:column;gap:4px}@media screen and (min-width: 767px){.graph-bar-wrapper{--cols: 2}.graph-bar-wrapper.--detail .graph-bar{gap:20px}.graph-bar-line{min-height:32px}.graph-bar-line-col{font-size:14px}.graph-bar-details__summary{gap:12px;justify-content:flex-end}}.whois-wrapper{border:solid #e0e0e0;border-width:1px 0;display:flex;gap:16px;padding:24px 0;display:flex;flex-direction:column}.whois__heading{display:none}.whois-list{gap:16px;display:flex;flex-direction:column}.whois-list__item{font-size:16px;gap:16px;line-height:1.5;display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch}.whois-list__prop{color:#8c8c8c;display:block;flex:0 0 auto;width:clamp(120px,120px + 70*(100vw - 375px)/529,190px)}.whois-list__value{display:block;flex:1 1 auto;word-break:break-word}.whois__last-updated{display:none}@media screen and (min-width: 427px){.whois-wrapper{gap:24px;padding:24px}.whois-list{gap:0}.whois__heading{display:block;font-size:18px;font-weight:700;line-height:1.2;margin-bottom:0}.whois__last-updated{color:#8c8c8c;display:block;font-size:13px;line-height:1.54}}.services-card{background:#fff;border-radius:12px;box-shadow:0 4px 32px -9px rgba(0,0,0,.17);color:#1b2638;gap:16px;padding:24px;position:relative;transition:box-shadow .1s ease-in-out;will-change:box-shadow;z-index:1;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.services-card:hover{box-shadow:0 4px 24px -9px rgba(0,0,0,.1)}.services-card.--highlight:before{border:3px solid #3f8cfe;border-radius:inherit;content:"";display:block;inset:0;position:absolute;transition:transform .1s ease-in-out,border-color .1s ease-in-out;z-index:-1}.services-card.--highlight:hover:before{border-color:#1167f4;transform:scale(1.02)}.services-card-wrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:stretch;flex-wrap:wrap;--cols: 1;--gap: 16px;gap:var(--gap)}.services-card__start{gap:5px;display:flex;flex-direction:column}.services-card__icon{--s: 40px;flex:0 0 auto;height:var(--s);width:var(--s);display:flex;flex-direction:row;align-items:center;justify-content:center}.services-card__icon svg{display:block;fill:#38d87a;max-height:90%;max-width:90%;transition:fill .1s ease-in-out}.services-card:hover .services-card__icon svg{fill:#3f8cfe}.services-card__title{font-size:24px;line-height:1.2;margin-bottom:0}.services-card__desc{flex:1 1 auto;font-size:14px;line-height:1.6}@media screen and (min-width: 427px){.services-card-wrapper{--cols: 2}}@media screen and (min-width: 767px){.services-card{gap:20px}.services-card-wrapper{--cols: 3}.services-card__start{gap:8px}}