<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @font-face {
    font-family: Futura; /* РРјСЏ С€СЂРёС„С‚Р° */
    src: url(../font/futura.ttf); /* РџСѓС‚СЊ Рє С„Р°Р№Р»Сѓ СЃРѕ С€СЂРёС„С‚РѕРј */
   }

 @font-face {
    font-family: Gothic; /* РРјСЏ С€СЂРёС„С‚Р° */
    src: url(../font/GOTHICB.ttf); /* РџСѓС‚СЊ Рє С„Р°Р№Р»Сѓ СЃРѕ С€СЂРёС„С‚РѕРј */
   }

    @font-face {
    font-family: Vida; /* РРјСЏ С€СЂРёС„С‚Р° */
    src: url(../font/vida.ttf); /* РџСѓС‚СЊ Рє С„Р°Р№Р»Сѓ СЃРѕ С€СЂРёС„С‚РѕРј */
   }


   body, html {
    min-width: 1225px;
    font-family: Futura;
    width: 100%;
    height: 100%;
    margin:0px;
}

a {
   /* text-decoration: none;*/
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #f50505;
}

.auth_text a{
    color: #ffffff;
    font-family: vida;
    font-size: 0.9em;
}
.auth_text a:hover{
    text-decoration: none;
    color: #FCD112;

}

select{
    border: 1px;
    margin: 0px;
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    color: #000000;
    /*width: 190px;*/
    font-size: 1.4em;
    font-family: vida;
    /* padding: 6px 0px 0px 0px; */
    /*float: left;*/
    position: relative;
}

input[type="text"]{
    border: none;
    margin: 0px;
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    color: #000000;
    width: 190px;
    font-size: 1.4em;
    font-family: vida;
    padding: 6px 0px 0px 0px;
    float: left;
    position: relative;
}

input[type="login"]{
    /*border: none; */
    margin: 0px 0px 10px 25px;
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    color: #000000;
    width: 190px;
    font-size: 1.1em;
    font-family: vida;
    border: 2px solid #f50505;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    padding: 0px 0px 0px 10px;
    /* float: left; */
    position: relative;
}

input[type="login"].foget{
    margin: 10px;
}

input[type='text'].chat{
    width: 80%;
    border: 1px solid #f50505;
    padding: 0px 0px 0px 10px;
    font-size: 1.1em;

}
input[type='submit'].chat{
	width: 100px;
padding: 0px 2px 0px 3px;
}

input[type='submit'].vote{
	width: 150px;
    padding: 0px 2px 0px 3px;
}

input[type="password"]{
    /*border: none; */
    margin: 0px 0px 10px 15px;
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    color: #000000;
    width: 190px;
    font-size: 1.1em;
    font-family: vida;
    border: 2px solid #f50505;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    padding: 0px 0px 0px 10px;
    /* float: left; */
    position: relative;
}

input[type="password"].foget{
    margin: 0px;
}

input[type="submit"]{
    cursor: pointer;
    margin: 0px 0px 10px 5px;
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    color: #a3a3a3;
    width: 190px;
    font-size: 1.1em;
    font-family: vida;
    border: 2px solid #f50505;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    padding: 0px 0px 0px 10px;
    position: relative;
    text-align: left;
}

input[type="submit"].foget{
    margin: 10px;
    -webkit-appearance: none;
    width: 100px;
    text-align: center;
    padding: 0px;
}

input[type="submit"]:hover{
    cursor: pointer;
    color: #000000;
    box-shadow: 0px 0px 15px 5px rgba(245,5,5,1);
    /*border: none;*/
}

input[type="submit"].foget:hover{
    box-shadow: 0px 0px 10px 1px rgba(245,5,5,1);
    /*border: none;*/
}

input[type="submit"]:focus {
    outline: none;
    color: #000000;
    /*border: 1px solid #f50505;*/
    box-shadow: 0px 0px 15px 5px rgba(245,5,5,1);
}

