.icon32 {float:left; margin: 5px 15px 0 0;}
.top_info h1 {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 88%;
}

/*resets: start*/
body, span, div, p, h1,
h2, h3, h4, ul, li, img {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {font-weight: 300;}

body img {
	border: none;
	outline: none;
}

ul, li {list-style: none;}

input, textarea {outline: none;}

a {
	text-decoration: none;
	outline: none;
	color: #0078D6;
}

a:hover {text-decoration: underline;}
/*resets: end*/

/*main styles: start*/
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 990px;
	position: relative;
	font: 300 16px "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e7e7e7;
}

body > .wrapper_content {background: #fff;}
body > .wrapper_content .container {padding-left:20px; padding-right:20px;}

.container {
	width: 100%;
	max-width: 1010px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

.wrapper_content {
	width: 1010px;
	margin: auto;
}

body.noscroll{
	overflow: hidden;
	height: 100%;
}

input.btn, button.btn {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #0078D6;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

/*main styles: end*/

/*header: start*/
.header {
	height: 72px;
	width: 100%;
	min-width: 970px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2b6095;
    /*border-bottom: 1px solid #57799d;*/
}

.logo {
	display: block;
	float: left;
	width: 284px;
	height: 26px;
	margin-top: 21px;
	margin-left: 0;
}
.logo_mac {
	width: 222px;
	height: 26px;
	margin-top: 21px;
	margin-left: 0;
}

.wrapper_search {
	margin-left: 22px;
	margin-top: 16px;
	position: relative;
}
.header .wrapper_search {
	float: left;
}

.wrapper_search input[type=text] {
	font: 17px/32px "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	border: none;
	padding: 0 46px 0 8px;
	width: 350px;
	height: 32px;
	color:#5a5a5a !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	margin-top:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius: 4px;
}

.wrapper_search .search_btn {
	border: none;
	outline: none;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 9px;
	right: 4px;
	cursor: pointer;
	background-color: transparent; /* need for critical styles */
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231c3b5a%3B%7D.b%7Bfill%3Anone%3B%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.86%2C14.32H15L14.76%2C14a6.7%2C6.7%2C0%2C1%2C0-.72.72l.28.29v.81L19.47%2C21%2C21%2C19.47Zm-6.17%2C0a4.63%2C4.63%2C0%2C1%2C1%2C4.63-4.63h0A4.63%2C4.63%2C0%2C0%2C1%2C9.69%2C14.32Z%22/%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C0H24V24H0Z%22/%3E%3C/svg%3E') no-repeat;
}

.header .right {
	margin-top: 25px;
	float: right;
}

.wrapper_platform {
	width: 52px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 28px;
}

.wrapper_platform:before, .wrapper_lang:before, .main_user_info .dd-container:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5001;
	background: url('data:image/svg+xml;charset=utf-8,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.41%2C8.59%2C12%2C12.92l4.59-4.33L18%2C9.92l-6%2C5.67L6%2C9.92Z%22%20style%3D%22fill%3A%23fff%22/%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22/%3E%3C/svg%3E') no-repeat;
}

.wrapper_platform a {
	position: relative;
	padding: 0 0 0 34px;
	font-size: 18px;
	color: #39a6ff;
}

.wrapper_platform a:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -1px;
}

.wrapper_platform a.windows:before {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%20420%20422%22%3E%3Ctitle%3EVector%20Smart%20Object11%3C%2Ftitle%3E%3Cpath%20d%3D%22M192.31%2C33.88C267.69%2C21.56%2C344.62%2C10.78%2C420%2C0V200.22c-75.38%2C0-152.31%2C1.54-227.69%2C1.54V33.88Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M0%2C60.07C56.92%2C50.82%2C113.85%2C43.12%2C172.31%2C37v164.8c-58.46%2C0-115.38%2C1.54-172.31%2C1.54V60.07Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M0%2C220.24c56.92%2C0%2C113.85%2C1.54%2C172.31%2C0V386.58c-58.46-7.7-115.38-15.4-172.31-23.1Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M192.31%2C221.78H420V422c-75.38-12.32-152.31-21.56-227.69-32.34V221.78Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_platform a.android:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object31%3C%2Ftitle%3E%3Cpath%20d%3D%22M-71.08-9.4a1.26%2C1.26%2C0%2C0%2C0-1.25%2C1.27V-2A1.26%2C1.26%2C0%2C0%2C0-71.08-.7%2C1.26%2C1.26%2C0%2C0%2C0-69.83-2V-8.14A1.26%2C1.26%2C0%2C0%2C0-71.08-9.4m12-5.57%2C1-1.89a.21.21%2C0%2C0%2C0-.08-.28.2.2%2C0%2C0%2C0-.27.08l-1%2C1.91a6.9%2C6.9%2C0%2C0%2C0-2.86-.61%2C6.91%2C6.91%2C0%2C0%2C0-2.85.61l-1-1.9a.2.2%2C0%2C0%2C0-.27-.08.2.2%2C0%2C0%2C0-.08.28l1%2C1.89A6.06%2C6.06%2C0%2C0%2C0-68.9-9.64h13.14A6.06%2C6.06%2C0%2C0%2C0-59.12-15m-6.21%2C2.92a.56.56%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.56.56%2C0%2C0%2C1-.55.56m6%2C0a.55.55%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.55.55%2C0%2C0%2C1-.55.56m-9.51%2C2.93V.49a1.57%2C1.57%2C0%2C0%2C0%2C1.56%2C1.58h1.06V5.35a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48%2C1.47%2C1.47%2C0%2C0%2C0%2C1.46-1.48V2.07h2V5.35a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48%2C1.47%2C1.47%2C0%2C0%2C0%2C1.46-1.48V2.07h1.06A1.57%2C1.57%2C0%2C0%2C0-55.81.49V-9.13Zm16.52%2C1a1.26%2C1.26%2C0%2C0%2C0-1.25-1.27%2C1.26%2C1.26%2C0%2C0%2C0-1.25%2C1.27V-2A1.26%2C1.26%2C0%2C0%2C0-53.58-.7%2C1.26%2C1.26%2C0%2C0%2C0-52.33-2Z%22%20transform%3D%22translate(74.33%2017.17)%22%20style%3D%22fill%3A%23689f38%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_platform a.mac:before {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2339a6ff%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22/%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2218.5%204.5%2016.5%204.5%2012.5%2010.5%208.5%204.5%206.5%204.5%2011.5%2012%206.5%2019.5%208.5%2019.5%2012.5%2013.5%2016.5%2019.5%2018.5%2019.5%2013.5%2012%2018.5%204.5%22/%3E%3C/svg%3E') no-repeat;}
.wrapper_platform a.iphone:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object32%3C%2Ftitle%3E%3Cpath%20d%3D%22M-28-20.16a5.45%2C5.45%2C0%2C0%2C1%2C2.66-4.58%2C5.77%2C5.77%2C0%2C0%2C0-4.51-2.38c-1.9-.19-3.73%2C1.11-4.7%2C1.11s-2.47-1.09-4.07-1.06a6%2C6%2C0%2C0%2C0-5%2C3c-2.18%2C3.69-.55%2C9.11%2C1.54%2C12.1%2C1%2C1.46%2C2.27%2C3.09%2C3.87%2C3s2.15-1%2C4-1%2C2.42%2C1%2C4.05.94%2C2.74-1.47%2C3.75-2.94a12%2C12%2C0%2C0%2C0%2C1.71-3.41A5.29%2C5.29%2C0%2C0%2C1-28-20.16Z%22%20transform%3D%22translate(46.7%2032.92)%22%20style%3D%22fill%3A%234d4d4e%22%2F%3E%3Cpath%20d%3D%22M-31.08-29.07a5.29%2C5.29%2C0%2C0%2C0%2C1.26-3.85%2C5.64%2C5.64%2C0%2C0%2C0-3.62%2C1.83%2C5%2C5%2C0%2C0%2C0-1.29%2C3.7A4.67%2C4.67%2C0%2C0%2C0-31.08-29.07Z%22%20transform%3D%22translate(46.7%2032.92)%22%20style%3D%22fill%3A%234d4d4e%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.platform_dropdown {display: none;}

/*.wrapper_platform.show > a {visibility: hidden;}*/

.wrapper_platform.show:before, .wrapper_lang.show:before, .main_user_info .dd-container.show:before {background: url('data:image/svg+xml;charset=utf-8,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%2C16.25%2C12%2C11.67%2C7.41%2C16.25%2C6%2C14.84l6-6%2C6%2C6Z%22%20transform%3D%22translate%280%20-0.25%29%22%20style%3D%22fill%3A%23fff%22/%3E%3Cpath%20d%3D%22M0%2C.25H24v24H0Z%22%20transform%3D%22translate%280%20-0.25%29%22%20style%3D%22fill%3Anone%22/%3E%3C/svg%3E') no-repeat; z-index: 5001;}

.wrapper_platform.show .platform_dropdown {
	/*
	display: block;
	width: 158px;
	position: absolute;
	top: -16px;
	left: -13px;
	z-index: 5000;
	border: 1px solid #777;
	background-color: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
	display: block;
    width: 140px;
    position: absolute;
    top: 32px;
    left: -13px;
    z-index: 5000;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.platform_dropdown a {
/*
	color: #777;
	line-height: 52px;
	display: block;
	padding-left: 46px;
*/
	color: #777;
    display: block;
    padding-left: 46px;
    line-height: 40px;
    height: 40px;
    font-size: 16px !important;
	position: relative;
    padding: 0 0 0 34px;
}

.platform_dropdown a:hover {
	background-color: #e3e6e9;
	text-decoration: none;
}

.platform_dropdown a.selected {color: #00aaff;}

.platform_dropdown a:before {
	left: 12px;
	top: 6px;
}

.wrapper_lang {
	cursor: pointer;
	position: relative;
	width: 50px;
	margin-left: 30px;
	float: left;
}

.wrapper_lang a {
	color: #000;
	font-size: 18px;
}
.wrapper_lang>a {
	color:#fff;
}

.lang_dropdown {display: none;}

.wrapper_lang.show .lang_dropdown {
	display: block;
	position: absolute;
	z-index: 5000;
	top: -14px;
	left: -12px;
	background-color: #f5f5f5;
	border: 1px solid #dce1e5;
}

.lang_dropdown a {
	display: block;
	line-height: 48px;
	width: 100px;
	padding-left: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lang_dropdown a:hover {
	background-color: #e3e6e9;
	text-decoration: none;
}

.lang_dropdown img {
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.lang_dropdown2 {
	width: 200px;
	left:-130px;
}
.lang_dropdown a {
	float:left;
	width: 100px;
	background: url(//img.informer.com/images/flags/v3/lang_sprite.png) no-repeat;
	padding-left:56px;
	background-position: -100px -100px; 
}

.wrapper_lang a {
	display: block;
}

.wrapper_lang .lang_en {background-position: 8px -1131px;}
.wrapper_lang .lang_ar {background-position: 8px -964px;}
.wrapper_lang .lang_bg {background-position: 8px -40px;}
.wrapper_lang .lang_zh {background-position: 8px -82px;}
.wrapper_lang .lang_cs {background-position: 8px -124px;}
.wrapper_lang .lang_de {background-position: 8px -166px;}
.wrapper_lang .lang_da {background-position: 8px -208px;}
.wrapper_lang .lang_es {background-position: 8px -250px;}
.wrapper_lang .lang_fi {background-position: 8px -292px;}
.wrapper_lang .lang_fr {background-position: 8px -334px;}
.wrapper_lang .lang_el {background-position: 8px -376px;}
.wrapper_lang .lang_hu {background-position: 8px -418px;}
.wrapper_lang .lang_he {background-position: 8px -460px;}
.wrapper_lang .lang_fa {background-position: 8px -501px;}
.wrapper_lang .lang_it {background-position: 8px -544px;}
.wrapper_lang .lang_jp {background-position: 8px -586px;}
.wrapper_lang .lang_ko {background-position: 8px -628px;}
.wrapper_lang .lang_ms {background-position: 8px -670px;}
.wrapper_lang .lang_nl {background-position: 8px -712px;}
.wrapper_lang .lang_no {background-position: 8px -754px;}
.wrapper_lang .lang_pl {background-position: 8px -796px;}
.wrapper_lang .lang_pt {background-position: 8px -838px;}
.wrapper_lang .lang_ro {background-position: 8px -880px;}
.wrapper_lang .lang_ru {background-position: 8px -922px;}
.wrapper_lang .lang_sv {background-position: 8px -1006px;}
.wrapper_lang .lang_th {background-position: 8px -1048px;}
.wrapper_lang .lang_tr {background-position: 8px -1090px;}
.wrapper_lang .lang_vi {background-position: 8px -1174px;}
.wrapper_lang .lang_id {background-position: 8px -1216px;}


.wrapper_lang.show .lang_dropdown {top:39px;}

.header .login_btn {
	width: 24px;
	height: 24px;
	display: block;
	margin: 7px 0 0 0;
	float: left;
	overflow: hidden;
	color: transparent;
	background: url('data:image/svg+xml;charset=utf-8,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C12A4%2C4%2C0%2C1%2C0%2C8%2C8%2C4%2C4%2C0%2C0%2C0%2C12%2C12Zm0%2C2c-2.67%2C0-8%2C1.34-8%2C4v2H20V18C20%2C15.34%2C14.67%2C14%2C12%2C14Z%22%20style%3D%22fill%3A%23fff%22/%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22/%3E%3C/svg%3E') no-repeat;
}

/* notifications */
#notifications .notify2 {
	display:inline-block;
	/*background:#CA0D0D;*/
	color:#fff;
	padding: 2px 4px 2px 5px;
	font-size:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius: 4px;
	cursor:pointer;
	position:absolute;
	top:22px;
}
#notifications .inactive {
	background-position:-28px -183px;
}
#notifications .active {
	background-position:-56px -183px;
}
#notifications .inactive:hover {
	background-position:0 -183px;
}
#notifications .cnotify {
	background-position:-27px -158px;
	margin:7px 0 0 10px;
}
#notifications .cactive {
	background-position:-55px -158px;
}
#notifications .cinactive:hover {
	background-position:0 -158px;
}
#notifications .notification {
	position:absolute;
	margin: 20px 0 0 -225px;
	width:300px;
	z-index:22;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	behavior: url(/style/PIE.htc);
}
.notification .notify_head {
	background-color:#4F4F4F;
	color:#fff;
	padding:20px;
}
#notifications .notify_head {padding:10px 20px;}
#notifications .notification .notify_head:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 219px;
	top: -26px;
	border: 14px solid;
	border-color: transparent transparent #4F4F4F transparent ;
}
#cnotification .notify_head:before {left: 135px;}
.user_login .notify_head:before {left: 235px;}
#notifications .notification .notify_cont {
	background-color:#F3F3F3;
	border:1px solid #ADADAD;
	overflow:hidden;
	overflow-y: auto;
	max-height: 270px;
}
#notifications .notification .notify_cont .more {
	padding:5px 20px;
	cursor:pointer;
}
#notifications .notify #notify_num {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:13px;
	background-color: #F00101;
	padding:1px 3px;
	line-height:1;
}
#notifications .zero {background-color: #f5f5f5 !important; color:#999 !important; border:1px solid #555;}

