@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*-------------Clear page------------------*/
body, form, form input, form div, span, div, p, h1, h2, h3, h4, dl, dt, dd, 
ul,  ol, li, img, form input,textarea, select {padding:0;margin:0;}
body table, th, tr, td{padding:0;border:0;border-collapse: collapse;margin:0;}
body img{border:none;}

/*-------------Main setup------------------*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    min-height: 100%;
    height: auto !important;
    position: relative;
    font:16px/25px 'Open Sans', sans-serif;
    font-weight: 400;
    color:#000;
	background-color:#4e6680;
    vertical-align:middle;
    -webkit-font-smoothing: antialiased;
}
a {color:#0d80bc;text-decoration:none;outline:none;}
a:hover {/*text-decoration:underline;*/ color:#bc260d;}
.container {
	height: 100%;
    margin: 0 auto;
    position: relative;
    width: 940px;
}
.no-cols {
	background-color: #f7f7f7;
	padding:20px;
}

h1, h2, h3, h4, h5, .h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:1.2;
	font-weight:100;
}
h3, .h3 {
	font-size:22px;
	font-weight:bold;
	color:#183547;
}
input, textarea, select {
    outline: none;
}
input[type="text"], input[type="email"] {
    border:none;
	font:18px/22px 'Open Sans', sans-serif;
	background:#fff;
}
input[type="submit"] {
    border: 0 none;
    cursor: pointer;
	font:16px/20px 'Open Sans', sans-serif;
}
.icon72 {
	width: 72px;
	height: 72px;
	margin-right: 10px;
	float: left;
}
.icon48 {
	width:48px;
	height:48px;
	margin-right:10px;
	float:left;
}
.icon40 {
	width:40px;
	height:40px;
	margin-right:10px;
	float:left;
}
.clear:after {
	display:block;
	content:'';
	clear:both;
}
.hide {display: none}
/*-------------Header------------------*/
.header {
	height:52px;
	padding:10px 0 8px;
	position:relative;
}
.logo {
	float:left;
}
.lang {
	position:absolute;
	right:0;
	color:#fff;
	font:22px 'Open Sans Condensed', sans-serif;
	cursor:pointer;
	top:27px;
}
.lang_slct {
	padding-left: 34px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	background:url(/public/img/sprite.png?1) 60px 14px no-repeat;
}

.lang_slct:before, .lang_dd a:before {
	content: '';
	display: block;
	width: 27px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 8px;
	background: url(/public/img/flags.svg?1) no-repeat;
}

.lang_dd a:before {
	left: 7px;
	top: 7px;
}

.lang_slct.es:before, .lang_dd a.es:before {background-position: 0 -16px;}
.lang_slct.fr:before, .lang_dd a.fr:before {background-position: 0 -32px;}
.lang_slct.pt:before, .lang_dd a.pt:before {background-position: 0 -48px;}
.lang_slct.de:before, .lang_dd a.de:before {background-position: 0 -64px;}
.lang_slct.zh:before, .lang_dd a.zh:before {background-position: 0 -80px;}
.lang_slct.ru:before, .lang_dd a.ru:before {background-position: 0 -97px;}

.lang_dd {
	position:absolute;
	right:0;
	top:0px;
	width: 80px;
	background-color:#f9f9f9;
	border:1px solid #4e6680;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:100000;
	display:none;
}
.lang_dd a {
	display: block;
	padding-left: 40px;
	line-height: 28px;
	color: #4e6680;
	position: relative;
}
.lang_dd a:hover {
	color:#bc260d;
}
.lang_dd a:first-child {
	border-bottom:1px solid #e1e1e1;
}
.lang_dd:before {
	display:block;
	content:'';
	position:absolute;
	top:13px;
	right: 3px;
	width:11px;
	height:6px;
	background:url(/public/img/sprite.png?1) 0 -88px no-repeat;
	cursor:pointer;
}
.menu {
	background:#fff;
	height:60px;
}
.menu li {
	display:block;
	float:left;
	position:relative;
	width:117.5px;
	height:52px;
	border-top:8px solid #40b4f0;
	list-style:none;
}
.menu a {
	font:22px/52px 'Open Sans Condensed', sans-serif;;
	text-align: center;
	color:#0d80bc;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-left:1px solid #e9e9e9;
}
.menu a:hover {
	color:#bc260d;
}
.menu li.selected {
	border-top-color:#09334b;
}
.selected a {
	background-color:#40b4f0;
	color:#fff;
	border-left-color:#40b4f0;
}
.selected a:hover {
	color:#fff;
}
/*-------------Footer------------------*/
.category {
	background:#fff;
	height:100px;
	border-bottom:1px solid #52a918;
}
.category_more {
	height:201px;
}
.category_more li{
	border-top:1px solid #e9e9e9;
}
.category_more .hidden-cats li{
	border-top: none;
}
.category li {
    display: block;
    float: left;
    position: relative;
    width: 104.4px;
    height: 100px;
    border-right: 1px solid #e9e9e9;
    list-style: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category a {
	font:12px Arial, sans-serif;
	text-align: center;
	color:#4d4e4e;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding: 60px 17px 0;
	background-image:url(../img/categories.png);
	background-repeat: no-repeat;
    word-break: break-word;
}
.category a:hover {
	color:#bc260d;
}
.category div {
	display:block;
	clear:both;
}
li.selected {
	border-left-color:#fff;
}
li.cat-mul.selected, .cat-aud.selected {
	border-left: none;
}
.category .selected a {
	background-color:#40b4f0;
	color:#fff;
	border-top:7px solid #4e6680;
	padding-top: 53px;
}
.category .selected a:after {
	display:block;
	content:'';
	position: absolute;
	left:0px;
	bottom: -40px;
	border-color: #40b4f0 transparent transparent;
    border-style: solid;
    border-width: 20px 52px;    
    height: 0;
    width: 0;	
}
.category .selected a:hover {
	color:#fff;
}
.subcategories {
	background-color:#e9e9e9;
	font-size:16px;
}
.padding {
	line-height:20px;
}
.subcategories li {
	background-color:transparent;
	border:none;
	width:auto;
	height: auto;
}
.subcategories a {
	position:static;
	display:inline-block;
	font:16px/1.5 'Open Sans', sans-serif;
	color:#0d80bc;
	padding:0;
	margin:18px 5px 2px 25px;
	background-image:none;
	border-bottom:5px solid #e9e9e9;
}
.active_subcat a {
	color:#4d4e4e;
	border-bottom-color:#40b4f0;
}
.subcategories .default_subcat {
	height: 26px;
}
.cat-mul a, .cat-aud a {background-position:0 -3px; padding-left:10px; padding-right:10px;}
.cat-bus a {background-position:0 -103px;}	
.cat-com a, .cat-mob a {background-position:0 -203px; padding-left:0; padding-right:0;}
.cat-pho a, .cat-design a {background-position:0 -303px;}
.cat-dev a {background-position:0 -403px; padding-left:6px; padding-right:6px;}
.cat-edu a {background-position:0 -503px; padding-left:10px; padding-right:10px;}
.cat-gam a {background-position:0 -603px;}	
.cat-int a {background-position:0 -703px;}
.cat-hom a, .cat-lif a {background-position:0 -803px;}
.cat-off a, .cat-pro a {background-position:0 -903px;}
.cat-sec a {background-position:0 -1003px; padding-left:10px; padding-right:10px;}
.cat-sys a {background-position:0 -1103px;}	
.cat-des a, .cat-the a {background-position:0 -1203px;}
.cat-gen a {background-position:0 -1303px;}	
.cat-more a {background-position:0 -1403px;}	
.category_more .cat-more a {background-position:0 -1503px;}

.cat-mul a:hover, .cat-aud a:hover {background-position:-102px -3px;}
.cat-bus a:hover {background-position:-102px -103px;}	
.cat-com a:hover {background-position:-102px -203px;}	
.cat-pho a:hover, .cat-design a:hover {background-position:-102px -303px;}
.cat-dev a:hover {background-position:-102px -403px;}	
.cat-edu a:hover {background-position:-102px -503px;}	
.cat-gam a:hover {background-position:-102px -603px;}	
.cat-int a:hover {background-position:-102px -703px;}
.cat-hom a:hover, .cat-lif a:hover {background-position:-102px -803px;}
.cat-off a:hover, .cat-pro a:hover {background-position:-102px -903px;}
.cat-sec a:hover {background-position:-102px -1003px;}	
.cat-sys a:hover {background-position:-102px -1103px;}	
.cat-des a:hover, .cat-the a:hover {background-position:-102px -1203px;}
.cat-gen a:hover {background-position:-102px -1303px;}	
.cat-more a:hover {background-position:-102px -1403px;}
.category_more .cat-more a:hover {background-position:-102px -1503px;}

.cat-mul.selected a, .cat-aud.selected a {background-position:-204px -10px;}
.cat-bus.selected a {background-position:-204px -110px;}	
.cat-com.selected a {background-position:-204px -210px;}	
.cat-pho.selected a, .cat-design.selected a {background-position:-204px -310px;}
.cat-dev.selected a {background-position:-204px -410px;}	
.cat-edu.selected a {background-position:-204px -510px;}	
.cat-gam.selected a {background-position:-204px -610px;}	
.cat-int.selected a {background-position:-204px -710px;  }
.cat-hom.selected a, .cat-lif.selected a {background-position:-204px -810px;}
.cat-off.selected a, .cat-pro.selected a {background-position:-204px -910px;}
.cat-sec.selected a {background-position:-204px -1010px;}	
.cat-sys.selected a {background-position:-204px -1110px;}	
.cat-des.selected a, .cat-the.selected a {background-position:-204px -1210px;}
.cat-gen.selected a {background-position:-204px -1310px;}	


.img_footer {
	position:absolute;
}
.content_border {
	border-top:10px solid #4e6680;
	width:100%;
	position: absolute;
    top: -18px;
}
.category_border {
	border-top:1px solid #6bd723;
	border-bottom:1px solid #ccdce5;
	width:100%;
}
.footer {
	background-color:#f7f7f7;
	border-top:8px solid #40b4f0;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	clear:both;
	text-align:center;
	padding:0 0 40px;
	margin:0 0 74px 0;
	position:relative;
}
#footer .footer_links2 {
	float: right;
}
#footer .copy a, .footer_links2 a {
	color:#b4c4d4;
	text-decoration: underline;
}
#footer .footer_links2 a:hover {
	text-decoration: none;
}
.footer>a {
	font:28px 'Open Sans Condensed', sans-serif;
	color:#4e6680;
}
.footer a:hover {
	color:#bc260d;
}
.footer .copy a {
	color:#b4c4d4;
	text-decoration: underline;
}
.footer .copy {
	position:absolute;
	bottom:-41px;
	color:#b4c4d4;
	width:100%;
	text-align: left;
	font:15px/22px Arial, sans-serif;
}

/*------------- Left Column Blocks------------------*/
.fon3 {
    background: #d6d6d6;
    clear: left;
    float: left;
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 100%;
	border-top: 10px solid #4e6680;
}
.fon2 {
    background: #4e6680;
    float: left;
    position: relative;
    right: 307px;
    width: 100%;
}
.fon1 {
    background: #f7f7f7;
    float: left;
    position: relative;
    right: 10px;
    width: 100%;
}
.fon0 {
    background: #4e6680;
    position: absolute;
    width: 10px;
	left:307px;
	top:0;
	bottom:0;
}
.left_container {
	float: left;
    left: 317px;
    position: relative;
	width:623px;
}
.left_container > h1 {
    margin-top: 40px;
}
.right_container {
	float: left;
    left: 327px;
    overflow: hidden;
    position: relative;
    width: 307px;
}
.wide_container {
	background-color:#f7f7f7;
	width:100% !important;
}
.nav {
    margin: 11px 10px 7px 0;
    font-size: 13px;
    display: inline-block;
    list-style: none;
    position: relative;
    line-height: 22px;
    visibility: hidden;
}
.nav:first-child {
	margin-left:22px;
}
.nav:after{
	font-size:13px;
	display:block;
	content:'›';
	position:absolute;
	top:-1px;
	right:-9px;
}
.nav:last-child:after {
	display:none;
}
.articles-nav li:after {
	color:#0d80bc;
}
.articles-nav li:last-child:after{
	display:none;
}
.left_container h1 {
	font-size:44px;
	background-color: #13324b;
    color: #f7f7f7;
	position:relative;
	left:-10px;
	padding:10px 30px 17px;
	width:573px;
	clear:both;
}
.left_container h1 strong {
	font-weight:900;
}