input[type="submit"].foget:focus {
    box-shadow: 0px 0px 10px 1px rgba(245,5,5,1);
}

button[type="submit"]{
    background: url(../images/button-grey.png) no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    margin: 3px;
    padding: 0;
    position: relative;
    float: right;
}

button[type="submit"]:hover{
    background: url(../images/button.png) no-repeat;
    cursor: pointer;
    /*box-shadow: 0px 0px 7px rgba(245,5,5,1);*/
    /*border: none;*/
}

button[type="submit"]:focus {
    background: url(../images/button.png) no-repeat;
    outline: none;
    /*border: 1px solid #f50505;*/
    /*box-shadow: 0px 0px 6px rgba(245,5,5,1);*/
}

.title {
  font-size: 1.5em;
}

.title_ru{
    font-size: 1.3em;
    font-family: vida;
    text-align: center;
}

.label{
    font-size: 1.3em;
    font-family: vida;
    text-align: left;
    /*margin-left: 15%;*/
}
.page{
    margin-bottom: 0px;
    margin: auto;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 100%;
}

/* ######################################## header ############################### */
.header{
    overflow: hidden;
    width: 100%;
    height: 100px;
}

.logo{
    float: left;
    font-size: 3em;
    text-indent: 20px;
    line-height: 100px;
    text-align: center;
}

.logo a, .logo a:hover, .logo a:focus{
    color:#000000;
    text-decoration: none;
}

.search{
    float: right;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    margin-right: 6px;
}

.ru{
    background: url(../images/ru-grey.png) no-repeat;
    cursor: pointer;
    width: 50px;
    height: 33px;
    border: none;
    margin-right: 5px;
        /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}
.ru:hover{
    background: url(../images/ru.png) no-repeat;
    cursor: pointer;
    /*border: 2px solid #f50505;*/
    /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}

.ru:focus{
    background: url(../images/ru.png) no-repeat;
    cursor: pointer;
    outline: none;
    /*border: 2px solid #f50505;*/
    /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}

.en{
    background: url(../images/en-grey.png) no-repeat;
    cursor: pointer;
    width: 50px;
    height: 33px;
    border: none;
    /*border: 2px solid #f50505;*/
    /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}

.en:hover{
    background: url(../images/en.png) no-repeat;
    cursor: pointer;
    /*border: 2px solid #f50505;*/
    /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}

.en:focus{
    background: url(../images/en.png) no-repeat;
    cursor: pointer;
    outline: none;
    /*border: 2px solid #f50505;*/
    /*box-shadow: 0px 0px 7px rgba(252,209,18,1);*/
}

/* ######################################## banner ################################## */
.banner{
        height: 500px;
        background: url(../images/ban.jpg) center no-repeat;
	min-width: 1100px;
        width: 100%;
  	margin:0px;
        -moz-background-size: cover; /* Firefox Г¤Г® 4.0 */
        -webkit-background-size: cover; /* Safari ГЁ Chrome */
        -o-background-size: cover; /* Opera Г¤Г® ГўГҐГ°Г±ГЁГЁ 10.53 */
	background-size: cover; /* CSS3 */
}
@media only all and (max-width: 600px) and (max-height: 768px) {
  .banner {
    -webkit-background-size: 600px 768px;/* Safari ГЁ Chrome */
      -o-background-size: 600px 768px;/* Opera Г¤Г® ГўГҐГ°Г±ГЁГЁ 10.53 */
    -moz-background-size: 600px 768px; /* Firefox Г¤Г® 4.0 */
    background-size: 600px 768px; /* CSS3 */
  }
}

/*######################################### search callsign ###################*/
 .search_form{
    border: 2px solid #f50505;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    padding: 0em 0em 0em 1em;
    height: 45px;
    width: 250px;
    margin: 0 auto;
    }
 .search_form:focus{
     color: #000000;
    border: 2px solid #f50505;
    box-shadow: 0px 0px 6px rgba(245,5,5,0.9);
    }

