Guest User

Untitled

a guest
Jun 6th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="bg">
  3.  
  4. <head>
  5.     <style>
  6.         .cta {}
  7.        
  8.         .default-theme {}
  9.        
  10.         #dood {}
  11.        
  12.         .fkbx {}
  13.        
  14.         #fkbx-text {}
  15.        
  16.         .hide-sf {}
  17.        
  18.         .init {}
  19.        
  20.         .left-align-attr {}
  21.        
  22.         .light-text {}
  23.        
  24.         .mv-dot {}
  25.        
  26.         .mv-dot-bg {}
  27.        
  28.         .mv-focused {}
  29.        
  30.         .mv-link-hide {}
  31.        
  32.         .mv-locthumb {}
  33.        
  34.         .mv-locgradient {}
  35.        
  36.         .mv-loctitle {}
  37.        
  38.         .mv-locfallback {}
  39.        
  40.         #mv-single {}
  41.        
  42.         .mv-tiles {}
  43.        
  44.         .mv-x {}
  45.        
  46.         .mv-x-inner {}
  47.        
  48.         .prm-pt {}
  49.        
  50.         .prm {}
  51.        
  52.         .prt {}
  53.        
  54.         .pt {}
  55.        
  56.         .query-suggestion-container {}
  57.        
  58.         .suggestion-init {}
  59.        
  60.         @-webkit-keyframes init-hide {
  61.             0% {
  62.                 opacity: 0
  63.             }
  64.             99% {
  65.                 opacity: 0
  66.             }
  67.             100% {
  68.                 opacity: 1
  69.             }
  70.         }
  71.        
  72.         html {
  73.             height: 100%
  74.         }
  75.        
  76.         body {
  77.             font: small arial, sans-serif;
  78.             margin: 0;
  79.             min-width: 360px;
  80.             min-height: 100%;
  81.             text-align: -webkit-center
  82.         }
  83.        
  84.         body.ZYIfFd,
  85.         body.hide-sf #fkbx,
  86.         body.hide-sf #lga {
  87.             visibility: hidden
  88.         }
  89.        
  90.         body.init {
  91.             -webkit-animation: init-hide 0.5s linear
  92.         }
  93.        
  94.         #TZA4S {
  95.             display: flex;
  96.             flex-direction: column;
  97.             height: 100%;
  98.             margin: 0 auto;
  99.             position: relative;
  100.             z-index: 1
  101.         }
  102.        
  103.         #most-visited.suggestion-init,
  104.         #suggestion-chips.suggestion-init,
  105.         #lga.init,
  106.         #fkbx.init {
  107.             -webkit-animation: init-hide 2s linear
  108.         }
  109.        
  110.         a {
  111.             color: #1a0dab;
  112.             text-decoration: none
  113.         }
  114.        
  115.         a:hover,
  116.         a:active {
  117.             text-decoration: underline
  118.         }
  119.        
  120.         a:visited {
  121.             color: #609
  122.         }
  123.        
  124.         .hCoYI {
  125.             display: none
  126.         }
  127.        
  128.         .query-suggestion-container {
  129.             height: 0px
  130.         }
  131.        
  132.         #most-visited {
  133.             -webkit-user-select: none;
  134.             z-index: 1
  135.         }
  136.        
  137.         #mv-tiles {
  138.             margin: 0;
  139.             overflow: hidden;
  140.             position: relative;
  141.             text-align: start
  142.         }
  143.        
  144.         #mv-single {
  145.             border: none;
  146.             height: 100%;
  147.             width: 100%
  148.         }
  149.        
  150.         .mv-tile {
  151.             -webkit-transition-duration: 200ms;
  152.             -webkit-transition-property: -webkit-transform, margin, opacity, width;
  153.             display: inline-block;
  154.             line-height: normal;
  155.             position: relative;
  156.             vertical-align: top
  157.         }
  158.        
  159.         .mv-tile.mv-bl {
  160.             margin-left: 0;
  161.             margin-right: 0;
  162.             opacity: 0;
  163.             width: 0
  164.         }
  165.        
  166.         .mv-page {
  167.             cursor: pointer;
  168.             outline: none
  169.         }
  170.        
  171.         .WaVvuc {
  172.             height: 100%;
  173.             visibility: hidden;
  174.             width: 100%
  175.         }
  176.        
  177.         .mv-page .WaVvuc {
  178.             visibility: visible
  179.         }
  180.        
  181.         .mv-mask,
  182.         .mv-thumb,
  183.         .mv-locthumb,
  184.         .mv-locgradient,
  185.         .mv-locfallback {
  186.             position: absolute
  187.         }
  188.        
  189.         .mv-mask {
  190.             border: 1px solid transparent;
  191.             left: 0;
  192.             pointer-events: none;
  193.             position: absolute;
  194.             top: 0
  195.         }
  196.        
  197.         .mv-title {
  198.             border: none;
  199.             position: absolute
  200.         }
  201.        
  202.         .mv-locthumb,
  203.         .mv-locgradient,
  204.         .mv-locfallback {
  205.             border-radius: 3px;
  206.             pointer-events: none
  207.         }
  208.        
  209.         .mv-locgradient {
  210.             background: -webkit-linear-gradient(left, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 40%, rgba(35, 35, 35, 0.3) 60%, rgba(35, 35, 35, 0.1) 70%, rgba(35, 35, 35, 0) 100%)
  211.         }
  212.        
  213.         .mv-locthumb img {
  214.             border-radius: 0 3px 3px 0;
  215.             height: 83px;
  216.             left: 55px;
  217.             pointer-events: none;
  218.             position: absolute;
  219.             top: 0;
  220.             width: 83px
  221.         }
  222.        
  223.         .mv-locfallback {
  224.             overflow: hidden
  225.         }
  226.        
  227.         .mv-locfallback .QIk5de {
  228.             box-sizing: content-box;
  229.             overflow: hidden;
  230.             position: absolute;
  231.             text-align: center;
  232.             text-overflow: ellipsis;
  233.             white-space: nowrap
  234.         }
  235.        
  236.         .mv-locfallback img {
  237.             height: auto;
  238.             left: 0;
  239.             pointer-events: none;
  240.             position: absolute;
  241.             top: 0
  242.         }
  243.        
  244.         .mv-loctitle {
  245.             -webkit-box-orient: vertical;
  246.             -webkit-box-pack: center;
  247.             -webkit-line-clamp: 5;
  248.             border: none;
  249.             border-radius: 3px 0 0 3px;
  250.             color: white;
  251.             display: -webkit-box;
  252.             height: 79px;
  253.             left: 0;
  254.             margin: 2px 0 2px 4px;
  255.             overflow: hidden;
  256.             pointer-events: none;
  257.             position: absolute;
  258.             text-overflow: ellipsis;
  259.             text-shadow: 1px 1px #232323;
  260.             top: 0;
  261.             white-space: normal;
  262.             width: 79px
  263.         }
  264.        
  265.         .mv-x-hide .mv-x {
  266.             display: none
  267.         }
  268.        
  269.         .mv-x {
  270.             background-color: transparent;
  271.             border: none;
  272.             cursor: pointer;
  273.             opacity: 0;
  274.             outline: none
  275.         }
  276.        
  277.         .mv-page .mv-x {
  278.             -webkit-transition: opacity 150ms;
  279.             position: absolute
  280.         }
  281.        
  282.         .mv-page:hover .mv-x {
  283.             -webkit-transition-delay: 500ms;
  284.             opacity: 1
  285.         }
  286.        
  287.         .mv-page .mv-x:hover {
  288.             -webkit-transition: none
  289.         }
  290.        
  291.         .mv-domain {
  292.             bottom: 24px;
  293.             color: #777;
  294.             margin: 0 7px;
  295.             position: absolute;
  296.             text-align: center;
  297.             width: 90%
  298.         }
  299.        
  300.         .mv-fav {
  301.             background-size: 16px;
  302.             height: 16px;
  303.             pointer-events: none;
  304.             position: absolute;
  305.             width: 16px
  306.         }
  307.        
  308.         #JPWK1 {
  309.             width: 100%
  310.         }
  311.        
  312.         #mv-noti,
  313.         #mv-noti-error {
  314.             font: bold 12px Arial;
  315.             padding: 10px 0
  316.         }
  317.        
  318.         #mv-noti span,
  319.         #mv-noti-error span {
  320.             cursor: default;
  321.             display: inline-block;
  322.             height: 16px;
  323.             line-height: 16px
  324.         }
  325.        
  326.         #mv-noti #mv-noti-msg,
  327.         #mv-noti-lks span {
  328.             margin-right: 0.3em
  329.         }
  330.        
  331.         #mv-noti-lks span,
  332.         #mv-noti-error-lks span {
  333.             -webkit-margin-start: 6px;
  334.             color: #1155cc;
  335.             cursor: pointer;
  336.             opacity: 1;
  337.             outline: none;
  338.             padding: 0 4px
  339.         }
  340.        
  341.         #mv-noti-lks span:hover,
  342.         #mv-noti-lks span:focus,
  343.         #mv-noti-error-lks span:hover,
  344.         #mv-noti-error-lks span:focus {
  345.             text-decoration: underline
  346.         }
  347.        
  348.         #mv-noti-lks .mv-x,
  349.         #mv-noti-error-lks .mv-x {
  350.             -webkit-margin-start: 8px;
  351.             display: inline-block;
  352.             opacity: 1;
  353.             position: relative;
  354.             vertical-align: top
  355.         }
  356.        
  357.         #mv-noti.mv-noti-hide,
  358.         #mv-noti-error.mv-noti-hide,
  359.         #mv-noti .mv-link-hide {
  360.             display: none
  361.         }
  362.        
  363.         form {
  364.             height: 39px
  365.         }
  366.        
  367.         #fkbx {
  368.             background-color: #fff;
  369.             border: 1px solid rgb(185, 185, 185);
  370.             border-radius: 1px;
  371.             border-top-color: rgb(160, 160, 160);
  372.             cursor: text;
  373.             display: inline-block;
  374.             font: 18px arial, sans-serif;
  375.             height: 36px;
  376.             line-height: 36px;
  377.             max-width: 672px;
  378.             position: relative;
  379.             width: 618px
  380.         }
  381.        
  382.         #fkbx:hover {
  383.             border: 1px solid #a9a9a9;
  384.             border-top-color: #909090
  385.         }
  386.        
  387.         .fkbxfcs #fkbx {
  388.             border: 1px solid #4d90fe
  389.         }
  390.        
  391.         #fkbx>input {
  392.             background: transparent;
  393.             border: none;
  394.             bottom: 0;
  395.             box-sizing: border-box;
  396.             left: 0;
  397.             margin: 0;
  398.             outline: none;
  399.             padding: 0 8px;
  400.             position: absolute;
  401.             top: 2px;
  402.             width: 100%
  403.         }
  404.        
  405.         html[dir=rtl] #fkbx>input {
  406.             right: 0
  407.         }
  408.        
  409.         #fkbx-text {
  410.             color: #bbb;
  411.             bottom: 0;
  412.             font-size: 16px;
  413.             left: 9px;
  414.             margin-top: 1px;
  415.             overflow: hidden;
  416.             position: absolute;
  417.             right: 9px;
  418.             text-align: initial;
  419.             text-overflow: ellipsis;
  420.             top: 0;
  421.             visibility: hidden;
  422.             white-space: nowrap
  423.         }
  424.        
  425.         html[dir=rtl] #fkbx-text {
  426.             left: auto
  427.         }
  428.        
  429.         #fkbx_crt {
  430.             background: #333;
  431.             bottom: 5px;
  432.             position: absolute;
  433.             left: 9px;
  434.             right: auto;
  435.             top: 5px;
  436.             visibility: hidden;
  437.             width: 1px
  438.         }
  439.        
  440.         html[dir=rtl] #fkbx_crt {
  441.             left: auto;
  442.             right: 9px
  443.         }
  444.        
  445.         @-webkit-keyframes blink {
  446.             0%,
  447.             61.54% {
  448.                 opacity: 1
  449.             }
  450.             61.55%,
  451.             100% {
  452.                 opacity: 0
  453.             }
  454.         }
  455.        
  456.         .fkbxfcs #fkbx_crt {
  457.             visibility: inherit;
  458.             -webkit-animation: blink 1.3s linear infinite
  459.         }
  460.        
  461.         #fkbx {
  462.             border: none;
  463.             border-radius: 2px;
  464.             box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  465.             height: 44px;
  466.             outline: none;
  467.             transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  468.             width: 620px
  469.         }
  470.        
  471.         #fkbx:hover,
  472.         .fkbxfcs #fkbx {
  473.             border: none;
  474.             box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08)
  475.         }
  476.        
  477.         #fkbx-text {
  478.             bottom: 4px;
  479.             color: rgba(0, 0, 0, 0.42);
  480.             left: 13px;
  481.             right: 13px;
  482.             top: 4px
  483.         }
  484.        
  485.         #fkbx_crt {
  486.             bottom: 12px;
  487.             left: 13px;
  488.             top: 12px
  489.         }
  490.        
  491.         html[dir=rtl] #fkbx_crt {
  492.             right: 13px
  493.         }
  494.        
  495.         #Rke77d {
  496.             visibility: hidden
  497.         }
  498.        
  499.         #aZkgnb {
  500.             visibility: hidden
  501.         }
  502.        
  503.         #theme-attr {
  504.             bottom: 0;
  505.             display: inline-block;
  506.             font-size: 10pt;
  507.             left: auto;
  508.             position: fixed;
  509.             right: 8px;
  510.             white-space: nowrap;
  511.             z-index: -1
  512.         }
  513.        
  514.         #theme-attr-msg {
  515.             cursor: default
  516.         }
  517.        
  518.         html[dir=rtl] #theme-attr,
  519.         #theme-attr.left-align-attr {
  520.             left: 8px;
  521.             right: auto;
  522.             text-align: right
  523.         }
  524.        
  525.         #fkbx-spch {
  526.             cursor: pointer;
  527.             display: none;
  528.             height: 21px;
  529.             padding: 15px 6px 0;
  530.             width: 17px;
  531.             background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACTUlEQVR4Ae2XU7fdQBiGv3Nd27aVmV23QXVT2+4vqG3jX9S2rdvaVpLjM8dIZ8pJ1rYxz1rvNt5nsHcCgjAjEFhWmrIlf4G6Oe++sjk/73fIA3VL/iL2HMQzAzbnN1C2kKu0sOUu8hZyfcj2/IZxPPLO8u4l4nIm2BJhBf0Jey3EG2yd+yvAXhuHAvl5AQjkxuMMWIFECISGEKhIcQEhIATKhUBoCIGyRBMQAkKAnIEsGutvso5D9RAOpzOBI7t//xqGiiwuWZEQeMYL5J2DjsDBTuL9FZA3598Gju8y6sQL6Cp6GgmBy7wAOQszHDMw3+8Z2ELmAIeh4lm8gKmiyxBu8s/AGl6A3j/qPKmn5S75LL+JXAQHpopPOATWhH8GTkJXToClJPsctLIvI1LPh8Ql9hpbeVlqR0uX2ZaQjLtFaiM/dT8LzpnIn/9nT+SysNvsMXCDrqGT9g0sPYNIkX8aRrPitpyGJRAktPByVpqPrknjIv1zeosXyN1X45qhoWUBl1fwUlq4wiFwHyJN4WloSk6Dzspn76lx/f/Gk47rSq9W4ANdQy0NBR11FGdJ/zEUt4BokHsO+uXsrXnJTYkSQ0OHTBVNY5szY4SrqjG4U2V229TwVFr8IHuNu/eZqkuGaKIPkfrRQgYrEEp0FWVw5aPLN6VHM1ribgjlH7pZdtHnhyaNMhT02O/yGn5NrydZAGkQT+iqqyv7FzVU6drXofjdDw2RHxrO/zoEf6CFr1PJjeYQLPHF4xbpwDiLD8Q/QiD6CAEhIBAIfgIDXvSOOYNfugAAAABJRU5ErkJggg==) no-repeat center;
  532.             background-size: 24px 24px;
  533.             position: absolute;
  534.             right: 0
  535.         }
  536.        
  537.         html[dir=rtl] #fkbx-spch {
  538.             left: 0;
  539.             right: auto
  540.         }
  541.        
  542.         #fkbx-spch {
  543.             padding: 22px 12px 0
  544.         }
  545.        
  546.         #lga {
  547.             flex-shrink: 0;
  548.             height: 231px;
  549.             margin-top: 45px;
  550.             text-align: -webkit-center
  551.         }
  552.        
  553.         #lga>#dood {
  554.             display: inline-block;
  555.             opacity: 0;
  556.             -webkit-transition: opacity 130ms
  557.         }
  558.        
  559.         #dood.cta {
  560.             cursor: pointer
  561.         }
  562.        
  563.         #logo-sub {
  564.             color: #4285f4;
  565.             font-size: 16px;
  566.             left: 79px;
  567.             position: relative;
  568.             top: -20px;
  569.             white-space: nowrap;
  570.             width: 0
  571.         }
  572.        
  573.         #mngb {
  574.             position: absolute;
  575.             top: 15px;
  576.             -webkit-transition: opacity 130ms;
  577.             width: 100%
  578.         }
  579.        
  580.         #mngb.h {
  581.             opacity: 0
  582.         }
  583.        
  584.         #gb #eEB5Ae {
  585.             margin-right: 0;
  586.             padding-top: 0;
  587.             top: 0
  588.         }
  589.        
  590.         #prpd {
  591.             text-align: start
  592.         }
  593.        
  594.         span#prt {
  595.             display: block
  596.         }
  597.        
  598.         #prm,
  599.         #prt,
  600.         #DFDWpd {
  601.             -webkit-user-select: auto
  602.         }
  603.        
  604.         #prm-pt {
  605.             font-size: 83%;
  606.             position: relative;
  607.             z-index: 1
  608.         }
  609.        
  610.         .xMUuRe {
  611.             font-family: 'Roboto'
  612.         }
  613.        
  614.         body.ZYIfFd .xMUuRe {
  615.             display: none
  616.         }
  617.        
  618.         .des-cla {}
  619.        
  620.         .des-cla #most-visited {
  621.             margin-top: 50px
  622.         }
  623.        
  624.         .des-cla #mv-tiles {
  625.             height: 276px;
  626.             line-height: 138px
  627.         }
  628.        
  629.         .des-cla .mv-tile {
  630.             background: -webkit-linear-gradient(#f2f2f2, #e8e8e8);
  631.             border-radius: 4px;
  632.             box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
  633.             height: 85px;
  634.             margin-left: 10px;
  635.             margin-right: 10px;
  636.             width: 140px
  637.         }
  638.        
  639.         .des-cla .mv-tile.mv-bl {
  640.             -webkit-transform: scale(0.5)
  641.         }
  642.        
  643.         .des-cla .mv-mask {
  644.             border-radius: 3px;
  645.             box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
  646.             height: 83px;
  647.             width: 138px
  648.         }
  649.        
  650.         .des-cla .mv-page .mv-mask {
  651.             border-style: solid
  652.         }
  653.        
  654.         .default-theme.des-cla .mv-page .mv-mask {
  655.             border-color: #c0c0c0
  656.         }
  657.        
  658.         .default-theme.des-cla .mv-page:hover .mv-mask,
  659.         .default-theme.des-cla .mv-focused~.mv-page .mv-mask,
  660.         .default-theme.des-cla .mv-page:focus .mv-mask {
  661.             border-color: #7f7f7f
  662.         }
  663.        
  664.         .des-cla .mv-page .mv-focused~.mv-mask,
  665.         .des-cla .mv-page:focus .mv-mask {
  666.             -webkit-transition: background-color 100ms ease-in-out;
  667.             background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.9));
  668.             background-color: rgba(0, 0, 0, 0.35);
  669.             opacity: 0.35
  670.         }
  671.        
  672.         .des-cla .mv-thumb,
  673.         .des-cla .mv-locthumb,
  674.         .des-cla .mv-locgradient,
  675.         .des-cla .mv-locfallback {
  676.             border: none;
  677.             left: 1px;
  678.             height: 83px;
  679.             top: 1px;
  680.             width: 138px
  681.         }
  682.        
  683.         .des-cla .mv-title {
  684.             bottom: -27px;
  685.             height: 18px;
  686.             left: 0;
  687.             width: 140px
  688.         }
  689.        
  690.         .des-cla .mv-locfallback .mv-domain {
  691.             bottom: 24px;
  692.             margin: 0 7px;
  693.             width: 124px
  694.         }
  695.        
  696.         .des-cla .mv-locfallback img {
  697.             border-radius: 3px;
  698.             width: 138px
  699.         }
  700.        
  701.         .des-cla .mv-x {
  702.             background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR42r2RsQrDMAxEBRdl8SDcX8lQPGg1GBI6lvz/h7QyRRXV0qUULwfvwZ1tenw5PxToRPWMC52eA9+WDnlh3HFQ/xBQl86NFYJqeGflkiogrOvVlIFhqURFVho3x1moGAa3deMs+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==');
  703.             border-radius: 2px;
  704.             height: 16px;
  705.             width: 16px
  706.         }
  707.        
  708.         .des-cla .mv-x:hover,
  709.         .des-cla .mv-x:focus {
  710.             background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqklEQVR4XqWRMQ6DMAxF/1Fyilyj2SmIBUG5QcTCyJA5Z8jGhlBPgRi4TmoDraVmKFJlWYrlp/g5QfwRlwEVNWVa4WzfH9jK6kCkEkBjwxOhLghheMWMELUAqqwQ4OCbnE4LJnhr5IYdqQt4DJQjhe9u4vBBmnxHHNzRFkDGjHDo0VuTAqy2vAG4NkvXXDHxbGsIGlj3e835VFNtdugma/Jk0eXq0lP//5svi4PtO01oFfYAAAAASUVORK5CYII=')
  711.         }
  712.        
  713.         .des-cla .mv-page .mv-x {
  714.             right: 2px;
  715.             top: 2px
  716.         }
  717.        
  718.         html[dir=rtl] .des-cla .mv-page .mv-x {
  719.             left: 2px;
  720.             right: auto
  721.         }
  722.        
  723.         .des-cla .mv-fav {
  724.             bottom: -7px;
  725.             left: 62px
  726.         }
  727.        
  728.         .des-cla #fkbx {
  729.             box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1)
  730.         }
  731.        
  732.         .des-cla #fkbx-text {
  733.             visibility: hidden
  734.         }
  735.        
  736.         .des-cla #mv-tiles {
  737.             width: 320px
  738.         }
  739.        
  740.         .des-cla #fkbx {
  741.             width: 298px
  742.         }
  743.        
  744.         @media only screen and (min-width:660px) {
  745.             .des-cla #mv-tiles {
  746.                 width: 480px
  747.             }
  748.             .des-cla #fkbx {
  749.                 width: 458px
  750.             }
  751.         }
  752.        
  753.         @media only screen and (min-width:820px) {
  754.             .des-cla #mv-tiles {
  755.                 width: 640px
  756.             }
  757.             .des-cla #fkbx {
  758.                 width: 618px
  759.             }
  760.         }
  761.        
  762.         .des-mat {}
  763.        
  764.         .des-mat #most-visited {
  765.             margin-top: 63px
  766.         }
  767.        
  768.         .des-mat #mv-tiles {
  769.             height: calc(4px + 128px + 16px + 128px + 8px);
  770.             line-height: 146px;
  771.             max-height: calc(100% - 10px - 16px - 10px)
  772.         }
  773.        
  774.         .des-mat .mv-tile {
  775.             background: rgb(242, 242, 242);
  776.             border-radius: 2px;
  777.             height: 130px;
  778.             margin-left: 8px;
  779.             margin-right: 8px;
  780.             width: 156px
  781.         }
  782.        
  783.         .des-mat.light-text .mv-tile {
  784.             background: rgb(51, 51, 51)
  785.         }
  786.        
  787.         .des-mat .mv-tile.mv-bl {
  788.             -webkit-transform: scale(0);
  789.             -webkit-transform-origin: 0 65px;
  790.             margin-left: 0;
  791.             margin-right: 0;
  792.             width: 0
  793.         }
  794.        
  795.         .des-mat .mv-mask {
  796.             border-color: transparent;
  797.             border-radius: 2px;
  798.             height: 128px;
  799.             width: 154px
  800.         }
  801.        
  802.         .default-theme.des-mat .mv-page .mv-mask {
  803.             -webkit-transition: box-shadow 200ms, border 200ms
  804.         }
  805.        
  806.         .default-theme.des-mat .mv-page:hover .mv-mask,
  807.         .default-theme.des-mat .mv-page .mv-focused~.mv-mask {
  808.             box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.2)
  809.         }
  810.        
  811.         .des-mat .mv-page .mv-focused~.mv-mask {
  812.             -webkit-transition: box-shadow 200ms, border 200ms, background-color 100ms ease-in-out;
  813.             background: rgba(0, 0, 0, 0.3);
  814.             border-color: rgba(0, 0, 0, 0.3)
  815.         }
  816.        
  817.         .des-mat .mv-thumb,
  818.         .des-mat .mv-locthumb,
  819.         .des-mat .mv-locgradient,
  820.         .des-mat .mv-locfallback {
  821.             border: none;
  822.             border-radius: 0;
  823.             height: 94px;
  824.             left: 4px;
  825.             top: 32px;
  826.             width: 148px
  827.         }
  828.        
  829.         .des-mat .mv-title {
  830.             bottom: auto;
  831.             height: 15px;
  832.             left: 32px;
  833.             top: 9px;
  834.             width: 120px
  835.         }
  836.        
  837.         html[dir=rtl] .des-mat .mv-title {
  838.             left: auto;
  839.             right: 32px
  840.         }
  841.        
  842.         @media (-webkit-min-device-pixel-ratio:2) {
  843.             .des-mat .mv-title {
  844.                 top: 8px
  845.             }
  846.         }
  847.        
  848.         .des-mat .mv-locfallback .mv-dot-bg {
  849.             background: #fff;
  850.             height: 100%;
  851.             width: 100%
  852.         }
  853.        
  854.         .des-mat.light-text .mv-locfallback .mv-dot-bg {
  855.             background: #555
  856.         }
  857.        
  858.         .des-mat .mv-locfallback .mv-dot {
  859.             background-color: #f2f2f2;
  860.             border-radius: 8px;
  861.             display: block;
  862.             height: 16px;
  863.             left: 50%;
  864.             margin-left: -8px;
  865.             margin-top: -8px;
  866.             position: absolute;
  867.             top: 50%;
  868.             width: 16px
  869.         }
  870.        
  871.         .des-mat.light-text .mv-locfallback .mv-dot {
  872.             background-color: #333
  873.         }
  874.        
  875.         .des-mat .mv-locfallback img {
  876.             width: 148px
  877.         }
  878.        
  879.         .des-mat .mv-x {
  880.             border-radius: 2px;
  881.             height: 32px;
  882.             width: 32px
  883.         }
  884.        
  885.         .des-mat .mv-x .mv-x-inner {
  886.             -webkit-mask-image: -webkit-image-set(url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAALklEQVQI12NgaABCZADmNzD8RxKG8xDCKAogHFQ9UGE0IayCWLRjsQirk7A4HgDcDSHxzPGFWwAAAABJRU5ErkJggg==') 1x, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAV0lEQVQoz42TWw4AEAwE9+i9OR8EDV3jSzqTVB8kKRRyZ/JQUzPq4uNSqYnW6kXe6jN6B8s8GdiXb+gLPNSPllU/BCrC1LAY2B7YcDhCuBR4zfDiwq/QAfvmh51S6zwEAAAAAElFTkSuQmCC') 2x);
  887.             -webkit-mask-repeat: no-repeat;
  888.             -webkit-mask-size: 10px 10px;
  889.             background-color: rgba(90, 90, 90, 0.7);
  890.             height: 10px;
  891.             left: 50%;
  892.             margin-left: -5px;
  893.             margin-top: -5px;
  894.             position: absolute;
  895.             top: 50%;
  896.             width: 10px
  897.         }
  898.        
  899.         .des-mat.light-text .mv-x .mv-x-inner {
  900.             background-color: rgba(255, 255, 255, 0.7)
  901.         }
  902.        
  903.         .des-mat .mv-x:hover .mv-x-inner,
  904.         .des-mat #MlWgWe:focus .mv-x-inner {
  905.             background-color: rgb(90, 90, 90)
  906.         }
  907.        
  908.         .des-mat.light-text .mv-x:hover .mv-x-inner,
  909.         .des-mat.light-text #MlWgWe:focus .mv-x-inner {
  910.             background-color: rgb(255, 255, 255)
  911.         }
  912.        
  913.         .des-mat .mv-x:active .mv-x-inner,
  914.         .des-mat #MlWgWe:active .mv-x-inner {
  915.             background-color: rgb(66, 133, 244)
  916.         }
  917.        
  918.         .des-mat.light-text .mv-x:active .mv-x-inner,
  919.         .des-mat.light-text #MlWgWe:active .mv-x-inner {
  920.             background-color: rgba(255, 255, 255, 0.5)
  921.         }
  922.        
  923.         .des-mat .mv-page .mv-x {
  924.             background: linear-gradient(to right, transparent, rgb(242, 242, 242) 10%);
  925.             right: 0;
  926.             top: 0
  927.         }
  928.        
  929.         html[dir=rtl] .des-mat .mv-page .mv-x {
  930.             background: linear-gradient(to left, transparent, rgb(242, 242, 242) 10%);
  931.             left: 0;
  932.             right: auto
  933.         }
  934.        
  935.         .des-mat.light-text .mv-page .mv-x {
  936.             background: linear-gradient(to right, transparent, rgba(51, 51, 51, 0.9) 30%)
  937.         }
  938.        
  939.         html[dir=rtl] .des-mat.light-text .mv-page .mv-x {
  940.             background: linear-gradient(to left, transparent, rgba(51, 51, 51, 0.9) 30%)
  941.         }
  942.        
  943.         .des-mat .mv-fav {
  944.             left: 8px;
  945.             top: 8px
  946.         }
  947.        
  948.         html[dir=rtl] .des-mat .mv-fav {
  949.             left: auto;
  950.             right: 8px
  951.         }
  952.        
  953.         .des-mat #mv-noti-lks .mv-x,
  954.         .des-mat#mv-noti-error-lks .mv-x {
  955.             -webkit-transform: translate(0, -8px)
  956.         }
  957.        
  958.         .des-mat #mv-tiles {
  959.             width: 344px
  960.         }
  961.        
  962.         .des-mat #fkbx-text {
  963.             visibility: inherit
  964.         }
  965.        
  966.         .des-mat #fkbx {
  967.             width: 326px
  968.         }
  969.        
  970.         @media only screen and (min-width:700px) {
  971.             .des-mat #mv-tiles {
  972.                 width: 516px
  973.             }
  974.             .des-mat #fkbx {
  975.                 width: 498px
  976.             }
  977.         }
  978.        
  979.         @media only screen and (min-width:872px) {
  980.             .des-mat #mv-tiles {
  981.                 width: 688px
  982.             }
  983.             .des-mat #fkbx {
  984.                 width: 670px
  985.             }
  986.         }
  987.        
  988.         .des-ico {}
  989.        
  990.         .des-ico #most-visited {
  991.             margin-top: 63px
  992.         }
  993.        
  994.         .des-ico #mv-tiles {
  995.             background: rgba(255, 255, 255, 0.2);
  996.             border-radius: 4px;
  997.             height: 224px;
  998.             line-height: 112px;
  999.             margin-bottom: 20px;
  1000.             padding: 18px 6px
  1001.         }
  1002.        
  1003.         .des-ico.light-text #mv-tiles {
  1004.             background: rgba(0, 0, 0, 0.4)
  1005.         }
  1006.        
  1007.         .default-theme.des-ico #mv-tiles {
  1008.             background: none
  1009.         }
  1010.        
  1011.         .des-ico .mv-tile {
  1012.             border-radius: 2px;
  1013.             height: 108px;
  1014.             margin: 0 12px 4px 12px;
  1015.             width: 84px
  1016.         }
  1017.        
  1018.         .des-ico .mv-tile.mv-bl {
  1019.             -webkit-transform: scale(0);
  1020.             -webkit-transform-origin: 0 41px;
  1021.             margin-left: 0;
  1022.             margin-right: 0;
  1023.             width: 0
  1024.         }
  1025.        
  1026.         .des-ico .mv-mask {
  1027.             border-color: transparent;
  1028.             border-radius: 0;
  1029.             height: 100%;
  1030.             width: 100%;
  1031.             z-index: 5
  1032.         }
  1033.        
  1034.         .des-ico .mv-page .mv-focused~.mv-mask {
  1035.             -webkit-transition: none;
  1036.             background: rgba(0, 0, 0, 0.2);
  1037.             border: none;
  1038.             border-radius: 2px;
  1039.             box-shadow: none
  1040.         }
  1041.        
  1042.         .des-ico.light-text .mv-page .mv-focused~.mv-mask {
  1043.             background: rgba(255, 255, 255, 0.2)
  1044.         }
  1045.        
  1046.         .des-ico .mv-thumb,
  1047.         .des-ico .mv-locthumb,
  1048.         .des-ico .mv-locgradient,
  1049.         .des-ico .mv-locfallback {
  1050.             border: none;
  1051.             height: 48px;
  1052.             left: 50%;
  1053.             margin-left: -24px;
  1054.             position: absolute;
  1055.             top: 18px;
  1056.             width: 48px;
  1057.             z-index: 10
  1058.         }
  1059.        
  1060.         .des-ico .mv-title {
  1061.             bottom: auto;
  1062.             height: 28px;
  1063.             left: auto;
  1064.             right: auto;
  1065.             top: 76px;
  1066.             width: 100%;
  1067.             z-index: 10
  1068.         }
  1069.        
  1070.         .des-ico .mv-x {
  1071.             border-radius: 0;
  1072.             height: 16px;
  1073.             width: 16px;
  1074.             z-index: 15
  1075.         }
  1076.        
  1077.         .des-ico .mv-page .mv-x .mv-x-inner {
  1078.             display: none
  1079.         }
  1080.        
  1081.         .des-ico .mv-page .mv-x,
  1082.         .des-ico.light-text .mv-page .mv-x {
  1083.             background-color: transparent;
  1084.             background-image: -webkit-image-set(url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIxJREFUOMvlkz0KwCAMRnscDyJ6DBEdPIH/iPdWSInQDu1QpVs7uMS8R76IGyEE3pztgwLGGCilbo1CCKCUPgsQbq1BjPGsWWuh9w7GmLkIIYRT4pwbcK11bQfe+yFBuJSyvkScAmGUpJTWBDj6EeGYJOc8J9BaDwDBaxy8exRwzkFKeWvE2tQz/vAv7E36qwAYPrp5AAAAAElFTkSuQmCC') 1x, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAQ9JREFUWMPt1tsKRFAUBmCP46GcjyWHB5ILeTVcIHfOak1L2Ulj0GCa2kqp+fN/w9o7DMuy8MuToQAKoAAKOBIKwxCKogBVVXezHMdBHMcQBMF1gCzLAI+u60DTtM0cz/NQVdWUTZLkOgD+87ZtPyIEQYC6rqfMOI7guu61M7BG6LpOfhNFkZQPwwCe590zhO8QkiRB0zSk3HGce1fBGjGX930Ptm0/swwVRSGIGWJZ1nP7wPIpzADDMJ4BbL0CvDZN814ALr/1EMqy/BXiMADLsAAPRCx3xW8QzNlyLMIhXGeWy/HMTBwClGVJyrFoK7dE5Hl+HSCKoumGuN3uZTGTpin4vk+/ByiAAijgPwAvFKeuJTQjB0kAAAAASUVORK5CYII=') 2x);
  1085.             top: 10px
  1086.         }
  1087.        
  1088.         .des-ico #mv-noti-x {
  1089.             border-radius: 2px;
  1090.             height: 32px;
  1091.             width: 32px
  1092.         }
  1093.        
  1094.         .des-ico #mv-noti-x .mv-x-inner {
  1095.             -webkit-mask-image: -webkit-image-set(url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAALklEQVQI12NgaABCZADmNzD8RxKG8xDCKAogHFQ9UGE0IayCWLRjsQirk7A4HgDcDSHxzPGFWwAAAABJRU5ErkJggg==') 1x, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAV0lEQVQoz42TWw4AEAwE9+i9OR8EDV3jSzqTVB8kKRRyZ/JQUzPq4uNSqYnW6kXe6jN6B8s8GdiXb+gLPNSPllU/BCrC1LAY2B7YcDhCuBR4zfDiwq/QAfvmh51S6zwEAAAAAElFTkSuQmCC') 2x);
  1096.             -webkit-mask-repeat: no-repeat;
  1097.             -webkit-mask-size: 10px 10px;
  1098.             background-color: rgba(90, 90, 90, 0.7);
  1099.             height: 10px;
  1100.             left: 50%;
  1101.             margin-left: -5px;
  1102.             margin-top: -5px;
  1103.             position: absolute;
  1104.             top: 50%;
  1105.             width: 10px
  1106.         }
  1107.        
  1108.         .des-ico.light-text #mv-noti-x .mv-x-inner {
  1109.             background-color: rgba(255, 255, 255, 0.7)
  1110.         }
  1111.        
  1112.         .des-ico #mv-noti-x:hover .mv-x-inner,
  1113.         .des-ico #mv-noti-x:focus .mv-x-inner {
  1114.             background-color: rgb(90, 90, 90)
  1115.         }
  1116.        
  1117.         .des-ico.light-text #mv-noti-x:hover .mv-x-inner,
  1118.         .des-ico.light-text #mv-noti-x:focus .mv-x-inner {
  1119.             background-color: rgb(255, 255, 255)
  1120.         }
  1121.        
  1122.         .des-ico #mv-noti-x:active .mv-x-inner {
  1123.             background-color: rgb(66, 133, 244)
  1124.         }
  1125.        
  1126.         .des-ico.light-text #mv-noti-x:active .mv-x-inner {
  1127.             background-color: rgba(255, 255, 255, 0.5)
  1128.         }
  1129.        
  1130.         .des-ico .mv-page .mv-x {
  1131.             right: 10px
  1132.         }
  1133.        
  1134.         html[dir=rtl] .des-ico .mv-page .mv-x {
  1135.             left: 10px;
  1136.             right: auto
  1137.         }
  1138.        
  1139.         .des-ico .mv-fav {
  1140.             left: 8px;
  1141.             top: 8px
  1142.         }
  1143.        
  1144.         html[dir=rtl] .des-ico .mv-fav {
  1145.             left: auto;
  1146.             right: 8px
  1147.         }
  1148.        
  1149.         .des-ico #mv-noti-lks .mv-x,
  1150.         .des-ico#mv-noti-error-lks .mv-x {
  1151.             -webkit-transform: translate(0, -8px)
  1152.         }
  1153.        
  1154.         .des-ico #fkbx-text {
  1155.             visibility: inherit
  1156.         }
  1157.        
  1158.         .des-ico #mv-noti {
  1159.             margin-top: 30px
  1160.         }
  1161.        
  1162.         .des-ico #mv-tiles {
  1163.             width: 216px
  1164.         }
  1165.        
  1166.         .des-ico #fkbx {
  1167.             width: 454px
  1168.         }
  1169.        
  1170.         @media only screen and (min-width:764px) {
  1171.             .des-ico #mv-tiles {
  1172.                 width: 324px
  1173.             }
  1174.             .des-ico #fkbx {
  1175.                 width: 562px
  1176.             }
  1177.         }
  1178.        
  1179.         @media only screen and (min-width:872px) {
  1180.             .des-ico #mv-tiles {
  1181.                 width: 432px
  1182.             }
  1183.             .des-ico #fkbx {
  1184.                 width: 670px
  1185.             }
  1186.         }
  1187.        
  1188.         .fkbx-drgfcs {}
  1189.        
  1190.         #fkbx_crt {}
  1191.        
  1192.         .fkbxfcs {}
  1193.        
  1194.         .fkbx-drgfcs #fkbx-text,
  1195.         .fkbxfcs #fkbx-text {
  1196.             visibility: hidden
  1197.         }
  1198.        
  1199.         .fkbx-drgfcs #fkbx_crt {
  1200.             visibility: inherit
  1201.         }
  1202.     </style>
  1203.     <link href="chrome-search://local-ntp/theme.css" rel="stylesheet" type="text/css" nonce="n8F3efXo0cinG+Q0gNHlDw==">
  1204.     <style>
  1205.         .s2er {}
  1206.        
  1207.         .s2fp {}
  1208.        
  1209.         .s2fp-h {}
  1210.        
  1211.         .s2ml {}
  1212.        
  1213.         .s2ra {}
  1214.        
  1215.         .s2tb {}
  1216.        
  1217.         .s2tb-h {}
  1218.        
  1219.         .spch {}
  1220.        
  1221.         .spchc {}
  1222.        
  1223.         .spch-dlg {
  1224.             background: transparent;
  1225.             border: none
  1226.         }
  1227.        
  1228.         .spch {
  1229.             background: #fff;
  1230.             height: 100%;
  1231.             left: 0;
  1232.             opacity: 0;
  1233.             overflow: hidden;
  1234.             position: fixed;
  1235.             text-align: left;
  1236.             top: 0;
  1237.             visibility: hidden;
  1238.             width: 100%;
  1239.             z-index: 10000;
  1240.             transition: visibility 0s linear 0.218s, background-color 0.218s
  1241.         }
  1242.        
  1243.         .s2fp.spch {
  1244.             opacity: 1;
  1245.             visibility: visible;
  1246.             transition-delay: 0s
  1247.         }
  1248.        
  1249.         .s2tb-h.spch {
  1250.             background: rgba(255, 255, 255, 0);
  1251.             opacity: 0;
  1252.             visibility: hidden
  1253.         }
  1254.        
  1255.         .s2tb.spch {
  1256.             background: rgba(255, 255, 255, 0);
  1257.             opacity: 1;
  1258.             visibility: visible;
  1259.             transition-delay: 0s
  1260.         }
  1261.        
  1262.         .close-button {
  1263.             background: none;
  1264.             border: none;
  1265.             color: #777;
  1266.             cursor: pointer;
  1267.             font-size: 26px;
  1268.             right: 0;
  1269.             height: 11px;
  1270.             line-height: 15px;
  1271.             margin: 15px;
  1272.             opacity: .6;
  1273.             padding: 0;
  1274.             position: absolute;
  1275.             top: 0;
  1276.             width: 15px;
  1277.             z-index: 10
  1278.         }
  1279.        
  1280.         .close-button:hover {
  1281.             opacity: .8
  1282.         }
  1283.        
  1284.         .close-button:active {
  1285.             opacity: 1
  1286.         }
  1287.        
  1288.         .google-logo {
  1289.             background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAABACAQAAAAKENVCAAAI/ElEQVR4Ae3ae3BU5RnH8e/ZTbIhhIRbRIJyCZcEk4ZyE4RBAiRBxRahEZBLQYUZAjIgoLUWB6wjKIK2MtAqOLVUKSqWQW0ZaOQq0IFAIZVrgFQhXAOShITEbHY7407mnPfc8u6ya2f0fN6/9rzvc87Z39nbed/l/8OhIKMDQ+hHKp1JJB6FKq5QQhH72MZ1IsDRhvkU4bds9WxlLNE4wqg9q6jBL9G+4knc/HB9qXmuG4goD89TjT+IVkimE/zt6sYh/EG3WmaiOMGHbgQ38YfY3ibKCV6GMabHWY0bo+Ps5jjnuYlCczrSk8Hcgd5U1rONoDnG48Ova2W8RGeMXAxiHfWakT4mOx81oRiG1/C5vYh47KSx5fZid4JvxxVd7MdIp3EK06kNNXYneIWtutgLaIasQUwkJE7wE3SxbycWR8SD93BOiL2YRBwRDN5FwOPchaqecZQTQQ4XAApz0FrFQSLPwQD8mlZNEt8L5841D62/cJVIi2cgPelEAlBOCYfYSxXymjKAXqSQAFRwloPspRp5dzOMHiTThEqK2c1OvGHIsg/30YUWKHzDKfZwEB+2xBn3gUSSwmA+MpluruYDySMPYD23TOrX0V/q+CPZYai+yHw8wKscbmhMD+IVfyevcMlkuvxXxGOphTD4Gi4iJ40C/DZtM12wk8Lfbes/oSN27mGPZW0RnVmvebxIMng3z1Bluddz5Mh9wm8icqZIzPHfZDxW8qhotL6cUVh5zP74XOBg0MEnsgW/bfMxzyIOYdgSIuV5/JJtPmZmSlb7mI6ZGTLVQQafSKHUvp7BxFxhSD6N8UsH4An5aT+J3mNB1T+K3hj8YQ/ezRbpvY3CYKEwYFLYgvfTkQZ9qTN8nS3lIdJJZwTLDdNztfwUrTTDp+hllmnqrxo+sLqi1dWwuFPKYnK5h0we5c/UhhT8fF1FHWsZTis8dGAyB4S+67RF5wVhwC/DGHxvAqI4Imyv50Vi0YpjsW4l4AAuGii63yE+lhCHVlOW6o79TxRN/ee64y/SHb8TO4MOvq3uYh6iO1oufiP0r0VnjtA9K4zBDzSdgKtjJGbyqBfG5dFguC62sZiZoLt0Qy3qvYzCKIZNQQYvXupdxGO0Rni5dLebl1wexuD7A4DuC+gprMwTxu2hwT+E7c9iZYEw7lMaiBPeczAXT3EQwcdwTbP1Eq3RiyaPvcIe/4igj9C5NYzBpwOQKmzbh4IVF4dMviOShHfCEdxYieKY8M5qCUCy8E4oxIWVnwcRfK4wdhqitiyk1JBHJc3UU4UT+HDRYADR1GEnB2s9WYrqssn41/BjxcdrrEOVzRogS4hqOfVY8fI6qzWXYTAbgRwUVMvwYeUzzpKCnMGobvIeDRTuZyajiMLoMG2oRONfwnV5kNDNFH5ZKAD8SbPtFrHYaSr8+nkLgCXC53sCdloJz+RlAFYJv5bisPOG9Cv+U+F+O6AZM4Sx2iz+QKZxWrgArSmEbiAIpwvQGdV/qMFOFUdRdTbUn6QCO9c4bajvJhy/GjuFyOqEqhhIZyUXWEk6esd4imTyKTIG/1e08kghNNEMR7WfgERUpTTmPKrmIdSXGupbiHu3dQFZCagy2MGXzCAekZcPySKDlVSYTwsf5QB9aeBiCWMJxcO0RPU5AW5UPuyJI9xhr/diz4ssF6ohGJXyFmu42Fj5MrTGMILgKTyHqpoCAipR3YE9cURFWOorUCVhrzWyKrFWwGg68hIXG79uGziG1rt0IFhPcC+qj6gioARVJm7sRPMTVCWG+u54sBNHqm19Ji7sZCDrv5gp53ekkcNGvHJvGB+zdVd+M60JRi/eREt9VIQqgfuxM5Q4VEcM9R5ysfMAUaA78iFUzRmIfb2sw+j9m6m042lOEqS1hv+R3Y2svpSJCxJCn9hjR5ztywSgg7BtGwpWFHYLY+8CIB2/5Jppj5BvoE7Qz/a8bCVSrIv+quQrYCLVQl0NXVEpnBF6f4aVX+guvELAPmH7GMk/ZX1BgKJb2szBnEJBEMFHUyY841SsjGcr7bGVabLC8z6dsJPC3ww1sxE9LfTeoAdmeumOPkNzYcUb776Y6aebOh5Hg6m6l1MaZhYGOUn2sjD6MAmYyeIWfiqYhoKNLJNlaC/ryCUGvRhyWUedYfx7KIiack4XfZ5ujMI4XewlxIpzMEL04w31k3STtEW4NWd6Uugr4yFEHt4Ielo4iRvC+P20R6QwTZPnFtpjI4dKi5veAlbwLPnM4NesZDs3Tcd9RgxGIw3jdjCeO1FQSGYiuw39D6A1CJ+u/wsm0pZA/STDEnY9A9DKMtRvZjStAIVOzOJMSAsh+YaMltGXGEChHVPYr+s/igsbPTmHP8T2IR7MvW46voZa0+2voLfAor7GdPtz6C0yHVfNt4S+9KewwXTJ8xtumWyv5T6w14pNIYTu40VcWHHzvvSe3sWFnsIq6foVKCb1qyOw2N2EnZJ7+5aRSFAYS2lQp3maLOy5WS61pyW4MKOwCJ/E5X8BBTMuXsW+tpITQQYPcXws8Zyuk420eOZyQSqqy8zDg4yH+cp2T2cYjp1sim3rTzEEO4/YPKNL9AvpD00K+ZTbnZXwc1KSh9FspNrmDbSZicQirwmzLMI7Qb7EnjxM57hp/TGmEUNjEljAZUNtHW/TGvhA+J6QCx4gicVcNT2r7TyIgoEiGf+99CeVLiTSDKimjK85QSH7qCJ4Cr0YRi9SaI6fG5zlIAUcwS9d34Nsen9Xz3f1hRRQJF0fzVCyyaQdcZRzil18zCUAPtHc3s3mTYIRzWCGkEEH4vFSxmn2s5kSJDgOGP/l4Ii8aOHetzeOsIhiNAX0wVq28O3lwXHbklnIeQJ/PHJhQbh72YXjts3Eq4n0t5h7BL+mzcVx29Kpxy9E70IvV5h7qiEJRxiswC+0feTgJkAhg3d098S/J8IUfhziOUAaouscoYJmpNIO0WXSuYYjLLpxFb9U85KNI4wyKJWKfQKOMEtmm33sXCCbCHC4mMxZIWpx/aglEeNwM4J3KNb8jvmaDTxBIt8jhR8vD22IpYYr1PBD5HA4HP8DxVcxdwELEFUAAAAASUVORK5CYII=) no-repeat center;
  1290.             background-size: 94px 32px;
  1291.             height: 32px;
  1292.             width: 94px;
  1293.             top: 8px;
  1294.             opacity: 0;
  1295.             float: right;
  1296.             left: 255px;
  1297.             pointer-events: none;
  1298.             position: relative;
  1299.             transition: opacity .5s ease-in, left .5s ease-in
  1300.         }
  1301.        
  1302.         .s2tb .google-logo {
  1303.             opacity: 0.54;
  1304.             left: 270px;
  1305.             transition: opacity .5s ease-out, left .5s ease-out
  1306.         }
  1307.        
  1308.         .spchc {
  1309.             display: block;
  1310.             height: 42px;
  1311.             position: absolute;
  1312.             pointer-events: none
  1313.         }
  1314.        
  1315.         .s2fp .spchc,
  1316.         .s2fp-h .spchc {
  1317.             margin: auto;
  1318.             margin-top: 312px;
  1319.             max-width: 572px;
  1320.             min-width: 534px;
  1321.             padding: 0 223px;
  1322.             position: relative;
  1323.             top: 0
  1324.         }
  1325.        
  1326.         .s2tb .spchc,
  1327.         .s2tb-h .spchc {
  1328.             background: #fff;
  1329.             box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  1330.             margin: 0;
  1331.             min-width: 100%;
  1332.             overflow: hidden;
  1333.             padding: 51px 0 50px 126px;
  1334.             position: absolute
  1335.         }
  1336.        
  1337.         .D449Nc {
  1338.             height: 100%;
  1339.             opacity: .1;
  1340.             pointer-events: none;
  1341.             width: 100%;
  1342.             transition: opacity .318s ease-in
  1343.         }
  1344.        
  1345.         .s2tb-h .D449Nc,
  1346.         .s2tb .D449Nc {
  1347.             height: 100%;
  1348.             width: 572px;
  1349.             transition: opacity .318s ease-in
  1350.         }
  1351.        
  1352.         .s2ml .D449Nc,
  1353.         .s2ra .D449Nc,
  1354.         .s2er .D449Nc {
  1355.             opacity: 1;
  1356.             transition: opacity 0s
  1357.         }
  1358.        
  1359.         .button {
  1360.             background-color: #fff;
  1361.             border: 1px solid #eee;
  1362.             border-radius: 100%;
  1363.             bottom: 0;
  1364.             box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  1365.             cursor: pointer;
  1366.             display: inline-block;
  1367.             left: 0;
  1368.             opacity: 0;
  1369.             pointer-events: none;
  1370.             position: absolute;
  1371.             right: 0;
  1372.             top: 0;
  1373.             transition: background-color 0.218s, border 0.218s, box-shadow 0.218s
  1374.         }
  1375.        
  1376.         .s2tb-h .button {
  1377.             left: -83px;
  1378.             opacity: 0;
  1379.             pointer-events: none;
  1380.             position: absolute;
  1381.             top: -83px;
  1382.             transition-delay: 0
  1383.         }
  1384.        
  1385.         .s2fp-h .button {
  1386.             opacity: 0;
  1387.             pointer-events: none;
  1388.             position: absolute;
  1389.             transition-delay: 0
  1390.         }
  1391.        
  1392.         .s2fp .button,
  1393.         .s2tb .button {
  1394.             opacity: 1;
  1395.             pointer-events: auto;
  1396.             position: absolute;
  1397.             transform: scale(1);
  1398.             transition-delay: 0
  1399.         }
  1400.        
  1401.         .s2ra .button {
  1402.             background-color: #ff4444;
  1403.             border: 0;
  1404.             box-shadow: none
  1405.         }
  1406.        
  1407.         .r8s4j {
  1408.             background-color: #dbdbdb;
  1409.             border-radius: 100%;
  1410.             display: inline-block;
  1411.             height: 301px;
  1412.             left: -69px;
  1413.             opacity: 1;
  1414.             pointer-events: none;
  1415.             position: absolute;
  1416.             top: -69px;
  1417.             width: 301px;
  1418.             transform: scale(.01);
  1419.             transition: opacity 0.218s
  1420.         }
  1421.        
  1422.         .s2tb-h .r8s4j,
  1423.         .s2tb .r8s4j {
  1424.             height: 151px;
  1425.             left: -28px;
  1426.             top: -28px;
  1427.             width: 151px
  1428.         }
  1429.        
  1430.         .Q05LFe {
  1431.             float: right;
  1432.             pointer-events: none;
  1433.             position: relative;
  1434.             transition: transform 0.218s, opacity 0.218s ease-in
  1435.         }
  1436.        
  1437.         .s2fp-h .Q05LFe,
  1438.         .s2fp .Q05LFe {
  1439.             height: 165px;
  1440.             right: -70px;
  1441.             top: -70px;
  1442.             width: 165px
  1443.         }
  1444.        
  1445.         .s2fp-h .Q05LFe,
  1446.         .s2tb-h .Q05LFe {
  1447.             transform: scale(.1)
  1448.         }
  1449.        
  1450.         .s2fp .Q05LFe,
  1451.         .s2tb .Q05LFe {
  1452.             transform: scale(1)
  1453.         }
  1454.        
  1455.         .s2tb-h .Q05LFe,
  1456.         .s2tb .Q05LFe {
  1457.             height: 95px;
  1458.             right: -31px;
  1459.             top: -27px;
  1460.             width: 95px
  1461.         }
  1462.        
  1463.         .s2ra .button:active {
  1464.             background-color: #cd0000
  1465.         }
  1466.        
  1467.         .button:active {
  1468.             background-color: #eee
  1469.         }
  1470.        
  1471.         .H1aTHf {
  1472.             height: 87px;
  1473.             left: 43px;
  1474.             pointer-events: none;
  1475.             position: absolute;
  1476.             top: 47px;
  1477.             width: 42px;
  1478.             transform: scale(1)
  1479.         }
  1480.        
  1481.         .s2tb-h .H1aTHf,
  1482.         .s2tb .H1aTHf {
  1483.             left: 17px;
  1484.             top: 7px;
  1485.             transform: scale(.53)
  1486.         }
  1487.        
  1488.         .fcn9Hf {
  1489.             background-color: #999;
  1490.             border-radius: 30px;
  1491.             height: 46px;
  1492.             left: 25px;
  1493.             pointer-events: none;
  1494.             position: absolute;
  1495.             width: 24px
  1496.         }
  1497.        
  1498.         .sM5MNb {
  1499.             bottom: 0;
  1500.             height: 53px;
  1501.             left: 11px;
  1502.             overflow: hidden;
  1503.             pointer-events: none;
  1504.             position: absolute;
  1505.             width: 52px
  1506.         }
  1507.        
  1508.         .Aax87c {
  1509.             background-color: #999;
  1510.             bottom: 14px;
  1511.             height: 14px;
  1512.             left: 22px;
  1513.             pointer-events: none;
  1514.             position: absolute;
  1515.             width: 9px;
  1516.             z-index: 1
  1517.         }
  1518.        
  1519.         .ae3xF {
  1520.             border: 7px solid #999;
  1521.             border-radius: 28px;
  1522.             bottom: 27px;
  1523.             height: 57px;
  1524.             pointer-events: none;
  1525.             position: absolute;
  1526.             width: 38px;
  1527.             z-index: 0
  1528.         }
  1529.        
  1530.         .s2ml .fcn9Hf,
  1531.         .s2ml .Aax87c {
  1532.             background-color: #f44
  1533.         }
  1534.        
  1535.         .s2ml .ae3xF {
  1536.             border-color: #f44
  1537.         }
  1538.        
  1539.         .s2ra .fcn9Hf,
  1540.         .s2ra .Aax87c {
  1541.             background-color: #fff
  1542.         }
  1543.        
  1544.         .s2ra .ae3xF {
  1545.             border-color: #fff
  1546.         }
  1547.        
  1548.         .spcht {}
  1549.        
  1550.         .spchta {}
  1551.        
  1552.         .spch-2l {}
  1553.        
  1554.         .spch-3l {}
  1555.        
  1556.         .spch-4l {}
  1557.        
  1558.         .spch-5l {}
  1559.        
  1560.         .otCIDb {
  1561.             pointer-events: none
  1562.         }
  1563.        
  1564.         .s2fp-h .otCIDb,
  1565.         .s2fp .otCIDb {
  1566.             position: absolute
  1567.         }
  1568.        
  1569.         .s2tb-h .otCIDb,
  1570.         .s2tb .otCIDb {
  1571.             position: relative
  1572.         }
  1573.        
  1574.         .spcht {
  1575.             font-weight: normal;
  1576.             line-height: 1.2;
  1577.             opacity: 0;
  1578.             pointer-events: none;
  1579.             position: absolute;
  1580.             text-align: left;
  1581.             -webkit-font-smoothing: antialiased;
  1582.             transition: opacity .1s ease-in, margin-left .5s ease-in, top 0s linear 0.218s
  1583.         }
  1584.        
  1585.         .s2fp-h .spcht {
  1586.             margin-left: 44px
  1587.         }
  1588.        
  1589.         .s2tb-h .spcht {
  1590.             margin-left: 32px
  1591.         }
  1592.        
  1593.         .s2fp-h .spcht,
  1594.         .s2fp .spcht {
  1595.             font-size: 32px;
  1596.             left: -44px;
  1597.             top: -.2em;
  1598.             width: 460px
  1599.         }
  1600.        
  1601.         .s2tb-h .spcht,
  1602.         .s2tb .spcht {
  1603.             font-size: 27px;
  1604.             left: 7px;
  1605.             top: .2em;
  1606.             width: 490px
  1607.         }
  1608.        
  1609.         .s2fp .spcht,
  1610.         .s2tb .spcht {
  1611.             margin-left: 0;
  1612.             opacity: 1;
  1613.             transition: opacity .5s ease-out, margin-left .5s ease-out
  1614.         }
  1615.        
  1616.         .spchta {
  1617.             color: #1155cc;
  1618.             cursor: pointer;
  1619.             font-size: 18px;
  1620.             font-weight: 500;
  1621.             pointer-events: auto;
  1622.             text-decoration: underline
  1623.         }
  1624.        
  1625.         .spch-2l.spcht,
  1626.         .spch-3l.spcht,
  1627.         .spch-4l.spcht {
  1628.             transition: top 0.218s ease-out
  1629.         }
  1630.        
  1631.         .spch-2l.spcht {
  1632.             top: -.6em
  1633.         }
  1634.        
  1635.         .spch-3l.spcht {
  1636.             top: -1.3em
  1637.         }
  1638.        
  1639.         .spch-4l.spcht {
  1640.             top: -1.7em
  1641.         }
  1642.        
  1643.         .s2fp .spch-5l.spcht {
  1644.             top: -2.5em
  1645.         }
  1646.        
  1647.         .s2tb .spch-5l.spcht {
  1648.             font-size: 24px;
  1649.             top: -1.7em;
  1650.             transition: font-size 0.218s ease-out
  1651.         }
  1652.        
  1653.         .s2wfp {}
  1654.        
  1655.         .GuIecd {
  1656.             margin-top: -100px;
  1657.             opacity: 0;
  1658.             pointer-events: none;
  1659.             position: absolute;
  1660.             width: 500px;
  1661.             transition: opacity 0.218s ease-in, margin-top .4s ease-in
  1662.         }
  1663.        
  1664.         .s2wfp .GuIecd {
  1665.             margin-top: -300px;
  1666.             opacity: 1;
  1667.             transition: opacity .5s ease-out 0.218s, margin-top 0.218s ease-out 0.218s
  1668.         }
  1669.        
  1670.         .bQ9ks {
  1671.             box-shadow: 0 1px 0px #4285F4;
  1672.             height: 80px;
  1673.             left: 0;
  1674.             margin: 0;
  1675.             opacity: 0;
  1676.             pointer-events: none;
  1677.             position: fixed;
  1678.             right: 0;
  1679.             top: -80px;
  1680.             transition: opacity 0.218s, box-shadow 0.218s
  1681.         }
  1682.        
  1683.         .s2wfp .bQ9ks {
  1684.             box-shadow: 0 1px 80px #4285F4;
  1685.             opacity: 1;
  1686.             pointer-events: none;
  1687.             animation: allow-alert .75s 0 infinite;
  1688.             animation-direction: alternate;
  1689.             animation-timing-function: ease-out;
  1690.             transition: opacity 0.218s, box-shadow 0.218s
  1691.         }
  1692.        
  1693.         @-webkit-keyframes allow-alert {
  1694.             from {
  1695.                 opacity: 1
  1696.             }
  1697.             to {
  1698.                 opacity: .35
  1699.             }
  1700.         }
  1701.     </style>
  1702.     <link href="//ssl.gstatic.com/chrome/components/doodle-notifier-02.html" rel="import" nonce="n8F3efXo0cinG+Q0gNHlDw==">
  1703.     <meta content="none" name="robots">
  1704.     <script nonce="n8F3efXo0cinG+Q0gNHlDw==">
  1705.         (function() {
  1706.             window.google = {
  1707.                 kEI: 'h2sWW7GaEIT6wAL-_rDIDw',
  1708.                 kEXPI: '31',
  1709.                 authuser: 0,
  1710.                 kscs: 'c9c918f0_h2sWW7GaEIT6wAL-_rDIDw',
  1711.                 kGL: 'BG'
  1712.             };
  1713.             google.kHL = 'bg';
  1714.         })();
  1715.         google.time = function() {
  1716.             return (new Date).getTime()
  1717.         };
  1718.         (function() {
  1719.             google.lc = [];
  1720.             google.li = 0;
  1721.             google.getEI = function(a) {
  1722.                 for (var b; a && (!a.getAttribute || !(b = a.getAttribute("eid")));) a = a.parentNode;
  1723.                 return b || google.kEI
  1724.             };
  1725.             google.getLEI = function(a) {
  1726.                 for (var b = null; a && (!a.getAttribute || !(b = a.getAttribute("leid")));) a = a.parentNode;
  1727.                 return b
  1728.             };
  1729.             google.https = function() {
  1730.                 return "https:" == window.location.protocol
  1731.             };
  1732.             google.ml = function() {
  1733.                 return null
  1734.             };
  1735.             google.wl = function(a, b) {
  1736.                 try {
  1737.                     google.ml(Error(a), !1, b)
  1738.                 } catch (d) {}
  1739.             };
  1740.             google.log = function(a, b, d, c, g) {
  1741.                 if (a = google.logUrl(a, b, d, c, g)) {
  1742.                     b = new Image;
  1743.                     var e = google.lc,
  1744.                         f = google.li;
  1745.                     e[f] = b;
  1746.                     b.onerror = b.onload = b.onabort = function() {
  1747.                         delete e[f]
  1748.                     };
  1749.                     google.vel && google.vel.lu && google.vel.lu(a);
  1750.                     b.src = a;
  1751.                     google.li = f + 1
  1752.                 }
  1753.             };
  1754.             google.logUrl = function(a, b, d, c, g) {
  1755.                 var e = "",
  1756.                     f = google.ls || "";
  1757.                 d || -1 != b.search("&ei=") || (e = "&ei=" + google.getEI(c), -1 == b.search("&lei=") && (c = google.getLEI(c)) && (e += "&lei=" + c));
  1758.                 c = "";
  1759.                 !d && google.cshid && -1 == b.search("&cshid=") && (c = "&cshid=" + google.cshid);
  1760.                 a = d || "/" + (g || "gen_204") + "?atyp=i&ct=" + a + "&cad=" + b + e + f + "&zx=" + google.time() + c;
  1761.                 /^http:/i.test(a) && google.https() && (google.ml(Error("a"), !1, {
  1762.                     src: a,
  1763.                     glmm: 1
  1764.                 }), a = "");
  1765.                 return a
  1766.             };
  1767.         }).call(this);
  1768.         (function() {
  1769.             google.y = {};
  1770.             google.x = function(a, b) {
  1771.                 if (a) var c = a.id;
  1772.                 else {
  1773.                     do c = Math.random(); while (google.y[c])
  1774.                 }
  1775.                 google.y[c] = [a, b];
  1776.                 return !1
  1777.             };
  1778.             google.lm = [];
  1779.             google.plm = function(a) {
  1780.                 google.lm.push.apply(google.lm, a)
  1781.             };
  1782.             google.lq = [];
  1783.             google.load = function(a, b, c) {
  1784.                 google.lq.push([
  1785.                     [a], b, c
  1786.                 ])
  1787.             };
  1788.             google.loadAll = function(a, b) {
  1789.                 google.lq.push([a, b])
  1790.             };
  1791.         }).call(this);
  1792.         google.f = {};
  1793.         (function() {
  1794.             google.hs = {
  1795.                 h: true
  1796.             };
  1797.         })();
  1798.         (function() {
  1799.             google.c = {
  1800.                 c: {
  1801.                     a: true,
  1802.                     d: true,
  1803.                     m: true,
  1804.                     n: false,
  1805.                     p: false
  1806.                 }
  1807.             };
  1808.             google.sn = 'newtab';
  1809.             (function() {
  1810.                 var e = function(a, b, c) {
  1811.                         a.addEventListener ? a.removeEventListener(b, c, !1) : a.attachEvent && a.detachEvent("on" + b, c)
  1812.                     },
  1813.                     g = function(a, b, c) {
  1814.                         f.push({
  1815.                             g: a,
  1816.                             h: b,
  1817.                             i: c
  1818.                         });
  1819.                         a.addEventListener ? a.addEventListener(b, c, !1) : a.attachEvent && a.attachEvent("on" + b, c)
  1820.                     },
  1821.                     f = [];
  1822.                 google.timers = {};
  1823.                 google.startTick = function(a, b) {
  1824.                     var c = b && google.timers[b].t ? google.timers[b].t.start : google.time();
  1825.                     google.timers[a] = {
  1826.                         t: {},
  1827.                         e: {},
  1828.                         m: {}
  1829.                     };
  1830.                     var d = window.performance;
  1831.                     d && (google.c.c.p && d.timing ? (c = d.timing.responseStart, google.timers[a].wsrt = c - d.timing.navigationStart) : d.now && (google.timers[a].wsrt = Math.floor(d.now())));
  1832.                     google.timers[a].t.start = c
  1833.                 };
  1834.                 google.tick = function(a, b, c) {
  1835.                     google.timers[a] || google.startTick(a);
  1836.                     c = void 0 !== c ? c : google.time();
  1837.                     b instanceof Array || (b = [b]);
  1838.                     for (var d = 0; d < b.length; ++d) google.timers[a].t[b[d].clearcut] = {
  1839.                         key: b[d],
  1840.                         ts: c
  1841.                     }
  1842.                 };
  1843.                 google.c.e = function(a, b, c) {
  1844.                     google.timers[a].e[b] = c
  1845.                 };
  1846.                 google.c.b = function(a) {
  1847.                     var b = google.timers.load.m;
  1848.                     b[a] && google.wl("ch_mab", {
  1849.                         m: a
  1850.                     });
  1851.                     b[a] = !0
  1852.                 };
  1853.                 google.c.u = function(a) {
  1854.                     var b = google.timers.load.m;
  1855.                     if (b[a]) {
  1856.                         b[a] = !1;
  1857.                         for (a in b)
  1858.                             if (b[a]) return;
  1859.                         google.csiReport()
  1860.                     } else google.wl("ch_mnb", {
  1861.                         m: a
  1862.                     })
  1863.                 };
  1864.                 google.rll = function(a, b, c) {
  1865.                     var d = function(b) {
  1866.                         c(b);
  1867.                         e(a, "load", d);
  1868.                         e(a, "error", d)
  1869.                     };
  1870.                     g(a, "load", d);
  1871.                     b && g(a, "error", d)
  1872.                 };
  1873.                 google.ull = function() {
  1874.                     for (var a; a = f.shift();) e(a.g, a.h, a.i)
  1875.                 };
  1876.                 google.afte = !0;
  1877.                 google.aft = function(a) {
  1878.                     google.c.c.a && google.afte && (google.timers.aft || google.startTick("aft"), google.timers.aft.t[a.id || a.src || a.name] = google.time())
  1879.                 };
  1880.                 google.startTick("webaft");
  1881.                 google.startTick("load");
  1882.                 google.c.b("pr");
  1883.                 google.c.b("xe");
  1884.             }).call(this);
  1885.         })();
  1886.         (function() {
  1887.             var k = this,
  1888.                 l = function() {},
  1889.                 t = Date.now || function() {
  1890.                     return +new Date
  1891.                 };
  1892.             var v = Array.prototype.filter ? function(a, d) {
  1893.                 return Array.prototype.filter.call(a, d, void 0)
  1894.             } : function(a, d) {
  1895.                 for (var b = a.length, c = [], e = 0, f = "string" == typeof a ? a.split("") : a, n = 0; n < b; n++)
  1896.                     if (n in f) {
  1897.                         var g = f[n];
  1898.                         d.call(void 0, g, n, a) && (c[e++] = g)
  1899.                     }
  1900.                 return c
  1901.             };
  1902.             var w = {};
  1903.             var B = function(a, d) {
  1904.                 if (null === d) return !1;
  1905.                 if ("contains" in a && 1 == d.nodeType) return a.contains(d);
  1906.                 if ("compareDocumentPosition" in a) return a == d || !!(a.compareDocumentPosition(d) & 16);
  1907.                 for (; d && a != d;) d = d.parentNode;
  1908.                 return d == a
  1909.             };
  1910.             var C = function(a, d) {
  1911.                     return function(b) {
  1912.                         b || (b = window.event);
  1913.                         return d.call(a, b)
  1914.                     }
  1915.                 },
  1916.                 D = function(a) {
  1917.                     a = a.target || a.srcElement;
  1918.                     !a.getAttribute && a.parentNode && (a = a.parentNode);
  1919.                     return a
  1920.                 },
  1921.                 E = "undefined" != typeof navigator && /Macintosh/.test(navigator.userAgent),
  1922.                 aa = "undefined" != typeof navigator && !/Opera/.test(navigator.userAgent) && /WebKit/.test(navigator.userAgent),
  1923.                 ba = {
  1924.                     A: 1,
  1925.                     INPUT: 1,
  1926.                     TEXTAREA: 1,
  1927.                     SELECT: 1,
  1928.                     BUTTON: 1
  1929.                 },
  1930.                 ca = function() {
  1931.                     this._mouseEventsPrevented = !0
  1932.                 },
  1933.                 F = {
  1934.                     A: 13,
  1935.                     BUTTON: 0,
  1936.                     CHECKBOX: 32,
  1937.                     COMBOBOX: 13,
  1938.                     GRIDCELL: 13,
  1939.                     LINK: 13,
  1940.                     LISTBOX: 13,
  1941.                     MENU: 0,
  1942.                     MENUBAR: 0,
  1943.                     MENUITEM: 0,
  1944.                     MENUITEMCHECKBOX: 0,
  1945.                     MENUITEMRADIO: 0,
  1946.                     OPTION: 0,
  1947.                     RADIO: 32,
  1948.                     RADIOGROUP: 32,
  1949.                     RESET: 0,
  1950.                     SUBMIT: 0,
  1951.                     TAB: 0,
  1952.                     TREE: 13,
  1953.                     TREEITEM: 13
  1954.                 },
  1955.                 G = function(a) {
  1956.                     return (a.getAttribute("type") || a.tagName).toUpperCase() in da
  1957.                 },
  1958.                 H = function(a) {
  1959.                     return (a.getAttribute("type") || a.tagName).toUpperCase() in ea
  1960.                 },
  1961.                 da = {
  1962.                     CHECKBOX: !0,
  1963.                     OPTION: !0,
  1964.                     RADIO: !0
  1965.                 },
  1966.                 ea = {
  1967.                     COLOR: !0,
  1968.                     DATE: !0,
  1969.                     DATETIME: !0,
  1970.                     "DATETIME-LOCAL": !0,
  1971.                     EMAIL: !0,
  1972.                     MONTH: !0,
  1973.                     NUMBER: !0,
  1974.                     PASSWORD: !0,
  1975.                     RANGE: !0,
  1976.                     SEARCH: !0,
  1977.                     TEL: !0,
  1978.                     TEXT: !0,
  1979.                     TEXTAREA: !0,
  1980.                     TIME: !0,
  1981.                     URL: !0,
  1982.                     WEEK: !0
  1983.                 },
  1984.                 fa = {
  1985.                     A: !0,
  1986.                     AREA: !0,
  1987.                     BUTTON: !0,
  1988.                     DIALOG: !0,
  1989.                     IMG: !0,
  1990.                     INPUT: !0,
  1991.                     LINK: !0,
  1992.                     MENU: !0,
  1993.                     OPTGROUP: !0,
  1994.                     OPTION: !0,
  1995.                     PROGRESS: !0,
  1996.                     SELECT: !0,
  1997.                     TEXTAREA: !0
  1998.                 };
  1999.             var I = function() {
  2000.                     this.i = this.g = null
  2001.                 },
  2002.                 K = function(a, d) {
  2003.                     var b = J;
  2004.                     b.g = a;
  2005.                     b.i = d;
  2006.                     return b
  2007.                 };
  2008.             I.prototype.h = function() {
  2009.                 var a = this.g;
  2010.                 this.g && this.g != this.i ? this.g = this.g.__owner || this.g.parentNode : this.g = null;
  2011.                 return a
  2012.             };
  2013.             var L = function() {
  2014.                 this.l = [];
  2015.                 this.g = 0;
  2016.                 this.i = null;
  2017.                 this.o = !1
  2018.             };
  2019.             L.prototype.h = function() {
  2020.                 if (this.o) return J.h();
  2021.                 if (this.g != this.l.length) {
  2022.                     var a = this.l[this.g];
  2023.                     this.g++;
  2024.                     a != this.i && a && a.__owner && (this.o = !0, K(a.__owner, this.i));
  2025.                     return a
  2026.                 }
  2027.                 return null
  2028.             };
  2029.             var J = new I,
  2030.                 M = new L;
  2031.             var P = function() {
  2032.                     this.w = [];
  2033.                     this.g = [];
  2034.                     this.h = [];
  2035.                     this.o = {};
  2036.                     this.l = null;
  2037.                     this.i = [];
  2038.                     this.C = l;
  2039.                     O(this, "_custom")
  2040.                 },
  2041.                 ha = "undefined" != typeof navigator && /iPhone|iPad|iPod/.test(navigator.userAgent),
  2042.                 Q = String.prototype.trim ? function(a) {
  2043.                     return a.trim()
  2044.                 } : function(a) {
  2045.                     return a.replace(/^\s+/, "").replace(/\s+$/, "")
  2046.                 },
  2047.                 ia = /\s*;\s*/,
  2048.                 ma = function(a, d) {
  2049.                     return function(b) {
  2050.                         var c = d;
  2051.                         if ("_custom" == c) {
  2052.                             c = b.detail;
  2053.                             if (!c || !c._type) return;
  2054.                             c = c._type
  2055.                         }
  2056.                         if ("click" == c && (E && b.metaKey || !E && b.ctrlKey || 2 == b.which || null == b.which && 4 == b.button ||
  2057.                                 "auxclick" == b.type || b.shiftKey)) c = "clickmod";
  2058.                         else {
  2059.                             var e = b.which || b.keyCode || b.key;
  2060.                             aa && 3 == e && (e = 13);
  2061.                             if (13 != e && 32 != e) e = !1;
  2062.                             else {
  2063.                                 var f = D(b),
  2064.                                     n = (f.getAttribute("role") || f.type || f.tagName).toUpperCase(),
  2065.                                     g;
  2066.                                 (g = "keydown" != b.type) || ("getAttribute" in f ? (g = (f.getAttribute("role") || f.tagName).toUpperCase(), g = !H(f) && ("COMBOBOX" != g || "INPUT" != g) && !f.isContentEditable) : g = !1, g = !g);
  2067.                                 (g = g || b.ctrlKey || b.shiftKey || b.altKey || b.metaKey || G(f) && 32 == e) || ((g = f.tagName in ba) || (g = f.getAttributeNode("tabindex"), g = null != g && g.specified), g = !(g && !f.disabled));
  2068.                                 g ? e = !1 : (f = "INPUT" != f.tagName.toUpperCase() || f.type, g = !(n in F) && 13 == e, e = (0 == F[n] % e || g) && !!f)
  2069.                             }
  2070.                             e && (c = "clickkey")
  2071.                         }
  2072.                         n = b.srcElement || b.target;
  2073.                         e = R(c, b, n, "", null);
  2074.                         b.path ? (M.l = b.path, M.g = 0, M.i = this, M.o = !1, f = M) : f = K(n, this);
  2075.                         for (; g = f.h();) {
  2076.                             var m = g;
  2077.                             var h = m;
  2078.                             g = c;
  2079.                             var q = h.__jsaction;
  2080.                             if (!q) {
  2081.                                 var u = null;
  2082.                                 "getAttribute" in h && (u = h.getAttribute("jsaction"));
  2083.                                 if (u) {
  2084.                                     q = w[u];
  2085.                                     if (!q) {
  2086.                                         q = {};
  2087.                                         for (var x = u.split(ia), y = 0, ja = x ? x.length : 0; y < ja; y++) {
  2088.                                             var r = x[y];
  2089.                                             if (r) {
  2090.                                                 var z = r.indexOf(":"),
  2091.                                                     N = -1 != z,
  2092.                                                     ka = N ? Q(r.substr(0, z)) : "click";
  2093.                                                 r = N ? Q(r.substr(z + 1)) : r;
  2094.                                                 q[ka] = r
  2095.                                             }
  2096.                                         }
  2097.                                         w[u] = q
  2098.                                     }
  2099.                                     h.__jsaction = q
  2100.                                 } else q = la, h.__jsaction = q
  2101.                             }
  2102.                             "clickkey" == g ? g = "click" : "click" != g || q.click || (g = "clickonly");
  2103.                             h = {
  2104.                                 v: g,
  2105.                                 action: q[g] || "",
  2106.                                 event: null,
  2107.                                 B: !1
  2108.                             };
  2109.                             e = R(h.v, h.event || b, n, h.action || "", m, e.timeStamp);
  2110.                             if (h.B || h.action) break
  2111.                         }
  2112.                         e && "touchend" == e.eventType && (e.event._preventMouseEvents = ca);
  2113.                         if (h && h.action) {
  2114.                             if (h = "clickkey" == c) h = D(b), h = (h.type || h.tagName).toUpperCase(), (h = 32 == (b.which || b.keyCode || b.key) && "CHECKBOX" != h) || (h = D(b), n = (h.getAttribute("role") || h.tagName).toUpperCase(), h = h.tagName.toUpperCase() in fa && "A" != n && !G(h) && !H(h) || "BUTTON" == n);
  2115.                             h && (b.preventDefault ? b.preventDefault() : b.returnValue = !1);
  2116.                             if ("mouseenter" == c || "mouseleave" == c)
  2117.                                 if (h = b.relatedTarget, !("mouseover" == b.type && "mouseenter" == c || "mouseout" == b.type && "mouseleave" == c) || h && (h === m || B(m, h))) e.action = "", e.actionElement = null;
  2118.                                 else {
  2119.                                     c = {};
  2120.                                     for (var p in b) "function" !== typeof b[p] && "srcElement" !== p && "target" !== p && (c[p] = b[p]);
  2121.                                     c.type = "mouseover" == b.type ? "mouseenter" : "mouseleave";
  2122.                                     c.target = c.srcElement = m;
  2123.                                     c.bubbles = !1;
  2124.                                     e.event =
  2125.                                         c;
  2126.                                     e.targetElement = m
  2127.                                 }
  2128.                         } else e.action = "", e.actionElement = null;
  2129.                         m = e;
  2130.                         a.l && (p = R(m.eventType, m.event, m.targetElement, m.action, m.actionElement, m.timeStamp), "clickonly" == p.eventType && (p.eventType = "click"), a.l(p, !0));
  2131.                         if (m.actionElement) {
  2132.                             "A" != m.actionElement.tagName || "click" != m.eventType && "clickmod" != m.eventType || null == a.l || (b.preventDefault ? b.preventDefault() : b.returnValue = !1);
  2133.                             if (a.l) a.l(m);
  2134.                             else {
  2135.                                 a.C(m);
  2136.                                 if ((p = k.document) && !p.createEvent && p.createEventObject) try {
  2137.                                     var A = p.createEventObject(b)
  2138.                                 } catch (qa) {
  2139.                                     A = b
  2140.                                 } else A =
  2141.                                     b;
  2142.                                 m.event = A;
  2143.                                 a.i.push(m)
  2144.                             }
  2145.                             if ("touchend" == m.event.type && m.event._mouseEventsPrevented) {
  2146.                                 b = m.event;
  2147.                                 for (var ra in b);
  2148.                                 t()
  2149.                             }
  2150.                         }
  2151.                     }
  2152.                 },
  2153.                 R = function(a, d, b, c, e, f) {
  2154.                     return {
  2155.                         eventType: a,
  2156.                         event: d,
  2157.                         targetElement: b,
  2158.                         action: c,
  2159.                         actionElement: e,
  2160.                         timeStamp: f || t()
  2161.                     }
  2162.                 },
  2163.                 la = {},
  2164.                 na = function(a, d) {
  2165.                     return function(b) {
  2166.                         var c = a,
  2167.                             e = d,
  2168.                             f = !1;
  2169.                         "mouseenter" == c ? c = "mouseover" : "mouseleave" == c && (c = "mouseout");
  2170.                         if (b.addEventListener) {
  2171.                             if ("focus" == c || "blur" == c || "error" == c || "load" == c) f = !0;
  2172.                             b.addEventListener(c, e, f)
  2173.                         } else b.attachEvent && ("focus" == c ? c = "focusin" : "blur" ==
  2174.                             c && (c = "focusout"), e = C(b, e), b.attachEvent("on" + c, e));
  2175.                         return {
  2176.                             v: c,
  2177.                             s: e,
  2178.                             capture: f
  2179.                         }
  2180.                     }
  2181.                 },
  2182.                 oa = function(a, d) {
  2183.                     a.i && (a.i = v(a.i, function(a) {
  2184.                         return a.event !== d
  2185.                     }))
  2186.                 },
  2187.                 O = function(a, d) {
  2188.                     if (!a.o.hasOwnProperty(d)) {
  2189.                         var b = ma(a, d),
  2190.                             c = na(d, b);
  2191.                         a.o[d] = b;
  2192.                         a.w.push(c);
  2193.                         for (b = 0; b < a.g.length; ++b) {
  2194.                             var e = a.g[b];
  2195.                             e.h.push(c.call(null, e.g))
  2196.                         }
  2197.                         "click" == d && O(a, "keydown")
  2198.                     }
  2199.                 };
  2200.             P.prototype.s = function(a) {
  2201.                 return this.o[a]
  2202.             };
  2203.             var V = function(a, d) {
  2204.                     var b = new pa(d),
  2205.                         c;
  2206.                     a: {
  2207.                         for (c = 0; c < a.g.length; c++)
  2208.                             if (S(a.g[c], d)) {
  2209.                                 c = !0;
  2210.                                 break a
  2211.                             }
  2212.                         c = !1
  2213.                     }
  2214.                     if (c) return a.h.push(b), b;
  2215.                     T(a, b);
  2216.                     a.g.push(b);
  2217.                     U(a);
  2218.                     return b
  2219.                 },
  2220.                 U = function(a) {
  2221.                     for (var d = a.h.concat(a.g), b = [], c = [], e = 0; e < a.g.length; ++e) {
  2222.                         var f = a.g[e];
  2223.                         W(f, d) ? (b.push(f), X(f)) : c.push(f)
  2224.                     }
  2225.                     for (e = 0; e < a.h.length; ++e) f = a.h[e], W(f, d) ? b.push(f) : (c.push(f), T(a, f));
  2226.                     a.g = c;
  2227.                     a.h = b
  2228.                 },
  2229.                 T = function(a, d) {
  2230.                     var b = d.g;
  2231.                     ha && (b.style.cursor = "pointer");
  2232.                     for (b = 0; b < a.w.length; ++b) d.h.push(a.w[b].call(null, d.g))
  2233.                 },
  2234.                 Y = function(a, d) {
  2235.                     a.l = d;
  2236.                     a.i &&
  2237.                         (0 < a.i.length && d(a.i), a.i = null)
  2238.                 },
  2239.                 pa = function(a) {
  2240.                     this.g = a;
  2241.                     this.h = []
  2242.                 },
  2243.                 S = function(a, d) {
  2244.                     for (var b = a.g, c = d; b != c && c.parentNode;) c = c.parentNode;
  2245.                     return b == c
  2246.                 },
  2247.                 W = function(a, d) {
  2248.                     for (var b = 0; b < d.length; ++b)
  2249.                         if (d[b].g != a.g && S(d[b], a.g)) return !0;
  2250.                     return !1
  2251.                 },
  2252.                 X = function(a) {
  2253.                     for (var d = 0; d < a.h.length; ++d) {
  2254.                         var b = a.g,
  2255.                             c = a.h[d];
  2256.                         b.removeEventListener ? b.removeEventListener(c.v, c.s, c.capture) : b.detachEvent && b.detachEvent("on" + c.v, c.s)
  2257.                     }
  2258.                     a.h = []
  2259.                 };
  2260.             var Z = new P;
  2261.             V(Z, window.document.documentElement);
  2262.             O(Z, "click");
  2263.             O(Z, "focus");
  2264.             O(Z, "focusin");
  2265.             O(Z, "blur");
  2266.             O(Z, "focusout");
  2267.             O(Z, "error");
  2268.             O(Z, "load");
  2269.             O(Z, "change");
  2270.             O(Z, "dblclick");
  2271.             O(Z, "input");
  2272.             O(Z, "keyup");
  2273.             O(Z, "keydown");
  2274.             O(Z, "keypress");
  2275.             O(Z, "mousedown");
  2276.             O(Z, "mouseenter");
  2277.             O(Z, "mouseleave");
  2278.             O(Z, "mouseout");
  2279.             O(Z, "mouseover");
  2280.             O(Z, "mouseup");
  2281.             O(Z, "paste");
  2282.             O(Z, "touchstart");
  2283.             O(Z, "touchend");
  2284.             O(Z, "touchcancel");
  2285.             O(Z, "speech");
  2286.             (function(a) {
  2287.                 google.jsad = function(d) {
  2288.                     Y(a, d)
  2289.                 };
  2290.                 google.jsaac = function(d) {
  2291.                     return V(a, d)
  2292.                 };
  2293.                 google.jsarc = function(d) {
  2294.                     X(d);
  2295.                     for (var b = !1, c = 0; c < a.g.length; ++c)
  2296.                         if (a.g[c] === d) {
  2297.                             a.g.splice(c, 1);
  2298.                             b = !0;
  2299.                             break
  2300.                         }
  2301.                     if (!b)
  2302.                         for (c = 0; c < a.h.length; ++c)
  2303.                             if (a.h[c] === d) {
  2304.                                 a.h.splice(c, 1);
  2305.                                 break
  2306.                             }
  2307.                     U(a)
  2308.                 };
  2309.                 google.jsace = function(d) {
  2310.                     oa(a, d)
  2311.                 }
  2312.             })(Z);
  2313.             window.gws_wizbind = function(a) {
  2314.                 return {
  2315.                     trigger: function(d) {
  2316.                         var b = a.s(d.type);
  2317.                         b || (O(a, d.type), b = a.s(d.type));
  2318.                         var c = d.target || d.srcElement;
  2319.                         b && b.call(c.ownerDocument.documentElement, d)
  2320.                     },
  2321.                     bind: function(d) {
  2322.                         Y(a, d)
  2323.                     }
  2324.                 }
  2325.             }(Z);
  2326.         }).call(this);
  2327.     </script>
  2328.     <script nonce="n8F3efXo0cinG+Q0gNHlDw==">
  2329.         if ('serviceWorker' in navigator) {
  2330.             navigator.serviceWorker.register('/_/chrome/newtab-serviceworker.js', {
  2331.                     scope: '.'
  2332.                 })
  2333.                 .then(function(sw) {
  2334.                     console.log("SW registered");
  2335.                 }, function(x) {
  2336.                     console.log("SW failed to register: " + x.message);
  2337.                 });
  2338.         }
  2339.     </script>
  2340. </head>
  2341.  
  2342. <body class="init">
  2343.     <div id="prpd"></div>
  2344.     <div class="h" id="mngb">
  2345.         <div id="gb"></div>
  2346.     </div><span id="prt"></span>
  2347.     <div id="TZA4S">
  2348.         <div class="init" id="lga">
  2349.             <script nonce="n8F3efXo0cinG+Q0gNHlDw==">
  2350.                 (function() {
  2351.                     var hhGroup = 2;
  2352.                     window.google = window.google || {};
  2353.                     window.google.doodle = window.google.doodle || {};
  2354.                     window.google.doodle.flags = window.google.doodle.flags || {};
  2355.                     window.google.doodle.flags.hhGroup = hhGroup;
  2356.                 })();
  2357.             </script><img style="padding-top:112px" height="92" src="/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" width="272" alt="Google" id="hplogo" title="Google" onload="typeof google==='object'&&google.aft&&google.aft(this)"></div>
  2358.         <form action="/search" id="f" method="get">
  2359.             <div id="hf"></div>
  2360.             <div class="init" id="fkbx">
  2361.                 <div id="fkbx-text">Търсете с Google или въведете URL адрес</div>
  2362.                 <input id="q" aria-hidden="true" autocomplete="off" name="q" tabindex="-1" type="url" jsaction="mousedown:ntp.fkbxclk">
  2363.                 <div id="fkbx_crt"></div>
  2364.                 <div id="fkbx-spch" tabindex="0"></div>
  2365.             </div>
  2366.         </form>
  2367.         <dialog class="spch-dlg" id="spch-dlg">
  2368.             <div class="spch s2fp-h" style="display:none" id="spch">
  2369.                 <button class="close-button" id="spchx">&times;</button>
  2370.                 <div class="spchc" id="spchc">
  2371.                     <div class="D449Nc">
  2372.                         <div class="Q05LFe"><span class="r8s4j" id="spchl"></span><span class="button" id="spchb"><div class="H1aTHf"><span class="fcn9Hf"></span>
  2373.                             <div class="sM5MNb"><span class="Aax87c"></span><span class="ae3xF"></span></div>
  2374.                         </div>
  2375.                         </span>
  2376.                     </div>
  2377.                     <div class="otCIDb"><span class="spcht" id="spchi" style="color:#777"></span><span class="spcht" id="spchf" style="color:#000"></span></div>
  2378.                     <div class="google-logo"></div>
  2379.                 </div>
  2380.                 <div class="GuIecd">
  2381.                     <div class="bQ9ks"></div>
  2382.                 </div>
  2383.             </div>
  2384.     </div>
  2385.     </dialog>
  2386.     <div class="mv-hide" id="most-visited">
  2387.         <div id="mv-tiles"></div>
  2388.         <div id="JPWK1">
  2389.             <div class="mv-noti-hide" id="mv-noti"><span id="mv-noti-msg">Миниизображението бе премахнато.</span><span id="mv-noti-lks"><span id="mv-undo" tabindex="1">Отмяна</span><span id="mv-restore" tabindex="1">Възстановяване на всички</span>
  2390.                 <div class="mv-x" id="mv-noti-x" tabindex="-1"></div>
  2391.                 </span>
  2392.             </div>
  2393.             <div class="mv-noti-hide" id="mv-noti-error"><span id="mv-noti-msg">Грешка при премахването на миниизображението. Chrome трябва да има връзка с интернет.</span></div>
  2394.         </div>
  2395.     </div>
  2396.     <div id="Rke77d">
  2397.         <div id="aZkgnb"></div>
  2398.     </div>
  2399.     <div id="prm-pt">
  2400.         <br>
  2401.         <div id="prm"></div>
  2402.     </div>
  2403.     <div id="theme-attr" style="display:none">
  2404.         <div id="theme-attr-msg">Темата е създадена от</div>
  2405.     </div>
  2406.     </div>
  2407.     <textarea name="csi" id="csi" style="display:none"></textarea>
  2408.     <script nonce="n8F3efXo0cinG+Q0gNHlDw==">
  2409.         (function() {
  2410.             var a = {
  2411.                 gen204: "ol",
  2412.                 clearcut: 14
  2413.             };
  2414.             google.rll(window, !1, function() {
  2415.                 google.tick("load", a);
  2416.                 google.c.u("pr")
  2417.             });
  2418.             google.tick("load", {
  2419.                 gen204: "prt",
  2420.                 clearcut: 16
  2421.             });
  2422.         }).call(this);
  2423.     </script>
  2424.     <div id="xjsd"></div>
  2425.     <div id="xjsi">
  2426.         <script nonce="n8F3efXo0cinG+Q0gNHlDw==">
  2427.             (function() {
  2428.                 function c(b) {
  2429.                     window.setTimeout(function() {
  2430.                         var a = document.createElement("script");
  2431.                         a.src = b;
  2432.                         google.timers && google.timers.load.t && google.tick && google.tick("load", {
  2433.                             gen204: "xjsls",
  2434.                             clearcut: 31
  2435.                         });
  2436.                         document.getElementById("xjsd").appendChild(a)
  2437.                     }, 0)
  2438.                 }
  2439.                 google.dljp = function(b, a) {
  2440.                     google.xjsu = b;
  2441.                     c(a)
  2442.                 };
  2443.                 google.dlj = c;
  2444.             }).call(this);
  2445.             if (!google.xjs) {
  2446.                 window._ = window._ || {};
  2447.                 window._DumpException = window._._DumpException = function(e) {
  2448.                     throw e
  2449.                 };
  2450.                 window._F_installCss = window._._F_installCss = function(c) {};
  2451.                 google.dljp('/xjs/_/js/k\x3dxjs.ntp.en.SrNHT-bX9UA.O/m\x3dsx,jsa,ntp,d,csi/am\x3dgAgkZg/rt\x3dj/d\x3d1/rs\x3dACT90oG0xScRmiZL63-09kWmWN4JySj2ng', '/xjs/_/js/k\x3dxjs.ntp.en.SrNHT-bX9UA.O/m\x3dsx,jsa,ntp,d,csi/am\x3dgAgkZg/rt\x3dj/d\x3d1/rs\x3dACT90oG0xScRmiZL63-09kWmWN4JySj2ng');
  2452.                 google.xjs = 1;
  2453.             }
  2454.             google.pmc = {
  2455.                 "sx": {},
  2456.                 "jsa": {
  2457.                     "csi": true,
  2458.                     "csir": 100
  2459.                 },
  2460.                 "ntp": {
  2461.                     "ffb": false,
  2462.                     "lang": "bg-BG",
  2463.                     "mdicons": false,
  2464.                     "mvrt": "Без показване на тази страница",
  2465.                     "stt": "Търсете с глас",
  2466.                     "tc": {
  2467.                         "dnt": "Кликнете, за да видите днешната драскулка",
  2468.                         "tlh": 92,
  2469.                         "tlu": "/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png",
  2470.                         "tlw": 272
  2471.                     },
  2472.                     "xid": 1
  2473.                 },
  2474.                 "spch": {
  2475.                     "ae": "Моля, проверете микрофона си. \u003Ca href=\"https://support.google.com/chrome/?p=ui_voice_search\" target=\"_blank\"\u003EНаучете повече\u003C/a\u003E",
  2476.                     "hl": "bg-BG",
  2477.                     "im": "Кликнете върху \u003Cb\u003EРазрешаване\u003C/b\u003E за стартиране на гласовото търсене",
  2478.                     "iw": "Изчаква се...",
  2479.                     "lm": "Слуша се...",
  2480.                     "lu": "Гласово търсене на %1$s не е налице",
  2481.                     "ne": "Няма връзка с интернет",
  2482.                     "nt": "Не разбрахме това. \u003Cspan\u003EОпитайте отново\u003C/span\u003E",
  2483.                     "nv": "Моля, проверете микрофона и нивата на звука си. \u003Ca href=\"https://support.google.com/chrome/?p=ui_voice_search\" target=\"_blank\"\u003EНаучете повече\u003C/a\u003E",
  2484.                     "pe": "Гласовото търсене е изключено. \u003Ca href=\"https://support.google.com/chrome/?p=ui_voice_search\" target=\"_blank\"\u003EПодробности\u003C/a\u003E",
  2485.                     "rm": "Говорете сега"
  2486.                 },
  2487.                 "d": {},
  2488.                 "csi": {
  2489.                     "dlm": true,
  2490.                     "jsmf": true
  2491.                 },
  2492.                 "ZI/YVQ": {},
  2493.                 "hmvvig": {},
  2494.                 "U5B21g": {},
  2495.                 "DPBNMg": {},
  2496.                 "YFCs/g": {}
  2497.             };
  2498.             google.plm(['spch']);
  2499.             google.x(null, function() {});
  2500.             (function() {
  2501.                 var r = [];
  2502.                 google.plm(r);
  2503.             })();
  2504.             (function() {
  2505.                 var m = [];
  2506.                 google.jsc && google.jsc.m(m);
  2507.             })();
  2508.             (function() {
  2509.                 var m = [];
  2510.                 for (var a = window, b = m, c = {}, d = 0; d < b.length; d += 2) c[b[d]] = JSON.parse(b[d + 1]);
  2511.                 a.W_jd = c;
  2512.             })();
  2513.         </script>
  2514.     </div>
  2515. </body>
  2516.  
  2517. </html>
Add Comment
Please, Sign In to add comment