/*------------- Right Column Blocks------------------*/
.fdm_block {
	width:307px;
	height:280px;
	float:left;
	position:relative;
	background-size:cover;
}
.top_howto {
    width: 100%;
    height: 136px;
    float: left;
	display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: inherit;
}
.right_container .fdm_block {
	border-bottom:10px solid #4e6680;
}
.how_to_block div {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.how_to_block div.col1,
.how_to_block div.col4 {
	background-color:rgba(239, 111, 74, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc95ec5a,endColorstr=#cc95ec5a);
}
.how_to_block div.col2,
.tutorials .how_to_block div.col3 {
	background-color:rgba(149, 236, 90, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef6f4a,endColorstr=#ccef6f4a);
}
.top_howto div.col1, .how_to_block div.col3,
.tutorials .how_to_block div.col4 {
	background-color:rgba(253, 221, 74, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfddd4a,endColorstr=#ccfddd4a);
}
.how_to_block_h1 {
	background-color:rgba(0, 37, 79, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e500254f,endColorstr=#e500254f);
	color:#fff;
	font-size:30px;
	line-height:40px;
	padding:0 15px;
	width:258px;
	height:126px;
	position:absolute;
	left:0;
	top:31px;
	overflow:hidden;
	display:block;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 100;
}

.how_to_block_h1 b {
    font-weight: bold;
}

.top_howto .how_to_block_h1 {
    max-width: 90%;
    width: auto;
    height: auto;
    top: 24px;
    line-height: 25px;
    padding: 3px 14px 17px;
}

.mini_title {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.how_to_block strong {
	font-weight: 900;
}
.featured {
	display:inline-block;
	position:absolute;
	background-color:rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	font-size:18px;
	font-weight:900;
	line-height:33px;
	padding:0 22px;
	top:217px;
	color:#172e51;
}
.how_to_block a,
.solutions_block a, 
.download_block a,
.translate_block a,
.software_info a {
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:20;
}
.solutions_block, 
.download_block,
.translate_block {
	background-color:#f05c40;
	color:#fff;
	position:relative;
}
.translate_block {
	height:310px;
}
.solutions_block span, 
.download_block span {
	font-size:46px;
	line-height:1;
	padding:20px 40px 0 33px;
	font-family: "Open Sans Condensed",sans-serif;
	display:block;
}
.solutions_block:after,
.download_block:after,
.translate_block:after {
	display:block;
	content:'';
	position:absolute;
	bottom:39px;
	left:33px;
	width:50px;
	height:50px;
	background:url(/public/img/sprite.png?1) 0 0 no-repeat;
	z-index:10;	
}
.translate_block:after {
	bottom:29px;
}
.download_block,
.translate_block {
	background-color:#52a918;
}
.download_block h1 {
	line-height:40px;
}
.download_block p {
	padding:22px 0 0 33px;
	font:30px 'Open Sans Condensed', sans-serif;
}
.download_block:after {
	background-position:0 -157px;
}
.fdm_block .h3 {
	font-size:34px;
	line-height:36px;
	margin-bottom:20px;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 100;
}
.translate_block h3 {
	padding: 31px 31px 0 31px;
}
.translate_block p {
	padding: 0 31px;
	font-size:16px;
	line-height:25px;
}
.translate_block span {
	color:#ffe778;
}
.translate_block span:last-child {
	display:block;
}
.software_item {
	clear:both;
	padding-bottom:20px;
}
.software_item div {
	font:18px 'Open Sans', sans-serif;
	float:left;
	width:196px;
	overflow:hidden;
	/*color:#0d80bc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.software_item h2{
	font:18px 'Open Sans', sans-serif;
	color:#0d80bc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.software_item h2:hover {
	color:#bc260d;
}
.software_item p {
	color:#7d7d7d;
	font-size:13px;
}
.select_software {
	background-color:#40b4f0;
}
.select_software h2 {
	color:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select_software p {
	color:#d5effc;
}
.software_item .icon48, .software_item .icon72 {
	margin-right:15px;
}
.software_block {
	height:auto;
    box-sizing: border-box;
	padding: 16px 28px 20px 20px;
}
.software_item:last-child {
	/*padding:0;*/
}
#platform_filter {
    float:right;
}
.filter span {
    color: #0d80bc;
    font: 28px 'Open Sans Condensed',sans-serif;
    cursor: pointer;
    margin-right: 12px;
    padding: 0 8px;
    white-space: nowrap;
}
span.filter_selected {
    color: #fff;
    background-color: #40b4f0;
}

/* captcha */
#captcha {
	left:0;
	top:0;
	position:fixed;
	height:100%;
	width:100%;
	background:transparent url(/img/bgfrm.png) repeat;
	z-index: 302;
}
#captcha div {
	border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
	-moz-box-shadow:  0 5px 20px rgba(0, 0, 0, 0.5); /* ff */
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); /* chrome+safari */
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.5); /* opera */
	behavior: url(/styles/PIE.htc);
	background:#fff;
	position:absolute;
	left:40%;
	top:30%;
	padding:20px;
	font-size:13px;
}
#captcha img {
	float:left;
	margin:10px 20px 10px 0;
	border:1px solid #ADADAD;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}
#captcha span {
	color:#ff3300;
	font-size:13px;
}
#captcha .set_txt {
	width:95px;
	height:48px;
    line-height: 48px;
	padding:0 3px;
	font-size:34px;
	margin:10px 0;
	border: 1px solid #ADADAD;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}
#captcha .butclose{
	background:url(/img/close.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:-11px;
	right:-11px;
}
#comments_error, #comments_error_reply { 
	background: #C1504D;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0 4px;
}
.placeholder {color: #aaa;}

.software_info a.download{
	position: relative;
	width: 90px;
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	padding: 11px 52px 9px 20px;
	z-index: 21;
	background: url(../img/content.png) no-repeat 122px -757px #52a918;
}

.how_to_block a, .solutions_block a, .download_block a, .translate_block a, .software_info a {
	background:url('about:blank');
}




/* Right Column*/
.get {
	display:block;
	color:#fff;
	background-color:#40b4f0;
	font:24px/80px 'Open Sans Condensed', sans-serif;
	text-align:center;
}
.get:hover {
	color:#fff;
}
.news_block {
	border-top:10px solid #4e6680;
}
.news_block_title,
.comments_title,
.pop_tutorials_title {
	font:34px/80px 'Open Sans Condensed', sans-serif;
	color:#13324b;
}
.news_block_title,
.pop_tutorials_title {
	background-color:#e7e7e7;
}
.pop_tutorials_title {
	padding:0 20px;
}
.news_wrap {
	height: 309px;
	overflow-y: hidden;
}

.custom.news_wrap {height: 1320px;}
.es .custom.news_wrap {height: 1253px;}
.features.news_wrap {height: 1220px;}
.es .features.news_wrap {height: 1462px;}
.downloads.news_wrap {height: 1000px;}
.es .downloads.news_wrap {height: 1000px;}
.linktous.news_wrap {height: 738px;}
.es .linktous.news_wrap {height: 790px;}

.es .news_wrap {
    height: 359px;
}

.news_block_title {
	padding: 22px 30px;
	line-height: 38px;
}
.date {
	font-size:13px;
	line-height:36px;
	color:#13324b;
	padding:0 30px 0 33px;
}
.news_title {
	padding:5px 30px 9px 33px;
}
.news {
	font-size:13px;
	line-height:20px;
	padding:0 30px 28px 33px;
}
.news_subscr {
	padding:10px 30px 32px 33px;
	background-color:#40b4f0;
	border-bottom:10px solid #4e6680;
}
.news_subscr_title {
    font: 34px/40px 'Open Sans Condensed', sans-serif;
    padding: 6px 0 10px;
    color: #fff;
}

.es .news_subscr_title {
    font-size: 30px;
}

.news_subscr #email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: normal;
    padding: 0 8px;
    width: 100%;
    border: 3px solid transparent;
}
.news_subscr #email::-webkit-input-placeholder {color: #40b4f0;}
.news_subscr #email::-moz-placeholder {color: #40b4f0;}
.news_subscr #email::-ms-input-placeholder { color: #40b4f0;}
.news_subscr input[type="submit"] {
    height: 35px;
    line-height: 35px;
    padding: 0 13px;
	color: #fff;
	background-color:#0d80bc;
	margin-top:14px
}

#subscribe_form {
    position: relative;
}

.news_subscr span {
    display: none;
}

.news_subscr.error input[type="text"], .news_subscr.error input[type="email"] {
    border: 3px solid #f25966;
}

.news_subscr.error span, .news_subscr.success span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -6px;
    color: #4f0000;
    background-color: #f4f072;
    font-size: 13px;
    line-height: 17px;
    width: 137px;
    height: 49px;
    padding: 7px 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news_subscr.success span {
    bottom: 0;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 20px;
}

.news_subscr.success span .tnx {
    position: static;
    display: block;
    padding: 0;
    margin-bottom: 6px;
    margin-top: -4px;
}

.news_subscr.success span .tnx:before {
    display: none;
}

.news_subscr.error span:before, .news_subscr.success span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    bottom: 49px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #f4f072;
}

.news_subscr.success span:before {
    right: auto;
    bottom: auto;
    left: 10px;
    top: -4px;
}

.ru .download_block:after {left:auto; right:20px;}
.ru .latest_a {background-position: 70px -213px;}
.ru .latest_a:hover {background-position: 70px -337px;}

.fr .news_subscr.error span {
	width: 165px;
	font-size: 12px;
}

.comments {
	border-bottom:10px solid #4e6680;
	background-color:#d6d6d6;
	padding:0 30px 32px 33px;
}
.comment_text {
	font-size:15px;
	font-style:italic;
}
.comment_by {
	color:#898989;
	text-align:right;
	padding-top:5px;
	font-size:15px;
}


.mCS-fdm.mCSB_scrollTools {
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom:0;
    background-color:#fff;
}
.mCSB_outside + .mCS-fdm.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 10px;
    height: 30px;
    z-index: 1;
}
.mCS-fdm.mCSB_scrollTools,
.mCS-fdm.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonUp,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonDown,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition:  background-color .2s ease-in-out;
    -o-transition:  background-color .2s ease-in-out;
    transition:  background-color .2s ease-in-out;
}
.mCustomScrollBox.mCS-fdm + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-fdm + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-fdm.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}
.mCS-fdm.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: transparent;
}
.mCS-fdm.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}
.mCS-fdm.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 50px;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border-radius: 0;
    background-color: #cacaca;
    position: relative;
    width: 10px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-fdm.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #7f7f7f;
}

/*-----Tutorial Pages----*/

.left_container .top_links, .left_container .bottom_links {
    overflow: hidden;
}

.left_container .top_links {
    padding-top: 15px;
}

.left_container .bottom_links {
    padding-bottom: 20px;
}

.top_links a, .bottom_links a {
    display: block;
    float: left;
    clear: both;
}

.tutorial_img {
    display: block;
    margin: 5px auto 10px;
    max-width: 100%;
    height: auto;
}

.tutorial_list {
    padding: 10px 20px 10px 70px;
}

.unistall_form.modal_text {
    margin: 10px 0 0;
}

input[type="submit"].btn.send_btn {
    float: right;
    margin-right: 20px;
}