.callsign{
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    width: 100%;

}

.count{
    position: relative;
    top: 270px;
    color: #ffffff;
    font-family: futura;
    font-size: 3em;
    text-indent: 150px;
}

.base{
    position: relative;
    float: left;
    top: 280px;
    color: #ffffff;
    font-family: gothic;
    font-size: 3em;
    text-indent: 150px;
    background-image: url(../images/redline.png);
    background-position: top;
    background-repeat: repeat-x;
}


/*######################################### main ####################################*/

.main{
    height: 1%;
    clear: both;
}
/* ######################################## sideR ################################## */
.sideR{
   float: left;
   min-width: 300px;
   width: 25%;
}

.topNA{
    background-color: #f50505;
    position: relative;
    padding: 3px;
}
.w_text{
   margin: 13px;
   text-align: center;
   color: #FFFFFF;
   left: -10%;
   position: relative;
   z-index: 1000;
   font-size: 0.9em;
}
.b_text{
   margin: 13px;
   text-align: center;
   color: #000000;
   left: -10%;
   position: relative;
   z-index: 1000;
   font-size: 0.9em;
}
.b_text_r{
   margin: 13px;
   text-align: center;
   color: #000000;
   /*left: -10%;*/
   position: relative;
   z-index: 1000;
   font-size: 0.9em;
}

.auth_text{
    margin: 10px;
    color: #FFFFFF;
    /*left: -10%;*/
    position: relative;
    z-index: 1000;
    /*font-size: 0.9em;*/
}

.skew{
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    background: #FFFFFF;
    -webkit-transform: skew(-25deg,0);
    -moz-transform: skew(-25deg,0);
    -ms-transform: skew(-25deg,0);
    -o-transform: skew(-25deg,0);
    transform: skew(-25deg,0);
    z-index: 2;
}

.skewr{
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    background: #000000;
    -webkit-transform: skew(-25deg,0);
    -moz-transform: skew(-25deg,0);
    -ms-transform: skew(-25deg,0);
    -o-transform: skew(-25deg,0);
    transform: skew(-25deg,0);
    z-index: 2;
}
.topNAr{
    background-color: #000000;
    height: 96%;
    position: absolute;
    top: 2%;
   }

.topEU{
    background-color: #FFFFFF;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.skewEU{
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -55px;
    background: #FFFFFF;
    -webkit-transform: skew(-25deg,0);
    -moz-transform: skew(-25deg,0);
    -ms-transform: skew(-25deg,0);
    -o-transform: skew(-25deg,0);
    transform: skew(-25deg,0);
    z-index: 2;
}
.topEUr{
    background-color: #FCD112;
    height: 96%;
    width: 100%;
    position: absolute;
    top: 2%;
   }

.topRU{
   background-color: #ffffff;
    position: relative;
    padding: 3px;
}

.topOC{
   background-color: #FFFFFF;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.skewOC{
    width: 120px;
height: 100%;
position: absolute;
top: 0;
right: -60px;
background: #FFFFFF;
-webkit-transform: skew(25deg,0);
-moz-transform: skew(25deg,0);
-ms-transform: skew(25deg,0);
-o-transform: skew(25deg,0);
transform: skew(25deg,0);
z-index: 2;

}
.topOCr{
    background-color: #dadada;
    height: 96%;
    width: 100%;
    position: absolute;
    top: 2%;
   }

/* ######################################## sideL ################################## */
.sideL{
    float: right;
    width: 25%;
    min-width: 300px;
}

.sideL .text{
    padding-right: 15px;
}

.topSA{
    background-color: #FCD112;
    position: relative;
    padding: 3px;
}

.topSA_text{
   margin: 13px;
   text-align: center;
   color: #FFFFFF;
   position: relative;
   z-index: 1000;
   font-size: 0.9em;
}

