Help
RSS
API
Feed
Maltego
Contact
Domain > komandor-mg.ru
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2013-09-21
178.250.244.188
(
ClassC
)
2024-11-08
91.189.114.10
(
ClassC
)
Port 80
HTTP/1.1 503 Service Temporarily UnavailableServer: openrestyDate: Fri, 08 Nov 2024 04:06:47 GMTContent-Type: text/htmlContent-Length: 68308Connection: keep-aliveETag: 63a03b64-10ad4 !DOCTYPE html>html langen>head>meta charsetUTF-8>meta nameviewport contentwidthdevice-width, initial-scale1.0>title>Не добавлен на хостинг/title>link hrefhttps://fonts.googleapis.com/css2?familyNoto+Sans:wght@400;700&displayswap relstylesheet>script srchttps://yastatic.net/pcode/adfox/loader.js crossoriginanonymous>/script>script typetext/javascript languagejavascript >var punycode new function Punycode() { this.utf16 { decode:function(input){ var output , i0, leninput.length,value,extra; while (i len) { value input.charCodeAt(i++); if ((value & 0xF800) 0xD800) { extra input.charCodeAt(i++); if ( ((value & 0xFC00) ! 0xD800) || ((extra & 0xFC00) ! 0xDC00) ) { throw new RangeError(UTF-16(decode): Illegal UTF-16 sequence); } value ((value & 0x3FF) 10) + (extra & 0x3FF) + 0x10000; } output.push(value); } return output; }, encode:function(input){ var output , i0, leninput.length,value; while (i len) { value inputi++; if ( (value & 0xF800) 0xD800 ) { throw new RangeError(UTF-16(encode): Illegal UTF-16 value); } if (value > 0xFFFF) { value - 0x10000; output.push(String.fromCharCode(((value >>>10) & 0x3FF) | 0xD800)); value 0xDC00 | (value & 0x3FF); } output.push(String.fromCharCode(value)); } return output.join(); } } var initial_n 0x80; var initial_bias 72; var delimiter \x2D; var base 36; var damp 700; var tmin1; var tmax26; var skew38; var maxint 0x7FFFFFFF; function decode_digit(cp) { return cp - 48 10 ? cp - 22 : cp - 65 26 ? cp - 65 : cp - 97 26 ? cp - 97 : base; } function encode_digit(d, flag) { return d + 22 + 75 * (d 26) - ((flag ! 0) 5); } function adapt(delta, numpoints, firsttime ) { var k; delta firsttime ? Math.floor(delta / damp) : (delta >> 1); delta + Math.floor(delta / numpoints); for (k 0; delta > (((base - tmin) * tmax) >> 1); k + base) { delta Math.floor(delta / ( base - tmin )); } return Math.floor(k + (base - tmin + 1) * delta / (delta + skew)); } function encode_basic(bcp, flag) { bcp - (bcp - 97 26) 5; return bcp + ((!flag && (bcp - 65 26)) 5); } this.decodefunction(input,preserveCase) { var output; var case_flags; var input_length input.length; var n, out, i, bias, basic, j, ic, oldi, w, k, digit, t, len; n initial_n; i 0; bias initial_bias; basic input.lastIndexOf(delimiter); if (basic 0) basic 0; for (j 0; j basic; ++j) { if(preserveCase) case_flagsoutput.length ( input.charCodeAt(j) -65 26); if ( input.charCodeAt(j) > 0x80) { throw new RangeError(Illegal input > 0x80); } output.push( input.charCodeAt(j) ); } for (ic basic > 0 ? basic + 1 : 0; ic input_length; ) { for (oldi i, w 1, k base; ; k + base) { if (ic > input_length) { throw RangeError (punycode_bad_input(1)); } digit decode_digit(input.charCodeAt(ic++)); if (digit > base) { throw RangeError(punycode_bad_input(2)); } if (digit > Math.floor((maxint - i) / w)) { throw RangeError (punycode_overflow(1)); } i + digit * w; t k bias ? tmin : k > bias + tmax ? tmax : k - bias; if (digit t) { break; } if (w > Math.floor(maxint / (base - t))) { throw RangeError(punycode_overflow(2)); } w * (base - t); } out output.length + 1; bias adapt(i - oldi, out, oldi 0); if ( Math.floor(i / out) > maxint - n) { throw RangeError(punycode_overflow(3)); } n + Math.floor( i / out ) ; i % out; if (preserveCase) { case_flags.splice(i, 0, input.charCodeAt(ic -1) -65 26);} output.splice(i, 0, n); i++; } if (preserveCase) { for (i 0, len output.length; i len; i++) { if (case_flagsi) { outputi (String.fromCharCode(outputi).toUpperCase()).charCodeAt(0); } } } return this.utf16.encode(output); }; this.encode function (input,preserveCase) { var n, delta, h, b, bias, j, m, q, k, t, ijv, case_flags; if (preserveCase) { case_flags this.utf16.decode(input); } input this.utf16.decode(input.toLowerCase()); var input_length input.length; if (preserveCase) { for (j0; j input_length; j++) { case_flagsj inputj ! case_flagsj; } } var output; n initial_n; delta 0; bias initial_bias; for (j 0; j input_length; ++j) { if ( inputj 0x80) { output.push( String.fromCharCode( case_flags ? encode_basic(inputj, case_flagsj) : inputj ) ); } } h b output.length; if (b > 0) output.push(delimiter); while (h input_length) { for (m maxint, j 0; j input_length; ++j) { ijv inputj; if (ijv > n && ijv m) m ijv; } if (m - n > Math.floor((maxint - delta) / (h + 1))) { throw RangeError(punycode_overflow (1)); } delta + (m - n) * (h + 1); n m; for (j 0; j input_length; ++j) { ijv inputj; if (ijv n ) { if (++delta > maxint) return Error(punycode_overflow(2)); } if (ijv n) { for (q delta, k base; ; k + base) { t k bias ? tmin : k > bias + tmax ? tmax : k - bias; if (q t) break; output.push( String.fromCharCode(encode_digit(t + (q - t) % (base - t), 0)) ); q Math.floor( (q - t) / (base - t) ); } output.push( String.fromCharCode(encode_digit(q, preserveCase && case_flagsj ? 1:0 ))); bias adapt(delta, h + 1, h b); delta 0; ++h; } } ++delta, ++n; } return output.join(); } this.ToASCII function ( domain ) { var domain_array domain.split(.); var out ; for (var i0; i domain_array.length; ++i) { var s domain_arrayi; out.push( s.match(/^A-Za-z0-9-/) ? xn-- + punycode.encode(s) : s ); } return out.join(.); } this.ToUnicode function ( domain ) { var domain_array domain.split(.); var out ; for (var i0; i domain_array.length; ++i) { var s domain_arrayi; out.push( s.match(/^xn--/) ? punycode.decode(s.slice(4)) : s ); } return out.join(.); }}();/script> style> html { height: 100%; } header { display: flex; justify-content: space-between; align-items: center; padding: 30px 40px; } body { display: flex; flex-direction: column; height: 100%; margin: 0; font-family: Noto Sans, sans-serif; color: #14295E; } h1 { font-size: 28px; line-height: 30px; margin-top: 0; margin-bottom: 10px; } a { color: #14295E; } .wrapper { padding: 0px; margin: 0 auto; max-width: 1024px; display: flex; flex: 1 0 auto; flex-direction: column; justify-content: space-between; } .logo { text-decoration: none; } .content { display: flex; justify-content: space-between; margin: 0 82px; } .left { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 420px; padding-right: 80px; } .text { font-size: 15px; line-height: 20px; } .image-wrapper { width: 481px; } .banner { margin-top: 140px; margin-bottom: 40px; margin-left: 120px; margin-right: 120px; } footer { display: grid; grid-template: logo links text links; grid-template-columns: 1fr 365px; padding: 20px 44px; border-top: 1px solid #DFE2EA; } .footer-logo { grid-area: logo; } .footer-text { grid-area: text; color: #8994AF; font-size: 10px; } .footer-links { display: grid; grid-area: links; grid-template-columns: repeat(2, 1fr); grid-column-gap: 80px; grid-row-gap: 10px; font-size: 13px; } .footer-links>a { text-decoration: none; } .footer-links>a:hover { text-decoration: underline; } @media only screen and (max-width: 960px) { header { padding: 15px; } h1 { margin-top: 22px; } .logo { padding: 15px 15px 15px; } .content { flex-direction: column-reverse; align-items: center; margin: 0 15px; } .image-wrapper { width: 290px; } .left { width: auto; padding-right: 0px; } .banner { margin-top: 40px; margin-left: 15px; margin-right: 15px; } footer { display: block; padding: 27px 27px 20px 30px; } .footer-links { padding: 14px 0; margin: 14px 0; border-top: 1px solid #F3F4F7; border-bottom: 1px solid #F3F4F7; } } /style>/head>body>header> a hrefhttps://www.nic.ru/ classlogo> img srchttps://wstatic.hosting.nic.ru/logo.svg> /a> span>font size2 color#4f5f86> Код ошибки: RC0002/font>/span>/header>div classwrapper> div classcontent> div classleft> h1> Не добавлен на хостинг /h1> br> div classtext> Сайт script>document.write(punycode.ToUnicode(location.hostname));/script> не добавлен на услугу хостинга. br> br> /div> div classtext> a hrefhttps://www.nic.ru/help/razmeshenie-sajta-na-hostinge_6759.html>Прочитать как добавить сайт на хостинг/a> /div> /div> div classimage-wrapper> svg viewBox0 0 481 360 fillnone xmlnshttp://www.w3.org/2000/svg> path dM266.874 108.321L27.737 246.7L215.527 354.567L454.965 216.188L266.874 108.321Z fill#FAFAFA stroke#14295E stroke-linejoinbevel/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM248.358 132.645L251.526 132.541L261.769 137.465L309.277 133.838L321.829 125.218L308.12 118.684L260.612 122.311L251.229 128.652L248.148 128.887L245.524 131.018L248.358 132.645Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM248.416 132.318V122.908L250.844 121.488V130.898L248.416 132.318Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM248.416 132.318V122.908L245.989 121.488V130.898L248.416 132.318Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM258.008 86.807L248.416 92.3109L238.825 86.807L248.416 81.303L258.008 86.807Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM238.825 86.8066L248.416 92.3105V127.05L238.825 121.487V86.8066Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM258.008 86.8066L248.416 92.3105V127.05L258.008 121.487V86.8066Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM65.3697 238.715L68.5373 238.611L78.7801 243.535L126.289 239.908L138.841 231.287L125.132 224.753L77.6231 228.38L68.2403 234.721L65.1596 234.956L62.5354 237.087L65.3697 238.715Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM65.428 238.388V228.978L67.8554 227.557V236.967L65.428 238.388Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM65.428 238.388V228.978L63.0006 227.557V236.967L65.428 238.388Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM75.0193 192.876L65.428 198.38L55.8368 192.876L65.428 187.372L75.0193 192.876Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM55.8368 192.876L65.4281 198.38V233.12L55.8368 227.557V192.876Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM75.0192 192.876L65.428 198.38V233.12L75.0192 227.557V192.876Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path dM138.3 266.178L129.421 267.059C123.255 267.67 120.437 275.062 124.632 279.623C126.231 281.361 128.554 282.247 130.904 282.013L151.029 280.018L251.431 272.849C256.967 272.454 260.104 279.064 256.298 283.102C251.484 288.209 257.701 296.065 263.777 292.554L314.728 263.117L363.277 237.981C368.533 235.259 367.604 227.476 361.855 226.068C360.483 225.731 359.038 225.858 357.745 226.428L300.404 251.717C298.343 252.626 296.143 253.181 293.898 253.357L169.45 263.117L138.3 266.178Z fill#E8EAEF/> path dM227.292 280.813V267.205L215.681 260.564M227.292 280.813L215.681 274.143M227.292 280.813L215.681 260.564M134.407 227.453L134.407 214.072L146.017 220.714M134.407 227.453L146.017 234.123M134.407 227.453L146.017 220.714M180.849 240.639L180.849 254.133M180.849 240.639L169.239 233.997M180.849 240.639L192.46 247.28M180.849 254.133L169.239 247.463M180.849 254.133L192.46 260.803M180.849 254.133L169.239 233.997M180.849 254.133L192.46 247.28M204.071 253.922V267.473M204.071 253.922L192.46 247.28M204.071 253.922L215.681 260.564M204.071 267.473L192.46 260.803M204.071 267.473L215.681 274.143M204.071 267.473L192.46 247.28M204.071 267.473L215.681 260.564M157.628 227.355L157.628 240.793M157.628 227.355L146.017 220.714M157.628 227.355L169.239 233.997M157.628 240.793L146.017 234.123M157.628 240.793L169.239 247.463M157.628 240.793L146.017 220.714M157.628 240.793L169.239 233.997M146.017 220.714L146.017 234.123M169.239 233.997L169.239 247.463M192.46 247.28V260.803M215.681 274.143V260.564 stroke#14295E stroke-linejoinround/> path dM227.292 280.813L227.292 267.205M227.292 280.813L238.539 274.282L249.787 267.75M227.292 280.813L249.787 254.199M227.292 280.813L317.31 228.668M317.31 228.668L317.428 215.3M317.31 228.668L333.343 219.283M317.31 228.668L294.776 241.624M317.31 228.668L294.855 228.246M317.31 228.668L333.421 206.09M317.31 228.668L349.434 210.06M227.292 267.205L317.428 215.3M227.292 267.205L249.787 254.199M317.428 215.3L333.421 206.09M317.428 215.3L294.855 228.246M381.558 191.451V178.371L365.486 187.625M381.558 191.451L367.572 199.524L365.486 200.729M381.558 191.451L349.434 210.06M381.558 191.451L365.486 187.625M272.282 254.687L272.282 241.193M272.282 254.687L294.776 241.624M272.282 254.687L249.787 267.75M272.282 254.687L249.787 254.199M272.282 254.687L294.855 228.246M272.282 241.193L294.855 228.246M272.282 241.193L249.787 254.199M349.434 210.06L349.414 196.88M349.434 210.06L333.343 219.283M349.434 210.06L365.486 200.729M349.434 210.06L333.421 206.09M349.434 210.06L365.486 187.625M349.414 196.88L333.421 206.09M349.414 196.88L365.486 187.625M333.421 206.09L333.343 219.283M365.486 187.625V200.729M294.776 241.624L294.855 228.246M249.787 267.75V254.199 stroke#14295E stroke-linejoinround/> path dM379.263 176.698L221.779 267.622L132.971 216.349C131.997 215.786 131.485 215.057 131.437 214.32C131.383 213.506 131.894 212.681 132.971 212.059L283.026 125.425C285.078 124.24 288.404 124.24 290.456 125.425L379.263 176.698Z fill#FAFAFA/> path dM379.263 176.698L221.779 267.622L224.855 269.398C226.907 270.582 230.233 270.582 232.285 269.398L382.34 182.764C383.338 182.188 383.85 181.438 383.877 180.683C383.906 179.885 383.394 179.083 382.34 178.474L379.263 176.698Z fill#FAFAFA/> path dM132.956 219.807L221.763 271.08L224.84 272.856C226.892 274.041 230.218 274.041 232.27 272.856L382.325 186.222C383.322 185.646 383.835 184.896 383.862 184.141L383.877 180.683C383.85 181.438 383.338 182.188 382.34 182.764L232.285 269.398C230.233 270.582 226.907 270.582 224.855 269.398L221.779 267.622L132.971 216.349C131.997 215.786 131.485 215.057 131.437 214.32L131.418 217.694C131.431 218.46 131.944 219.223 132.956 219.807Z fill#FAFAFA/> path dM221.763 271.08L132.956 219.807C131.944 219.223 131.431 218.46 131.418 217.694L131.437 214.32M221.763 271.08L224.84 272.856C226.892 274.041 230.218 274.041 232.27 272.856L382.325 186.222C383.322 185.646 383.835 184.896 383.862 184.141L383.877 180.683M221.763 271.08L221.779 267.622M379.263 176.698L221.779 267.622M379.263 176.698L290.456 125.425C288.404 124.24 285.078 124.24 283.026 125.425L132.971 212.059C131.894 212.681 131.383 213.506 131.437 214.32M379.263 176.698L382.34 178.474C383.394 179.083 383.906 179.885 383.877 180.683M221.779 267.622L132.971 216.349C131.997 215.786 131.485 215.057 131.437 214.32M221.779 267.622L224.855 269.398C226.907 270.582 230.233 270.582 232.285 269.398L382.34 182.764C383.338 182.188 383.85 181.438 383.877 180.683 stroke#14295E/> path dM379.263 176.698L221.779 267.622L133.687 216.762C131.24 215.349 131.24 213.059 133.687 211.646L282.31 125.838C284.757 124.426 288.725 124.426 291.172 125.838L379.263 176.698Z fillwhite stroke#14295E/> path dM379.263 176.698L221.779 267.622L224.139 268.984C226.587 270.397 230.554 270.397 233.001 268.984L381.624 183.177C384.071 181.764 384.071 179.474 381.624 178.061L379.263 176.698Z fill#DFE2EA stroke#14295E/> path dM379.263 176.698L221.779 267.622L133.687 216.762C131.24 215.349 131.24 213.059 133.687 211.646L282.31 125.838C284.757 124.426 288.725 124.426 291.172 125.838L379.263 176.698Z fillwhite stroke#14295E/> path dM379.263 176.698L221.779 267.622L224.139 268.985C226.587 270.397 230.554 270.397 233.001 268.985L381.624 183.177C384.071 181.764 384.071 179.474 381.624 178.061L379.263 176.698Z fill#DFE2EA stroke#14295E/> path dM379.276 176.705L221.792 267.629L133.7 216.769C131.253 215.357 131.253 213.066 133.7 211.653L282.323 125.846C284.77 124.433 288.738 124.433 291.185 125.846L379.276 176.705Z fill#96A2BF/> path dM379.276 176.705L221.792 267.629L133.7 216.769C131.253 215.357 131.253 213.066 133.7 211.653L282.323 125.846C284.77 124.433 288.738 124.433 291.185 125.846L379.276 176.705Z fill#FAFAFA/> path dM379.276 176.705L221.792 267.629L133.7 216.769C131.253 215.357 131.253 213.066 133.7 211.653L282.323 125.846C284.77 124.433 288.738 124.433 291.185 125.846L379.276 176.705Z stroke#14295E/> path dM225.227 242.248L225.227 242.248C223.878 243.033 223.089 244.128 223.085 245.322C223.081 246.517 223.864 247.609 225.21 248.387C226.559 249.165 228.296 249.536 230.007 249.53C231.719 249.524 233.458 249.142 234.81 248.355C236.159 247.57 236.947 246.476 236.951 245.282C236.955 244.086 236.172 242.994 234.826 242.217C233.478 241.438 231.74 241.067 230.029 241.073C228.318 241.079 226.579 241.462 225.227 242.248Z stroke#14295E stroke-miterlimit10 stroke-linejoinround/> path dM379.276 176.705L221.792 267.629L224.152 268.992C226.599 270.405 230.567 270.405 233.014 268.992L381.637 183.184C384.084 181.772 384.084 179.481 381.637 178.068L379.276 176.705Z fill#DFE2EA stroke#14295E/> path dM308.625 188.2C308.798 188.3 308.884 188.431 308.882 188.562C308.88 188.69 308.794 188.817 308.625 188.915L277.966 206.525C277.624 206.723 277.07 206.723 276.728 206.525L258.281 195.875C258.133 195.79 258.05 195.682 258.029 195.571C258.002 195.424 258.086 195.272 258.281 195.16L288.94 177.549C289.282 177.352 289.836 177.352 290.178 177.549L308.625 188.2Z fill#FAFAFA/> path dM258.029 195.571C258.05 195.682 258.133 195.79 258.281 195.875L276.728 206.525C277.07 206.723 277.624 206.723 277.966 206.525L308.625 188.915C308.794 188.817 308.88 188.69 308.882 188.562M258.029 195.571C258.002 195.424 258.086 195.272 258.281 195.16L288.94 177.549C289.282 177.352 289.836 177.352 290.178 177.549L308.625 188.2C308.798 188.3 308.884 188.431 308.882 188.562M258.029 195.571L258.198 197.385C258.206 197.507 258.291 197.628 258.453 197.722L276.901 208.373C277.243 208.57 277.797 208.57 278.139 208.373L308.798 190.762C308.964 190.666 309.05 190.541 309.054 190.415L308.882 188.562 stroke#14295E/> path dM343.228 168.133C343.401 168.233 343.486 168.365 343.484 168.496C343.482 168.623 343.397 168.751 343.228 168.848L312.569 186.459C312.227 186.656 311.672 186.656 311.33 186.459L292.883 175.808C292.736 175.723 292.652 175.615 292.632 175.504C292.605 175.358 292.688 175.205 292.883 175.093L323.542 157.483C323.884 157.285 324.438 157.285 324.78 157.483L343.228 168.133Z fill#FAFAFA/> path dM292.632 175.504C292.652 175.615 292.736 175.723 292.883 175.808L311.33 186.459C311.672 186.656 312.227 186.656 312.569 186.459L343.228 168.848C343.397 168.751 343.482 168.623 343.484 168.496M292.632 175.504C292.605 175.358 292.688 175.205 292.883 175.093L323.542 157.483C323.884 157.285 324.438 157.285 324.78 157.483L343.228 168.133C343.401 168.233 343.486 168.365 343.484 168.496M292.632 175.504L292.8 177.318C292.808 177.441 292.894 177.562 293.056 177.655L311.503 188.306C311.845 188.503 312.399 188.503 312.741 188.306L343.4 170.696C343.567 170.6 343.652 170.474 343.657 170.348L343.484 168.496 stroke#14295E/> path dM271.696 201.086L273.648 199.959L263.593 194.154L261.641 195.281L271.696 201.086Z fill#EF3F23/> path dM271.127 194.338L273.079 193.211L269.152 190.944L267.2 192.071L271.127 194.338Z fill#EF3F23/> path dM273.949 189.548L275.902 188.421L274.712 187.734L272.759 188.861L273.949 189.548Z fill#EF3F23/> path dM280.847 187.112L282.799 185.985L280.271 184.525L278.318 185.652L280.847 187.112Z fill#EF3F23/> path dM288.176 184.924L290.128 183.797L285.83 181.315L283.878 182.442L288.176 184.924Z fill#EF3F23/> path dM260.99 195.656L289.065 179.447 stroke#4F5F86/> rect width16.0253 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 218.448 227.88) fill#4F5F86/> rect width16.0253 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 215.405 226.123) fill#4F5F86/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 210.028 225.835) fill#4F5F86/> path dM230.667 233.541C230.992 233.729 230.994 234.032 230.672 234.221L216.909 242.289C216.583 242.48 216.051 242.481 215.723 242.292C215.399 242.105 215.397 241.801 215.719 241.613L229.482 233.544C229.807 233.353 230.339 233.352 230.667 233.541Z fill#4F5F86/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 224.915 234.455) fill#EF3F23/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 222.111 232.836) fill#4F5F86/> rect width22.39 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 213.544 218.644) fill#4F5F86/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 202.751 221.658) fill#8994AF/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 199.947 220.04) fill#8994AF/> path fill-ruleevenodd clip-ruleevenodd dM328.377 188.014C328.412 187.863 328.329 187.704 328.128 187.588L325.331 185.973C324.989 185.776 324.435 185.776 324.093 185.973L246.884 230.55C246.698 230.657 246.614 230.8 246.63 230.94C246.643 231.058 246.728 231.174 246.884 231.265L247.506 231.624L324.109 187.397C324.451 187.199 325.005 187.199 325.347 187.397L327.523 188.653L328.128 188.303C328.269 188.222 328.352 188.12 328.377 188.014Z fill#DFE2EA/> path dM247.506 231.624L324.109 187.397C324.451 187.199 325.005 187.199 325.347 187.397L327.523 188.653M247.506 231.624L249.681 232.88C249.887 232.998 250.17 233.046 250.438 233.021C250.614 233.005 250.784 232.958 250.92 232.88L327.523 188.653M247.506 231.624L246.884 231.265C246.728 231.174 246.643 231.058 246.63 230.94C246.614 230.8 246.698 230.657 246.884 230.55L324.093 185.973C324.435 185.776 324.989 185.776 325.331 185.973L328.128 187.588C328.329 187.704 328.412 187.863 328.377 188.014C328.352 188.12 328.269 188.222 328.128 188.303L327.523 188.653 stroke#14295E/> path dM325.407 187.372C325.065 187.175 324.511 187.175 324.169 187.372L247.566 231.599L249.741 232.855C249.947 232.974 250.23 233.021 250.498 232.997C250.674 232.981 250.844 232.934 250.98 232.855L327.583 188.628L325.407 187.372Z fill#FAFAFA stroke#14295E/> path dM351.523 174.125C351.931 174.36 351.931 174.742 351.523 174.977L332.411 186.012C332.003 186.248 331.342 186.248 330.934 186.012L327.93 184.278C327.522 184.042 327.522 183.66 327.93 183.425L347.042 172.39C347.45 172.155 348.111 172.155 348.519 172.39L351.523 174.125Z stroke#EF3F23/> path dM273.072 208.328C273.245 208.428 273.331 208.559 273.329 208.69C273.327 208.818 273.241 208.945 273.072 209.043L242.413 226.653C242.071 226.85 241.517 226.85 241.175 226.653L222.728 216.002C222.581 215.917 222.497 215.81 222.476 215.699C222.449 215.552 222.533 215.4 222.728 215.288L253.387 197.677C253.729 197.48 254.283 197.48 254.625 197.677L273.072 208.328Z fill#FAFAFA/> path dM222.476 215.699C222.497 215.81 222.581 215.917 222.728 216.002L241.175 226.653C241.517 226.85 242.071 226.85 242.413 226.653L273.072 209.043C273.241 208.945 273.327 208.818 273.329 208.69M222.476 215.699C222.449 215.552 222.533 215.4 222.728 215.288L253.387 197.677C253.729 197.48 254.283 197.48 254.625 197.677L273.072 208.328C273.245 208.428 273.331 208.559 273.329 208.69M222.476 215.699L222.645 217.513C222.653 217.635 222.738 217.756 222.9 217.85L241.348 228.5C241.69 228.698 242.244 228.698 242.586 228.5L273.245 210.89C273.412 210.794 273.497 210.669 273.501 210.543L273.329 208.69 stroke#14295E/> path dM284.758 174.653C284.932 174.753 285.017 174.884 285.015 175.015C285.013 175.143 284.927 175.27 284.758 175.368L219.257 213.284C218.915 213.481 218.361 213.481 218.019 213.284L199.572 202.633C199.424 202.548 199.34 202.441 199.32 202.33C199.293 202.183 199.377 202.031 199.572 201.919L265.073 164.002C265.415 163.805 265.969 163.805 266.311 164.002L284.758 174.653Z fill#FAFAFA/> path dM219.257 213.284L284.758 175.368C284.927 175.27 285.013 175.143 285.015 175.015C285.017 174.884 284.932 174.753 284.758 174.653L266.311 164.002C265.969 163.805 265.415 163.805 265.073 164.002L199.572 201.919C199.377 202.031 199.293 202.183 199.32 202.33C199.34 202.441 199.424 202.548 199.572 202.633L218.019 213.284C218.361 213.481 218.915 213.481 219.257 213.284Z fill#FAFAFA/> path dM199.32 202.33C199.34 202.441 199.424 202.548 199.572 202.633L218.019 213.284C218.361 213.481 218.915 213.481 219.257 213.284L284.758 175.368C284.927 175.27 285.013 175.143 285.015 175.015M199.32 202.33C199.293 202.183 199.377 202.031 199.572 201.919L265.073 164.002C265.415 163.805 265.969 163.805 266.311 164.002L284.758 174.653C284.932 174.753 285.017 174.884 285.015 175.015M199.32 202.33L199.585 204.206C199.593 204.329 199.679 204.45 199.841 204.543L218.288 215.194C218.63 215.391 219.184 215.391 219.526 215.194L284.701 177.234C284.868 177.138 284.953 177.013 284.958 176.887L285.015 175.015 stroke#14295E/> circle r1.48896 transformmatrix(-0.866025 0.5 -0.866025 -0.5 235.722 263.478) stroke#14295E/> circle r1.48896 transformmatrix(-0.866025 0.5 -0.866025 -0.5 240.84 260.522) stroke#EF3F23/> circle r1.48896 transformmatrix(-0.866025 0.5 -0.866025 -0.5 230.604 266.433) stroke#14295E/> rect width22.39 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 200.202 181.701) fill#4F5F86/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 195.159 191.007) fill#4F5F86/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 242.488 164.509) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 257.033 155.901) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 271.579 147.293) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 285.343 138.895) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 236.916 161.292) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 251.461 152.684) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 266.007 144.076) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 279.771 135.678) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 248.431 167.94) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 262.977 159.333) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 277.523 150.725) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 291.659 142.541) fill#DFE2EA/> rect width13.1839 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 203.133 192.639) fill#4F5F86/> line y1-0.5 x2114.387 y2-0.5 transformmatrix(0.866025 -0.5 -0.5 -0.866025 177.728 191.172) stroke#4F5F86/> line y1-0.5 x2114.387 y2-0.5 transformmatrix(0.866025 -0.5 -0.5 -0.866025 182.681 194.032) stroke#4F5F86/> line y1-0.5 x2114.387 y2-0.5 transformmatrix(0.866025 -0.5 -0.5 -0.866025 188.501 197.392) stroke#4F5F86/> line y1-0.5 x2114.387 y2-0.5 transformmatrix(0.866025 -0.5 -0.5 -0.866025 194.568 200.895) stroke#4F5F86/> path dM203.007 202.344L265.71 166.142 stroke#4F5F86/> path dM206.549 204.389L212.245 199.633L225.131 199.027L229.055 193.248L240.442 191.778L239.492 183.185L258.009 185.83L254.471 175.743L266.403 174.587L278.637 173.606 strokewhite/> path dM206.232 204.205L223.719 206.257L224.782 198.826L224.801 190.792L243.924 193.788L250.86 189.748L255.027 184.109L265.369 182.035L265.797 174.237L275.368 171.718 stroke#EF3F23/> path dM236.071 221.191L238.023 220.064L227.968 214.259L226.016 215.386L236.071 221.191Z fill#4F5F86/> path dM235.502 214.443L237.454 213.316L233.527 211.049L231.575 212.176L235.502 214.443Z fill#4F5F86/> path dM238.324 209.653L240.277 208.526L239.087 207.839L237.134 208.966L238.324 209.653Z fill#4F5F86/> path dM245.222 207.217L247.174 206.09L244.646 204.63L242.694 205.757L245.222 207.217Z fill#4F5F86/> path dM252.551 205.029L254.504 203.902L250.205 201.42L248.253 202.547L252.551 205.029Z fill#4F5F86/> path dM233.293 216.904L235.245 215.777L230.292 212.917L228.34 214.044L233.293 216.904Z fill#4F5F86/> path dM247.107 218.46L249.06 217.333L235.852 209.707L233.899 210.835L247.107 218.46Z fill#4F5F86/> path dM249.112 213.198L251.064 212.071L241.411 206.498L239.459 207.625L249.112 213.198Z fill#4F5F86/> path dM250 207.292L251.953 206.165L246.97 203.288L245.018 204.415L250 207.292Z fill#4F5F86/> path dM253.938 203.147L255.891 202.019L252.529 200.079L250.577 201.206L253.938 203.147Z fill#4F5F86/> path dM225.365 215.761L253.44 199.552 stroke#4F5F86/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 334.627 167.349) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 332.274 165.99) fill#DFE2EA/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 329.921 164.632) fill#DFE2EA/> path dM317.775 178.387C317.288 178.659 316.751 178.901 316.172 179.107L314.006 177.15C314.336 177.033 314.643 176.895 314.921 176.739L317.775 178.387Z fill#14295E fill-opacity0.33 stroke#DFE2EA/> path dM316.188 179.101C314.854 179.577 313.329 179.854 311.752 179.907C310.175 179.96 308.596 179.787 307.162 179.403C305.727 179.02 304.482 178.439 303.54 177.713C302.598 176.987 301.99 176.14 301.771 175.248L305.783 174.947C305.908 175.456 306.255 175.94 306.793 176.354C307.331 176.769 308.042 177.101 308.861 177.32C309.68 177.539 310.581 177.637 311.482 177.607C312.382 177.577 313.253 177.419 314.015 177.147L316.188 179.101Z fill#14295E fill-opacity0.25 stroke#DFE2EA/> path dM317.775 178.387C318.92 177.746 319.755 176.947 320.2 176.067C320.644 175.187 320.684 174.255 320.316 173.36C319.947 172.465 319.182 171.637 318.093 170.955C317.005 170.273 315.629 169.759 314.098 169.463C312.567 169.167 310.931 169.099 309.346 169.265C307.761 169.43 306.281 169.824 305.046 170.409C303.811 170.994 302.862 171.751 302.291 172.606C301.72 173.462 301.545 174.388 301.783 175.297L305.79 174.975C305.654 174.456 305.754 173.927 306.08 173.439C306.406 172.95 306.948 172.518 307.653 172.184C308.358 171.85 309.203 171.625 310.108 171.531C311.013 171.436 311.947 171.475 312.822 171.644C313.696 171.813 314.481 172.106 315.103 172.496C315.724 172.885 316.161 173.358 316.372 173.869C316.582 174.38 316.559 174.912 316.306 175.415C316.052 175.917 315.575 176.373 314.921 176.739L317.775 178.387Z stroke#DFE2EA/> path dM221.887 271.151L224.964 272.928C227.016 274.112 230.342 274.112 232.394 272.928L382.448 186.293C383.446 185.717 383.959 184.967 383.986 184.212L384.001 180.754C383.974 181.509 383.461 182.259 382.464 182.835L232.409 269.469C230.357 270.654 227.031 270.654 224.979 269.469L221.903 267.693L221.887 271.151Z fill#DFE2EA/> path dM221.903 267.693L379.387 176.769L382.464 178.546C383.518 179.154 384.03 179.957 384.001 180.754M221.903 267.693L224.979 269.469C227.031 270.654 230.357 270.654 232.409 269.469L382.464 182.835C383.461 182.259 383.974 181.509 384.001 180.754M221.903 267.693L221.887 271.151L224.964 272.928C227.016 274.112 230.342 274.112 232.394 272.928L382.448 186.293C383.446 185.717 383.959 184.967 383.986 184.212L384.001 180.754 stroke#14295E stroke-width0.858238/> path dM125.831 284.86L82.8137 260.138L125.831 235.492L168.773 260.138L125.831 284.86Z fillwhite stroke#14295E stroke-linecapround stroke-linejoinround/> path dM82.8052 266.596L125.779 291.566V285.064L82.8052 260.202L82.8052 266.596Z fillwhite stroke#14295E stroke-linejoinround/> path dM168.805 266.596L125.807 291.566L125.807 285.064L168.805 260.202L168.805 266.596Z fill#DFE2EA stroke#14295E stroke-linejoinround/> path dM96.492 260.455L125.468 277.184L125.468 272.827L96.492 256.171L96.492 260.455Z fillwhite stroke#14295E stroke-linejoinround/> path dM154.552 260.455L125.576 277.184L125.576 272.827L154.552 256.171L154.552 260.455Z fill#DFE2EA stroke#14295E stroke-linejoinround/> path dM125.611 272.906L96.4526 256.1L125.611 239.941L154.553 256.531L125.611 272.906Z fill#FAFAFA/> path dM96.4526 256.1L125.611 272.906M96.4526 256.1L110.816 251.576L125.611 260.122M96.4526 256.1L125.611 239.941M125.611 272.906V260.122M125.611 272.906L154.553 256.531M125.611 260.122L140.477 251.576M140.477 251.576L154.553 256.531M140.477 251.576L125.611 243.173V239.941M154.553 256.531L125.611 239.941 stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 163.199) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 260.177) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 105.012) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 201.99) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 143.803) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 240.781) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 182.595) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 124.408) stroke#14295E stroke-linejoinround/> rect width17.3302 height17.3302 transformmatrix(-0.866025 -0.5 0.872496 -0.488621 125.541 221.386) stroke#14295E stroke-linejoinround/> path dM110.602 251.319L113.822 253.178L113.822 78.8232M110.602 251.319L113.846 249.503M110.602 251.319L110.602 76.9644M113.822 78.8232L110.602 76.9644M113.822 78.8232L113.846 75.1479L110.602 76.9644 stroke#14295E stroke-linejoinround/> path dM122.424 70.3001L125.667 68.4836M122.424 70.3001L125.593 70.3001L128.761 70.3001M122.424 70.3001L122.424 244.883L122.424 258.256L125.643 260.075M125.667 68.4836L128.761 70.3001M125.667 68.4836L125.645 246.647L125.643 256.444L125.643 260.075M128.761 70.3001L128.761 244.883L128.761 258.435L125.643 260.075 stroke#14295E stroke-linejoinround/> path dM140.572 77.1926L137.353 75.3338L137.353 249.874M140.572 77.1926L137.328 79.0091M140.572 77.1926L140.572 251.733M137.353 249.874L140.572 251.733M137.353 249.874L137.328 253.55L140.572 251.733 stroke#14295E stroke-linejoinround/> path dM124.69 85.5907L110.105 77.132L126.491 67.8207L140.979 76.174L124.69 85.5907Z fill#DFE2EA stroke#14295E stroke-linejoinround/> path dM59.5413 106.035L74.4426 115.002L124.687 85.9933L141.397 76.1587L156.79 66.0555L172.67 55.9457L189.125 45.588L204.975 35.5054L220.935 25.3797L232.484 18.7685L226.175 15.0377L214.579 21.5755L196.965 30.6664L179.67 39.863L161.561 49.3173L144.085 58.4011L126.575 67.3643L59.5413 106.035Z stroke#14295E stroke-linejoinbevel/> path dM144.009 58.5452L144.009 43.6749L156.789 51.278L156.789 66.1483L150.399 62.3468L144.009 58.5452Z stroke#14295E stroke-linejoinbevel/> path dM196.984 30.778L196.984 21.484L204.971 26.2359L204.971 35.5299L200.977 33.1539L196.984 30.778Z stroke#14295E stroke-linejoinbevel/> path dM109.694 77.0577L109.694 59.7276L117.141 64.1579L124.588 68.5883L124.588 85.9185L109.694 77.0577Z fill#DFE2EA/> path fill-ruleevenodd clip-ruleevenodd dM124.588 85.9185L124.588 68.5883L133.028 63.7479L141.469 76.023L124.588 85.9185Z fill#DFE2EA/> path fill-ruleevenodd clip-ruleevenodd dM109.694 59.7276L117.141 64.1579L124.588 68.5883L133.028 63.7479L125.209 59.2967L124.218 58.733L117.766 55.0603L109.694 59.7276Z fill#DFE2EA/> path dM109.694 59.7275L109.694 77.0577L124.588 85.9185M109.694 59.7275L117.141 64.1579L124.588 68.5883M109.694 59.7275L117.766 55.0603M109.694 59.7275L116.598 49.6704L123.502 39.6133M124.588 68.5883L124.588 85.9185M124.588 68.5883L133.028 63.7479M124.588 68.5883L124.218 58.733M124.588 85.9185L141.469 76.023M141.469 58.9075V76.023M141.469 58.9075L133.921 54.4957M141.469 58.9075L123.502 39.6133M141.469 58.9075L133.028 63.7479M141.469 76.023L133.028 63.7479M126.373 50.084L133.921 54.4957M126.373 50.084L123.502 39.6133M126.373 50.084L123.947 51.4868M123.502 39.6133L123.947 51.4868M133.921 54.4957L125.209 59.2967M133.028 63.7479L125.209 59.2967M117.766 55.0603L123.947 51.4868M117.766 55.0603L124.218 58.733M123.947 51.4868L124.218 58.733M124.218 58.733L125.209 59.2967 stroke#14295E stroke-linejoinbevel/> path fill-ruleevenodd clip-ruleevenodd dM127.385 79.8381L127.385 69.6176L129.965 68.1382C131.32 67.3612 133.044 67.7538 133.929 69.0409L137.34 74.0022L127.385 79.8381Z fillwhite stroke#14295E stroke-linejoinbevel/> path dM161.482 49.341L161.482 36.3295L172.664 42.9822L172.664 55.9937L167.073 52.6674L161.482 49.341Z stroke#14295E stroke-linejoinbevel/> rect width11.1528 height17.3302 transformmatrix(9.61279e-08 -1 0.859406 0.511293 76.1 96.4533) stroke#14295E stroke-linejoinbevel/> path dM59.5048 106.124L59.5048 100.548L59.5048 94.9715L74.3995 103.833V109.435V115.038L59.5048 106.124Z fill#DFE2EA/> path dM59.5048 94.9715L74.3995 103.833L90.9893 94.1614L76.2905 85.3513L59.5048 94.9715Z fill#DFE2EA/> path dM74.3995 103.833V109.435V115.038L90.9893 105.357V99.7594L90.9893 94.1614L74.3995 103.833Z fill#DFE2EA/> path dM59.5048 94.9715L74.3995 103.833M59.5048 94.9715L76.2905 85.3513L90.9893 94.1614M59.5048 94.9715L59.5048 100.548M74.3995 103.833L90.9893 94.1614M74.3995 103.833V109.435M74.3995 115.038L59.5048 106.124L59.5048 100.548M74.3995 115.038L90.9893 105.357V99.7594M74.3995 115.038V109.435M90.9893 94.1614L90.9893 99.7594M90.9893 99.7594L74.3995 109.435M74.3995 109.435L59.5048 100.548 stroke#14295E stroke-linejoinbevel/> path dM214.577 21.586L214.661 14.2087L220.967 17.9524L220.967 25.3875L217.772 23.4868L214.577 21.586Z stroke#14295E stroke-linejoinbevel/> path dM226.096 15.0625L226.096 7.62733L232.486 11.4289L232.486 18.8641L229.291 16.9633L226.096 15.0625Z stroke#14295E stroke-linejoinbevel/> path dM179.539 39.9127L179.539 28.76L189.124 34.4623L189.124 45.6151L184.331 42.7639L179.539 39.9127Z stroke#14295E stroke-linejoinbevel/> rect width11.1528 height17.3314 transformmatrix(9.61279e-08 -1 0.859406 0.511293 92.8971 86.7556) stroke#14295E stroke-linejoinbevel/> path dM112.813 64.732V69.8818L121.664 75.1479L121.664 69.9981L112.813 64.732Z fillwhite stroke#14295E stroke-linejoinbevel/> path dM59.5404 95.1352L76.1904 85.3771L92.9196 75.7364L109.724 59.8186L126.562 50.1216L144.075 43.723L161.474 36.384L179.547 28.837L196.991 21.5544L214.652 14.2386L226.146 7.70677 stroke#14295E/> path dM229.646 16.6838C229.619 18.3454 228.439 20.3812 227.01 21.2309C226.25 21.6833 225.573 21.7082 225.11 21.3819C225.104 21.3783 225.099 21.3747 225.094 21.371C224.697 21.0813 224.462 20.528 224.474 19.7608C224.502 18.0992 225.682 16.0634 227.11 15.2137C227.776 14.8175 228.378 14.7492 228.829 14.9576C228.962 15.0192 229.082 15.1051 229.186 15.2137C229.486 15.5257 229.657 16.0262 229.646 16.6838Z fill#DFE2EA/> path dM227.01 21.2309C228.439 20.3812 229.619 18.3454 229.646 16.6838C229.657 16.0262 229.486 15.5257 229.186 15.2137L228.829 14.9576C228.378 14.7492 227.776 14.8175 227.11 15.2137C225.682 16.0634 224.502 18.0992 224.474 19.7608C224.462 20.528 224.697 21.0813 225.094 21.371L225.11 21.3819C225.573 21.7082 226.25 21.6833 227.01 21.2309Z fill#DFE2EA/> path dM224.474 19.7608C224.502 18.0992 225.682 16.0634 227.11 15.2137C227.776 14.8175 228.378 14.7492 228.829 14.9576L223.225 10.9414L223.185 10.9132C222.723 10.5959 222.051 10.6243 221.297 11.0727C219.869 11.9224 218.689 13.9582 218.661 15.6198C218.65 16.2774 218.821 16.7779 219.121 17.0899L219.478 17.346L225.094 21.371C224.697 21.0813 224.462 20.528 224.474 19.7608Z fill#DFE2EA/> path dM219.121 17.0899C218.821 16.7779 218.65 16.2774 218.661 15.6198C218.689 13.9582 219.869 11.9224 221.297 11.0727C222.051 10.6243 222.723 10.5959 223.185 10.9132M219.121 17.0899L219.478 17.346M219.121 17.0899C219.225 17.1986 219.345 17.2844 219.478 17.346M225.11 21.3819C225.573 21.7082 226.25 21.6833 227.01 21.2309C228.439 20.3812 229.619 18.3454 229.646 16.6838C229.657 16.0262 229.486 15.5257 229.186 15.2137M225.11 21.3819L225.094 21.371M225.11 21.3819C225.104 21.3783 225.099 21.3747 225.094 21.371M223.185 10.9132L223.225 10.9414M223.185 10.9132C223.199 10.9224 223.212 10.9318 223.225 10.9414M229.186 15.2137L228.829 14.9576M229.186 15.2137C229.082 15.1051 228.962 15.0192 228.829 14.9576M228.829 14.9576C228.378 14.7492 227.776 14.8175 227.11 15.2137C225.682 16.0634 224.502 18.0992 224.474 19.7608C224.462 20.528 224.697 21.0813 225.094 21.371M228.829 14.9576L223.225 10.9414M225.094 21.371L219.478 17.346 stroke#14295E/> path dM74.4049 103.796L91.055 94.0377L107.784 84.397L124.588 68.4793L141.427 58.7823L156.793 51.413L172.672 43.1486L189.07 34.4857L205.035 26.4724L220.937 17.9332L232.54 11.4669 stroke#14295E/> path fill-ruleevenodd clip-ruleevenodd dM123.59 43.635V38.1146L126.017 36.9967V42.2147L123.59 43.635Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM123.59 43.635V38.1731L121.162 36.9967V42.2147L123.59 43.635Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path dM123.548 35.5916L121.17 36.9996L123.548 38.19L126.051 36.9996L123.548 35.5916Z fillwhite stroke#14295E stroke-linejoinround/> path dM82.8921 87.353L122.479 40.0261M126.115 39.0206L225.861 12.3993M226.877 21.6946C226.877 31.3285 226.877 50.1074 226.877 50.1074 stroke#14295E stroke-linecapround stroke-linejoinround/> path dM72.3444 89.0997L79.0558 93.0926L86.5311 88.7347L79.9079 84.7649L72.3444 89.0997Z fill#8994AF/> path dM86.5311 88.7347L79.0558 93.0926V95.617L86.5311 91.2571L86.5311 88.7347Z fill#8994AF/> path dM79.0558 93.0926L72.3444 89.0997L72.3444 91.6124L79.0558 95.617V93.0926Z fill#8994AF/> path dM72.3444 89.0997L79.0558 93.0926M72.3444 89.0997L79.9079 84.7649L86.5311 88.7347M72.3444 89.0997L72.3444 91.6124L79.0558 95.617M79.0558 93.0926L86.5311 88.7347M79.0558 93.0926V95.617M86.5311 88.7347L86.5311 91.2571L79.0558 95.617 stroke#14295E stroke-linejoinbevel/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM219.186 337.181L222.354 337.077L232.597 342.001L280.105 334.182C280.105 334.182 285.605 333.747 285.114 329.952C284.656 326.416 278.948 326.573 278.948 326.573L231.44 326.846L222.057 333.187L218.976 333.422L216.352 335.553L219.186 337.181Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM219.245 336.854V327.444L221.672 326.023V335.433L219.245 336.854Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM219.245 336.854V327.444L216.817 326.023V335.433L219.245 336.854Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM213.671 290.307L216.458 291.915L219.245 293.523V331.586L209.653 326.023L213.671 290.307Z fill#FAFAFA/> path dM213.671 290.307L209.653 326.023L219.245 331.586V293.523M213.671 290.307C214.469 289.343 216.7 287.416 219.245 287.416C221.79 287.416 223.857 289.343 224.573 290.307L219.245 293.523M213.671 290.307L216.458 291.915L219.245 293.523 stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM224.636 290.41L219.244 293.489L219.245 331.586L228.836 326.023L224.636 290.41Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM413.499 228.376L416.667 228.272L426.91 233.196L474.418 225.377C474.418 225.377 479.918 224.943 479.427 221.148C478.969 217.612 473.261 217.768 473.261 217.768L425.753 218.042L416.37 224.383L413.289 224.618L410.665 226.749L413.499 228.376Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM413.558 228.049V218.639L415.985 217.219V226.629L413.558 228.049Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM413.558 228.049V218.639L411.13 217.219V226.629L413.558 228.049Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM407.985 181.502L410.771 183.111L413.558 184.719V222.781L403.967 217.218L407.985 181.502Z fill#FAFAFA/> path dM407.985 181.502L403.967 217.218L413.558 222.781V184.719M407.985 181.502C408.782 180.538 411.013 178.611 413.558 178.611C416.103 178.611 418.17 180.538 418.886 181.502L413.558 184.719M407.985 181.502L410.771 183.111L413.558 184.719 stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM418.949 181.606L413.558 184.684L413.558 222.781L423.149 217.218L418.949 181.606Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM165.014 176.816L168.181 176.712L178.424 181.636L225.932 173.817C225.932 173.817 231.432 173.382 230.941 169.587C230.483 166.051 224.775 166.208 224.775 166.208L177.267 166.481L167.884 172.822L164.804 173.057L162.179 175.188L165.014 176.816Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM165.072 176.489V167.079L167.499 165.658V175.068L165.072 176.489Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM165.072 176.489V167.079L162.645 165.658V175.068L165.072 176.489Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM159.499 129.942L162.285 131.55L165.072 133.158V171.221L155.481 165.658L159.499 129.942Z fill#FAFAFA/> path dM159.499 129.942L155.481 165.658L165.072 171.221V133.158M159.499 129.942C160.296 128.978 162.527 127.05 165.072 127.05C167.617 127.05 169.684 128.978 170.4 129.942L165.072 133.158M159.499 129.942L162.285 131.55L165.072 133.158 stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM170.463 130.045L165.072 133.124L165.072 171.221L174.663 165.658L170.463 130.045Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path opacity0.1 fill-ruleevenodd clip-ruleevenodd dM321.48 279.087L324.648 278.983L334.891 283.907L382.399 280.28L394.951 271.659L381.242 265.125L333.734 268.752L324.351 275.093L321.27 275.328L318.646 277.459L321.48 279.087Z fill#14295E/> path fill-ruleevenodd clip-ruleevenodd dM321.539 278.76V269.35L323.966 267.929V277.339L321.539 278.76Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM321.539 278.76V269.35L319.111 267.929V277.339L321.539 278.76Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM331.13 233.248L321.539 238.752L311.947 233.248L321.539 227.744L331.13 233.248Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM311.947 233.248L321.539 238.752V273.492L311.947 267.929V233.248Z fill#FAFAFA stroke#14295E stroke-linecapround stroke-linejoinround/> path fill-ruleevenodd clip-ruleevenodd dM331.13 233.248L321.539 238.752V273.492L331.13 267.929V233.248Z fill#DFE2EA stroke#14295E stroke-linecapround stroke-linejoinround/> path dM252.059 71.3875C252.232 71.4875 252.318 71.6188 252.316 71.7497C252.314 71.8775 252.228 72.0049 252.059 72.1025L221.4 89.7127C221.058 89.9101 220.504 89.9101 220.162 89.7127L201.715 79.0621C201.568 78.9771 201.484 78.8694 201.463 78.7585C201.436 78.6118 201.52 78.4596 201.715 78.3472L232.374 60.737C232.716 60.5396 233.27 60.5396 233.612 60.737L252.059 71.3875Z fill#FAFAFA/> path dM201.463 78.7585C201.484 78.8694 201.568 78.9771 201.715 79.0621L220.162 89.7127C220.504 89.9101 221.058 89.9101 221.4 89.7127L252.059 72.1025C252.228 72.0049 252.314 71.8775 252.316 71.7497M201.463 78.7585C201.436 78.6118 201.52 78.4596 201.715 78.3472L232.374 60.737C232.716 60.5396 233.27 60.5396 233.612 60.737L252.059 71.3875C252.232 71.4875 252.318 71.6188 252.316 71.7497M201.463 78.7585L201.632 80.5723C201.64 80.6948 201.725 80.8159 201.887 80.9095L220.335 91.56C220.677 91.7575 221.231 91.7575 221.573 91.56L252.232 73.9498C252.399 73.8537 252.484 73.7284 252.488 73.6025L252.316 71.7497 stroke#14295E/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 242.441 70.0153) fill#8994AF/> rect width10.2289 height1.36386 rx0.681928 transformmatrix(-0.866025 0.5 -0.866025 -0.5 240.088 68.657) fill#8994AF/> path dM213.35 74.1034C214.594 73.3848 216.166 72.8776 217.885 72.6395C219.605 72.4014 221.404 72.442 223.078 72.7565C224.751 73.0711 226.232 73.647 227.353 74.4189C228.473 75.1908 229.188 76.1276 229.416 77.1229L225.398 77.4377C225.268 76.8694 224.86 76.3345 224.22 75.8937C223.581 75.453 222.735 75.1241 221.779 74.9445C220.824 74.7649 219.797 74.7418 218.815 74.8777C217.833 75.0137 216.936 75.3033 216.225 75.7136L213.35 74.1034Z fill#8994AF stroke#DFE2EA/> path dM213.35 74.1034C212.213 74.7596 211.389 75.5693 210.956 76.4551C210.522 77.3409 210.495 78.2733 210.875 79.1633C211.255 80.0533 212.031 80.8712 213.129 81.5391C214.226 82.207 215.608 82.7024 217.143 82.9783C218.678 83.2541 220.315 83.3011 221.897 83.1147C223.48 82.9283 224.955 82.5148 226.182 81.9137C227.409 81.3125 228.348 80.5438 228.908 79.6807C229.467 78.8177 229.63 77.8892 229.38 76.9838L225.378 77.3582C225.521 77.8752 225.428 78.4054 225.108 78.8981C224.789 79.3909 224.253 79.8299 223.552 80.1731C222.851 80.5164 222.009 80.7525 221.105 80.8589C220.202 80.9653 219.267 80.9385 218.391 80.781C217.514 80.6235 216.725 80.3406 216.099 79.9592C215.472 79.5779 215.029 79.1109 214.812 78.6027C214.595 78.0945 214.61 77.5621 214.858 77.0564C215.105 76.5506 215.576 76.0883 216.225 75.7136L213.35 74.1034Z stroke#DFE2EA/> path dM201.494 78.8361V76.3234L205.276 74.156L208.61 76.1467V78.5864L204.85 80.8384L201.494 78.8361Z fill#8994AF/> path dM201.494 76.3234L201.494 78.8361L204.85 80.8384M201.494 76.3234L205.276 74.156L208.61 76.1467M201.494 76.3234L204.85 78.3199M204.85 78.3199L208.61 76.1467M204.85 78.3199V80.8384M208.61 76.1467V78.5864L204.85 80.8384 stroke#14295E stroke-linejoinbevel/> path dM228.982 62.8302V60.3175L232.764 58.1501L236.097 60.1408V62.5806L232.338 64.8325L228.982 62.8302Z fill#8994AF/> path dM228.982 60.3175L228.982 62.8302L232.338 64.8325M228.982 60.3175L232.764 58.1501L236.097 60.1408M228.982 60.3175L232.338 62.314M232.338 62.314L236.097 60.1408M232.338 62.314V64.8325M236.097 60.1408V62.5806L232.338 64.8325 stroke#14295E stroke-linejoinbevel/> path dM244.859 72.1537V69.641L248.64 67.4736L251.974 69.4643V71.9041L248.214 74.156L244.859 72.1537Z fill#8994AF/> path dM244.859 69.641L244.859 72.1537L248.214 74.156M244.859 69.641L248.64 67.4736L251.974 69.4643M244.859 69.641L248.214 71.6375M248.214 71.6375L251.974 69.4643M248.214 71.6375V74.156M251.974 69.4643V71.9041L248.214 74.156 stroke#14295E stroke-linejoinbevel/> path dM217.441 88.1455V85.6328L221.223 83.4654L224.556 85.4561V87.8958L220.797 90.1478L217.441 88.1455Z fill#8994AF/> path dM217.441 85.6328L217.441 88.1455L220.797 90.1478M217.441 85.6328L221.223 83.4654L224.556 85.4561M217.441 85.6328L220.797 87.6292M220.797 87.6292L224.556 85.4561M220.797 87.6292V90.1478M224.556 85.4561V87.8958L220.797 90.1478 stroke#14295E stroke-linejoinbevel/> path dM204.955 76.2524L226.889 50.1687M226.889 50.1687L232.668 60.0241M226.889 50.1687C225.061 61.7532 221.316 85.1297 220.96 85.9596M226.889 50.1687L248.452 69.3609 stroke#14295E/> /svg> /div> /div> div classbanner> div idadfox_158469918412142908>/div> /div>/div>script> window.Ya.adfoxCode.create({ ownerId: 260122, containerId: adfox_158469918412142908, params: { pp: i, ps: dyeo, p2: fufs, puid1: } });/script>footer> div classfooter-logo> a hrefhttps://www.nic.ru/ classlogo> img srchttps://wstatic.hosting.nic.ru/logo.svg width77 height40> /a> /div> div classfooter-links> a hrefhttps://www.nic.ru/catalog/domains/>Регистрация доменов/a> a hrefhttps://www.nic.ru/catalog/hosting/vds-vps/>VPS/VDS хостинг/a> a hrefhttps://www.nic.ru/catalog/hosting/>Хостинг для сайтов/a> a hrefhttps://www.nic.ru/catalog/hosting/dedicated/>Аренда сервера/a> a hrefhttps://www.nic.ru/catalog/hosting/shared/>Виртуальный хостинг/a> a hrefhttps://www.nic.ru/catalog/ssl/>SSL-сертификаты/a> /div> p classfooter-text> © АО «РСИЦ» (RU-CENTER), script>document.write(new Date().getFullYear())/script> /p>/footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]