<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* import fonts */
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&amp;subset=latin,latin-ext,cyrillic);

/* normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden], template {display: none;}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
h1 {font-size: 2em;margin: 0.67em 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {background: #ff0;color: #000;}
code,
kbd,
pre,
samp {font-family: monospace, serif;font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {border: 0;padding: 0;}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;width:100%;}
dl, menu, ol, ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
menu, ol, ul {padding: 0 0 0 40px;}
nav ul, nav ol {list-style: none outside none;}
/* normalize.css end */

/* reset */
body {line-height:1.2;-webkit-font-smoothing: antialiased;}
body, html {height:100%;width:100%;}
header, nav, section, article, aside, footer {display: block;}
input[type=button], input[type=submit], input[type=radio], input[type=checkbox], button, select{cursor:pointer;}
/*normalization mozila*/
button::-moz-focus-inner  {padding:0;border:0;}
input::-moz-focus-inner  {padding:0;border:0;}
input:-webkit-autofill {background-color: transparent;}
/*normalization ie7*/
*+html input[type=checkbox],
*+html input[type=radio] {width:13px;height:13px;}
input, button{overflow:visible;}
textarea{
	resize:none;
	overflow:auto;
}
em{font-style:italic;}
b, strong{font-weight:bold;}
a {
	cursor:pointer;	
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-weight:100;margin:0;}
img {border: none;}
input {vertical-align: middle;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
:focus {outline:none;}
button::-moz-focus-inner {border: none;}
input[type="reset"]::-moz-focus-inner {border: none;}
input[type="button"]::-moz-focus-inner {border: none;}
input[type="submit"]::-moz-focus-inner {border: none;}
input[type="submit"]::-moz-focus-inner {border: none;}
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {border: none;}
:focus {-moz-outline: 3px solid #fff !important;}
input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}
input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}
*+html a,
*+html button,
*+html input[type="submit"],
*+html input[type="radio"], 
*+html input[type="checkbox"], 
*+html input[type="button"] {
	noFocusLine: expression(this.onFocus=this.blur());
}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* reset end */