.skewSA{
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    background: #FFFFFF;
    -webkit-transform: skew(-25deg,0);
    -moz-transform: skew(-25deg,0);
    -ms-transform: skew(-25deg,0);
    -o-transform: skew(-25deg,0);
    transform: skew(-25deg,0);
    z-index: 2;
}

.skewrSA{
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 65px;
    background: #FCD112;
    -webkit-transform: skew(-25deg,0);
    -moz-transform: skew(-25deg,0);
    -ms-transform: skew(-25deg,0);
    -o-transform: skew(-25deg,0);
    transform: skew(-25deg,0);
    z-index: 2;
}
.topSAr{
    background-color: #000000;
    height: 96%;
    width: 120px;
    position: absolute;
    top: 2%;
    right: 0%;
   }



.topAS{
    background-color: #ffffff;
    position: relative;
    padding: 3px;
}

.topAF{
    background-color: #FFFFFF;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.skewAF{
    width: 70%;
height: 100%;
position: absolute;
top: 0;
left: -20%;
background: #FFFFFF;
-webkit-transform: skew(-25deg,0);
-moz-transform: skew(-25deg,0);
-ms-transform: skew(-25deg,0);
-o-transform: skew(-25deg,0);
transform: skew(-25deg,0);
z-index: 2;
}
.topAFr{
    background-color: #f50505;
    height: 96%;
    width: 100%;
    position: absolute;
    top: 2%;
   }


.topDX{
    background-color: #FFFFFF;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.skewDX{
  width: 70%;
height: 100%;
position: absolute;
top: 0;
left: -50%;
background: #FFFFFF;
-webkit-transform: skew(25deg,0);
-moz-transform: skew(25deg,0);
-ms-transform: skew(25deg,0);
-o-transform: skew(25deg,0);
transform: skew(25deg,0);
z-index: 2;
}
.topDXr{
    background-color: #FCD112;
    height: 96%;
    width: 100%;
    position: absolute;
    top: 2%;
   }

/* ######################################## front ################################## */
.front{
    font-family: gothic;
    position: relative;
    z-index: 1000;
    float: left;
    width: 45%;
    min-width: 300px;
}
.front .text{
    padding-left: 15px;
}



.onAir{
    font-family: gothic;
    text-align: center;
}

.tab_onAir{
    width: 100%;
    font-family: gothic;
}
.tab_onAir th{
    text-align: center;
    font-size: 1.3em;
}
.tab_onAir td{
    text-align: left;
    padding-left: 10px;
}

.tab_onAir tr{

}
.title_front{
    font-size: 1.3em;
    padding: 13px;
    color: #f50505;
}

.diploma_img{
     text-align: center;
}

.team{
    text-align: center;
}

/* ###################################### MENU ####################################*/

.menu{
    float: left;
    /*text-indent: 70px;*/
    line-height: 100px;
    text-align: center;
}

.glossymenu{
position: relative;
font-size: 14px;
/*padding: 0 0 0 10%;*/
margin: 0 auto 0 auto;

/*background: rgba(255, 255, 255, 0.8);*/
/*height: 46px;*/

list-style: none;
/*box-shadow: 0px 0px 5px #4C4D48;*/

}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: Gothic;
/*
height: 46px;
line-height: 46px;*/
text-align: center;
cursor: pointer;
/*-webkit-transition: color 0.5s ease;*/
}

.glossymenu li a c{
float: left;
display: block;
padding: 0px 14px 0px 14px; /*Р&nbsp;Р°СЃСЃС‚РѕСЏРЅРёРµ РјРµР¶РґСѓ СЌР»РµРјРµРЅС‚Р°РјРё РјРµРЅСЋ*/
/*-webkit-transition: all 0.2s ease;*/
}

.glossymenu li.current a, .glossymenu li a:hover{
/*color: #FFAD00;*/
/*background: #fff no-repeat; */
/*РїСѓС‚СЊ Рє Р»РµРІРѕР№ РєР°СЂС‚РёРЅРєРµ;*/
/*background-position: left;*/
/*-webkit-transition: color 0.5s ease;*/
/*-webkit-transition: all 0.1s ease;*/
/*-webkit-transition: background 0.1s ease;*/
}

