@import url('../fonts/fonts.css');

html{
	height: 100%;
}

/**{
	border: 1px solid red !important;
	visibility: visible !important;
	opacity: 1 !important;
}*/

body{
	background: #1E1D1D;
	margin: 0;
	font: 16px 'cn_bt', Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	line-height: 1;
	height: 100%;
	box-sizing: border-box;
}

body.office{
	background-color: white;
	padding-top: 0;
}

a{
	text-decoration: none;
	color: #FEFEFE;
	outline: none;
}

h1{
	font-size: 16px;
	margin: 0;
}

h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p{ margin: 0; padding: 0; }

img{
	border: 0;
}

form{
	margin: 0;
	padding: 0;
}

input, select, textarea{
	vertical-align: middle;
}

label{
	vertical-align: middle;
}

hr{
	color: #D3E5F7;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #D3E5F7;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.strike{
	text-decoration: line-through;
}

img.lazy{
	transition: all 0.3s ease;
	opacity: 0;
}

img.lazy.loaded{
	opacity: 1;
}

.headuv{
	position: absolute;
	left: -10000px;
}

.topheader{
	font-size: 24px;
	color: white;
	margin-bottom: 10px;
}

/*---------------------------------------------------*/
.show_on_mobile{
	display: none !important;
}

.hide_on_mobile{
	display: block;
}

span.hide_on_mobile{
	display: inline;
}

/*---------------------------------------------------*/
.ui-widget{
	font-size: 12px;
}

/*---------------------------------------------------*/
.big_header{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
	line-height: 1.2;
	color: #a2a2a2;
}

.big_header .normal{
	font-weight: normal;
}

.button1{
	background-color: #303030;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 43px;
	padding: 0 30px;
	text-align: center;
	display: block;
	text-decoration: none !important;
	transition: all 0.1s ease;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
}

.button1:hover{
	background-color: #121212;
}

.button1.blue{
	background-color: #1c71b9;
}

.button1.blue:hover{
	background-color: #1c5098;
}

.button1.block{
	display: block;
}

.button1.block.multiline{
	line-height: 1.2;
	padding: 15px;
	height: auto;
}

.button2{
	font-size: 15px;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.2s ease-out;
	line-height: 1.3;
}

.button2:hover{
	background-color: #1c71b9;
}

.button2.ico{
	padding-right: 15px;
}

.button2.ico span{
	position: relative;
	padding-right: 30px;
	display: inline-block;
}

.button2.ico span:after{
	content: '\f054';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.button2.ico span.arrow_right{
	content: '\f054';
}

.button3{
	background-color: #30303055;
	color: white !important;
	font-size: 14px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	transition: all 0.1s ease;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: all ease-in-out 0.2s;
}

.button3:hover{
	border-color: white;
}

.button3.active{
	background-color: #303030AA;
}

.button3 .fa{
	font-size: 20px;
	margin-right: 10px;
}

/*---------------Layout------------------------------*/
.main_center{
	margin: 0 auto;
	/*width: 1200px;*/
	max-width: 100%;
	position: relative;
	height: 100%;
}

.main_wrapper{
	margin: 0 auto;
	width: 1480px;
	padding: 0 20px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
}

#top{
	background: #E6E6E6;
	width: 100%;
	width: calc(100% - 246px);
	min-height: 47px;
	position: fixed;
	z-index: 3;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	overflow: hidden;
	display: none;
}

#left{
	background-color: #E6E6E6;
	max-width: 100%;
	width: 246px;
	float: left;
	height: 100%;
	position: fixed;
	z-index: 4;
	overflow: auto;
}

#right{
	background-color: white;
	width: calc(100% - 246px);
	float: right;
	overflow: hidden;
	color: #363636;
}

#center{
	/*padding: 48px 20px 20px 20px;*/
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	width: 100%;
}

#bottom{
	background-color: #1A1A1A;
	padding: 80px 50px 20px 50px;
	color: #CCCCCC;
}

/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0;
	display: block;
}

.f-left{
	float: left !important;
}

.f-right{
	float: right !important;
}

.a-left{
	text-align: left !important;
}

.a-right{
	text-align: right !important;
}

.a-center{
	text-align: center !important;
}

/*---------------------------------------------------*/
#top .menu_opener{
	font-size: 28px;
	cursor: pointer;
	color: #333333;
	margin: 14px 0 0 20px;
	display: none;
	float: left;
}

/*---------------------------------------------------*/
nav.main_menu{
	height: 100%;
	position: relative;
}

nav.main_menu .level1{
	background: #444444;
	width: 246px;
	min-height: 100%;
	box-sizing: border-box;
	color: white;
	padding: 25px 0 80px 15px;
	float: left;
	position: relative;
}

nav.main_menu .level2{
	float: left;
	width: calc(100% - 246px);
	min-height: 100%;
	box-sizing: border-box;
	padding: 20px 0 0 10px;
}

nav.main_menu .logo{

}

nav.main_menu .level1 a{
	color: white;
}

nav.main_menu .level1 a.active{
	background-color: #347CB1;
}

nav.main_menu ul a:hover{
	text-indent: 1px;
}


nav.main_menu .level1 .user_account{
	overflow: hidden;
	border-bottom: 2px solid #383838;
	padding-bottom: 25px;
	margin-left: -15px;
	padding-left: 25px;
	margin-bottom: 10px;
}

nav.main_menu .level1 .user_account .userimg{
	background-color: #EF436E;
	height: 44px;
	width: 44px;
	line-height: 44px;
	border-radius: 22px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 20px;
	float: left;
	margin-right: 10px;
}

nav.main_menu .level1 .user_account .user_text{
	float: left;
	width: calc(100% - 54px);
	padding-top: 5px;
	font-size: 13px;

}

