@charset "utf-8";
/* CSS Document */

/* ------ GLOBAL RESET ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ GLOBAL STYLES ------ */

html {
	min-height: 100%;
	height: 100%;
	position: relative;
}
html.no-min{
min-height:auto;
height:auto;
}
body {
	background: #2d2d41;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	line-height: 1;
	position: relative;
	width: 100%;
        min-width:1140px;
	min-height: 100% !important;
	height: 100%;
	height: auto;
}
.wrap{
	width: 1080px;
	margin: 0 auto;
}
.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}
#mod-content{
	padding: 76px 0 384px 0;
}
.mod-setup, .mod-futures{
	float: left;
}
.mod-setup{
	width: 460px;
}
.mod-futures{
	width: 580px;
	margin-left: 40px;
}
.mod-logo a{
	font-size: 1.688em;
	text-decoration: none;
	color:#FFF;
	position: relative;
	display: inline-block;
	padding: 0 0 0 71px;
}
.mod-logo a i{
	display: block;
	width: 62px;
	height: 61px;
	position: absolute;
	top:50%;
	margin-top:-30px;
	background: url(../img/logo.png) no-repeat 0 0;
	left:0;
}
.mod-setup h3{
	font-size: 2.500em;
	line-height: 48px;
	margin-top: 38px;
}
.mod-setup h3 b{
	color: #00b2fa;
}
.mod-setup p.desc{
	color:#c1c1c5;
	font-size: 0.938em;
	margin-top: 15px;
}
.mod-setup #down-btn{
	display: inline-block;
	font-size:2.000em;
	line-height: 32px;
	color:#FFF;
	text-decoration: none;
	padding: 26px 75px;
	margin-top: 65px;
	border-radius: 10px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.2);
        outline:none;
}
.mod-setup #down-btn:active{
	transform: translate(0px, 4px);
	-webkit-transform: translate(0px, 4px);
	-moz-transform: translate(0px, 4px);
	-o-transform: translate(0px, 4px);
	-ms-transform: translate(0px, 4px);
}
#down-btn.pink{
	background: #e23370;
	background: -moz-linear-gradient(top,  #e6447f 0%, #db285f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6447f), color-stop(100%,#db285f));
	background: -webkit-linear-gradient(top,  #e6447f 0%,#db285f 100%);
	background: -o-linear-gradient(top,  #e6447f 0%,#db285f 100%);
	background: -ms-linear-gradient(top,  #e6447f 0%,#db285f 100%);
	background: linear-gradient(to bottom,  #e6447f 0%,#db285f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6447f', endColorstr='#db285f',GradientType=0 );
	box-shadow: 0px 4px 0px #981643, 0px 6px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.pink:hover{
	background: #e6447f;
	background: -moz-linear-gradient(top,  #e6447f 0%, #ce275f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6447f), color-stop(100%,#ce275f));
	background: -webkit-linear-gradient(top,  #e6447f 0%,#ce275f 100%);
	background: -o-linear-gradient(top,  #e6447f 0%,#ce275f 100%);
	background: -ms-linear-gradient(top,  #e6447f 0%,#ce275f 100%);
	background: linear-gradient(to bottom,  #e6447f 0%,#ce275f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6447f', endColorstr='#ce275f',GradientType=0 );
}
#down-btn.pink:active{
	box-shadow: 0px 0px 0px #981643, 0px 2px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.orange{
	background: #ffb200;
	background: -moz-linear-gradient(top,  #ffb200 0%, #ff9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb200), color-stop(100%,#ff9a00));
	background: -webkit-linear-gradient(top,  #ffb200 0%,#ff9a00 100%);
	background: -o-linear-gradient(top,  #ffb200 0%,#ff9a00 100%);
	background: -ms-linear-gradient(top,  #ffb200 0%,#ff9a00 100%);
	background: linear-gradient(to bottom,  #ffb200 0%,#ff9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb200', endColorstr='#ff9a00',GradientType=0 );
	box-shadow: 0px 4px 0px #dc6302, 0px 6px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.orange:hover{
	background: #ffb200;
	background: -moz-linear-gradient(top,  #ffb200 0%, #f78800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb200), color-stop(100%,#f78800));
	background: -webkit-linear-gradient(top,  #ffb200 0%,#f78800 100%);
	background: -o-linear-gradient(top,  #ffb200 0%,#f78800 100%);
	background: -ms-linear-gradient(top,  #ffb200 0%,#f78800 100%);
	background: linear-gradient(to bottom,  #ffb200 0%,#f78800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb200', endColorstr='#f78800',GradientType=0 );
}
#down-btn.orange:active{
	box-shadow: 0px 0px 0px #dc6302, 0px 2px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.violet{
	background: #5470df;
	background: -moz-linear-gradient(top,  #5470df 1%, #3650d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5470df), color-stop(100%,#3650d2));
	background: -webkit-linear-gradient(top,  #5470df 1%,#3650d2 100%);
	background: -o-linear-gradient(top,  #5470df 1%,#3650d2 100%);
	background: -ms-linear-gradient(top,  #5470df 1%,#3650d2 100%);
	background: linear-gradient(to bottom,  #5470df 1%,#3650d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5470df', endColorstr='#3650d2',GradientType=0 );
	box-shadow: 0px 4px 0px #24399a, 0px 6px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.violet:hover{
	background: #5470df;
	background: -moz-linear-gradient(top,  #5470df 1%, #324bc3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5470df), color-stop(100%,#324bc3));
	background: -webkit-linear-gradient(top,  #5470df 1%,#324bc3 100%);
	background: -o-linear-gradient(top,  #5470df 1%,#324bc3 100%);
	background: -ms-linear-gradient(top,  #5470df 1%,#324bc3 100%);
	background: linear-gradient(to bottom,  #5470df 1%,#324bc3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5470df', endColorstr='#324bc3',GradientType=0 );
}
#down-btn.violet:active{
	box-shadow: 0px 0px 0px #24399a, 0px 2px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.blue{
	background: #3cb0d9;
	background: -moz-linear-gradient(top,  #3cb0d9 1%, #2396cb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3cb0d9), color-stop(100%,#2396cb));
	background: -webkit-linear-gradient(top,  #3cb0d9 1%,#2396cb 100%);
	background: -o-linear-gradient(top,  #3cb0d9 1%,#2396cb 100%);
	background: -ms-linear-gradient(top,  #3cb0d9 1%,#2396cb 100%);
	background: linear-gradient(to bottom,  #3cb0d9 1%,#2396cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0d9', endColorstr='#2396cb',GradientType=0 );
	box-shadow: 0px 4px 0px #007aa9, 0px 6px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
#down-btn.blue:hover{
	background: #3cb0d9;
	background: -moz-linear-gradient(top,  #3cb0d9 1%, #1f89ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3cb0d9), color-stop(100%,#1f89ba));
	background: -webkit-linear-gradient(top,  #3cb0d9 1%,#1f89ba 100%);
	background: -o-linear-gradient(top,  #3cb0d9 1%,#1f89ba 100%);
	background: -ms-linear-gradient(top,  #3cb0d9 1%,#1f89ba 100%);
	background: linear-gradient(to bottom,  #3cb0d9 1%,#1f89ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0d9', endColorstr='#1f89ba',GradientType=0 );
}
#down-btn.blue:active{
	box-shadow: 0px 0px 0px #007aa9, 0px 2px 8px rgba(0,0,0,0.3), inset 0px 0px 5px rgba(255,255,255,0.4);
}
.mod-futures h4{
	display: block;
	font-size: 0.938em;
	color:#37acd8;
	margin-top: 10px;
}
.mod-future-item {
	margin-top: 41px;
}
.mod-future-item.speed {
	margin-top: 56px;
}
.mod-futures h2{
	font-size: 1.375em;
	display: block;
	position: relative;
	padding: 0 0 0 38px;
}
.mod-futures h2 i{
    background: url(/images/icons.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top:50%;
	left: 0;
	margin-top:-14px;
	width:32px;
	height:32px;
}
.mod-future-item.speed i{
	background-position: 0 -455px;
}
.mod-future-item.reliability i{
	background-position: 0 -410px;
}
.mod-future-item.extensibility i{
	background-position: 0 -367px;
}
.mod-future-item.chromiumBased i{
	background-position: 0 0;
}
.mod-future-item.security i{
	background-position: 0 -139px;
}
.mod-future-item.modernWebStandarts i{
	background-position: 0 -277px;
}
.mod-future-item p{
	font-size: 0.938em;
	line-height: 18px;
	color: #ccccdc;
	margin-top: 19px;
}
.mod-thank h2{
	display: block;
	text-align: center;
	font-size: 2.500em;
	margin-top: 80px;
}
.mod-thank p{
	font-size: 0.938em;
	color: #d1d1d3;
	display: block;
	text-align: center;
	margin-top: 45px;
}
.mod-thank p b{
	color:#0ca5d0;
	font-weight: 700;
}
#launch-screen{
	display: none;
	margin-top: 58px;
	margin-bottom: -41px;
}
#launch-screen.Explorer{
	display: block;
	background: url(../img/screen-ie.png) no-repeat 50% 0;
	height: 170px;
}
#launch-screen.Chrome{
	display: block;
	background: url(../img/screen-chrome.png) no-repeat 50% 0;
	height: 160px;
}
#launch-screen.Opera{
	display: block;
	background: url(../img/screen-opera.png) no-repeat 50% 0;
	height: 209px;
}
#launch-screen.Firefox{
	display: block;
	background: url(../img/screen-firefox.png) no-repeat 50% 0;
	height: 248px;
}
.mod-complete h2{
	display: block;
	text-align: center;
	font-size: 2.500em;
	margin-top: 80px;
}
.mod-complete h3{
	display: block;
	text-align: center;
	font-size: 1.875em;
	color:#00c6ff;
	margin-top: 10px;
}
.mod-complete p {
	display: block;
	text-align: center;
	font-size: 1.250em;
	margin-top: 59px;
}
.mod-complete p i{
	display: inline-block;
	color:#9898a0;
	font-style: italic;
	font-size: 0.750em;
}
.mod-complete p b{
	font-weight: 700;
	color:#17769a;
}
#mod-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 270px; /*delete this */
	background: #FFF;
}
.foot-info{
	float: left;
}
.foot-info h3{
	display: block;
	line-height: 1;
	font-size: 0.537em;
}
.foot-info a{
	display: inline-block;
	position: relative;
	color:#222232;
	font-size: 1em;
	text-decoration: none;
	padding: 34px 0 0 44px;
	margin-top: 54px;
}
.foot-info a i{
	display: block;
	position: absolute;
	width: 70px;
	height: 43px;
	top:0;
	left:0;
	font-size: 0;
	color:transparent;
	background: url(../img/foot-logo.png) no-repeat 0 0;
}
.foot-info p{
	color:#35354d;
	line-height: 11px;
	font-size: 0.625em;
	margin-top: 19px;
}
.foot-projects{
	float:right;
	margin-top: 51px;
}
.foot-projects .column{
	float: left;
	width: 225px;
}
.foot-projects .column.last{
	width: auto;
	margin-right: 12px;
}
.foot-projects h4{
	font-size: 0.938em;
	color:#222232;
}
.foot-projects ul{
	margin-top: 20px;
}
.foot-projects li{
	margin-bottom: 8px;
	font-size: 0.750em;
	line-height: 1;
}
.foot-projects li a{
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	color: #9f9fa3;
}
.foot-projects li a:hover{
	text-decoration: underline;
}
#complete-futures{
text-align:center;
word-spacing:8px;
font-family: 'PT Sans Caption', sans-serif;
margin-top: 59px;
}
#complete-futures li {
display: inline-block;
word-spacing:normal;
list-style: none;
vertical-align: top;
width: 250px;
text-align: center;
}
#complete-futures li.future5,
#complete-futures li.future6,
#complete-futures li.future7,
#complete-futures li.future8{
margin-top:22px;
}
#complete-futures li i.icon{
display:block;
width:120px;
height:120px;
position:relative;
border-radius:50%;
margin:0 auto;
background: #55557c;
background: -moz-linear-gradient(top,  #55557c 0%, #3b3b56 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55557c), color-stop(100%,#3b3b56));
background: -webkit-linear-gradient(top,  #55557c 0%,#3b3b56 100%);
background: -o-linear-gradient(top,  #55557c 0%,#3b3b56 100%);
background: -ms-linear-gradient(top,  #55557c 0%,#3b3b56 100%);
background: linear-gradient(to bottom,  #55557c 0%,#3b3b56 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55557c', endColorstr='#3b3b56',GradientType=0 );
}
#complete-futures li i.icon b{
display:block;
position:absolute;
left:50%;
top:50%;
}
#complete-futures li h4{
font-size:20.34px;
line-height:24.88px;
color:#FFF;
font-weight:400;
margin-top:12px;
}
#complete-futures li span{
margin-top:10px;
color:#9d9db9;
font-size:11.74px;
line-height:15.48px;
font-weight:400;
}
#complete-futures li.future1 i.icon b{
width:72px;
height:73px;
margin:-36px 0 0 -36px;
background:url(../img/f1.png) no-repeat 0 0;
}
#complete-futures li.future2 i.icon b{
width:80px;
height:66px;
margin:-29px 0 0 -40px;
background:url(../img/f2.png) no-repeat 0 0;
}
#complete-futures li.future3 i.icon b{
width:62px;
height:86px;
margin:-43px 0 0 -31px;
background:url(../img/f3.png) no-repeat 0 0;
}
#complete-futures li.future4 i.icon b{
width:62px;
height:75px;
margin:-37px 0 0 -31px;
background:url(../img/f4.png) no-repeat 0 0;
}
#complete-futures li.future5 i.icon b{
width:79px;
height:75px;
margin:-36px 0 0 -39px;
background:url(../img/f5.png) no-repeat 0 0;
}
#complete-futures li.future6 i.icon b{
width:72px;
height:71px;
margin:-35px 0 0 -36px;
background:url(../img/f6.png) no-repeat 0 0;
}
#complete-futures li.future7 i.icon b{
width:65px;
height:73px;
margin:-33px 0 0 -32px;
background:url(../img/f7.png) no-repeat 0 0;
}
#complete-futures li.future8 i.icon b{
width:78px;
height:58px;
margin:-28px 0 0 -38px;
background:url(../img/f8.png) no-repeat 0 0;
}
.mod-logo .subscribe{
float:right;
width: 180px;
margin: 2.5px 0;
}
.foot-widget {
float: left;
margin: 51px 0 0 65px;
}
#languages {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
}
#languages li {
    float: left;
    overflow: hidden;
    margin: 0 5px;
}
#languages a {
    display: block;
    width: 32px;
    height: 25px;
    text-indent: -500px;
    overflow: hidden;
    background: url(http://browsers.ucoz.ru/images/lang_icons.png) 0 0 no-repeat;
}
#languages .russian a {
    background-position: 0 -31px;
}