.glossymenu li.current a c, .glossymenu li a:hover c{
color: #FCD112;
background: #000000 no-repeat; /*РїСѓС‚СЊ Рє РїСЂР°РІРѕР№ РєР°СЂС‚РёРЅРєРµ*/
/*-webkit-transition: color 0.3s ease;*/
-webkit-transition: background 0.2s ease;/*С†РІРµС‚ С„РѕРЅР° Р±РµРіСѓРЅРєР°*/
transition: background 0.2s ease;
}

/*######################################### bottom ##################################*/

.bottom{
  font-family: gothic;
  clear: both;
  position: relative;
  text-align: center;
  height: 100%;
  float: left;

}

.text{
    font-size: 0.9em;
    text-align: justify;
}
.sideR .text{
    padding-left: 10px;
}

/* ######################################## footer ################################## */
.footer{
  clear: both;
  height: 40px;
  position: relative;
  text-align: center;
}

#scrollup {
position: fixed;
opacity: 0.8;
padding: 2px 2px 2px 2px;
background: #aaa;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
right: 20px;
bottom: 10px;
display: none;
cursor: pointer;
z-index: 10000;
}

.copyright{
    font-family: gothic;
    position: relative;
    float: right;
    top: 12px;
    text-align: center;
}

.footermenu{
position: relative;
font-size: 14px;
float: left;
/*padding: 0 0 0 10%;*/
/*margin: 0 auto 0 auto;*/
/*background: rgba(255, 255, 255, 0.8);*/
/*height: 46px;*/
list-style: none;
/*box-shadow: 0px 0px 5px #4C4D48;*/

}

.footermenu li{
float:left;
}

.footermenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: Gothic;
/*
height: 46px;
line-height: 46px;*/
text-align: center;
cursor: pointer;
/*-webkit-transition: color 0.5s ease;*/
}

.footermenu li a c{
float: left;
display: block;
padding: 0px 14px 0px 14px; /*Р&nbsp;Р°СЃСЃС‚РѕСЏРЅРёРµ РјРµР¶РґСѓ СЌР»РµРјРµРЅС‚Р°РјРё РјРµРЅСЋ*/
/*-webkit-transition: all 0.2s ease;*/
}

.footermenu li.current a, .footermenu li a:hover{
/*color: #FFAD00;*/
/*background: #fff no-repeat; */
/*РїСѓС‚СЊ Рє Р»РµРІРѕР№ РєР°СЂС‚РёРЅРєРµ;*/
/*background-position: left;*/
/*-webkit-transition: color 0.5s ease;*/
/*-webkit-transition: all 0.1s ease;*/
/*-webkit-transition: background 0.1s ease;*/
}

