#window_content {
display:none;
}

#modalwrap {
 width:100%;
 height:100%;
 position:fixed;
 background-color:#000;
 opacity:0.7;
 z-index:10000;
}

#modalwindow {
width:812px;
height:513px;
border:2px solid #fff;
background-color:#7697b8;
border-radius:6px 6px 6px 6px;
position:fixed;
 z-index:10001;
 left:50%;
 margin-left:-406px;
/*  margin-top:96px; */
}


#modalwindow .title_head {
width:712px;
height:116px;
background:url(title.png) no-repeat center center;
float:left;
margin-top: -45px;
margin-left: 35px;
}

#modalwindow .close_bt_modw {
width:55px;
height:55px;
background:url(close_mod_window.png) no-repeat center center;
float:right;
cursor:pointer;
}

#modalwindow  .text {
color: #fff;
font-size: 26px;
margin-left: 36px;
}

.select_brausers {
text-align:center;
}

.select_brausers ul {
padding:0;
}

.select_brausers li {
display:inline-block;
list-style:none;
width:133px;
margin: 0px 9px;
}

.select_brausers li .title {
color: #fff;
font-size: 24px;
}

.chrome {
width:133px;
height:133px;
display:block;
background:url('chrome.png') no-repeat center center;
}

.firefox {
width:133px;
height:133px;
display:block;
background:url('firefox.png') no-repeat center center;
}

.opera {
width:133px;
height:133px;
display:block;
background:url('opera.png') no-repeat center center;
}

.yandexbr {
width:133px;
height:133px;
display:block;
background:url('yandexbr.png') no-repeat center center;
}

.ignor_atention a {
color:#fff;
font-size:22px;
}

.ignor_atention {
margin: 36px;
text-align: center;
}

.select_brausers a {
text-decoration:none;
}