nav.main_menu .level1 .user_account .user_text .name{
	font-size: 17px;
	display: block;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

nav.main_menu .level1 .user_account .user_text nav ul li{
	display: inline-block;
	margin-right: 4px;
}

nav.main_menu .level1 .user_account .user_text nav ul li:after{
	content: '|';
	margin-left: 5px;
}

nav.main_menu .level1 .user_account .user_text nav ul li:last-child:after{
	content: '';
}

nav.main_menu .level1 .user_account .user_text nav ul li a:hover{
	text-decoration: underline;
}

/*level1*/
nav.main_menu .level1 ul.l1{

}

nav.main_menu .level1 ul.l1 > li{

}

nav.main_menu .level1 ul.l1 > li > a{
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	color: white;
}


/*level2*/
nav.main_menu .level1 ul.l2{
	padding-left: 10px;
}

nav.main_menu .level1 ul.l2 > li{
	position: relative;
}

nav.main_menu .level1 ul.l2 > li > a{
	display: block;
	padding: 8px 0;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
}

/*level3*/
nav.main_menu .level1 ul.l3{

}

nav.main_menu .level1 ul.l3 > li{
	font-size: 13px;
	min-height: 24px;
}

nav.main_menu .level1 ul.l3 > li.space{
	margin-bottom: 20px;
}

nav.main_menu .level1 ul.l3 > li strong{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid white;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
}

nav.main_menu .level1 ul.l3 > li > a{
	display: block;
	padding: 5px 5px;
}

nav.main_menu .level1 ul.l3 > li > a span{
	vertical-align: middle;
}

/*openable*/
nav.main_menu .level1 ul.openable li > a.opener{
	padding-left: 15px;
}

nav.main_menu .level1 ul.openable li > a.opener:before{
	content: '\f0da';
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 9px;
}

nav.main_menu .level1 ul.openable ul{
	display: none;
}

nav.main_menu .level1 ul.openable li.opened > ul{
	display: block;
	margin-bottom: 5px;
}

nav.main_menu .level1 ul.openable li.opened > a.opener:before{
	content: '\f0d7';
}

nav.main_menu .level2{
	color: white;
}

nav.main_menu .level2 .menutop{
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.3;
}

nav.main_menu .level2 > ul{
	font-size: 15px;
}

nav.main_menu .level2 > ul > li{

}

nav.main_menu .level2 > ul > li a{
	padding: 10px 20px;
	display: block;
}

nav.main_menu .level2 > ul > li a.active{
	background-color: white;
	font-weight: bold;
}

nav.main_menu .level2.blue,
nav.main_menu .level2.color2{
	background-color: #347CB1;
}

nav.main_menu .level2.blue > ul > li a,
nav.main_menu .level2.color2 > ul > li a{
	color: white;
}

nav.main_menu .level2.blue > ul > li a.active,
nav.main_menu .level2.color2 > ul > li a.active{
	color: black;
}

nav.main_menu .level2.blue .logo a,
nav.main_menu .level2.color2 .logo a{
	color: white;
}


nav.main_menu ul.bottommenu{
	position: absolute;
	bottom: 10px;
	font-size: 13px;
}

nav.main_menu ul.bottommenu li{
	margin-top: 10px;
}


/*---------------------------------------------------*/
nav.main_menu .logo{
	background: url("../images/logo.png") no-repeat;
	width: 169px;
	height: 44px;
	font-size: 30px;
	color: black;
	position: relative;
	display: block;
	padding: 0 20px 0 15px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.2;
}

nav.main_menu .logo a{
	color: black;
}

nav.main_menu .logo strong,
nav.main_menu .logo span{
	display: block;
}

/*---------------------------------------------------*/
.page_content{
	padding-top: 20px;
}

.page_content h2{
	font-size: 20px;
	font-weight: bold;
	color: #2F5496;
	margin-bottom: 10px;
	font-style: italic;
}

.page_content h3{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #1F3763;
}

.page_content h4{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	color: #292929;
}

.page_content p{
	margin-bottom: 10px;
	line-height: 1.3;
}

/*---------------------------------------------------*/
.table_container{
	margin: 30px 0;
	overflow: hidden;
	overflow-x: auto;
}


/*---------------------------------------------------*/
table.cot_summary{
	border-collapse: collapse;
	font-size: 13px;
	border-spacing: 0;
}

table.cot_summary td{
	border: 1px solid #a0a0a0;
	padding: 8px 5px;
	text-align: center;
}

table.cot_summary thead td{
	background-color: #F6F6F6;
	font-weight: bold;
}

table.cot_summary thead td.td1{
	background: white;
	border-left-color: transparent;
	border-top-color: transparent;
	font-size: 22px;
	text-align: left;
	color: black;
	text-transform: uppercase;
}

table.cot_summary thead td.left_head{
	background-color: white;
	border-color: transparent;
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	color: black;
	font-weight: normal;
}

table.cot_summary thead td.dataset{
	border-right-color: transparent;
	font-size: 19px;
}

table.cot_summary thead td.column_head{
	background-color: #e7f1f9;
	border: none;
	border-right: 1px solid #a0a0a0;
}

table.cot_summary thead td.column_head:last-child{
	border-right: none;
}

table.cot_summary thead td.datatypename{
	font-size: 20px;
	text-transform: uppercase;
	color: black;
	border: none;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table.cot_summary thead td.datatypename:last-child{
	border-right: none;
}

table.cot_summary thead td.left_head strong{
	font-size: 22px;
}

table.cot_summary thead td.clickable:hover{
	cursor: pointer;
	color: #347CB1;
}

table.cot_summary thead td.clickable.active{
	text-decoration: underline;
}

table.cot_summary tbody td{
	border-bottom-color: silver;
}

table.cot_summary tbody td.td1{
	background-color: #cbcbcb;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	border-left: 10px solid #a0a0a0;
	border-bottom-color: white !important;
}

table.cot_summary tbody td.td1.commercials{ background-color: #e9c5c5; border-left-color: #aa1f1f; }

table.cot_summary tbody td.td1.large_speculators{ background-color: #c9e4c9; border-left-color: #2d982d; }

table.cot_summary tbody td.td1.small_speculators{ background-color: #c2edf2; border-left-color: #15bbcf; }

table.cot_summary tbody td.td1.producer_merchant{ background-color: #e9c5c5; border-left-color: #aa1f1f; }

table.cot_summary tbody td.td1.swap_dealers{ background-color: #f6c3d6; border-left-color: #db1960; }

table.cot_summary tbody td.td1.managed_money{ background-color: #c9e4c9; border-left-color: #319a31; }

table.cot_summary tbody td.td1.other_reportables{ background-color: #dae6da; border-left-color: #719d71; }

table.cot_summary tbody td.td1.dealer{ background-color: #eec2d8; border-left-color: #be1268; }

table.cot_summary tbody td.td1.asset_manager{ background-color: #c3ebde; border-left-color: #19b27f; }

table.cot_summary tbody td.td1.leveraged_funds{ background-color: #c3ebe6; border-left-color: #19b29c; }

table.cot_summary tbody td.td1.index_traders{ background-color: #c3ebe6; border-left-color: #19b29c; }

table.cot_summary tbody tr.sepborder td{
	border-bottom-color: #525050;
}

table.cot_summary tbody td.val{
	text-align: right;
	white-space: nowrap;
}

table.cot_summary td.open_chart{
	background: #D8D8D8;
	color: #083EEE;
	padding: 0 10px;
	border-color: #a0a0a0;
}

/*table.cot_summary .red{
	color: #C00035;
}

table.cot_summary .blue{
	color: #0070C0;
}

table.cot_summary .green{
	color: #548135;
}

table.cot_summary .purple{
	color: #3e1581;
}

table.cot_summary .orange{
	color: #ae6800;
}*/

table.cot_summary.chart_openable tbody tr{
	cursor: pointer;
}

table.cot_summary.chart_openable tbody tr:hover td{
	background-color: #fff1c8 !important;
}

table.cot_summary.chart_openable tr.chart_container{
	display: none;
	cursor: default;
	vertical-align: top;
}

table.cot_summary.chart_openable tr.chart_container.opened{
	display: table-row;
}

table.cot_summary.chart_openable tr.chart_container td,
table.cot_summary.chart_openable tr.chart_container td:hover{
	background: white !important;
	padding: 10px 10px 30px 10px;
	height: calc(100vh - 40px);
	box-sizing: border-box;
	position: relative;
}

table.cot_summary.chart_openable tr.chart_container.loading{
	display: table-row;
}

table.cot_summary.chart_openable tr.chart_container.loading td:after{
	content: 'loading...';
}

table.cot_summary.chart_openable tr.chart_container .chartheader{
	font-size: 14px;
	text-align: left;
}

table.cot_summary.chart_openable tr.chart_container .chartheader .name{
	font-size: 24px;
}

table.cot_summary.chart_openable tr.chart_container .chartheader .category{
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

table.cot_summary.chart_openable tr.chart_container .chartdiv2{
	height: 600px;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
}

/*---------------------------------------------------*/
table.cot_summary2{
	border-collapse: collapse;
	font-size: 13px;
}

table.cot_summary2 td{
	border: 1px solid #888888;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

table.cot_summary2 thead td{
	font-weight: bold;
	padding: 8px 5px;
}

table.cot_summary2 thead td.datatypename{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

table.cot_summary2 tbody td{
	border-bottom-color: silver;
	padding: 8px 5px;
}

table.cot_summary2 tbody td.td1{
	font-weight: bold;
}

table.cot_summary2 tbody tr.sepborder td{
	border-bottom-color: black;
}

table.cot_summary2 tbody tr:last-child td{
	border-bottom-color: black;
}

table.cot_summary2 tbody td.val{
	text-align: right;
	width: 90px;
}

table.cot_summary2 tbody td.percent{
	font-weight: bold;
}

table.cot_summary2 tbody td:nth-of-type(1){
	text-align: left;
}

table.cot_summary2 td.group{
	background-color: #cbcbcb;
	border-left: 10px solid #a0a0a0;
}

table.cot_summary2 td.group.commercials{ background-color: #e9c5c5; border-left-color: #aa1f1f; }

table.cot_summary2 td.group.large_speculators{ background-color: #c9e4c9; border-left-color: #2d982d; }

table.cot_summary2 td.group.small_speculators{ background-color: #c2edf2; border-left-color: #15bbcf; }

table.cot_summary2 td.group.producer_merchant{ background-color: #e9c5c5; border-left-color: #aa1f1f; }

table.cot_summary2 td.group.swap_dealers{ background-color: #f6c3d6; border-left-color: #db1960; }

table.cot_summary2 td.group.managed_money{ background-color: #c9e4c9; border-left-color: #319a31; }

table.cot_summary2 td.group.other_reportables{ background-color: #dae6da; border-left-color: #719d71; }

table.cot_summary2 td.group.dealer{ background-color: #eec2d8; border-left-color: #be1268; }

table.cot_summary2 td.group.asset_manager{ background-color: #c3ebde; border-left-color: #19b27f; }

table.cot_summary2 td.group.leveraged_funds{ background-color: #c3ebe6; border-left-color: #19b29c; }

table.cot_summary2 td.group.index_traders{ background-color: #c3ebe6; border-left-color: #19b29c; }

/*table.cot_summary2 td.bg_red{
	background-color: rgba(192, 0, 53, 0.2);
}

table.cot_summary2 td.bg_blue{
	background-color: rgba(0, 112, 192, 0.2);
}

table.cot_summary2 td.bg_green{
	background-color: rgba(84, 129, 53, 0.2);
}

table.cot_summary2 td.bg_purple{
	background-color: rgba(99, 16, 129, 0.2);
}

table.cot_summary2 td.bg_orange{
	background-color: rgba(214, 86, 39, 0.2);
}*/

/*---------------------------------------------------*/
.tabset{
	margin: 20px 0;
}

.tabset ul.tabs{
	font-size: 14px;
	color: white;
	font-weight: 500;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
}

.tabset ul.tabs li{
	background: #ECECEC;
	text-align: center;
	color: #4D4D4D;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #D9D9D9;
	border-bottom-color: #979797;
	cursor: pointer;
	padding: 15px 20px;
	line-height: 1.2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 5px 5px 0 0;
}

.tabset ul.tabs li:hover{
	text-decoration: underline;
}

.tabset ul.tabs li a{
	color: #4D4D4D;
}

.tabset ul.tabs li.active{
	background-color: white;
	border-color: #979797;
	border-bottom-color: transparent;
	color: black;
	text-decoration: none;
}

.tabset .tabcontent{
	padding-top: 30px;
	border-top: 1px solid #979797;
	margin-top: -1px;
}

.tabset .tabcontent .tabitem{
	display: none;
}

.tabset .tabcontent .tabitem.opened{
	display: block;
}

/*level2*/
.tabset .tabset{
	margin: 0 20px;
}

.tabset .tabset > ul.tabs{
	font-size: 12px;
}

.tabset .tabset ul.tabs li{
	padding: 10px 10px;
}

/*---------------------------------------------------*/
.dataform{
	position: relative;
}

fieldset.dataform{
	border: none;
	padding: 0;
	margin: 0;
}

.dataform .field{
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}

.dataform .field .label{
	font-size: 14px;
	position: relative;
	line-height: 1.3;
	color: #a2a2a2;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.dataform .field.left_aligned .label{
	float: left;
	width: 140px;
	margin: 9px 10px 0 0;
}

.dataform .field .col{
	position: relative;
}

.dataform .field .col .fa{
	position: absolute;
	right: 13px;
	top: 11px;
	color: #636363;
}

.dataform .field.left_aligned .col{
	float: left;
	width: calc(100% - 150px);
}

.dataform .field_left{
	float: left;
	width: 48.5%;
	margin-top: 0;
}

.dataform .field_right{
	float: right;
	width: 48.5%;
	margin-top: 0;
}

/*.dataform .field .col{
	float: left;
	width: 300px;
	max-width: 100%;
}
.dataform .field .col.col2{
	width: 49%;
	text-align: left;
}
.dataform .field .col_full{
	float: none;
	width: auto;
	padding-left: 110px;
}*/

.dataform .field select{
	border: 1px solid #959595;
	border-radius: 4px;
	font-size: 13px;
	padding: 8px 5px 9px 5px;
	color: black;
	width: 100%;
	box-sizing: border-box;
	outline: none;
}

.dataform .field select[disabled]{
	background-color: #a1a1a1;
	cursor: not-allowed;
}

.dataform .field .txtinput{
	border: 1px solid #959595;
	border-radius: 4px;
	outline: none;
	font-size: 13px;
	padding: 9px 10px;
	color: black;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.dataform .field .txtinput[disabled]{
	background-color: #a1a1a1;
	cursor: not-allowed;
}

.dataform .field textarea{
	border: 1px solid #D6D6D6;
	outline: none;
	font-size: 13px;
	padding: 5px;
	color: black;
	width: 100%;
	box-sizing: border-box;
}

.dataform .option_btn{
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0 0 0 28px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dataform .option_btn .text{
	line-height: 1.2;
	margin-top: 3px;
	display: inline-block;
}

.dataform .option_btn .text a{
	text-decoration: underline;
}

.dataform .option_btn .format{
	position: absolute;
	top: 1px;
	left: 0;
	margin: 0;
	display: block;
}

.dataform .option_btn .format:after{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
}

.dataform .option_btn input:disabled + .format{
	background-color: #ededed;
}

.dataform .option_btn input:checked + .format:after{
	opacity: 1 !important;
}

.dataform .option_btn label:hover .format:after{
	opacity: 0.2;
}

.dataform .option_btn label{
	cursor: pointer;
}

.dataform .option_btn input{
	display: none;
}

.dataform .option_btn.checkbox .format{
	background: white;
	width: 18px;
	height: 18px;
	border: 1px solid #979797;
}

.dataform .option_btn.checkbox .format:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	top: 4px;
	left: 3px;
	border: 3px solid #347CB1;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.dataform .option_btn.radio .format{
	background: white;
	width: 18px;
	height: 18px;
	border: 1px solid #979797;
	border-radius: 10px;
}

.dataform .option_btn.radio .format:after{
	background: #347CB1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
}

.dataform .option_btn.fleft{
	float: left;
	margin-right: 20px;
}


.dataform .field.error .input-box,
.dataform .field.error .txtinput,
.dataform .field.error textarea,
.dataform .field.error select{
	border-color: #dc143c !important;
}

.dataform .field .msg{
	display: none;
	color: #dc143c;
	font-size: 13px;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

.dataform .field.error .msg{
	display: block;
}

.dataform .btn_container{
	margin-bottom: 15px;
}

.loader{
	background: url(../images/loader.svg) no-repeat;
	/*position: absolute;
	left: 50%;
	top: 50%;*/
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	width: 60px;
	height: 60px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.loader.show{
	visibility: visible;
	opacity: 1;
}

.dataform.ondatasend .loader{
	visibility: visible;
	opacity: 1;
}


.dataform.type2 .field{
	margin-top: 0;
}

.dataform.type2 .field .txtinput{
	border-radius: 0;
	font-size: 14px;
	padding: 12px 10px;
	font-style: italic;
	width: 258px;
}

.dataform.type2 select{
	background-color: transparent;
	font-size: 14px;
	color: #C0C0C0;
	padding: 5px 10px;
	max-width: 280px;
	border-radius: 5px;
	margin-right: 10px;
}

.dataform.type2 select option{
	background-color: #1E1D1D;
}

.dataform.type2 .searchinput{
	background-color: transparent;
	border: 1px solid #959595;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	box-sizing: border-box;
	color: #C0C0C0;
	border-radius: 5px;
}

.dataform.type2 .searchinput .txtinput{
	background-color: transparent;
	border: none;
	width: calc(100% - 42px);
	color: #C0C0C0;
	padding: 5px 10px;
	font-style: normal;
}

.dataform.type2 .searchinput .ico{
	border-right: 1px solid #959595;
	height: 29px;
	line-height: 29px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
}

/*---------------------------------------------------*/
.main_header{
	background: #15425F;
	background: radial-gradient(circle at center top, #14536e 0%, #0C2536 100%);
	background-size: 100% 540px;
	color: white;
	box-sizing: border-box;
	min-height: 63px;
	width: 100%;
	z-index: 5;
	position: relative;
	/*overflow: hidden;*/
}

.main_header.nobg{
	background: none;
}

.main_header .main_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 63px;
}

.main_header .menu_opener{
	display: none;
}

.main_header a{
	color: white;
}

.main_header .logo{
	background: url("../images/logo.svg") no-repeat;
	display: block;
	flex-shrink: 0;
	width: 158px;
	height: 32px;
	font-size: 22px;
	color: white;
	font-weight: normal;
	float: left;
	letter-spacing: -1px;
	position: relative;
	text-indent: -10000px;
	margin-right: 50px;
}

.main_header .logo:active{
	top: 1px;
	left: 1px;
}

.main_header .logo a{
	color: white;
	display: block;
	height: 100%;
}

.main_header .menu_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
}

.main_header .menu_container .heading{
	display: none;
}

.main_header nav.menu1{
	text-transform: uppercase;
	font-size: 15px;
}

.main_header nav.menu1 ul{
	display: flex;
	flex-wrap: wrap;
}

.main_header nav.menu1 ul li{
	margin-right: 30px;
}

.main_header nav.menu1 ul li a{
	font-weight: bold;
	display: block;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.2s ease;
	position: relative;
}

.main_header nav.menu1 ul li a:hover{
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}

.main_header nav.menu1 ul li.active a{
	background-color: #080808;
}

.main_header nav.menu1 ul li a .new{
	background-color: #A01414;
	color: white;
	display: inline-block;
	padding: 2px;
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 46px;
	margin-left: -23px;
	text-align: center;
	line-height: 1;
	z-index: 4;
	font-size: 12px;
	box-sizing: border-box;
}

.main_header nav.menu2{
	font-size: 14px;
}

.main_header nav.menu2 ul{
	overflow: hidden;
	text-align: right;
}

.main_header nav.menu2 ul li{
	display: inline-block;
	border-left: 2px solid #8AA0AF;
}

.main_header nav.menu2 ul li:first-child{
	border-left: none;
}

.main_header nav.menu2 ul li a{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.main_header nav.menu2 ul li a:hover{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.billboard{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/main_image.jpg") no-repeat;
	background-size: cover;
}

.billboard .main_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 610px;
}

.billboard .text{
	color: white;
	line-height: 1.7;
	font-size: 16px;
	font-weight: bold;
	padding-left: 100px;
	padding-right: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.billboard .text .header1{
	font-size: 48px;
	font-weight: 800;
	display: block;
	margin-bottom: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.billboard .text .header2{
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 23px;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.billboard .text p{
	margin-bottom: 30px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.billboard .pricebox{
	background: white;
	width: 340px;
	margin-right: 100px;
	box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	flex-shrink: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.billboard .pricebox .header{
	background-color: #1c71b9;
	font-size: 27px;
	color: white;
	font-weight: 800;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	position: relative;
}

.billboard .pricebox .header:before{
	background-color: #1c71b9;
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -16px;
	content: '';
}

.billboard .pricebox .header:after{
	background-color: #1c71b9;
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -16px;
	content: '';
}

.billboard .pricebox .header .tr1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #152c58 transparent transparent;
	position: absolute;
	bottom: -16px;
	left: -16px;
}

.billboard .pricebox .header .tr2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #152c58 transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	right: -16px;
}

.billboard .pricebox .header .t1{
	display: block;
	font-size: 36px;
	margin-bottom: 5px;
}

.billboard .pricebox .content{
	text-align: center;
	padding: 25px 10px;
}

.billboard .pricebox .content .t1{
	font-size: 34px;
	color: #234771;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.billboard .pricebox .content .price{
	color: #49b013;
	font-size: 40px;
	font-weight: 800;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.billboard .pricebox .content .price .big{

}

.billboard .pricebox .content .price .big span{
	vertical-align: middle;
}

.billboard .pricebox .content .price .big .cur{
	font-size: 120px;
}

.billboard .pricebox .content .price .big .val{
	font-size: 150px;
}

.billboard .pricebox .content .price small{
	font-size: 50px;
	vertical-align: top;
	position: relative;
	top: 17px;
	text-decoration: underline;
}

.billboard .pricebox .content .price .mo{
	position: absolute;
	bottom: 24px;
	right: -4px;
}

.billboard .pricebox .content .info{
	display: block;
	margin-top: 10px;
	color: #666666;
	font-size: 16px;
}

.billboard .pricebox .bottom{
	background-color: #ebebeb;
	text-align: center;
	padding: 15px;
}

.billboard .pricebox .button{
	background-color: #1c71b9;
	font-size: 25px;
	font-weight: bold;
	color: white;
	border-radius: 10px;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
	display: block;
	transition: all 0.2s ease-out;
}

.billboard .pricebox .button:hover{
	background-color: #1c5098;
}

/*---------------------------------------------------*/
.billboard2{
	margin-bottom: 25px;
	margin-top: -63px;
}

.billboard2 .scroll_area{
	overflow: hidden;
}

.billboard2 ul.items{
	display: flex;
	user-select: none;
}

.billboard2 ul.items > li{
	flex: 0 0 100%;
	overflow: hidden;
}

.billboard2 ul.items > li .box{
	background: #16425F;
	background-image: linear-gradient(180deg, #16425F 0%, #091F2D 49.77%, #050D13 100%);
	height: 540px;
	margin-bottom: 120px;
	padding-top: 90px;
	box-sizing: border-box;
	position: relative;
}

.billboard2 ul.items > li .box .container{
	padding-left: 10%;
	width: 580px;
	position: relative;
	z-index: 3;
}

.billboard2 ul.items > li .box .panel1{
	display: flex;
	align-items: flex-end;
}

.billboard2 ul.items > li .box .panel1 .logo{
	display: block;
	margin-right: 35px;
	max-width: 100%;
	height: 155px;
}

.billboard2 ul.items > li .box .panel1 .logo2{
	display: block;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.billboard2 ul.items > li .new{
	background-color: #A01414;
	color: white;
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	overflow: hidden;
	display: inline-block;
	padding: 4px 12px;
	width: 55px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	z-index: 4;
	box-sizing: border-box;
	margin-left: 10px;
}

.billboard2 ul.items > li .box .panel1 .logo2:last-child{
	margin-bottom: 0;
}

.billboard2 ul.items > li .box .panel1 .t1{
	font-size: 116px;
	font-weight: 800;
	vertical-align: middle;
	color: white;
}

.billboard2 ul.items > li .box .panel1 .flag{
	background-color: #0D75A6;
	color: white;
	width: 246px;
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 22px;
	margin-top: 10px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, calc(100% - 40px) 100%, 100% 100%, 0 100%, 0 0);
	box-sizing: border-box;
}

.billboard2 ul.items > li .box .panel1 .flag img{
	margin-bottom: 5px;
}

.billboard2 ul.items > li .box .panel2{
	padding: 20px 0;
	color: white;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
}

.billboard2 ul.items > li .box .panel2 .big{
	font-size: 60px;
	display: block;
}

.billboard2 ul.items > li .box img.boximg{
	position: absolute;
	right: 100px;
	bottom: -110px;
	z-index: 2;
	height: 500px;
}

.billboard2 ul.items > li .box ul.product_selector{
	position: absolute;
	right: 35px;
	top: 50%;
	z-index: 3;
	margin-top: -100px;
}

.billboard2 ul.items > li .box ul.product_selector li{
	margin-bottom: 30px;
	cursor: pointer;
	opacity: 0.42;
}

.billboard2 ul.items > li .box ul.product_selector li.active{
	opacity: 1;
}

.billboard2 ul.items > li .box ul.product_selector li img{
	height: 40px;
}

.billboard2 ul.items > li .box ul.product_selector li:nth-child(1) img{
	height: 55px;
}

.billboard2 ul.items > li .box .buy_panel{
	display: flex;
	align-items: center;
}

.billboard2 ul.items > li .box .button{
	background-color: #50A5DE;
	height: 58px;
	width: 200px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 26px;
	font-weight: bold;
	transition: all ease-in-out 0.2s;
}

.billboard2 ul.items > li .box .buy_panel:hover .button{
	background-color: #306283;
	height: 96px;
}

.billboard2 ul.items > li .pricebox{
	display: flex;
	align-items: center;
	position: relative;
}

.billboard2 ul.items > li a.pricebox{
	cursor: pointer;
}

.billboard2 ul.items > li .pricebox .col1{
	background-color: #191919;
	width: 150px;
	height: 96px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}

.billboard2 ul.items > li .pricebox .col1 .price_original{
	font-size: 36px;
	font-weight: bold;
	position: relative;
}

.billboard2 ul.items > li .pricebox .col1 .price_original:after{
	background-color: #D51C1C;
	height: 5px;
	width: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.billboard2 ul.items > li .pricebox .col2{
	background-color: #FED149;
	clip-path: polygon(50px 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
	width: 252px;
	height: 96px;
	color: #191919;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	box-sizing: border-box;
	margin-left: -50px;
	transition: all 0.2s ease-in-out;
}

.billboard2 ul.items > li .box .buy_panel:hover .col2{
	background-color: #FEA149;
}

.billboard2 ul.items > li .pricebox .col2 .line1{
	display: block;
	font-size: 57px;
	font-weight: 900;
}

.billboard2 ul.items > li .pricebox .col2 .line1 strong{
	font-weight: 900;
}

.billboard2 ul.items > li .pricebox .col2 .line2{
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 34px;
}


.billboard2 ul.items > li .pricebox .notice{
	position: absolute;
	bottom: -24px;
	right: 58px;
	color: white;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.94px;
}

.billboard2 ul.items > li .box .price{
	background-color: #E93131;
	height: 95px;
	width: 281px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 72px;
	font-weight: 800;
	position: relative;
}

.billboard2 ul.items > li .box .price .small{
	font-size: 24px;
	align-self: flex-start;
	margin: 10px 10px 0 0;
}

.billboard2 ul.items > li ul.features{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	color: #737373;
}

.billboard2 ul.items > li ul.features > li{
	flex: 0 0 30%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
}

.billboard2 ul.items > li ul.features > li .img{
	margin-bottom: 10px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.billboard2 ul.items > li ul.features > li .img img{
	max-width: 100%;
}

.billboard2 ul.items > li ul.features > li .header{
	font-weight: bold;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.billboard2 ul.items > li.item_icot .box{
	background: #333333;
	/*background: radial-gradient(circle at center top, #3e3e3e 0%, #101010 100%);*/
	background-image: linear-gradient(180deg, #333333 0%, #171717 49.77%, #000000 100%);
	color: white;
}

.billboard2 ul.items > li.item_icot .box .panel1{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.billboard2 ul.items > li.item_icot .box .panel1 .t1{
	font-size: 135px;
	color: white;
	text-transform: none;
	font-weight: 800;
}

.billboard2 ul.items > li.item_icot .box .panel1 .t2{
	font-size: 37px;
	font-weight: bold;
}

.billboard2 ul.items > li.item_icot .box .panel1 .flag{
	background-color: #E93131;
	color: white;
	width: 290px;
	height: 141px;
	font-size: 90px;
	padding-left: 30px;
}

.billboard2 ul.items > li.item_icot .box .panel2{
	color: white;
	text-shadow: none;
	line-height: 1.5;
	border-color: white;
	padding: 35px 0;
}

.billboard2 ul.items > li.item_icot .box .panel2{
	font-size: 24px;
}

.billboard2 ul.items > li.item_icot .box .panel2 .big{
	font-size: 32px;
}


.billboard2 ul.items > li.item_premium .box{
	background: #2A84BF;
	/*background: radial-gradient(circle at center top, #277DB9 0%, #0C202D 100%);*/

	background-image: linear-gradient(180deg, #2A84BF 0%, #21608A 49.77%, #10293B 100%);
}

.billboard2 ul.items > li.item_premium .box .panel1 .logo{
	height: 40px;
}


/*.billboard2 ul.items > li.item_premium .box .panel1{
	margin-bottom: 25px;
}*/

.billboard2 ul.items > li.item_premium .box .panel1 .t1{
	font-size: 120px;
	margin-top: -30px;
	display: inline;
}

.billboard2 ul.items > li.item_premium .box .panel2{
	font-size: 24px;
	padding-top: 10px;
}

.billboard2 ul.items > li.item_premium .box .panel2 .big{
	font-size: 42px;
}

.billboard2 ul.items > li.item_premium .box .panel2 .t3{
	font-size: 34px;
}

.billboard2 ul.items > li.item_premium .box img.boximg{
	height: 674px;
	right: 203px;
	bottom: -184px;
}

.billboard2 ul.items > li.item_premium .pricebox .col2{
	width: 280px;
}

.billboard2 ul.items > li.item_premium .pricebox .col2 .line2{
	padding-left: 103px;
}

.billboard2 ul.items > li.item_icot.special{

}

.billboard2 ul.items > li.item_icot.special .speclogo{
	position: absolute;
	right: 30px;
	top: 30px;
}


.billboard2 ul.items > li.item_icot.special .offer{
	background-color: #333333;
	color: white;
	width: 820px;
	max-width: 100%;
	margin: 150px auto;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	padding: 50px 30px 20px 30px;
	line-height: 1.3;
	position: relative;
	box-sizing: border-box;
}

.billboard2 ul.items > li.item_icot.special .offer .limited{
	background-color: #E93131;
	font-size: 53px;
	font-weight: bold;
	height: 95px;
	width: 680px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.billboard2 ul.items > li.item_icot.special .offer .buy_panel{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px auto 0 auto;
	font-size: 33px;
}

.billboard2 ul.items > li.item_icot.special .offer .buy_panel a.button{
	background-color: #50A5DE;
	height: 58px;
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 33px;
	font-weight: bold;
	transition: all ease-in-out 0.2s;
	margin-right: 25px;
}

.billboard2 ul.items > li.item_icot.special .offer .buy_panel a.button:hover{
	background-color: #2A79AE;
}

.billboard2 ul.items > li.item_icot.special .offer .buy_panel div{
	text-align: left;
}

.billboard2 ul.items > li.item_icot.special .offer .buy_panel .price{
	display: block;
	font-size: 72px;
}

.billboard2 ul.items > li.item_aftersignal{

}

.billboard2 ul.items > li.item_aftersignal .box{
	background: #040303 no-repeat center;
	background-size: cover;
	background-image: url("../images/big_bg_overlay.png"), radial-gradient(circle, rgba(17, 138, 68, 0.38) 29%, rgba(255, 255, 255, 0) 100%);
}

.billboard2 ul.items > li.item_aftersignal .box .container{
	width: auto;
	display: flex;
	justify-content: center;
}

.billboard2 ul.items > li.item_aftersignal .box img.boximg{
	right: auto;
	left: 0;
	bottom: auto;
	top: 25px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1{
	width: 474px;
	display: block;
	padding-left: 135px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .with{
	font-size: 22px;
	font-weight: 900;
	position: relative;
	bottom: -30px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 p{
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-top: -20px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .buttons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .buttons .button{
	position: static;
	height: 48px;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
	flex: 0 0 auto;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .buttons .button.buy{
	background-color: #1CB759;
	margin-right: 25px;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .buttons .button.buy:hover{
	background-color: #1c8c46;
}

.billboard2 ul.items > li.item_aftersignal .box .panel1 .buttons .button.features{
	background-color: transparent;
	border: 1px solid white;
}

/*---------------------------------------------------*/
.features_panel{
	background-color: #284d8f;
	color: white;
}

.features_panel .main_wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}

.features_panel .header{
	background: white;
	display: inline-block;
	color: #284D8F;
	font-size: 30px;
	font-weight: 800;
	padding: 12px 20px;
	text-transform: uppercase;
	position: absolute;
	top: -30px;
	width: 360px;
	box-sizing: border-box;
	max-width: 100%;
}

.features_panel .sliderpanel{
	font-size: 16px;
	line-height: 1.9;
	padding: 50px 150px;
	position: relative;
	transition: all 0.3s ease;
}

.features_panel .sliderpanel ul.pager{
	text-align: center;
	margin-top: 10px;
}

.features_panel .sliderpanel ul.pager li{
	width: 18px;
	height: 18px;
	border-radius: 10px;
	border: 1px solid white;
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.features_panel .sliderpanel ul.pager li.active:after{
	background-color: white;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 6px;
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
}

.features_panel .sliderpanel .ctrl{
	font-size: 38px;
	color: rgba(255, 255, 255, 0.5);
}

.features_panel .sliderpanel .ctrl i{
	position: absolute;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
}

.features_panel .sliderpanel .ctrl i.left{
	left: 0;
}

.features_panel .sliderpanel .ctrl i.right{
	right: 0;
}

.features_panel ul.items{
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.features_panel ul.items li{
	overflow: hidden;
	flex: 0 0 100%;
	margin-right: 100px;
}

.features_panel ul.items .item_header{
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 34px;
	line-height: 1.2;
}

.features_panel ul.items li.main .item_header{
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

.features_panel ul.items p{
	margin-bottom: 10px;
}

.features_panel ul.items .button2{
	margin-top: 30px;
}

.features_panel ul.items .left_section{
	float: left;
	width: 550px;
	max-width: calc(100% - 510px);
}

.features_panel ul.items .right_section{
	float: right;
	width: 500px;
	max-width: 100%;
	text-align: right;
}

.features_panel ul.items li.layaout2 .left_section{
	max-width: calc(100% - 810px);
}

.features_panel ul.items li.layaout2 .right_section{
	width: 800px;
}

.features_panel ul.items .right_section img{
	max-width: 100%;
}

.features_panel ul.items ul{
	column-count: 2;
	column-gap: 40px;
	line-height: 1.7;
	margin-top: 60px;
}

.features_panel ul.items ul li{
	margin: 0;
	position: relative;
	padding-left: 15px;
}

.features_panel ul.items ul li:before{
	background: white;
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 11px;
}

/*---------------------------------------------------*/
.features_page{

}

.features_page .top_panel{
	background-color: #284D8F;
	color: white;
	padding: 30px 0;
	line-height: 1.3;
	font-size: 16px;
}

.features_page .top_panel .panel_container{
	display: flex;
	justify-content: space-between;
	padding: 0 170px;
	transition: all 0.3s linear;
}

.features_page .top_panel .panel_container .section_left{
	padding-right: 60px;
}

.features_page .top_panel .panel_container .section_right{
	flex: 0 0 386px;
	text-align: right;
}

.features_page .top_panel .panel_container .section_right img{
	max-width: 100%;
}

.features_page .top_panel .panel_container .section_right em{
	font-size: 19px;
}

.features_page .top_panel h2{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-left: 170px;
	transition: all 0.2s linear;
}


.features_page .top_panel h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.features_page .top_panel p{
	line-height: 1.8;
}

.features_page .top_panel ul{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

.features_page .top_panel ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.features_page .top_panel ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 22px;
	color: #51c05e;
	position: absolute;
	left: 0;
	top: -3px;
}

.features_page .top_panel .button2{
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}

.features_page .top_panel .button2 .price{
	text-transform: none;
}

.features_page .items{
	font-size: 17px;
	line-height: 1.8;
	color: black;
}


.features_page .items section{
	padding: 40px 0;
}

.features_page .items section .padding{
	padding: 0 170px;
	transition: all 0.3s linear;
}

.features_page .items section:nth-of-type(even){
	background-color: #f5f5f5;
}

.features_page .items section .header{
	background: #284d8f;
	color: white;
	display: block;
	padding: 14px 20px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.features_page .items section h4{
	font-size: 32px;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.features_page .items section p{
	margin: 15px 0 25px 0;
}

.features_page .items section p a{
	text-decoration: underline;
}

.features_page .items section .flag{
	background-color: #e23535;
	color: white;
	font-weight: bold;
	font-size: 23px;
	margin-left: 10px;
	padding: 0 40px 0 20px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.features_page .items section .flag:after{
	background-color: white;
	content: '';
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
}

.features_page .items section:nth-of-type(even) .flag:after{
	background-color: #f5f5f5;
}

.features_page .items section .flag.blue{
	background-color: #284d8f;
}

.features_page .items section .flag.small{
	font-size: 13px;
}

.features_page .items section .flag.green{
	background-color: #6AA84F;
}

.features_page .items section .row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.features_page .items section .row .col.img{
	flex: 0 0 370px;
}

.features_page .items section:nth-of-type(even) .row .col.img{
	order: -1;
}

.features_page .items section .row .col{
	flex: 0 0 calc(100% - 450px);
}

.features_page .items section .row .col.img img{
	max-width: 100%;
}

/*---------------------------------------------------*/
.features_page2{

}

.features_page2 .features_menu{
	padding: 10px 0 20px 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.features_page2 .features_menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.features_page2 .features_menu ul li{
	padding: 0 20px;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.features_page2 .features_menu ul li:last-child{
	border-right: 0;
}

.features_page2 .features_menu ul li .new{
	background-color: #E93131;
	color: white;
	display: inline-block;
	padding: 5px;
	position: absolute;
	left: 50%;
	bottom: -28px;
	width: 40px;
	margin-left: -20px;
	text-align: center;
	line-height: 1;
	z-index: 4;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.features_page2 .features_menu ul li.premium a{
	padding: 0;
}

.features_page2 .features_menu ul li a{
	display: block;
	padding: 0 20px;
}

.features_page2 .features_menu ul li .img{
	background: no-repeat center;
	background-size: contain;
	width: 195px;
	height: 69px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	opacity: 0.45;
}

.features_page2 .features_menu ul li.active .img,
.features_page2 .features_menu ul li:hover .img{
	opacity: 1;
}

.features_page2 .features_menu ul li.premium .img{
	background-image: url("../images/premium_logo.svg");
}

.features_page2 .features_menu ul li.premium:hover .img{
	background-image: url("../images/premium_logo_hover.svg");
}

.features_page2 .features_menu ul li.pro .img{
	background-image: url("../images/pro_logo.svg");
}

.features_page2 .features_menu ul li.pro:hover .img{
	background-image: url("../images/pro_logo_hover.svg");
}

.features_page2 .features_menu ul li.icot .img{
	background-image: url("../images/icot_logo.svg");
	width: 180px;
	height: 96px;
	position: relative;
	bottom: -10px;
}

.features_page2 .features_menu ul li.icot:hover .img{
	background-image: url("../images/icot_logo_hover.svg");
}

.features_page2 .features_menu ul li.aftersignal .img{
	background-image: url("../images/icot_aftersignal_white.svg");
	width: 170px;
	height: 87px;
	position: relative;
	bottom: -6px;
}

.features_page2 .features_menu ul li.aftersignal:hover .img{
	background-image: url("../images/icot_aftersignal_hover.svg");
}

.features_page2 .top_panel{
	background: #030A0E;
	background: radial-gradient(circle at center top, #14405C 0%, #030A0E 100%);
	height: 540px;
	margin-top: -63px;
	padding-top: 63px;
	color: white;
	box-sizing: border-box;
}

.features_page2 .banner{
	font-size: 19px;
	font-weight: bold;
	box-sizing: border-box;
}

.features_page2 .banner .main_wrapper{
	position: relative;
	width: 1200px;
}

.features_page2 .banner .container{
	width: 580px;
	max-width: 100%;
	position: relative;
	z-index: 3;
}

.features_page2 .banner .panel1{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.features_page2 .banner .panel1 .new{
	background-color: #A01414;
	color: white;
	display: inline-block;
	padding: 2px;
	width: 46px;
	text-align: center;
	line-height: 1;
	z-index: 4;
	font-size: 12px;
	box-sizing: border-box;
	margin: 0 0 0 5px;
}

.features_page2 .banner .panel1 .logo{
	display: block;
	margin-right: 35px;
	max-width: 100%;
	height: 140px;
}

.features_page2 .banner .panel1 .right{
	font-weight: normal;
	font-size: 16px;
}


.features_page2 .banner .panel1 .flag{
	background-color: #0D75A6;
	color: white;
	width: 246px;
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 22px;
	margin-top: 10px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, calc(100% - 30px) 100%, 0 100%, 0 0);
	box-sizing: border-box;
}

.features_page2 .banner .panel1 .flag img{
	margin-bottom: 5px;
}

.features_page2 .banner .panel2{
	padding: 20px 0;
	color: white;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
}

.features_page2 .banner .panel2 .big{
	font-size: 60px;
	display: block;
}

.features_page2 .banner .boximg{

}

.features_page2 .banner img.boximg{
	position: absolute;
	right: 0;
	bottom: -180px;
	z-index: 2;
	height: 464px;
}

/*icot*/
.features_page2 .top_panel.icot{
	background: #333333;
	background-image: linear-gradient(180deg, #333333 0%, #171717 49.77%, #000000 100%);
}

.features_page2 .top_panel.icot .banner .panel1 .logo2{
	display: block;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.features_page2 .top_panel.icot .banner .panel1 .logo2:last-child{
	margin-bottom: 0;
}

.features_page2 .top_panel.icot .banner .panel2{
	font-size: 24px;
}

.features_page2 .top_panel.icot .banner .panel2 .big{
	font-size: 32px;
}


/*aftersignal*/
.features_page2 .top_panel.aftersignal{
	background: #040303 no-repeat center;
	background-size: cover;
	background-image: url("../images/big_bg_overlay.png"), radial-gradient(circle, rgba(17, 138, 68, 0.38) 29%, rgba(255, 255, 255, 0) 100%);
}

.features_page2 .top_panel.aftersignal .container{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	padding-right: 20px;
}

.features_page2 .top_panel.aftersignal .container > div{
	min-width: 0;
}

.features_page2 .top_panel.aftersignal .container img.boximg{
	position: absolute;
	left: 74px;
	bottom: -65px;
	z-index: 2;
	height: 414px;
}

.features_page2 .top_panel.aftersignal .banner .panel1{
	align-items: center;
}

.features_page2 .top_panel.aftersignal .banner .panel1 .now{
	font-size: 30px;
	font-weight: normal;
}

.features_page2 .top_panel.aftersignal .banner .panel1 .new{
	background-color: #A01414;
	color: white;
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	overflow: hidden;
	display: inline-block;
	padding: 4px 12px;
	width: 101px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	z-index: 4;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: -12px;
	text-transform: uppercase;
	vertical-align: middle;
}

.features_page2 .banner .panel1 .logo{
	height: auto;
	margin-top: 20px;
}

.features_page2 .top_panel.aftersignal .banner .panel1 .compatible .title{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.features_page2 .top_panel.aftersignal .banner .panel1 .logo2{
	display: block;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.features_page2 .top_panel.aftersignal .banner .panel1 .logo2:last-child{
	margin-bottom: 0;
}

.features_page2 .top_panel.aftersignal .banner .panel2{
	font-size: 24px;
}

.features_page2 .top_panel.aftersignal .banner .panel2 .big{
	font-size: 32px;
}

.features_page2 .top_panel.aftersignal .banner .buttons{
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.features_page2 .top_panel.aftersignal .banner .buttons .button{
	position: static;
}

.features_page2 .top_panel.aftersignal .banner .buttons .button.buy{
	background-color: #1CB759;
	margin-right: 25px;
}

.features_page2 .top_panel.aftersignal .banner .buttons .button.buy:hover{
	background-color: #1c8c46;
}

.features_page2 .top_panel.aftersignal .banner .buttons .button.features{
	background-color: transparent;
	border: 1px solid white;
}

.features_page2 .info_panel{
	background-color: #1E1D1D;
	padding-top: 100px;
	padding-bottom: 20px;
	color: #FEFEFE;
	font-size: 16px;
	line-height: 1.4;
}

.features_page2 .info_panel .main_wrapper{
	width: 1200px;
}

.features_page2 .info_panel .header{
	font-size: 34px;
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}

.features_page2 .info_panel p{
	margin: 20px 0;
}

.features_page2 .info_panel img{
	max-width: 100%;
}

/*premium*/
.features_page2 .top_panel.premium{
	background: #2A84BF;
	background-image: linear-gradient(180deg, #2A84BF 0%, #21608A 49.77%, #10293B 100%);
	height: auto;
	padding-bottom: 20px;
}

.features_page2 .top_panel.premium .banner .panel1 .logo{
	height: 40px;
}

.features_page2 .top_panel.premium .banner .panel1 .t1{
	font-size: 120px;
	margin-top: -30px;
}

.features_page2 .top_panel.premium .banner .panel2{
	font-size: 19px;
	line-height: 1.3;
	text-transform: none;
	padding-top: 0;
}

.features_page2 .top_panel.premium .banner img.boximg{
	bottom: -50px;
	height: 580px;
}

/*
.features_page2 .banner .panel1{
	border-bottom: 1px solid #212121;
	padding-bottom: 20px;
}

.features_page2 .banner .panel1 .logo{
	display: block;
}

.features_page2 .banner .panel1 .t1{
	font-size: 116px;
	font-weight: 800;
	vertical-align: middle;
	color: #262626;
}

.features_page2 .banner .panel2{
	padding: 20px 0;
	font-size: 19px;
	line-height: 1.3;
}*/

.features_page2 .banner ul.features{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.features_page2 .banner ul.features li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.features_page2 .banner ul.features li:last-child{
	margin-bottom: 0;
}

.features_page2 .banner ul.features li:before{
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 22px;
	color: #84AE57;
	position: absolute;
	left: 0;
	top: -5px;
}


/*
.features_page2 .banner.premium{
	background: linear-gradient(90deg, #e4f7ff 0%, #8bbbc7 100%);
}

.features_page2 .banner.pro{
	background: linear-gradient(142.96deg, #F0EDED 0%, #8B8B8B 100%);
	height: auto;
	min-height: 475px;
}

.features_page2 .banner.pro .panel1 .t1{
	font-size: 125px;
}

.features_page2 .banner.pro .panel1 .flag{
	background-color: #16425F;
	color: white;
	width: 280px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 46px;
	font-weight: 800;
	padding-left: 30px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, calc(100% - 55px) 50%, 100% 100%, 0 100%, 0 0);
	margin: 0 10px;
}

.features_page2 .banner.pro .panel2{
	font-size: 30px;
	font-weight: bold;
	color: #284D8F;
	line-height: 1.1;
}

.features_page2 .banner.pro .panel3{
	font-size: 18px;
	color: #65595F;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 50px;
}

.features_page2 .banner.pro img.boximg{
	right: 0;
}

.features_page2 .banner.icot{
	background-color: #333333;
	color: white;
	height: 473px;
}

.features_page2 .banner.icot .panel1{
	border-color: white;
}

.features_page2 .banner.icot .panel1 .t1{
	font-size: 130px;
	color: white;
}

.features_page2 .banner.icot .panel1 .flag{
	background-color: #E93131;
	color: white;
	width: 260px;
	height: 141px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 90px;
	font-weight: 800;
	padding-left: 20px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, calc(100% - 55px) 50%, 100% 100%, 0 100%, 0 0);
	margin: 0 10px;
	margin-left: 20px;
}

.features_page2 .banner.icot .panel1 .name2{
	text-transform: uppercase;
	font-size: 18px;
}

.features_page2 .banner.icot .panel1 .name2 .t2{
	font-size: 38px;
}

.features_page2 .banner.icot .panel2{
	color: white;
	text-shadow: none;
	line-height: 1.5;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
}

.features_page2 .banner.icot .panel2 .big{
	font-size: 37px;
	display: block;
}

.features_page2 .banner.icot img.boximg{
	right: 0;
	bottom: -230px;
}*/
.features_page2 .special_deal_container{
	position: relative;
	margin-bottom: 50px;
	height: 130px;
}

.features_page2 .special_deal{
	background: #FED149;
	clip-path: polygon(100% 0, calc(100% - 50px) 100%, 0 100%, 0 0);
	width: 590px;
	/*max-width: 100%;*/
	height: 130px;
	box-sizing: border-box;
	padding: 20px 25px;
	z-index: 1;
	color: black;
	display: flex;
	align-items: center;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

.features_page2 .special_deal .bigtext{
	background: no-repeat right center;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 76' xmlns='http://www.w3.org/2000/svg' xmlns:bx='https://boxy-svg.com'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M 169.288 179.693 L 179.633 197.612 L 158.942 197.612 L 169.288 179.693 Z' style='fill: rgb(216, 216, 216);' transform='matrix(0, 0, -4.241306606263944, 0, 919.3606065151888, 157.286376953125)' bx:shape='triangle 158.942 179.693 20.691 17.919 0.5 0 1@4f2b257e'%3E%3C/path%3E%3Cpath d='M 109.508 19.093 L 147.508 35.093 L 71.508 35.093 L 109.508 19.093 Z' style='' transform='matrix(0, 1, -1, 0, 35.092999, -71.508003)' bx:shape='triangle 71.508 19.093 76 16 0.5 0 1@d65b84ca' bx:origin='-2.035723 8.901881'%3E%3C/path%3E%3C/svg%3E");
	background-size: 16px 76px;
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	padding-right: 50px;
	margin-right: 35px;
}

.features_page2 .special_deal .bigtext .t2{
	font-size: 28px;
}

.features_page2 .special_deal .bigtext .t3{
	font-size: 46px;
}

.features_page2 .special_deal .right{
	margin-bottom: 30px;
}

.features_page2 .special_deal .price_info{
	display: flex;
	align-items: center;
}

.features_page2 .special_deal .price_info .only{
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
	margin-right: 5px;
}

.features_page2 .special_deal .price_info .only strong{
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.features_page2 .special_deal .price_info .price{
	font-size: 27px;
	font-weight: bold;
}

.features_page2 .special_deal .price_info .price strong{
	font-size: 53px;
	font-weight: 800;
}

.features_page2 .special_deal .platform{
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

.features_page2 .button{
	background-color: #50A5DE;
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 248px;
	max-width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: white;
	transition: all 0.3s ease;
	position: relative;
	text-transform: uppercase;
	box-sizing: border-box;
	position: absolute;
	left: 208px;
	bottom: -12px;
	z-index: 2;
}

.features_page2 .button:hover{
	background-color: #4c669b;
}

.features_page2 .columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.features_page2 .columns > div{
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding-bottom: 50px;
	color: #FEFEFE;
}

.features_page2 .columns > div .wrapper{
	width: 750px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
}


.features_page2 .columns > div.col1 .wrapper{
	float: right;
	padding-left: 170px;
}


.features_page2 .columns > div.col2{
	background-color: #D8D8D8;
	color: black;
	padding-top: 200px;
	position: relative;
}

.features_page2 .columns > div.col2 .wrapper{
	width: 580px;
}

.features_page2 .columns > div.col2 h2{
	padding-left: 0;
}

.features_page2 ul.featureslist{
	line-height: 1.5;
}

.features_page2 ul.featureslist > li{
	margin-bottom: 40px;
}

.features_page2 ul.featureslist > li .header{
	font-size: 37px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 15px;
}

.features_page2 ul.featureslist > li p{
	font-size: 16px;
}

.features_page2 ul.featureslist > li ul li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 10px;
}

.features_page2 ul.featureslist > li ul li:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

.features_page2 h2{
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
	font-size: 47px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.features_page2 .items{
	font-size: 17px;
	line-height: 1.8;
}


.features_page2 .items section{
	padding: 40px 0;
}

.features_page2 .items section .padding{
	padding: 0 170px;
	transition: all 0.3s linear;
}

.features_page2 .items section:nth-of-type(even){
	background-color: #D8D8D8;
	color: black;
}

/*.features_page2 .items section .header{
	color: #212210;
	display: block;
	margin-bottom: 25px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.features_page2 .items section .header:before{
	background-color: #0C2754;
	height: 44px;
	width: 160px;
	content: '';
	position: absolute;
	left: -171px;
	top: 7px;
}*/

/*.features_page2 .items section h4{
	font-size: 37px;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #343700;
}*/

.features_page2 .items section h4{
	font-size: 37px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 15px;
}

.features_page2 .items section p{
	margin: 15px 0 40px 0;
}

.features_page2 .items section p a{
	text-decoration: underline;
}

.features_page2 .items section .flag{
	background-color: #e23535;
	clip-path: polygon(100% 0, calc(100% - 20px) 100%, 0 100%, 0 0);
	color: white;
	font-weight: bold;
	font-size: 23px;
	margin-left: 10px;
	padding: 0 40px 0 20px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/*
.features_page2 .items section .flag:after{
	background-color: white;
	content: '';
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
}

.features_page2 .items section:nth-of-type(even) .flag:after{
	background-color: #f5f5f5;
}*/

.features_page2 .items section .flag.blue{
	background-color: #295295;
}

.features_page2 .items section .flag.small{
	font-size: 14px;
}

.features_page2 .items section .flag.green{
	background-color: #6AA84F;
}

.features_page2 .items section .row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.features_page2 .items section .row .col.img{
	flex: 0 0 370px;
}

.features_page2 .items section:nth-of-type(even) .row .col.img{
	order: -1;
}

.features_page2 .items section .row .col{
	flex: 0 0 calc(100% - 450px);
}

.features_page2 .items section .row .col.img img{
	max-width: 100%;
}

.features_page2 .charts{
	margin-bottom: 50px;
}

.features_page2 .charts .main{

}

.features_page2 .scrollbox{
	position: relative;
}

.features_page2 .scrollbox ul.ctrl{
	display: none;

}

.features_page2 .scrollbox ul.ctrl.open{
	display: block;
	visibility: hidden;
	transition: all ease-in-out 0.2s;
}

.features_page2 .scrollbox ul.ctrl li{
	background-color: rgba(231, 232, 236, 0.21);
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.2s;
	z-index: 2;
}

.features_page2 .scrollbox ul.ctrl li.show{
	opacity: 1;
	visibility: visible;
}

.features_page2 .scrollbox ul.ctrl li.left{
	left: 15px;
}

.features_page2 .scrollbox ul.ctrl li.right{
	right: 15px;
}

.features_page2 .charts .scroll_area{
	overflow: hidden;
}

.features_page2 .charts ul.items{
	margin: 50px -30px;
	display: flex;
}

.features_page2 .charts ul.items li{
	padding: 0 30px;
	flex: 0 0 33.33%;
	max-width: 500px;
	box-sizing: border-box;
}

.features_page2 .charts ul.items li .img{
	background-color: white;
	border: 10px solid #d7d7d7;
	/*box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.5);*/
	padding-top: 74%;
	position: relative;
}

.features_page2 .charts ul.items li .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.features_page2 .charts.type2 .scroll_area{
	width: 100%;
	max-width: 100%;
}

.features_page2 .charts.type2 ul.items{
	margin-top: 0;
	margin-bottom: 0;
}

.features_page2 .charts.type2 ul.items li{
	flex-basis: 100%;
	max-width: 100%;
}

.features_page2 .videos{
	margin-bottom: 50px;
}

.features_page2 .videos ul.items{
	display: flex;
	width: 1140px;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

.features_page2 .videos ul.items li{
	padding: 0 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	flex: 0 0 50%;
}

.features_page2 .videos ul.items li .title{
	color: white;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	margin-bottom: 20px;
}

.features_page2 .videos ul.items li .videobox{
	margin-bottom: 20px;
}


.features_page2 .videos.type2{
	padding: 20px 0;
}

.features_page2 .videos.type2 ul.items{
	flex-wrap: wrap;
	margin-top: 0;
}

.features_page2 .videos.type2 ul.items li{
	flex-basis: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.features_page2 .webinar_table{
	background-color: black;
	border-radius: 7px;
	max-width: 100%;
	width: 936px;
	position: relative;
	padding-top: 50px;
	z-index: 2;
	margin-top: 30px;
	/*bottom: -80px;*/
}

.features_page2 .webinar_table .titlebox{
	background-color: #A01314;
	/*clip-path: polygon(100% 0, calc(100% - 40px) 100%, 100% 100%, 0 100%, 0 0);*/
	clip-path: polygon(20px 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);

	color: white;
	font-size: 23px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 57px;
	padding: 10px 40px;
	box-sizing: border-box;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 880px;
	max-width: 100%;
}

.features_page2 .webinar_table .titlebox > div:first-child{
	font-size: 32px;
	text-transform: uppercase;
}

.features_page2 .webinar_table table{
	width: 100%;
	color: white;
	font-weight: normal;
	font-size: 14px;
	border-collapse: collapse;
	min-width: 800px;
}

.features_page2 .webinar_table table thead{
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
}

.features_page2 .webinar_table table thead .small{
	font-weight: normal;
}

.features_page2 .webinar_table table thead td{
	text-align: center;
	padding: 10px 0;
}

.features_page2 .webinar_table table tbody td{
	background-color: #3b3b3b;
	text-align: center;
	border: 1px solid #979797;

}

.features_page2 .webinar_table table tbody td:first-child{
	border-left: 0;
}

.features_page2 .webinar_table table tbody td:last-child{
	border-right: 0;
}

.features_page2 .webinar_table table tbody td.period{
	font-size: 21px;
}

.features_page2 .webinar_table table tbody td.reg_price{
	font-size: 31px;
}

.features_page2 .webinar_table table tbody td.price{
	width: 250px;
	padding: 0;
}

.features_page2 .webinar_table table tbody td.price .pricevalue{
	color: #F5B43D;
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 20px;
}

.features_page2 .webinar_table table tbody td.price .discount1{
	font-size: 16px;
	font-weight: 900;
	display: flex;
	align-items: center;
}

.features_page2 .webinar_table table tbody td.price .discount1 .value{
	background-color: #18A34F;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
	color: white;
	font-size: 32px;
	height: 50px;
	width: 130px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}

.features_page2 .webinar_table table tbody td.price a{
	display: block;
	padding: 20px 10px;
	position: relative;
}

.features_page2 .webinar_table table tbody td.price .btn{
	display: none;
}

.features_page2 .webinar_table table tbody td.price a:hover{
	background-color: #F5B43D;
}

.features_page2 .webinar_table table tbody td.price a:hover .pricevalue{
	color: black;
	padding-right: 90px;
}

.features_page2 .webinar_table table tbody td.price a:hover .discount1{
	position: absolute;
	right: 10px;
	top: 10px;
	color: black;
	flex-direction: column;
}

.features_page2 .webinar_table table tbody td.price a:hover .discount1 .value{
	width: 96px;
	height: 38px;
	font-size: 21px;
	margin-top: 5px;
}

.features_page2 .webinar_table table tbody td.price a:hover .btn{
	background-color: #1CB759;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37px;
	font-size: 17px;
	font-weight: 900;
	margin-top: 34px;
}

/*---------------------------------------------------*/
.try_panel{
	background-color: #D8D8D8;
	padding-top: 30px;
	padding-bottom: 30px;
	color: black;
}

.try_panel .heading{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.try_panel .heading .header{
	background-color: #FED149;
	clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
	font-size: 47px;
	color: #0E0E0E;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height: 115px;
	flex: 1 1 758px;
	max-width: 100%;
	margin-right: 70px;
}

.try_panel .heading p{
	font-size: 16px;
	color: #8E8E8E;
	font-weight: bold;
	line-height: 1.6;
	width: 445px;
	max-width: 100%;
}

.try_panel .columns{
	display: flex;
}

.try_panel .trycontent{
	background: white;
	text-align: left;
	overflow: hidden;
	display: flex;
	flex: 1 1 auto;
}

.try_panel .trycontent .left_section{
	flex: 0 0 260px;
	box-sizing: border-box;
	padding: 20px;
}

.try_panel .trycontent .right_section{
	box-sizing: border-box;
	padding: 20px;
	padding-left: 0;
	flex: 1 1 auto;
	min-height: 687px;
	overflow: hidden;
	overflow-x: auto;
}

.try_panel.loading .trycontent .right_section{
	background: url("../images/loader.svg") no-repeat center;
	background-size: 64px 64px;
}

.try_panel .trycontent .right_section .big_header{
	font-size: 40px;
}

.try_panel .trycontent ul.menu{
	padding-left: 5px;
}

.try_panel .trycontent ul.menu > li{
	position: relative;
}

.try_panel .trycontent ul.menu li > a.opener{
	position: relative;
}

.try_panel .trycontent ul.menu li > a.opener:before{
	background-color: #FED149;
	clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
	width: 20px;
	height: 15px;
	position: absolute;
	left: -25px;
	top: 10px;
	content: '';
	display: none;
}

.try_panel .trycontent ul.menu li.opened > a.opener:before{
	display: block;
}

.try_panel .trycontent ul.menu > li > a{
	display: block;
	padding: 8px 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: black;
}

.try_panel .trycontent ul.menu ul{
	display: none;
}

.try_panel .trycontent ul.menu li.opened ul{
	display: block;
	margin-bottom: 5px;
}


.try_panel .trycontent ul.menu ul > li{
	font-size: 14px;
	min-height: 24px;
}

.try_panel .trycontent ul.menu ul > li strong{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid black;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
}

.try_panel .trycontent ul.menu ul > li > a{
	display: block;
	padding: 5px 5px;
	color: black;
}

.try_panel .trycontent ul.menu ul > li > a span{
	vertical-align: middle;
}

.try_panel .trycontent ul.menu ul > li > a:hover span{
	text-decoration: underline;
}

.try_panel .trycontent ul.menu ul > li.active strong{
	background-color: black;
	color: white;
}

.try_panel .trycontent ul.menu ul > li.active > a span{
	font-weight: bold;
}

.try_panel .trycontent .chartheader{
	font-size: 19px;
	text-align: left;
}

.try_panel .trycontent .chartheader .name{
	font-size: 36px;
	font-weight: 800;
	display: block;
	margin-bottom: 5px;
}

.try_panel .trycontent .chartheader .category{
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

.try_panel .trycontent .chartheader .rightpanel{
	float: right;
	text-align: right;
}

.try_panel .trycontent .chartheader .caption{
	vertical-align: middle;
}

.try_panel .trycontent .chartdiv2{
	height: 720px;
	/*position: absolute;
	left: 0;
	top: 10px;*/
	min-width: 600px;
}

.try_panel .trycontent img{
	width: 100%;
}

.try_panel .subscriptions{
	flex: 0 0 276px;
	margin-left: 20px;
}

.try_panel .subscriptions ul.items{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.try_panel .subscriptions ul.items > li{
	background-color: white;
	padding: 20px;
	text-align: center;
	position: relative;
}

.try_panel .subscriptions ul.items > li > a{
	display: block;
}

.try_panel .subscriptions ul.items > li .hoverpanel{
	background-color: rgba(30, 30, 30, 0.81);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.2s;
}

.try_panel .subscriptions ul.items > li a:hover .hoverpanel{
	opacity: 1;
	visibility: visible;
}

.try_panel .subscriptions ul.items > li .hoverpanel .button{
	border: 1px solid white;
	width: 190px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	font-size: 17px;
	color: white;
}

.try_panel .subscriptions ul.items > li .top{
	min-height: 70px;
}

.try_panel .subscriptions ul.items > li .top .logo{
	height: 56px;
	margin-bottom: 15px;
}

.try_panel .subscriptions ul.items > li .top .logo img{
	max-width: 100%;
	max-height: 100%;
}

.try_panel .subscriptions ul.items > li .arrow_panel{
	background: #5bbec9;
	display: block;
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	padding-top: 10px;
	clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0% 0%);
	text-transform: none;
	position: relative;
}

.try_panel .subscriptions .arrow_panel .price{

}

.try_panel .subscriptions .arrow_panel .price .period{
	font-size: 16px;
}

.try_panel .subscriptions ul.items > li.item_free .arrow_panel{
	font-size: 36px;
	text-transform: uppercase;
}

.try_panel .subscriptions ul.items > li.item_premium .arrow_panel{
	background-color: #5B86C9;
}

.try_panel .subscriptions ul.items > li.item_pro .arrow_panel{
	background-color: #30518D;
}

.try_panel .subscriptions ul.items > li.item_icot .arrow_panel{
	background-color: #2D2C2B;
}


.try_panel .want_more{
	text-align: center;
}

.try_panel .want_more .big_header{
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
}

/*.try_panel .want_more table{
	width: 100%;
	margin-top: 40px;
}

.try_panel .want_more table td{
	border-right: 1px solid #D7D7D7;
	padding: 0 20px 20px 20px;
	vertical-align: top;
	width: 33.33%;
}

.try_panel .want_more table td:last-child{
	border-right: none;
}

.try_panel .want_more table ul.features{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #737373;
	line-height: 1.3;
}

.try_panel .want_more table ul.features li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.try_panel .want_more table ul.features li:before{
	background-color: #737373;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 7px;
}

.try_panel .want_more table ul.features .highlight{
	color: #49b013;
}

.try_panel .want_more table .blue{
	color: #5e88ca;
}

.try_panel .want_more .button2{
	color: #5e88ca;
	border: 2px solid #5e88ca;
	margin-top: 20px;
}

.try_panel .want_more .button2:hover{
	background-color: #5e88ca;
	color: white;
}*/

/*---------------------------------------------------*/
.subscriptions_panel{

}

.subscriptions_panel .bg_image{
	background: #08A7ED url(../images/pricing_bg.png) no-repeat center top;
	background-size: cover;
	padding-top: 65px;
	box-sizing: border-box;
}

.subscriptions_panel .header{
	font-size: 64px;
	color: white;
	display: block;
	font-weight: 900;
	margin-bottom: 60px;
	text-transform: uppercase;
	text-align: center;
}

.subscriptions_panel .plans{
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.subscriptions_panel .plans .left_section{
	width: 320px;
	max-width: 100%;
	color: white;
	font-size: 19px;
	position: relative;
	z-index: 2;
}

.subscriptions_panel .plans .left_section .pheader{
	font-size: 40px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.subscriptions_panel .plans .left_section p{
	margin-bottom: 20px;
	line-height: 1.3;
}

.subscriptions_panel .plans .right_section{
	width: calc(100% - 320px);
	position: relative;
}

.subscriptions_panel .plans ul.select{
	font-size: 19px;
	font-weight: bold;
	color: #1A4358;
}

.subscriptions_panel .plans ul.select li{
	background: rgba(85, 124, 165, 0.45);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
	display: block;
	cursor: pointer;
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 5px;
	position: relative;
	transition: all 0.3s ease;
}

.subscriptions_panel .plans ul.select li:hover{
	background: rgba(85, 124, 165, 0.25);
}

.subscriptions_panel .plans ul.select li.active{
	background-color: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	color: #4C9EC8;
	height: 56px;
	line-height: 56px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 195px;
	clip-path: polygon(0% -10%, 85% -10%, 100% 50%, 85% 110%, 0% 110%);
}

.subscriptions_panel .plans ul.items{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.subscriptions_panel .plans ul.items.hide{
	display: none;
}

.subscriptions_panel .plans ul.items li.anim{
	animation-name: items_anim;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(.47, 0, .74, .71);
}

@keyframes items_anim{
	0%{ opacity: 0; bottom: 350px;}
	50%{ opacity: 0.5;}
	100%{ opacity: 1; bottom: 0;}
}

.subscriptions_panel .plans ul.items li{
	background: white;
	max-width: 31%;
	width: 220px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 65px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
	cursor: default;


}

.subscriptions_panel .plans ul.items li:hover{
	transform: scale(1.2);
	z-index: 2;
}

.subscriptions_panel .plans ul.items li .name{
	background: #5bbec9;
	display: block;
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 70px;
	box-sizing: border-box;
	padding-top: 22px;
	clip-path: polygon(101% -1%, 101% 78%, 50% 101%, -1% 78%, -1% -1%);
	margin-bottom: 15px;
}

.subscriptions_panel .plans ul.items li .ribbon{
	background-color: #5BBEC9;
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.subscriptions_panel .plans ul.items li .ribbon:before{
	background-color: #5BBEC9;
	width: 9px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -9px;
	content: '';
}

.subscriptions_panel .plans ul.items li .ribbon:after{
	background-color: #5BBEC9;
	width: 9px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -9px;
	content: '';
}

.subscriptions_panel .plans ul.items li .ribbon .tr1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 0;
	border-color: transparent #0d2149 transparent transparent;
	position: absolute;
	bottom: -9px;
	left: -9px;
}

.subscriptions_panel .plans ul.items li .ribbon .tr2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 0 0;
	border-color: #0d2149 transparent transparent transparent;
	position: absolute;
	bottom: -9px;
	right: -9px;
}

.subscriptions_panel .plans ul.items li .save{
	background: url("../images/bg_save.svg");
	color: white;
	font-weight: bold;
	font-size: 14px;
	width: 82px;
	height: 82px;
	display: block;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
}

.subscriptions_panel .plans ul.items li .save.red{
	background-image: url("../images/bg_save_red.svg");
}

.subscriptions_panel .plans ul.items li .save:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #000000;
}

.subscriptions_panel .plans ul.items li .save:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #000000;
}

.subscriptions_panel .plans ul.items li .save .text{
	display: block;
	padding-top: 16px;
	white-space: nowrap;
	transform: rotate(45deg);
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 10px;
	width: 116px;
}

.subscriptions_panel .plans ul.items li .save .text.best{
	font-size: 12px;
}

.subscriptions_panel .plans ul.items li .content{
	padding: 25px 10px 10px 10px;
	text-align: center;
	font-size: 19px;
	color: #5BBEC9;
	font-weight: bold;
	min-height: 180px;
	box-sizing: border-box;

}

.subscriptions_panel .plans ul.items li .content .price{
	font-size: 53px;
	display: block;
	margin-bottom: 10px;
}

.subscriptions_panel .plans ul.items li .content .period{
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
}

.subscriptions_panel .plans ul.items li .content p{
	margin: 10px 0;
}

.subscriptions_panel .plans ul.items li .content .info{
	font-size: 16px;
	color: #DA1A1A;
}

.subscriptions_panel .plans ul.items li .content em{
	color: #7F7F7F;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 10px 0 5px 0;
}

.subscriptions_panel .plans ul.items li .bottom{
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

.subscriptions_panel .plans ul.items li .bottom .button{
	background-color: #5BBEC9;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	transition: all 0.3s ease;
	position: relative;
}

.subscriptions_panel .plans ul.items li .bottom .button:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) inset;
	top: 1px;
}

.subscriptions_panel .plans ul.items li .bottom .subscribed{
	background-color: #6a6a6a;
	color: white;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	transition: all 0.3s ease;
	position: relative;
}

.subscriptions_panel .plans ul.items li.premium .name{
	background-color: #5b86c9;
}

.subscriptions_panel .plans ul.items li.premium .content{
	color: #5b86c9;
}

.subscriptions_panel .plans ul.items li.premium .ribbon,
.subscriptions_panel .plans ul.items li.premium .ribbon:before,
.subscriptions_panel .plans ul.items li.premium .ribbon:after{
	background-color: #5b86c9;
}

.subscriptions_panel .plans ul.items li.premium .bottom .button{
	background-color: #5b86c9;
}

.subscriptions_panel .plans ul.items li.analyst .name,
.subscriptions_panel .plans ul.items li.pro .name{
	background-color: #284d8f;
}

.subscriptions_panel .plans ul.items li.analyst .content,
.subscriptions_panel .plans ul.items li.pro .content{
	color: #284d8f;
}

.subscriptions_panel .plans ul.items li.analyst .ribbon,
.subscriptions_panel .plans ul.items li.analyst .ribbon:before,
.subscriptions_panel .plans ul.items li.analyst .ribbon:after,
.subscriptions_panel .plans ul.items li.pro .ribbon,
.subscriptions_panel .plans ul.items li.pro .ribbon:before,
.subscriptions_panel .plans ul.items li.pro .ribbon:after{
	background-color: #284d8f;
}

.subscriptions_panel .plans ul.items li.analyst .bottom .button,
.subscriptions_panel .plans ul.items li.pro .bottom .button{
	background-color: #284d8f;
}

.subscriptions_panel tr.plans{
	padding-bottom: 0;
	display: table-row;
	line-height: 1;
}

.subscriptions_panel tr.plans ul.items{
	display: block;
	text-align: center;
	text-transform: none;
}

.subscriptions_panel tr.plans ul.items li{
	width: 220px;
	max-width: none;
	display: inline-block;
}

.subscriptions_panel tr.plans ul.items li:hover{
	transform: none;
}

.subscriptions_panel tr.plans ul.items li .content{
	min-height: 200px;
}

.subscriptions_panel .more_info{
	background: rgba(0, 0, 0, 0.3);
	color: white;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.3;
	padding: 30px 0;
	overflow: hidden;
}

.subscriptions_panel .more_info .left_section{
	float: left;
}

.subscriptions_panel .more_info strong{
	font-size: 25px;
	display: block;
	margin-bottom: 7px;
}

.subscriptions_panel .more_info .button2{
	float: right;
}

.subscriptions_panel.features .compare{
	background: white linear-gradient(to bottom, #e2e2e2 0, #ffffff 110px);
	padding: 25px 0;
}

.subscriptions_panel.features .compare .header2{
	font-size: 31px;
	font-weight: bold;
	display: block;
	color: #5B5B5B;
	margin-bottom: 30px;
}

.subscriptions_panel.features .compare .table_container{
	overflow: visible;
}

.subscriptions_panel.features .compare table.comparetable{
	width: 100%;
	line-height: 1.3;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 15px;
	color: #565656;
	margin-top: -365px;
}

.subscriptions_panel.features .compare table.comparetable td{
	padding: 7px 15px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	width: 25%;
	text-align: center;
}

.subscriptions_panel.features .compare table.comparetable td:first-child{
	background-color: #f7f7f7;
	border-bottom-color: white;
	border-right: none;
	width: 400px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.subscriptions_panel.features .compare table.comparetable td:last-child{
	border-right: none;
}

.subscriptions_panel.features .compare table.comparetable tr.headrow td{
	background-color: #f8f8f8;
	border: none;
}

.subscriptions_panel.features .compare table.comparetable tr.headrow td:first-child{
	background-color: #9f9e9e !important;
	color: white;
	padding-left: 10px;
}

.subscriptions_panel.features .compare table.comparetable tr.headrow td{
	background-color: #f8f8f8 !important;
}

.subscriptions_panel.features .compare table.comparetable thead td{
	background: none !important;
	border: none;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	vertical-align: bottom;
}

.subscriptions_panel.features .compare table.comparetable thead td.free{ background-color: #5bbec9; }

.subscriptions_panel.features .compare table.comparetable thead td.premium{ background-color: #5b86c9; }

.subscriptions_panel.features .compare table.comparetable thead td.analyst{ background-color: #284d8f; }

.subscriptions_panel.features .compare table.comparetable tbody tr:hover td{
	background-color: rgba(255, 241, 200, 0.31);
}

.subscriptions_panel.features .compare table.comparetable .fa{
	font-size: 22px;
}

.subscriptions_panel.features .compare table.comparetable .fa-times{
	color: #933c3c;
}

.subscriptions_panel.features .compare table.comparetable .fa-check{
	color: #85af59;
}

.subscriptions_panel.features .compare table.comparetable .help_ico{
	background-color: transparent;
	color: #53A8EF;
	border-color: #53A8EF;
	text-shadow: none;
	width: 14px;
	height: 14px;
	line-height: 14px;

	float: right;
	margin-top: 3px;
}

.subscriptions_panel.features .compare table.comparetable .help_ico:hover{
	background-color: #53A8EF;
	color: white;
}

.subscriptions_panel.features .compare table.comparetable tr.headrow .help_ico{
	color: white;
	border-color: white;
	/*position: absolute;
	right: 10px;*/
}

.subscriptions_panel.features .compare table.comparetable .red{
	color: #933c3c;
	font-weight: bold;
}

.subscriptions_panel.features .compare table.comparetable .green{
	color: #85af59;
	font-weight: bold;
}

.subscriptions_panel.features .compare table.comparetable tr.buttons td{
	padding: 0;
}

.subscriptions_panel.features .compare table.comparetable tr.buttons a.button{
	display: block;
	color: white;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 10px;
	transition: all 0.3s ease;
}

.subscriptions_panel.features .compare table.comparetable a.button:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) inset;
	top: 1px;
}

.subscriptions_panel.features .compare table.comparetable a.button.free{ background-color: #5bbec9; }

.subscriptions_panel.features .compare table.comparetable a.button.premium{ background-color: #5b86c9; }

.subscriptions_panel.features .compare table.comparetable a.button.analyst{ background-color: #284d8f; }

.subscriptions_panel .leadtext{
	color: white;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin: 30px 0 50px 0;
}

body.office .subscriptions_panel .bg_image{
	min-height: 100vh;
}

body.office .subscriptions_panel .header{
	margin-bottom: 30px;
}

/*---------------------------------------------------*/
.subscriptions_panel2{

}

.subscriptions_panel2 .bg{
	background: #46BFDC;
	background: linear-gradient(180deg, #46BFDC 0%, #1B82B0 100%);
	padding: 50px 0 25px 0;
	box-sizing: border-box;
}

.subscriptions_panel2 .header{
	font-size: 48px;
	color: white;
	display: block;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}

.subscriptions_panel2 ul.items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.subscriptions_panel2 ul.items > li{
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.subscriptions_panel2 ul.items > li .box{
	background: white;
	max-width: 100%;
	width: 195px;
	height: 270px;
	margin-bottom: 15px;
	box-sizing: border-box;
	position: relative;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
}

.subscriptions_panel2 ul.items > li .box:after{
	background: #5bbec9;
	content: '';
	width: 100%;
	height: 70px;
	clip-path: polygon(50% 10%, 101% 31%, 101% 100%, -1% 101%, -1% 31%);
	position: absolute;
	left: 0;
	bottom: 0;

}

.subscriptions_panel2 ul.items > li .box .name{
	background: #5bbec9;
	display: block;
	color: white;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 70px;
	box-sizing: border-box;
	padding-top: 22px;
	clip-path: polygon(101% -1%, 101% 78%, 50% 101%, -1% 78%, -1% -1%);
}

.subscriptions_panel2 ul.items > li .box .content{
	padding: 25px 10px 10px 10px;
	text-align: center;
	font-size: 18px;
	color: #5BBEC9;
	font-weight: bold;
	box-sizing: border-box;
}

.subscriptions_panel2 ul.items > li .box .content .price{
	font-size: 48px;
	display: block;
	margin-bottom: 10px;
}

.subscriptions_panel2 ul.items > li .box .content .period{
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
}

.subscriptions_panel2 ul.items > li .box .content p{
	margin: 10px 0;
}

.subscriptions_panel2 ul.items > li .box .content p.notice{
	font-size: 12px;
	font-weight: normal;
	color: #7E7E7E;
}

.subscriptions_panel2 ul.items > li .btn_container{
	padding: 0 15px;
	max-width: 195px;
	box-sizing: border-box;
	margin: 0 auto;
}

.subscriptions_panel2 ul.items > li .button{
	background-color: #5BBEC9;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: white;
	transition: all 0.3s ease;
	position: relative;
}

.subscriptions_panel2 ul.items > li .button:hover{
	background-color: #3C8890;
}

.subscriptions_panel2 ul.items > li.premium .box .name{
	background-color: #5B86C9;
}

.subscriptions_panel2 ul.items > li.premium .box .content{
	color: #5B86C9;
}

.subscriptions_panel2 ul.items > li.premium .box:after{
	background-color: #5B86C9;
}

.subscriptions_panel2 ul.items > li.premium .button{
	background-color: #5B86C9;
}


.subscriptions_panel2 ul.items > li.withindicator{
	color: white;
	text-align: center;
	line-height: 1.2;
}

.subscriptions_panel2 ul.items > li.withindicator img.boximg{
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	left: 34px;
}

.subscriptions_panel2 ul.items > li .logoimg{
	text-align: center;
	margin-bottom: 10px;
}

.subscriptions_panel2 ul.items > li .logoimg img{
	display: inline-block;
	vertical-align: middle;
}

/*.subscriptions_panel2 ul.items > li.withindicator img{
	display: block;
	margin: 10px auto;
}*/

.subscriptions_panel2 ul.items > li.withindicator .name{
	font-size: 60px;
	display: inline-block;
	line-height: 1;
}

.subscriptions_panel2 ul.items > li.withindicator .name:before{
	background: url("../images/logo.svg") no-repeat;
	width: 70px;
	height: 20px;
	background-size: contain;
	content: '';
	display: block;
	margin-bottom: -5px;
}

.subscriptions_panel2 ul.items > li.withindicator p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

.subscriptions_panel2 ul.items > li.withindicator .price{
	font-size: 48px;
	display: block;
}

.subscriptions_panel2 ul.items > li.withindicator .price_original{
	font-size: 41px;
	display: block;
	position: relative;
	margin: 10px 0;
}

.subscriptions_panel2 ul.items > li.withindicator .price_original:after{
	background-color: #D51C1C;
	height: 4px;
	width: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.subscriptions_panel2 ul.items > li.withindicator .onetime{
	font-size: 17px;
	display: block;
}

.subscriptions_panel2 ul.items > li.withindicator .btn_container{
	width: 170px;
	max-width: 100%;
	margin: 20px auto 0 auto;
}

.subscriptions_panel2 ul.items > li.pro .price{
	margin-top: 43px;
}

.subscriptions_panel2 ul.items > li.pro .button{
	background-color: #4c4f6f;
}

.subscriptions_panel2 ul.items > li.pro .button:hover{
	background-color: #2F314B;
}

.subscriptions_panel2 ul.items > li.icot .button{
	background-color: #312E2D;
}

.subscriptions_panel2 ul.items > li.icot .button:hover{
	background-color: #D0CFCE;
	color: #212121;
}

.subscriptions_panel2 ul.items > li.icot img{
	margin: 1px auto;
}

.subscriptions_panel2 .more_info{
	background: #0D75A6;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.3;
	padding: 30px 0;
	overflow: hidden;
}

.subscriptions_panel2 .more_info .main_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.subscriptions_panel2 .more_info strong{
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
}

.subscriptions_panel2.features .table_container{
	margin: 0;
}

.subscriptions_panel2.features .bg{
	background: #46BFDC;
	background: linear-gradient(180deg, #46BFDC 0%, #1B82B0 100%);
	padding: 50px 0 25px 0;
	min-width: 1200px;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 2;
}

.subscriptions_panel2.features ul.items{
	flex-wrap: nowrap;
}

.subscriptions_panel2.features ul.items > li{
	flex-basis: 20%;
	position: relative;
}

.subscriptions_panel2.features .compare{
	background: white linear-gradient(to bottom, #e2e2e2 0, #ffffff 110px);
	padding: 80px 20px 25px 20px;
	min-width: 1200px;
	box-sizing: border-box;
}

.subscriptions_panel2.features .compare .header2{
	font-size: 40px;
	font-weight: bold;
	display: block;
	color: #212121;
	margin-bottom: 30px;
}

.subscriptions_panel2.features .compare table.comparetable{
	width: 100%;
	line-height: 1.3;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 15px;
	color: #565656;

}

.subscriptions_panel2.features .compare table.comparetable td{
	padding: 7px 15px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	width: 20%;
	text-align: center;
}

.subscriptions_panel2.features .compare table.comparetable td:first-child{
	background-color: #f7f7f7;
	border-bottom-color: white;
	border-right: none;
	/*width: 400px;*/
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.subscriptions_panel2.features .compare table.comparetable td:last-child{
	border-right: none;
}

.subscriptions_panel2.features .compare table.comparetable tr.headrow td{
	background-color: #f8f8f8;
	border: none;
}

.subscriptions_panel2.features .compare table.comparetable tr.headrow td:first-child{
	background-color: #9f9e9e !important;
	color: white;
	padding-left: 10px;
}

.subscriptions_panel2.features .compare table.comparetable tr.headrow td{
	background-color: #f8f8f8 !important;
}

.subscriptions_panel2.features .compare table.comparetable thead td{
	background: none !important;
	border: none;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	vertical-align: bottom;
}

.subscriptions_panel2.features .compare table.comparetable thead td.free{ background-color: #5bbec9; }

.subscriptions_panel2.features .compare table.comparetable thead td.premium{ background-color: #5b86c9; }

.subscriptions_panel2.features .compare table.comparetable thead td.analyst{ background-color: #284d8f; }

.subscriptions_panel2.features .compare table.comparetable tbody tr:hover td{
	background-color: rgba(255, 241, 200, 0.31);
}

.subscriptions_panel2.features .compare table.comparetable .fa{
	font-size: 22px;
}

.subscriptions_panel2.features .compare table.comparetable .fa-times{
	color: #933c3c;
}

.subscriptions_panel2.features .compare table.comparetable .fa-check{
	color: #85af59;
}

.subscriptions_panel2.features .compare table.comparetable .help_ico{
	background-color: transparent;
	color: #53A8EF;
	border-color: #53A8EF;
	text-shadow: none;
	width: 14px;
	height: 14px;
	line-height: 14px;

	float: right;
	margin-top: 3px;
}

.subscriptions_panel2.features .compare table.comparetable .help_ico:hover{
	background-color: #53A8EF;
	color: white;
}

.subscriptions_panel2.features .compare table.comparetable tr.headrow .help_ico{
	color: white;
	border-color: white;
	/*position: absolute;
	right: 10px;*/
}

.subscriptions_panel2.features .compare table.comparetable .red{
	color: #933c3c;
	font-weight: bold;
}

.subscriptions_panel2.features .compare table.comparetable .green{
	color: #85af59;
	font-weight: bold;
}

.subscriptions_panel2.features .compare table.comparetable tr.buttons td{
	padding: 0;
	background: none !important;
	border: none;
	vertical-align: top;
	padding: 25px 10px;
}

.subscriptions_panel2.features .compare table.comparetable tr.buttons a.button{
	display: block;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0;
	margin: 0 auto;
	transition: all 0.3s ease;
	width: 165px;
	text-align: center;
}

.subscriptions_panel2.features .compare table.comparetable a.button:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) inset;
	top: 1px;
}

.subscriptions_panel2.features .compare table.comparetable a.button.free{ background-color: #5BBEC9; }

.subscriptions_panel2.features .compare table.comparetable a.button.pro{ background-color: #4C4F6F; }

.subscriptions_panel2.features .compare table.comparetable a.button.icot{ background-color: #312E2D; }

.subscriptions_panel2 ul.items > li.withindicator .content1{
	display: block;
}

.subscriptions_panel2 ul.items > li.withindicator .content2{
	display: none;
}

.subscriptions_panel2.features .bg.stuck{
	height: 236px;
	padding-top: 30px;
	overflow: visible;
	box-sizing: border-box;
}

.subscriptions_panel2.features .bg.stuck .header{
	font-size: 30px;
	margin-bottom: 40px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li .box:after{
	display: none;
}

.subscriptions_panel2.features .bg.stuck ul.items > li .box{
	height: 156px;
	box-shadow: 0 0 16px 7px rgba(48, 48, 48, 0.32);
	margin-bottom: 36px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li .box .name{
	font-size: 18px;
	height: 35px;
	padding-top: 7px;
	clip-path: polygon(101% -1%, 101% 68%, 50% 101%, -1% 68%, -1% -1%);
}

.subscriptions_panel2.features .bg.stuck ul.items > li .box .content{
	padding-top: 18px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li .box .content .price{
	font-size: 36px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator img.boximg{
	width: 170px;
	margin: 0;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content1{
	display: none;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2{
	display: block;
	font-size: 13px;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	text-align: left;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .onetime{
	font-size: 13px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .price{
	font-size: 28px;
	margin: 0;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .price_original{
	font-size: 22px;
	display: inline-block;
	margin: 0;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .price_original:after{
	height: 3px;
	width: 60px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .logoimg{
	text-align: left;
	margin-bottom: 2px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 img{
	max-width: 100px;
	max-height: 15px;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator .content2 .include{
	font-size: 10px;
	font-weight: bold;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.premium ul.premium_prices{
	display: none;
}

.subscriptions_panel2 .bg ul.items > li.premium .btn_container{
	display: none;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.premium .btn_container{
	display: block;
}

.subscriptions_panel2.features .bg.stuck ul.items > li.withindicator img.boximg{
	left: 0;
}


.subscriptions_panel2.place_upgrade{
	margin: 0 -20px -20px -20px;
}

.subscriptions_panel2.place_upgrade .bg{
	min-height: 100vh;
}

.subscriptions_panel2.place_upgrade ul.items{
	justify-content: space-around;
}

/*---------------------------------------------------*/
.subscriptions_panel3{
	padding: 60px 0 100px 0;
	position: relative;
}

.subscriptions_panel3 .main_wrapper{
	width: 1142px;

}

.subscriptions_panel3 .bg{
	background: #0D283A;
	background: radial-gradient(circle at center top, #164361 0%, #0D283A 100%);
	box-sizing: border-box;
	height: 540px;
	position: absolute;
	top: -63px;
	left: 0;
	width: 100%;
}

.subscriptions_panel3 .header{
	font-size: 47px;
	color: white;
	display: block;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}

.subscriptions_panel3 .flag{
	background-color: #DC1515;
	display: inline-block;
	font-size: 27px;
	width: 230px;
	height: 46px;
	display: flex;
	align-items: center;
	padding-left: 17px;
	clip-path: polygon(100% 0px, calc(100% - 30px) 100%, 0px 100%, 0px 0px);
}

.subscriptions_panel3 ul.items{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
	line-height: 1.3;
	text-align: center;
	justify-content: center;
	color: #424242;;
}

.subscriptions_panel3 ul.items > li{
	padding: 0 17px;
	flex: 0 0 25%;
	box-sizing: border-box;
}

.subscriptions_panel3 ul.items .box{
	background-color: #F8F8F8;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.18);
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

.subscriptions_panel3 ul.items .box .infolabel{
	background-color: #5B86C9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) inset;
	color: white;
	max-width: 100%;
	width: 224px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -112px;
	font-size: 18px;
	padding: 0 10px;
	box-sizing: border-box;
}

.subscriptions_panel3 ul.items .box .infolabel.yellow{
	background-color: #FED149;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.subscriptions_panel3 ul.items .box .infolabel.yellow strong{
	font-size: 15px;
}

.subscriptions_panel3 ul.items .box .infolabel .includes{
	font-size: 12px;
	display: block;
}

.subscriptions_panel3 ul.items .box .infolabel strong{
	font-size: 20px;
}

.subscriptions_panel3 ul.items .box .infolabel .premium{
	background: no-repeat left top url("../images/logo.svg");
	background-size: 51px;
	padding-top: 10px;
}

.subscriptions_panel3 ul.items > li .top{
	margin: 0 -20px;
	position: relative;
	padding-top: 10px;
	/*overflow: hidden;*/
	min-height: 92px;
	font-size: 13px;
	box-sizing: border-box;
}

.subscriptions_panel3 ul.items > li .top .logo{
	height: 56px;
	margin-bottom: 15px;
}

.subscriptions_panel3 ul.items > li .top .logo img{
	max-width: 100%;
	max-height: 100%;
}

.subscriptions_panel3 ul.items > li .top .productbox{
	height: 125px;
	margin-left: 23px;
}

.subscriptions_panel3 ul.items > li.item_pro .top,
.subscriptions_panel3 ul.items > li.item_icot .top{
	text-align: left;
	padding-left: 25px;
}

.subscriptions_panel3 ul.items > li.item_pro .top .logo,
.subscriptions_panel3 ul.items > li.item_icot .top .logo{
	height: 72px;
}

.subscriptions_panel3 ul.items > li.item_icot .top .logo img{
	margin-left: -50px;
}

.subscriptions_panel3 ul.items > li.item_pro .top .productbox,
.subscriptions_panel3 ul.items > li.item_icot .top .productbox{
	position: absolute;
	right: -40px;
	top: -40px;
}

.subscriptions_panel3 .switch{
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
}

.subscriptions_panel3 .switch .caption{
	cursor: pointer;
}

.subscriptions_panel3 .switch .ctrl{
	width: 54px;
	height: 22px;
	border: 1px solid #979797;
	margin: 0 5px;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
}

.subscriptions_panel3 .switch .ctrl .bullet{
	background-color: #5B86C9;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 4px;
	border-radius: 7px;
	transition: all 0.2s ease-in-out;
}

.subscriptions_panel3 .switch.state1 .ctrl .bullet{
	left: 3px;
}

.subscriptions_panel3 .switch.state2 .ctrl .bullet{
	/*right: 3px;*/
	left: calc(100% - 17px);
}

.subscriptions_panel3 .switch2{
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 12px;
}

.subscriptions_panel3 .switch2 .labels{

}

.subscriptions_panel3 .switch2 .labels ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscriptions_panel3 .switch2 .labels ul > li{
	cursor: pointer;
	position: relative;
}

.subscriptions_panel3 .switch2 .labels ul > li:after{
	content: '';
	height: 25px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -25px;
	z-index: 2;
}

.subscriptions_panel3 .switch2 .bar{
	height: 22px;
	border: 1px solid #979797;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
}

.subscriptions_panel3 .switch2 .bullet{
	background-color: #5B86C9;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 4px;
	border-radius: 7px;
	transition: all 0.2s ease-in-out;
	/*margin: 0 3px;*/
}

.subscriptions_panel3 .button{
	border: 1px solid #525252;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 5px;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	color: #373737;
	line-height: 1;
}

.subscriptions_panel3 .button:hover{
	background-color: #e1e1e1;
}

.subscriptions_panel3 .price_panel{
	border-top: 1px solid #b9b9b9;
	padding: 10px 5px;
	margin: 15px 0 10px 0;
	position: relative;
}

.subscriptions_panel3 .price_panel .arrow_panel{
	background: #5bbec9;
	display: block;
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	padding-top: 10px;
	clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0% 0%);
	text-transform: none;
	position: relative;
}

.subscriptions_panel3 .price_panel .arrow_panel.double{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	padding-top: 0;
}

.subscriptions_panel3 .price_panel .arrow_panel.double > div{
	flex: 0 0 50%;
	height: 100%;
	text-align: center;
	line-height: 1;
	padding-top: 15px;
}

.subscriptions_panel3 .price_panel .arrow_panel.double > div.side_left{
	background-color: #3E973B;
}

.subscriptions_panel3 .price_panel .arrow_panel.double .with{
	font-size: 11px;
	min-height: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.subscriptions_panel3 .price_panel .arrow_panel.double .with img{
	margin-left: 5px;
}

.subscriptions_panel3 .price_panel .arrow_panel.double .period{
	font-size: 15px;
}

.subscriptions_panel3 .price_panel .discount_panel{
	display: flex;
	align-items: center;
	height: 22px;
	position: absolute;
	right: -10px;
	top: 4px;
	z-index: 2;
}

.subscriptions_panel3 .price_panel .discount_panel .price_col{
	background-color: black;
	clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	color: white;
	width: 64px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -10px;
}

.subscriptions_panel3 .price_panel .discount_panel .price_original{
	font-size: 14px;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	position: relative;
}

.subscriptions_panel3 .price_panel .discount_panel .price_original:after{
	background-color: #DE2E2E;
	height: 2px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.subscriptions_panel3 .price_panel .discount_panel .percent_col{
	background-color: #DC1515;
	clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	color: white;
	width: 64px;
	font-size: 14px;
	font-weight: 900;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscriptions_panel3 .price_panel .arrow_panel .price{

}

.subscriptions_panel3 .price_panel .arrow_panel .price .period{
	font-size: 16px;
}

.subscriptions_panel3 .price_panel .arrow_panel .price small{
	font-size: 11px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
}

.subscriptions_panel3 ul.items > li.item_free .top{
	min-height: 141px;
}

.subscriptions_panel3 ul.items > li.item_free .price_panel .arrow_panel{
	font-size: 36px;
	text-transform: uppercase;
}

.subscriptions_panel3 ul.items > li.item_premium .price_panel .arrow_panel{
	background-color: #5B86C9;
}

.subscriptions_panel3 ul.items > li .price_panel .arrow_panel .price{
	display: none;
}

.subscriptions_panel3 ul.items > li.item_1monthly .price_panel .arrow_panel .price.price_1monthly,
.subscriptions_panel3 ul.items > li.item_6monthly .price_panel .arrow_panel .price.price_6monthly,
.subscriptions_panel3 ul.items > li.item_12monthly .price_panel .arrow_panel .price.price_12monthly,
.subscriptions_panel3 ul.items > li.item_24monthly .price_panel .arrow_panel .price.price_24monthly{
	display: inline;
}

.subscriptions_panel3 ul.items > li .button_1monthly,
.subscriptions_panel3 ul.items > li .button_6monthly,
.subscriptions_panel3 ul.items > li .button_12monthly,
.subscriptions_panel3 ul.items > li .button_24monthly{
	display: none;
}

.subscriptions_panel3 ul.items > li.item_1monthly .button_1monthly,
.subscriptions_panel3 ul.items > li.item_6monthly .button_6monthly,
.subscriptions_panel3 ul.items > li.item_12monthly .button_12monthly,
.subscriptions_panel3 ul.items > li.item_24monthly .button_24monthly{
	display: flex;
}

.subscriptions_panel3 ul.items > li .discount_panel_1monthly,
.subscriptions_panel3 ul.items > li .discount_panel_6monthly,
.subscriptions_panel3 ul.items > li .discount_panel_12monthly,
.subscriptions_panel3 ul.items > li .discount_panel_24monthly{
	display: none;
}

.subscriptions_panel3 ul.items > li.item_1monthly .discount_panel_1monthly,
.subscriptions_panel3 ul.items > li.item_6monthly .discount_panel_6monthly,
.subscriptions_panel3 ul.items > li.item_12monthly .discount_panel_12monthly,
.subscriptions_panel3 ul.items > li.item_24monthly .discount_panel_24monthly{
	display: flex;
}

.subscriptions_panel3 ul.items > li.item_pro .price_panel .arrow_panel{
	background-color: #30518D;
}

.subscriptions_panel3 ul.items > li.item_icot .price_panel .arrow_panel{
	background-color: #2D2C2B;
}


.subscriptions_panel3 p.desc{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.subscriptions_panel3 .details_content{
	display: none;
	text-align: left;
	font-size: 13px;
	padding-top: 20px;
}

.subscriptions_panel3 ul.items.open_all > li .details_content{
	display: block;

}

.subscriptions_panel3 ul.props > li{
	margin-bottom: 20px;
}

.subscriptions_panel3 ul.props > li .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: 1px solid #979797;
	padding: 5px 0;
	margin-bottom: 5px;
}

.subscriptions_panel3 ul.props .help_ico{
	background-color: transparent;
	color: #53A8EF;
	border-color: #53A8EF;
	text-shadow: none;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.subscriptions_panel3 ul.props .help_ico:hover{
	background-color: #53A8EF;
	color: white;
}

.subscriptions_panel3 ul.props .highlight{
	color: #46A94B;
}

.subscriptions_panel3 ul.props .indicators{
	text-align: center;
	font-weight: bold;
}

.subscriptions_panel3 ul.props .indicators img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
	max-height: 22px;
}

.subscriptions_panel3 .more_info{
	background: #0D75A6;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.3;
	padding: 20px 0;
	margin-top: 60px;
	margin-bottom: -100px;
	overflow: hidden;
}

.subscriptions_panel3 .more_info .main_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.subscriptions_panel3 .more_info strong{
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
}


.subscriptions_panel3.black{

}

.subscriptions_panel3.black .bg{
	background: #000000;
	background: linear-gradient(180deg, #000000 0%, #012013 100%);

}

.subscriptions_panel3.black ul.items .box{
	background-color: #272626;
	color: white;
}

.subscriptions_panel3.black .button{
	color: #BCBCBC;
	border-color: #BCBCBC;
}

.subscriptions_panel3.black .button:hover{
	color: black;
}

.subscriptions_panel3.summer{
	padding-top: 460px;
}

.subscriptions_panel3.summer .bg{
	background: no-repeat center;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7049194677871149) 0%, rgba(186, 201, 98, 0) 145px), url("../images/summer_top_background.jpg");
	background-size: cover;
	height: 592px;
}

.subscriptions_panel3.summer .bg .summer_panel_right{
	position: absolute;
	right: 0;
	top: 0;
}

.subscriptions_panel3.summer .bg .summer_panel_right img{
	z-index: 2;
	position: relative;
}

.subscriptions_panel3.summer .bg .summer_panel_right .flag{
	background-color: #a5dc15;
	width: 710px;
	height: 70px;
	position: absolute;
	top: 393px;
	right: 0;
	padding-left: 72px;
	clip-path: polygon(100% 0px, 100% 100.00%, 0px 100%, 45px -1px);
	font-size: 38px;
	z-index: 1;
}

.subscriptions_panel3.summer ul.items{
	z-index: 3;
	position: relative;
}

/*---------------------------------------------------*/
.subscriptions_panel4{
	background: no-repeat center top url("../images/bf_bg.png");
	background-size: cover;
	padding: 0 0 100px 0;
	position: relative;
}

.subscriptions_panel4.ny_deal{
	background-image: url("../images/ny_bg.png");
}

.subscriptions_panel4 .main_wrapper{
	width: 1142px;

}

.subscriptions_panel4 .headerimg{
	display: block;
	max-width: 100%;
}

.subscriptions_panel4 .header{
	font-size: 47px;
	color: white;
	display: block;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}

.subscriptions_panel4 .columns{
	display: flex;
	flex-wrap: wrap;
	margin: 140px -16px 0 -16px;
}

.subscriptions_panel4 .columns .col{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 16px;
	box-sizing: border-box;
}

.subscriptions_panel4 .panel{
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	color: black;
	position: relative;
}

.subscriptions_panel4 .panel .tab{
	background-color: #3D5E9B;
	color: white;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.2;
	border-radius: 8px 8px 0 0;
	position: absolute;
	left: 5%;
	top: -100px;
	height: 100px;
	display: flex;
	align-items: center;
	width: 90%;
	padding: 0 28px;
	box-sizing: border-box;
}

.subscriptions_panel4 .panel.icot .tab{
	background: rgb(114, 175, 90);
	background: radial-gradient(circle, rgba(114, 175, 90, 1) 0%, rgba(48, 74, 38, 1) 100%);
}

.subscriptions_panel4 .panel .top{
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	display: flex;
	align-items: center;
	font-size: 35px;
	position: relative;
	height: 76px;
	box-sizing: border-box;
}

.subscriptions_panel4 .panel .top .boximg{
	position: absolute;
	top: -110px;
	right: -36px;
}

.subscriptions_panel4 .panel .item{
	padding: 10px 0;
	min-height: 86px;
	border-bottom: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscriptions_panel4 .panel .item:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.subscriptions_panel4 .button{
	border: 3px solid black;
	width: 240px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-left: 40px;
	border-radius: 8px;
	font-size: 21px;
	transition: all 0.2s ease-in-out;
	color: #373737;
	line-height: 1;
	margin: 10px 0 10px 40px;
}

.subscriptions_panel4 .button:hover{
	background-color: #e1e1e1;
}

.subscriptions_panel4 .button span{
	color: #c6c6c6;
	margin-right: 8px;
}

.subscriptions_panel4 .panel .price{
	font-size: 21px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	margin-right: 20px;
	margin-left: auto;
}

.subscriptions_panel4 .panel .price .value{
	font-size: 35px;
	display: block;
	font-weight: 900;
	margin-bottom: 5px;
	position: relative;
}

.subscriptions_panel4 .panel .price .value .discount{
	position: absolute;
	right: -15px;
	top: -15px;
	color: red;
	font-size: 14px;
}

.subscriptions_panel4 .panel2{
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	color: black;
	margin: 16px 0;
	display: flex;
	align-items: center;
}

.subscriptions_panel4 .panel2 .package{
	display: flex;
	align-items: center;
	font-size: 35px;
	max-width: 100%;
}

.subscriptions_panel4 .panel2 .package img{
	flex: 0 1 27%;
	max-width: 27%;
}

.subscriptions_panel4 .panel2 .right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 50%;
	margin-left: 40px;
}

.subscriptions_panel4 .panel2 .price{
	font-size: 21px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	margin-left: auto;
	margin-right: 20px;
}

.subscriptions_panel4 .panel2 .price .value{
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 5px;
	position: relative;
}

.subscriptions_panel4 .panel2 .price .value .discount{
	position: absolute;
	right: -15px;
	top: -15px;
	color: red;
	font-size: 14px;
}

.subscriptions_panel4 .panel2 .btn{

}

.subscriptions_panel4 .panel2 .btn .button{
	margin-left: 0;
}

.subscriptions_panel4 .notes{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}

.subscriptions_panel4 .notes sup{
	color: #931d22;
	font-weight: bold;
}

.subscriptions_panel4 p.terms{
	font-size: 15px;
	margin-top: 20px;
	color: #bbb;
	line-height: 1.3;
}

/*---------------------------------------------------*/
.dropdown{
	position: relative;
	z-index: 2;
}

.dropdown .button:after{
	content: '\f078';
	font-family: FontAwesome;
	font-size: 11px;
	position: absolute;
	right: 10px;
}

.dropdown .panel{
	background-color: white;
	padding: 2px 10px;
	border: 1px solid #979797;
	position: absolute;
	left: 0;
	top: 34px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	display: none;
}

.dropdown.open .panel{
	display: block;
}

.dropdown .panel ul li{
	border-bottom: 1px solid #979797;
}

.dropdown .panel ul li:last-child{
	border-bottom: 0;
}

.dropdown .panel ul li a{
	display: block;
	padding: 8px 0;
	position: relative;
}

.dropdown .panel ul li a .save{
	background-color: #E93131;
	position: absolute;
	right: -42px;
	top: 1px;
	width: 41px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 6px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
	transition: all 0.3s ease;
	color: white;
	text-align: left;
}

.dropdown .panel ul li a .save .amount{
	font-size: 12px;
}

/*---------------------------------------------------*/
ul.premium_prices{
	color: white;
	max-width: 195px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

ul.premium_prices li{
	margin-bottom: 10px;
}

ul.premium_prices li a{
	display: flex;
	position: relative;
	align-items: center;
	color: white;
}

ul.premium_prices li .button{
	background-color: #5B86C9;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: white;
	transition: all 0.3s ease;
	position: relative;
	flex: 0 0 70%;
}


ul.premium_prices li .price{
	background-color: #3864A9;
	width: 62px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease;
}

ul.premium_prices li .price small{
	font-size: 10px;
	display: block;
	text-align: right;
}

ul.premium_prices li .save{
	background-color: #E93131;
	position: absolute;
	right: -42px;
	top: 6px;
	width: 41px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 6px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
	transition: all 0.3s ease;
}

ul.premium_prices li .save .amount{
	font-size: 12px;
}

ul.premium_prices li:hover .button{
	background-color: #3864A9;
}

ul.premium_prices li:hover .price{
	background-color: #1A3A6B;
}

ul.premium_prices li:hover .save{
	background-color: #A9E85A;
	color: #455E3C;
}

ul.premium_prices .monthly{
	color: #212121;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

ul.premium_prices .monthly .mprice{
	background-color: #212121;
	height: 23px;
	width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/*---------------------------------------------------*/
.breadcrumbs{
	background-color: #2b2b2b;
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 28px 0;
	text-transform: uppercase;
}

.breadcrumbs ul li{
	display: inline-block;
}

.breadcrumbs ul li:after{
	content: ' / ';
}

.breadcrumbs ul li:last-child:after{
	content: '';
}

.breadcrumbs ul li a{
	text-decoration: underline;
	color: white;
}

.breadcrumbs ul li h1,
.breadcrumbs ul li h2,
.breadcrumbs ul li h3,
.breadcrumbs ul li h4,
.breadcrumbs ul li h5{
	font-size: 22px;
	display: inline;
}

/*---------------------------------------------------*/
.contentpanel{

}

.contentpanel .main_wrapper{
	display: flex;
	justify-content: space-between;
	min-height: calc(100vh - 476px);
}

.contentpanel .main_wrapper > div:last-child{
	padding-right: 0;
}

.contentpanel .main_wrapper .single_column{
	padding: 30px 0;
	flex: 0 0 100%;
	box-sizing: border-box;
}

.contentpanel .left_section{
	/*width: 240px;*/
	flex: 0 0 240px;
	color: white;
	padding: 30px 25px 30px 0;
	box-sizing: border-box;
	position: relative;
}


.contentpanel .center_section{
	flex-grow: 1;
	box-sizing: border-box;
	padding: 30px 20px;
}

.contentpanel .right_section{
	/*width: 240px;*/
	flex: 0 0 240px;
	box-sizing: border-box;
	padding: 30px 0 30px 0;
}

.contentpanel .left_section ul{
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 20px;
}

.contentpanel .left_section ul a{
	color: #737373;
	display: block;
	padding: 10px 0;
	position: relative;
}

.contentpanel .left_section ul a:before{
	background-color: #FED149;
	clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
	width: 20px;
	height: 15px;
	position: absolute;
	left: -25px;
	top: 10px;
	content: '';
	display: none;
}

.contentpanel .left_section ul a.active{
	color: #C0C0C0;
}

.contentpanel .left_section ul a.active:before{
	display: block;
}

.contentpanel .sideblock{
	margin-bottom: 20px;
	padding-left: 25px;
}

.contentpanel .sideblock .header{
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #C0C0C0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contentpanel .sideblock ul{
	line-height: 1.3;
	font-weight: normal;
	padding-left: 0;
}

.contentpanel .sideblock ul li{

}

.contentpanel .sideblock ul a{
	display: block;
	font-size: 15px;
	color: #C0C0C0;
	padding: 3px 0 3px 15px;
	position: relative;
}

.contentpanel .sideblock ul a:before{
	background: none;
	clip-path: none;
	content: '+';
	margin-right: 5px;
	color: #FED149;
	position: absolute;
	left: 0;
	top: 3px;
	display: inline;

}


.contentpanel section{
	border: 1px solid #979797;
	background-color: #D8D8D8;
	padding: 20px;
	margin-bottom: 20px;
}

.contentpanel section .big_header{
	color: #303030;
}

/*---------------------------------------------------*/
.page_how_to{

}

.page_how_to ul.items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #C0C0C0;
	font-size: 14px;
}

.page_how_to ul.items li{
	width: 48%;
	margin-bottom: 30px;
}

.page_how_to ul.items li .data{
	padding: 15px;
}

.page_how_to ul.items li .title{
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.page_how_to ul.items li p{
	line-height: 1.3;
	margin-top: 10px;
}

/*---------------------------------------------------*/
.videobox{
	background: black;
	padding-top: 56.25%;
	position: relative;
}

.videobox iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*---------------------------------------------------*/
.page_resources{

}

.page_resources ul.articles{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #303030;
	font-size: 15px;
	line-height: 1.3;
}

.page_resources ul.articles a{
	color: #303030;
}

.page_resources ul.articles li{
	background-color: white;
	width: 48%;
	box-sizing: border-box;
	padding: 15px 15px 65px 15px;
	margin-bottom: 30px;
	position: relative;
}

.page_resources ul.articles li .title{
	font-size: 19px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.page_resources ul.articles li .author{
	color: #1F7CC1;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.page_resources ul.articles li p{
	margin-bottom: 20px;
}

.page_resources ul.articles li .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

.page_resources .button{
	background-color: #5b86c9;
	font-size: 17px;
	font-weight: bold;
	padding: 16px 0;
	color: white !important;
	text-align: center;
	text-transform: uppercase;
	display: block;
	transition: all 0.2s ease-out;
}

.page_resources .button:hover{
	background-color: #4d679b;
}

.page_resources ul.books{
	color: #303030;
	font-size: 15px;
	line-height: 1.3;
}

.page_resources ul.books .image{
	width: 190px;
	max-width: 100%;
	margin-right: 20px;
	align-self: flex-start;
	flex-shrink: 0;
}

.page_resources ul.books .image img{
	display: block;
	max-width: 100%;
}

.page_resources ul.books .content{
	flex-grow: 1;
	position: relative;
	padding-bottom: 100px;
}

.page_resources ul.books li{
	background-color: white;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.page_resources ul.books li .title{
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	color: #303030;
	line-height: 1.2;
}

.page_resources ul.books li .author{
	color: #1F7CC1;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.page_resources ul.books li .price{
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.page_resources ul.books li .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
}

.page_resources ul.books li .bottom .button{
	width: 300px;
	max-width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}

.page_resources ul.links{
	line-height: 1.3;
	color: #1F7CC1;
}

.page_resources ul.links li{
	margin-bottom: 5px;
}

.page_resources ul.links li:before{
	content: '\f08e';
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 2px;

}

.page_resources ul.links a{
	color: #1F7CC1;
}

/*---------------------------------------------------*/
.page_ctrl{
	text-align: center;
	margin: 20px 0;
}

.page_ctrl ul{
	font-size: 14px;
}

.page_ctrl ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.page_ctrl ul li a{
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(161, 161, 161, 0.64);
	color: rgba(161, 161, 161, 0.64);
	display: inline-block;
	border-radius: 3px;
}

.page_ctrl ul li a.active{
	font-weight: bold;
	border-color: #a1a1a1;
	color: #a1a1a1;
}

.page_ctrl ul li a.prev{
	border: none;
}

.page_ctrl ul li a.prev:before{
	content: '\f053 ';
	font-family: FontAwesome;
	font-size: 18px;

}

.page_ctrl ul li a.next{
	border: none;
}

.page_ctrl ul li a.next:before{
	content: '\f054';
	font-family: FontAwesome;
	font-size: 18px;
}

/*---------------------------------------------------*/
.page_faq{

}

.page_faq ul.items{
	font-size: 14px;
	color: #303030;
	line-height: 1.4;
}

.page_faq ul.items li{
	background-color: #D8D8D8;
	padding: 20px;
	margin-bottom: 20px;
}

.page_faq ul.items p{
	margin-bottom: 15px;
	position: relative;
	padding-left: 100px;
}

.page_faq ul.items p strong{
	display: inline-block;
	width: 85px;
	position: absolute;
	left: 0;
	top: 0;
	color: #133C57;
	text-transform: uppercase;
	text-align: right;
}

.page_faq ul.items p.a{
	margin-bottom: 0;
}


/*---------------------------------------------------*/
.page_footer{
	background-color: #2d2d2d;
	color: white;
	line-height: 1.3;
	font-size: 14px;
}

.page_footer a{
	color: white;
}

.page_footer .section1{
	padding: 30px 0 40px 0;
}

.page_footer .section1 .main_wrapper{
	display: flex;
	justify-content: space-between;
}

.page_footer .section1 .header{
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.page_footer .section1 ul li{
	margin-bottom: 8px;
}

.page_footer .section1 ul li a:hover{
	text-decoration: underline;
}

.page_footer .section1 ul li a.all{
	text-decoration: underline;
}

.page_footer .section1 .markets ul{
	columns: 2;
}

.page_footer .risk_info{
	border-top: 1px solid #5e5e5e;
	padding: 15px 20px;
}

.page_footer .risk_info p{
	font-size: 15px;
	font-style: italic;
	margin: 10px 0 20px 0;
}

.page_footer .section2{
	padding: 20px 0;
	border-top: 1px solid #5e5e5e;
}

.page_footer .section2 .main_wrapper{
	display: flex;
}

.page_footer .section2 .main_wrapper div:nth-of-type(2){

}

.page_footer .section2 .logo{
	background: url("../images/logo.svg") no-repeat;
	width: 158px;
	height: 32px;
	font-size: 30px;
	color: black;
	position: relative;
	display: block;
	font-weight: normal;
	line-height: 1.2;
	text-indent: -10000px;
	margin-right: 100px;
}

.page_footer .section2 .partnersbutton{
	background: #da2a2a;
	display: block;
	font-size: 24px;
	color: white;
	padding: 15px 0;
	width: 170px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 10px 10px 0;
}

.page_footer .section2 .column.last{
	margin-left: auto;
}

.page_footer .section2 ul{
	margin-bottom: 15px;
}

.page_footer .section2 ul li{
	display: inline-block;
	margin-left: 2px;
}

.page_footer .section2 ul li:after{
	content: ' | ';
	margin-left: 2px;
}

.page_footer .section2 ul li:last-child:after{
	content: '';
}

.page_footer .section2 ul li a:hover{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.page_on_cot{

}

.page_on_cot table.datasample{
	width: calc(100% - 1px);
	font-size: 13px;
	color: #535353;
	font-weight: bold;
	border-collapse: collapse;
	white-space: nowrap;
}

.page_on_cot table.datasample td{
	background: white;
	border: 2px solid #eeeeee;
	padding: 4px 3px;
	text-align: center;
}

.page_on_cot table.datasample tr.head1 td{
	background-color: transparent;
	border: none;
	font-size: 15px;
}

.page_on_cot table.datasample tr.head1 td:first-child{
	text-align: left;
}

.page_on_cot table.datasample tr.head1 td:last-child{
	text-align: right;
}

.page_on_cot table.datasample tr.head2 td{
	background-color: #f0f0f0;
	font-size: 15px;
}

.page_on_cot table.datasample tr.head2 td:last-child{
	background-color: transparent;
}

/*---------------------------------------------------*/
.page_blog{

}

.page_blog article{
	background-color: #D8D8D8;
	color: #303030;
	padding: 20px;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 20px;
}

.page_blog article .title{
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	color: #303030;
	line-height: 1.2;
}

.page_blog article .title a{
	color: #303030;
}

.page_blog article ul.data{
	margin-bottom: 20px;
	margin-left: -20px;
}

.page_blog article ul.data li{
	background-color: #787878;
	clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	color: white;
	padding: 7px 30px 7px 20px;
	margin-right: 5px;
}

.page_blog article ul.data li.date{
	background-color: #FED149;
	color: #2A2A2A;
}

.page_blog article ul.data li a{
	color: white;
}

.page_blog article .textcontent{
	color: #303030;
}

.page_blog article .videobox{
	margin-bottom: 20px;
}

/*---------------------------------------------------*/
.page_markets{

}

.page_markets ul.items{
	line-height: 1.5;
	font-size: 15px;
}

.page_markets ul.items li{
	background-color: #D8D8D8;
	padding: 20px;
	margin-bottom: 25px;
	color: #2A2A2A;
	border: 1px solid #979797;
	overflow: hidden;
}

.page_markets ul.items .image{
	background: white center no-repeat;
	background-size: cover;
	clip-path: polygon(100% 0, calc(100% - 100px) 100%, 0 100%, 0 0);
	width: 280px;
	max-width: 100%;
	height: 288px;
	box-sizing: border-box;
	padding-left: 50px;
	color: white;
	font-size: 47px;
	font-weight: bold;
	position: relative;
	margin-right: 8%;
	float: left;
	display: flex;
	align-items: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.page_markets ul.items .text{
	overflow: hidden;
}

.page_markets ul.items a{
	color: #2A2A2A;
}

/*
.page_markets ul.items .image span{
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 85px;
}*/

.page_markets ul.items .title{
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.page_markets ul.items p{
	margin: 5px 0 20px 0;
}

.page_markets ul.items table{
	width: 400px;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
}

.page_markets ul.items table tr:first-child td{
	border-top: 0;
}

.page_markets ul.items table tr:last-child td{
	border-bottom: 0;
}

.page_markets ul.items table td{
	padding: 3px;
	border: 1px solid #979797;
}

.page_markets ul.items table td:first-child{
	font-weight: bold;
	border-left: 0;
	width: 150px;
}

.page_markets ul.items table td:last-child{
	text-align: right;
	border-right: 0;
}

.page_markets ul.items table a{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.textcontent{
	line-height: 1.8;
	color: #303030;
	font-size: 15px;
}

.textcontent .big_header{
	margin-bottom: 10px;
}

.textcontent .header{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 15px 0;
	line-height: 1.2;
}

.textcontent strong:first-of-type,
.textcontent div:first-of-type,
.textcontent p:first-of-type{
	margin-top: 0;
}

.textcontent p{
	margin: 20px 0;
}

.textcontent p:last-child{
	margin-bottom: 0;
}

.textcontent blockquote{
	background-color: #FED149;
	clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
	color: #2A2A2A;
	padding: 15px;
	padding-right: 60px;
	margin: 10px 0;
	position: relative;
}

.textcontent blockquote p{
	margin: 5px 0;
}

.textcontent blockquote .header{
	margin-bottom: 5px;
}

.textcontent blockquote.withico{
	padding-left: 60px;
}

.textcontent blockquote .ico{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	border: 3px solid #2A2A2A;
	border-radius: 15px;
	font-weight: bold;
	font-size: 18px;
	float: left;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -13px;
}

.textcontent blockquote.type2{
	background-color: #71B760;
	color: #2A2A2A;
}

.textcontent blockquote.type2 .ico{
	border-color: #2A2A2A;
}

.textcontent blockquote.type2 a{
	color: #2A2A2A;
}

.textcontent blockquote.fs2{
	font-size: 18px;
}

.textcontent .space{
	margin: 25px 0;
	height: 1px;
}

.textcontent ul{
	color: #303030;
	margin: 20px 0;
}

.textcontent ul ul{
	margin: 5px 0;
}

.textcontent ul.bold{
	font-weight: bold;
}

.textcontent ul li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.textcontent ul li:before{
	background: #303030;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 11px;
}

.textcontent ol{
	padding-left: 15px;
	margin: 20px 0;
	color: #303030;
}

.textcontent ol li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
}

.textcontent ol li:before{
	display: none;
}

.textcontent a{
	color: #07a8ee;
	text-decoration: underline;

}

.textcontent .red{
	color: #DF2331;
}

.textcontent .column_2{
	column-count: 2;
}

.textcontent .section_left{
	float: left;
	width: 49%;
}

.textcontent .section_right{
	float: right;
	width: 49%;
}

.textcontent table.simpletable{
	border-collapse: collapse;
	border-spacing: 0;
}

.textcontent table.simpletable td{
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.3;
}

.textcontent table.simpletable thead td{
	background: #F4F4F4;
	font-weight: bold;
}

.textcontent table.simpletable tbody td{
	border-bottom: 1px solid #acacac;
}

.textcontent img{
	margin: 15px 0;
	max-width: 100%;
}

/*---------------------------------------------------*/
.page_register{
	min-height: calc(100vh - 476px);
}

.page_register .main_wrapper{
	padding-top: 40px;
	padding-bottom: 40px;
	width: 660px;
}

.page_register .dataform .option_btn{
	margin-top: 6px;
}

.page_register .dataform .btn_container{
	padding: 20px 0;
	float: left;
	width: 49%;
}

.page_register .dataform .btn_container .button1{
	display: block;
}

.page_register a{
	text-decoration: underline;
}

.page_register .success{
	font-size: 16px;
	line-height: 1.2;
}

.page_register .success .big_header .fa{
	color: #54B924;
	font-size: 70px;
}

.page_register .success a{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.order_processing{
	min-height: 300px;
}

.order_processing .big_header .fa{
	color: #54B924;
	font-size: 70px;
}

.order_processing a{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.page_login{
	min-height: calc(100vh - 476px);
}

.page_login .main_wrapper{
	padding-top: 60px;
	padding-bottom: 60px;
	width: 400px;
}

.page_login .header{
	font-size: 22px;
	display: block;
	color: #a2a2a2;
	margin-bottom: 20px;
}

.page_login .forgot_password{
	font-size: 14px;
	color: #949494;
}

.page_login .not_registered{
	background-color: #EAEAEA;
	text-align: center;
	font-size: 19px;
	color: #7F7F7F;
}

.page_login .not_registered a{
	color: #1c71b9;
	text-decoration: underline;
}

.page_login .not_registered .main_wrapper{
	padding-top: 60px;
	padding-bottom: 60px;
}

.page_login .success{
	font-size: 16px;
	line-height: 1.2;
	min-height: 400px;
}

.page_login .success a{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.page_account{
	width: 800px;
	max-width: 100%;
}

/*---------------------------------------------------*/
.system_message{
	background: #02AAF3;
	color: white;
	font-size: 14px;
	overflow: hidden;
	margin: 20px 0;
}

.system_message .ico{
	background: rgba(0, 0, 0, 0.4);
	width: 40px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-right: 10px;
	font-size: 24px;
	text-align: center;
	position: relative;
}

.system_message .ico:after{
	background: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	height: 100px;
}

.system_message .text{
	padding: 10px;
	line-height: 1.3;
	overflow: hidden;
}

.system_message .text a{
	color: white;
	text-decoration: underline;
}

.system_message.top_messaage{
	margin-top: 0;
	z-index: 5;
}

.system_message.bg_orange{
	background-color: #ff6633;
}

/*---------------------------------------------------*/
.help_ico{
	background-color: #E6E6E6;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	color: black;
	border: 1px solid #d0d0d0;
	font-weight: bold;
	cursor: help;
}

.help_ico.small{
	background-color: white;
	width: 12px;
	height: 12px;
	line-height: 13px;
	border-radius: 6px;
	font-size: 8px;
	color: #347CB1;
	border: none;
	text-shadow: none;
	margin-left: 5px;
}

.tooltip{
	background-color: white;
	border: 1px solid #EEEEEE;
	display: block;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	width: 290px;
	box-sizing: border-box;
	z-index: 12;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	max-width: 100%;
	color: #252525;
}

.tooltip.opened{
	visibility: visible;
	opacity: 1;
}

.tooltip .header{
	color: #347CB1;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid #347CB1;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 5px;
}

/*---------------------------------------------------*/
.slider{
	position: relative;
	width: calc(100% - 22px);
}

.slider .sliderarea{
	background: #D2D2D2;
	height: 3px;
	width: 100%;
	padding-right: 22px;
	border-radius: 0;
	border: none !important;
	position: static;
}

.slider .sliderarea .ui-slider-range{
	background: #347CB1;
	border: none;
}

.slider .sliderarea .ui-slider-handle{
	background: #347CB1 !important;
	top: -10px;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 1px solid #347CB1;
	outline: none;
	cursor: w-resize;
	margin: 0;
}

.slider .slider_value{
	background-color: #FFF6DE;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border: 1px solid #D0D0D0;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	padding: 0 7px;
	cursor: default;
	position: absolute;
	top: -35px;
	left: 0;
	white-space: nowrap;
}

/*---------------------------------------------------*/
.cookie_info{
	background: #15425F;
	color: white;
	padding: 8px 0;
	width: 100%;
	position: fixed;
	z-index: 4;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie_info a{
	color: white;
	text-decoration: underline;
}

.cookie_info .button1{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

/*---------------------------------------------------*/
.amChartsPeriodSelector{
	padding-right: 50px;
	font-size: 12px;
}

.amChartsButton{
	padding: 1px 3px;
	margin: 3px 3px 1px;
	background-color: #f3f2ee;
	border: 1px solid #656b76;
	color: #347cb1;
	border-radius: 3px;
	cursor: pointer;
}

.amChartsButtonSelected{
	background-color: #30a9df;
	padding: 1px 3px;
	margin: 3px 3px 1px;
	border: 1px solid #656b76;
	color: white;
	border-radius: 3px;
	cursor: pointer;
}

.amChartsInputField{
	border: 1px solid #959595;
	border-radius: 4px;
	outline: none;
	font-size: 13px;
	padding: 5px;
	color: black;
	box-sizing: border-box;
	position: relative;
}

/*---------------------------------------------------*/
ul.cotmenu{
	overflow: hidden;
	float: right;
}

ul.cotmenu li{
	float: left;
}

ul.cotmenu li a{
	background: white;
	display: block;
	height: 40px;
	line-height: 43px;
	border: 1px solid #BCBBBB;
	border-left-width: 0;
	padding: 0 15px;
	color: #5F5F5F;
	font-size: 16px;
	font-weight: bold;
}

ul.cotmenu li a.active{
	background-color: #347CB1;
	border-color: #347CB1;
	color: white;
}

ul.cotmenu li:first-child a{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left-width: 1px;
}

ul.cotmenu li:last-child a{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul.cotmenu li a.disabled{
	background-color: #dfdfdf;
	color: #afafaf;
	cursor: not-allowed;
}

/*---------------------------------------------------*/
.cot_analysis_page{
	display: flex;
	margin: 0 -20px -20px -20px;
	padding-top: 0;
}

.cot_analysis_page .big_header{
	margin-bottom: 10px;
}

.cot_analysis_page .section_left{
	background-color: #347CB1;
	flex: 0 0 367px;
	padding: 20px;
	box-sizing: border-box;
	color: white;
}

.cot_analysis_page .section_right{
	/*flex: 1;*/
	width: calc(100% - 367px);
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	flex-grow: 1;
}

.cot_analysis_page.settings_closed .section_left{
	flex-basis: 50px;
}

.cot_analysis_page.settings_closed .section_left form{
	display: none;
}

.cot_analysis_page.simple{
	display: block;
}

.cot_analysis_page.simple .section_right{
	width: auto;
}

.cot_analysis_page .section_left .header{
	background-color: #383E6B;
	margin: -20px -20px 0 -20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	height: 96px;
	line-height: 96px;
	position: relative;
}

.cot_analysis_page.settings_closed .section_left .header span{
	display: none;
}

.cot_analysis_page .section_left .header .closepanel{
	background-color: rgba(255, 255, 255, 0.5);
	color: white;
	position: absolute;
	width: 36px;
	height: 36px;
	display: block;
	right: 7px;
	top: 29px;
	border-radius: 18px;
	cursor: pointer;
	line-height: 1;
	transition: all ease-in-out 0.2s;
}

.cot_analysis_page .section_left .header .closepanel:before{
	content: '\f053';
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: -2px;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 36px;
	cursor: pointer;
}

.cot_analysis_page .section_left .header .closepanel:hover{
	background-color: #347CB1;
}

.cot_analysis_page.settings_closed .section_left .header .closepanel:before{
	content: '\f054';
	left: 2px;
}

.cot_analysis_page .field{

}

.cot_analysis_page .field .label{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
	color: white;
}

.cot_analysis_page .option_btn.fleft{
	margin-right: 10px;
}

.cot_analysis_page .section_left .dataform .option_btn input:disabled + .format{
	background-color: #a1a1a1;
	cursor: not-allowed;
}

.cot_analysis_page .section_left .dataform .option_btn input:disabled + .format:after{
	background-color: transparent;
}

.cot_analysis_page .section_left .option_btn.radio .format{
	background-color: transparent;
	border-color: white;
}

.cot_analysis_page .section_left .option_btn.radio .format:after{
	background-color: white;
}

.cot_analysis_page .section_left .option_btn.checkbox .format{
	background-color: transparent;
	border-color: white;
}

.cot_analysis_page .section_left .option_btn.checkbox .format:after{
	border-color: white;
}

.cot_analysis_page .section_left .option_btn.checkbox.type2 .format{
	background-color: #D8D8D8;
	border-color: transparent;
	border-radius: 2px;
}

.cot_analysis_page .section_left .option_btn.checkbox.type2 .format:after{
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	width: 9px;
	height: 4px;
	top: 5px;
	left: 4px;
}

.cot_analysis_page .section_left .option_btn.checkbox.type2 input:checked + .format{
	background-color: #41B975;
}

.cot_analysis_page .section_left .option_btn.checkbox.type2 input:checked + .format:after{
	border-color: white;
}

.cot_analysis_page .section_left select{
	border: none;
}

.cot_analysis_page .section_left .txtinput{
	border-color: white;
}

.cot_analysis_page .section_left .field_type2{
	float: left;
	width: 49%;
}

.cot_analysis_page .section_left .field_type{
	float: right;
	width: 49%;
}

.cot_analysis_page .section_left .field_analysis_type{
	margin-top: 0;
}

.cot_analysis_page .section_left .field_change{
	margin-top: 0;
}

.cot_analysis_page .section_left .field_date{
	margin-top: 0;
}

.cot_analysis_page .analysis_options{

}

.cot_analysis_page .analysis_options table{
	border-spacing: 0;
	font-size: 13px;
	width: 100%;
}

.cot_analysis_page .analysis_options table thead td:nth-last-child(-n+3){
	visibility: hidden;
}

.cot_analysis_page .analysis_options table:nth-child(-n + 1) thead td{
	visibility: visible;
}

.cot_analysis_page .analysis_options table thead td{
	padding: 0;
	vertical-align: top;
}

.cot_analysis_page .analysis_options table thead td:nth-of-type(1){
	width: 140px;
}

.cot_analysis_page .analysis_options table thead td:nth-of-type(2){
	padding-left: 6px;
}

.cot_analysis_page .analysis_options table thead td:nth-of-type(3),
.cot_analysis_page .analysis_options table thead td:nth-of-type(4){
	width: 40px;
	text-align: center;
}

.cot_analysis_page .analysis_options table tbody td{
	padding: 6px 0;
}

.cot_analysis_page .analysis_options table tbody td:nth-of-type(1){
	/*padding-left: 5px;*/
}

.cot_analysis_page .analysis_options table tbody tr.datafield td{

}

.cot_analysis_page .analysis_options table tbody tr.datafield td:nth-of-type(1){
	/*padding-left: 10px;*/
}

.cot_analysis_page .analysis_options table tbody tr.datafield td:nth-of-type(2){
	text-align: left;
}

.cot_analysis_page .analysis_options table tbody tr.datafield td:nth-of-type(3),
.cot_analysis_page .analysis_options table tbody tr.datafield td:nth-of-type(4){
	text-align: center;
}

.cot_analysis_page .analysis_options table tfoot td{
	padding: 6px 0;
}

.cot_analysis_page .analysis_options table .header1{
	font-size: 16px;
	vertical-align: middle;
}

.cot_analysis_page .analysis_options table .header2{
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

.cot_analysis_page .analysis_options table .header3{
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}

.cot_analysis_page .analysis_options table .option_btn{
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.cot_analysis_page .analysis_options table .lookback_custom{
	display: none;
}

.cot_analysis_page .analysis_options table .lookback_custom.visible{
	display: inline-block;
}

.cot_analysis_page .analysis_options table .lookback_custom .txtinput{
	width: 20px;
}

.cot_analysis_page .analysis_options table .add_more{
	cursor: pointer;
}

.cot_analysis_page .analysis_options table .add_more.hide{
	display: none;
}

.cot_analysis_page .analysis_options table .add_more:before{
	content: '\f067';
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block;
	border: 1px solid white;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 9px;
	text-align: center;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.cot_analysis_page .section_left .txtinput.small{
	width: 30px;
	padding: 2px;
	text-align: center;
	vertical-align: unset;
}

.cot_analysis_page .section_left select.small{
	padding: 2px;
	text-align: center;
	width: 70px;
}

.cot_analysis_page .custom_change,
.cot_analysis_page .cot_index_years{
	float: left;
	font-size: 14px;
}

.cot_analysis_page .custom_change .txtinput,
.cot_analysis_page .cot_index_years .txtinput{
	width: 40px;
	padding: 5px;
	text-align: center;
}

.cot_analysis_page .slider_container{
	margin-top: 30px;
	margin-bottom: 20px;
}

.cot_analysis_page .section_left .slider .sliderarea{
	background-color: white;
}

.cot_analysis_page .section_left .slider .sliderarea .ui-slider-handle{
	background-color: white !important;
	border-color: white;
}

.cot_analysis_page .section_left .saveloadsettings{

}

.cot_analysis_page .section_left .saveloadsettings button,
.cot_analysis_page .section_left .saveloadsettings .button{
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	color: white;
	padding: 5px 3px;
	border-radius: 5px;
	transition: all ease-in-out 0.2s;
	-webkit-appearance: none;
	border: 1px solid transparent;
	width: 50px;
	box-sizing: border-box;
	margin-left: 5px;
}

.cot_analysis_page .section_left .saveloadsettings button:hover,
.cot_analysis_page .section_left .saveloadsettings .button:hover{
	border-color: white;
}

.cot_analysis_page .section_left .saveloadsettings .field{
	display: flex;
	align-items: flex-start;
}

.cot_analysis_page .section_left .saveloadsettings .field .msg{
	color: rgb(255, 151, 170);
}

.cot_analysis_page .section_left .saveloadsettings .field .input{
	width: calc(100% - 50px);
}

.cot_analysis_page .section_left .saveloadsettings .field_presetname button{
	margin-top: 5px;
}

.cot_analysis_page .section_left .saveloadsettings .message{
	font-size: 13px;
}

.cot_analysis_page .section_left .save_settings_content,
.cot_analysis_page .section_left .load_settings_content{
	display: none;
}

.cot_analysis_page .section_left .save_settings_content.open,
.cot_analysis_page .section_left .load_settings_content.open{
	display: block;
}

.cot_analysis_page .section_left .load_settings_content .scrollbox{
	max-height: 190px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scroll-behavior: smooth;
	padding-right: 10px;
}

.cot_analysis_page .section_left .load_settings_content .scrollbox::-webkit-scrollbar{
	width: 6px;
}

.cot_analysis_page .section_left .load_settings_content .scrollbox::-webkit-scrollbar-thumb{
	background: #cdcdcd;
}

.cot_analysis_page .section_left .load_settings_content ul.items{
	font-size: 13px;
	margin-top: 10px;
}

.cot_analysis_page .section_left .load_settings_content ul.items li{
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
}

.cot_analysis_page .section_left .load_settings_content ul.items li:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.cot_analysis_page .section_left .load_settings_content ul.items li span.name{
	display: block;
	width: calc(100% - 110px);
	cursor: pointer;
}

.cot_analysis_page .results_container{
	margin: 10px 0;
	overflow: hidden;
	overflow-x: auto;
}

.cot_analysis_page.processing .results_container{
	opacity: 0.5;
}

.cot_analysis_page .results_container h3{
	font-size: 22px;
	color: #141414;
}

.cot_analysis_page .results_container h4{
	font-size: 19px;
	color: #141414;
}

.chartheader{
	font-size: 14px;
	text-align: left;
}

.chartheader .name{
	font-size: 24px;
}

.chartheader .category{
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

.chartheader .rightpanel{
	float: right;
	text-align: right;
}

.chartheader .caption{
	vertical-align: middle;
}

.chartheader ul.chartbuttons{
	/*float: right;
	text-align: right;*/
	display: inline-block;
	vertical-align: middle;
}

.chartheader ul.chartbuttons li{
	padding: 2px 3px;
	margin: 3px 3px 1px;
	background-color: #f3f2ee;
	border: 1px solid #656b76;
	color: #347cb1;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
}

.chartheader ul.chartbuttons li.active{
	background-color: #30a9df;
	color: white;
}

.tv_chart_wrapper > .tv_chart_chartarea iframe{
	height: calc(100vh - 40px) !important;
}

.cot_analysis_page .chartdiv2{
	height: 800px;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
}

.chartdiv2 .amcharts-stock-div{
	z-index: 1;
}

.chartdiv2 .amcharts-stock-div:after{
	background: url("../images/logo_black.svg") no-repeat;
	background-size: cover;
	width: 158px;
	height: 32px;
	content: '';
	opacity: 0.1;
	right: 70px;
	bottom: 70px;
	position: absolute;
	z-index: -1;
}

.cot_analysis_page.simple .chartdiv2{
	position: static;
}

table.cot_analysis_table{
	width: 100%;
	/*min-width: 600px;*/
	border-collapse: collapse;
	text-align: center;
	position: relative;
	border-spacing: 0;
	font-size: 13px;
}

table.cot_analysis_table thead{
	background: #979797;
}

table.cot_analysis_table thead td{
	border: 1px solid #979797;
	padding: 5px;
}

table.cot_analysis_table thead td.clickable:hover{
	cursor: pointer;
	color: #347CB1;
}

table.cot_analysis_table thead td.clickable.active{
	text-decoration: underline;
}

table.cot_analysis_table td{
	border: 1px solid #979797;
	padding: 6px 5px;
	color: #111111;
}

table.cot_analysis_table tbody tr{
	cursor: pointer;
}

table.cot_analysis_table tbody tr:hover td{
	background-color: #fff1c8 !important;
}

table.cot_analysis_table td.head1{
	background-color: #347CB1;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 20px;
}

table.cot_analysis_table td.head2{
	background-color: #E4E4E4;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 5px;
	border-bottom: none;
}

table.cot_analysis_table td.head3{
	background-color: #F6F6F6;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 5px;
}

table.cot_analysis_table td.left_head{
	background-color: white;
	border: none;
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	color: black;
}

table.cot_analysis_table td.left_head strong{
	font-size: 22px;
}

table.cot_analysis_table td.open_chart{
	background: #D8D8D8;
	color: #083EEE;
	padding: 0 10px;
}

table.cot_analysis_table td.marketname{
	text-align: left;
	font-weight: bold;
	border-left: 15px solid black;
	border-bottom-color: white;
	width: 160px;
	text-transform: uppercase;
	font-size: 14px;
}

table.cot_analysis_table tr.category_1 td.marketname{
	background-color: #A3E2FE;
	border-left-color: #1CAFFC;
}

table.cot_analysis_table tr.category_2 td.marketname{
	background-color: #C2C2C2;
	border-left-color: #6B696B;
}

table.cot_analysis_table tr.category_3 td.marketname{
	background-color: #D9CDAB;
	border-left-color: #D3AA3D;
}

table.cot_analysis_table tr.category_4 td.marketname{
	background-color: #FEC2E9;
	border-left-color: #FC48C2;
}

table.cot_analysis_table tr.category_5 td.marketname{
	background-color: #FFFE9E;
	border-left-color: #FFFE35;
}

table.cot_analysis_table tr.category_6 td.marketname{
	background-color: #FEC48B;
	border-left-color: #FD8221;
}

table.cot_analysis_table tr.category_7 td.marketname{
	background-color: #FD9395;
	border-left-color: #FC112A;
}

table.cot_analysis_table tr.category_8 td.marketname{
	background-color: #C9A8FD;
	border-left-color: #7A33FB;
}

table.cot_analysis_table .green{
	color: green;
}

table.cot_analysis_table .red{
	color: red;
}

table.cot_analysis_table tr.chart_container{
	display: none;
	cursor: default;
	vertical-align: top;
}

table.cot_analysis_table tr.chart_container.opened{
	display: table-row;
}

table.cot_analysis_table tr.chart_container td,
table.cot_analysis_table tr.chart_container td:hover{
	background: white !important;
	padding: 10px 10px 30px 10px;
	height: 810px;
	position: relative;
}

table.cot_analysis_table tr.chart_container.loading{
	display: table-row;
}

table.cot_analysis_table tr.chart_container.loading td:after{
	content: 'loading...';
}

table.cot_analysis_table .download_results{
	float: right;
	cursor: pointer;
}

table.cot_analysis_table .download_results.processing{
	background: url(../images/loader_white.svg) no-repeat center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

table.cot_analysis_table .download_results.processing:before{
	content: '';
}

/*---------------------------------------------------*/
.highlights_page{
	padding-top: 20px;
}

.highlights_page .dataform{

}

.highlights_page .dataform .field .label{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.highlights_page .dataform .field.field_date{
	padding-bottom: 20px;
}

.highlights_page .dataform .field.field_date .text{
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.highlights_page.processing .results_container{
	opacity: 0.5;
}

.highlights_page .groupbox{
	margin-bottom: 20px;
	font-size: 14px;
}

.highlights_page .groupbox .header{
	font-size: 24px;
	color: white;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.highlights_page .groupbox .boxcontent{
	padding: 20px 20px 0 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;

}

.highlights_page .groupbox .boxcontent .col{
	flex: 0 0 32%;
}

.highlights_page .groupbox.buy{
	background-color: rgba(84, 185, 36, 0.4);
}

.highlights_page .groupbox.buy .header{
	background-color: #54B924;
}

.highlights_page .groupbox.sell{
	background-color: rgba(204, 51, 0, 0.4);
}

.highlights_page .groupbox.sell .header{
	background-color: #CC3300;
}

.highlights_page .groupbox .boxcontent table{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	line-height: 1.2;
}

.highlights_page .groupbox .boxcontent table td{
	padding: 5px;
}

.highlights_page .groupbox .boxcontent table thead td{
	text-align: center;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
}

.highlights_page .groupbox .boxcontent table tbody td{
	background-color: white;
	border-bottom: 1px solid #a8a8a8;
}

.highlights_page .groupbox .boxcontent table tbody td:nth-of-type(1){
	width: 20px;
}

.highlights_page .groupbox .boxcontent table tbody td:nth-of-type(3){
	width: 40px;
	text-align: right;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_1 td{
	background-color: #A3E2FE;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_2 td{
	background-color: #C2C2C2;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_3 td{
	background-color: #D9CDAB;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_4 td{
	background-color: #FEC2E9;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_5 td{
	background-color: #FFFE9E;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_6 td{
	background-color: #FEC48B;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_7 td{
	background-color: #FD9395;
}

.highlights_page .groupbox .boxcontent table tbody tr.category_8 td{
	background-color: #C9A8FD;
}

.highlights_page .groupbox .boxcontent table tbody a:hover{
	text-decoration: underline;
}

/*---------------------------------------------------*/
.voloi_analysis_page{
	padding-top: 20px;
}

.voloi_analysis_page .dataform{

}

.voloi_analysis_page .dataform .field .label{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.voloi_analysis_page .dataform .field.field_period_days{
	padding-bottom: 20px;
}

.voloi_analysis_page .dataform .field.field_period_days .text{
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.voloi_analysis_page.processing .results_container{
	opacity: 0.5;
}

.voloi_analysis_page .chartdiv2{
	height: 800px;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
}

/*---------------------------------------------------*/
.ddselector{

}

.ddselector .selector_top{
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	line-height: 1.3;
	-moz-user-select: none;
	user-select: none;
}

.ddselector .selector_top:before{
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: -3px;
	display: block;
	z-index: 2;
}

.ddselector.opened .selector_top:before{
	content: '\f057';
	font-weight: normal;
}

.ddselector.opened .selector_top .value{
	display: none;
}

.ddselector .options{
	display: none;
}

.ddselector.opened .options{
	display: block;
}

/*---------------------------------------------------*/
.cot_export_page{
	padding: 20px;
}

.cot_export_page .dataform fieldset{
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid silver;
	/*border: none;*/
}

.cot_export_page .dataform fieldset > div{
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
}

.cot_export_page .dataform fieldset legend{
	color: #545454;
	font-weight: bold;
	margin-left: 8px;
}

.cot_export_page .dataform .field_left{
	float: none;
	width: auto;
	max-width: 20%;
	padding-right: 20px;
	box-sizing: border-box;
}

.cot_export_page .dataform fieldset.markets > div{
	justify-content: left;
}

.cot_export_page .dataform fieldset.markets .field_left{
	width: 25%;
	max-width: 25%;
}

.cot_export_page .dataform .field_history{
	width: 220px;
	max-width: none;
	padding-right: 0;
}

.cot_export_page .dataform .field_date{
	display: none;
}

.cot_export_page .dataform .field_date.opened{
	display: block;
}

.cot_export_page .custom_value{
	float: left;
	font-size: 14px;
}

.cot_export_page .custom_value .txtinput{
	width: 40px;
	padding: 5px;
	text-align: center;
}

.cot_export_page .dataform .txtinput.date{
	width: 100px;
	text-align: center;
}

.ui-datepicker{
	z-index: 2 !important;
}

/*---------------------------------------------------*/
.overlay{
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 10;
	display: none;
}

.overlay.opened{
	display: block;
}

/*---------------------------------------------------*/
.popup_container{
	/*background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;*/
}

/*---------------------------------------------------*/
.popup_subscribe{
	background: white;
	width: 800px;
	max-width: 100%;
	/*max-height: 100%;*/
	position: fixed;
	z-index: 11;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	color: #111111;
}

.popup_subscribe .big_header{
	font-size: 64px;
	margin-bottom: 20px;
}


.popup_subscribe .close{
	display: block;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 2;
}

.popup_subscribe .close:before{
	content: '\f00d';
	font-family: FontAwesome;
	font-size: 30px;
}

.popup_subscribe p{
	line-height: 1.5;
	font-size: 20px;
}

.popup_subscribe ul.items{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 60px;
}

.popup_subscribe ul.items.hide{
	display: none;
}


.popup_subscribe ul.items li{
	background: #ECECEC;
	max-width: 31%;
	width: 220px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 65px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	cursor: default;
}

.popup_subscribe ul.items li .name{
	background: #5bbec9;
	display: block;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	height: 190px;
	box-sizing: border-box;
	padding-top: 30px;
	clip-path: polygon(100% 0, 100% 78%, 50% 100%, 0 78%, 0 0);
	margin-bottom: 15px;
}

.popup_subscribe ul.items li .content{
	padding: 0 20px 20px 20px;
	text-align: center;
	font-size: 17px;
	color: #5BBEC9;
	font-weight: bold;
	min-height: 153px;
	box-sizing: border-box;

}

.popup_subscribe ul.items li .content .price{
	font-size: 53px;
	display: block;
	margin-bottom: 15px;
}

.popup_subscribe ul.items li .content p{
	margin: 10px 0;
	color: #515151;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 17px;
}

.popup_subscribe ul.items li .content .info{
	font-size: 16px;
	color: #DA1A1A;
}

.popup_subscribe ul.items li .bottom{
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

.popup_subscribe ul.items li .bottom .button{
	background-color: #5BBEC9;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	transition: all 0.3s ease;
	position: relative;
}

.popup_subscribe ul.items li .bottom .button:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) inset;
	top: 1px;
}


.popup_subscribe ul.items li.item_1_year .name{
	background-color: #5b86c9;
}

.popup_subscribe ul.items li.item_1_year .content{
	color: #5b86c9;
}

.popup_subscribe ul.items li.item_1_year .ribbon,
.popup_subscribe ul.items li.item_1_year .ribbon:before,
.popup_subscribe ul.items li.item_1_year .ribbon:after{
	background-color: #5b86c9;
}

.popup_subscribe ul.items li.item_1_year .bottom .button{
	background-color: #5b86c9;
}

.popup_subscribe ul.items li.item_2_year .name{
	background-color: #284d8f;
}

.popup_subscribe ul.items li.item_2_year .content{
	color: #284d8f;
}

.popup_subscribe ul.items li.item_2_year .ribbon,
.popup_subscribe ul.items li.item_2_year .ribbon:before,
.popup_subscribe ul.items li.item_2_year .ribbon:after{
	background-color: #284d8f;
}

.popup_subscribe ul.items li.item_2_year .bottom .button{
	background-color: #284d8f;
}

/*---------------------------------------------------*/
.discount_top_panel{
	background-color: #F6D254;
	padding: 15px 0;
	font-size: 22px;
	color: #393939;
	line-height: 1.2;
	text-align: center;
}

.discount_top_panel .section1{
	font-size: 24px;
	width: 360px;
	padding: 15px 10px 0 0;
	border-right: 2px solid rgba(0, 0, 0, 0.6);
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.discount_top_panel .section1 .big{
	font-size: 29px;
}

.discount_top_panel .section2{
	vertical-align: top;
	display: inline-block;
	padding-left: 115px;
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	position: relative;
}

.discount_top_panel .section2 .live{
	position: absolute;
	left: 0;
	top: -15px;
}

.discount_top_panel .button{
	background-color: #1C71B9;
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	width: 210px;
	text-align: center;
	display: block;
	text-decoration: none !important;
	transition: all 0.1s ease;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 5px;
}

.discount_top_panel .button:hover{
	background-color: #1c96e1;
}

/*---------------------------------------------------*/
.black_friday_panel{

}

.black_friday_panel .topimg{
	background: url("../images/black_friday_top.png") no-repeat right;
	background-size: cover;
	height: 364px;
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	position: relative;
}

.black_friday_panel .topimg .header{
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 10px;
}

.black_friday_panel .topimg .header small{
	font-size: 30px;
}

.black_friday_panel .topimg .sites{
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.black_friday_panel .topimg .sites a{
	display: inline-block;
	margin: 10px;

}

.black_friday_panel .topimg .sites a.cotbase{
	color: #6395b2;
}

.black_friday_panel .topimg .sites a.ftg{
	color: #2aa2ba;
}

.black_friday_panel .topimg .sites a.fxtg{
	color: #ea9b00;
}

.black_friday_panel .topimg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.black_friday_panel .topimg .expires{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-style: italic;
}

.black_friday_panel ul.items{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	line-height: 1.3;
	margin: 0 auto 30px auto;
	width: 940px;
	max-width: 100%;
}

.black_friday_panel ul.items li{
	background: white;
	width: 220px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 65px;
	margin-bottom: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	cursor: default;
}

.black_friday_panel ul.items li .name{
	background: #5b86c9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	height: 70px;
	padding-bottom: 10px;
	box-sizing: border-box;
	clip-path: polygon(101% -1%, 101% 78%, 50% 101%, -1% 78%, -1% -1%);
}

.black_friday_panel ul.items li .content{
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 19px;
	color: #5b86c9;
	font-weight: bold;
	box-sizing: border-box;
}

.black_friday_panel ul.items li .content .price_original{
	font-size: 25px;
	display: block;
	margin-bottom: 0;
	text-decoration: line-through;
	color: #7c7c7c;
}

.black_friday_panel ul.items li .content .price{
	font-size: 53px;
	display: block;
	margin-bottom: 10px;
}

.black_friday_panel ul.items li .content p{
	margin: 10px 0;
}

.black_friday_panel ul.items li .content p.type{
	font-size: 34px;
	min-height: 44px;
	margin-top: 0;
}

.black_friday_panel ul.items li .including{
	background: #c0003f;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
	width: 110px;
	height: 54px;
	padding-left: 15px;
	box-sizing: border-box;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 53px;
	right: -7px;
	line-height: 1.1;
}

.black_friday_panel ul.items li .including small{
	font-size: 12px;
}

.black_friday_panel ul.items li .bottom{
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

.black_friday_panel ul.items li .bottom .button{
	background-color: #5b86c9;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	transition: all 0.3s ease;
	position: relative;
}

.black_friday_panel ul.items li .bottom .button:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) inset;
	top: 1px;
}


.black_friday_panel ul.items li.cotbase_pro .content{
	color: #284d8f;
}

.black_friday_panel ul.items li.cotbase_pro .name,
.black_friday_panel ul.items li.cotbase_pro .bottom .button{
	background-color: #284d8f;
}

.black_friday_panel ul.items li.ftg .content{
	color: #2aa2ba;
}

.black_friday_panel ul.items li.ftg .name,
.black_friday_panel ul.items li.ftg .bottom .button{
	background-color: #2aa2ba;
}

.black_friday_panel ul.items li.fxtg .content{
	color: #ea9b00;
}

.black_friday_panel ul.items li.fxtg .name,
.black_friday_panel ul.items li.fxtg .bottom .button{
	background-color: #ea9b00;
}


.black_friday_panel ul.items li.silver .content{
	color: #949494;
}

.black_friday_panel ul.items li.silver .name,
.black_friday_panel ul.items li.silver .bottom .button{
	background-color: #949494;
}


.black_friday_panel ul.items li.gold .content{
	color: #d4bb5a;
}

.black_friday_panel ul.items li.gold .name,
.black_friday_panel ul.items li.gold .bottom .button{
	background-color: #d4bb5a;
}

.black_friday_panel ul.items li.silver,
.black_friday_panel ul.items li.gold{
	width: 460px;
}

.black_friday_panel ul.items li.silver .name,
.black_friday_panel ul.items li.gold .name{
	height: 100px;
}

.black_friday_panel ul.items li.gold .including{
	transform: scale(1.5);
	top: 124px;
	right: 20px;
}

/*---------------------------------------------------*/
.top_promo{
	background: black no-repeat;
	background-image: url("../images/bl_left.png"), url("../images/bl_right.png");
	background-position: left center, right center;
	height: 120px;
	position: relative;
	color: white;
	line-height: 1.3;
	padding: 5px 10px;
	box-sizing: border-box;
	display: block;
}

.top_promo .best_deals{
	background: url("../images/best_deals.png") no-repeat;
	width: 162px;
	height: 136px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -81px;
}

.top_promo .text1{
	font-size: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 90px;
	white-space: nowrap;
}

.top_promo .text2{
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 90px;
	white-space: nowrap;
	font-weight: bold;
}

.top_promo .text2 .button1{
	width: 210px;
	text-align: center;
	margin-top: 5px;
	display: block;
	padding: 0;
}

/*---------------------------------------------------*/
.indicators_panel{

}

.indicators_panel .main_img{
	background: url("../images/indicator_banner.jpg") no-repeat left center;
	background-size: cover;
	min-height: 613px;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 19px;
	color: #5e5e5e;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

.indicators_panel .main_img .content{
	width: 700px;
	max-width: 100%;
}

.indicators_panel .main_img .heading{
	font-size: 30px;
	color: #2d2d2d;
	text-align: right;
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: 800;
}

.indicators_panel .main_img .heading strong{
	font-size: 86px;
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
}

.indicators_panel .main_img p{
	margin: 30px 0;
}

.indicators_panel .main_img p.highlight{
	color: #22509b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.indicators_panel .features_section{
	position: relative;
}

.indicators_panel .features_section .header{
	background: white;
	color: #284d8f;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 12px 20px;
	width: 364px;
	box-sizing: border-box;
	max-width: 100%;
	display: block;
	position: absolute;
	top: -26px;
}

.indicators_panel .features_section .items{

}

.indicators_panel .features_section .items section{
	background: white;
	padding: 60px 0;
}

.indicators_panel .features_section .items section:nth-child(odd){
	background-color: #284d8f;
	color: white;
}

.indicators_panel .features_section .items ul.feats{
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

.indicators_panel .features_section .items ul.feats li{
	flex: 0 0 40%;
}

.indicators_panel .features_section .items ul.feats li .image{
	text-align: center;
	height: 140px;
}

.indicators_panel .features_section .items ul.feats li .title{
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.1;
}

.indicators_panel .features_section .items ul.feats.size3 li{
	flex-basis: 20%;
}

.indicators_panel .features_section .items ul.feats.size1 li{
	flex-basis: 100%;
}

.indicators_panel .features_section .items ul.feats.big{
	font-size: 19px;
	text-align: center;
}

.indicators_panel .features_section .items ul.feats.big .title{
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
}

.indicators_panel .features_section .items ul.feats .button1{
	font-size: 18px;
	padding: 25px 50px;
	margin-top: 25px;
	white-space: nowrap;
}

.indicators_panel .features_section .items .image_indicator{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -200px;
}

.indicators_panel .features_section .items .image_indicator img{
	max-width: 100%;
}

/*---------------------------------------------------*/
.header_panel{
	background: #284d8f;
	color: white;
	padding: 80px 0;
	text-align: center;
}

.header_panel h2{
	font-size: 46px;
	text-transform: uppercase;
}

/*---------------------------------------------------*/
.our_partners{

}

.our_partners .partnersmenu{
	background-color: #1E1D1D;
	color: white;
	padding: 40px 0 20px 0;
	position: sticky;
	top: 0;
	z-index: 3;
}

.our_partners .partnersmenu ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.our_partners .partnersmenu ul li{
	flex: 0 0 auto;
	max-width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 60px;
	/*border-right: 1px solid #4F4F4F;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.our_partners .partnersmenu ul li:last-child{
	border: none;
}

.our_partners .partnersmenu ul li img{
	max-width: 100%;
	max-height: 100%;
}

.our_partners section .textcontent{
	line-height: 1.4;
}

.our_partners section{
	/*background: linear-gradient(142.96deg, #F0EDED 0%, #8B8B8B 100%);*/
	padding: 40px 0;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 16px;
	color: #ACACAC;
}

.our_partners section.light{
	background: #D8D8D8;
	color: black;
}

.our_partners section.light .textcontent{
	color: black;
}

.our_partners section a{
	color: #C41D22;
	text-decoration: underline;
}

.our_partners section p{
	margin-bottom: 10px;
}

.our_partners section ul{
	margin: 10px 0;
}

.our_partners section ul li{
	margin-bottom: 2px;
	padding-left: 15px;
}

.our_partners section .button{
	background-color: #A81E23;
	height: 41px;
	width: 258px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	max-width: 100%;
}

.our_partners section ul li::before{
	top: 9px;
}

.our_partners section .main_wrapper{
	height: 100%;
	width: 1150px;
}

.our_partners section .header{
	font-size: 37px;
	display: block;
	margin-bottom: 30px;
	font-weight: normal;
	line-height: 1.1;
}

.our_partners section .row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	height: 100%;
}

.our_partners section .row .col{
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
}

.our_partners section.ninja{
	height: 370px;
	text-align: left;
	padding-top: 0;
}

.our_partners section.ninja .col1{
	flex-basis: 40%;
	max-width: 40%;
}

.our_partners section.ninja .col2{
	flex-basis: 60%;
	max-width: 60%;
}

.our_partners section.ninja img.monimg{
	position: absolute;
	left: 0;
	bottom: -145px;
	max-width: 100%;
	width: 450px;
}

.our_partners section.ninja img.logo{
	margin: 60px 0 50px 0;
	display: block;
	max-width: 100%;
}

.our_partners section.ninja p{
	width: 500px;
	max-width: 100%;
}

.our_partners section.ninja_desc{
	padding-bottom: 0;
}

.our_partners section.ninja_desc .main_wrapper{
	border-bottom: 1px solid #979797;
	padding-bottom: 30px;
}


.our_partners section.ninja_desc .col1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	max-width: 38%;
}


.our_partners section.kinetick .button{
	background-color: #F16522;
}

.our_partners section.kinetick .col2{
	position: relative;
}

.our_partners section.kinetick .logo{
	display: block;
	margin: 0 auto 10px auto;
	max-width: 100%;
}

.our_partners section.kinetick .logo2{
	position: absolute;
	left: 50%;
	bottom: -150px;
	transform: translateX(-50%);
	max-width: 100%;
}

.our_partners section.kinetick.kinetick1 .col1{
	text-align: center;
}

.our_partners section.kinetick a{
	color: #F16522;
}

.our_partners section.kinetick.kinetick p{
	margin-bottom: 30px;
	max-width: 100%;
	text-align: center;
}

.our_partners section.kinetick.kinetick1 p{
	width: 445px;
	text-align: left;
}

.our_partners section.kinetick .header{
	text-align: left;
}

.our_partners section.kinetick2{
	padding: 100px 0;
}

.our_partners section.kinetick2 .main_wrapper{
	width: 930px;
}

.our_partners section.ninza{
	text-align: center;
}

.our_partners section.ninza p{
	font-size: 17px;
	line-height: 1.4;
}

.our_partners section.ninza .quote{
	background: url("../images/quote.svg") no-repeat left 12px;
	padding: 10px 0 10px 85px;
	font-style: italic;
	font-size: 17px;
	line-height: 1.5;
	margin: 50px auto;
	width: 680px;
	max-width: 100%;
	text-align: left;
	box-sizing: border-box;
}

.our_partners section.ninza .quote p{
	font-size: 17px;
	line-height: 1.5;
}

.our_partners section.ninza .button{
	background-color: #D40000;
	margin: 0 auto;
	display: flex;
	margin-top: 40px;
}

/*
.our_partners ul.items{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
}

.our_partners ul.items li{
	border: 1px solid #d9d9d9;
	font-size: 18px;
	margin-bottom: 20px;
}

.our_partners ul.items li .section_top{
	padding: 20px 45px;
	border-bottom: 1px solid #d9d9d9;
}

.our_partners ul.items li .quote{
	background: #efefef;
	padding: 35px 45px;
	text-align: center;
	font-style: italic;
	line-height: 1.7;
}

.our_partners ul.items li .text{
	padding: 20px 45px;
	line-height: 1.5;
}

.our_partners ul.items li .btn_container{
	text-align: center;
	margin-top: 20px;
}

.our_partners ul.items li .button{
	background: #284d8f;
	display: inline-flex;
	align-items: center;
	height: 45px;
	border: 1px solid #94a7c8;
	padding: 0 20px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}*/

/*---------------------------------------------------*/
.page_indicators{

}

.page_indicators .top_panel{
	display: flex;
	padding-bottom: 30px;
}

.page_indicators .top_panel .item{
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
}


.page_indicators .top_panel .item .box{
	background: linear-gradient(180deg, #16425F 0%, #091F2D 49.77%, #050D13 100%);
	height: 540px;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;

}

.page_indicators .top_panel .item .box .container{
	/*background-color: rgba(255, 255, 255, 0.1);*/
	width: 720px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px 20px 20px 0;
}

.page_indicators .top_panel .item .box .panel1{
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.page_indicators .top_panel .item .box .panel1 .logo{
	display: block;
	margin-right: 35px;
	max-width: 100%;
	height: 140px;
}

.page_indicators .top_panel .item .box .panel1 .flag{
	background-color: #0D75A6;
	color: white;
	width: 246px;
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 22px;
	margin-top: 5px;
	box-sizing: border-box;
	clip-path: polygon(100% 0, calc(100% - 30px) 100%, 0 100%, 0 0);
	box-sizing: border-box;
}

.page_indicators .top_panel .item .box .panel1 .flag img{
	margin-bottom: 5px;
}

.page_indicators .top_panel .item .box .platforms{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	min-height: 24px;
}

.page_indicators .top_panel .item .box .platforms .or{
	margin: 0 20px;
}

.page_indicators .top_panel .item .box .platforms img{
	max-width: 70%;
	max-height: 20px;
	object-fit: contain;
}

.page_indicators .top_panel .item .box .panel2{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

.page_indicators .top_panel .item .box .panel2 img.boximg{
	max-height: 308px;
	max-width: 44%;
	flex: 0 1 auto;
	margin-right: -50px;
}

.page_indicators .top_panel .item .box .panel2 .price_panel{
	flex: 0 1 auto;
}

.page_indicators .top_panel .item .box .panel2 .price_panel .price{
	font-size: 29px;
	font-weight: bold;
}

.page_indicators .top_panel .item .box .panel2 .price_panel .price strong{
	font-size: 52px;
	font-weight: bold;
}

/*pro*/
.page_indicators .top_panel .item.pro .box .container{
	padding-right: 50px;
}

.page_indicators .top_panel .item.pro .box .panel2 .price_panel{
	margin-top: -75px;
}

/*icot*/
.page_indicators .top_panel .item.icot .box{
	background: linear-gradient(180deg, #333333 0%, #171717 49.77%, #000000 100%);
	justify-content: flex-start;

}

.page_indicators .top_panel .item.icot .box .container{
	padding-left: 20px;
	width: 360px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.page_indicators .top_panel .item.icot .box .container_icot:after{
	background-color: #979797;
	content: '';
	width: 1px;
	height: 453px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -226px;
}

.page_indicators .top_panel .item.icot .box .panel1 .flag{
	background-color: #FED149;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.page_indicators .top_panel .item.icot .box .panel1 .flag strong{
	font-size: 21px;
	display: block;
	margin-bottom: 5px;
}

.page_indicators .top_panel .item.icot .panel1 .logo{
	margin-right: 0;
	height: 130px;
}

.page_indicators .top_panel .item.icot .panel1{
	height: 174px;
	align-items: flex-start;
}

.page_indicators .top_panel .item.icot .container_aftersignal .panel1{
	position: relative;
}

.page_indicators .top_panel .item.icot .container_aftersignal .panel1 .new{
	background-color: #A01414;
	color: white;
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	overflow: hidden;
	display: inline-block;
	padding: 4px 12px;
	width: 70px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	z-index: 4;
	box-sizing: border-box;
	margin-left: 10px;
	position: absolute;
	left: 124px;
	top: 13px;
}

.page_indicators .top_panel .item.icot .container_aftersignal .panel1:after{
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(56, 195, 90, 1) 0%, rgba(255, 255, 255, 0) 20%);
	opacity: 0.6;
	content: '';
	width: 800px;
	height: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -334px 0 0 -374px
}

.page_indicators .top_panel .item.icot .container_aftersignal .panel1 .logo{
	height: 174px;
	z-index: 2;
	position: relative;
}

.page_indicators .top_panel .item.icot .container_aftersignal .button.buy{
	background-color: #1CB759;
}

.page_indicators .top_panel .item.icot .container_aftersignal .button.buy:hover{
	background-color: #1c8c46;
}

.page_indicators .button{
	background-color: #50A5DE;
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 248px;
	max-width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: white;
	transition: all 0.3s ease;
	position: relative;
	text-transform: uppercase;
	margin: 20px auto;
	box-sizing: border-box;
}

.page_indicators .button:hover{
	background-color: #4c669b;
}

.page_indicators .button.features{
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.page_indicators .item .heading{
	margin: 0 auto 40px auto;
	line-height: 1.3;
	padding: 0 20px;
}

.page_indicators .item .heading .container{
	width: 720px;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}

.page_indicators .item.pro .heading .container{
	float: right;
}

.page_indicators .item.icot .heading{
	display: flex;
	justify-content: center;
	margin: 0;
	width: 710px;
	max-width: 100%;
	padding: 0;
}

.page_indicators .item.icot .heading .container{
	width: auto;
	padding-left: 0;
}

.page_indicators .item .heading .graybox{
	background-color: #3F3F3F;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
	color: white;
	width: 540px;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 10px 50px;
}

.page_indicators .item.icot .heading .graybox{
	clip-path: polygon(30px 0px, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}

.page_indicators .top_panel .item .header{
	font-size: 24px;
	font-weight: 900;
	display: block;
	margin-bottom: 15px;
}

.page_indicators .top_panel .item p{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/*
.page_indicators .top_panel.stuck{
	background-color: white;
}

.page_indicators .top_panel.stuck .box{
	height: 200px;
	margin-bottom: 50px;
	align-items: flex-start;
}

.page_indicators .top_panel.stuck .details{
	display: none;
}

.page_indicators .top_panel.stuck .item .box .boximg{
	width: 200px;
	bottom: -60px;
}

.page_indicators .top_panel.stuck .item .box .flag{
	font-size: 27px;
	top: 10px;
	height: 38px;
	padding-left: 10px;
	padding-right: 30px;
	clip-path: polygon(100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%, 0 0);
}

.page_indicators .top_panel.stuck .container{
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}

.page_indicators .top_panel.stuck .button{
	position: absolute;
	left: -20px;
	bottom: -40px;
	width: 200px;
	margin: 0 !important;
}

.page_indicators .top_panel.stuck .button.features{
	display: none;
}

.page_indicators .top_panel.stuck .item .heading{
	display: none;
}*/

.page_indicators .graybg{
	background-color: #D8D8D8;
	padding: 50px 0 80px 0;
	color: black;
}

.page_indicators .big_header{
	color: black;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.page_indicators .compare .compareitems{
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}

.page_indicators .compare .compareitem{
	flex: 0 0 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

.page_indicators .compare .compareitem.compareitem_pro{
	flex: 0 0 50%;
}

.page_indicators .compare table{
	width: 100%;
	color: black;
	font-size: 15px;
	border-spacing: 0;
	line-height: 1.3;
}

.page_indicators .compare table td{
	padding: 5px 0;
	border-bottom: 1px solid #979797;
	height: 54px;
}

.page_indicators .compare table td img{
	vertical-align: middle;
	margin: 0 5px;
}


.page_indicators .compare table .help_ico{
	background-color: transparent;
	color: #979797;
	border-color: #979797;
	text-shadow: none;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin-left: 10px;
}

.page_indicators .compare table .button{
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
}

.page_indicators .tutorials{
	display: flex;
	margin-bottom: 50px;
}

.page_indicators .tutorials .items{
	background-color: #2CA9E0;
	flex: 0 0 50%;
	color: white;
}

.page_indicators .tutorials .items.icot{
	background-color: #16425F;
}

.page_indicators .tutorials .videobox{
	background-color: transparent;
}

.page_indicators .tutorials .items .header{
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
}

.page_indicators .tutorials .items .item{
	padding: 40px;
}

/*---------------------------------------------------*/
.page_affiliate_conversions{
	padding: 60px 0;
}

.page_affiliate_conversions table.conversions{
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #2C2C2C;
	white-space: nowrap;
}

.page_affiliate_conversions table.conversions td{
	padding: 5px 5px;
	border: 1px solid white;
}

.page_affiliate_conversions table.conversions tbody td{
	border-bottom: 1px solid #D8D8D8;
}

.page_affiliate_conversions table.conversions thead td{
	background: #D8D8D8;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.page_affiliate_conversions table.conversions tbody td:nth-child(4){
	white-space: normal;
}

.page_affiliate_conversions table.conversions tbody td:nth-child(5),
.page_affiliate_conversions table.conversions tbody td:nth-child(6),
.page_affiliate_conversions table.conversions tbody td:nth-child(7),
.page_affiliate_conversions table.conversions tbody td:nth-child(8){
	text-align: right;
	width: 10%;
}

.page_affiliate_conversions table.conversions tfoot td{
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

.page_affiliate_conversions form.dataform .txtinput{
	width: 100px;
}

/*---------------------------------------------------*/
.myindicators{
	padding-top: 20px;
}

.myindicators .header{
	font-size: 34px;
	font-weight: bold;
	color: #535353;
}

.myindicators table.indicatortable{
	border-spacing: 10px;
	font-size: 15px;
	color: #535353;
	line-height: 1.3;
}

.myindicators table.indicatortable td{
	width: 33.33%;
	text-align: center;
}

.myindicators table.indicatortable thead td .images{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 320px;
}

.myindicators table.indicatortable thead td .images .logo{
	position: absolute;
	top: 10px;
	left: 146px;
	max-width: 100% !important;
}

.myindicators table.indicatortable td:nth-child(1){
	width: 200px;
}

.myindicators table.indicatortable tbody td:nth-child(1){

}

.myindicators table.indicatortable tbody td.caption{
	background-color: #E9E9E9;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	color: black;
	white-space: nowrap;
	text-align: left;
}

.myindicators table.indicatortable tbody td:nth-child(2),
.myindicators table.indicatortable tbody td:nth-child(3){
	border-bottom: 1px solid #979797;
	padding: 0 10px;
	min-width: 300px;
}

.myindicators table.indicatortable a{
	text-decoration: underline;
	color: #535353;
}

.myindicators table.indicatortable td.buy_box{
	background-color: #E9E9E9;
	border-bottom: 0 !important;
	padding: 20px;
	height: 310px;
}

.myindicators table.indicatortable td.buy_box p{
	width: 300px;
	max-width: 100%;
	margin: 0 auto 15px auto;
	font-size: 14px;
}

.myindicators table.indicatortable td.buy_box .price_container{
	text-align: right;
	width: 160px;
	margin: 0 auto 20px auto;
	font-size: 22px;
	font-weight: bold;
	color: black;
	line-height: 1;
}

.myindicators table.indicatortable td.buy_box .price_container .price{
	font-size: 60px;
	display: block;
}

.myindicators table.indicatortable td.buy_box .price_container .price_original{
	font-size: 22px;
	display: inline-block;
	position: relative;
}

.myindicators table.indicatortable td.buy_box .price_container .price_original:after{
	background-color: #D51C1C;
	height: 3px;
	width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.myindicators table.indicatortable td.buy_box .button1{
	width: 165px;
	max-width: 100%;
	box-sizing: border-box;
}

.myindicators table.indicatortable tbody tr.empty td{
	background-color: transparent;
	border: none;
	height: 100px;
}

/*---------------------------------------------------*/
.popup_panel{
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
}

.popup_panel.opened{
	display: block;
}

.popup_icot_selector .popup_box{
	background-color: #221F1F;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	width: 577px;
	max-width: 100%;
	padding: 30px;
	padding-bottom: 0;
	box-sizing: border-box;
	border-radius: 4px;
	color: white;
	position: fixed;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.popup_icot_selector .popup_box .header{
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	display: block;
	margin-bottom: 35px;
}

.popup_icot_selector .popup_box ul.items{

}

.popup_icot_selector .popup_box ul.items li{
	border-bottom: 1px solid #333232;
	padding: 30px 0;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: space-between;
}

.popup_icot_selector .popup_box ul.items li .logo{
	flex: 0 1 320px;
	max-width: 100%;
	min-width: 0;
}

.popup_icot_selector .popup_box ul.items li img{
	max-width: 100%;
	vertical-align: middle;
}

.popup_icot_selector .popup_box ul.items li:last-child{
	border-bottom: 0;
}

.popup_icot_selector .popup_box ul.items li .button1{
	background-color: #1CB759;
	margin-left: 10px;
	min-width: 0;
	flex-shrink: 0;
}

.popup_icot_selector .popup_box ul.items li .button1:hover{
	background-color: #1cdc5b;
}

.popup_icot_selector .popup_box .notice{
	background-color: #121111;
	padding: 20px 30px;
	margin: 0 -30px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #D3D3D3;
}

.popup_icot_selector .popup_box .preorder{
	background-color: #FF4747;
	color: white;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	font-weight: 900;
	font-size: 8px;
	margin-left: 20px;
}

.popup_icot_selector .popup_box .icot_selector{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 330px;
	max-width: 100%;
	margin: 0 auto 20px auto;
}

.popup_icot_selector .popup_box .icot_selector .switch .bar{
	width: 66px;
	height: 26px;
	border: 1px solid #979797;
	border-radius: 14px;
	position: relative;
	cursor: pointer;
}

.popup_icot_selector .popup_box .icot_selector .switch .bullet{
	background-color: #1ACF5E;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0 5px;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 10px 4px #1ACF5E;
	/*margin: 0 3px;*/
}

.popup_icot_selector .popup_box .icot_selector .switch.option_aftersignal .bullet{
	left: 40px;
}

/*---------------------------------------------------*/
.top_banner{
	background-color: black;
}

.top_banner img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/*---------------------------------------------------*/
.black_friday_page{
	padding-bottom: 70px;
}

.black_friday_page .heading_panel{
	background: linear-gradient(180deg, #333333 0%, #000000 100%);
	height: 548px;
	color: white;
	text-align: center;
	font-weight: 800;
	padding-top: 77px;
	box-sizing: border-box;
}

.black_friday_page .heading_panel .header{
	display: block;
	font-size: 90px;
	font-weight: 800;
}

.black_friday_page .heading_panel .t1{
	display: block;
	font-size: 123px;
	font-weight: 800;
}

.black_friday_page .heading_panel .t1 strong{
	color: #FF4747;
}

.black_friday_page ul.items{
	margin: -230px -10px 70px -10px;
	display: flex;
	color: #090909;
}

.black_friday_page ul.items li{
	padding: 0 10px;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
}

.black_friday_page ul.items li .boximg{
	height: 335px;
	position: relative;
}

.black_friday_page ul.items li .boximg img{
	max-width: 100%;
	max-height: 100%;
}

.black_friday_page ul.items li .details{
	position: relative;
}

.black_friday_page ul.items li .discount{
	background-color: #E9B855;
	display: inline-block;
	color: white;
	font-size: 41px;
	font-weight: 800;
	padding: 10px 25px;
	position: absolute;
	left: 70px;
	top: -215px;
}

.black_friday_page ul.items li .logo{
	margin-bottom: 30px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.black_friday_page ul.items li .logo img{
	max-width: 100%;
	max-height: 100%;
}

.black_friday_page ul.items li .logo .available{
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	width: 170px;
}

.black_friday_page ul.items li .logo .available .tradingview{
	position: relative;
}

.black_friday_page ul.items li .logo .available .preorder{
	background-color: #FF4747;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
	display: inline-block;
	color: white;
	padding: 2px 10px 2px 26px;
	font-weight: 900;
	position: absolute;
	right: -54px;
	top: -15px;
	line-height: 1;
}

.black_friday_page ul.items li .logo .available .preorder .t1{
	display: block;
	font-size: 28px;
}

.black_friday_page ul.items li .logo .available .preorder .t2{
	display: block;
	font-size: 16px;
}

.black_friday_page ul.items li .logo p{
	font-weight: normal;
	font-size: 14px;
}

.black_friday_page ul.items li .priceblock{
	width: 140px;
	margin: 0 auto;
	text-align: right;
}

.black_friday_page ul.items li .price_original{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

.black_friday_page ul.items li .price_original:after{
	background-color: #D51C1C;
	height: 4px;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.black_friday_page ul.items li .now{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.black_friday_page ul.items li .price{
	display: block;
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 30px;
}

.black_friday_page ul.items li .button1{
	background-color: #5B86C9;
	width: 250px;
	max-width: 100%;
	height: 54px;
	font-size: 22px;
	padding: 0;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.black_friday_page ul.items li .button1:hover{
	opacity: 0.9;
}


.black_friday_page ul.items li.pro .boximg,
.black_friday_page ul.items li.icot .boximg{
	right: -70px;
}

.black_friday_page ul.items li.pro .button1{
	background-color: #4C4F6F;
}

.black_friday_page ul.items li.pro .discount{
	background-color: #A3B64B;
}

.black_friday_page ul.items li.icot .discount{
	background-color: #FF4747;
}

.black_friday_page ul.items li.icot .logo{
	position: relative;
	top: 16px;
}

.black_friday_page ul.items li.icot .available{
	line-height: 1.8;
}

.black_friday_page ul.items li.icot .button1{
	background-color: #312E2D;
}

.black_friday_page p.notice{
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}

/*---------------------------------------------------*/
.popup_icot_and_pro{
	background: black url("../images/bg_popup_icot_and_pro.png") no-repeat center top;
	background-size: cover;
	color: white;
	width: 690px;
	max-width: 100%;
	/*max-height: 100%;*/
	position: fixed;
	z-index: 11;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	border: 10px solid white;
}


.popup_icot_and_pro .content_section{
	padding: 280px 0 20px 0;
}

.popup_icot_and_pro .header{
	font-size: 42px;
	min-height: 42px;
	font-weight: 900;
	display: block;
	margin-bottom: 30px;
}

.popup_icot_and_pro .centerinfo{
	display: flex;
	align-items: center;
	margin: 0 auto 40px auto;
	padding-right: 50px;
}

.popup_icot_and_pro .centerinfo .pricebox{
	background-color: #FED149;
	/*clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 100% 100%, 0 140%);*/
	clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 94.62% 132%, 0 140%);
	width: 390px;
	height: 100px;
	text-align: right;
	position: relative;
}

.popup_icot_and_pro .centerinfo .pricebox .black{
	background-color: black;
	clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 100% 100%, 0 100%);
	width: 138px;
	height: 48px;
	padding-left: 20px;
	box-sizing: border-box;
	color: white;
	position: absolute;
	left: 0;
	top: 14px;
	display: flex;
	align-items: center;
}

.popup_icot_and_pro .centerinfo .pricebox .price_original{
	font-size: 28px;
	font-weight: normal;
	position: relative;
	margin-left: 15px;
}

.popup_icot_and_pro .centerinfo .pricebox .price_original:after{
	background-color: #DE2E2E;
	height: 3px;
	width: 61px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateY(-50%) translateX(-50%) rotate(-13deg);
}

.popup_icot_and_pro .centerinfo .pricebox .price{
	color: #252525;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	padding: 10px 50px 0 0;
	box-sizing: border-box;
	position: relative;
}

.popup_icot_and_pro .centerinfo .pricebox .price .line1{
	display: flex;
	font-size: 20px;
	font-weight: 900;
	align-items: flex-start;
	justify-content: flex-end;
	text-transform: uppercase;
}

.popup_icot_and_pro .centerinfo .pricebox .price .line1 span{
	margin-top: 5px;
	display: block;
}

.popup_icot_and_pro .centerinfo .pricebox .price .line1 strong{
	font-size: 57px;
	margin-left: 10px;
	font-weight: 900;
	letter-spacing: -2px;
}

.popup_icot_and_pro .centerinfo .pricebox .price .line2{
	font-size: 21px;
	font-weight: bold;
	text-align: right;
}

.popup_icot_and_pro .centerinfo .pricebox .limited{
	background-color: #D42F2F;
	clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 5px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	display: block;
	width: 190px;
	margin: -20px auto 0 auto;
	box-sizing: border-box;
	position: absolute;
	bottom: -10px;
	left: 77px;
	z-index: 2;
}

.popup_icot_and_pro .centerinfo .button{
	background-color: white;
	border: 1px solid #373737;
	display: block;
	padding: 12px;
	flex: 1 1 auto;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 900;
	color: #373737;
	margin-bottom: 40px;
	transition: all 0.2s ease-in-out;
	margin: -30px;
	max-width: 283px;
}

.popup_icot_and_pro .centerinfo .button:hover{
	background-color: #cdcdcd;
}

.popup_icot_and_pro a.button_no{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: underline;
	line-height: 1.2;
}

.popup_icot_and_pro.with_aftersignal{
	background-image: url("../images/bg_popup_icotas_and_pro.png");
	width: 830px;
}

/*---------------------------------------------------*/
.top_info_line{
	background-color: #A01414;
	color: white;
	font-size: 23px;
	line-height: 27px;
	padding: 30px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_info_line .icon{
	width: 28px;
	height: 28px;
	border: 3px solid white;
	border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-right: 12px;
	flex: 0 0 auto;
}