.footermenu li.current a c, .footermenu li a:hover c{
color: #FCD112;
background: #000000 no-repeat; /*РїСѓС‚СЊ Рє РїСЂР°РІРѕР№ РєР°СЂС‚РёРЅРєРµ*/
/*-webkit-transition: color 0.3s ease;*/
-webkit-transition: background 0.2s ease;/*С†РІРµС‚ С„РѕРЅР° Р±РµРіСѓРЅРєР°*/
transition: background 0.2s ease;
}

 .win1:hover::after {
    margin:auto;
    text-decoration: underline;
    content: attr(data-title); /* Р’С‹РІРѕРґРёРј С‚РµРєСЃС‚ */
    position: fixed; /* РђР±СЃРѕР»СЋС‚РЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */
    left: 40%; top: 50%; /* РџРѕР»РѕР¶РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё */
    z-index: 1; /* РћС‚РѕР±СЂР°Р¶Р°РµРј РїРѕРґСЃРєР°Р·РєСѓ РїРѕРІРµСЂС… РґСЂСѓРіРёС… СЌР»РµРјРµРЅС‚РѕРІ */
    background: rgba(255,255,230,0.9); /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅС‹Р№ С†РІРµС‚ С„РѕРЅР° */
    font-family: Arial, sans-serif; /* Р“Р°СЂРЅРёС‚СѓСЂР° С€СЂРёС„С‚Р° */
    font-size: 28px; /* Р&nbsp;Р°Р·РјРµСЂ С‚РµРєСЃС‚Р° РїРѕРґСЃРєР°Р·РєРё */
    padding: 5px 10px; /* РџРѕР»СЏ */
    border: 1px solid #333; /* РџР°СЂР°РјРµС‚СЂС‹ СЂР°РјРєРё */
   }
   .win2:hover::after {
   	margin:auto;
   	text-decoration: underline;
    content: attr(data-title); /* Р’С‹РІРѕРґРёРј С‚РµРєСЃС‚ */
    position: fixed; /* РђР±СЃРѕР»СЋС‚РЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */
    left: 40%; top: 50%; /* РџРѕР»РѕР¶РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё */
    z-index: 1; /* РћС‚РѕР±СЂР°Р¶Р°РµРј РїРѕРґСЃРєР°Р·РєСѓ РїРѕРІРµСЂС… РґСЂСѓРіРёС… СЌР»РµРјРµРЅС‚РѕРІ */
    background: rgba(255,255,230,0.9); /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅС‹Р№ С†РІРµС‚ С„РѕРЅР° */
    font-family: Arial, sans-serif; /* Р“Р°СЂРЅРёС‚СѓСЂР° С€СЂРёС„С‚Р° */
    font-size: 28px; /* Р&nbsp;Р°Р·РјРµСЂ С‚РµРєСЃС‚Р° РїРѕРґСЃРєР°Р·РєРё */
    padding: 5px 20px; /* РџРѕР»СЏ */
    border: 1px solid #333; /* РџР°СЂР°РјРµС‚СЂС‹ СЂР°РјРєРё */
   }
   .win3:hover::after {
	margin:auto;
	text-decoration: underline;
    content: attr(data-title); /* Р’С‹РІРѕРґРёРј С‚РµРєСЃС‚ */
    position: fixed; /* РђР±СЃРѕР»СЋС‚РЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */
    left: 40%; top: 50%; /* РџРѕР»РѕР¶РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё */
    z-index: 1; /* РћС‚РѕР±СЂР°Р¶Р°РµРј РїРѕРґСЃРєР°Р·РєСѓ РїРѕРІРµСЂС… РґСЂСѓРіРёС… СЌР»РµРјРµРЅС‚РѕРІ */
    background: rgba(255,255,230,0.9); /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅС‹Р№ С†РІРµС‚ С„РѕРЅР° */
    font-family: Arial, sans-serif; /* Р“Р°СЂРЅРёС‚СѓСЂР° С€СЂРёС„С‚Р° */
    font-size: 28px; /* Р&nbsp;Р°Р·РјРµСЂ С‚РµРєСЃС‚Р° РїРѕРґСЃРєР°Р·РєРё */
    padding: 5px 10px; /* РџРѕР»СЏ */
    border: 1px solid #333; /* РџР°СЂР°РјРµС‚СЂС‹ СЂР°РјРєРё */
   }

  .win1 {
    text-decoration: underline;
   }
   .win2 {
   	text-decoration: underline;
   }
   .win3 {
	text-decoration: underline;
   }

 #blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

/*
playback timings (ms):
  RedisCDXSource: 7.062
  load_resource: 93.936
  esindex: 0.013
  exclusion.robots.policy: 0.251
  exclusion.robots: 0.268
  LoadShardBlock: 226.235 (3)
  captures_list: 273.796
  PetaboxLoader3.datanode: 145.085 (4)
  CDXLines.iter: 36.156 (3)
  PetaboxLoader3.resolve: 107.91 (2)
*/</pre></body></html>