/* ------ typographic styles ------ */
body {
	font-size:18px;
	line-height:28px;
	font-family: 'Cuprum', sans-serif;
	font-weight:400;
	height: 100%;
	color:#333;
	background-color:#FFF;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	line-height:1.2;
	padding-bottom:10px;
}
h1 {
	font-size:100px;
	padding-bottom:76px;
	font-weight:400;
	color:#333;
}
h2 {
	font-size:40px;
	font-weight:700;
	padding-bottom:21px;
	color:#1d1d1d;
}
h3 {
	font-size:24px;
	font-weight:700;
	padding-bottom:15px;
	color:#1d1d1d;
}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
a {color: #2daabe;text-decoration: underline;}
a:hover {text-decoration:none;}
img {border: none;vertical-align:top;}
.decimal-list { 
	counter-reset: item;
}
.decimal-list li {}
.decimal-list li:before {
  content: counter(item) ') ';
  counter-increment: item;
}
.default-table {
	width:100%;
	border:none;
	margin-bottom:20px;
}
.default-table td,
.default-table th {
	padding:10px;
	border:none;
	font-size:14px;
	line-height: 1.4;
	background-color:#FFF;
	border:1px solid #dcdcdc;
	text-align:center;
}
.default-table tbody td {vertical-align:top;}
.default-table thead th:first-child,
.default-table tbody td:first-child {text-align:left;}
.default-table thead th {
	color:#000;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
	background-color:#FFF;
}

.form-line {}
.form-line label {}
.input-wrap {}

.input-holder,
input[type="text"],
input[type="password"],
textarea {border:1px solid #979797;padding:0 5px;}

input[type="text"],
input[type="password"],
textarea {padding:5px;}
input[type=number] {text-align: left;}

.input-holder.focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {border-color:#494949;}

.input-holder input[type="text"],
.input-holder input[type="password"],
.input-holder textarea {
	border:0;
	background:#fff;
	display:block;
	width:100%;
	color:#000;
	font: 14px/1.4 Arial, Tahoma, Verdana, sans-serif;
	padding:0;
	height: 17px;
	box-shadow:none;
}
.input-holder input[type="text"],
.input-holder input[type="password"],
.input-holder textarea {
	padding:5px 0;
	padding:4px 0 6px \0/;
	*padding:4px 0 6px;
}
@media all and (min-width:0px ){.input-holder input  {padding:6px 0 4px;}} /* hack for old opera from v12 */
.input-holder textarea{min-height: 70px;}
p {padding:0 0 18px;margin:0;}
blockquote,
q {}
hr {
	line-height:1px;
	height:0;
	border:none;
	background:none;
	border-bottom:1px solid #000;
	margin-bottom:25px;
}
/* ------ typographic styles end ------ */

/* btn */
[class^="btn-"],
[class*=" btn-"] {
	position: relative;
  text-align: center;
	text-decoration:none;
}
[class^="btn-"] input[type="submit"],
[class*=" btn-"]  input[type="submit"] {
	background: url("/img/empty.png") repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	border:0;
}
.btn-green{
	font-size:36px;
	line-height:40px;
	text-transform:uppercase;
	background-color:#19e6a5;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:21px 70px;
	text-align:center;
}
.btn-green:hover{
	background-color:#28f2b2;
	color:#fff;
}
/* btn end */

/* reset-ul */
[class$="-list"],
[class$="-list"] ul {
	margin:0;
	list-style:none;
	border:0;
	padding:0;
	background:none;
}
/* reset-ul end */

/* clearfix */
.content:before,
.content:after,
.clearfix:before,
.clearfix:after,
.max-wrap:before,
.max-wrap:after
{
	content: "";
	display: table;
}

.content:after,
.clearfix:after,
.max-wrap:after
{
  clear: both;
}

.content,
.clearfix,
.max-wrap,
[class^="btn-"],
[class*=" btn-"]
{
  zoom: 1;
}
/* clearfix end */

/* overflow */
.overflow,
.two-cols,
.info-inner,
.info .description,
.advice .cols {
	overflow:hidden;
	zoom:1;
}
/* overflow end */

/* inline-block */
.inline-block,
[class^="icon-"],
[class*=" icon-"],
.address-info img
{
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;	
	zoom:1;
	*display:inline;
	vertical-align:top;
}
/* inline-block end */

/* ========= main-blocks ========= */
.wrapper {
	min-width: 1002px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}
.header {
	position:relative;
	z-index:3;
	background-color:#f1f1f1;
	padding:69px 0 72px;
}
.content {
	padding: 0 0 60px;
	position:relative;
	clear:both;
	z-index:1;
}
.footer {
	margin: -60px auto 0;
	min-width: 1000px;
	height:60px;
	position: relative;
	clear:both;
	z-index:2;
	background-color:#2daabe;
}
.page .footer{
	background-color:#fff;
}
.max-wrap {
	max-width:1002px;
	margin:0 auto;
}
/* ========= main-blocks end ========= */

/* logo */
.logo {
	text-decoration:none;
	background:url(/img/logo.png) no-repeat;
	width:226px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.logo a,
.logo a:hover {text-decoration:none;}
/* logo end */

/* about */
.about{
	background-color:#f1f1f1;
	padding:0 0 48px;
	margin:0 0 104px;
}
.page .about{margin:0 0 45px;}
.about h1 img{margin:0 14px 0 54px;}
.two-cols .col{
	width:437px;
	float:left;
	margin:0 0 0 122px;
	position:relative;
}
.two-cols .col:first-child{margin-left:5px;}
.about .default-list{min-height:170px;}
.about .default-list .icon-cloud{margin:5px 0 0 6px;}
.default-list {
	margin:0;
	padding:0 0 0 20px;
	list-style:decimal;
}
/* address-info */
.address-info{
	background-color:#FFF;
	padding:11px 10px 7px;
	margin:0 0 24px;
	border:3px solid #19e6a5;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
    height: 58px;
}
.detected-info p{padding-left:7px;}
.detected-info .note{
	text-align:center;
	font-size:13px;
	line-height:16px;
	color:#8f8f8f;
}
.address-info h3{padding:0 0 0 13px;}
.address-info h3 img{margin:8px 8px 0 0;}
.address-info .country{
    display: block;
}
/* address-info end */

.about .more{
	text-align:center;
	margin:124px 0 0;
	padding:0 0 70px;
}
.about .more .btn-green{
	padding:29px 70px;
	display:block;
}
/* about end */

/* info */
.info{padding:0 0 22px;}
.info h2{padding:0 0 55px;}
.info .align-right{
	float:right;
	margin:10px 0 0 -50px;
}
/* info end */

/* advice */
.advice{
	background-color:#2daabe;
	padding:100px 0 50px;
}
.advice h2{
	font-size:55px;
	line-height:63px;
	color:#fff;
	padding:0 0 49px;
	text-align:center;
}
.advice .text{
	width:883px;
	margin:0 auto;
	padding:0 0 79px;
	font-size:30px;
	line-height:35px;
	color:#fff;
	text-align:center;
}
.advice .cols{padding:0 0 80px;}
.advice .cols .col{
	width:310px;
	float:left;
	text-align:center;
	color:#fff;
	line-height:24px;
	margin:0 0 0 36px;
}
.advice .cols .col:first-child{margin-left:0;}
.advice .cols figure{margin:0 0 48px;}
.advice .more{
	text-align:center;
	border-bottom:3px solid rgba(154,207,216,0.5);
	padding:0 0 124px;
}
/* advice end */
.footer .logo{
	float:left;
	background:url(/img/logo-footer.png) no-repeat;
	width:176px;
	height:25px;
}
.page .footer .logo{
	background:url(/img/logo-footer-gray.png) no-repeat;
	width:176px;
	height:25px;
}

#torrent-ip-block {
    display: none;
}

.ajax-loader {
    display: none;
    width: 20px;
    height: 20px;
    background:url(/img/ajax-loader.gif) no-repeat;
    position: relative;
    left: 50%;
    margin-left: -10px;
    top: 35%;
}</pre></body></html>