.screen_wrapper {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.block_screen {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}

.block_screen:nth-child(2n) {
    margin-right: 0;
}

.block_screen img {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    cursor: pointer;
}

/*fr local: start*/
.fr .download_block p {font-size: 27px;}
/*fr local: end*/

div.ad_strip_noline {
	padding-top: 12px;
	margin-top: -12px;
	text-align: center;
	margin-left: auto !important;
	background: transparent url(../img/ad_strip_noline.png) center top no-repeat;
}

.donate_page {
    font-size: 15px;
}

.donate_page p {
    line-height: 23px;
    margin: 20px 0;
}
.donate_page p.nearby {
    margin: 0;
}

.donate_page p.nearby:nth-child(6) {
    margin: 0 0 20px 0;
}

.paypal_btn {
    display: block;
    width: 172px;
    height: 30px;
    margin: 15px 20px 15px;
    background: url(../img/paypal_button.png) no-repeat;
}

.donate_page h3.subtitle, .donate_page h2.subtitle {
    color: #13324b;
    font-size: 22px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 10px;
}

.donate_page > span {
    padding: 0 20px;
    margin-bottom: 20px;
}

.table_view {
    overflow: hidden;
    margin-top: 10px;
}

.row {
    line-height: 30px;
    overflow: hidden;
}

.row:nth-child(2n+1) {background-color: #e7e7e7;}

.row > div {
    float: left;
    font-size: 15px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .count {
    padding-left: 20px;
    width: 115px;
    font-weight: 600;
}

.row .name {
    width: 320px;
}

.row .date {
    color: inherit;
    line-height: inherit;
    padding: inherit;
}

.donate_block {
	padding: 20px;
	font-size: 15px;
}

.donate_btn {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	margin-left: 5px;
	color: #000;
	background-color: #ffc439;
	border: 1px solid #f7a807;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
}

.xmas_style .header > a {
	position: relative;
	display: block;
}

.xmas_style .header > a:before {
	content: '';
	display: block;
	width: 46px;
	height: 36px;
	position: absolute;
	top: -6px;
	left: -15px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2045%2036%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Aurl(%23a)%3B%7D.b%7Bfill%3Aurl(%23b)%3B%7D.c%7Bfill%3Aurl(%23c)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-43.82%22%20y1%3D%2246.92%22%20x2%3D%22-43.82%22%20y2%3D%2227.98%22%20gradientTransform%3D%22matrix(-0.71%2C%200.71%2C%200.71%2C%200.71%2C%20-37.94%2C%2015.72)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23bc2a54%22%2F%3E%3Cstop%20offset%3D%220.14%22%20stop-color%3D%22%23c42d57%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23de355f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e83862%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22-27.07%22%20y1%3D%2236.7%22%20x2%3D%22-18.69%22%20y2%3D%2236.7%22%20gradientTransform%3D%22matrix(-0.71%2C%200.71%2C%200.71%2C%200.71%2C%20-37.94%2C%2015.72)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f7f5dc%22%2F%3E%3Cstop%20offset%3D%220.51%22%20stop-color%3D%22%23efedcd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eae8c3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%22-44.32%22%20y1%3D%2243.11%22%20x2%3D%22-44.32%22%20y2%3D%2254.9%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3C%2Fdefs%3E%3Ctitle%3Efdm_hat%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M38.48%2C5.65c-.21-.23-.4-.47-.61-.68-7-7.06-19-6.54-26.66%2C1.16A20.44%2C20.44%2C0%2C0%2C0%2C5.11%2C21.39a16.75%2C16.75%2C0%2C0%2C1%2C7%2C4.16%2C16.32%2C16.32%2C0%2C0%2C1%2C2.67%2C3.53c.51-3.49%2C3.94-9%2C9.15-14.23C29.29%2C9.44%2C35%2C6%2C38.48%2C5.65Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M1.23%2C22.52a4.19%2C4.19%2C0%2C1%2C0%2C5.93%2C0A4.2%2C4.2%2C0%2C0%2C0%2C1.23%2C22.52Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M23.89%2C14.85C31%2C7.78%2C38.6%2C4%2C41%2C6.32l4%2C4.05s-5.29%2C1-15%2C10.64c-9.42%2C9.43-10.63%2C15-10.63%2C15l-4-4.05C13%2C29.59%2C16.82%2C21.93%2C23.89%2C14.85Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.xmas_style .header:before {
	content: '';
	display: block;
	width: 312px;
	height: 52px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20223%2053%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3A%23fff%3B%7D.b%7Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Efatherfrost%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M184.77%2C31c-2.33-.69-3.6-.69-3.4-2.46s-1.49-2.57-.95-5.39c.05-.26.09-.46.51-.33a11.16%2C11.16%2C0%2C0%2C0%2C2.65.63A.41.41%2C0%2C0%2C0%2C184%2C23a1.37%2C1.37%2C0%2C0%2C0%2C.27-.06c.27-.09.61-.65-.23-1.11-.61-.33-1.73-1.41-3-2.14a3.21%2C3.21%2C0%2C0%2C0%2C1.83-3.41.53.53%2C0%2C1%2C0-1%2C.27%2C1.94%2C1.94%2C0%2C0%2C1-.83%2C1.85%2C4%2C4%2C0%2C0%2C0-.1-1.55.53.53%2C0%2C1%2C0-1%2C.3%2C3%2C3%2C0%2C0%2C1-.18%2C2l-.26-.07a1.11%2C1.11%2C0%2C0%2C0-1.23.42q-.41-.13-.78-.28c-.58-.75.34-1.92.35-1.94a.54.54%2C0%2C0%2C0-.83-.67%2C3.49%2C3.49%2C0%2C0%2C0-.78%2C2%2C7.1%2C7.1%2C0%2C0%2C1-.82-.55%2C4%2C4%2C0%2C0%2C1%2C.92-3.43.54.54%2C0%2C0%2C0-.77-.74%2C5.26%2C5.26%2C0%2C0%2C0-1.28%2C3%2C4.41%2C4.41%2C0%2C0%2C1-.32-.57%2C5%2C5%2C0%2C0%2C1-.08-3.73.53.53%2C0%2C0%2C0-1-.43%2C6%2C6%2C0%2C0%2C0%2C.09%2C4.59%2C5.88%2C5.88%2C0%2C0%2C0%2C1.57%2C2l.08.07a10.07%2C10.07%2C0%2C0%2C0%2C3.29%2C1.71%2C5.26%2C5.26%2C0%2C0%2C0%2C0%2C1.17%2C11.72%2C11.72%2C0%2C0%2C1-.09%2C1.25l-.15.92a6.77%2C6.77%2C0%2C0%2C1-1%2C2.63c-1.28%2C1.74-8.09%2C2.17-10.48%2C1.4a2.27%2C2.27%2C0%2C0%2C1-1.38-1.06.2.2%2C0%2C0%2C0-.37%2C0c-.2.8-.22%2C2.27%2C1.72%2C3.54%2C0%2C0%2C.56.6-.44%2C1.48a6.05%2C6.05%2C0%2C0%2C1-3%2C1.36s-1.27%2C3.27-3.88%2C4l-.22%2C2s3.75-1.31%2C5-4.2c0%2C0%2C3%2C2.21%2C6.24-1%2C0%2C0%2C4.73%2C1.4%2C8.49-1.63%2C0%2C0%2C6.11%2C0%2C6.16.36.15%2C1.06-3.59%2C3.43-4.32%2C4.16l-.19%2C1.34c.53.06%2C4.9-2.92%2C5.89-5C186%2C32.62%2C187.09%2C31.65%2C184.77%2C31Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M152.9%2C27.65c-2.39-.41-3.66-.27-3.66-2.06%2C0-1.11-.69-1.76-1.15-2.79%2C3.86.26%2C11.54-2.56%2C17.3-2.72%2C4.46-.13%2C12.31%2C6.22%2C12.43%2C5.82s.19-.68.08-.72-6.46-5.91-12.5-6c-5.26-.12-14%2C3.26-17.6%2C2.85a5.15%2C5.15%2C0%2C0%2C1-.12-1.64c0-.26%2C0-.47.47-.39a11.15%2C11.15%2C0%2C0%2C0%2C2.71.32.41.41%2C0%2C0%2C0%2C.35-.4%2C1.37%2C1.37%2C0%2C0%2C0%2C.26-.09c.25-.12.53-.71-.36-1.07-.64-.26-1.88-1.2-3.25-1.78a3.21%2C3.21%2C0%2C0%2C0%2C1.43-3.6.54.54%2C0%2C1%2C0-1%2C.39%2C1.94%2C1.94%2C0%2C0%2C1-.61%2C1.94%2C4%2C4%2C0%2C0%2C0-.27-1.53.54.54%2C0%2C1%2C0-1%2C.41%2C3%2C3%2C0%2C0%2C1%2C0%2C2l-.26%2C0A1.11%2C1.11%2C0%2C0%2C0%2C145%2C17l-.81-.19c-.66-.68.12-1.95.13-2a.54.54%2C0%2C0%2C0-.91-.57%2C3.49%2C3.49%2C0%2C0%2C0-.55%2C2.07%2C7.09%2C7.09%2C0%2C0%2C1-.87-.45%2C4.05%2C4.05%2C0%2C0%2C1%2C.52-3.51.54.54%2C0%2C0%2C0-.85-.65%2C5.26%2C5.26%2C0%2C0%2C0-.93%2C3.09%2C4.4%2C4.4%2C0%2C0%2C1-.38-.53%2C5%2C5%2C0%2C0%2C1-.51-3.69.53.53%2C0%2C1%2C0-1-.31%2C6%2C6%2C0%2C0%2C0%2C.61%2C4.55%2C5.87%2C5.87%2C0%2C0%2C0%2C1.79%2C1.82l.09.06a10.06%2C10.06%2C0%2C0%2C0%2C3.46%2C1.32%2C5.26%2C5.26%2C0%2C0%2C0%2C.09%2C1.16%2C12.36%2C12.36%2C0%2C0%2C1%2C0%2C2c-4.68-1-9.68.12-15.21%2C3.45-5.26%2C3.17-9.41%2C3.75-11.56%2C3.79a4.94%2C4.94%2C0%2C0%2C1-.22-2c0-.26%2C0-.47.47-.39a11.15%2C11.15%2C0%2C0%2C0%2C2.71.32.41.41%2C0%2C0%2C0%2C.35-.4%2C1.37%2C1.37%2C0%2C0%2C0%2C.26-.09c.25-.12.53-.71-.36-1.07-.64-.26-1.88-1.2-3.25-1.78a3.21%2C3.21%2C0%2C0%2C0%2C1.43-3.6.54.54%2C0%2C1%2C0-1%2C.39%2C1.94%2C1.94%2C0%2C0%2C1-.61%2C1.94%2C4%2C4%2C0%2C0%2C0-.27-1.53.54.54%2C0%2C1%2C0-1%2C.41%2C3%2C3%2C0%2C0%2C1%2C0%2C2l-.26%2C0a1.11%2C1.11%2C0%2C0%2C0-1.18.56l-.81-.19c-.66-.68.12-1.95.13-2a.54.54%2C0%2C0%2C0-.91-.57%2C3.49%2C3.49%2C0%2C0%2C0-.55%2C2.07%2C7.08%2C7.08%2C0%2C0%2C1-.87-.45%2C4%2C4%2C0%2C0%2C1%2C.52-3.51.54.54%2C0%2C0%2C0-.85-.65A5.26%2C5.26%2C0%2C0%2C0%2C111%2C21a4.4%2C4.4%2C0%2C0%2C1-.38-.53%2C5%2C5%2C0%2C0%2C1-.51-3.69.53.53%2C0%2C1%2C0-1-.31%2C6%2C6%2C0%2C0%2C0%2C.61%2C4.55%2C5.87%2C5.87%2C0%2C0%2C0%2C1.79%2C1.82l.09.06A10.06%2C10.06%2C0%2C0%2C0%2C115%2C24.25a5.25%2C5.25%2C0%2C0%2C0%2C.09%2C1.16%2C12.09%2C12.09%2C0%2C0%2C1-.08%2C3A52.59%2C52.59%2C0%2C0%2C1%2C97.24%2C24.9%2C51.67%2C51.67%2C0%2C0%2C0%2C90.75%2C23%2C13.86%2C13.86%2C0%2C0%2C0%2C81.34%2C24c-1.06-1.57-2.52-1.71-2.52-1.11a3.9%2C3.9%2C0%2C0%2C1-.2.92%2C4.47%2C4.47%2C0%2C0%2C1-1.67-.65c-.89-.8-1.74-2.59-3.7-2.14a18.91%2C18.91%2C0%2C0%2C0-5.06%2C2.08%2C1.07%2C1.07%2C0%2C1%2C0%2C.18%2C1.21%2C3.66%2C3.66%2C0%2C0%2C0%2C2.17-.25c1-.54.89.54.53%2C1.16s.18%2C1.61.53%2C2%2C.71.89.18%2C1.16a4.77%2C4.77%2C0%2C0%2C0-3.39%2C2.95%2C6.07%2C6.07%2C0%2C0%2C0-2.32-2.06c-2.85-1.61-9.07-3.66-12.87-.71a2.91%2C2.91%2C0%2C0%2C0-2.3%2C2.79L47.36%2C33.2l-.57.3.62.19.57.18L46.4%2C39l-.08.26.26.08%2C4.21%2C1.31.26.08.08-.26%2C1.58-5.09.57.18.62.19-.3-.57-1.91-3.65a2.35%2C2.35%2C0%2C0%2C1%2C1.16-2c1.17.52%2C4.23%2C2%2C5.37%2C4.14%2C1.23%2C2.26%2C1.85%2C8.76%2C5.94%2C10.63l-2.48%2C4.18-4.26%2C0c-3.09.1-2-4.1-.61-4.72%2C1.81-.8%2C2.76-.34%2C3.47.79.95%2C1.52-1.34%2C3.22-1.34%2C3.22a2.63%2C2.63%2C0%2C0%2C0%2C2.41-3.4%2C3%2C3%2C0%2C0%2C0-2.23-2c-1.46-.35-4.48-.07-5.25%2C2.92-.7%2C2.7.94%2C4.56%2C3.2%2C4.65%2C0%2C0%2C32.72.09%2C34.24%2C0a5.11%2C5.11%2C0%2C0%2C0%2C3.45-1.7c1.19-1.53%2C2.37-3.7%2C1.3-8.08s-4.11-5.33-6.81-6.76c-2.34-1.24-4.93-1.69-5.71-2.77a2.12%2C2.12%2C0%2C0%2C1-.3-2l.21-.47a3.38%2C3.38%2C0%2C0%2C1%2C.3-.46%2C1.62%2C1.62%2C0%2C0%2C1%2C2.73.76c.45%2C1.25-1.34%2C2.14-1.34%2C2.14a1.83%2C1.83%2C0%2C0%2C0%2C2.5-1.52%2C2.53%2C2.53%2C0%2C0%2C0-1.07-2.5%2C2.85%2C2.85%2C0%2C0%2C0-4.32%2C1.15%2C3.43%2C3.43%2C0%2C0%2C0-.59.64c-.22.36%2C0-2.3-.09-3.54a13.08%2C13.08%2C0%2C0%2C1%2C9-1.07A51.06%2C51.06%2C0%2C0%2C1%2C97%2C25.66a53.28%2C53.28%2C0%2C0%2C0%2C17.87%2C3.53%2C5%2C5%2C0%2C0%2C1-.46%2C1.14c-1.07%2C1.88-7.79%2C3.08-10.25%2C2.59a2.27%2C2.27%2C0%2C0%2C1-1.49-.89.2.2%2C0%2C0%2C0-.36.08c-.11.82%2C0%2C2.28%2C2.12%2C3.32%2C0%2C0%2C.62.54-.27%2C1.52a6.06%2C6.06%2C0%2C0%2C1-2.85%2C1.7s-.89%2C3.4-3.39%2C4.47v2s3.58-1.73%2C4.48-4.75c0%2C0%2C3.28%2C1.84%2C6.08-1.69%2C0%2C0%2C4.86.85%2C8.25-2.59%2C0%2C0%2C6.07-.72%2C6.16-.35.27%2C1-3.18%2C3.82-3.81%2C4.62l0%2C1.35c.53%2C0%2C4.54-3.47%2C5.28-5.64.25-.72%2C1.2-1.81-1.18-2.22s-3.66-.27-3.66-2.06a5%2C5%2C0%2C0%2C0-1-2.45c2.33-.09%2C6.44-.78%2C11.63-3.91%2C5.38-3.24%2C10.21-4.33%2C14.71-3.33a6%2C6%2C0%2C0%2C1-.66%2C2.09c-1.07%2C1.88-7.79%2C3.08-10.25%2C2.59a2.27%2C2.27%2C0%2C0%2C1-1.49-.89.2.2%2C0%2C0%2C0-.36.08c-.11.82%2C0%2C2.28%2C2.12%2C3.32%2C0%2C0%2C.62.54-.27%2C1.52a6.06%2C6.06%2C0%2C0%2C1-2.85%2C1.7s-.89%2C3.4-3.39%2C4.47v2s3.58-1.73%2C4.48-4.75c0%2C0%2C3.28%2C1.84%2C6.08-1.69%2C0%2C0%2C4.86.85%2C8.25-2.59%2C0%2C0%2C6.07-.72%2C6.16-.35.27%2C1-3.18%2C3.82-3.81%2C4.62l0%2C1.35c.53%2C0%2C4.54-3.47%2C5.28-5.64C154.33%2C29.15%2C155.29%2C28.06%2C152.9%2C27.65ZM47.76%2C38.33l1.17-3.78.83.26-1.17%2C3.78Zm2.62.82-.83-.26%2C1.17-3.78.83.26Zm28.29-13c.56.77%2C1.63%2C1.83%2C1.49%2C2.19s-1.16%2C1.07-1.52.54A7.75%2C7.75%2C0%2C0%2C1%2C78.67%2C26.18Zm-5%2C22.2-10.47.06%2C2.23-3.76a64.76%2C64.76%2C0%2C0%2C0%2C9.06.79Zm1.39%2C0%2C.81-2.88c1.45%2C0%2C2.87%2C0%2C4.15-.09l2.23%2C2.93Zm14.23-.08-5.37%2C0-2.32-3.05c1.86-.2%2C3.24-.53%2C3.68-1a6%2C6%2C0%2C0%2C0%2C.87-1.32l6.69%2C4.56A5.87%2C5.87%2C0%2C0%2C1%2C89.34%2C48.29ZM82%2C30.48a4.23%2C4.23%2C0%2C0%2C0%2C2.31%2C2.08c3.57%2C1.34%2C3.63%2C1.14%2C7.43%2C3.57a7.29%2C7.29%2C0%2C0%2C1%2C3.11%2C8.65%2C5.31%2C5.31%2C0%2C0%2C1-1%2C1.77l-7.29-5c.32-1.79-.36-3.32.29-4.55.8-1.52%2C1.94-.15%2C2.14.45A3.54%2C3.54%2C0%2C0%2C1%2C89%2C39.35s1.6-2.73.18-4.07a3.78%2C3.78%2C0%2C0%2C0-5.53.22c-1.69%2C1.88-2.85%2C1.25-2.85%2C1.25s.18-3-.53-4.11A17.8%2C17.8%2C0%2C0%2C1%2C82%2C30.48Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M221.55%2C29.12c-2.33-.69-3.6-.69-3.4-2.46s-1.49-2.57-.95-5.39c.05-.26.09-.46.51-.33a11.16%2C11.16%2C0%2C0%2C0%2C2.65.63.41.41%2C0%2C0%2C0%2C.39-.36%2C1.37%2C1.37%2C0%2C0%2C0%2C.27-.06c.27-.09.61-.65-.23-1.11-.61-.33-1.73-1.41-3-2.14a3.21%2C3.21%2C0%2C0%2C0%2C1.83-3.41.53.53%2C0%2C1%2C0-1%2C.27%2C1.94%2C1.94%2C0%2C0%2C1-.83%2C1.85%2C4%2C4%2C0%2C0%2C0-.1-1.55.53.53%2C0%2C1%2C0-1%2C.3%2C3%2C3%2C0%2C0%2C1-.18%2C2l-.26-.07a1.11%2C1.11%2C0%2C0%2C0-1.23.42q-.41-.13-.78-.28c-.58-.75.34-1.92.35-1.94a.54.54%2C0%2C0%2C0-.83-.67%2C3.49%2C3.49%2C0%2C0%2C0-.78%2C2%2C7.1%2C7.1%2C0%2C0%2C1-.82-.55%2C4%2C4%2C0%2C0%2C1%2C.92-3.43.54.54%2C0%2C0%2C0-.77-.74%2C5.26%2C5.26%2C0%2C0%2C0-1.28%2C3%2C4.41%2C4.41%2C0%2C0%2C1-.32-.57%2C5%2C5%2C0%2C0%2C1-.08-3.73.53.53%2C0%2C0%2C0-1-.43%2C6%2C6%2C0%2C0%2C0%2C.09%2C4.59%2C5.88%2C5.88%2C0%2C0%2C0%2C1.57%2C2l.08.07a10.07%2C10.07%2C0%2C0%2C0%2C3.29%2C1.71%2C5.26%2C5.26%2C0%2C0%2C0%2C0%2C1.17%2C11.72%2C11.72%2C0%2C0%2C1-.09%2C1.25l-.15.92a6.77%2C6.77%2C0%2C0%2C1-1%2C2.63c-1.28%2C1.74-8.09%2C2.17-10.48%2C1.4A2.27%2C2.27%2C0%2C0%2C1%2C201.41%2C25a.2.2%2C0%2C0%2C0-.37%2C0c-.2.8-.22%2C2.27%2C1.72%2C3.54%2C0%2C0%2C.56.6-.44%2C1.48a6.05%2C6.05%2C0%2C0%2C1-3%2C1.36s-1.27%2C3.27-3.88%2C4l-.22%2C2s3.75-1.31%2C5-4.2c0%2C0%2C3%2C2.21%2C6.24-1%2C0%2C0%2C4.73%2C1.4%2C8.49-1.63%2C0%2C0%2C6.11%2C0%2C6.16.36.15%2C1.06-3.59%2C3.43-4.32%2C4.16l-.19%2C1.34c.53.06%2C4.9-2.92%2C5.89-5C222.79%2C30.78%2C223.87%2C29.81%2C221.55%2C29.12Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180.91%2C28.87c0-1.11-.69-1.76-1.15-2.79%2C3.86.26%2C19.71-6.08%2C24-6.41S214.88%2C23.43%2C215%2C23s.19-.68.08-.72-5.12-3.85-11.27-3.58c-5.26.23-20.77%2C6.95-24.34%2C6.53a5.15%2C5.15%2C0%2C0%2C1-.12-1.64%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M54.9%2C10.83h-.84l.67-.87-.34-.27-.88%2C1.14h-.82a3.28%2C3.28%2C0%2C0%2C0-.81-2l.57-.6%2C1.38.17V8l-1-.12.57-.57L53.07%2C7l-.6.6-.15-1.14H51.9L52.14%2C8l-.57.57a3.27%2C3.27%2C0%2C0%2C0-2-.81V7.08l1.09-.92-.28-.33-.81.68v-1h-.44v1l-.93-.71L48%2C6.16l1.22.92v.68a3.27%2C3.27%2C0%2C0%2C0-2%2C.81l-.5-.5.12-1.44h-.44l-.07%2C1L45.7%2C7l-.3.31L46%2C8l-1.13.15v.43l1.45-.17.52.53a3.28%2C3.28%2C0%2C0%2C0-.81%2C2h-.89l-.91-1.14-.34.27.7.87h-.71v.44h.76l-.7.87.34.27.91-1.14h.89a3.28%2C3.28%2C0%2C0%2C0%2C.81%2C2l-.57.57-1.5-.16v.44l1.15.12-.57.57.3.31.52-.53.11%2C1.05h.44l-.21-1.45.63-.64a3.27%2C3.27%2C0%2C0%2C0%2C2%2C.81V15l-1.13.92.27.34.87-.7v1h.44v-1l.87.7.27-.34L49.63%2C15v-.68a3.27%2C3.27%2C0%2C0%2C0%2C2-.81L52%2C14l-.16%2C1.43h.44l.12-1.09.7.7.3-.31-.72-.62L53.85%2C14v-.44l-1.48.16-.45-.45a3.28%2C3.28%2C0%2C0%2C0%2C.81-2h.81l.89%2C1.14.34-.27-.68-.87h.82Zm-2.65%2C0H49.93l1.65-1.61A2.85%2C2.85%2C0%2C0%2C1%2C52.25%2C10.83Zm-1-2-1.61%2C1.65V8.2A2.84%2C2.84%2C0%2C0%2C1%2C51.24%2C8.88Zm-2.07-.68v2.32L47.58%2C8.88a2.84%2C2.84%2C0%2C0%2C1%2C1.61-.67Zm-1.93%2C1%2C1.63%2C1.64H46.55A2.85%2C2.85%2C0%2C0%2C1%2C47.24%2C9.22Zm-.68%2C2.08h2.32l-1.63%2C1.59a2.85%2C2.85%2C0%2C0%2C1-.67-1.61Zm1%2C1.93%2C1.63-1.64v2.32A2.84%2C2.84%2C0%2C0%2C1%2C47.58%2C13.22Zm2.07.68V11.58l1.59%2C1.65a2.84%2C2.84%2C0%2C0%2C1-1.61.67Zm1.93-1-1.65-1.61h2.32A2.85%2C2.85%2C0%2C0%2C1%2C51.58%2C12.88Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M24.42%2C16h-.69l.55-.71L24%2C15.06l-.72.93h-.67a2.68%2C2.68%2C0%2C0%2C0-.66-1.6l.47-.49%2C1.13.14v-.35l-.85-.1.47-.47-.25-.25-.49.49-.12-.93H22l.2%2C1.24-.47.47a2.67%2C2.67%2C0%2C0%2C0-1.6-.66v-.56l.89-.75-.23-.27-.66.56v-.79h-.36v.8L19%2C11.89l-.22.28%2C1%2C.75v.56a2.67%2C2.67%2C0%2C0%2C0-1.6.66l-.41-.41.1-1.18H17.5l-.06.85-.54-.54-.25.25.53.53-.93.12v.35L17.44%2C14l.43.43a2.68%2C2.68%2C0%2C0%2C0-.66%2C1.6h-.73l-.75-.93-.28.22L16%2C16h-.58v.36h.62l-.57.71.28.22.75-.93h.73a2.68%2C2.68%2C0%2C0%2C0%2C.66%2C1.6l-.47.47-1.23-.13v.36l.94.1-.47.47.25.25.43-.43.09.86h.36l-.17-1.19.52-.52a2.67%2C2.67%2C0%2C0%2C0%2C1.6.66v.56l-.93.75.22.28.71-.57v.79h.36v-.79l.71.57.22-.28-.93-.75v-.56a2.67%2C2.67%2C0%2C0%2C0%2C1.6-.66l.38.38L22%2C19.75h.36l.1-.89.57.57.25-.25-.59-.51.92-.1v-.36l-1.21.13L22%2C18a2.68%2C2.68%2C0%2C0%2C0%2C.66-1.6h.66l.73.93.28-.22-.56-.71h.67Zm-2.17%2C0h-1.9l1.35-1.32A2.33%2C2.33%2C0%2C0%2C1%2C22.26%2C16Zm-.83-1.6-1.32%2C1.35v-1.9A2.32%2C2.32%2C0%2C0%2C1%2C21.43%2C14.39Zm-1.7-.56v1.9l-1.3-1.34a2.32%2C2.32%2C0%2C0%2C1%2C1.32-.55Zm-1.58.84L19.49%2C16H17.6A2.33%2C2.33%2C0%2C0%2C1%2C18.16%2C14.67Zm-.56%2C1.7h1.9l-1.34%2C1.3a2.33%2C2.33%2C0%2C0%2C1-.55-1.32ZM18.43%2C18l1.34-1.34v1.9A2.32%2C2.32%2C0%2C0%2C1%2C18.43%2C18Zm1.7.56V16.6L21.43%2C18a2.32%2C2.32%2C0%2C0%2C1-1.32.55Zm1.58-.84-1.35-1.32h1.9A2.33%2C2.33%2C0%2C0%2C1%2C21.71%2C17.67Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M89.11%2C4.32h-.69L89%2C3.61l-.28-.22L88%2C4.32h-.67a2.68%2C2.68%2C0%2C0%2C0-.66-1.6l.47-.49%2C1.13.14V2l-.85-.1.47-.47-.25-.25-.49.49L87%2C.76h-.35L86.86%2C2l-.47.47a2.67%2C2.67%2C0%2C0%2C0-1.6-.66V1.25L85.68.5%2C85.45.23l-.66.56V0h-.36V.8L83.67.22%2C83.45.5l1%2C.75v.56a2.67%2C2.67%2C0%2C0%2C0-1.6.66l-.41-.41.1-1.18h-.36l-.06.85-.54-.54-.25.25.53.53-.93.12v.35l1.19-.14.43.43a2.68%2C2.68%2C0%2C0%2C0-.66%2C1.6h-.73l-.75-.93-.28.22.57.71h-.58v.36h.62l-.57.71.28.22.75-.93h.73a2.68%2C2.68%2C0%2C0%2C0%2C.66%2C1.6l-.47.47L80.9%2C6.63V7l.94.1-.47.47.25.25L82%2C7.38l.09.86h.36L82.33%2C7l.52-.52a2.67%2C2.67%2C0%2C0%2C0%2C1.6.66v.56l-.93.75.22.28.71-.57V9h.36V8.21l.71.57.22-.28-.93-.75V7.19a2.67%2C2.67%2C0%2C0%2C0%2C1.6-.66l.38.38-.13%2C1.17H87l.1-.89.57.57.25-.25L87.34%2C7l.92-.1V6.54L87%2C6.67l-.37-.37a2.68%2C2.68%2C0%2C0%2C0%2C.66-1.6H88l.73.93L89%2C5.41l-.56-.71h.67Zm-2.17%2C0h-1.9L86.4%2C3A2.33%2C2.33%2C0%2C0%2C1%2C86.95%2C4.32Zm-.83-1.6L84.8%2C4.07V2.17A2.32%2C2.32%2C0%2C0%2C1%2C86.12%2C2.72Zm-1.7-.56v1.9l-1.3-1.34a2.32%2C2.32%2C0%2C0%2C1%2C1.32-.55ZM82.85%2C3l1.34%2C1.34h-1.9A2.33%2C2.33%2C0%2C0%2C1%2C82.85%2C3Zm-.56%2C1.7h1.9L82.85%2C6a2.33%2C2.33%2C0%2C0%2C1-.55-1.32Zm.84%2C1.58%2C1.34-1.34v1.9A2.32%2C2.32%2C0%2C0%2C1%2C83.13%2C6.28Zm1.7.56V4.93l1.3%2C1.35a2.32%2C2.32%2C0%2C0%2C1-1.32.55ZM86.4%2C6%2C85.05%2C4.68h1.9A2.33%2C2.33%2C0%2C0%2C1%2C86.4%2C6Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M141.24%2C47.28h-.84l.67-.87-.34-.27-.88%2C1.14H139a3.28%2C3.28%2C0%2C0%2C0-.81-2l.57-.6%2C1.38.17v-.43l-1-.12.57-.57-.3-.31-.6.6-.15-1.14h-.43l.24%2C1.51-.57.57a3.27%2C3.27%2C0%2C0%2C0-2-.81v-.68l1.09-.92-.28-.33L136%2C43V42h-.44v1l-.93-.71-.27.34%2C1.22.92v.68a3.27%2C3.27%2C0%2C0%2C0-2%2C.81l-.5-.5.12-1.44h-.44l-.07%2C1-.66-.66-.3.31.65.65-1.13.15V45l1.45-.17.52.53a3.28%2C3.28%2C0%2C0%2C0-.81%2C2h-.89l-.91-1.14-.34.27.7.87h-.71v.44H131l-.7.87.34.27.91-1.14h.89a3.28%2C3.28%2C0%2C0%2C0%2C.81%2C2l-.57.57-1.5-.16v.44l1.15.12-.57.57.3.31.52-.53.11%2C1.05h.44l-.21-1.45.63-.64a3.27%2C3.27%2C0%2C0%2C0%2C2%2C.81v.68l-1.13.92.27.34.87-.7v1H136V52l.87.7.27-.34L136%2C51.47v-.68a3.27%2C3.27%2C0%2C0%2C0%2C2-.81l.46.46-.16%2C1.43h.44l.12-1.09.7.7.3-.31-.72-.62%2C1.12-.12V50l-1.48.16-.45-.45a3.28%2C3.28%2C0%2C0%2C0%2C.81-2h.81l.89%2C1.14.34-.27-.68-.87h.82Zm-2.65%2C0h-2.32l1.65-1.61A2.85%2C2.85%2C0%2C0%2C1%2C138.59%2C47.28Zm-1-2L136%2C47V44.66A2.84%2C2.84%2C0%2C0%2C1%2C137.58%2C45.33Zm-2.07-.68V47l-1.59-1.64a2.84%2C2.84%2C0%2C0%2C1%2C1.61-.67Zm-1.93%2C1%2C1.63%2C1.64h-2.32A2.85%2C2.85%2C0%2C0%2C1%2C133.57%2C45.67Zm-.68%2C2.08h2.32l-1.63%2C1.59a2.85%2C2.85%2C0%2C0%2C1-.67-1.61Zm1%2C1.93L135.55%2C48v2.32A2.84%2C2.84%2C0%2C0%2C1%2C133.92%2C49.68Zm2.07.68V48l1.59%2C1.65a2.84%2C2.84%2C0%2C0%2C1-1.61.67Zm1.93-1-1.65-1.61h2.32A2.85%2C2.85%2C0%2C0%2C1%2C137.92%2C49.33Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2238.93%22%20cy%3D%2222.67%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2266.88%22%20cy%3D%225.55%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22151.72%22%20cy%3D%2245.5%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22118.7%22%20cy%3D%2247.5%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22102.31%22%20cy%3D%227.8%22%20r%3D%221.5%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221.5%22%20cy%3D%2217.8%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.bottom_note {font-size: 13px;}
.download_page_block .bottom_note span {
	color: #777;
	display: inline;
}

.link_new {position: relative;}
.link_new:before {
	content: 'New';
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	color: #52a918;
	font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.download_page_block span.link_new {
	display: inline;
	padding-right: 34px;
}

.download_btn_new {
	padding: 8px 20px 12px 80px;
	line-height: normal;
	color: #fff;
	width: auto;
	display: inline-block;
	/*max-width: 265px;*/
	height: 77px;
	border-radius: 5px;
	background: #52a918 url(/public/img/sprite.png) 20px -795px no-repeat;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	font-size: 28px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.download_btn_new .btn_second {
	font: 400 15px/20px 'Open Sans', sans-serif;
	margin-top: 4px;
}

.download_btn_new:hover {color: #fff;}

.download_page_block span.grey {
	color: #666;
	display: inline;
}

.subgroup {padding-left: 10px;}

.footer {padding-bottom: 14px;}

.footer .category_border {display: none;}

.footer p {
	color: #4e6680;
	border-top: 10px solid #4e6680;
	font: 28px 'Open Sans Condensed', sans-serif;
}

.footer_links {margin:2px auto 0;}
.footer_links a {
	color:#7f7f7f;
	padding: 0 0 2px 29px;
	margin:0 12px;
	background:url(/public/img/layout.png) no-repeat;
	line-height:21px;
}
a.tw {background-position:0 -101px;}
a.fb {background-position:0 -136px;}
a.gg {background-position:0 -172px;}

.social_block {
	text-align: center;
	margin: 10px 0;
	background-color: #f7f7f7;
}

.share_wrapper {
	text-align: center;
	font-size: 0;
}

.share_btn {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.share_btn:last-child {margin-right: 0;}

.social_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 236px;
	min-height: 50px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto 10px;
	text-align: left;
	padding-left: 64px;
	font-size: 15px;
	line-height: 19px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social_btn:last-child {margin-bottom: 0;}

.social_btn:hover {color: #fff;}

.social_btn:after {
	content: '';
	display: block;
	width: 1px;
	top: 6px;
	bottom: 6px;
	background-color: #fff;
	position: absolute;
	left: 50px;
	pointer-events: none;
}

.social_btn.facebook {
	background: #3c5a98 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Ctitle%3Efacebook%20(2)%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%233b5998%22%2F%3E%3Cpath%20d%3D%22M3.8%2C6.73H-.67V23.08H-7.42V6.73h-3.22V1h3.22V-2.73c0-2.65%2C1.26-6.82%2C6.81-6.82l5%2C0v5.57H.77A1.38%2C1.38%2C0%2C0%2C0-.67-2.38V1H4.39Z%22%20transform%3D%22translate(28.12%2018.23)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.social_btn.twitter {
	background: #50abf2 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Ctitle%3Etwitter%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%2350abf1%22%2F%3E%3Cpath%20d%3D%22M305.81%2C85.36a18.73%2C18.73%2C0%2C0%2C0%2C28.76-15.83c0-.26%2C0-.52%2C0-.77.38-.3%2C2.69-2.15%2C3.26-3.35a15.4%2C15.4%2C0%2C0%2C1-3.72%2C1h0c.17-.11%2C2.54-1.72%2C2.86-3.65a22.79%2C22.79%2C0%2C0%2C1-3.19%2C1.33c-.31.11-.63.21-1%2C.3a6.57%2C6.57%2C0%2C0%2C0-11.37%2C4.49%2C6.67%2C6.67%2C0%2C0%2C0%2C.17%2C1.49%2C19.78%2C19.78%2C0%2C0%2C1-13.5-6.82S305%2C67.8%2C310%2C72.21a6.7%2C6.7%2C0%2C0%2C1-2.84-.85%2C6.24%2C6.24%2C0%2C0%2C0%2C5.19%2C6.53%2C6%2C6%2C0%2C0%2C1-2.9.12%2C6.49%2C6.49%2C0%2C0%2C0%2C6.05%2C4.59%2C12.61%2C12.61%2C0%2C0%2C1-9.66%2C2.76Z%22%20transform%3D%22translate(-296.81%20-50.27)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.social_btn.vkontakte {
	background: #44668c url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Ctitle%3Evk%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%2344678d%22%2F%3E%3Cpath%20d%3D%22M411.29%2C73.14a24.54%2C24.54%2C0%2C0%2C0%2C3.51%2C6.15%2C3.37%2C3.37%2C0%2C0%2C0%2C.71.65.55.55%2C0%2C0%2C0%2C.91-.27%2C8%2C8%2C0%2C0%2C0%2C.32-1.88c0-1.26%2C0-2.09-.07-3.35a1.63%2C1.63%2C0%2C0%2C0-1.52-1.73c-.37-.07-.4-.37-.17-.67a2.36%2C2.36%2C0%2C0%2C1%2C1.92-.77c1.2-.06%2C2.41%2C0%2C3.61%2C0a8.05%2C8.05%2C0%2C0%2C1%2C1.47.15%2C1.34%2C1.34%2C0%2C0%2C1%2C1.07%2C1.19%2C5.29%2C5.29%2C0%2C0%2C1%2C.08%2C1c0%2C1.38-.1%2C2.76-.12%2C4.14a7.35%2C7.35%2C0%2C0%2C0%2C.15%2C1.62c.16.73.66.92%2C1.17.39a17.77%2C17.77%2C0%2C0%2C0%2C1.76-2.21A21.76%2C21.76%2C0%2C0%2C0%2C428.43%2C73c.32-.82.57-1%2C1.45-1h5a2.92%2C2.92%2C0%2C0%2C1%2C.88.12.75.75%2C0%2C0%2C1%2C.52%2C1A8.17%2C8.17%2C0%2C0%2C1%2C434.77%2C76c-1%2C1.43-2.07%2C2.82-3.1%2C4.24a4.1%2C4.1%2C0%2C0%2C0-.36.56%2C1.18%2C1.18%2C0%2C0%2C0%2C.2%2C1.68c.9.92%2C1.87%2C1.79%2C2.74%2C2.75A16.15%2C16.15%2C0%2C0%2C1%2C436%2C87.46a1.27%2C1.27%2C0%2C0%2C1-.94%2C2.12c-.75.1-4.39%2C0-4.58%2C0a3.61%2C3.61%2C0%2C0%2C1-2.53-1c-.77-.74-1.47-1.56-2.2-2.33a7.41%2C7.41%2C0%2C0%2C0-.72-.65c-.6-.46-1.2-.36-1.48.35a13.79%2C13.79%2C0%2C0%2C0-.46%2C2.35%2C1.24%2C1.24%2C0%2C0%2C1-1.3%2C1.21%2C12.23%2C12.23%2C0%2C0%2C1-6.64-1.25%2C14.11%2C14.11%2C0%2C0%2C1-4.4-3.84%2C46.79%2C46.79%2C0%2C0%2C1-4.87-8c-.08-.15-1.49-3.16-1.53-3.31a.85.85%2C0%2C0%2C1%2C.39-1.09c.25-.09%2C4.93%2C0%2C5%2C0A1.63%2C1.63%2C0%2C0%2C1%2C411.29%2C73.14Z%22%20transform%3D%22translate(-395.27%20-55.43)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.share_btn.facebook {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20455.73%20455.73%22%3E%3Ctitle%3Efacebook%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0V455.73H242.7v-176H183.37V207.83H242.7V147.47A79.48%2C79.48%2C0%2C0%2C1%2C322.18%2C68h62v64.62H339.82a25.26%2C25.26%2C0%2C0%2C0-25.25%2C25.26v50h68.52l-9.47%2C71.86H314.57v176H455.73V0Z%22%20style%3D%22fill%3A%233a559f%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.share_btn.twitter {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20455.73%20455.73%22%3E%3Ctitle%3Etwitter%3C%2Ftitle%3E%3Crect%20width%3D%22455.73%22%20height%3D%22455.73%22%20style%3D%22fill%3A%2350abf1%22%2F%3E%3Cpath%20d%3D%22M60.38%2C337.82a195.12%2C195.12%2C0%2C0%2C0%2C104.87%2C30.37c108.35%2C0%2C196.18-87.84%2C196.18-196.18q0-4-.16-8.07c3.92-3.08%2C28.16-22.51%2C34.1-35%2C0%2C0-19.68%2C8.18-38.95%2C10.11h-.12l.1-.07c1.78-1.18%2C26.59-18.08%2C30-38.2a238.94%2C238.94%2C0%2C0%2C1-33.41%2C13.93c-3.23%2C1.07-6.61%2C2.12-10.09%2C3.1a68.85%2C68.85%2C0%2C0%2C0-117.31%2C62.62c-5.31-.22-86.23-4.76-141.29-71.43%2C0%2C0-32.9%2C44.92%2C19.61%2C91.11%2C0%2C0-16-.64-29.73-8.87%2C0%2C0-5.06%2C54.42%2C54.41%2C68.33%2C0%2C0-11.71%2C4.44-30.37%2C1.28%2C0%2C0%2C10.44%2C44%2C63.27%2C48.07%2C0%2C0-41.78%2C37.74-101.08%2C28.89Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.share_btn.vk {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20455.73%20455.73%22%3E%3Ctitle%3Evk%3C%2Ftitle%3E%3Crect%20width%3D%22455.73%22%20height%3D%22455.73%22%20style%3D%22fill%3A%2344678d%22%2F%3E%3Cpath%20d%3D%22M118.06%2C138.69c10.92%2C27%2C24.76%2C52.4%2C43%2C75.23a40.22%2C40.22%2C0%2C0%2C0%2C8.68%2C7.94c4.69%2C3.22%2C9.12%2C2.09%2C11-3.28%2C2-5.63%2C3.87-17%2C4-23%2C.3-15.45%2C0-25.57-.87-41-.54-9.88-4.05-18.56-18.59-21.18-4.49-.81-4.91-4.5-2-8.19%2C6-7.67%2C14.37-8.9%2C23.44-9.38%2C14.7-.8%2C29.45-.15%2C44.17%2C0a88.12%2C88.12%2C0%2C0%2C1%2C17.93%2C1.82c7.7%2C1.68%2C11.82%2C7.08%2C13.09%2C14.6a62.22%2C62.22%2C0%2C0%2C1%2C.91%2C11.79c-.39%2C16.86-1.2%2C33.72-1.39%2C50.57a88.58%2C88.58%2C0%2C0%2C0%2C1.81%2C19.84c2%2C9%2C8.1%2C11.23%2C14.35%2C4.74a219.11%2C219.11%2C0%2C0%2C0%2C21.5-26.92C311%2C175.19%2C319.91%2C156.39%2C327.59%2C137c4-10%2C7-12.17%2C17.76-12.2q30.33-.06%2C60.66%2C0a36.36%2C36.36%2C0%2C0%2C1%2C10.72%2C1.44c5.5%2C1.75%2C7.68%2C6.23%2C6.39%2C11.91-3%2C13.33-10.2%2C24.65-17.91%2C35.53-12.37%2C17.47-25.34%2C34.51-38%2C51.78a65.48%2C65.48%2C0%2C0%2C0-4.37%2C6.92c-4.73%2C8.56-4.4%2C13.36%2C2.5%2C20.49%2C11%2C11.34%2C22.77%2C21.95%2C33.42%2C33.6a197.48%2C197.48%2C0%2C0%2C1%2C21%2C27.36c7.76%2C12.24%2C3%2C23.77-11.52%2C25.83-9.12%2C1.28-53.64%2C0-55.95%2C0a43.61%2C43.61%2C0%2C0%2C1-30.91-12.34c-9.4-9.05-17.94-19-27-28.42a74.91%2C74.91%2C0%2C0%2C0-8.75-8c-7.38-5.63-14.63-4.38-18.08%2C4.29-2.95%2C7.45-5.49%2C27-5.61%2C28.67-.62%2C8.73-6.18%2C14.3-16%2C14.83-28.24%2C1.54-55.6-1.61-81.1-15.27-21.6-11.57-38.86-27.93-53.8-47-23.75-30.3-42.5-63.61-59.62-97.9-.88-1.76-18.22-38.66-18.68-40.4-1.55-5.83-.11-11.41%2C4.82-13.33%2C3.08-1.19%2C60.25%2C0%2C61.2%2C0C108%2C125.37%2C114.22%2C129.22%2C118.06%2C138.69Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

#captcha_container {
    margin: 15px 0 0 0;
    transform: scale(0.78);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/*.ru .download_btn_new {max-width: 317px;}*/

/*Tabs + common styles }*/

.left_container .download_page_block{
	margin: 22px 20px 0 20px;
}
.left_container .download_page_block h3 {
	padding: 0 0 8px;
}
.os_tabs {
	position: relative;
	padding: 15px 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.os_tabs>a:hover:before, .os_tabs>a.active:before {
	transform: scale(1.2);
}

.os_tabs>a:before {
	transition: .3s;
}

.os_tabs:after{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #13324b1c;
	position: absolute;
	bottom:0;
	left:0;
}

.os_tabs>a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 64px;
	width: 25%;
}
.os_tabs>a:before{
	content: '';
	position: absolute;
	top: 0;
	height: 30px;
	width: 30px;
}

.win_tab:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.27%2029.29%22%3E%3Ctitle%3EWin%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.36%2C2.34C18.73%2C1.46%2C24%2C.78%2C29.27%2C0V13.86c-5.27%2C0-10.54.1-15.91.1V2.34%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M0%2C4.2C4%2C3.62%2C8%2C3%2C12%2C2.54V14.06c-4%2C0-8%2C.1-12%2C0V4.2%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M0%2C15.33c4%2C0%2C8%2C.09%2C12%2C0V26.84c-4-.58-8-1.07-12-1.66V15.33%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M13.36%2C15.43H29.27V29.29C24%2C28.51%2C18.73%2C27.73%2C13.36%2C27V15.43%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.win_tab.active:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.3%2029.3%22%3E%3Ctitle%3EWin%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.4%2C2.3C18.7%2C1.5%2C24%2C.8%2C29.3%2C0V13.9c-5.3%2C0-10.6.1-15.9.1V2.3%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3Cpath%20d%3D%22M0%2C4.2C4%2C3.6%2C8%2C3%2C12%2C2.5V14c-4%2C0-8%2C.1-12%2C0V4.2%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3Cpath%20d%3D%22M0%2C15.3c4%2C0%2C8%2C.1%2C12%2C0V26.8c-4-.6-8-1.1-12-1.7V15.3%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3Cpath%20d%3D%22M13.4%2C15.4H29.3V29.3C24%2C28.5%2C18.7%2C27.7%2C13.4%2C27V15.4%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.mac_tab:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.97%2030%22%3E%3Ctitle%3EMac%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C0h2l.24.06a13.68%2C13.68%2C0%2C0%2C1%2C5.13%2C1.37%2C14.79%2C14.79%2C0%2C0%2C1%2C8.32%2C10.74c.13.61.19%2C1.22.28%2C1.83v2l-.06.24a13.86%2C13.86%2C0%2C0%2C1-1.39%2C5.2%2C14.76%2C14.76%2C0%2C0%2C1-10.73%2C8.29c-.59.12-1.19.18-1.79.27H14l-.27-.06a14.06%2C14.06%2C0%2C0%2C1-4-.89A15%2C15%2C0%2C0%2C1%2C.94%2C9.83l.17-.42A14.54%2C14.54%2C0%2C0%2C1%2C12.16.28C12.76.15%2C13.37.09%2C14%2C0Zm8.14%2C24.28c-.12-.19-.2-.3-.28-.42Q18.92%2C19.59%2C16%2C15.3a.42.42%2C0%2C0%2C1%2C0-.59l5.88-8.59c.08-.12.15-.23.25-.4H20.87a.55.55%2C0%2C0%2C0-.54.3l-5.09%2C7.44c-.07.11-.15.21-.24.34l-.24-.33L9.64%2C6c-.08-.11-.18-.28-.29-.28H7.83l.28.42L14%2C14.67a.48.48%2C0%2C0%2C1%2C0%2C.65c-2%2C2.85-3.91%2C5.71-5.87%2C8.56l-.25.4H9.14a.51.51%2C0%2C0%2C0%2C.5-.28l5.11-7.47L15%2C16.2c.11.15.19.26.26.37L20.33%2C24a.63.63%2C0%2C0%2C0%2C.34.26c.46%2C0%2C.92%2C0%2C1.45%2C0Z%22%20transform%3D%22translate(0)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.mac_tab.active:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.91%2030%22%3E%3Ctitle%3EMac%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C0h2c.1%2C0%2C.2%2C0%2C.2.1a12.94%2C12.94%2C0%2C0%2C1%2C5.1%2C1.4%2C14.43%2C14.43%2C0%2C0%2C1%2C8.3%2C10.7l.3%2C1.8v2c0%2C.1%2C0%2C.2-.1.2a13.42%2C13.42%2C0%2C0%2C1-1.4%2C5.2%2C14.89%2C14.89%2C0%2C0%2C1-10.7%2C8.3l-1.8.3h-2a.37.37%2C0%2C0%2C1-.3-.1%2C13.67%2C13.67%2C0%2C0%2C1-4-.9A15%2C15%2C0%2C0%2C1%2C.9%2C9.8a.52.52%2C0%2C0%2C0%2C.2-.4A14.4%2C14.4%2C0%2C0%2C1%2C12.2.3Zm8.1%2C24.3a1.38%2C1.38%2C0%2C0%2C0-.3-.4c-2-2.8-3.9-5.7-5.9-8.6a.38.38%2C0%2C0%2C1%2C0-.6l5.9-8.6c.2-.1.2-.2.3-.4H20.8a.55.55%2C0%2C0%2C0-.5.3l-5.1%2C7.4c-.1.1-.1.2-.2.3l-.2-.3L9.6%2C6c0-.1-.1-.3-.2-.3H7.9l.3.4%2C5.9%2C8.5c.2.2.2.5%2C0%2C.6-2%2C2.9-3.9%2C5.7-5.9%2C8.6l-.3.4H9.2a.55.55%2C0%2C0%2C0%2C.5-.3l5.1-7.5.3-.3c.1.1.2.3.3.4l5.1%2C7.4.3.3a4.89%2C4.89%2C0%2C0%2C0%2C1.3.1Z%22%20transform%3D%22translate(0.01)%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.android_tab:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.7%2029.53%22%3E%3Ctitle%3EAndroid%3C%2Ftitle%3E%3Cpath%20d%3D%22M33.58%2C29.54V20.33H.11v9.21H33.58%22%20transform%3D%22translate(0%20-0.01)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M25.16%2C5.28%2C28%2C.9a.5.5%2C0%2C0%2C0-.06-.69.56.56%2C0%2C0%2C0-.17-.09.49.49%2C0%2C0%2C0-.69.07A1.09%2C1.09%2C0%2C0%2C0%2C27%2C.34L24%2C4.83a19.23%2C19.23%2C0%2C0%2C0-7.19-1.34A18.8%2C18.8%2C0%2C0%2C0%2C9.66%2C4.83L6.74.34A.57.57%2C0%2C0%2C0%2C6%2C.12.73.73%2C0%2C0%2C0%2C5.73.9L8.54%2C5.28C3.48%2C7.75%2C0%2C12.47%2C0%2C17.86v1H33.7v-1c0-5.39-3.48-10.11-8.54-12.58M9.1%2C13a1.57%2C1.57%2C0%2C1%2C1%2C1.57-1.57h0A1.53%2C1.53%2C0%2C0%2C1%2C9.18%2C13H9.1m15.5%2C0a1.57%2C1.57%2C0%2C1%2C1%2C1.57-1.57h0A1.47%2C1.47%2C0%2C0%2C1%2C24.81%2C13H24.6%22%20transform%3D%22translate(0%20-0.01)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.android_tab.active:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.7%2029.47%22%3E%3Ctitle%3EAndroid%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M33.6%2C29.5V20.3H.1v9.2H33.6%22%20transform%3D%22translate(0%20-0.03)%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3Cpath%20d%3D%22M25.2%2C5.3%2C28%2C.9a.49.49%2C0%2C0%2C0-.1-.7.35.35%2C0%2C0%2C0-.2-.1.48.48%2C0%2C0%2C0-.6.1L27%2C.3%2C24%2C4.8a17.69%2C17.69%2C0%2C0%2C0-7.2-1.3A19%2C19%2C0%2C0%2C0%2C9.7%2C4.8L6.7.3A.57.57%2C0%2C0%2C0%2C6%2C.1a1.14%2C1.14%2C0%2C0%2C0-.3.8L8.5%2C5.3C3.5%2C7.8%2C0%2C12.5%2C0%2C17.9v1H33.7v-1c0-5.4-3.5-10.1-8.5-12.6M9.1%2C13a1.6%2C1.6%2C0%2C1%2C1%2C1.6-1.6h0A1.58%2C1.58%2C0%2C0%2C1%2C9.1%2C13h0m15.5%2C0a1.6%2C1.6%2C0%2C1%2C1%2C1.6-1.6h0A1.54%2C1.54%2C0%2C0%2C1%2C24.8%2C13h-.2%22%20transform%3D%22translate(0%20-0.03)%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.linux_tab:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.41%2030.02%22%3E%3Ctitle%3Elinux%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C30H5.28a27.39%2C27.39%2C0%2C0%2C0%2C2-7.49c0-.05.07-.1.19-.27.54.39%2C1.12.74%2C1.62%2C1.18%2C2.36%2C2.07%2C4.22%2C2.23%2C6.93.63.78-.46%2C1.63-.8%2C2.42-1.25s1.58-1%2C2.42-1.51a1.84%2C1.84%2C0%2C0%2C1%2C.17.38A77.29%2C77.29%2C0%2C0%2C0%2C24%2C30h8.38c-1.08-1.46-2.2-2.9-3.3-4.35a13.33%2C13.33%2C0%2C0%2C1-3-9.17%2C29.31%2C29.31%2C0%2C0%2C0-.67-8.71C24.58%2C4%2C22.63%2C1.22%2C18.65.3a13.92%2C13.92%2C0%2C0%2C0-5.89%2C0A8.59%2C8.59%2C0%2C0%2C0%2C5.54%2C7.2c-.76%2C3.14-.46%2C6.3-.28%2C9.47a15.51%2C15.51%2C0%2C0%2C1-3.5%2C11C1.16%2C28.48.57%2C29.23%2C0%2C30ZM14%2C13.14c.32-2.21%2C1.84-3.67%2C3.67-3.54a3.79%2C3.79%2C0%2C0%2C1%2C3.09%2C3.25%2C5.59%2C5.59%2C0%2C0%2C1-.38%2C3.58c-.32.7-.72%2C1-1.44.54a4.88%2C4.88%2C0%2C0%2C0-.66-.29%2C20.66%2C20.66%2C0%2C0%2C0%2C.28-2.6c0-1-.69-1.79-1.38-1.76-1%2C0-1.29.77-1.5%2C1.55a8.14%2C8.14%2C0%2C0%2C0-.18%2C1.39C13.81%2C14.88%2C13.74%2C14.77%2C14%2C13.14ZM7.12%2C11.3a1.92%2C1.92%2C0%2C0%2C1%2C2.58-.85%2C2%2C2%2C0%2C0%2C1%2C.77.71%2C4.06%2C4.06%2C0%2C0%2C1%2C.93%2C3.16c-.06.44-.72.8-1.17%2C1.26a15.63%2C15.63%2C0%2C0%2C0-.66-2.11%2C1.1%2C1.1%2C0%2C0%2C0-.87-.55%2C1.18%2C1.18%2C0%2C0%2C0-.74.71%2C3.14%2C3.14%2C0%2C0%2C0%2C.58%2C3.15l-.83.57A5.19%2C5.19%2C0%2C0%2C1%2C7.12%2C11.3ZM7%2C18.52c1-.8%2C2-1.62%2C3-2.4a4.48%2C4.48%2C0%2C0%2C1%2C4.88-.5L19.5%2C17.7c1.59.73%2C1.86%2C2%2C.72%2C3.33a1.11%2C1.11%2C0%2C0%2C1-.26.27c-2.07%2C1.09-4.13%2C2.18-6.22%2C3.23a3.07%2C3.07%2C0%2C0%2C1-1%2C.1h-.53C11%2C24.48%2C7%2C21.6%2C6.49%2C20.45A1.49%2C1.49%2C0%2C0%2C1%2C7%2C18.52Z%22%20transform%3D%22translate(0%200.02)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M19.45%2C19.53c-2.22%2C1-4.09%2C2.75-6.67%2C3a6.52%2C6.52%2C0%2C0%2C1-5.69-3.11%2C3.5%2C3.5%2C0%2C0%2C1%2C.62.29c.43.36.84.76%2C1.28%2C1.11a5%2C5%2C0%2C0%2C0%2C5.54.8c1.19-.54%2C2.31-1.24%2C3.48-1.85.42-.22.86-.39%2C1.3-.58Z%22%20transform%3D%22translate(0%200.02)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.linux_tab.active:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.4%2030.2%22%3E%3Ctitle%3Elinux%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C30H5.3a27.73%2C27.73%2C0%2C0%2C0%2C2-7.5%2C1.24%2C1.24%2C0%2C0%2C0%2C.2-.3c.5.4%2C1.1.8%2C1.6%2C1.2%2C2.4%2C2.1%2C4.2%2C2.2%2C6.9.6.8-.5%2C1.6-.8%2C2.4-1.3l2.4-1.5c.1.1.1.2.2.4a63.37%2C63.37%2C0%2C0%2C0%2C3%2C8.3h8.4c-1.1-1.5-2.2-2.9-3.3-4.4a13.28%2C13.28%2C0%2C0%2C1-3-9.2%2C28.22%2C28.22%2C0%2C0%2C0-.7-8.7c-.9-3.8-2.8-6.5-6.8-7.5a14.65%2C14.65%2C0%2C0%2C0-5.9%2C0A9.08%2C9.08%2C0%2C0%2C0%2C5.5%2C7.2c-.8%2C3.1-.5%2C6.3-.3%2C9.5a15.65%2C15.65%2C0%2C0%2C1-3.5%2C11C1.2%2C28.5.6%2C29.2%2C0%2C30ZM14%2C13.1c.3-2.2%2C1.8-3.7%2C3.7-3.5a3.82%2C3.82%2C0%2C0%2C1%2C3.1%2C3.3%2C5.58%2C5.58%2C0%2C0%2C1-.4%2C3.6c-.3.7-.7%2C1-1.4.5a4.88%2C4.88%2C0%2C0%2C0-.7-.3c.1-.9.2-1.7.3-2.6a1.69%2C1.69%2C0%2C0%2C0-1.4-1.8c-1%2C0-1.3.8-1.5%2C1.6a6.75%2C6.75%2C0%2C0%2C0-.2%2C1.4C13.8%2C14.9%2C13.7%2C14.8%2C14%2C13.1ZM7.1%2C11.3a1.94%2C1.94%2C0%2C0%2C1%2C2.6-.8%2C2.7%2C2.7%2C0%2C0%2C1%2C.8.7%2C4.06%2C4.06%2C0%2C0%2C1%2C.9%2C3.2c-.1.4-.7.8-1.2%2C1.3a17.23%2C17.23%2C0%2C0%2C0-.7-2.1%2C1.46%2C1.46%2C0%2C0%2C0-.9-.6c-.2%2C0-.5.3-.6.6a3.13%2C3.13%2C0%2C0%2C0%2C.6%2C3.2l-.8.6A5.15%2C5.15%2C0%2C0%2C1%2C7.1%2C11.3ZM7%2C18.5l3-2.4a4.59%2C4.59%2C0%2C0%2C1%2C4.9-.5l4.6%2C2.1c1.6.7%2C1.9%2C2%2C.7%2C3.3l-.3.3c-2.1%2C1.1-4.1%2C2.2-6.2%2C3.2a3.4%2C3.4%2C0%2C0%2C1-1%2C.1h-.5c-1.2-.2-5.2-3-5.7-4.2A1.45%2C1.45%2C0%2C0%2C1%2C7%2C18.5Z%22%20transform%3D%22translate(0%200.2)%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3Cpath%20d%3D%22M19.5%2C19.5c-2.2%2C1-4.1%2C2.8-6.7%2C3a6.58%2C6.58%2C0%2C0%2C1-5.7-3.1l.6.3A6.89%2C6.89%2C0%2C0%2C0%2C9%2C20.8a4.87%2C4.87%2C0%2C0%2C0%2C5.5.8A30.1%2C30.1%2C0%2C0%2C0%2C18%2C19.7c.4-.2.9-.4%2C1.3-.6Z%22%20transform%3D%22translate(0%200.2)%22%20style%3D%22fill%3A%2340b4f0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.os_tabs>a:not(:last-child){
	margin-right: 20px;
}

.os_tabs>a>span {
	font:14px/25px 'Open Sans', sans-serif;
	font-weight: 600;
	color: #13324b;
	white-space: nowrap;
	margin-bottom: 4px;
}
.os_tabs>.active>span{
	color: #40b4f0;
}
.os_tabs>.active:after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #40b4f0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.download_page_block .h3>span{
	display: inline-block;
	margin: 0;
	color: #bc0d43;
}
.version {
	color: #13324b;
}
.download_btn_new{
	margin-bottom: 1px;
}
.download_btn_new>span {
	font-weight: 300;
}
.download_btn_new .btn_second{
	font-size: 19px;
	font-weight: 300;
}

.list_name{
	margin-bottom: 9px;
}

.download_list{
	list-style: none;
	margin-bottom: 22px;
}

div.list_item{
	margin-bottom: 20px;
}
.list_item {
	margin-left: 13px;
	padding-left: 28px;
	position: relative;
}
.list_item>a:before{
	content: '';
	position:absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 4px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3Edownload_FDM_green%3C%2Ftitle%3E%3Cpath%20d%3D%22M15.05%2C7.2h0a.87.87%2C0%2C0%2C1%2C.88.88V20.44a.87.87%2C0%2C0%2C1-.88.88h0a.87.87%2C0%2C0%2C1-.88-.88V8.08A.87.87%2C0%2C0%2C1%2C15.05%2C7.2Z%22%20style%3D%22fill%3A%2352a918%22%2F%3E%3Crect%20x%3D%2211.99%22%20y%3D%2215.71%22%20width%3D%221.66%22%20height%3D%227.95%22%20rx%3D%220.68%22%20transform%3D%22translate(-10.16%2014.83)%20rotate(-45)%22%20style%3D%22fill%3A%2352a918%22%2F%3E%3Crect%20x%3D%2213.21%22%20y%3D%2218.85%22%20width%3D%227.95%22%20height%3D%221.66%22%20rx%3D%220.68%22%20transform%3D%22translate(-8.89%2017.91)%20rotate(-45)%22%20style%3D%22fill%3A%2352a918%22%2F%3E%3Cpath%20d%3D%22M15%2C30A15%2C15%2C0%2C1%2C1%2C30%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C30ZM15%2C1.76A13.24%2C13.24%2C0%2C1%2C0%2C28.24%2C15%2C13.24%2C13.24%2C0%2C0%2C0%2C15%2C1.76Z%22%20style%3D%22fill%3A%2352a918%22%2F%3E%3C%2Fsvg%3E') no-repeat;

}
.list_item>a:hover:before{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3Edownload_FDM_inv%3C%2Ftitle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20style%3D%22fill%3A%2352a918%22%2F%3E%3Cpath%20d%3D%22M15.05%2C7.2h0a.87.87%2C0%2C0%2C1%2C.88.86V20.44a.87.87%2C0%2C0%2C1-.86.88h0a.87.87%2C0%2C0%2C1-.88-.86V8.08A.87.87%2C0%2C0%2C1%2C15%2C7.2Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20x%3D%2211.93%22%20y%3D%2215.71%22%20width%3D%221.66%22%20height%3D%227.95%22%20rx%3D%220.68%22%20transform%3D%22translate(-10.18%2014.78)%20rotate(-45)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20x%3D%2213.26%22%20y%3D%2218.85%22%20width%3D%227.95%22%20height%3D%221.66%22%20rx%3D%220.68%22%20transform%3D%22translate(-8.87%2017.96)%20rotate(-45)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.download_page_block .thx {
	padding: 0;
	font: 16px/25px 'Open Sans', sans-serif;
	color: #666666;
}
/*Tabs {*/

/*Android styles {*/
.download_btn_google {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	background-image: -moz-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);
	width: 180px;
	height: 54px;
	border: 1px solid rgb(201, 202, 202);
	border-radius: 5px;
	padding: 5px 9px 5px 60px;
	margin: 10px 0 20px;
}
.download_btn_google>span {
	color: #555555;
	font-weight: 700;
	font-size: 14px;
}
.download_page_block .download_btn_google span {
	line-height: 14px;
	letter-spacing: 0;
}
.download_btn_google:before{
	content: '';
	position:absolute;
	width: 32px;
	height: 34px;
	left: 13px;
	top: 9px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22d%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2034%2036.39%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82%22%20x1%3D%22-1.48%22%20y1%3D%2210.99%22%20x2%3D%2213.16%22%20y2%3D%2236.34%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.09%22%20stop-color%3D%22%2349ddfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346befd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_2%22%20x1%3D%229.76%22%20y1%3D%2227.97%22%20x2%3D%2214.24%22%20y2%3D%2235.73%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2337f175%22%2F%3E%3Cstop%20offset%3D%220.99%22%20stop-color%3D%22%233cf07d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_3%22%20x1%3D%2214.92%22%20y1%3D%228.61%22%20x2%3D%229.79%22%20y2%3D%2217.5%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f44149%22%2F%3E%3Cstop%20offset%3D%220.99%22%20stop-color%3D%22%23d82e55%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ctitle%3Egoogle_play%3C%2Ftitle%3E%3Cpath%20d%3D%22M18.8%2C19.3%2C1.3%2C36.9A4.39%2C4.39%2C0%2C0%2C1%2C0%2C33.8V6.2A4.39%2C4.39%2C0%2C0%2C1%2C1.3%2C3.1Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82)%22%2F%3E%3Cpath%20d%3D%22M34%2C20a4.38%2C4.38%2C0%2C0%2C1-2.3%2C3.8l-5%2C2.8-6.2-5.7-1.7-1.6%2C6.6-6.6%2C6.3%2C3.5A4.38%2C4.38%2C0%2C0%2C1%2C34%2C20Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3A%23f7cf18%22%2F%3E%3Cpath%20d%3D%22M18.8%2C19.3%2C1.3%2C3.1a5.55%2C5.55%2C0%2C0%2C1%2C.8-.6%2C4.47%2C4.47%2C0%2C0%2C1%2C4.6-.1L25.3%2C12.7Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_2)%22%2F%3E%3Cpath%20d%3D%22M26.7%2C26.6%2C6.8%2C37.6a4.65%2C4.65%2C0%2C0%2C1-2.3.6%2C4.42%2C4.42%2C0%2C0%2C1-2.4-.7%2C5.5%2C5.5%2C0%2C0%2C1-.9-.7L18.7%2C19.2l1.7%2C1.6Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_3)%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.download_btn_google .btn_second {
	text-transform: uppercase;
}
.download_btn_google:hover {
	opacity: .8;
}

.qr_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.qr_block img {
	border: 6px solid white;
	outline: 1px solid grey;
}
.qr_block span {
	font-size: 16px;
	color: #13324b;
	margin-left: 20px;
}

/*Android styles }*/
/*Permission styles {*/
.permission_container {
	padding: 24px;
}
.permission_item {
	position: relative;
	padding: 0 0 10px 80px;
	margin-bottom: 40px;
}
.permission_item h3, .permission_item p {
	color: #13324b;
}
.left_container .permission_item h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 0;
}
.left_container .permission_item p {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
.permission_item::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	height: 40px;
}
.permission_item.history::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%82%3C%2Ftitle%3E%3Cpath%20d%3D%22M437%2C75A256.31%2C256.31%2C0%2C0%2C0%2C169.2%2C15.1l-5.69-9.8a10%2C10%2C0%2C0%2C0-8.65-5h0a10%2C10%2C0%2C0%2C0-8.65%2C5L106.64%2C74.27a10%2C10%2C0%2C0%2C0%2C8.68%2C15h0L194.81%2C89a10%2C10%2C0%2C0%2C0%2C8.62-15L200%2C68.13A195.51%2C195.51%2C0%2C0%2C1%2C256%2C60c108.07%2C0%2C196%2C87.93%2C196%2C196S364.07%2C452%2C256%2C452%2C60%2C364.07%2C60%2C256a10%2C10%2C0%2C0%2C0-10-10H10A10%2C10%2C0%2C0%2C0%2C0%2C256%2C256%2C256%2C0%2C0%2C0%2C437%2C437a256%2C256%2C0%2C0%2C0%2C0-362ZM256%2C492C129.22%2C492%2C25.47%2C391.51%2C20.21%2C266h20a216%2C216%2C0%2C0%2C0%2C368.5%2C142.73%2C216%2C216%2C0%2C0%2C0-227-355.61%2C10%2C10%2C0%2C0%2C0-5.21%2C14.42l.89%2C1.54-44.82.12%2C22.3-38.88%2C1.26%2C2.16a10%2C10%2C0%2C0%2C0%2C12.35%2C4.26A234.88%2C234.88%2C0%2C0%2C1%2C256%2C20c130.13%2C0%2C236%2C105.87%2C236%2C236S386.13%2C492%2C256%2C492Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M379%2C133a10%2C10%2C0%2C0%2C0-14.13%2C14.16l.07.08A10%2C10%2C0%2C0%2C0%2C379.11%2C133Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M344.55%2C117.56A10%2C10%2C0%2C0%2C0%2C340.69%2C104%2C175.3%2C175.3%2C0%2C0%2C0%2C233.1%2C83.5%2C174%2C174%2C0%2C0%2C0%2C133%2C379a174%2C174%2C0%2C0%2C0%2C272.4-212.38%2C10%2C10%2C0%2C1%2C0-17.16%2C10.28%2C154%2C154%2C0%2C1%2C1-241.09-29.83c48.46-48.47%2C124.05-59%2C183.84-25.69A10%2C10%2C0%2C0%2C0%2C344.55%2C117.56Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M266.13%2C136.5V129a10%2C10%2C0%2C0%2C0-20%2C0v7.5a10%2C10%2C0%2C0%2C0%2C20%2C0Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M245.87%2C375.5V383a10%2C10%2C0%2C0%2C0%2C20%2C0v-7.5a10%2C10%2C0%2C0%2C0-20%2C0Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M365.5%2C256.13a10%2C10%2C0%2C0%2C0%2C10%2C10H383a10%2C10%2C0%2C0%2C0%2C0-20h-7.5A10%2C10%2C0%2C0%2C0%2C365.5%2C256.13Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M129%2C245.87a10%2C10%2C0%2C0%2C0%2C0%2C20h7.5a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M316%2C256a10%2C10%2C0%2C0%2C0-10-10H260.14l-75-75A10%2C10%2C0%2C0%2C0%2C171%2C185.17l77.9%2C77.9A10%2C10%2C0%2C0%2C0%2C256%2C266h50A10%2C10%2C0%2C0%2C0%2C316%2C256Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.permission_item.acces::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20504.04%20512%22%3E%3Ctitle%3Ekey%3C%2Ftitle%3E%3Cpath%20d%3D%22M335%2C0c-95.42%2C0-173%2C77.63-173%2C173.05a171.76%2C171.76%2C0%2C0%2C0%2C11.21%2C61.4L7.67%2C399.93A12.62%2C12.62%2C0%2C0%2C0%2C4%2C408.85v90.54A12.61%2C12.61%2C0%2C0%2C0%2C16.59%2C512H91.21a12.63%2C12.63%2C0%2C0%2C0%2C8.91-3.69l25.14-25.1a12.62%2C12.62%2C0%2C0%2C0%2C3.7-8.93V443.41H159.8a12.62%2C12.62%2C0%2C0%2C0%2C12.61-12.61V418.44h12.36a12.62%2C12.62%2C0%2C0%2C0%2C12.61-12.62V378.69h27.14a12.58%2C12.58%2C0%2C0%2C0%2C8.91-3.7l40.13-40.12A171.8%2C171.8%2C0%2C0%2C0%2C335%2C346.1c95.42%2C0%2C173-77.63%2C173-173S430.39%2C0%2C335%2C0Zm0%2C320.87a146.72%2C146.72%2C0%2C0%2C1-59.33-12.39A12.6%2C12.6%2C0%2C0%2C0%2C261.76%2C311l-.11.1L219.3%2C353.47H184.77a12.61%2C12.61%2C0%2C0%2C0-12.61%2C12.61v27.13H159.8a12.62%2C12.62%2C0%2C0%2C0-12.61%2C12.61v12.36H116.35a12.62%2C12.62%2C0%2C0%2C0-12.61%2C12.61v38.26L86%2C486.78H29.2V469L183.34%2C314.82a11.35%2C11.35%2C0%2C1%2C0-16.05-16.06L29.2%2C436.85V414.07L196.9%2C246.36l.1-.11a12.6%2C12.6%2C0%2C0%2C0%2C2.53-13.87%2C146.71%2C146.71%2C0%2C0%2C1-12.38-59.33c0-81.51%2C66.31-147.83%2C147.83-147.83S482.8%2C91.54%2C482.8%2C173.05%2C416.48%2C320.87%2C335%2C320.87Z%22%20transform%3D%22translate(-3.98)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M387.64%2C73.14a47.24%2C47.24%2C0%2C1%2C0%2C47.24%2C47.24A47.29%2C47.29%2C0%2C0%2C0%2C387.64%2C73.14Zm0%2C69.26a22%2C22%2C0%2C1%2C1%2C22-22A22%2C22%2C0%2C0%2C1%2C387.64%2C142.4Z%22%20transform%3D%22translate(-3.98)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.permission_item.messages::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20460%22%3E%3Ctitle%3Espeech-bubble%3C%2Ftitle%3E%3Cpath%20d%3D%22M256%2C100a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C256%2C100Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M90%2C280a10%2C10%2C0%2C1%2C0-10-10A10%2C10%2C0%2C0%2C0%2C90%2C280Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M336%2C0C246%2C0%2C172.08%2C62.07%2C166.37%2C140.25%2C80.63%2C144.55%2C0%2C206.38%2C0%2C290%2C0%2C325%2C13.83%2C358.8%2C39%2C385.63a60.83%2C60.83%2C0%2C0%2C1-16.07%2C57.3A10%2C10%2C0%2C0%2C0%2C30%2C460a110.32%2C110.32%2C0%2C0%2C0%2C76.43-30.89C126.32%2C435.89%2C152.28%2C440%2C176%2C440c90%2C0%2C163.9-62.05%2C169.63-140.22%2C20.94-.93%2C42.71-4.8%2C59.94-10.67A110.32%2C110.32%2C0%2C0%2C0%2C482%2C320a10%2C10%2C0%2C0%2C0%2C7.07-17.07A60.83%2C60.83%2C0%2C0%2C1%2C473%2C245.63C498.17%2C218.8%2C512%2C185%2C512%2C150%2C512%2C63.11%2C425.16%2C0%2C336%2C0ZM176%2C420c-23.6%2C0-50.5-4.63-68.51-11.8a10%2C10%2C0%2C0%2C0-11.08%2C2.54%2C90.18%2C90.18%2C0%2C0%2C1-44.88%2C26.63%2C80.88%2C80.88%2C0%2C0%2C0%2C6.1-59.52%2C9.83%2C9.83%2C0%2C0%2C0-2.45-4.22C32.5%2C350.26%2C20%2C320.56%2C20%2C290c0-70.47%2C71.44-130%2C156-130%2C79.85%2C0%2C150%2C55.53%2C150%2C130C326%2C361.68%2C258.71%2C420%2C176%2C420ZM456.82%2C233.63a9.89%2C9.89%2C0%2C0%2C0-2.45%2C4.22%2C80.88%2C80.88%2C0%2C0%2C0%2C6.1%2C59.52%2C90.18%2C90.18%2C0%2C0%2C1-44.88-26.63%2C10%2C10%2C0%2C0%2C0-11.08-2.54c-15.61%2C6.21-37.88%2C10.51-58.91%2C11.55-2.92-37.82-21.79-73.36-54-99.75H422a10%2C10%2C0%2C0%2C0%2C0-20H260.84a186.7%2C186.7%2C0%2C0%2C0-74.42-19.71C192.16%2C73.13%2C257.06%2C20%2C336%2C20c84.56%2C0%2C156%2C59.53%2C156%2C130C492%2C180.56%2C479.5%2C210.26%2C456.82%2C233.63Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M256%2C260H130a10%2C10%2C0%2C0%2C0%2C0%2C20H256a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M256%2C320H90a10%2C10%2C0%2C0%2C0%2C0%2C20H256a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M422%2C100H296a10%2C10%2C0%2C0%2C0%2C0%2C20H422a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.permission_item.download::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20430.66%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%821%3C%2Ftitle%3E%3Cpath%20d%3D%22M430.66%2C180.59A110.65%2C110.65%2C0%2C0%2C0%2C398%2C101.81L328.85%2C32.63A110.73%2C110.73%2C0%2C0%2C0%2C250.06%2C0H89.74A43.73%2C43.73%2C0%2C0%2C0%2C46.06%2C43.68v2.38H43.68A43.74%2C43.74%2C0%2C0%2C0%2C0%2C89.74V468.32A43.73%2C43.73%2C0%2C0%2C0%2C43.68%2C512H340.92a43.73%2C43.73%2C0%2C0%2C0%2C43.68-43.68v-2.38H387a43.74%2C43.74%2C0%2C0%2C0%2C43.68-43.68V180.6ZM318.24%2C43.24l69.18%2C69.18a96.17%2C96.17%2C0%2C0%2C1%2C22.66%2C35.7%2C65.64%2C65.64%2C0%2C0%2C0-45.27-18.07H329.29a28.72%2C28.72%2C0%2C0%2C1-28.68-28.68V65.85a65.64%2C65.64%2C0%2C0%2C0-18.07-45.27A96%2C96%2C0%2C0%2C1%2C318.24%2C43.24Zm97.42%2C379A28.72%2C28.72%2C0%2C0%2C1%2C387%2C450.94H306.26a7.5%2C7.5%2C0%2C0%2C0%2C0%2C15H369.6v2.38A28.72%2C28.72%2C0%2C0%2C1%2C340.92%2C497H43.68A28.71%2C28.71%2C0%2C0%2C1%2C15%2C468.32V89.74A28.71%2C28.71%2C0%2C0%2C1%2C43.68%2C61.06h2.38v361.2a43.74%2C43.74%2C0%2C0%2C0%2C43.68%2C43.68H276.26a7.5%2C7.5%2C0%2C0%2C0%2C0-15H89.74a28.72%2C28.72%2C0%2C0%2C1-28.68-28.68V43.68A28.72%2C28.72%2C0%2C0%2C1%2C89.74%2C15h145a50.91%2C50.91%2C0%2C0%2C1%2C50.85%2C50.85v35.52a43.73%2C43.73%2C0%2C0%2C0%2C43.68%2C43.68h35.52a50.91%2C50.91%2C0%2C0%2C1%2C50.85%2C50.85Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M220.33%2C341.4a25.49%2C25.49%2C0%2C0%2C0%2C36.06%2C0l52.74-52.74A15.76%2C15.76%2C0%2C0%2C0%2C298%2C261.75h-16.1V163.47a15.78%2C15.78%2C0%2C0%2C0-15.76-15.76H210.6a15.78%2C15.78%2C0%2C0%2C0-15.76%2C15.76v38.82a7.5%2C7.5%2C0%2C0%2C0%2C15%2C0V163.47a.76.76%2C0%2C0%2C1%2C.76-.76h55.52a.76.76%2C0%2C0%2C1%2C.76.76V269.25a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5H298a.67.67%2C0%2C0%2C1%2C.71.47.66.66%2C0%2C0%2C1-.17.83l-52.74%2C52.74a10.48%2C10.48%2C0%2C0%2C1-14.84%2C0L178.2%2C278.05a.66.66%2C0%2C0%2C1-.17-.83.67.67%2C0%2C0%2C1%2C.71-.47h23.6a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-37a7.5%2C7.5%2C0%2C0%2C0-15%2C0v29.46h-16.1a15.76%2C15.76%2C0%2C0%2C0-11.15%2C26.91Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M302.74%2C357.63H174a23.62%2C23.62%2C0%2C0%2C0-23.6%2C23.6v.44a23.63%2C23.63%2C0%2C0%2C0%2C23.6%2C23.6H302.74a23.62%2C23.62%2C0%2C0%2C0%2C23.6-23.6v-.44A23.62%2C23.62%2C0%2C0%2C0%2C302.74%2C357.63Zm8.6%2C24a8.61%2C8.61%2C0%2C0%2C1-8.6%2C8.6H174a8.61%2C8.61%2C0%2C0%2C1-8.6-8.6v-.44a8.61%2C8.61%2C0%2C0%2C1%2C8.6-8.6H302.74a8.61%2C8.61%2C0%2C0%2C1%2C8.6%2C8.6Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.permission_item.notification::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20471.07%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%822%3C%2Ftitle%3E%3Cpath%20d%3D%22M426.49%2C348.88h0c-14.72%2C0-23-7.65-27.79-25.54-4.87-18.29-5-44.81-5.2-72.89-.21-34-.44-72.59-8.9-107.07A7.6%2C7.6%2C0%2C1%2C0%2C369.8%2C147c8%2C32.75%2C8.26%2C70.36%2C8.46%2C103.54.18%2C29.08.35%2C56.55%2C5.71%2C76.71q3.5%2C13.15%2C10%2C21.63H77.11q6.48-8.47%2C10-21.63c5.36-20.16%2C5.53-47.63%2C5.7-76.71.27-44.39.58-94.71%2C18.74-133.22C132%2C74%2C172.55%2C52.9%2C235.54%2C52.9c34.59%2C0%2C62.89%2C6.5%2C84.12%2C19.33%2C18.41%2C11.11%2C31.93%2C26.91%2C41.32%2C48.3a7.61%2C7.61%2C0%2C0%2C0%2C13.93-6.12c-10.55-24-26.49-42.59-47.38-55.2-13.34-8.06-29-13.87-46.83-17.41a45.29%2C45.29%2C0%2C0%2C0-90.31%2C0c-17%2C3.37-32.06%2C8.81-45%2C16.29-20.77%2C12-36.79%2C29.78-47.62%2C52.74-19.6%2C41.54-19.92%2C93.64-20.19%2C139.61-.18%2C28.08-.34%2C54.6-5.2%2C72.89-4.76%2C17.89-13.07%2C25.53-27.8%2C25.54h0a44.58%2C44.58%2C0%2C0%2C0%2C0%2C89.16H92.71a7.6%2C7.6%2C0%2C1%2C0%2C0-15.2H44.58a29.38%2C29.38%2C0%2C0%2C1%2C0-58.75H426.5a29.38%2C29.38%2C0%2C0%2C1%2C0%2C58.75H123.13a7.6%2C7.6%2C0%2C1%2C0%2C0%2C15.2h31.21a81.55%2C81.55%2C0%2C0%2C0%2C162.39%2C0H426.49a44.58%2C44.58%2C0%2C0%2C0%2C0-89.16Zm-191-333.67A30.14%2C30.14%2C0%2C0%2C1%2C265%2C39.37a261.39%2C261.39%2C0%2C0%2C0-59%2C0A30.14%2C30.14%2C0%2C0%2C1%2C235.54%2C15.21Zm0%2C481.58A66.44%2C66.44%2C0%2C0%2C1%2C169.63%2C438H301.44A66.43%2C66.43%2C0%2C0%2C1%2C235.54%2C496.79Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M357.63%2C47.72c.14.08%2C13.68%2C7.8%2C27%2C25.75%2C17.84%2C24%2C26.89%2C54.07%2C26.89%2C89.26a7.61%2C7.61%2C0%2C1%2C0%2C15.21%2C0c0-48.44-16.55-80.6-30.43-99C381.05%2C43.43%2C365.66%2C34.78%2C365%2C34.42a7.61%2C7.61%2C0%2C0%2C0-7.38%2C13.3Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M415%2C50.51c1.23.8%2C30%2C20.1%2C30%2C68.63a7.61%2C7.61%2C0%2C1%2C0%2C15.21%2C0c0-57.25-35.47-80.48-37-81.44A7.61%2C7.61%2C0%2C0%2C0%2C415%2C50.51Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M52%2C170.34a7.61%2C7.61%2C0%2C0%2C0%2C7.6-7.61c0-35.19%2C9-65.22%2C26.89-89.26%2C13.24-17.83%2C26.7-25.58%2C27-25.75a7.6%2C7.6%2C0%2C0%2C0-7.37-13.3c-.65.36-16%2C9-31.29%2C29.27-13.88%2C18.44-30.42%2C50.6-30.42%2C99A7.61%2C7.61%2C0%2C0%2C0%2C52%2C170.34Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M18.5%2C126.75a7.61%2C7.61%2C0%2C0%2C0%2C7.6-7.61c0-48.5%2C28.7-67.8%2C30-68.62a7.6%2C7.6%2C0%2C0%2C0-8.2-12.81c-1.51%2C1-37%2C24.18-37%2C81.43A7.61%2C7.61%2C0%2C0%2C0%2C18.5%2C126.75Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
.permission_item.tabs::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%823%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C1.32V.75A.71.71%2C0%2C0%2C0%2C13.29%2C0H.71A.71.71%2C0%2C0%2C0%2C0%2C.75V12.32A.71.71%2C0%2C0%2C0%2C.71%2C13H15.29a.71.71%2C0%2C0%2C0%2C.71-.72V2.75A.71.71%2C0%2C0%2C0%2C15.29%2C2h-.58A.71.71%2C0%2C0%2C1%2C14%2C1.32ZM10.71.61h1.94a.71.71%2C0%2C0%2C1%2C.72.71h0a.72.72%2C0%2C0%2C1-.72.72H10.71A.71.71%2C0%2C0%2C1%2C10%2C1.32h0A.71.71%2C0%2C0%2C1%2C10.71.61Zm-4%2C0H8.65a.71.71%2C0%2C0%2C1%2C.72.71h0A.72.72%2C0%2C0%2C1%2C8.65%2C2H6.71A.71.71%2C0%2C0%2C1%2C6%2C1.32H6A.71.71%2C0%2C0%2C1%2C6.71.61Zm8.12%2C11.86H1.17a.72.72%2C0%2C0%2C1-.72-.72V1.32A.71.71%2C0%2C0%2C1%2C1.17.61h3.3a.71.71%2C0%2C0%2C1%2C.72.71v.5a.71.71%2C0%2C0%2C0%2C.71.72h8.93a.71.71%2C0%2C0%2C1%2C.72.71v8.5A.72.72%2C0%2C0%2C1%2C14.83%2C12.47Z%22%20transform%3D%22translate(0%20-0.04)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

/*Permission styles }*/
@media all and (max-width: 390px) {
	.ru .download_btn_new {
		font-size: 22px;
		padding-top: 5px;
	}
	.ru .download_page_block span {margin-top: 0;}
}

@media all and (max-width: 800px) {
	.social_block {padding: 10px 0;}
}

@media all and (max-width: 600px) {
	.os_tabs>a>span {
		display: none;
	}
	.os_tabs>a{
		height: 50px;
	}
}

@media all and (min-width: 601px) {
	#frmSend .g-recaptcha {
		margin-left: 107px;
	}
}