#notifications .notification .request_row {
	border-top: 1px solid #adadad;
	padding: 15px 20px;
	position: relative;
	overflow: hidden;
}
.notification .request_row a {display: inline-block;max-width: 120px;overflow: hidden; vertical-align:top;}
.notification .request_msg {
	padding: 5px 0 2px 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #010101;
}
.request_row .icon48 {margin-bottom: 6px;}
.notification .accept {background-color:#01AEF0; font-size:14px; margin:0 10px 0 0;}
.notification .reject {background-color:#BFBFBF; font-size:14px; margin:0 10px 0 0;}
#notifications .reject{background-color:#ddd; color:#4F4F4F;}
.user_login .notification .reject {background-color:#888; margin-right:0;}
.notification .reject:hover, .notification .reject:focus {background-color:#aaa; font-size:14px; margin:0;}
.notification .request_row .date {float:right; color:#999; font-size:13px; margin-top:-5px; position: absolute; right: 20px;}
#notifications .unread {background-color:#D6E1F2;}
#notifications .unread:hover {background-color:#C8D8F1 !important;}
#notifications .request_row:hover{background-color:#eee;}

.header .auth-wrap {
	position: relative;
	float: right;
	margin-left: 28px;
	margin-top: -7px;
}

.header .login_user {
	display: block;
	width: 36px;
	height: 36px;
	/*border: 2px solid #9ed8f6;*/
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .login_user img {
	max-width: 100%;
    max-height: 100%;
    /*border: 2px solid #0078D6;*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
}

.header .user_menu {
	position: absolute;
	top: 54px;
	right: -18px;
	border: 1px solid #777;
	border-top: none;
	padding: 13px 18px 9px;
	background-color: #fff;
	z-index: 1000;
	min-width: 190px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .user_menu a.user_name {
	color: #000;
	padding: 0;
	font: 22px "Roboto Condensed", "Segoe Ui", "Helvetica Neue Light", "Ubuntu Light", "Roboto", "Arial", "Helvetica", sans-serif;
}

.header .user_menu a {
	font-size: 17px;
	color: #777;
	padding: 7px 0;
	display: table;
}

.header .user_menu hr {
	border: none;
	margin: 10px 0;
	background-color: #707070;
	height: 1px;
}
.wrapper_like {
    cursor: pointer;
    float: left;
    margin-left: 30px;
    position: relative;
    width: 50px;
	margin-top:1px;
}
.like_link {
	display:block;
	background:url(//img.informer.com/images/v2/elements.png) no-repeat scroll 0 -589px #3E4CA7;
	width:49px;
	height:20px;
	cursor:pointer;
}
.like_link.opened {background-image:none;}
.like_link.already_like  { background-position: 0 -670px;}
/*header: end*/

/*top navigation: start*/
.top_nav {
	position: relative;
	height: 40px;
	z-index: 20;
	min-width: 1230px;
	background-color: #1c3b5a;
}

.top_nav .wrapper_content {position: relative;}

.top_nav .container {
	margin-left: 300px;
	padding-right: 100px;
}

.navigation a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 68px;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navigation > a:hover {text-decoration: none;}

.navigation a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.navigation>a.windows:before {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%20420%20422%22%3E%3Ctitle%3EVector%20Smart%20Object11%3C%2Ftitle%3E%3Cpath%20d%3D%22M192.31%2C33.88C267.69%2C21.56%2C344.62%2C10.78%2C420%2C0V200.22c-75.38%2C0-152.31%2C1.54-227.69%2C1.54V33.88Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2C60.07C56.92%2C50.82%2C113.85%2C43.12%2C172.31%2C37v164.8c-58.46%2C0-115.38%2C1.54-172.31%2C1.54V60.07Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2C220.24c56.92%2C0%2C113.85%2C1.54%2C172.31%2C0V386.58c-58.46-7.7-115.38-15.4-172.31-23.1Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M192.31%2C221.78H420V422c-75.38-12.32-152.31-21.56-227.69-32.34V221.78Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.navigation.show a.windows:after, .navigation.show a.mac:after {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%2012%207%22%3E%3Ctitle%3E1%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C5.67%2C6%2C0l6%2C5.67L10.59%2C7%2C6%2C2.67%2C1.41%2C7Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.wrapper_nav_small {display: none;}

.wrapper_nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	background-color: #f5f5f5;
}

.wrapper_nav a {
	color: #4d4d4d;
	font-size: 15px;
	line-height: normal;
	padding: 12px 0 10px 72px;
}

/*.wrapper_nav .categories .selected {*/
	/*background-color: #e3e6e9;*/
/*}*/
.wrapper_nav .categories {
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	background-color: #fafafa;
}

.wrapper_nav .categories a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.wrapper_nav .categories a:before {
	content: '';
	display: block;
	width: 63px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wrapper_nav a.cat_201:before, .wrapper_nav a.mcat_1:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Ctitle%3Ecat_201%3C%2Ftitle%3E%3Cpath%20d%3D%22M29.6%2C30.25a10.25%2C10.25%2C0%2C1%2C1%2C7.7-17%2C.66.66%2C0%2C0%2C1-1%2C.86h0a8.95%2C8.95%2C0%2C1%2C0-5.56%2C14.78.65.65%2C0%2C1%2C1%2C.17%2C1.29A10.11%2C10.11%2C0%2C0%2C1%2C29.6%2C30.25Zm0-7.1A3.16%2C3.16%2C0%2C1%2C1%2C32.76%2C20h0a3.16%2C3.16%2C0%2C0%2C1-3.16%2C3.16Zm0-5A1.86%2C1.86%2C0%2C1%2C0%2C31.46%2C20h0a1.86%2C1.86%2C0%2C0%2C0-1.86-1.86Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M44.61%2C17A18.32%2C18.32%2C0%2C0%2C0%2C43%2C14.92a19.75%2C19.75%2C0%2C0%2C1-3.18-4.81.75.75%2C0%2C0%2C0-1.44.31c.14%2C4.86.07%2C10.32%2C0%2C13.32a3.22%2C3.22%2C0%2C0%2C0-.77-.33%2C4.52%2C4.52%2C0%2C0%2C0-3.39.54%2C4.67%2C4.67%2C0%2C0%2C0-2%2C2.2%2C2.91%2C2.91%2C0%2C0%2C0%2C2.41%2C4.17%2C4.07%2C4.07%2C0%2C0%2C0%2C.52%2C0%2C4.8%2C4.8%2C0%2C0%2C0%2C2.38-.66%2C4.67%2C4.67%2C0%2C0%2C0%2C2-2.2%2C3.39%2C3.39%2C0%2C0%2C0%2C.27-1.31.71.71%2C0%2C0%2C0%2C0-.09c0-.07.15-5.24.12-10.91l1%2C.88c2.67%2C2.35%2C2.89%2C2.54%2C3.48%2C2A.81.81%2C0%2C0%2C0%2C44.61%2C17Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Crect%20width%3D%2262%22%20height%3D%2240%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_208:before, .wrapper_nav a.mcat_8:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Ctitle%3Ecat_208%3C%2Ftitle%3E%3Crect%20width%3D%2262%22%20height%3D%2240%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M28.75%2C12.61a4.51%2C4.51%2C0%2C0%2C1%2C6.38-.18l.24.25a.77.77%2C0%2C0%2C0%2C1.16-1%2C6%2C6%2C0%2C0%2C0-8.85-.09.75.75%2C0%2C0%2C0%2C1.09%2C1Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M38.56%2C13.7H25.44a3.75%2C3.75%2C0%2C0%2C0-3.75%2C3.75h0v1.91l.63.1a71.91%2C71.91%2C0%2C0%2C0%2C7.17.79H30l.21-.47A2.16%2C2.16%2C0%2C0%2C1%2C32%2C18.54a2.2%2C2.2%2C0%2C0%2C1%2C2%2C1.33l.22.42h.48a59.4%2C59.4%2C0%2C0%2C0%2C7.06-.81l.61-.11v-1.9a3.75%2C3.75%2C0%2C0%2C0-3.73-3.77Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M34.62%2C22.26a4.66%2C4.66%2C0%2C0%2C0-1.6.59%2C7.6%2C7.6%2C0%2C0%2C1-1%2C.45%2C7.63%2C7.63%2C0%2C0%2C1-1-.43%2C4.28%2C4.28%2C0%2C0%2C0-1.57-.59%2C46.07%2C46.07%2C0%2C0%2C1-6-.61l-1.82-.27v5.16a3.75%2C3.75%2C0%2C0%2C0%2C3.75%2C3.75H38.56a3.75%2C3.75%2C0%2C0%2C0%2C3.75-3.75h0V21.3l-1.85.3A44.52%2C44.52%2C0%2C0%2C1%2C34.62%2C22.26Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_216:before, .wrapper_nav a.cat_317:before, .wrapper_nav a.mcat_16:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Ctitle%3Ecat_216%3C%2Ftitle%3E%3Crect%20width%3D%2262%22%20height%3D%2240%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M40%2C21.7l-7-7.07a3%2C3%2C0%2C0%2C0-2.15-1%2C2.85%2C2.85%2C0%2C0%2C0-2%2C.88l-2.2%2C2.2a2.75%2C2.75%2C0%2C0%2C0-.14%2C3.89l.22.21%2C7.08%2C7.08A3.74%2C3.74%2C0%2C0%2C0%2C36.41%2C29a2.56%2C2.56%2C0%2C0%2C0%2C1.84-.72l2.2-2.2A3.18%2C3.18%2C0%2C0%2C0%2C40%2C21.7Zm-7.59%2C2%2C.28-.28a.8.8%2C0%2C0%2C1%2C1.13%2C1.13l-.28.28a.78.78%2C0%2C0%2C1-.81.18l-.49-.49a.79.79%2C0%2C0%2C1%2C.2-.78Zm7.41.33a.77.77%2C0%2C0%2C1-.14.21l-.28.28a.8.8%2C0%2C0%2C1-1.12-1.12l.28-.28A.79.79%2C0%2C0%2C1%2C39.4%2C23a2.44%2C2.44%2C0%2C0%2C1%2C.45%2C1.07Zm-3.67%2C3.68A2.44%2C2.44%2C0%2C0%2C1%2C35%2C27.27a.78.78%2C0%2C0%2C1%2C.19-.76l.28-.28a.8.8%2C0%2C0%2C1%2C1.12%2C1.12l-.28.28-.13.12Zm1.9-6.16.41.41a.79.79%2C0%2C0%2C1-.16.87l-.28.28A.8.8%2C0%2C0%2C1%2C36.93%2C22l.28-.28a.79.79%2C0%2C0%2C1%2C.87-.13Zm-1.3%2C1.71a.79.79%2C0%2C0%2C1%2C0%2C1.12h0l-.28.28a.8.8%2C0%2C0%2C1-1.12-1.12l.28-.28a.79.79%2C0%2C0%2C1%2C1.12%2C0l0%2C0Zm0%2C2.8a.79.79%2C0%2C0%2C1%2C0-1.12h0l.28-.28a.8.8%2C0%2C0%2C1%2C1.12%2C1.12l-.28.28a.79.79%2C0%2C0%2C1-1.1%2C0Zm0-5.86.35.35a.78.78%2C0%2C0%2C1-.14.92l-.28.28a.8.8%2C0%2C0%2C1-1.13-1.13l.28-.28a.78.78%2C0%2C0%2C1%2C.89-.11Zm-1.34%2C1.68a.79.79%2C0%2C0%2C1%2C0%2C1.12h0l-.28.28A.8.8%2C0%2C0%2C1%2C34%2C22.19l.28-.28a.79.79%2C0%2C0%2C1%2C1.11%2C0Zm-1.73%2C4a.79.79%2C0%2C0%2C1%2C.18-.83l.28-.28A.83.83%2C0%2C0%2C1%2C35.25%2C26l-.28.28a.79.79%2C0%2C0%2C1-.83.18ZM27.59%2C17.6l2.2-2.2a1.56%2C1.56%2C0%2C0%2C1%2C1.06-.5h0a1.7%2C1.7%2C0%2C0%2C1%2C1.19.58l3.58%2C3.58a6.53%2C6.53%2C0%2C0%2C1-1.9%2C2.5%2C7.14%2C7.14%2C0%2C0%2C1-2.56%2C1.82l-3.51-3.51a1.46%2C1.46%2C0%2C0%2C1-.22-2.05l.14-.15Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M28.89%2C11.72a.52.52%2C0%2C1%2C0-1-.29A7.72%2C7.72%2C0%2C0%2C1%2C23.36%2C16a.5.5%2C0%2C1%2C0%2C.12%2C1h.12a8.27%2C8.27%2C0%2C0%2C0%2C3.31-2.09A8.42%2C8.42%2C0%2C0%2C0%2C28.89%2C11.72Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M23.56%2C14.34h.16a2.82%2C2.82%2C0%2C0%2C0%2C1.87-.79%2C2.79%2C2.79%2C0%2C0%2C0%2C.75-1.92.24.24%2C0%2C0%2C0-.24-.24h0a.25.25%2C0%2C0%2C0-.24.26h0a2.13%2C2.13%2C0%2C0%2C1-2.07%2C2.19h-.16a.26.26%2C0%2C0%2C0-.27.23A.25.25%2C0%2C0%2C0%2C23.56%2C14.34Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M35.82%2C15.68a7.53%2C7.53%2C0%2C0%2C0%2C3%2C1.84H39a.5.5%2C0%2C1%2C0%2C.13-1%2C6.78%2C6.78%2C0%2C0%2C1-4.21-4.25.51.51%2C0%2C0%2C0-1%2C.21A7.4%2C7.4%2C0%2C0%2C0%2C35.82%2C15.68Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M39.27%2C14.73h.06a.25.25%2C0%2C0%2C0%2C.24-.26h0a.24.24%2C0%2C0%2C0-.24-.24h0a2.13%2C2.13%2C0%2C0%2C1-2.18-2.08q0-.08%2C0-.15a.25.25%2C0%2C0%2C0-.23-.27h0a.26.26%2C0%2C0%2C0-.27.23%2C2.63%2C2.63%2C0%2C0%2C0%2C2.48%2C2.78h.16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M24.51%2C21.88a.52.52%2C0%2C1%2C0-.25%2C1A6.48%2C6.48%2C0%2C0%2C1%2C28.36%2C27a.5.5%2C0%2C0%2C0%2C.49.4H29a.5.5%2C0%2C0%2C0%2C.39-.59h0a7.13%2C7.13%2C0%2C0%2C0-1.88-3.12A7.27%2C7.27%2C0%2C0%2C0%2C24.51%2C21.88Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M23.88%2C24.55a.25.25%2C0%2C0%2C0-.24.26h0a.25.25%2C0%2C0%2C0%2C.26.24h0a2.25%2C2.25%2C0%2C0%2C1%2C1.55.61%2C2.29%2C2.29%2C0%2C0%2C1%2C.64%2C1.63.25.25%2C0%2C0%2C0%2C.23.27h0a.25.25%2C0%2C0%2C0%2C.25-.23%2C2.77%2C2.77%2C0%2C0%2C0-.78-2A2.83%2C2.83%2C0%2C0%2C0%2C23.88%2C24.55Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_221:before, .wrapper_nav a.mcat_21:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Ctitle%3Ecat_221%3C%2Ftitle%3E%3Crect%20width%3D%2262%22%20height%3D%2240%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M40.77%2C9.77s-3.87%2C4.59-4.53%2C8.48-1.74%2C3.43-1.58%2C4.38S36.25%2C24%2C37%2C23.69s-.38-1.09%2C2-4.26c2.22-2.91%2C3.27-8.25%2C3.06-9.1l-1.38-.57%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M35.24%2C23.9a3.14%2C3.14%2C0%2C0%2C0%2C1%2C.45c.29%2C0-.66%2C2.2-.83%2C2.52-.54%2C1-2.5%2C1.41-3%2C1.4s1.45-1.79%2C1.91-2%2C1.21-1.82.79-2.29%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M34.68%2C23.56s-1.88%2C1.58-1.89%2C3.18a2%2C2%2C0%2C0%2C1%2C.66-1%2C4.13%2C4.13%2C0%2C0%2C0%2C1.23-2.18%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M40.6%2C18.25a15.06%2C15.06%2C0%2C0%2C1-.91%2C1.67c-2.42%2C3.17-1.15%2C4-2.09%2C4.44a24%2C24%2C0%2C0%2C1-1.94%2C3.42%2C4%2C4%2C0%2C0%2C1-3.46.93c-.58-.12-.46-2.08-.13-3.09.4-1.24%2C1.82-2.72%2C1.61-3.56s1.19-.28%2C1.85-4.17c0-.21-.19-.09-.14-.3a7.61%2C7.61%2C0%2C0%2C1-1.28-1.11c-1.48-1.55.33-6.8-2.12-6.8A10.34%2C10.34%2C0%2C1%2C0%2C42.34%2C20h0C42.34%2C18.59%2C42%2C18.39%2C40.6%2C18.25ZM26.3%2C15.4a1.37%2C1.37%2C0%2C1%2C1-1.37%2C1.37A1.37%2C1.37%2C0%2C0%2C1%2C26.3%2C15.4ZM24%2C20.22a1.14%2C1.14%2C0%2C1%2C1%2C1.14%2C1.14h0A1.14%2C1.14%2C0%2C0%2C1%2C24%2C20.22Zm1.9%2C4.21a1%2C1%2C0%2C1%2C1%2C1-1%2C1%2C1%2C0%2C0%2C1-1%2C1ZM28%2C26.32a.83.83%2C0%2C1%2C1%2C.84-.84.84.84%2C0%2C0%2C1-.84.84Zm2.3%2C1.14a.72.72%2C0%2C1%2C1%2C.72-.72h0a.72.72%2C0%2C0%2C1-.71.72Zm-.75-11.95a1.75%2C1.75%2C0%2C1%2C1%2C1.75-1.75h0a1.74%2C1.74%2C0%2C0%2C1-1.73%2C1.75h0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_228:before, .wrapper_nav a.mcat_28:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M35.64%2C19.82a5.5%2C5.5%2C0%2C0%2C0%2C1.37.09%2C5.42%2C5.42%2C0%2C0%2C0%2C3.91-2.19A5.28%2C5.28%2C0%2C0%2C0%2C42%2C13.5a.75.75%2C0%2C0%2C0-1.3-.35l-.07.08c-1.51%2C1.7-2.81%2C3.17-3.41%2C3.24a2.4%2C2.4%2C0%2C0%2C1-1.74-.63%2C2.92%2C2.92%2C0%2C0%2C1-1-1.89%2C19.3%2C19.3%2C0%2C0%2C1%2C2.33-3.09l.55-.66A.75.75%2C0%2C0%2C0%2C36.78%2C9h0a5.65%2C5.65%2C0%2C0%2C0-4.17%2C1.71%2C5.3%2C5.3%2C0%2C0%2C0-1.43%2C4%2C5.6%2C5.6%2C0%2C0%2C0%2C.17%2C1.07%2C54.1%2C54.1%2C0%2C0%2C1-4.51%2C4.9c-1.75%2C1.78-3.56%2C3.62-4.73%2C5-.43.62-.2%2C2.83%2C1.1%2C4a3.55%2C3.55%2C0%2C0%2C0%2C2.4.85%2C2.68%2C2.68%2C0%2C0%2C0%2C1.59-.42%2C64.34%2C64.34%2C0%2C0%2C0%2C5.74-6.92A34.88%2C34.88%2C0%2C0%2C1%2C35.64%2C19.82ZM24.37%2C26.07a1.42%2C1.42%2C0%2C0%2C1%2C1-.48h.09a1.43%2C1.43%2C0%2C1%2C1-1.07.48Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M23.46%2C14.92A4.73%2C4.73%2C0%2C0%2C0%2C26%2C13.57c1.49-1.33%2C2-2.51%2C1.34-3.23h0a2.93%2C2.93%2C0%2C0%2C0-4.1.15%2C2.93%2C2.93%2C0%2C0%2C0-.62%2C4.06A1.08%2C1.08%2C0%2C0%2C0%2C23.46%2C14.92Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M24%2C15.32A.5.5%2C0%2C0%2C0%2C24%2C16l2.75%2C3.08a.5.5%2C0%2C1%2C0%2C.75-.67l-2.75-3.08A.5.5%2C0%2C0%2C0%2C24%2C15.32Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M29%2C17.33a.5.5%2C0%2C0%2C0%2C.37-.83L27.3%2C14.12a.5.5%2C0%2C1%2C0-.75.67l2.11%2C2.37A.5.5%2C0%2C0%2C0%2C29%2C17.33Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M29.83%2C14.66a.5.5%2C0%2C0%2C0%2C.75-.67L28.8%2C12a.5.5%2C0%2C0%2C0-.75.67Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M40.42%2C26.94a.75.75%2C0%2C0%2C0-.23-.17L38.6%2C26a.75.75%2C0%2C0%2C0-.23-.07l-2.93-3.32a.75.75%2C0%2C0%2C0-1.12%2C1l2.93%2C3.31a.74.74%2C0%2C0%2C0%2C0%2C.39l.6%2C1.87a.75.75%2C0%2C0%2C0%2C.15.27l1.18%2C1.32a.75.75%2C0%2C0%2C0%2C.54.25h0a.75.75%2C0%2C0%2C0%2C.53-.22l1.42-1.42a.75.75%2C0%2C0%2C0%2C0-1Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_236:before, .wrapper_nav a.mcat_36:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2240%22%20viewBox%3D%220%200%2062%2040%22%3E%3Ctitle%3E112%3C%2Ftitle%3E%3Crect%20width%3D%2262%22%20height%3D%2240%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M30.47%2C12.84h0a.76.76%2C0%2C0%2C0-.76.76l-.06%2C15.32-8.8-.9h-.16l-8.91%2C1V13.78a.76.76%2C0%2C1%2C0-1.52%2C0h0v16a.76.76%2C0%2C0%2C0%2C.76.76h.08l8.12-.87a.51.51%2C0%2C0%2C0%2C.45.28h2.09a.5.5%2C0%2C0%2C0%2C.47-.34l8.12.83a.75.75%2C0%2C0%2C0%2C.59-.19.76.76%2C0%2C0%2C0%2C.25-.56l.06-16.16a.76.76%2C0%2C0%2C0-.78-.74Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M12.18%2C27.66a.25.25%2C0%2C0%2C0%2C.22%2C0%2C31.77%2C31.77%2C0%2C0%2C1%2C5.41-1%2C4.06%2C4.06%2C0%2C0%2C1%2C1.91.56%2C11%2C11%2C0%2C0%2C0-2-.19%2C23%2C23%2C0%2C0%2C0-5.39%2C1.08.24.24%2C0%2C0%2C0-.08.34h0a.25.25%2C0%2C0%2C0%2C.22.12h.12a24%2C24%2C0%2C0%2C1%2C5.08-1%2C11%2C11%2C0%2C0%2C1%2C2.78.39.24.24%2C0%2C0%2C0%2C.29.13%2C11.07%2C11.07%2C0%2C0%2C1%2C2.81-.47%2C24.2%2C24.2%2C0%2C0%2C1%2C5.15.88.25.25%2C0%2C0%2C0%2C.3-.41l0%2C0a23.39%2C23.39%2C0%2C0%2C0-5.2-1h-.1a11.16%2C11.16%2C0%2C0%2C0-2.12.27%2C4%2C4%2C0%2C0%2C1%2C2.17-.61%2C31.81%2C31.81%2C0%2C0%2C1%2C5.41%2C1%2C.24.24%2C0%2C0%2C0%2C.22%2C0%2C.25.25%2C0%2C0%2C0%2C.1-.2V10.85a.25.25%2C0%2C0%2C0-.19-.24%2C31.45%2C31.45%2C0%2C0%2C0-5.53-1%2C4.13%2C4.13%2C0%2C0%2C0-3%2C1%2C4.26%2C4.26%2C0%2C0%2C0-2.87-1h-.12a31.45%2C31.45%2C0%2C0%2C0-5.53%2C1%2C.11.11%2C0%2C0%2C0-.09.07.24.24%2C0%2C0%2C0-.21.24l.12%2C16.54A.25.25%2C0%2C0%2C0%2C12.18%2C27.66Zm5.64-17.57h.07a3.75%2C3.75%2C0%2C0%2C1%2C2.62%2C1%2C.25.25%2C0%2C0%2C0%2C.18.08h.08a.23.23%2C0%2C0%2C0%2C.26%2C0%2C3.68%2C3.68%2C0%2C0%2C1%2C2.68-1%2C29.79%2C29.79%2C0%2C0%2C1%2C5.23%2C1v16a29%2C29%2C0%2C0%2C0-5.23-.95%2C4.23%2C4.23%2C0%2C0%2C0-3%2C1%2C4.26%2C4.26%2C0%2C0%2C0-2.87-1h-.07a29%2C29%2C0%2C0%2C0-5.22.94l-.11-16.05a30.71%2C30.71%2C0%2C0%2C1%2C5.34-1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M13.48%2C14.66v1a.25.25%2C0%2C0%2C0%2C.25.25h.07a20.1%2C20.1%2C0%2C0%2C1%2C3.3-.6.25.25%2C0%2C0%2C0%2C.23-.24V11.93a.25.25%2C0%2C0%2C0-.08-.18.26.26%2C0%2C0%2C0-.19-.06%2C16.23%2C16.23%2C0%2C0%2C0-3.43.67.25.25%2C0%2C0%2C0-.17.24C13.48%2C13.32%2C13.48%2C14%2C13.48%2C14.66Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M13.83%2C18.78h.3a20.77%2C20.77%2C0%2C0%2C1%2C3.55-.62%2C3.71%2C3.71%2C0%2C0%2C1%2C1.57.3.51.51%2C0%2C0%2C0%2C.41-.94h0a4.76%2C4.76%2C0%2C0%2C0-2-.39%2C21.61%2C21.61%2C0%2C0%2C0-3.78.58h-.19a.51.51%2C0%2C0%2C0%2C.12%2C1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M13.73%2C21.85h.11a21.12%2C21.12%2C0%2C0%2C1%2C3.86-.62%2C3.79%2C3.79%2C0%2C0%2C1%2C1.7.37.51.51%2C0%2C0%2C0%2C.44-.91%2C4.7%2C4.7%2C0%2C0%2C0-2.14-.49%2C21.72%2C21.72%2C0%2C0%2C0-4.06.65.51.51%2C0%2C0%2C0%2C.11%2C1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M13.72%2C24.9h.11a22.19%2C22.19%2C0%2C0%2C1%2C3.86-.64%2C3.75%2C3.75%2C0%2C0%2C1%2C1.68.36.51.51%2C0%2C0%2C0%2C.44-.91%2C4.62%2C4.62%2C0%2C0%2C0-2.13-.45%2C23.08%2C23.08%2C0%2C0%2C0-4.06.65.51.51%2C0%2C0%2C0%2C.11%2C1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M22.15%2C18.48a3.75%2C3.75%2C0%2C0%2C1%2C1.57-.3%2C19%2C19%2C0%2C0%2C1%2C3.34.51h.11a.51.51%2C0%2C0%2C0%2C.11-1%2C19.6%2C19.6%2C0%2C0%2C0-3.5-.52%2C4.93%2C4.93%2C0%2C0%2C0-2%2C.4.51.51%2C0%2C0%2C0%2C.41.94Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M27.35%2C20.75a19.86%2C19.86%2C0%2C0%2C0-3.56-.55%2C4.92%2C4.92%2C0%2C0%2C0-2%2C.39.51.51%2C0%2C0%2C0%2C.4.94%2C3.66%2C3.66%2C0%2C0%2C1%2C1.55-.29%2C19.27%2C19.27%2C0%2C0%2C1%2C3.4.52h.11a.51.51%2C0%2C0%2C0%2C.11-1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M27.34%2C23.79a19.85%2C19.85%2C0%2C0%2C0-3.55-.54%2C4.75%2C4.75%2C0%2C0%2C0-2%2C.38.51.51%2C0%2C0%2C0%2C.4.94%2C3.57%2C3.57%2C0%2C0%2C1%2C1.54-.29%2C19.27%2C19.27%2C0%2C0%2C1%2C3.39.52h.11a.51.51%2C0%2C0%2C0%2C.11-1Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3Cpath%20d%3D%22M22.14%2C15.43a3.71%2C3.71%2C0%2C0%2C1%2C1.58-.32%2C19.27%2C19.27%2C0%2C0%2C1%2C3.37.51h.11a.51.51%2C0%2C0%2C0%2C.11-1h0a19.88%2C19.88%2C0%2C0%2C0-3.53-.51%2C4.72%2C4.72%2C0%2C0%2C0-2%2C.4.51.51%2C0%2C0%2C0%2C.42.93Z%22%20transform%3D%22translate(10.25%20-0.09)%22%20style%3D%22fill%3A%234d4d4d%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_243:before, .wrapper_nav a.mcat_43:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M38.86%2C19.32l-2.62-1.11a5.12%2C5.12%2C0%2C0%2C1-2.65-2.63c-.1-.22-.58-1.58-.86-2.39C32.31%2C12.06%2C31.46%2C9.7%2C29%2C9.7H25.44a3.75%2C3.75%2C0%2C0%2C0-3.75%2C3.75V17a3.76%2C3.76%2C0%2C0%2C0%2C1.21%2C2.76c.84.78%2C2.42%2C2.31%2C4.07%2C3.94a14.13%2C14.13%2C0%2C0%2C1-2.2.39c-1.89.2-2.12%2C2.14-2.29%2C3.55a3.51%2C3.51%2C0%2C0%2C1-.36%2C1.51.5.5%2C0%2C0%2C0%2C.64.77%2C3.29%2C3.29%2C0%2C0%2C0%2C.72-2.17c.19-1.54.38-2.56%2C1.41-2.67a12.73%2C12.73%2C0%2C0%2C0%2C2.9-.58c2%2C1.94%2C3.85%2C3.87%2C4.62%2C4.71A3.52%2C3.52%2C0%2C0%2C0%2C35%2C30.3h3.54a3.75%2C3.75%2C0%2C0%2C0%2C3.75-3.75V23C42.31%2C20.51%2C39.77%2C19.63%2C38.86%2C19.32Zm2%2C7.23a2.25%2C2.25%2C0%2C0%2C1-2.25%2C2.25H35a2%2C2%2C0%2C0%2C1-1.51-.58c-1.53-1.69-7.6-7.71-9.59-9.55A2.23%2C2.23%2C0%2C0%2C1%2C23.19%2C17V13.45a2.25%2C2.25%2C0%2C0%2C1%2C2.25-2.25H29c1%2C0%2C1.62.66%2C2.29%2C2.5.12.35.75%2C2.14.9%2C2.49h0a6.62%2C6.62%2C0%2C0%2C0%2C3.39%2C3.39l2.71%2C1.15c1.75.6%2C2.49%2C1.29%2C2.49%2C2.29Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M28.93%2C13.45a1.79%2C1.79%2C0%2C0%2C0-3.41%2C0%2C1.79%2C1.79%2C0%2C0%2C0%2C0%2C3.42%2C1.79%2C1.79%2C0%2C0%2C0%2C3.48%2C0%2C1.79%2C1.79%2C0%2C0%2C0%2C0-3.46Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2236.39%22%20cy%3D%2222.91%22%20r%3D%221.07%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2238.81%22%20cy%3D%2224.72%22%20r%3D%221.07%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2234.43%22%20cy%3D%2225.18%22%20r%3D%221.07%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2236.84%22%20cy%3D%2226.99%22%20r%3D%221.07%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_260:before, .wrapper_nav a.mcat_60:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M37.92%2C14.32a26.91%2C26.91%2C0%2C0%2C1%2C3.09.77%2C10.31%2C10.31%2C0%2C0%2C0-3.9-4%2C26.7%2C26.7%2C0%2C0%2C1%2C.8%2C3.2%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M31.39%2C13.76v-4a10.24%2C10.24%2C0%2C0%2C0-2.14.33A25.54%2C25.54%2C0%2C0%2C0%2C28.14%2C14a31.61%2C31.61%2C0%2C0%2C1%2C3.25-.23%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32.8%2C9.79v4a31.31%2C31.31%2C0%2C0%2C1%2C3.65.29%2C25.7%2C25.7%2C0%2C0%2C0-1-3.71%2C10.18%2C10.18%2C0%2C0%2C0-2.63-.55%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27.57%2C10.76A10.3%2C10.3%2C0%2C0%2C0%2C23%2C15.09a27.51%2C27.51%2C0%2C0%2C1%2C3.69-.89%2C26.66%2C26.66%2C0%2C0%2C1%2C.9-3.44%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M31.39%2C19.38V15.16a31.18%2C31.18%2C0%2C0%2C0-3.51.28%2C31.12%2C31.12%2C0%2C0%2C0-.34%2C3.95Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M38.43%2C19.38h3.8a10.17%2C10.17%2C0%2C0%2C0-.53-2.7%2C26.45%2C26.45%2C0%2C0%2C0-3.56-.94%2C31.42%2C31.42%2C0%2C0%2C1%2C.28%2C3.64%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32.8%2C15.16v4.22H37a31.21%2C31.21%2C0%2C0%2C0-.33-3.9%2C31.3%2C31.3%2C0%2C0%2C0-3.91-.32%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M26.44%2C15.66a26.2%2C26.2%2C0%2C0%2C0-4.18%2C1.11%2C10.23%2C10.23%2C0%2C0%2C0-.5%2C2.62h4.38a31.31%2C31.31%2C0%2C0%2C1%2C.29-3.73%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32.8%2C20.79v3.83a31.67%2C31.67%2C0%2C0%2C0%2C4-.33%2C31.38%2C31.38%2C0%2C0%2C0%2C.26-3.5Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M31.39%2C24.64V20.79H27.54a31.81%2C31.81%2C0%2C0%2C0%2C.27%2C3.56%2C31.51%2C31.51%2C0%2C0%2C0%2C3.58.28%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M38.43%2C20.79A32%2C32%2C0%2C0%2C1%2C38.2%2C24a26.37%2C26.37%2C0%2C0%2C0%2C3.6-1%2C10.27%2C10.27%2C0%2C0%2C0%2C.43-2.28Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M26.15%2C20.79H21.77a10.2%2C10.2%2C0%2C0%2C0%2C.4%2C2.19%2C25.82%2C25.82%2C0%2C0%2C0%2C4.21%2C1.14%2C31.41%2C31.41%2C0%2C0%2C1-.25-3.33%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32.8%2C26v4.19a10.14%2C10.14%2C0%2C0%2C0%2C2.75-.6%2C26.38%2C26.38%2C0%2C0%2C0%2C1-3.89A31.33%2C31.33%2C0%2C0%2C1%2C32.8%2C26%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M31.39%2C30.22V26A31.7%2C31.7%2C0%2C0%2C1%2C28%2C25.78a26.1%2C26.1%2C0%2C0%2C0%2C1.08%2C4.07%2C10.23%2C10.23%2C0%2C0%2C0%2C2.28.37%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M26.62%2C25.57a27%2C27%2C0%2C0%2C1-3.76-.91%2C10.31%2C10.31%2C0%2C0%2C0%2C4.67%2C4.57%2C26.7%2C26.7%2C0%2C0%2C1-.92-3.65%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M38%2C25.46a27.2%2C27.2%2C0%2C0%2C1-.82%2C3.4%2C10.31%2C10.31%2C0%2C0%2C0%2C4-4.19%2C26.83%2C26.83%2C0%2C0%2C1-3.16.8%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_266:before, .wrapper_nav a.mcat_66:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M42.22%2C27.64a.86.86%2C0%2C0%2C0%2C0-.09l-2.48-15v0l.87-1.27a.94.94%2C0%2C1%2C0-1.41-1.23l-2.89%2C4.23a.94.94%2C0%2C0%2C0%2C1.41%2C1.23l.5-.74%2C1.54%2C9.29L34.92%2C18.6a7.3%2C7.3%2C0%2C1%2C0-5.85%2C11.67H39.79v0a2.44%2C2.44%2C0%2C0%2C0%2C2.43-2.44C42.23%2C27.75%2C42.22%2C27.69%2C42.22%2C27.64ZM35.9%2C29h-4a.74.74%2C0%2C1%2C1%2C0-1.48h.75l-1.08-1a4.38%2C4.38%2C0%2C1%2C1%2C1.14-1.23l2.05%2C2a.82.82%2C0%2C0%2C1%2C.17.25h.93a.74.74%2C0%2C0%2C1%2C0%2C1.48Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M28.34%2C14.53C31.13%2C14.46%2C32%2C15%2C32%2C15V13.55s0-.45-.65-.49S25%2C11.79%2C24.59%2C11.78s-.47.21-.47.61v4A5.73%2C5.73%2C0%2C0%2C1%2C28.34%2C14.53Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M29.75%2C22.23a.84.84%2C0%2C1%2C0-1.18%2C1.18l3.05%2C3.05a4.34%2C4.34%2C0%2C0%2C0%2C1.13-1.23Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_277:before, .wrapper_nav a.mcat_77:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32%2C11.75A9.25%2C9.25%2C0%2C0%2C0%2C22.75%2C21l1.68%2C0a7.6%2C7.6%2C0%2C1%2C1%2C2%2C5.09c-.29-.32%2C1.67-1%2C1.43-1.33s-4.08-1-4.08-1a28.38%2C28.38%2C0%2C0%2C0%2C.08%2C4.62c.24.35%2C1-1.53%2C1.29-1.22A9.25%2C9.25%2C0%2C1%2C0%2C32%2C11.75Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M34%2C11.64a2%2C2%2C0%2C0%2C0-4%2C0%2C9.11%2C9.11%2C0%2C0%2C1%2C4%2C0Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M39.06%2C13.8a1.24%2C1.24%2C0%2C0%2C0-2.1-.9%2C9.32%2C9.32%2C0%2C0%2C1%2C1.88%2C1.58A1.22%2C1.22%2C0%2C0%2C0%2C39.06%2C13.8Z%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2228.86%2021.29%2032%2021%2030.02%2026.36%2035.08%2019.18%2031.65%2019.36%2032.74%2015.07%2028.86%2021.29%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_284:before, .wrapper_nav a.mcat_84:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M37.92%2C16.71h0a.75.75%2C0%2C0%2C1-.71-.79c0-.4%2C0-.53%2C0-.75s0-.4%2C0-.82c0-1.87-2.13-3.17-5.18-3.17s-5.18%2C1.31-5.18%2C3.17c0%2C.44%2C0%2C.57%2C0%2C.66s0%2C.17%2C0%2C.78a.75.75%2C0%2C0%2C1-.74.76h0a.75.75%2C0%2C0%2C1-.75-.74c0-.65%2C0-.71%2C0-.83s0-.21%2C0-.63c0-2.75%2C2.75-4.67%2C6.68-4.67s6.68%2C1.92%2C6.68%2C4.67c0%2C.4%2C0%2C.62%2C0%2C.78s0%2C.4%2C0%2C.87A.75.75%2C0%2C0%2C1%2C37.92%2C16.71Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M39.33%2C17.77H24.67a3%2C3%2C0%2C0%2C0-3%2C3v6.57a3%2C3%2C0%2C0%2C0%2C3%2C3H39.33a3%2C3%2C0%2C0%2C0%2C3-3V20.77a3%2C3%2C0%2C0%2C0-3-3M32.8%2C24.28v2.28a.84.84%2C0%2C0%2C1-1.67%2C0V24.24a1.7%2C1.7%2C0%2C1%2C1%2C1.67%2C0%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_288:before, .wrapper_nav a.mcat_88:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M42.26%2C21.52a9.45%2C9.45%2C0%2C0%2C0%2C0-3.12l-2-.71a8.53%2C8.53%2C0%2C0%2C0-.82-2l.9-1.89a10.44%2C10.44%2C0%2C0%2C0-2.23-2.21l-1.9.9a8.47%2C8.47%2C0%2C0%2C0-1.93-.79l-.7-2a9.48%2C9.48%2C0%2C0%2C0-3.15%2C0l-.7%2C2a8.47%2C8.47%2C0%2C0%2C0-1.93.79l-1.9-.9a10.44%2C10.44%2C0%2C0%2C0-2.23%2C2.21l.9%2C1.89a8.53%2C8.53%2C0%2C0%2C0-.82%2C2l-2%2C.71a9.45%2C9.45%2C0%2C0%2C0%2C0%2C3.12l2%2C.7a8.5%2C8.5%2C0%2C0%2C0%2C.82%2C2l-.9%2C1.9a10.45%2C10.45%2C0%2C0%2C0%2C2.18%2C2.2l1.89-.9a8.49%2C8.49%2C0%2C0%2C0%2C2%2C.85l.7%2C2a9.47%2C9.47%2C0%2C0%2C0%2C3.09%2C0l.7-2a8.49%2C8.49%2C0%2C0%2C0%2C2-.85l1.89.9a10.45%2C10.45%2C0%2C0%2C0%2C2.18-2.2l-.9-1.9a8.5%2C8.5%2C0%2C0%2C0%2C.82-2ZM32%2C24a4%2C4%2C0%2C1%2C1%2C4-4%2C4%2C4%2C0%2C0%2C1-4%2C4%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M32%2C18.29A1.71%2C1.71%2C0%2C1%2C0%2C33.71%2C20%2C1.71%2C1.71%2C0%2C0%2C0%2C32%2C18.29%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_307:before, .wrapper_nav a.mcat_106:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M42.06%2C22.55V13.44a3.5%2C3.5%2C0%2C0%2C0-3.5-3.5H25.44a3.5%2C3.5%2C0%2C0%2C0-3.5%2C3.5v9.11a3.5%2C3.5%2C0%2C0%2C0%2C2.64%2C3.38H24a2.06%2C2.06%2C0%2C1%2C0%2C0%2C4.12H40a2.06%2C2.06%2C0%2C0%2C0%2C0-4.12h-.58A3.5%2C3.5%2C0%2C0%2C0%2C42.06%2C22.55ZM23.31%2C28a.54.54%2C0%2C0%2C1%2C.54-.54h3.55a.54.54%2C0%2C1%2C1%2C0%2C1.07H23.84A.53.53%2C0%2C0%2C1%2C23.31%2C28Zm5.92.1a.54.54%2C0%2C0%2C1%2C.54-.54h1.15a.54.54%2C0%2C0%2C1%2C0%2C1.08H29.76A.54.54%2C0%2C0%2C1%2C29.22%2C28.05Zm9.34-3H25.44a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5V13.44a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5H38.56a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5v9.11A2.5%2C2.5%2C0%2C0%2C1%2C38.56%2C25.05Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M37.45%2C12H26.55a2.43%2C2.43%2C0%2C0%2C0-2.49%2C2.37v7.2A2.43%2C2.43%2C0%2C0%2C0%2C26.55%2C24h10.9a2.43%2C2.43%2C0%2C0%2C0%2C2.49-2.37V14.4A2.43%2C2.43%2C0%2C0%2C0%2C37.45%2C12Zm-4%2C9L31%2C18.29l-1.3%2C1.31-.35-4.55%2C4.31.85-1.33%2C1.16L34.81%2C20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.wrapper_nav a.cat_314:before, .wrapper_nav a.mcat_113:before {background:#f5f5f5 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2262%22%20height%3D%2240%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27.52%2C20a2.13%2C2.13%2C0%2C1%2C1-2.13-2.13A2.13%2C2.13%2C0%2C0%2C1%2C27.52%2C20%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M34.13%2C20A2.13%2C2.13%2C0%2C1%2C1%2C32%2C17.87%2C2.13%2C2.13%2C0%2C0%2C1%2C34.13%2C20%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M40.74%2C20a2.13%2C2.13%2C0%2C1%2C1-2.13-2.13A2.13%2C2.13%2C0%2C0%2C1%2C40.74%2C20%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.wrapper_nav a.selected:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background-color: #0078D6;
}

.wrapper_nav .wpc_menu li a:before {
	content: '»';
	left: 55px;
	top: 11px;
}
.wrapper_nav .wpc_menu li.selected {
	background-color: #e3e6e9;
}

.platforms {
	margin-bottom: 10px;
	position: absolute;
	z-index: 50;
	width: 100%;
	overflow:hidden;
}

.platforms a {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dce1e5;
    font-size: 18px;
    padding: 14px 0 14px 46px;
    color: #000;
    line-height: normal;
	min-height: 48px;
}

.platforms a.windows:after, .platforms a.mac:after {display: none;}

.platforms a:hover {
	text-decoration: none;
	background-color: #e3e5e8;
}



.platforms a:before {
	content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 11px;
}

.wrapper_nav .articles_wrapper {
	padding: 20px 20px 0;
	border-top: 1px solid #d0d8dd;
	background: #F5F7F9;
	margin-bottom: 0;
}


.articles_wrapper .article_block {
	margin-bottom: 16px;
	background-color: #fff;
	padding: 1px 1px 8px;
	-webkit-box-shadow: 0 0 3px 0 rgba(110, 110, 110, 0.34);
	-moz-box-shadow:    0 0 3px 0 rgba(110, 110, 110, 0.34);
	box-shadow:         0 0 3px 0 rgba(110, 110, 110, 0.34);
	display: inline-block;
}

.article_block .cut {
	/*height: 102px;*/
	overflow: hidden;
	display: block;
}

.article_block .article_title {
	padding: 5px 10px 10px;
	display: block;
	height: 47px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.articles_wrapper a {
	display: block;
	padding: 0;
	font-size: 15px;
}

.articles_wrapper .read_more {
	display: block;
	height: 22px;
	padding: 0 6px;
	position: absolute;
	right: 5px;
	top: -35px;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	background-color: #0078D6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wrapper_social {
	position: absolute;
	top: 16px;
	right: 30px;
}

.share_btn {
	line-height: 32px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 20px 0 40px;
	background-color: #fff;
	color: #1c3b5a;
	border: 3px solid #1c3b5a;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.share_btn:hover {
	background-color: #e0eaf2;
	text-decoration: none;
}

.wrapper_social.show .share_btn {
	background-color: #e0eaf2;
	border-color: #e0eaf2;
}

.share_btn:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 14px;
}

.share_btn:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object29%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M18%2C16.14a2.91%2C2.91%2C0%2C0%2C0-2%2C.77L8.91%2C12.74A3.3%2C3.3%2C0%2C0%2C0%2C9%2C12a3.3%2C3.3%2C0%2C0%2C0-.09-.7L16%2C7.21A3%2C3%2C0%2C1%2C0%2C15%2C5a3.3%2C3.3%2C0%2C0%2C0%2C.09.7L8%2C9.84a3%2C3%2C0%2C1%2C0%2C0%2C4.4l7.12%2C4.18a2.84%2C2.84%2C0%2C0%2C0-.08.65A2.92%2C2.92%2C0%2C1%2C0%2C18%2C16.14Z%22%20style%3D%22fill%3A%231c3b5a%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.social_dropdown {
	display: none;
	background-color: #e0eaf2;
	position: absolute;
	top: 24px;
	right: 0;
	padding: 40px 25px 30px;
	-webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 0.55);
	-moz-box-shadow:    0 0 4px 0 rgba(110, 110, 110, 0.55);
	box-shadow:         0 0 4px 0 rgba(110, 110, 110, 0.55);
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
}
.social_dropdown li {margin: 0 0 20px;}
.social_dropdown li:last-child {margin-bottom: 0;}

.social_dropdown li:nth-child(2) {
	height: 20px;
}

.wrapper_social.show .social_dropdown {display: block;}

.breadcrumbs {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 10px;
}

.breadcrumbs > div {
	display: table-cell;
	vertical-align: middle;
}

.breadcrumbs {color: #fefefe;}

.breadcrumbs a {color: #c7d9ea;}
/*top navigation: end*/

/*main container: start*/
.main_container {
	margin: auto;
	padding-top: 32px;
	padding-bottom: 30px;
	min-height: 600px;
}
/*main container: end*/

/* --- footer ---*/
footer {
	background-color: #1c3b5a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	height: auto;
	width: 100%;
	position: static;
	bottom: 0;
	color: #000;
}

.footer {
	background-colCor: #1c3b5a;
}

.footer_content {
	margin: auto;
	text-align: center;
	max-width: 940px;
	overflow: hidden;
	font-family: "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	font-weight: 300;
	font-size: 0;
}

.footer_menu {
	border-bottom: 1px solid #B6D3F3;
	padding: 25px 0;
	font-size: 24px;
	font-weight: 100;
	line-height: 1.6;
}

.footer a, footer a {
	color: #c7d9ea;
	font-weight: 300;
}

.footer_content ul {
	display: inline-block;
	list-style: none;
	margin: 0 24px 0 0;
	vertical-align: top;
}
.footer_content ul:last-child {
       margin-right: 0;
}

footer .footer_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

footer .footer_menu li {
	display: inline-block;
	margin: 0 40px;
	width: auto;
	white-space: nowrap;
}

.footer_items_wrap {
	margin: 0 32px;
}

.footer_item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 25%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	padding: 20px 0;
}

.footer_social {
	width: auto;
	float: right;
	padding-top: 0;
	margin-left: 24px;
	padding-bottom: 0;
}

.footer_item p {
	margin: 0 0 3px 0;
	color: #F0FFFF;
	font-weight: 300;
}

.footer_item ul a {
	font-size: 15px;
}

.footer_social ul {font-size: 0;}

.footer_item .fb,
.footer_item .gg,
.footer_item .tw, .footer_item .rss {
	display: inline-block;
	margin-right: 15px;
}

.footer_item li:last-child {
	margin-right: 0;
}

.footer_item .fb a,
.footer_item .gg a,
.footer_item .tw a, .footer_item .rss a {
	width: 42px;
	height: 42px;
	display: inline-block;
	font-size: 0px;
}

.footer_item .fb a {
	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%2050%2050%22%3E%3Ctitle%3Efs%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%23517a89%3Bopacity%3A0.78%22%2F%3E%3Cpath%20d%3D%22M30.55%2C13.51H27.63c-3.23%2C0-5.32%2C2.23-5.32%2C5.66v2.61h-2.9a.47.47%2C0%2C0%2C0-.45.47h0V26a.46.46%2C0%2C0%2C0%2C.45.46h2.9v9.55a.46.46%2C0%2C0%2C0%2C.45.46h3.87a.46.46%2C0%2C0%2C0%2C.45-.46V26.49h3.38a.46.46%2C0%2C0%2C0%2C.45-.46V22.24a.48.48%2C0%2C0%2C0-.18-.33.43.43%2C0%2C0%2C0-.32-.14H27V19.56c0-1.06.24-1.6%2C1.58-1.6h1.94a.47.47%2C0%2C0%2C0%2C.45-.47h0V14a.47.47%2C0%2C0%2C0-.45-.47Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.footer_item .gg a {
	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%2050%2050%22%3E%3Ctitle%3Eg%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%23517a89%3Bopacity%3A0.78%22%2F%3E%3Cpath%20d%3D%22M26.24%2C13.5H19.12c-3.19%2C0-6.19%2C2.42-6.19%2C5.22A5.14%2C5.14%2C0%2C0%2C0%2C18%2C23.91h1a2.85%2C2.85%2C0%2C0%2C0-.32%2C1.31%2C2.76%2C2.76%2C0%2C0%2C0%2C1%2C2H18.45c-4%2C0-7%2C2.52-7%2C5.13s3.24%2C4.16%2C7.24%2C4.16c4.51%2C0%2C7-2.56%2C7-5.13a5%2C5%2C0%2C0%2C0-2.5-4.62c-.65-.46-1.88-1.56-1.88-2.22s.22-1.14%2C1.37-2a4.77%2C4.77%2C0%2C0%2C0%2C2-3.78%2C4.24%2C4.24%2C0%2C0%2C0-2.3-4.12h2.3ZM23.76%2C30.93a3%2C3%2C0%2C0%2C1%2C.09.73c0%2C2.08-1.34%2C3.71-5.19%2C3.71-2.73%2C0-4.7-1.74-4.7-3.81s2.44-3.74%2C5.18-3.71a5.91%2C5.91%2C0%2C0%2C1%2C1.77.29C22.39%2C29.17%2C23.46%2C29.75%2C23.76%2C30.93Zm-4.38-7.76c-1.83-.05-3.58-2.05-3.9-4.46s.92-4.26%2C2.75-4.2%2C3.58%2C2%2C3.9%2C4.4S21.22%2C23.23%2C19.38%2C23.17Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2233.51%2018.55%2033.51%2013.5%2031.81%2013.5%2031.81%2018.55%2026.7%2018.55%2026.7%2020.25%2031.81%2020.25%2031.81%2025.41%2033.51%2025.41%2033.51%2020.25%2038.61%2020.25%2038.61%2018.55%2033.51%2018.55%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.footer_item .tw a {
	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%2050%2050%22%3E%3Ctitle%3Etw%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%23517a89%3Bopacity%3A0.78%22%2F%3E%3Cpath%20d%3D%22M38.39%2C16.17a11.62%2C11.62%2C0%2C0%2C1-1.91.65%2C6.07%2C6.07%2C0%2C0%2C0%2C1.57-2.5h0a.32.32%2C0%2C0%2C0-.22-.4.33.33%2C0%2C0%2C0-.24%2C0h0a11.06%2C11.06%2C0%2C0%2C1-2.91%2C1.21H34.5A.78.78%2C0%2C0%2C1%2C34%2C15a6%2C6%2C0%2C0%2C0-4-1.49%2C6.37%2C6.37%2C0%2C0%2C0-1.89.29%2C5.79%2C5.79%2C0%2C0%2C0-3.89%2C4.16%2C6.51%2C6.51%2C0%2C0%2C0-.14%2C2.2.18.18%2C0%2C0%2C1-.05.16.23.23%2C0%2C0%2C1-.17.08h0a15.69%2C15.69%2C0%2C0%2C1-10.68-5.72h0a.31.31%2C0%2C0%2C0-.43-.08.3.3%2C0%2C0%2C0-.08.08h0a6%2C6%2C0%2C0%2C0%2C1%2C7.24%2C5.46%2C5.46%2C0%2C0%2C1-1.36-.52h0a.31.31%2C0%2C0%2C0-.43.11.37.37%2C0%2C0%2C0%2C0%2C.15h0a6%2C6%2C0%2C0%2C0%2C3.48%2C5.5h-.14a5.56%2C5.56%2C0%2C0%2C1-1-.1h0a.31.31%2C0%2C0%2C0-.36.25.26.26%2C0%2C0%2C0%2C0%2C.15h0a6%2C6%2C0%2C0%2C0%2C4.67%2C4.13%2C11%2C11%2C0%2C0%2C1-6.16%2C1.88h-.69a.45.45%2C0%2C0%2C0-.45.35.46.46%2C0%2C0%2C0%2C.23.52%2C16.38%2C16.38%2C0%2C0%2C0%2C8.22%2C2.22%2C16.59%2C16.59%2C0%2C0%2C0%2C7-1.49%2C15.47%2C15.47%2C0%2C0%2C0%2C5.14-3.86%2C17%2C17%2C0%2C0%2C0%2C4.22-11v-.09a1%2C1%2C0%2C0%2C1%2C.38-.79%2C11.49%2C11.49%2C0%2C0%2C0%2C2.37-2.6h0a.31.31%2C0%2C0%2C0-.08-.43.32.32%2C0%2C0%2C0-.3%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.footer_item .rss a {
	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%2050%2050%22%3E%3Ctitle%3Ers%3C%2Ftitle%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%23517a89%3Bopacity%3A0.78%22%2F%3E%3Ccircle%20cx%3D%2216.72%22%20cy%3D%2233.28%22%20r%3D%223.22%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M13.5%2C13.5v4.18A18.83%2C18.83%2C0%2C0%2C1%2C32.33%2C36.49h4.19a23%2C23%2C0%2C0%2C0-23-23Zm0%2C8.37v4.18A10.46%2C10.46%2C0%2C0%2C1%2C24%2C36.5h4.18A14.63%2C14.63%2C0%2C0%2C0%2C13.52%2C21.87Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.footer_content .copy_text {margin-top: 16px;}
.footer_content .copy {
	color: #F0FFFF;
	clear: both;
	width: 100%;
	float: none;
	text-align: left; /*center*/
	border-top: 1px solid #B6D3F3;
	font-weight: 300;
	font-family: "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	padding: 31px 0;
	overflow: hidden;
}

.copy a {
	white-space: nowrap;
	font-size: 15px;
}
/* --- end footer ---*/


/* --- Today highlight ---*/
.th_img {
	display: block;
	width: 265px;
	height: 40px;
	position: absolute;
	top: 18px;
	left: 0;
	background: url(//img.informer.com/images/v3/th.png) 0 0 no-repeat;
}
.featured {
	position: relative;
	padding: 76px 20px 18px 20px;
	overflow: hidden;
	background-color: #fafafa;
    height: 250px;
    border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.featured p {
	margin-left:58px;
}
.featured #thdesc {
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	margin: 6px 0 0 58px;
}
.wrapper_nav .featured a {
	font: 18px/normal "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	padding: 0;
	color: #333;
	display: inline;
}
.featured img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
/* --- end Today highlight ---*/


/* --- main blocks css overwrite ---*/

.wrapper_articles_th  .article_block {
	width: 322px !important;
	height:250px !important;
	margin-right: 8px !important;
}
.wrapper_articles_th  .article_block img {
	height: 170px !important;
}

.wrapper_articles_th .article_blockh3, .wrapper_articles_th .article_block .article_title {
	height: 78px !important;
}

/* --- end main blocks css overwrite ---*/
.spec_platform {
    color: #000;
    line-height: 26px;
	text-align: right;
	margin-top: 5px;
}
.spec_platform a {
	color: #000;
	text-decoration: none;
}

.spec_platform a:after {
	content: ' »';
	font-size: 22px;
	display: inline-block;
	padding: 0 0 0 5px;
}

.spec_platform a:hover {
	text-decoration: underline;
}

/*bdp: start*/
.bottom_b_bdp {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 1010px;
	margin-left: -505px;
	z-index: 1000;
}

.wrapper_nav .bottom_b_bdp a, .bottom_b_bdp a {
	text-align: center;
	color: #fff;
	display: none;
	line-height: 38px;
	width: 100%;
	position: relative;
	border: 2px solid;
	border-bottom: none;
	background-color: #fb8b0f;
	padding: 0;
	font-size: 16px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bottom_b_bdp a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: relative;
	top: 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%2018%2018%22%3E%3Ctitle%3Elogo%20line%202%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C2V16H2V2H16m2-2H0V18H18V0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M6.1%2C2V16H2V2H6.1m2-2H0V18H8.1V0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M16%2C11.9V16H2V11.9H16m2-2H0V18H18V9.9Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
/*bdp: end*/


@media all and (max-width: 1630px) {
}

@media all and (max-width: 1490px) {
	.wrapper_lang.show .lang_dropdown {
		left: auto;
		right: -37px;
	}
}

@media all and (max-width: 1450px) {

}

@media all and (max-width: 1410px) {
	body:before {display: none;}
	.wrapper_search {margin-left: 22px;}
/*
	.wrapper_content {
		margin: auto;
		width: 1002px;
	}
	.main_container {min-height: 1000px;}
*/
	.main_container, .top_nav .container {margin: auto;}
	.featured img {
		height:32px;
		width:32px;
	}
	.wrapper_nav .featured a {
		padding-left: 42px;
    	display: block;
	}
	.featured #thdesc {
		max-height:none;
		margin-left:42px;
	}
}

@media all and (max-width: 1250px) {
	.header, .top_nav {min-width: 0;}
	.header .right {padding-right:16px;}
	.header .auth-wrap, .wrapper_like {margin-left:16px;}

	.bottom_b_bdp {
		width: 1002px;
		margin-left: -501px;
	}
	
	.wrapper_search input[type=text] {width: 370px;}
	.wrapper_nav {display: none;}
	.navigation.show .platforms {display: block !important;}
	.platforms {
		width: 300px;
		-webkit-box-shadow: 0 0 9px 0 rgba(110, 110, 110, 0.34);
		-moz-box-shadow:    0 0 9px 0 rgba(110, 110, 110, 0.34);
		box-shadow:         0 0 9px 0 rgba(110, 110, 110, 0.34);
	}
/*
	.wrapper_content {
		width: 1002px !important;
		max-width: 100%;
		margin: 0 auto;
	}
*/
	.navigation a {
		font-size: 0;
		width: 114px;
		height: auto;
	}
	.platforms a {
		font-size: 18px;
		width: 100%;
	}
	.main_container {min-height:0; margin: 0 auto;}
	.top_nav .container {
		margin-left: 0;
		padding-right: 150px;
	}
	.wrapper_search input {width: 370px;}
    .navigation.show .wrapper_nav_small {
	    position: absolute;
	    top: 54px;
	    left: 0;
	    width: 114px;
	    background-color: #39a6ff;
    }
	.wrapper_nav_small a {height: 54px;}
	.wrapper_nav_small a:after {
		content: '';
		display: block;
		height: 1px;
		left: 10px;
		right: 10px;
		top: 0;
		position: absolute;
		background-color: rgba(255,255,255,.3);
	}
    .navigation .wrapper_nav_small a.android:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object31%3C%2Ftitle%3E%3Cpath%20d%3D%22M-83.75-26.11A1.26%2C1.26%2C0%2C0%2C0-85-24.84v6.16a1.26%2C1.26%2C0%2C0%2C0%2C1.25%2C1.27%2C1.26%2C1.26%2C0%2C0%2C0%2C1.25-1.27v-6.16a1.26%2C1.26%2C0%2C0%2C0-1.25-1.27m12-5.57%2C1-1.89a.21.21%2C0%2C0%2C0-.08-.28.2.2%2C0%2C0%2C0-.27.08l-1%2C1.91A6.9%2C6.9%2C0%2C0%2C0-75-32.47a6.91%2C6.91%2C0%2C0%2C0-2.85.61l-1-1.9a.2.2%2C0%2C0%2C0-.27-.08.2.2%2C0%2C0%2C0-.08.28l1%2C1.89a6.06%2C6.06%2C0%2C0%2C0-3.35%2C5.34h13.14a6.06%2C6.06%2C0%2C0%2C0-3.35-5.33M-78-28.76a.56.56%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.56.56%2C0%2C0%2C1-.55.56m6%2C0a.55.55%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.55.55%2C0%2C0%2C1-.55.56m-9.51%2C2.93v9.61A1.57%2C1.57%2C0%2C0%2C0-80-14.64h1.06v3.28a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48A1.47%2C1.47%2C0%2C0%2C0-76-11.36v-3.28h2v3.28a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48%2C1.47%2C1.47%2C0%2C0%2C0%2C1.46-1.48v-3.28H-70a1.57%2C1.57%2C0%2C0%2C0%2C1.56-1.58v-9.61Zm16.52%2C1a1.26%2C1.26%2C0%2C0%2C0-1.25-1.27%2C1.26%2C1.26%2C0%2C0%2C0-1.25%2C1.27v6.16a1.26%2C1.26%2C0%2C0%2C0%2C1.25%2C1.27A1.26%2C1.26%2C0%2C0%2C0-65-18.68Z%22%20transform%3D%22translate(87%2033.87)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
	.navigation .wrapper_nav_small a.mac:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object61%3C%2Ftitle%3E%3Cpath%20d%3D%22M12%2C0A12%2C12%2C0%2C1%2C0%2C24%2C12%2C12%2C12%2C0%2C0%2C0%2C12%2C0Zm5.48%2C19.39h-.74L12%2C12.52h0L7.24%2C19.39H6.51L11.62%2C12%2C6.48%2C4.61h.74L12%2C11.5h0l4.76-6.89h.73L12.37%2C12Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
	.navigation .wrapper_nav_small a.iphone:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object11%3C%2Ftitle%3E%3Cpath%20d%3D%22M-19.42-7.24a5.45%2C5.45%2C0%2C0%2C1%2C2.66-4.58%2C5.77%2C5.77%2C0%2C0%2C0-4.51-2.38c-1.9-.19-3.73%2C1.11-4.7%2C1.11s-2.47-1.09-4.07-1.06a6%2C6%2C0%2C0%2C0-5%2C3C-37.27-7.44-35.64-2-33.55%2C1c1%2C1.46%2C2.27%2C3.09%2C3.87%2C3s2.15-1%2C4-1%2C2.42%2C1%2C4.05.94S-18.85%2C2.49-17.84%2C1a12%2C12%2C0%2C0%2C0%2C1.71-3.41A5.29%2C5.29%2C0%2C0%2C1-19.42-7.24Z%22%20transform%3D%22translate(38.13%2020)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M-22.5-16.15A5.29%2C5.29%2C0%2C0%2C0-21.25-20a5.64%2C5.64%2C0%2C0%2C0-3.62%2C1.83%2C5%2C5%2C0%2C0%2C0-1.29%2C3.7A4.67%2C4.67%2C0%2C0%2C0-22.5-16.15Z%22%20transform%3D%22translate(38.13%2020)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
}

@media all and (max-width: 1026px) {
	.bottom_b_bdp {
		width: 100%;
		margin-left: 0;
		left: 0;
	}
}

@media all and (max-width: 990px) {
	.wrapper_content {
		width: 100% !important;
	}
}

/* --- Modal Window ---*/
.mdl-container {
    position:fixed;
    z-index:5000000;
    top:20%;
    left:27%;
    padding:0;
    outline:none;
    text-align:left;
    overflow:hidden;
    top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px");
	background:#fff;
}

.mdl-close {
    cursor: pointer;
    z-index: 9999999;
    position: absolute;
    display: inline;
    top: 10px;
    right: 10px;
    left: auto;
    width: 8px;
    height: 8px;
    background: url(//img.informer.com/images/close_frm.gif) no-repeat center;
    padding:5px;
}
.mdl-layout .mdl-overlay {
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4900000;
    background:url(//img.informer.com/images/bgfrm.png) repeat scroll 0 0;
    display: block;
    opacity:0.2;
    transition: text-shadow 2s cubic-bezier(0, 1, 0, 1);
}
img#form-loader {position:absolute;}
/* --- end Modal Window ---*/

/* --- New Login Form, June 2015 ---*/
fieldset {border: none;}

.wrap_form {
	margin-top: 0 !important;
}

#captcha_modal_form {
	padding: 20px 40px;
}

.login-layout .mdl-container {
	background-color: #555;
	padding: 56px 2px 2px;
	min-width: 564px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "segoe ui", Helvetica, arial, sans-serif;
}

.login-layout .mdl-brd {
	background-color: #fff;
	border: none;
}

.login-layout .mdl-close {
	background: url(//img.informer.com/images/v2/elements.png) no-repeat 5px -547px;
	display: block;
	height: 17px;
	right: 18px;
	left: auto;
	top: 14px;
	width: 16px;
	padding: 5px;
}

.login-layout #login_modal_form,
.login-layout #register_modal_form,
.login-layout #forgotten-pass-modal { padding: 0; }

.login-layout #forgotten-pass-modal { width: 100%; }

.login-tab-box {
	width: 100%;
	height: 91px;
}

.login-tab-box li {
	display: inline-block;
	width: 50%;
	height: 91px;
	font-family: "segoe ui light", "segoe ui", Helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight: 100;
	line-height: 83px;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eee;
	position: relative;
}

.login-tab-box li.active {
	background-color: #fff;
}

.login-tab-box li a {
	text-decoration: none;
	display: block;
	padding: 0 30px;
	border-bottom: 8px solid #ccc;
	color: #999;
}

.login-tab-box li.active a {
	color: #333;
	border-color: #0078D6;
	cursor: default;
}

.login-tab-box li {
	border-bottom: 8px solid #1d9fde;
	color: #999;
}

.login-social-box {
	width: 100% !important;
	min-width: 272px;
	height: 80px;
	padding: 30px 0 !important;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.login-social-box .social ul {
	position: relative;
	text-align: center;
	z-index: 2;
}

.login-social-box .social li {
	display: inline-block;
	height: 80px;
	margin: 0 8px;
	width: 80px;
}

.login-social-box .social li:first-child { margin-left: 0; }

.login-social-box .social li:last-child { margin-right: 0; }

.login-social-box .social li a {
	background: url(//img.informer.com/images/v2/elements.png) no-repeat;
	display: block;
	width: 80px;
	height: 80px;
}

.login-social-box .social li.fb a { background-position: 0 -233px; }

.login-social-box .social li.tw a { background-position: 0 -328px; }

.login-social-box .social li.gg a { background-position: 0 -423px; }

.login-input-box {
	padding: 30px 0 0;
}

.login-input-group {
	padding-bottom: 20px;
	overflow: hidden;
}

.login-input-wrap {
	overflow: hidden;
	position: relative;
}

.input-pre {
	position: relative;
	text-align: center;
	width: 75%;
	margin: auto;
}

/*.input-pre {
    margin: auto;
    position: relative;
    text-align: center;
    width: 300px;
}*/
.input-mail:before,
.input-password:after,
.input-name:after {
	display: block;
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	bottom: 1px;
	border-right: 1px solid #ccc;
	width: 60px;
	height: 48px;
	background: #f4f4f4 url(//img.informer.com/images/v2/elements.png) no-repeat;
}

.input-mail:before { background-position: -41px -538px; }

.input-password:after { background-position: -41px -504px; }

.input-name:after { background-position: 19px -505px; }

.login-input-group input {
	border: 1px solid #ccc;
	font-weight: 100;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 5px 0 80px;
	transition: background 0.2s ease-in 0s;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "segoe ui light", "segoe ui", Helvetica, arial, sans-serif;
	font-size: 22px;
	color: #999;
}

.login-input-group input:focus {
	background: #f8f8f8;
	color: #333;
}

.input-kcaptcha {
	text-align: left;
	margin-bottom: 20px;
}

.login-input-group .input-kcaptcha input {
	width: 55%;
	padding: 0 5px;
	margin-right: 20px;
	float: left;
}

.input-kcaptcha img {
	float: left;
	margin-right: 10px;
}

.input-kcaptcha a {
	position: relative;
	top: 14px;
	font-size: 15px;
}

.login-input-group.button {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 30px 0 30px;
}

.forgot {
	float: left;
	display: inline-block;
	line-height: 50px;
	font-size: 15px;
}

.forgot a {
	color: #999;
	font-size: 15px;
}

.captcha {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.g-recaptcha {
	display: inline-block;
	width: 304px;
}

.login-layout button.btn {
	color: #fff;
	background-color: #0078D6;
	white-space: nowrap;
	font-size: 26px;
	font-weight: 100;
	height: 50px;
	line-height: 1;
	text-align: center;
	padding: 5px 30px 5px;
	margin: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.login-layout button.btn:hover {
	background-color: #4bbff6;
}

.login-input-group.button button { float: right; }

.hidden { display: none; }

.login-error-box {
	padding: 15px 0 15px;
	text-align: center;
	background-color: #c00;
	color: #fff;
	font-weight: 400;
}

.login-error-box p {
	margin: 0;
}

#forgotten-pass-modal .login-tab-box li { width: 100%; padding: 0 0 0 40px; }

/* --- end Login Form ---*/

/* --- Search list box ---*/
#ajax_listOfOptions, #ajax_listOfOptions2 {
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position:absolute;
	overflow:auto;
	border:1px solid #ADADAD;
	background-color:#FFF;
	text-align:left;
	z-index: 1000;
	font-weight:normal;
	width: 551px;
}
#ajax_listOfOptions > div, #ajax_listOfOptions2 > div {
	cursor:pointer;
	font-size:16px;
	border-bottom: 1px solid #e1e1e1;
}
#ajax_listOfOptions .optionDiv, #ajax_listOfOptions2 .optionDiv {
	padding: 10px 80px 10px 10px;
	background-color:#f9f9f9;
	position:relative;
}
#ajax_listOfOptions span, #ajax_listOfOptions span {
	color:#b6b6b6;
	font-size:12px;
	display:block;
}
#ajax_listOfOptions .stars {
	display:block;
	float:none;
	margin:0;
	position:absolute;
	right:10px;
	top:12px;
}
#ajax_listOfOptions .optionDivSelected, #ajax_listOfOptions2 .optionDivSelected {
	background-color:#f1f8ff;
	color:#1b6eae;
	padding: 10px 80px 10px 10px;
	position: relative;
}
#ajax_listOfOptions p, #ajax_listOfOptions2 p {
	margin:0 0 0 41px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ajax_listOfOptions2 p {
	margin:0;
}
#ajax_listOfOptions .optionDivSelected span, #ajax_listOfOptions2 .optionDivSelected span {
	color:#58abd9;
}
#ajax_listOfOptions img {
	float:left;
	margin-right:10px;
}
/* --- end Search list box ---*/

/* --- Ad box ---*/
.adst1{
	float:right;
	width:300px;
	padding:10px 0 20px 20px;
	min-height: 600px;
}

.adst2{
	float:right;
	height:600px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
	word-wrap:break-word;
	color:#aaa;
	border:2px solid #eee;
	background:#f9f9f9;
}

.adst3{
	float:right;
	width:300px;
	padding:0 0 20px 20px;
	min-height: 600px;
}

.adst4{
	float:right;
	width:300px;
	height:auto;
}
body.adapt3 .adst4 {overflow:hidden;}

.adst5{
	float:right;
	width:300px;
	height:270px;
	padding:10px 0 20px 20px;
}

.adst6{
	float:right;
	width:300px;
}
/* --- end Ad box ---*/

/*xmas_styles: start*/
.xmas_style .logo {position: relative;}

.xmas_style .logo:before {
	content: '';
	display: block;
	width: 70px;
	height: 46px;
	position: absolute;
	top: -10px;
	left: -30px;
	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%2069.92%2047%22%3E%3Ctitle%3Etree%3C%2Ftitle%3E%3Cpolygon%20points%3D%2227.82%2041.91%2026.79%2047%2031.88%2047%2030.88%2041.91%2027.82%2041.91%22%20style%3D%22fill%3A%239d4819%22%2F%3E%3Cpolygon%20points%3D%2229.3%2013.92%2036.02%2024.82%2033.91%2024.82%2039.99%2032.94%2036.95%2032.94%2040.26%2037.67%2044%2043%2016%2043.25%2019.77%2037.45%2022.69%2032.93%2019.72%2032.94%2025.04%2025.02%2022.71%2024.94%2029.3%2013.92%22%20style%3D%22fill%3A%232bc0a9%22%2F%3E%3Cpolygon%20points%3D%2239.04%2043.04%2033.4%2032.9%2028.99%2032.9%2033.97%2043.04%2039.04%2043.04%22%20style%3D%22fill%3A%231f9bab%22%2F%3E%3Cpolygon%20points%3D%2236.12%2032.9%2032.58%2032.9%2028.99%2024.86%2031.69%2024.86%2036.12%2032.9%22%20style%3D%22fill%3A%231f9bab%22%2F%3E%3Cpolygon%20points%3D%2234.33%2024.86%2031.69%2024.86%2028.45%2015.36%2029.3%2013.92%2034.33%2024.86%22%20style%3D%22fill%3A%231f9bab%22%2F%3E%3Cpath%20d%3D%22M37%2C32.94a8%2C8%2C0%2C0%2C1-.66%2C4%2C8.25%2C8.25%2C0%2C0%2C1-2.55%2C3.32A13.38%2C13.38%2C0%2C0%2C1%2C30%2C42.17%2C17.68%2C17.68%2C0%2C0%2C1%2C26%2C43c1.26-.51%2C2.49-1%2C3.69-1.6a19.51%2C19.51%2C0%2C0%2C0%2C3.38-2%2C9.56%2C9.56%2C0%2C0%2C0%2C2.46-2.87A12%2C12%2C0%2C0%2C0%2C37%2C32.94Z%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.30000001192092896%3Bisolation%3Aisolate%22%2F%3E%3Cpath%20d%3D%22M33.91%2C24.82a5.42%2C5.42%2C0%2C0%2C1%2C0%2C2.77%2C6.73%2C6.73%2C0%2C0%2C1-1.24%2C2.55%2C8.37%2C8.37%2C0%2C0%2C1-2.07%2C2A9%2C9%2C0%2C0%2C1%2C28%2C33.38l.37-.53a7.53%2C7.53%2C0%2C0%2C1-.88%2C3.92%2C11%2C11%2C0%2C0%2C1-2.41%2C3.1A14.15%2C14.15%2C0%2C0%2C1%2C21.9%2C42a10.39%2C10.39%2C0%2C0%2C1-3.71%2C1%2C12.71%2C12.71%2C0%2C0%2C0%2C3.45-1.48%2C13.65%2C13.65%2C0%2C0%2C0%2C2.87-2.32%2C11.32%2C11.32%2C0%2C0%2C0%2C2.12-2.92A7.21%2C7.21%2C0%2C0%2C0%2C27.42%2C33v-.42l.39-.11a9.32%2C9.32%2C0%2C0%2C0%2C2.37-1%2C9.16%2C9.16%2C0%2C0%2C0%2C2-1.67%2C7.38%2C7.38%2C0%2C0%2C0%2C1.37-2.24A5.82%2C5.82%2C0%2C0%2C0%2C33.91%2C24.82Z%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.30000001192092896%3Bisolation%3Aisolate%22%2F%3E%3Cpath%20d%3D%22M31.5%2C17.49c.08.72.13%2C1.44.14%2C2.17a6.86%2C6.86%2C0%2C0%2C1%2C0%2C1.11%2C2.86%2C2.86%2C0%2C0%2C1-.13.58l-.18.52a8%2C8%2C0%2C0%2C1-1.07%2C2%2C3.82%2C3.82%2C0%2C0%2C1-2%2C1.49l.41-.52A8%2C8%2C0%2C0%2C1%2C27%2C30a9%2C9%2C0%2C0%2C1-2%2C1.79A11%2C11%2C0%2C0%2C1%2C22.66%2C33a19.3%2C19.3%2C0%2C0%2C0%2C2-1.61%2C10.36%2C10.36%2C0%2C0%2C0%2C1.64-1.86%2C8.1%2C8.1%2C0%2C0%2C0%2C1-2.2A8.19%2C8.19%2C0%2C0%2C0%2C27.62%2C25v-.42l.41-.1a2.29%2C2.29%2C0%2C0%2C0%2C.73-.41%2C4.51%2C4.51%2C0%2C0%2C0%2C.71-.67%2C9.18%2C9.18%2C0%2C0%2C0%2C1.11-1.72%2C5%2C5%2C0%2C0%2C0%2C.39-.92c.09-.33.14-.68.2-1C31.32%2C18.92%2C31.39%2C18.2%2C31.5%2C17.49Z%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.30000001192092896%3Bisolation%3Aisolate%22%2F%3E%3Cellipse%20cx%3D%2230.25%22%20cy%3D%2219.77%22%20rx%3D%221.52%22%20ry%3D%221.51%22%20style%3D%22fill%3A%23e6a730%22%2F%3E%3Ccircle%20cx%3D%2233.57%22%20cy%3D%2237.49%22%20r%3D%221.01%22%20style%3D%22fill%3A%23e6a730%22%2F%3E%3Cellipse%20cx%3D%2224.78%22%20cy%3D%2236.11%22%20rx%3D%221.52%22%20ry%3D%221.51%22%20style%3D%22fill%3A%23e6a730%22%2F%3E%3Ccircle%20cx%3D%2227.32%22%20cy%3D%2225.05%22%20r%3D%221.01%22%20style%3D%22fill%3A%23e6a730%22%2F%3E%3Cellipse%20cx%3D%2231.52%22%20cy%3D%2232.65%22%20rx%3D%221.52%22%20ry%3D%221.51%22%20style%3D%22fill%3A%23d54b76%22%2F%3E%3Cellipse%20cx%3D%2227.57%22%20cy%3D%2240.97%22%20rx%3D%221.27%22%20ry%3D%221.26%22%20style%3D%22fill%3A%23d54b76%22%2F%3E%3Cellipse%20cx%3D%2224.78%22%20cy%3D%2230.39%22%20rx%3D%221.52%22%20ry%3D%221.51%22%20style%3D%22fill%3A%23d54b76%22%2F%3E%3Cpolygon%20points%3D%2229.33%209%2030.58%2011.65%2032.79%2011.67%2031.07%2013.62%2031.66%2016.04%2029.33%2014.89%2027.16%2015.99%2027.62%2013.54%2025.69%2011.65%2028.23%2011.68%2029.33%209%22%20style%3D%22fill%3A%23e6a730%22%2F%3E%3Cpolygon%20points%3D%2231.66%2016.04%2029.51%2013.23%2030.87%2012.52%2029.51%2012.16%2029.33%209%2030.58%2011.65%2032.79%2011.67%2031.07%2013.62%2031.66%2016.04%22%20style%3D%22fill%3A%23ea8f2b%22%2F%3E%3Cpath%20d%3D%22M69.92%2C7.2H68.77L69.68%2C6l-.47-.36L68%2C7.2H66.9a4.46%2C4.46%2C0%2C0%2C0-1.1-2.66l.82-.82L68.51%2C4l.07-.59-1.43-.17.78-.78L67.51%2C2l-.82.82-.2-1.55-.59.08.26%2C2-.78.78A4.47%2C4.47%2C0%2C0%2C0%2C62.72%2C3V2.08L64.2.82%2C63.82.37l-1.1.93V0h-.6V1.33l-1.26-1-.36.5%2C1.62%2C1.25V3a4.46%2C4.46%2C0%2C0%2C0-2.66%2C1.1l-.69-.69.17-2h-.59l-.12%2C1.46L57.33%2C2l-.42.42.89.89-1.55.2.08.59%2C2-.26.71.71a4.46%2C4.46%2C0%2C0%2C0-1.1%2C2.66H56.72L55.47%2C5.65%2C55%2C6l1%2C1.2H55v.6h1L55%2C9l.46.37L56.72%2C7.8h1.21A4.45%2C4.45%2C0%2C0%2C0%2C59%2C10.46l-.81.81-2-.22-.06.59%2C1.57.17-.78.78.42.42.72-.72.15%2C1.44.59-.06-.21-1.92.87-.87A4.45%2C4.45%2C0%2C0%2C0%2C62.12%2C12v.94l-1.55%2C1.25.37.46%2C1.18-1V15h.6V13.69l1.18%2C1%2C.37-.46L62.72%2C13V12a4.46%2C4.46%2C0%2C0%2C0%2C2.66-1.1l.64.64-.21%2C2%2C.59.06.16-1.48%2C1%2C1L68%2C12.7l-1-1%2C1.53-.17-.06-.59-2%2C.22-.61-.61a4.46%2C4.46%2C0%2C0%2C0%2C1-2.75H68l1.22%2C1.55L69.68%2C9l-.92-1.2h1.16Zm-3.61%2C0H63.14L65.38%2C5A3.91%2C3.91%2C0%2C0%2C1%2C66.31%2C7.2ZM65%2C4.54%2C62.72%2C6.78V3.61A3.85%2C3.85%2C0%2C0%2C1%2C65%2C4.54Zm-2.84-.93V6.78L59.88%2C4.54a3.87%2C3.87%2C0%2C0%2C1%2C2.24-.93ZM59.46%2C5%2C61.7%2C7.2H58.53A3.91%2C3.91%2C0%2C0%2C1%2C59.46%2C5Zm-.93%2C2.8H61.7L59.46%2C10A3.91%2C3.91%2C0%2C0%2C1%2C58.53%2C7.8Zm1.35%2C2.66%2C2.24-2.24v3.17A3.87%2C3.87%2C0%2C0%2C1%2C59.88%2C10.46Zm2.84.93V8.22L65%2C10.46A3.85%2C3.85%2C0%2C0%2C1%2C62.72%2C11.39ZM65.38%2C10%2C63.14%2C7.8h3.17A3.91%2C3.91%2C0%2C0%2C1%2C65.38%2C10Z%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%3Cpath%20d%3D%22M15%2C16.45H13.85l.91-1.18-.47-.36L13.1%2C16.45H12a4.46%2C4.46%2C0%2C0%2C0-1.1-2.66l.8-.79%2C1.89.23.07-.59-1.43-.17.78-.78-.42-.42-.82.82-.2-1.55-.59.08.26%2C2-.78.78A4.46%2C4.46%2C0%2C0%2C0%2C7.8%2C12.3v-.94l1.48-1.25L8.9%2C9.62l-1.1.93V9.25H7.2v1.33l-1.26-1-.36.47L7.2%2C11.33v.93a4.46%2C4.46%2C0%2C0%2C0-2.66%2C1.1l-.69-.69.17-2-.59-.05L3.3%2C12.13l-.89-.89L2%2C11.66l.89.89-1.55.2.08.59%2C2-.26.71.71A4.47%2C4.47%2C0%2C0%2C0%2C3%2C16.45H1.8L.55%2C14.9l-.46.37%2C1%2C1.18H0V17H1L0%2C18.18l.46.37L1.8%2C17H3a4.46%2C4.46%2C0%2C0%2C0%2C1.1%2C2.66l-.81.81-2-.17-.06.59%2C1.57.17-.8.78.42.42.72-.72L3.28%2C23l.59-.06L3.67%2C21l.87-.87a4.46%2C4.46%2C0%2C0%2C0%2C2.66%2C1.1v.94L5.65%2C23.42l.37.46%2C1.18-1v1.31h.6V22.94l1.18%2C1%2C.37-.46L7.8%2C22.17v-.94a4.46%2C4.46%2C0%2C0%2C0%2C2.66-1.1l.64.64-.21%2C2%2C.59.06.16-1.48%2C1%2C1%2C.42-.42-1-1%2C1.53-.17-.06-.59-2%2C.22-.61-.61A4.47%2C4.47%2C0%2C0%2C0%2C12%2C17h1.1l1.2%2C1.6.47-.37L13.84%2C17H15Zm-3.61%2C0H8.22l2.24-2.24A3.87%2C3.87%2C0%2C0%2C1%2C11.39%2C16.45ZM10%2C13.79%2C7.8%2C16V12.86A3.91%2C3.91%2C0%2C0%2C1%2C10%2C13.79Zm-2.8-.93V16L5%2C13.79A3.91%2C3.91%2C0%2C0%2C1%2C7.2%2C12.86ZM4.54%2C14.21l2.24%2C2.24H3.61A3.87%2C3.87%2C0%2C0%2C1%2C4.54%2C14.21ZM3.61%2C17H6.78L4.54%2C19.29A3.88%2C3.88%2C0%2C0%2C1%2C3.61%2C17ZM5%2C19.71l2.2-2.24v3.17A3.91%2C3.91%2C0%2C0%2C1%2C5%2C19.71Zm2.84.93V17.47L10%2C19.71a3.91%2C3.91%2C0%2C0%2C1-2.2.93Zm2.66-1.35L8.22%2C17h3.17a3.88%2C3.88%2C0%2C0%2C1-.93%2C2.29Z%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%3Ccircle%20cx%3D%224.51%22%20cy%3D%2236.69%22%20r%3D%222.5%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%3Ccircle%20cx%3D%2263.83%22%20cy%3D%2243.68%22%20r%3D%222.5%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%3Ccircle%20cx%3D%2247.24%22%20cy%3D%226.26%22%20r%3D%222%22%20style%3D%22fill%3A%23fff%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.xmas_style .login_user {
	position: relative;
	overflow: visible;
}

.xmas_style .login_user:before {
	content: '';
	display: block;
	width: 36px;
	height: 26px;
	position: absolute;
	top: -8px;
	right: -18px;
	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%2036%2027%22%3E%3Ctitle%3Echristmas_hat_ink%3C%2Ftitle%3E%3Cpath%20d%3D%22M2%2C5.16%2C20.4%2C23S25.5%2C9%2C27.3%2C8.47c.9-.2%2C4.7%2C2.61%2C4.7%2C2.61S31%2C1.86%2C23.2.15C17.9-1%2C2%2C5.16%2C2%2C5.16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23e83325%22%2F%3E%3Cpath%20d%3D%22M1.1%2C4.66a3.76%2C3.76%2C0%2C0%2C1%2C3.7-.3%2C113.76%2C113.76%2C0%2C0%2C1%2C8.79%2C8.2%2C92.93%2C92.93%2C0%2C0%2C1%2C7.29%2C10%2C4.13%2C4.13%2C0%2C0%2C1-.7%2C3.4%2C2%2C2%2C0%2C0%2C1-2.2%2C1s-6-8.5-8-10.7c-2.7-3-10-9-10-9S.2%2C5.25%2C1.1%2C4.66Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c5efff%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2212%22%20r%3D%224%22%20style%3D%22fill%3A%23c5efff%22%2F%3E%3Cpath%20d%3D%22M23%2C6.25h-.7l.5-.69-.3-.2-.7.89h-.7a2.32%2C2.32%2C0%2C0%2C0-.7-1.58l.6-.49%2C1.1.1V4l-.9-.1.5-.49-.3-.3-.4.59-.1-.89h-.4L20.7%2C4l-.5.49a2.94%2C2.94%2C0%2C0%2C0-1.6-.69V3.29l.9-.79-.2-.3-.7.59V2h-.4v.79l-.8-.59-.2.3%2C1%2C.79v.59a2.37%2C2.37%2C0%2C0%2C0-1.6.69l-.4-.4L16.3%2C3h-.4l.1.69-.5-.49-.3.3.5.49-.9.1v.3l1.2-.1.4.4a2.88%2C2.88%2C0%2C0%2C0-.7%2C1.58H15l-.8-.89-.2.2.6.69H14v.4h.6l-.6.69.3.2.8-.89h.7a2.32%2C2.32%2C0%2C0%2C0%2C.7%2C1.58l-.5.49-1.2-.1v.3l.9.1-.5.49.3.3.4-.4.1.89h.4l-.2-1.19.5-.49a2.94%2C2.94%2C0%2C0%2C0%2C1.6.69v.59l-.9.79.2.3.7-.59v.49h.4v-.79l.7.59.2-.3-.9-.79V9.12a2.37%2C2.37%2C0%2C0%2C0%2C1.6-.69l.4.4L20.6%2C10H21V9.12l.6.59.3-.3-.7-.49.9-.1v-.4l-1.2.1-.4-.4a2.88%2C2.88%2C0%2C0%2C0%2C.7-1.58h.7l.7.89.3-.2-.6-.69H23Zm-2.2%2C0H18.9L20.3%2C5A2.07%2C2.07%2C0%2C0%2C1%2C20.8%2C6.25ZM20%2C4.67%2C18.7%2C6.05V4.18A2.12%2C2.12%2C0%2C0%2C1%2C20%2C4.67Zm-1.7-.49V6.05L17%2C4.67a2.12%2C2.12%2C0%2C0%2C1%2C1.3-.49ZM16.7%2C5%2C18%2C6.25H16.1A3.05%2C3.05%2C0%2C0%2C1%2C16.7%2C5Zm-.5%2C1.68h1.9L16.7%2C7.93a2.07%2C2.07%2C0%2C0%2C1-.5-1.29ZM17%2C8.23l1.3-1.29V8.82A3.12%2C3.12%2C0%2C0%2C1%2C17%2C8.23Zm1.7.49V6.85L20%2C8.23a2.12%2C2.12%2C0%2C0%2C1-1.3.49Zm1.6-.79L18.9%2C6.65h1.9A2.07%2C2.07%2C0%2C0%2C1%2C20.3%2C7.93Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}


/*--- css for static pages ---*/
#st_container {
	font-size: 17px;
	line-height: 28px;
}
#st_container h1 {margin-bottom:16px;}
#st_container  .title_block {margin-top:35px;}
#st_container h3 {
    font-family: "Roboto Condensed", "Segoe Ui", "Helvetica Neue Light", "Ubuntu Light", "Roboto", "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 35px;
}
#st_container p {margin-bottom:16px;}
#st_container strong, #st_container b {font-weight: 700;}
/*--- end css for static pages ---*/

@media (max-width: 1410px) {
	.xmas_style .logo:before {
		width: 50px;
		top: -11px;
		left: -22px;
	}
}
/*xmas_styles: end*/

/* fixes for this template */
.adapt3 .breadcrumbs {margin-left: 0 !important;}
.icon80 img {
	width: 100%;
	height: 100%;
}

.wrapper_program_list, .wrapper_articles, .wrapper_versions {
	overflow: hidden;
	margin-bottom: 32px;
}

.overflow {overflow: hidden;}

.link_ttl {color: #333;}

.absolute_link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	cursor:pointer;
}

/*title: start*/
.title_block {
	position: relative;
	margin-bottom: 16px;
}

.title_block  .headline {
	/*padding-right: 100px;*/
	color: #333;
	border-bottom: 1px solid #c7c7c7;
	font: 300 28px "Roboto Condensed", "Segoe Ui", "Helvetica Neue", "Ubuntu", "Roboto", "Arial", "Helvetica", sans-serif;
	
}
.title_block  .headline a {
	text-decoration: none;
}

.title_block .headline > span, .title_block .headline > div {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	padding-bottom: 10px;
}

.title_block .headline > span:before, .title_block .headline > div:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #0078D6;
}

.title_block .all_link {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 8px;
	color: #fff;
	background-color: #0078D6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.title_block.v2_title .headline {
	border-color: #bbb;
	color: #000;
	font-size: 22px;
	font-weight: 400;
}
/*title: end*/

/*top block info: start*/
.main_container .top_info {
	margin-bottom: 8px;
	overflow: hidden;
}

.top_info > div {overflow: hidden;}

.top_info .icon80 {
	float: left;
	margin-right: 20px;
}


.icon80 {
	width: 80px;
	height: 80px;
}

.top_info .icon80 img {
	width: 100%;
	height: 100%;
}

.icon80.small {
	position: relative;
	overflow: hidden;
}

.icon80.small .blur_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}

.icon80.small img {
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
	margin: 12px auto 0;
	padding: 4px;
	background: #fff;
	display: block;
}

.ava-def {
    background-color: #ccc;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.ava-def span, .ava-sqdef span {
    position: relative;
    top: 1px;
    font-size: 25px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 300;
}
.icon48.ava-def span{
    font-size: 30px;
    line-height: 48px;
}

.ava-sqdef {
    background-color: #ccc;
    text-align: center;
}
.icon100.ava-sqdef span{
    font-size: 60px;
    line-height: 100px;
}

h1 {
	font-size: 34px;
	line-height: 45px;
	margin-top: 0;
	display: inline-block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.teaser {
	color: #777;
	font: 300 22px "Roboto Condensed", "Segoe Ui", "Helvetica Neue", "Ubuntu", "Roboto", "Arial", "Helvetica", sans-serif;
	overflow: hidden;
	margin-top: 4px;
	white-space: normal;
	text-overflow: ellipsis;
}

.teaser.teaser2 {font-size: 20px;}
.teaser.teaser3 {font-size: 18px;}
/*top block info: end*/

/*navigation: start*/
.program_nav {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	font: 300 0 "Roboto Condensed", "Segoe Ui", "Helvetica Neue", "Ubuntu", "Roboto", "Arial", "Helvetica", sans-serif;
	border-bottom: 1px solid #bfc3c7;
}

.program_nav a {
	position: relative;
	display: inline-block;
	padding: 0 16px 10px;
	font-size: 28px;
}

.program_nav a:first-child {padding-left: 0;}

.program_nav a.active {
	cursor: default;
	color: #000;
}

.program_nav a.active:before {
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #0078D6;
}

.program_nav a:hover {text-decoration: none;}
/*navigation: end*/

/*articles: start*/
.article_block {
	float: left;
	width: 178px;
	height: 241px;
	margin-right: 20px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main3 .article_block {
	width: 178px;
	margin-right: 10px;
}

.article_block:hover {border-color: #ccc;}

.article_block.wide {width: 200px;}

.main3 .article_block.wide {width: 206px;}

.article_block:last-child {margin-right: 0;}

.article_block img {
	height: 112px;
	width: 100%;
	display: block;
	object-fit: cover;
	border-bottom: 3px solid #0078D6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.article_block h3, .article_block .article_title {
	padding: 17px 15px;
	height: 127px;
	width: 100%;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
}
/*articles: end*/

/*program list: start*/
.wrapper_program_list .list {
	overflow: hidden;
	margin: 0 -10px -20px;
}

.wrapper_program_list .item {
	float: left;
	width: 178px;
	height: 298px;
	margin: 0 10px 20px;
	position: relative;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main3 .wrapper_program_list .item {
	width: 178px;
}

.wrapper_program_list .item.wide {width: 200px;}

.wrapper_program_list .item:hover {border-color: #ccc;}

.wrapper_program_list .item .info {
	padding: 16px;
	position: relative;
	height: 185px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper_program_list .item .label_free, .wrapper_programs .item .label_free, .item.wide .label_free {
	position: absolute;
	z-index: 10;
	bottom: 7px;
	right: 16px;
	font-size: 14px;
	text-transform: uppercase;
	color: #689f38;
	background-color: #fafafa;
}

.wrapper_program_list .item .label_free:before, .wrapper_two_columns .item .label_free:before{
	content: '';
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	z-index: 1;
	left: -15px;
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 40%);
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 40%);
	background: linear-gradient(to left, rgba(250,250,250,1) 0, rgba(250,250,250,0) 39px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 );
}

.article_block h3:before, .article_title:before {
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50%);
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 50%);
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 );

}

.wrapper_program_list .item .top {
	background-color: #fff;
	text-align: center;
	padding: 15px 0 12px;
}

.wrapper_program_list .item .top .icon80 {margin: 0 auto;}

.wrapper_program_list .title,
.top_info_block.download_info .wrapper_program_list .title {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 22px;
	/*max-height: 46px;*/
	/*overflow: hidden;*/
	font-weight: 400;
}

.stars {
	width: 73px;
	height: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2273%22%20height%3D%2212%22%20viewBox%3D%220%200%2073%2012%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Egrey_stars%3C%2Ftitle%3E%3Cpolygon%20class%3D%22a%22%20points%3D%226.5%200%208.51%203.95%2013%204.58%209.75%207.66%2010.52%2012%206.5%209.95%202.48%2012%203.25%207.66%200%204.58%204.49%203.95%206.5%200%22%2F%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2221.5%200%2023.51%203.95%2028%204.58%2024.75%207.66%2025.52%2012%2021.5%209.95%2017.48%2012%2018.25%207.66%2015%204.58%2019.49%203.95%2021.5%200%22%2F%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2236.5%200%2038.51%203.95%2043%204.58%2039.75%207.66%2040.52%2012%2036.5%209.95%2032.48%2012%2033.25%207.66%2030%204.58%2034.49%203.95%2036.5%200%22%2F%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2251.5%200%2053.51%203.95%2058%204.58%2054.75%207.66%2055.52%2012%2051.5%209.95%2047.48%2012%2048.25%207.66%2045%204.58%2049.49%203.95%2051.5%200%22%2F%3E%3Cpolygon%20class%3D%22a%22%20points%3D%2266.5%200%2068.51%203.95%2073%204.58%2069.75%207.66%2070.52%2012%2066.5%209.95%2062.48%2012%2063.25%207.66%2060%204.58%2064.49%203.95%2066.5%200%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	margin-top:4px;
}

.stars.s77 {
	width: 77px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2277%22%20height%3D%2212%22%20viewBox%3D%220%200%2077%2012%22%3E%3Ctitle%3Etrend_red_stars_small%3C/title%3E%3Cpolygon%20points%3D%2222.5%200%2024.17%204.4%2029%204.58%2025.21%207.49%2026.52%2012%2022.5%209.4%2018.48%2012%2019.79%207.49%2016%204.58%2020.84%204.4%2022.5%200%22%20style%3D%22fill%3A%239b9a9a%22/%3E%3Cpolygon%20points%3D%226.5%200%208.17%204.4%2013%204.58%209.21%207.49%2010.52%2012%206.5%209.4%202.48%2012%203.79%207.49%200%204.58%204.83%204.4%206.5%200%22%20style%3D%22fill%3A%239b9a9a%22/%3E%3Cpolygon%20points%3D%2238.5%200%2040.17%204.4%2045%204.58%2041.21%207.49%2042.52%2012%2038.5%209.4%2034.48%2012%2035.79%207.49%2032%204.58%2036.84%204.4%2038.5%200%22%20style%3D%22fill%3A%239b9a9a%22/%3E%3Cpolygon%20points%3D%2254.5%200%2056.17%204.4%2061%204.58%2057.21%207.49%2058.52%2012%2054.5%209.4%2050.48%2012%2051.79%207.49%2048%204.58%2052.83%204.4%2054.5%200%22%20style%3D%22fill%3A%239b9a9a%22/%3E%3Cpolygon%20points%3D%2270.5%200%2072.17%204.4%2077%204.58%2073.21%207.49%2074.52%2012%2070.5%209.4%2066.48%2012%2067.79%207.49%2064%204.58%2068.83%204.4%2070.5%200%22%20style%3D%22fill%3A%239b9a9a%22/%3E%3Crect%20width%3D%2276.8%22%20height%3D%2212%22%20style%3D%22fill%3Anone%22/%3E%3C/svg%3E') no-repeat;
}

.stars .fill {
	height: 12px;
	overflow: hidden;
}

.stars img {
	display: block;
	margin: 0;
}

.wrapper_program_list .description {
	line-height: 22px;
	font-weight: 300;
}

.wrapper_program_list .version, .item.wide .version {
	font-size: 13px;
	color: #999;
	position: absolute;
	bottom: 8px;
	left: 16px;
	z-index: 10;
}

.wrapper_program_list .version {line-height: 15px;}
/*program list: end*/

/*set: start*/
.wrapper_set .item {
	float: left;
	margin-left: 20px;
	width: 277px;
	height: 290px;
	position: relative;
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper_set .item:hover {border-color: #ccc;}

.wrapper_set .item.wide {
	margin-left: 0;
	width: 376px;
}

.wrapper_set .wrapper_image {
	height: 154px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wrapper_set .wrapper_image img {
	width: 100%;
/*	height: 154px;*/
	display: block;
	object-fit: cover;
}

.wrapper_set .info {
	padding: 16px 8px 16px 16px;
	height: 135px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper_set .icon48 {
	margin-right: 12px;
	float: left;
}

.wrapper_set .title {
	font-size: 20px;
	margin-bottom: 3px;
	font-weight: 400;
}

.wrapper_set .relative {
	height: 50px;
	overflow: hidden;
	position: relative;
}

.wrapper_set .stars {
	position: absolute;
	margin-top: 1px;
}

.wrapper_set .description {
	line-height: 22px;
	font-weight: 300;
	max-height: 48px;
	overflow: hidden;
	position: relative;
	margin-top:12px;
}

.wrapper_program_list .item:before, .wide_section .info:before {
	content: '';
	display: block;
	width: 100%;
	height: 52px;
	position: absolute;
	z-index: 1;
	top: 244px;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 31%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 31%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 31%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}
.wrapper_program_list .item.aa-336:before {
	content: none;
}

.wrapper_program_list .item .description {
	max-height: 68px;
	/*overflow: hidden;*/
	position: relative;
	word-wrap: break-word;
}

.wrapper_program_list .item .description:before {top: 68px;}
/*set: end*/

/*tags: start*/
.wrapper_tags a, .wrapper_tags span.noa {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	color: #000;
	font-weight: 300;
	line-height: 31px;
	padding: 0 15px;
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*tags: end*/

/*main styles for service pages: start*/
.adst2 {padding-top: 0;}

.adst3, .adst1 {
	padding: 0;
	margin: 0 0 20px 22px;
}

.top_b {
	width: 100%;
	margin-bottom: 20px;
	max-height: 100px;
}

.main_container .top_info {margin-bottom: 30px;}


.wrapper_cnt {width: 640px; float:left;}
/*main styles for service pages: end*/

/*pagination: start*/
.pagination {
    font-size: 13px
}

.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination li.dots {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M6%2C10a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C6%2C10Zm12%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C18%2C10Zm-6%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C12%2C10Z%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3C%2Fsvg%3E') no-repeat
}

.pagination a, .pagination div {
    text-decoration: none;
    display: inline-block;
    font: 700 14px / 17px "Roboto", "Arial", "Helvetica", sans-serif;
    color: #777;
    line-height: 25px;
    height: 25px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    width: 30px;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pagination div.current {
    background: #0079d7;
    border-color: #0079d7;
    color: #fff;
    cursor: default
}

.pagination .prev a:before {
    content: '‹';
    font: 600 19px / 16px "Roboto", "Arial", "Helvetica", sans-serif
}

.pagination .next a:before {
    content: '›';
    margin-left: 3px;
    font: 600 19px / 16px "Roboto", "Arial", "Helvetica", sans-serif
}

.pagination a:hover {
    color: #0079d7;
    background-color: #e7ecee9c
}


/*
.pagination ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.pagination li {
        display: inline;
}

.pagination li.dots {
        display: inline-block;
        position: relative;
        top: -4px;
        margin-right: 16px;
        width: 32px;
        height: 32px;
        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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M6%2C10a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C6%2C10Zm12%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C18%2C10Zm-6%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C12%2C10Z%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.pagination a, .pagination div {
        text-decoration: none;
        display: inline-block;
        font: 700 13px/16px "Roboto", "Arial", "Helvetica", sans-serif;
        color: #999;
        height: 24px;
        margin: 0 20px 13px 0;
        padding: 8px 0 0;
        text-align: center;
        width: 32px;
        cursor: pointer;
        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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.pagination div.current {
        color: #666;
        cursor: default;
        background: #ededed none;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
}

.pagination .prev a {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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8l1.41%2C1.41L11.83%2C15H24v2H11.83l5.58%2C5.59L16%2C24%2C8%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.pagination .prev a:hover {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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8l1.41%2C1.41L11.83%2C15H24v2H11.83l5.58%2C5.59L16%2C24%2C8%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.pagination .next a {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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8%2C14.59%2C9.41%2C20.17%2C15H8v2H20.17l-5.58%2C5.59L16%2C24l8-8Z%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3Cpath%20d%3D%22M16%2C32A16%2C16%2C0%2C1%2C1%2C32%2C16%2C16%2C16%2C0%2C0%2C1%2C16%2C32ZM16%2C2.12A13.88%2C13.88%2C0%2C1%2C0%2C29.88%2C16%2C13.89%2C13.89%2C0%2C0%2C0%2C16%2C2.12Z%22%20style%3D%22fill%3A%239e9e9e%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.pagination .next a:hover {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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8%2C14.59%2C9.41%2C20.17%2C15H8v2H20.17l-5.58%2C5.59L16%2C24l8-8Z%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3Cpath%20d%3D%22M16%2C32A16%2C16%2C0%2C1%2C1%2C32%2C16%2C16%2C16%2C0%2C0%2C1%2C16%2C32ZM16%2C2.12A13.88%2C13.88%2C0%2C1%2C0%2C29.88%2C16%2C13.89%2C13.89%2C0%2C0%2C0%2C16%2C2.12Z%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.pagination a:hover {
        color: #0079d7;
        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%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object2%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}
*/
/*pagination: end*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.icon80.small .blur_bg {background: #fff !important;}
}
@media all and (max-width: 600px) {
	.program_nav {white-space: nowrap; overflow: hidden; overflow-x: auto;}
	.program_nav a, .wrap_comments_nav a  , .title_block .headline {
		font-size:18px;
		font-weight: 400;
	}
	.title_block.v2_title .headline {font-size: 20px;}
	.program_nav a.active:before, .wrap_comments_nav a.active:before, .title_block .headline > span:before, .title_block .headline > div:before {
		height: 2px;
	}
	.program_nav a, .wrap_comments_nav a {
		padding-right:8px;
		padding-left:8px;
	}
	.program_nav a span {display: none;}
	
}
/*new header: start*/
body > .wrapper_content {
	overflow-x:hidden;
}
.header .right .u_name, .user_link, .group_title {display: none;}

.wrapper_platform > a {
	color: transparent;
	width: 18px;
	display: inline-block;
}

.menu_button, .search_button {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	padding: 5px;
	width: 22px;
	height: 22px;
	z-index: 650;
	display: none;
	font-size:0;
}

.menu_button {
	background: url(//img.informer.com/images/v2/menu_sprite.png) no-repeat -22px -74px;
	left: 10px;
}

.wrapper_nav a {padding: 12px 10px 10px 72px;}
.wrapper_nav .wrapper_tags a {padding:0;}

.search_button {
	background:  url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M15.24%2C14l-.27.27-.49-.49a7.23%2C7.23%2C0%2C1%2C0-.71.7l.49.49-.33.33a.45.45%2C0%2C0%2C0%2C.06.57l4.83%2C4.83a.73.73%2C0%2C0%2C0%2C1%2C0l.84-.84a.73.73%2C0%2C0%2C0%2C0-1L15.84%2C14A.42.42%2C0%2C0%2C0%2C15.24%2C14Zm-6.17.73A5.75%2C5.75%2C0%2C1%2C1%2C14.81%2C9%2C5.76%2C5.76%2C0%2C0%2C1%2C9.06%2C14.72Z%22/%3E%3Crect%20class%3D%22cls-2%22%20width%3D%2224%22%20height%3D%2224%22/%3E%3C/svg%3E) no-repeat center;
	right: 10px;
}

.login-tab-box li {
	font-family: "Roboto", "Segoe Ui", "Helvetica", "Ubuntu Regular", "Arial", sans-serif;
	font-weight: 300;
}

.adapt3 .breadcrumbs {
    position: absolute;
	z-index: 100;
	margin: -40px auto 0 348px;
}
.adapt3 .wrapper_breadcrumbs .wrapper_content {position:relative;}
.adapt3 .wrapper_social {
	top: -22px;
    right: 11px;
    z-index: 100;
}
.adapt3 .adst4 {overflow:inherit!important;}

.wrapper_program_list .item .info {
	position:initial;
}

.th_column {
	width: 300px;
	float: right;
	margin-bottom: 20px;
}

.th_column .featured {height: auto;}


@media all and (max-width: 1410px) {
	.adapt3 .breadcrumbs {
		margin-left: 260px;
	}
}

@media all and (max-width: 1250px) and (min-width: 997px) {
	.adapt3 .breadcrumbs {margin-left: 132px;}
	.header, .top_nav {z-index: 100;}
	.wrapper_nav {
		/*display: block;*/
		width: 300px;
	}
	.navigation.show .wrapper_nav {display:block;}
	.navigation a {
		font-size: 15px;
		width: auto;
	}
	.navigation > a {font-size: 0;}

	.wrapper_nav {
		-webkit-box-shadow: 0 0 9px 0 rgba(110, 110, 110, 0.34); 
		-moz-box-shadow: 0 0 9px 0 rgba(110, 110, 110, 0.34);
		box-shadow: 0 0 9px 0 rgba(110, 110, 110, 0.34); 
	}
	.platforms {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.categories::before {
		content: 'Categories';
		line-height: 32px;
		padding-left: 16px;
		padding-top: 16px;
		font-weight: 400;
		display: block;
		border-bottom: 1px solid #dce1e5;
	}
}

@media all and (max-width: 1027px) {
	body {min-width: 320px;}
}

@media only screen and (max-width: 996px) {
	.layout_pop_up {display: none !important;}
	.adapt3 .breadcrumbs {
		position: initial;
		margin: 0;
		height: 32px;
		line-height:32px;
		padding: 0 8px;
	}
	.adapt3 .top_nav.show .platforms {position: initial; margin-bottom: 0;}
	.adapt3 .top_nav.show .wrapper_nav {position: initial;}
	.adapt3	.breadcrumbs span {
		display: inline-block;
		float:left;
	}
	.adapt3 .breadcrumbs>span:last-child {
		display:block;
		clear:left;
	}
	.adapt3 .breadcrumbs a {
		position:inherit;
		float:left;
		padding: 0 8px;
	}
	.adapt3 .breadcrumbs:before {
		content:none;
	}
	
	.adapt3 .wrapper_nav {
		position:inherit;
	}
	.top_nav, .header .wrapper_search, .header .right, .notifications,
	.header .user_menu .user_name, .user_menu hr, .wrapper_like,
	.wrapper_social, .featured {display: none;}
	.menu_button, .search_button {display: block;}
	.top_nav.show .platforms {
    display: block !important;
	}
	.header {
		background-color: #003a68;
		height: 56px;
		position: relative;
	}
	.header .container {
		padding-bottom: 0;
		margin-left: 0;
		overflow: visible;
	}
	.logo {
		display: block;
		position:absolute;
		margin: 17px 0 0 -109px;
		left: 50%;
		right: 0;
		height: 20px;
		width: 218px;
	}
	.adapt3 .logo img {display:none;}
	.adapt3 .logo .logo_m {
		background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20254.8%2026%22%3E%3Ctitle%3Elogo_drivers%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.5%2C0a12.5%2C12.5%2C0%2C0%2C0%2C0%2C25%2C12.3%2C12.3%2C0%2C0%2C0%2C6.2-1.7c2%2C1%2C3.1%2C1.4%2C5.5%2C2.7-.7-2.4-1-3.9-1.5-6.1A13.19%2C13.19%2C0%2C0%2C0%2C25%2C12.5%2C12.5%2C12.5%2C0%2C0%2C0%2C12.5%2C0Zm0%2C22.5a10%2C10%2C0%2C1%2C1%2C10-10h0a10%2C10%2C0%2C0%2C1-10%2C10Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.4%22%20r%3D%223.1%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M32.2%2C15.9A10.35%2C10.35%2C0%2C0%2C1%2C34%2C9.5a5.7%2C5.7%2C0%2C0%2C1%2C4.8-2.4%2C6%2C6%2C0%2C0%2C1%2C5.3%2C2.7V.3H46V24.6H44.2l-.1-2.3a6.21%2C6.21%2C0%2C0%2C1-5.4%2C2.6%2C5.7%2C5.7%2C0%2C0%2C1-4.8-2.4%2C10.35%2C10.35%2C0%2C0%2C1-1.8-6.4v-.2Zm2%2C.4a8.91%2C8.91%2C0%2C0%2C0%2C1.3%2C5.2%2C4.18%2C4.18%2C0%2C0%2C0%2C3.7%2C1.9%2C5.13%2C5.13%2C0%2C0%2C0%2C5-3.1v-8A5%2C5%2C0%2C0%2C0%2C39.3%2C9a4.18%2C4.18%2C0%2C0%2C0-3.7%2C1.9C34.6%2C12%2C34.2%2C13.8%2C34.2%2C16.3Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.9%2C9.1c-.4%2C0-.8-.1-1.2-.1a4.36%2C4.36%2C0%2C0%2C0-3%2C1%2C6%2C6%2C0%2C0%2C0-1.8%2C2.9V24.7H51V7.5h1.9v2.7A5.14%2C5.14%2C0%2C0%2C1%2C59%2C7.4Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M61.8%2C2.6a1.22%2C1.22%2C0%2C0%2C1%2C.3-.9%2C1.33%2C1.33%2C0%2C0%2C1%2C1-.4%2C1.16%2C1.16%2C0%2C0%2C1%2C1%2C.4%2C1.27%2C1.27%2C0%2C0%2C1%2C.4.9%2C1%2C1%2C0%2C0%2C1-.4.9%2C1.53%2C1.53%2C0%2C0%2C1-1%2C.4%2C1.28%2C1.28%2C0%2C0%2C1-1-.4A1.61%2C1.61%2C0%2C0%2C1%2C61.8%2C2.6Zm2.3%2C22.1H62.2V7.5h1.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M74.5%2C22%2C79.7%2C7.5h1.9L75.2%2C24.6H73.7L67.3%2C7.5h1.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M91.2%2C25a7.74%2C7.74%2C0%2C0%2C1-4-1.1%2C6.57%2C6.57%2C0%2C0%2C1-2.7-3%2C8.8%2C8.8%2C0%2C0%2C1-1-4.3v-.7a9.88%2C9.88%2C0%2C0%2C1%2C1-4.5%2C6.81%2C6.81%2C0%2C0%2C1%2C2.7-3.1%2C6.18%2C6.18%2C0%2C0%2C1%2C3.7-1.1%2C6.07%2C6.07%2C0%2C0%2C1%2C4.9%2C2.1%2C8.75%2C8.75%2C0%2C0%2C1%2C1.8%2C5.8v1.1H85.4v.4a7.48%2C7.48%2C0%2C0%2C0%2C1.7%2C4.9%2C5.22%2C5.22%2C0%2C0%2C0%2C4.2%2C1.9A5.7%2C5.7%2C0%2C0%2C0%2C96.1%2C21l1.2.9A6.8%2C6.8%2C0%2C0%2C1%2C91.2%2C25ZM90.9%2C8.8a4.65%2C4.65%2C0%2C0%2C0-3.6%2C1.6%2C6.79%2C6.79%2C0%2C0%2C0-1.8%2C4.2H95.8v-.2a6.44%2C6.44%2C0%2C0%2C0-1.4-4A4.31%2C4.31%2C0%2C0%2C0%2C90.9%2C8.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M109.3%2C9.1c-.4%2C0-.8-.1-1.3-.1a4.36%2C4.36%2C0%2C0%2C0-3%2C1%2C6%2C6%2C0%2C0%2C0-1.8%2C2.9V24.7h-1.9V7.5h1.9v2.7a5.14%2C5.14%2C0%2C0%2C1%2C6.1-2.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M122.5%2C20.3a3%2C3%2C0%2C0%2C0-1.1-2.3%2C8.33%2C8.33%2C0%2C0%2C0-3.4-1.3%2C14.51%2C14.51%2C0%2C0%2C1-3.5-1.1%2C4.88%2C4.88%2C0%2C0%2C1-1.9-1.5%2C3.8%2C3.8%2C0%2C0%2C1-.6-2.2%2C3.9%2C3.9%2C0%2C0%2C1%2C1.7-3.3A6.68%2C6.68%2C0%2C0%2C1%2C118%2C7.3a7.41%2C7.41%2C0%2C0%2C1%2C4.6%2C1.4%2C4.37%2C4.37%2C0%2C0%2C1%2C1.7%2C3.7h-1.9a3%2C3%2C0%2C0%2C0-1.3-2.5%2C4.72%2C4.72%2C0%2C0%2C0-3.2-1%2C5.57%2C5.57%2C0%2C0%2C0-3%2C.8%2C2.42%2C2.42%2C0%2C0%2C0-1.1%2C2.2%2C2.38%2C2.38%2C0%2C0%2C0%2C.9%2C2%2C9.56%2C9.56%2C0%2C0%2C0%2C3.4%2C1.3%2C12.81%2C12.81%2C0%2C0%2C1%2C3.7%2C1.3%2C4.72%2C4.72%2C0%2C0%2C1%2C1.8%2C1.6%2C4.14%2C4.14%2C0%2C0%2C1%2C.6%2C2.3%2C4.23%2C4.23%2C0%2C0%2C1-1.8%2C3.5%2C7.38%2C7.38%2C0%2C0%2C1-4.6%2C1.3%2C8.35%2C8.35%2C0%2C0%2C1-4.9-1.4%2C4.69%2C4.69%2C0%2C0%2C1-1.9-3.7h1.9a3.26%2C3.26%2C0%2C0%2C0%2C1.4%2C2.6%2C5.93%2C5.93%2C0%2C0%2C0%2C3.4.9%2C5.27%2C5.27%2C0%2C0%2C0%2C3.2-.9A3.48%2C3.48%2C0%2C0%2C0%2C122.5%2C20.3Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M128.5%2C23.5a1%2C1%2C0%2C0%2C1%2C.4-.9%2C1.45%2C1.45%2C0%2C0%2C1%2C2%2C0%2C1.8%2C1.8%2C0%2C0%2C1%2C.4.9%2C1.09%2C1.09%2C0%2C0%2C1-.4.9%2C1.53%2C1.53%2C0%2C0%2C1-1%2C.4%2C1.16%2C1.16%2C0%2C0%2C1-1-.4A1%2C1%2C0%2C0%2C1%2C128.5%2C23.5Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M136.3%2C2.6a1.22%2C1.22%2C0%2C0%2C1%2C.3-.9%2C1.33%2C1.33%2C0%2C0%2C1%2C1-.4%2C1.16%2C1.16%2C0%2C0%2C1%2C1%2C.4%2C1.27%2C1.27%2C0%2C0%2C1%2C.4.9%2C1%2C1%2C0%2C0%2C1-.4.9%2C1.53%2C1.53%2C0%2C0%2C1-1%2C.4%2C1.28%2C1.28%2C0%2C0%2C1-1-.4A1.61%2C1.61%2C0%2C0%2C1%2C136.3%2C2.6Zm2.3%2C22.1h-1.9V7.5h1.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M145.5%2C7.5l.1%2C2.9A5.56%2C5.56%2C0%2C0%2C1%2C148%2C8a5.87%2C5.87%2C0%2C0%2C1%2C3.2-.8%2C5%2C5%2C0%2C0%2C1%2C4.1%2C1.6c.9%2C1%2C1.3%2C2.6%2C1.4%2C4.7V24.7h-1.9V13.4a4.77%2C4.77%2C0%2C0%2C0-1-3.4%2C4.17%2C4.17%2C0%2C0%2C0-3.1-1.1%2C4.89%2C4.89%2C0%2C0%2C0-3.1%2C1.1%2C5.92%2C5.92%2C0%2C0%2C0-2%2C3V24.7h-1.9V7.5Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M162.9%2C24.7V9.1h-2.8V7.5h2.8V5.4a5.36%2C5.36%2C0%2C0%2C1%2C1.3-4A5%2C5%2C0%2C0%2C1%2C167.9%2C0a6.45%2C6.45%2C0%2C0%2C1%2C2%2C.3l-.1%2C1.6a8.81%2C8.81%2C0%2C0%2C0-1.7-.2%2C2.84%2C2.84%2C0%2C0%2C0-2.4%2C1%2C4.1%2C4.1%2C0%2C0%2C0-.9%2C2.8V7.6h4.1V9.2h-4.1V24.8h-1.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M171.2%2C15.8a9.88%2C9.88%2C0%2C0%2C1%2C1-4.5%2C7.36%2C7.36%2C0%2C0%2C1%2C2.7-3.1%2C7.74%2C7.74%2C0%2C0%2C1%2C4-1.1%2C6.91%2C6.91%2C0%2C0%2C1%2C5.5%2C2.4%2C9.31%2C9.31%2C0%2C0%2C1%2C2.1%2C6.4v.4a9.6%2C9.6%2C0%2C0%2C1-1%2C4.5%2C7.36%2C7.36%2C0%2C0%2C1-2.7%2C3.1%2C7.74%2C7.74%2C0%2C0%2C1-4%2C1.1%2C6.91%2C6.91%2C0%2C0%2C1-5.5-2.4%2C9.31%2C9.31%2C0%2C0%2C1-2.1-6.4Zm1.9.6a7.51%2C7.51%2C0%2C0%2C0%2C1.6%2C5%2C5.41%2C5.41%2C0%2C0%2C0%2C8.4%2C0%2C7.71%2C7.71%2C0%2C0%2C0%2C1.6-5.2v-.4a8.57%2C8.57%2C0%2C0%2C0-.7-3.6%2C6.34%2C6.34%2C0%2C0%2C0-2-2.5%2C5.29%2C5.29%2C0%2C0%2C0-3-.9%2C5%2C5%2C0%2C0%2C0-4.1%2C2%2C7.88%2C7.88%2C0%2C0%2C0-1.6%2C5.2v.4Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M198.4%2C9.1a5.28%2C5.28%2C0%2C0%2C0-1.3-.1%2C4.36%2C4.36%2C0%2C0%2C0-3%2C1%2C6%2C6%2C0%2C0%2C0-1.8%2C2.9V24.7h-1.9V7.5h1.9v2.7a5.14%2C5.14%2C0%2C0%2C1%2C6.1-2.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M203.1%2C7.5l.1%2C2.8A5.89%2C5.89%2C0%2C0%2C1%2C205.6%2C8a6.9%2C6.9%2C0%2C0%2C1%2C3.2-.8q4%2C0%2C5.1%2C3.3A6%2C6%2C0%2C0%2C1%2C216.4%2C8a6.65%2C6.65%2C0%2C0%2C1%2C3.4-.9c3.7%2C0%2C5.5%2C2%2C5.6%2C6V24.5h-1.9V13.4a4.77%2C4.77%2C0%2C0%2C0-1-3.4%2C4.11%2C4.11%2C0%2C0%2C0-3.2-1.1%2C5.39%2C5.39%2C0%2C0%2C0-3.5%2C1.3%2C4.94%2C4.94%2C0%2C0%2C0-1.6%2C3.1V24.6h-1.9V13.2a5%2C5%2C0%2C0%2C0-1-3.3%2C4.17%2C4.17%2C0%2C0%2C0-3.1-1.1%2C4.8%2C4.8%2C0%2C0%2C0-3.1%2C1%2C5.78%2C5.78%2C0%2C0%2C0-1.9%2C3V24.6h-1.9V7.5Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M236.7%2C25a7.74%2C7.74%2C0%2C0%2C1-4-1.1%2C6.57%2C6.57%2C0%2C0%2C1-2.7-3%2C8.8%2C8.8%2C0%2C0%2C1-1-4.3v-.7a9.88%2C9.88%2C0%2C0%2C1%2C1-4.5%2C6.81%2C6.81%2C0%2C0%2C1%2C2.7-3.1%2C6.18%2C6.18%2C0%2C0%2C1%2C3.7-1.1%2C6.07%2C6.07%2C0%2C0%2C1%2C4.9%2C2.1%2C8.75%2C8.75%2C0%2C0%2C1%2C1.8%2C5.8v1.1H230.9v.4a7.48%2C7.48%2C0%2C0%2C0%2C1.7%2C4.9%2C5.22%2C5.22%2C0%2C0%2C0%2C4.2%2C1.9%2C5.7%2C5.7%2C0%2C0%2C0%2C4.8-2.4l1.2.9A6.8%2C6.8%2C0%2C0%2C1%2C236.7%2C25Zm-.3-16.2a4.65%2C4.65%2C0%2C0%2C0-3.6%2C1.6%2C7.05%2C7.05%2C0%2C0%2C0-1.8%2C4.2h10.3v-.2a6.44%2C6.44%2C0%2C0%2C0-1.4-4A4.63%2C4.63%2C0%2C0%2C0%2C236.4%2C8.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M254.8%2C9.1a5.28%2C5.28%2C0%2C0%2C0-1.3-.1%2C4.36%2C4.36%2C0%2C0%2C0-3%2C1%2C6%2C6%2C0%2C0%2C0-1.8%2C2.9V24.7h-1.9V7.5h1.9v2.7a5.14%2C5.14%2C0%2C0%2C1%2C6.1-2.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
		height: 56px;
		margin-top: -18px;
		
	}
	.adapt3.mac_b .logo .logo_m {
		background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20222.5%2026.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C7.54v2.79A6.36%2C6.36%2C0%2C0%2C1%2C37.49%2C8a6.53%2C6.53%2C0%2C0%2C1%2C3.17-.78q4.06%2C0%2C5.15%2C3.33a6.44%2C6.44%2C0%2C0%2C1%2C2.46-2.47%2C6.81%2C6.81%2C0%2C0%2C1%2C3.39-.86q5.52%2C0%2C5.63%2C6V24.7h-1.9V13.4a5.12%2C5.12%2C0%2C0%2C0-1-3.41%2C4%2C4%2C0%2C0%2C0-3.18-1.11%2C5.05%2C5.05%2C0%2C0%2C0-3.46%2C1.32%2C4.68%2C4.68%2C0%2C0%2C0-1.57%2C3.15V24.7h-1.9V13.25a4.7%2C4.7%2C0%2C0%2C0-1-3.29A4.14%2C4.14%2C0%2C0%2C0%2C40%2C8.88a4.79%2C4.79%2C0%2C0%2C0-3.08%2C1%2C6%2C6%2C0%2C0%2C0-1.9%2C3V24.7h-1.9V7.54Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M72.93%2C24.7a9%2C9%2C0%2C0%2C1-.36-2.39%2C6.62%2C6.62%2C0%2C0%2C1-2.55%2C2%2C7.8%2C7.8%2C0%2C0%2C1-3.28.7%2C5.75%2C5.75%2C0%2C0%2C1-4-1.38%2C4.49%2C4.49%2C0%2C0%2C1-1.53-3.49%2C4.59%2C4.59%2C0%2C0%2C1%2C2.09-4A10%2C10%2C0%2C0%2C1%2C69%2C14.73h3.44v-2a3.76%2C3.76%2C0%2C0%2C0-1.13-2.89%2C4.69%2C4.69%2C0%2C0%2C0-3.31-1%2C5.18%2C5.18%2C0%2C0%2C0-3.28%2C1%2C3%2C3%2C0%2C0%2C0-1.3%2C2.44h-1.9a4.41%2C4.41%2C0%2C0%2C1%2C1.9-3.54%2C7.33%2C7.33%2C0%2C0%2C1%2C4.68-1.5%2C6.69%2C6.69%2C0%2C0%2C1%2C4.53%2C1.44%2C5.15%2C5.15%2C0%2C0%2C1%2C1.71%2C4V20.8a10.07%2C10.07%2C0%2C0%2C0%2C.52%2C3.73v.19Zm-6-1.36a6.37%2C6.37%2C0%2C0%2C0%2C3.4-.92A5.41%2C5.41%2C0%2C0%2C0%2C72.55%2C20V16.19H69.16a8.51%2C8.51%2C0%2C0%2C0-4.44%2C1A3.12%2C3.12%2C0%2C0%2C0%2C63%2C20a3.07%2C3.07%2C0%2C0%2C0%2C1.07%2C2.39A4%2C4%2C0%2C0%2C0%2C66.93%2C23.34Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M85.84%2C23.42a5%2C5%2C0%2C0%2C0%2C3.32-1.12%2C3.93%2C3.93%2C0%2C0%2C0%2C1.45-2.89h1.82a5.38%2C5.38%2C0%2C0%2C1-1%2C2.86%2C6.16%2C6.16%2C0%2C0%2C1-2.4%2C2%2C7.24%2C7.24%2C0%2C0%2C1-3.21.73%2C6.63%2C6.63%2C0%2C0%2C1-5.35-2.35%2C9.49%2C9.49%2C0%2C0%2C1-2-6.31v-.57a10.72%2C10.72%2C0%2C0%2C1%2C.89-4.49%2C6.85%2C6.85%2C0%2C0%2C1%2C2.55-3%2C7%2C7%2C0%2C0%2C1%2C3.88-1.06%2C6.62%2C6.62%2C0%2C0%2C1%2C4.69%2C1.69%2C6.13%2C6.13%2C0%2C0%2C1%2C2%2C4.42H90.62a4.59%2C4.59%2C0%2C0%2C0-4.68-4.49h-.11a4.73%2C4.73%2C0%2C0%2C0-4%2C1.86%2C8.4%2C8.4%2C0%2C0%2C0-1.42%2C5.2v.55a8.21%2C8.21%2C0%2C0%2C0%2C1.42%2C5.12A4.76%2C4.76%2C0%2C0%2C0%2C85.84%2C23.42Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C23.56a1.35%2C1.35%2C0%2C0%2C1%2C.36-.94%2C1.28%2C1.28%2C0%2C0%2C1%2C1-.39%2C1.3%2C1.3%2C0%2C0%2C1%2C1%2C.39%2C1.33%2C1.33%2C0%2C0%2C1%2C.36.94%2C1.22%2C1.22%2C0%2C0%2C1-.36.91%2C1.37%2C1.37%2C0%2C0%2C1-1%2C.36%2C1.34%2C1.34%2C0%2C0%2C1-1-.36A1.24%2C1.24%2C0%2C0%2C1%2C96%2C23.56Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M103.88%2C2.59a1.27%2C1.27%2C0%2C0%2C1%2C.35-.91%2C1.34%2C1.34%2C0%2C0%2C1%2C2.36.91%2C1.23%2C1.23%2C0%2C0%2C1-.36.9%2C1.29%2C1.29%2C0%2C0%2C1-1%2C.36%2C1.26%2C1.26%2C0%2C0%2C1-1-.36A1.24%2C1.24%2C0%2C0%2C1%2C103.88%2C2.59ZM106%2C24.7h-1.9V7.54H106Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M113%2C7.54l.06%2C2.93A6.81%2C6.81%2C0%2C0%2C1%2C115.55%2C8a6.26%2C6.26%2C0%2C0%2C1%2C3.19-.83%2C5.15%2C5.15%2C0%2C0%2C1%2C4.11%2C1.55%2C7%2C7%2C0%2C0%2C1%2C1.36%2C4.66V24.7h-1.89V13.43a5.24%2C5.24%2C0%2C0%2C0-1-3.43%2C3.82%2C3.82%2C0%2C0%2C0-3.07-1.13%2C4.8%2C4.8%2C0%2C0%2C0-3.12%2C1.1%2C6.46%2C6.46%2C0%2C0%2C0-2%2C3V24.7h-1.89V7.54Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M130.47%2C24.7V9.1h-2.84V7.54h2.84V5.47a5.65%2C5.65%2C0%2C0%2C1%2C1.34-4A4.9%2C4.9%2C0%2C0%2C1%2C135.55%2C0a7.31%2C7.31%2C0%2C0%2C1%2C2%2C.27l-.14%2C1.57a7.39%2C7.39%2C0%2C0%2C0-1.73-.19%2C3.1%2C3.1%2C0%2C0%2C0-2.44%2C1%2C4%2C4%2C0%2C0%2C0-.87%2C2.77V7.54h4.09V9.1h-4.08V24.7Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M138.82%2C15.87a10.1%2C10.1%2C0%2C0%2C1%2C1-4.46%2C7.21%2C7.21%2C0%2C0%2C1%2C6.68-4.19A7.06%2C7.06%2C0%2C0%2C1%2C152%2C9.62a9.26%2C9.26%2C0%2C0%2C1%2C2.1%2C6.39v.4a10.19%2C10.19%2C0%2C0%2C1-1%2C4.48%2C7.16%2C7.16%2C0%2C0%2C1-2.7%2C3.07%2C7.41%2C7.41%2C0%2C0%2C1-4%2C1.08%2C7.07%2C7.07%2C0%2C0%2C1-5.54-2.4%2C9.24%2C9.24%2C0%2C0%2C1-2.13-6.37Zm1.9.52a7.79%2C7.79%2C0%2C0%2C0%2C1.59%2C5.05%2C5.39%2C5.39%2C0%2C0%2C0%2C8.34%2C0%2C8%2C8%2C0%2C0%2C0%2C1.59-5.21v-.36a8.73%2C8.73%2C0%2C0%2C0-.73-3.6%2C5.87%2C5.87%2C0%2C0%2C0-2-2.53%2C5.23%2C5.23%2C0%2C0%2C0-3-.9%2C5.07%2C5.07%2C0%2C0%2C0-4.14%2C2%2C8.06%2C8.06%2C0%2C0%2C0-1.6%2C5.21Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M166%2C9.16A7.1%2C7.1%2C0%2C0%2C0%2C164.7%2C9a4.63%2C4.63%2C0%2C0%2C0-3%2C1A5.43%2C5.43%2C0%2C0%2C0%2C160%2C12.89V24.7H158V7.54h1.86v2.73a5%2C5%2C0%2C0%2C1%2C4.84-3%2C3.13%2C3.13%2C0%2C0%2C1%2C1.25.21Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M170.71%2C7.54l.06%2C2.79A6.36%2C6.36%2C0%2C0%2C1%2C173.15%2C8a6.52%2C6.52%2C0%2C0%2C1%2C3.17-.78q4.06%2C0%2C5.15%2C3.33a6.45%2C6.45%2C0%2C0%2C1%2C2.46-2.47%2C6.81%2C6.81%2C0%2C0%2C1%2C3.39-.86q5.52%2C0%2C5.63%2C6V24.7H191V13.4A5.12%2C5.12%2C0%2C0%2C0%2C190%2C10a4%2C4%2C0%2C0%2C0-3.18-1.11%2C5.05%2C5.05%2C0%2C0%2C0-3.46%2C1.32%2C4.68%2C4.68%2C0%2C0%2C0-1.57%2C3.15V24.7h-1.9V13.25a4.7%2C4.7%2C0%2C0%2C0-1-3.29%2C4.13%2C4.13%2C0%2C0%2C0-3.15-1.09%2C4.79%2C4.79%2C0%2C0%2C0-3.08%2C1%2C6%2C6%2C0%2C0%2C0-1.9%2C3V24.7h-1.9V7.54Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M204.41%2C25a7.44%2C7.44%2C0%2C0%2C1-4-1.08%2C7.35%2C7.35%2C0%2C0%2C1-2.75-3%2C9.37%2C9.37%2C0%2C0%2C1-1-4.32v-.68a10.09%2C10.09%2C0%2C0%2C1%2C1-4.46%2C7.64%2C7.64%2C0%2C0%2C1%2C2.67-3.12A6.59%2C6.59%2C0%2C0%2C1%2C204%2C7.23a6.2%2C6.2%2C0%2C0%2C1%2C5%2C2.13%2C8.65%2C8.65%2C0%2C0%2C1%2C1.83%2C5.83v1.06h-12.3v.36a7.18%2C7.18%2C0%2C0%2C0%2C1.67%2C4.86%2C5.32%2C5.32%2C0%2C0%2C0%2C4.21%2C1.94%2C6.18%2C6.18%2C0%2C0%2C0%2C2.69-.56%2C6%2C6%2C0%2C0%2C0%2C2.12-1.78l1.19.9A6.92%2C6.92%2C0%2C0%2C1%2C204.41%2C25ZM204%2C8.84a4.74%2C4.74%2C0%2C0%2C0-3.61%2C1.57%2C7.25%2C7.25%2C0%2C0%2C0-1.78%2C4.22h10.29v-.21a6.29%2C6.29%2C0%2C0%2C0-1.41-4A4.37%2C4.37%2C0%2C0%2C0%2C204%2C8.84Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M222.48%2C9.16A7.1%2C7.1%2C0%2C0%2C0%2C221.19%2C9a4.64%2C4.64%2C0%2C0%2C0-3%2C1%2C5.43%2C5.43%2C0%2C0%2C0-1.75%2C2.88V24.7h-1.89V7.54h1.86v2.73a5%2C5%2C0%2C0%2C1%2C4.84-3%2C3.13%2C3.13%2C0%2C0%2C1%2C1.25.21Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.5%2C0a12.5%2C12.5%2C0%2C1%2C0%2C6.21%2C23.35c2%2C1%2C3.07%2C1.38%2C5.49%2C2.65-.74-2.44-1-3.9-1.54-6.06A13.1%2C13.1%2C0%2C0%2C0%2C25%2C12.53%2C12.52%2C12.52%2C0%2C0%2C0%2C12.5%2C0Zm0%2C22.5a10%2C10%2C0%2C1%2C1%2C10-10h0A10%2C10%2C0%2C0%2C1%2C12.5%2C22.51Z%22%20transform%3D%22translate%280%200%29%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.54%22%20cy%3D%2212.43%22%20r%3D%223.1%22/%3E%3C/svg%3E) no-repeat center;
		height: 20px;
	    margin-top: 0;
	}

	.wrapper_search.show {
		display: block;
		position: absolute;
		right: 5px;
		margin-left: 0;
		margin-top: 13px;
		z-index: 1000;
	}
	.wrapper_search.show input[type=text] {
		height: 30px;
		padding-right: 38px;
		border: 1px solid #0078D6;
		border-radius: 0;
	}
	.wrapper_search.show .search_btn {top: 4px;}
	
	.wrapper_search.show {left: 0; right:0; margin-top: 56px;}

	.wrapper_search.show input[type=text] {
		width: 100%;
		height: 48px;
		margin-top: 0;
	}
	.wrapper_search.show .search_btn {top: 12px; right:12px; left:auto;}
	#ajax_listOfOptions {
		width: auto !important;
		min-width:280px;
		right:0;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	}
	#ajax_listOfOptions .media_close_btn { display: none;}
	.search_button.sbclose {
		background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3B%7D.cls-2%7Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C/style%3E%3C/defs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2224%22%20height%3D%2224%22/%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%224%22%20y1%3D%224%22%20x2%3D%2220%22%20y2%3D%2220%22/%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%224%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%224%22/%3E%3C/svg%3E) no-repeat center;
	}
	

	.right.show {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		z-index: 6000;
		margin: 0;
		width: 246px;
	}
	header .top_nav.show {
		display: block;
		height: auto;
		position: fixed;
		top: 56px;
		overflow-y: auto;
		overflow-x: hidden;
		bottom: 0;
		left: 0;
		width: 246px;
		margin: 0;
		z-index: 5000;
		padding-right: 0;
		background-color: #fff;
	}
	header .right_overlay {
		display: none;
		position: fixed;
		/*margin-left: 246px;*/
		top: 0;
		bottom: 0;
		width: 1000px;
		background-color: rgba(0,0,0,.7);
		z-index: 1000;
	}
	.wrapper_nav .categories {
		border-top: none;
		border-bottom: none;
	}
	.wrapper_nav > nav {margin-top: 80px;}
	.adapt3 .wrapper_nav > nav {
		margin-top:0;
	}
	.group_title {
		margin: 0;
		padding-left: 33px;
		line-height: 56px;
		background-color: #e1e1e1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top_nav.show .right_overlay, .top_nav.show .wrapper_nav, .navigation.show .wrapper_nav {display: block;}
	.top_nav.show .wrapper_content {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		height: auto;
	}
	.top_nav.show .navigation {
		width: 100%;
		margin: 0;
		background-color: transparent;
	}
	.navigation a {
		font-size: 15px;
		width: auto;
		color: #333;
	}
 	.navigation .platforms a.selected {
		border-left: 4px solid #0078D6;
		box-sizing: border-box;
		padding-left: 68px;
		cursor: default;
		border-bottom: 1px solid #dce1e5;
	}
	.navigation .platforms a.selected:before {
		left:14px;
	}
	.platforms {
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header .auth-wrap {
		float: none;
		margin: 0;
		background-color: #003a68;
		height: 56px;
		padding: 10px 18px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .login_user {
		float: left;
		margin-right: 10px;
	}
	.header .right .u_name {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		line-height: 36px;
		display: inline-block !important;
	}
	.user_link {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 56px;
		display: block;
	}
	.user_link:before {
		content: '';
		display: block;
		width: 12px;
		height: 7px;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -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%2012%207%22%3E%3Ctitle%3EVector%20Smart%20Object20%3C%2Ftitle%3E%3Cpath%20d%3D%22M1.41%2C0%2C6%2C4.33%2C10.59%2C0%2C12%2C1.33%2C6%2C7%2C0%2C1.33Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	}
	.breadcrumbs {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 56px;
		background-color: #eee;
		color: #333;
		padding-top: 0;
		padding-left: 33px;
		line-height: 56px;
	}

	.breadcrumbs:before, .bc_2items a:before {
		content: '';
		display: block;
		width: 7px;
		height: 12px;
		position: absolute;
		left: 18px;
		top: 50%;
		margin-top: -6px;
		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%207%2012%22%3E%3Ctitle%3EVector%20Smart%20Object110%3C%2Ftitle%3E%3Cpath%20d%3D%22M7%2C1.41%2C2.67%2C6%2C7%2C10.59%2C5.67%2C12%2C0%2C6%2C5.67%2C0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23333%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	}
	
	.adapt3 .breadcrumbs:before {
		content: none;
	}
	.breadcrumbs a {
		color: #333;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-left: 33px;
	}
	.breadcrumbs a.crumb_show span {display: block;}
	.breadcrumbs span {display: none;}
	.bc_2items .breadcrumbs {	height: 80px;}
	.bc_2items.top_nav.show .wrapper_content {padding-top: 80px;}
	.adapt3	.bc_2items.top_nav.show .wrapper_content {padding-top: 0;}
	.bc_2items .wrapper_nav {top: 40px;}
	.bc_2items .breadcrumbs a {
		bottom: auto;
		line-height: 40px;
		margin-top: 40px;
		border-top: 1px solid #dce1e5;
	}
	.bc_2items .breadcrumbs a:first-child, .bc_2items .breadcrumbs .crumb_first {margin-top: 0;}
	.bc_2items .breadcrumbs:before {display: none;}

	.wrapper_categories {
		position: absolute;
		top: 112px;
		left: 0;
		right: 0;
		margin: 0;
		float: none;
		height: 56px;
		background-color: #e1e1e1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wrapper_categories > a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 17px 18px;
	}
	.wrapper_categories a {font-size: 16px;}
	.wrapper_categories:before {
		top: 50%;
		margin-top: -12px;
		right: 19px;
	}
	.wrapper_platform {
		position: absolute;
		top: 178px;
		margin: 0;
		left: 0;
		right: 0;
		float: none;
		width: auto;
	}
	.wrapper_platform.for_mobiles .platform_dropdown {
		display: block !important;
		width: 100%;
		position: absolute;
		top: -122px;
		left: 0;
		z-index: 5000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wrapper_platform.for_mobiles .windows:first-child {
		display: none;
	}

	.wrapper_platform a, .wrapper_platform > a, .platforms a {
		font-size: 16px !important;
		line-height: inherit;
		height: auto;
		color: #333;
		padding: 10px 18px 10px 72px;
		display: block;
		text-decoration: none;
		min-height: 0;
		background-color: #fff;
	}
	.platforms a {border-bottom: none;}
	.platforms a:hover, .navigation a:hover {background-color: #fff;}
	.platforms a:before, .navigation a:before {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 18px;
		top: 50%;
		margin-top: -12px;
	}
	.platforms a.windows:before, .navigation a.windows:before {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%20420%20422%22%3E%3Ctitle%3EVector%20Smart%20Object11%3C%2Ftitle%3E%3Cpath%20d%3D%22M192.31%2C33.88C267.69%2C21.56%2C344.62%2C10.78%2C420%2C0V200.22c-75.38%2C0-152.31%2C1.54-227.69%2C1.54V33.88Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M0%2C60.07C56.92%2C50.82%2C113.85%2C43.12%2C172.31%2C37v164.8c-58.46%2C0-115.38%2C1.54-172.31%2C1.54V60.07Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M0%2C220.24c56.92%2C0%2C113.85%2C1.54%2C172.31%2C0V386.58c-58.46-7.7-115.38-15.4-172.31-23.1Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3Cpath%20d%3D%22M192.31%2C221.78H420V422c-75.38-12.32-152.31-21.56-227.69-32.34V221.78Z%22%20style%3D%22fill%3A%2339a6ff%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
	.platforms a.android:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object31%3C%2Ftitle%3E%3Cpath%20d%3D%22M-71.08-9.4a1.26%2C1.26%2C0%2C0%2C0-1.25%2C1.27V-2A1.26%2C1.26%2C0%2C0%2C0-71.08-.7%2C1.26%2C1.26%2C0%2C0%2C0-69.83-2V-8.14A1.26%2C1.26%2C0%2C0%2C0-71.08-9.4m12-5.57%2C1-1.89a.21.21%2C0%2C0%2C0-.08-.28.2.2%2C0%2C0%2C0-.27.08l-1%2C1.91a6.9%2C6.9%2C0%2C0%2C0-2.86-.61%2C6.91%2C6.91%2C0%2C0%2C0-2.85.61l-1-1.9a.2.2%2C0%2C0%2C0-.27-.08.2.2%2C0%2C0%2C0-.08.28l1%2C1.89A6.06%2C6.06%2C0%2C0%2C0-68.9-9.64h13.14A6.06%2C6.06%2C0%2C0%2C0-59.12-15m-6.21%2C2.92a.56.56%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.56.56%2C0%2C0%2C1-.55.56m6%2C0a.55.55%2C0%2C0%2C1-.55-.56.56.56%2C0%2C0%2C1%2C.55-.56.56.56%2C0%2C0%2C1%2C.55.56.55.55%2C0%2C0%2C1-.55.56m-9.51%2C2.93V.49a1.57%2C1.57%2C0%2C0%2C0%2C1.56%2C1.58h1.06V5.35a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48%2C1.47%2C1.47%2C0%2C0%2C0%2C1.46-1.48V2.07h2V5.35a1.47%2C1.47%2C0%2C0%2C0%2C1.46%2C1.48%2C1.47%2C1.47%2C0%2C0%2C0%2C1.46-1.48V2.07h1.06A1.57%2C1.57%2C0%2C0%2C0-55.81.49V-9.13Zm16.52%2C1a1.26%2C1.26%2C0%2C0%2C0-1.25-1.27%2C1.26%2C1.26%2C0%2C0%2C0-1.25%2C1.27V-2A1.26%2C1.26%2C0%2C0%2C0-53.58-.7%2C1.26%2C1.26%2C0%2C0%2C0-52.33-2Z%22%20transform%3D%22translate(74.33%2017.17)%22%20style%3D%22fill%3A%23689f38%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
	.platforms a.mac:before, .navigation a.mac:before {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2339a6ff%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22/%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2218.5%204.5%2016.5%204.5%2012.5%2010.5%208.5%204.5%206.5%204.5%2011.5%2012%206.5%2019.5%208.5%2019.5%2012.5%2013.5%2016.5%2019.5%2018.5%2019.5%2013.5%2012%2018.5%204.5%22/%3E%3C/svg%3E') no-repeat;}
	.platforms a.iphone:before {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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object32%3C%2Ftitle%3E%3Cpath%20d%3D%22M-28-20.16a5.45%2C5.45%2C0%2C0%2C1%2C2.66-4.58%2C5.77%2C5.77%2C0%2C0%2C0-4.51-2.38c-1.9-.19-3.73%2C1.11-4.7%2C1.11s-2.47-1.09-4.07-1.06a6%2C6%2C0%2C0%2C0-5%2C3c-2.18%2C3.69-.55%2C9.11%2C1.54%2C12.1%2C1%2C1.46%2C2.27%2C3.09%2C3.87%2C3s2.15-1%2C4-1%2C2.42%2C1%2C4.05.94%2C2.74-1.47%2C3.75-2.94a12%2C12%2C0%2C0%2C0%2C1.71-3.41A5.29%2C5.29%2C0%2C0%2C1-28-20.16Z%22%20transform%3D%22translate(46.7%2032.92)%22%20style%3D%22fill%3A%234d4d4e%22%2F%3E%3Cpath%20d%3D%22M-31.08-29.07a5.29%2C5.29%2C0%2C0%2C0%2C1.26-3.85%2C5.64%2C5.64%2C0%2C0%2C0-3.62%2C1.83%2C5%2C5%2C0%2C0%2C0-1.29%2C3.7A4.67%2C4.67%2C0%2C0%2C0-31.08-29.07Z%22%20transform%3D%22translate(46.7%2032.92)%22%20style%3D%22fill%3A%234d4d4e%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

	.platforms a.mac:hover, .platforms a.iphone:hover, .platforms a.android:hover, .navigation a:hover {
		background-color: #f5f5f5;
	}
	.wrapper_nav .categories a:before {margin-top: 0; top: 0;}
	
	.categories::before {
		content: 'Categories';
		line-height: 32px;
		padding-left: 16px;
		padding-top: 16px;
		font-weight: 400;
		display: block;
		border-bottom: 1px solid #dce1e5;
	}
	.wrapper_platform:before {display: none;}
	.wrapper_platform a:before {
		left: 18px;
		top: 50%;
		margin-top: -12px;
	}
	/*.platform_dropdown a:hover, .categories_dropdown a:hover {background-color: transparent;}*/
	.header .user_menu {
		left: 0;
		top: 173px;
		right: 0;
		border: none;
		padding-top: 6px;
		z-index: 10000;
	}
	.header .user_menu a {
		padding-left: 34px;
		display: block;
		background: url(//img.informer.com/images/v2/responsive_icons.png) no-repeat;
	}
	.user_menu a.opt1 {background-position: 0 9px;}
	.user_menu a.opt5 {background-position: 0 -22px;}
	.user_menu a.opt7 {background-position: 0 -58px;}
	.user_menu a.opt2 {background-position: 0 -94px;}
	.user_menu a.opt6 {background-position: 0 -134px;}
	.user_menu a.opt4 {background-position: 0 -171px;}
	.user_menu a.opt3 {background-position: 0 -209px;}
	.user_menu a.opt8 {background-position: 0 -243px;}
	.user_menu a.opt3 {background-position: 0 -209px;}
	.user_menu a.a_logout {background-position: 2px -278px;}
	.wrapper_categories .categories_dropdown {
		width: 100%;
		left: 0;
		right: 0;
		top: 56px;
		border: none;
		z-index: 50000;
		background-color: #fff;
	}
	.header .login_btn {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: auto;
		color: #fff;
		margin: 0;
		padding: 17px 10px 17px 54px;
		background: none;
		float: none;
	}
	.header .login_btn:before {
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		position: absolute;
		top: 15px;
		left: 18px;
		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%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object33%3C%2Ftitle%3E%3Cpath%20d%3D%22M12%2C12A4%2C4%2C0%2C1%2C0%2C8%2C8%2C4%2C4%2C0%2C0%2C0%2C12%2C12Zm0%2C2c-2.67%2C0-8%2C1.34-8%2C4v2H20V18C20%2C15.34%2C14.67%2C14%2C12%2C14Z%22%20style%3D%22fill%3A%23777%22%2F%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	}

	.title_block.title_block_more  .headline {padding-right: 70px;}
	.wrapper_search .search_btn {
		background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23999%3B%7D.cls-2%7Bfill%3Anone%3B%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M15.24%2C14l-.27.27-.49-.49a7.23%2C7.23%2C0%2C1%2C0-.71.7l.49.49-.33.33a.45.45%2C0%2C0%2C0%2C.06.57l4.83%2C4.83a.73.73%2C0%2C0%2C0%2C1%2C0l.84-.84a.73.73%2C0%2C0%2C0%2C0-1L15.84%2C14A.42.42%2C0%2C0%2C0%2C15.24%2C14Zm-6.17.73A5.75%2C5.75%2C0%2C1%2C1%2C14.81%2C9%2C5.76%2C5.76%2C0%2C0%2C1%2C9.06%2C14.72Z%22/%3E%3Crect%20class%3D%22cls-2%22%20width%3D%2224%22%20height%3D%2224%22/%3E%3C/svg%3E) no-repeat;
	}
	#ajax_listOfOptions {width:368px;}
	
	.wrapper_lang {margin-left:0; width:100%;}
	.wrapper_lang a::before, .wrapper_lang .lang_dropdown2 a::before {content:none;}
	.wrapper_lang .lang_dropdown2 {
		left:0;
		width:100%;
	}
	
	.wrapper_lang::before, .wrapper_lang.show::before {
		content: 'Language';
		background: none;
		border-bottom: 1px solid #dce1e5;
		position: relative;
		margin-left: 0;
		padding-left: 16px;
		width: auto;
		font-weight: 400;
		padding-bottom:4px;
		border-top: 1px solid #dce1e5;
		padding-top:20px;
	}

	.wrapper_lang {
		margin-left: 0;
		margin-top: 180px;
		position: fixed;
		overflow-y: auto;
		bottom: 0;
		width: 246px;
		top: 0;
		overflow-x: hidden;
	}
	.wrapper_lang a {line-height:39px;}
	
	
	.wrapper_lang .lang_en {background-position: 11px -1135px;}
	.wrapper_lang .lang_ar {background-position: 11px -968px;}
	.wrapper_lang .lang_bg {background-position: 11px -44px;}
	.wrapper_lang .lang_zh {background-position: 11px -86px;}
	.wrapper_lang .lang_cs {background-position: 11px -128px;}
	.wrapper_lang .lang_de {background-position: 11px -170px;}
	.wrapper_lang .lang_da {background-position: 11px -212px;}
	.wrapper_lang .lang_es {background-position: 11px -254px;}
	.wrapper_lang .lang_fi {background-position: 11px -296px;}
	.wrapper_lang .lang_fr {background-position: 11px -338px;}
	.wrapper_lang .lang_el {background-position: 11px -380px;}
	.wrapper_lang .lang_hu {background-position: 11px -422px;}
	.wrapper_lang .lang_he {background-position: 11px -464px;}
	.wrapper_lang .lang_fa {background-position: 11px -505px;}
	.wrapper_lang .lang_it {background-position: 11px -548px;}
	.wrapper_lang .lang_jp {background-position: 11px -590px;}
	.wrapper_lang .lang_ko {background-position: 11px -632px;}
	.wrapper_lang .lang_ms {background-position: 11px -674px;}
	.wrapper_lang .lang_nl {background-position: 11px -716px;}
	.wrapper_lang .lang_no {background-position: 11px -758px;}
	.wrapper_lang .lang_pl {background-position: 11px -800px;}
	.wrapper_lang .lang_pt {background-position: 11px -842px;}
	.wrapper_lang .lang_ro {background-position: 11px -884px;}
	.wrapper_lang .lang_ru {background-position: 11px -926px;}
	.wrapper_lang .lang_sv {background-position: 11px -1010px;}
	.wrapper_lang .lang_th {background-position: 11px -1052px;}
	.wrapper_lang .lang_tr {background-position: 11px -1094px;}
	.wrapper_lang .lang_vi {background-position: 11px -1178px;}
	.wrapper_lang .lang_id {background-position: 11px -1220px;}	

	.wrapper_lang a {
		width: 50%;
		background: url(//img.informer.com/images/flags/v3/lang_sprite.png) no-repeat;
		padding-left:64px;
	}
	.wrapper_lang>a {
		width:100%;
		border-lefT: 4px solid #0078D6;
		padding-left: 58px;
		cursor:default;
		color: #333;
	}
	.wrapper_lang>a:hover {background-color:transparent; text-decoration: none;}
	.wrapper_lang >a.lang_en {background-position: 7px -1135px;}
	.wrapper_lang >a.lang_ar {background-position: 7px -968px;}
	.wrapper_lang >a.lang_bg {background-position: 7px -44px;}
	.wrapper_lang >a.lang_zh {background-position: 7px -86px;}
	.wrapper_lang >a.lang_cs {background-position: 7px -128px;}
	.wrapper_lang >a.lang_de {background-position: 7px -170px;}
	.wrapper_lang >a.lang_da {background-position: 7px -212px;}
	.wrapper_lang >a.lang_es {background-position: 7px -254px;}
	.wrapper_lang >a.lang_fi {background-position: 7px -296px;}
	.wrapper_lang >a.lang_fr {background-position: 7px -338px;}
	.wrapper_lang >a.lang_el {background-position: 7px -380px;}
	.wrapper_lang >a.lang_hu {background-position: 7px -422px;}
	.wrapper_lang >a.lang_he {background-position: 7px -464px;}
	.wrapper_lang >a.lang_fa {background-position: 7px -505px;}
	.wrapper_lang >a.lang_it {background-position: 7px -548px;}
	.wrapper_lang >a.lang_jp {background-position: 7px -590px;}
	.wrapper_lang >a.lang_ko {background-position: 7px -632px;}
	.wrapper_lang >a.lang_ms {background-position: 7px -674px;}
	.wrapper_lang >a.lang_nl {background-position: 7px -716px;}
	.wrapper_lang >a.lang_no {background-position: 7px -758px;}
	.wrapper_lang >a.lang_pl {background-position: 7px -800px;}
	.wrapper_lang >a.lang_pt {background-position: 7px -842px;}
	.wrapper_lang >a.lang_ro {background-position: 7px -884px;}
	.wrapper_lang >a.lang_ru {background-position: 7px -926px;}
	.wrapper_lang >a.lang_sv {background-position: 7px -1010px;}
	.wrapper_lang >a.lang_th {background-position: 7px -1052px;}
	.wrapper_lang >a.lang_tr {background-position: 7px -1094px;}
	.wrapper_lang >a.lang_vi {background-position: 7px -1178px;}
	.wrapper_lang >a.lang_id {background-position: 7px -1220px;}

	.wrapper_lang.show .lang_dropdown {
		display: block;
		position: relative;
		z-index: 5000;
		top: 0;
		left: 0;
		background-color: #f7f7f7;
		border:none;
	}

	
	.wrapper_lang .lang_dropdown2 a.lang_en {
		
	}
	.footer_item {text-align: center;}

	.wrapper_program_list .list, .articles_block {margin: 0 -1% 0;}
	.wrapper_program_list .item, .wrapper_program_list .item.wide, .article_block, .article_block.wide {
	}
	
	.wrapper_articles_th .article_block {
		width: 48%!important;
		margin: 0 1% 20px!important;
	}
	
	


	.wrapper_content {width:100%; margin:0;}
	.container {max-width: none;}
	.main_container {padding: 20px 15px;}
	.wrapper_cnt.wrapper_cnt {
		width:100%;
		float:none;
	}
	footer .footer_menu li {
		margin: 0 20px;
	}
	footer .footer_menu li a {
		font-size: 16px;
		font-weight: 400;
	}
	
	body.adapt3 .adst3 {
		padding: 0;
		width: 100%;
		min-height: inherit;
		margin: auto auto 35px;
	}
	body.adapt3 .adst4{
		margin: auto;
		text-align: center;
		float:none;
	}
	
	.action_wrapper {
		width: auto!important;
	}

	.footer_content .copy {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media all and (max-width: 850px) {
	.wrapper_program_list .item, .wrapper_program_list .item.wide, .article_block, .article_block.wide {
		width: 23%;
		margin-bottom: 20px;
	}
}

@media (max-width: 760px) {
	.program_nav a span {
		display: none;
	}
}

@media all and (max-width: 680px) {
	.wrapper_program_list .item, .wrapper_program_list .item.wide, .article_block, .article_block.wide {
		width: 31.33%;
		margin-bottom: 10px;
	}
	.pagination li {
		display: inline-block;
		margin: 8px 0;
	}

	.footer_content .copy {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.footer_item {float: none;}
}

@media all and (max-width: 600px) {
	#ajax_listOfOptions .optionDiv {padding-right: 87px;}
	#ajax_listOfOptions .stars {top: 13px;}
	.header .container {margin-top: 0;}
	.adapt3 .breadcrumbs {
		font-size: 14px;
		padding: 0 2px;
	}
	.download_top {
		float: none;
		font: 400 16px "Roboto", "Segoe Ui", "Helvetica Neue", "Ubuntu", "Arial", "Helvetica", sans-serif;
		line-height: 32px;
		display: inline-block;
		padding: 0 40px 0 16px;
		border-radius: 8px;
		margin: -8px auto 16px 69px;
		height: auto;
	}
	
	.download_top::after {
		margin-top: 3px;
	}



	.login-layout .mdl-container {
		min-width: 0;
		max-height: 100%;
		height: auto;
		overflow-y: auto;
		width: 100%;
	}
	.wrap_form {margin-top: 16px !important;}
	.login-tab-box {height: 50px;}
	.login-tab-box li {
		font-size: 16px;
		line-height: 50px;
		height: 52px;
		border-bottom: 2px solid #0078D6;
		font-weight: 400;
	}
	.login-tab-box li.active {color:#333;}
	.login-tab-box li a {
		border-bottom-width: 2px;
		font-size: 16px;
		font-weight: 400;
		background-color: #fafafa;
	}
	.login-tab-box li.active a {
		background-color: #fff;
	}

	
	.login-layout button.btn {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		padding: 0 40px;
	}
	.login-input-group {display:block;}
	.input-pre {width:auto;}
	.login-layout .mdl-close {right:13px;}
	.footer_item {
		text-align: center;
		margin-left: 0;
	}
	
	
	.main_container {
	    padding: 10px;
	}
	.top_info .icon80 {
		width: 48px;
		height: 48px;
	}
	.top_info .icon80 {
    	margin-top: 9px;
	}
	.top_info .icon80.small img {
		margin: 0;
		padding: 0;
	}
	.top_info .icon80.small .blur_bg {display: none;}


	.top_info_texts { margin-top: 6px;}

	h1 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
	}
	.teaser, .teaser.teaser2 {
		font-size: 14px;
		line-height: 18px;
		white-space: normal;
		margin-top: 8px;
		margin-right: auto;
	}
	.wrapper_program_list {
		margin-bottom:24px;
	}
	
	.title_block .all_link {
		top: 0;
	}
	.login-layout .mdl-container {
		background-color: #003a68;
		top:0 !important;
	}
	.login-layout .mdl-brd {
		margin: 0 -2px -2px;
	}
	
	.versions9 {text-align: left;}
	.versions9 a {
		line-height: 32px;
		font-size: 14px;
	}
	.versions9 .all_ver_link {
		padding-left: 0;
		border-left: 0;
		margin-left: 0!important;
	}
	
	.specifications_wrapper .w30 a.all_ver_link {padding-left:14px;}
	


}

@media all and (max-width: 500px) {
	.wrapper_program_list .list, .articles_block {
		margin: 0;
	}
	.wrapper_program_list .item, .wrapper_program_list .item.wide, .article_block, .article_block.wide {
		width:100%!important;
		margin: 0 0 8px!important;
		height: 246px;
	}
	.wrapper_program_list .item {
		height: 215px;
	}
	.wrapper_program_list .icon80 {
		width:48px;
		height:48px;
	}
	.wrapper_program_list .icon80.small img {
		margin-top:0;
		padding:0;
	}
	.article_block {height: 206px;}
	.article_block h3, .article_block .article_title {
    	font-size: 14px;
    	line-height: 20px;
    	padding: 8px;
	}
	.wrapper_program_list .item::before {
		bottom: 0 !important;
		height: 62px;
		top: auto !important
	}
	.wrapper_program_list .item .top {
		padding: 8px 0;
	}
	.wrapper_program_list .item .info {
		padding:8px;
		height: 148px;
	}
	.wrapper_program_list .title {
		font-size: 16px;
		line-height: 20px;
	}
	.wrapper_program_list .item .description {
		font-size: 14px;
		line-height: 20px;
	}
	.wrapper_program_list .version, .item.wide .version {
		left:8px;
		font-size: 12px;
	}
	.wrapper_program_list .item .label_free, .wrapper_programs .item .label_free, .item.wide .label_free {
		right:8px;
		font-size: 12px;
	}
	.wrapper_program_list .item:before, .left_column .wide .info:before {
		background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50%);
		background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 50%);
		background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 );
	}
	footer .footer_menu li {
		display: block;
	}
	
}

@media all and (max-width: 480px) {
	.footer_item {
		width: 50%;
	}
}

@media only screen and  (max-width: 424px) {
	.logo {
		width: 194px;
		margin: 19px 0 0 -97px;
	}
	.adapt3 .logo .logo_m { 
		margin-top:-20px;
	}
}
@media only screen and (max-width: 370px) {
/*	.logo {	margin-left: 50px;}*/
}
@media only screen and (max-width: 320px) {
/*	.logo {	margin-left: 50px;}*/

}
/*new header: end*/

@media (min-device-width: 1025px) {
	/* fixes scrollbar jump on noscroll */
	.noscroll {padding-right: 15px;}
}
