* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}
a{
	transition: color 0.2s linear;
}
#pwrapper {
    width: 575px;
    height: 420px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    position: absolute;
    top: 55px;
    z-index: 15;
    display: flex;
    flex-flow: row wrap;
    right: 31px;
    background-color: #e9e9e9;
}
.btn-success {
    background: #8ecc4d;
    border: 1px solid #8ecc4d;
}
.gr{
	color: #666666;
	padding: 0 0 30px;
}
@media (max-width: 1024px){
	.gr{
		padding: 0 0 30px;
		margin-top: -10px;
	}
}
#pwrapper.hidden:after{
	display: none;
}
#pwrapper>* {
	position: relative;
	z-index: 20;
}
#pwrapper:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.calendar_wrapper {
	flex: 1 1 50%;
	height: 400px;
	padding: 0 1px;
}
.calendar_menu {
	display: flex;
	flex: 1 1 100%;
	justify-content: space-around;
    }
	.set_date {
		flex: 1 1 50%;
		padding-left: 30px;
	}
	.calendar_btn {
		flex: 1 1 50%;
		padding-right: 40px;
	}
/*	.calendar_btn button {
		width: 115px;
		height: 33px;
		cursor: pointer;
		border-radius: 3px;
		color: #666666;
		border: none;
		font-size: 12px;
	}
	.calendar_btn button:nth-of-type(1) {
		background-color: #91cf51; 
		box-shadow: inset 0 1px 2px rgba(255,255,255,0.2), 0 3px 2px rgba(0,0,0,0.05);
		border-radius: 5px;
		border: 1px solid #91cc51;
		color: #ffffff;
	} */
		.calendar_btn button:nth-of-type(2) {
			background-color: transparent;
		}
		.calendar_btn button:nth-of-type(1):hover {
			color: #fff;
		}
		.calendar_btn button:nth-of-type(2):hover {
			text-decoration: underline;
		}
.set_date p:nth-of-type(1){
	width: 75px;
	display: inline-block;
}
.set_date span {
	color: #669f2e;
	line-height: 1.4;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 10px;
}
.set_date span:hover {
	color:#69c900;
}
.calendar_inputs {
    width: 266px;
    height: 33px;
    border: 2px solid #9acc99;
    padding-left: 30px;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 15px;
}
.calendar_inputs::placeholder {
	margin-left: -20px;
}
.ui-widget.ui-widget-content {
	width: 90%;
	margin: 35px auto;
	border: 0 ;
	padding: 0;
}
.ui-widget.ui-widget-content > * {
	background-color: #e9e9e9;
	border: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
	border: 0;
	background-color: #e9e9e9;
}
.ui-state-default {
	height: 30px;
	line-height: 25px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	text-align: center;
}
.ui-datepicker table {
	margin: 0;
}
body {
	background-color: #deefcc;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
}

#show_more {
    width: 100%;
    text-align: center;
    color: #000;
    cursor: pointer;
    margin: 25px auto 10px;
    display: block;
    max-width: 140px;
    font-size: 15px;
    border: 1px solid #dfdfdf;
}

.toppanel-menu li.to_pay {
	/* display: none; */
}
.to_pay span {
	color: #83ac5d;
}
.header-menu a.left_mobile {
	display: none;
}
.header-menu a.offers_link {
	display: none;
}
.hidden {
	display: none !important;
}
.test p.turn_off {
	color: #666666;
	width: 50px;
	border-bottom: 1px solid #666666;
}
		/*ВСПЛЫВАЮЩАЯ ПОДСКАЗКА*/
.pop_up {
			position: relative;
		}
.pop_up:before {
 content:attr(data-description);
 box-sizing:border-box;
 display:block;
 background:#fff;
 color: #7fb355;
 padding:10px;
 position:absolute;
 left:50%;
 top: -10px;
 margin-left:-75px;
 width:150px;
 height:35px;
 line-height:20px;
 border-radius:5px;
 opacity:0;
 transition:.25s ease-in-out;
}
.pop_up:after {
 content:'';
 display:block;
 position:absolute;
 top:0px;
 left:50%;
 margin-left:-8px;
 height:0;
 width:0;
 border-left:8px solid transparent;
 border-right:8px solid transparent;
 border-top:8px solid #fff;
 transition:.25s ease-in-out;
 opacity:0;
}
.pop_up:hover:before {
 opacity:1;
 top:-50px;
}
.pop_up:hover:after {
 opacity:1;
 top:-15px;
}
/*CALENDAR*/
.main_calendar {
	position: absolute;
	z-index: 10;
}
.datepicker {
	font-size: 12px;
}
.datepicker > * {
	border: 0;
	background-color: #e9e9e9;
	color: #000;
}
.datepicker--day-name,
.datepicker--nav-title i {
	color: #000;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus- {
	background-color: #9bcb9b;
}
.datepicker--cell.-in-range- {
	background-color: #f4faee;
}
 .datepicker--cell.-range-to- {
 	border: 0;
 }
.datepicker-inline .datepicker {
	border: 0;
}
.datepicker--nav-action svg,
.datepicker--nav-action {
	display: none;
}
.datepicker--nav-title {
	margin: 0 auto;
}
.datepicker-inline {
    padding: 35px 0 0 16px;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
		display: none;
}
/*ARROW*/
.arrow_down {
	transform: rotateZ(180deg);
}
/*HEADER*/
		/*BURGER*/
#burger_menu {
    cursor: pointer;
    display: none;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 26px;
}
.burger_line {
	width: 100%;
	height: 3px;
	background-color: #72bd07;
	position: absolute; 
}
.burger_line:nth-of-type(1) {
	top: 0;
	border-bottom: 1px solid #e3f2cd;
}
.burger_line:nth-of-type(2) {
	top: 7px;
	border-top: 1px solid #aad76a;
	border-bottom: 1px solid #aad76a;
}
.burger_line:nth-of-type(3) {
	top: 14px;
	border-top: 1px solid #e3f2cd;
}
.burger_line:nth-of-type(4) {
	top: 20px;
	border-top: 1px solid #e3f2cd;
}
#close_menu_icon {
    display: none;
    height: 25px;
    margin: 40px auto 5px;
    position: absolute !important;
    right: 15px !important;
    top: -32px !important;
    width: 25px;
    z-index: 1000;
    border: none !important;
    background: none !important;
}
#close_menu_icon div {
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #ccc;
	cursor: pointer;
    top: 10px;
}
#main_menu li:hover > div {
    background: #000;
    transition: all 0.33s ease;
}
#close_menu_icon div:nth-of-type(1) {
	transform: rotateZ(45deg);
}
#close_menu_icon div:nth-of-type(2) {
	transform: rotateZ(-45deg);
}
.toppanel-wrap {
	background-color: #ffffff;
	border-bottom: 1px solid #bcc6b3;
	box-shadow: 0px 1px 0px 0px #d9e5cc;
	-webkit-box-shadow: 0px 1px 0px 0px #d9e5cc;
	-moz-box-shadow: 0px 1px 0px 0px #d9e5cc;
	margin-bottom: 20px;
}
.toppanel, .header-menu, .page {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.header-menu {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.header-menu {
	margin-bottom: 14px;
	border-bottom: 1px solid #72a33e;
	border-radius: 3px;
	background-color: #8ecc4d;
}
nav ul {
	list-style: none;
}
#main_menu {
	padding: 0;
	margin: 0;
    border: none !important;
}
#main_menu li:nth-child(1) > a{
    border-radius: 4px 0px 0px 4px;
}
#main_menu > li {
   border: none !important; 
}
#main_menu::after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0px;
}
#main_menu li {
    border-bottom: 1px solid #72a33e;
    border-top: 1px solid #98e24b;
    float: left;
    line-height: 0;
    position: relative;
}
#main_menu li:hover {
    background: #87c249;
}
#main_menu li:hover > ul > li > a {
    color: #fff;
    background: #8ecc4d;
    font-weight: 700;
}
#main_menu li > ul > li:hover > a {
    background: #87c249;
}
#main_menu li > ul > li:hover > a:active {
    background: #79b33b;
}
a {
	color: #4e9600;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	text-decoration: none;
}
.header-menu a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #689f2d;
    font-size: 14px;
    text-shadow: 0px -1px 0px #689f2d;
    padding: 20px 15px;
    text-decoration: none;
}
a.financial_storm {
	text-shadow: 1px 1px 10px #eee, 0px 0px 1em #eee;
	color: white;
}
#main_menu ul {
	margin-top: 4px;
	list-style: none;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 99999;
	background: #82C23D;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
	border-radius: 0px 0px 5px 5px;
}
#main_menu ul {
	width: 100%;
}
#main_menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #689f2d;
}
#main_menu ul li:last-child {
	border-bottom: none;
}
#main_menu li:hover>ul {
    display: block;
}
li.dropdown-link > a {
	padding: 10px 20px !important;
}
#main_menu ul a {
	padding: 10px;
	height: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
    transition: all 0.33s ease;
}
#main_menu ul li:last-child > a {
	border-radius: 0 0 5px 5px;
}
#main_menu::after {
	height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: " ";
}
#main_menu ul a:hover,
 #main_menu a:hover,
 #main_menu ul li:hover
  {
	background: #87c249;
}
#main_menu ul a:active,
#main_menu a:active {
    transition: all 0.33s ease;
    background:#79b33b;
}
.toppanel, .page {
	overflow: hidden;
}
.clearfix::before, .clearfix::after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix::after {
	clear: both;
}
.left {
	float: left;
}
.toppanel-menu {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.toppanel-menu li {
	display: block;
	float: left;
	line-height: 40px;
    margin: 0 0 0 15px;
}
.toppanel-menu li a {
	display: block;
}
.toppanel-menu .exit a {
	color: #999999;
}
a img {
	border: none;
}
.logo {
	width: 264px;
	height: 30px;
	margin-top: 5px;
    margin-left: 0px;
}
.login {
    background-color: #fcf8e3;
    border: 1px solid #eadbbc;
    border-radius: 4px;
    color: #8a6d3b;
    margin: 14px 0;
    padding: 15px;
    text-align: center;
    }
.login p {
    margin: 0;
}     
.login p a {
	color: #79b24a;
	text-decoration: underline;
	transition: color 0.2s linear;
}
.login p a:hover{
	color:#69c900;
}
.offers_statistic {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-radius: 6px;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
h1 {
    background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #e1e2e1) repeat scroll 0 0;
    border-color: #d2d2d2;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 0;
    color: #333333;
    font-size: 24px;
    padding: 10px 0 10px 15px;
    margin: 0px;
}
.search_offer {
    align-items: center;
    background-color: #e9e9e9;
    border-color: #e2e2e2;
    border-style: none solid solid;
    border-width: 1px 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 15px;
    position: relative 
}
.search_form input[type='search'] {
	height: 33px;
	width: 164px;
	padding-left: 14px;
	border: 1px solid #cfcecf;
	border-radius: 4px;
	-webkit-appearance: none;
}
input:focus {
    border-color: rgba(133, 218, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(133, 218, 0, 0.6);
    outline: 0 none;
}
.search_form [type='search']::placeholder {
	font-size: 12px;
}
/* .search_form [type='submit'] {
    background-color: #8ecc4d;
    border: 1px solid #8ecc4d;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.2) inset, 0 3px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
	-webkit-appearance: none;
    padding: 9px 11px 10px 9px;
    text-shadow: 0px -1px 0px #689f2d;
}
.search_form [type='submit']:hover {
    background-color: #96d456;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.search_form input[type='submit']:active {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0);
} */
/*CALENDAR*/
.calendar {
	padding-right: 32px;
	display: flex;
}
.calendar_txt {
	width: 83px;
	height: 33px;
	border: 1px solid #cfcecf;
	border-radius: 1px;
	text-align: center;
	line-height: 33px;
	background-color: #fff;
    border-radius: 3px 0 0 3px;
}
#calendar_icon {
	width: 41px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cfcecf;
	border-radius: 1px;
	cursor: pointer;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    margin: 0 0 0 -1px;
}
/*OFFERS*/
table.offer_position {
	font-size: 13px;
	margin: 0;
	display: flex;
}
table.offer_position tbody {
	width: 100%;
}
.offer_position .head_table {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex: 1 1 100%;
	border-bottom: 1px solid #919ca7;
}
.head_table td{
	height: 27px;
	line-height: 30px;
}
.head_table td:nth-of-type(5) {
/* line-height: 14px; */
}
.offer_position .main_table > td:nth-of-type(1) {
/*	max-width: 175px; */
	flex: 1 0 120px;
}
.offer_position .main_table > td:nth-of-type(2) {
  /*  max-width: 640px; */
	flex: 1 1 256px;
	display: flex;
	justify-content: space-around;
	background-color: #f5faef;
	border-radius: 1px;
}
.offer_position .main_table > td:nth-of-type(3) {
/*	max-width: 95px; */
	flex: 1 0 65px;
	/*margin-right: 36px;*/
}
.offer_position .main_table > td:nth-of-type(4) {
/*	max-width: 96px; */
	flex: 1 0 65px;
	background-color: #f5faef;
	border-radius: 1px;
	/*margin-right: 72px;*/
}
.offer_position .main_table > td:nth-of-type(5) {
/*	max-width: 94px; */
	flex: 1 1 94px;
	/*margin-right: 46px;*/
}
.offer_position .main_table > td:nth-of-type(6) {
/*	max-width: 112px; */
	flex: 1 1 110px;
		background-color: #f5faef;
	border-radius: 1px;
}
.offer_position .main_table > td:nth-of-type(7) {
	/* max-width: 230px; */
	flex: 1  1 200px;
} 
.targeted {
	max-width: 190px;
	flex:1 1 160px;
}
.targeted, .payment{
	line-height: 28px;
}
.payment {
	max-width: 95px;
	flex: 1 1 66px;
}
.bonus_details, 
.CR_graphic,
.eCPC_graphic,
.confirmation_graphic
 {
	display: flex;
	flex: 1 1 100%;
	position: relative;
}
.bonus_details > td .bonus_details_wrapper{
	width: 100%;
	height: 356px;
	background-color: #f5faef;
	align-items: flex-start;
	margin-top: 11px;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}
#overflow{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		background-color: rgba(0,0,0,0);
	}
@media (max-width: 768px){
	#overflow{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		background-color: rgba(0,0,0,0.5);
	}
}
.bonus_main_td {
	width: 100%;
}
.CR_graphic td ,
.eCPC_graphic td ,
.confirmation_graphic td
{
	width: 100%;
} 
.CR_graphic td .CR_graphic_wrapp,
.eCPC_graphic td .eCPC_graphic_wrapp,
.confirmation_graphic td .confirmation_graphic_wrapp
 {
	width: 100%;
	height: 326px;
	background-color: #f5faef;
	align-items: flex-start;
	margin-top: 11px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.bonus_grid_table  {
	width: 455px;
	height: 162px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	flex: 1 1 100%;
	text-align: center;
	height: 14px;
	padding-bottom: 20px;
}
.bonus_grid_table tr:nth-of-type(1) {
	height: 66px;
	width: 100%;
}
.bonus_grid_inform {
	width: 85px;
	height: 66px;
	text-align: center;
}
.convers {
	height: 36px;
	line-height: 36px;
}
.conversions_from_to {
	display: flex;
	justify-content: space-between;
}
.conversions_from_to p {
	flex: 0 0 41px;
	height: 29px;
	line-height: 29px;
	background-color: #deefcc;
	border-radius: 3px;
	text-align: center; 
}
.bonus_grid_main_inform td:nth-of-type(n+2) {
	width: 132px;
	height: 66px;
	border-radius: 2px;
	background-color: #deefcc;
	text-align: center;
	line-height: 28px;
}
.action p {
	width: 55px;
	text-align: center;
	margin: 0 auto;
}
.bonus_grid_table tr:nth-of-type(n + 2)  p, .bonus_grid_table tr:nth-of-type(n + 2) td:nth-of-type(n + 2)  {
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid #999999;
} 
.turn_arrow {
	width: 14px;
	height: 9px;
	position: absolute;
	bottom: 15px;
	left: calc(50% - 7px);
	cursor: pointer;
}
.CR_graphic_wrapp >img,
.eCPC_graphic_wrapp >img,
.confirmation_graphic_wrapp >img{
	margin: 0 auto;
	width: 554px;
	height: 235px;
	display: block;
}
.table_inform {
	height: 140px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0;
	border-bottom: 1px solid #dadada;
}
.about_company {
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 13px;
}
.about_company img {
	margin-top: 10px;
}
.about_company a {
	color:#666;
	margin: 0px 0 5px;
}
.about_company a:nth-of-type(even){
	text-decoration: underline;
}
.my_stat {
	font-size: 12px;
	text-decoration: underline;
	color: #666666 !important;
	width: 88px;
	height: 12px;
	cursor: pointer;
}
.targeted_actions {
	text-align: center;
	padding-top: 34px;
	display: flex;
	justify-content: space-around;
}
.targeted_actions p {
/*	max-width: 160px; */
	margin: 0 auto;
	/*padding-right: 15px;*/
}
.target_inform p:first-of-type {
	margin-bottom: 14px;
}
.target_inform span {
	text-transform: uppercase;
	color: #79b24a;
	text-decoration: underline;
	padding: 4px;
	cursor: pointer;
}
.target_value p{
	max-width: 95px;
	margin-bottom: 13px;
}
.test {
	text-align: center;
	padding-top: 15px;
}
.test p:nth-of-type(1) {
	width: 66px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.test .popap {
	border-bottom: 1px solid #4e9600;
	width: 42px;
	margin: 0 auto;
	transition: color 0.2s linear;
	color: #79b24a;
	cursor: pointer;
}
.test .popap:hover {
	color:#69c900;
}
.conversions p {
	width: 125px;
	line-height: 14px;
	text-align: left;
	margin-left: 25px;
}
.conversions_table {
/*	border: 1px solid red;*/
	padding-left: 10px;
	display: flex;
}
.conversions_table_inform {
	display: table;
	font-size: 11px;
	margin: auto;
}
.conversions_table_inform td {
	border-radius: 2px;
}
.conversions_table_inform tr td:first-of-type{
	width: 91px;
	padding-left: 9px;
}
.conversions_table_inform tr td:nth-of-type(n + 2) {
	width: 41px;
	text-align: center;
}
.conversions_status td:nth-of-type(1){
	background-color: #f5faef;
}
.conversions_checking td:nth-of-type(1){
	background-color: #f5faef;
}
.conversions_status td:nth-of-type(n + 2) {
	height: 22px;
	background-color: #deefcc;
}
.conversions_active td {
	height: 30px;
}
.conversions_active td:first-of-type {
	background-color: #deefcc;
	background-image: url(../img/plus_icon.png) ;
	background-position:   65px center;
	background-repeat: no-repeat;
}
.conversions_active td:nth-of-type(n + 2) {
	border: 1px solid #999999;
}
.conversions_checking td {
	height: 30px;
}
.conversions_checking td:nth-of-type(n + 2) {
	border: 1px solid #999999;
}
/*MEADIA*/
@media(max-width: 1170px) {
	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media(max-width: 1060px) {
	.offer_position .main_table > td:nth-of-type(2) {
		padding-top: 0;
	}
		.targeted {
		line-height: 15px;
		padding-top: 0;
	} 
	.target_inform p:first-of-type {
		padding-top: 10px;
	}
	.target_value p:first-of-type {
		padding-top: 30px;
		margin-bottom: 60px;
	}
		.targeted, .target_inform {
		flex: 0 0 100px;
	}
	.payment,.target_value {
		flex: 0 0 80px;
	}
	.offer_position .main_table > td:nth-of-type(2) {
		flex: 0 0 200px;
	}
	.offer_position .main_table > td:nth-of-type(6) {
		flex:0 0 75px;
	}
	.head_table td:nth-of-type(6) {
	line-height: 14px;
}
.head_table td:nth-of-type(2) {
	line-height: 14px;
}
}
@media(max-width: 962px) {
header {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.toppanel-wrap {
	order: 2;
	width: 100%;
	height: 105px;
	background-color: transparent;
	margin: 0;
	padding: 0 15px;
	border: 0;
}
.toppanel {
	min-width: 120px;
	width: 100%;
	height: 100%;
	position: relative;
}
.toppanel-menu li.to_pay {
	display: block;
	left: 0;
	bottom: 10px;
}
.toppanel-menu li {
	position: absolute;
	font-size: 14px;
}
.toppanel-menu li:nth-of-type(3) {
	left: 0;
	top: 10px;
}
.toppanel-menu li:nth-of-type(5) {
	right: 60px;
	top: 10px;
	color: #000;
}
.toppanel-menu li:nth-of-type(5) a,
.toppanel-menu li:nth-of-type(6) a {
	color: #000;
		text-decoration: underline;
}
.toppanel-menu li:nth-of-type(6) {
	right: 0;
	top: 10px;
	color: #000;
}
.toppanel-menu li:nth-of-type(7) a {
	line-height: 15px;
}
.toppanel-menu li:nth-of-type(7) {
	height: 15px;
	right: 0;
	bottom: 25px;
	border-bottom: 1px solid #999;
}
/**/
/*login {
	display: none;
}*/
/**/
.toppanel-menu li:nth-of-type(2) {
	display: none;
}
.header-menu a.left_mobile {
/*	 border: 0;
	 padding: 0;
	 margin: 0; */
	 display: inline-block;
     padding: 3px; 
}
.header-menu a.offers_link {
	display: block;
}
/* .left_mobile img {
	margin: 0;
	width: 100%;
	height: 100%;
} */
.left {
 	display: none;
}
.header-menu {
	order: 1;
	margin: 0;
	background: #ffffff;
	border: 0;
	border-bottom:1px solid #c0cfb1;
	width: 100%;
}
#main_menu, .toppanel-menu.flex {
	padding-top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	z-index: 20;
	position: absolute;
	top: 0px;
	background-color: #fff;
    left: 0px;
    min-height: 758px;
}
#main_menu.checked {
	width: 100%;
	height: 100vh;
    z-index: 101;
}
#burger_menu {
	display: block;
}
#main_menu li:hover > ul {
    display: none;
} 
#main_menu ul a:hover,
 #main_menu a:hover {
	background: #ecf6df;
}
.header-menu a {
	border: 0;
	color: #4e9600;
	float: none;
	margin: 0 auto;
    font-size: 16px;
    padding: 20px 15px;
    border-bottom: 1px dotted #e2e2e2;
    font-weight: 300;    
}
li.mob {
    background: #f4fee7;
}
li.mob > a {
    font-size: 13px;
}
#dropdown-menu {
	display: none !important;
}
#close_menu_icon {
	display: block;
    background: none !important;
}
	table.offer_position {
		margin: 0px;
	}
	.offer_position .main_table > td:nth-of-type(4) {
		flex: 0 0 65px;
	}
	.conversions_active td:first-of-type {
		background-position: 55px center;
	}
    .toppanel-menu li {
        margin: 0px !important;
        }
 .logo {
            margin-top: 3px;
            margin-left: 10px;
 }
 .header-menu a {
    text-shadow: none;
 }
 #main_menu > li.dropdown > a::after {
    position: absolute;
    left: -5px;
    top: 20px;
    content: "▸";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    color: #4e9600;
 }
 #main_menu > li.dropdown > a.rotate90::after {
    transform: rotate(90deg);
    left: 2px;
    top: 13px;
 }
 #main_menu > li.dropdown {
   /* padding-left: 15px; */
   text-indent: 15px;
 }
 #main_menu > li.dropdown > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
  /*  display: block; */
    float: none;
    position: relative;
    top: 0;
 }
  #main_menu > li.dropdown > ul > li {
    border: none;
  }
    #main_menu > li.dropdown > ul > li > a {
    font-size: 13px;
    color: #000 !important;
  }
  #main_menu li:not(#close_menu_icon), #main_menu a {
    background: #fff !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
  }
  #main_menu * a:hover {
    background: #ecf6df !important;
    border-radius: 0px !important;
  } 
  .scrollright {
    display: block;
  }
}
@media(max-width: 942px) {
	.offer_position .main_table > td:nth-of-type(5) {
		flex: 0 0 95px;
	}
	.conversions_table_inform tr td:first-of-type {
		padding-left: 4px;
		min-width: 64px;
	}
		.wrapper {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
}
@media(max-width: 914px) {
	.offer_position .main_table > td:nth-of-type(3) {
		flex: 0 0 50px;
	}
	.test p {
		width: 100%;
	}
	.test p:nth-of-type(1) {
		width: 100%;
	}
}
@media(min-width: 768px) {
    #scrollright {
        display: none !important;   
    }
}
@media(min-width: 960px) and (max-width: 1070px) { 
   #main_menu li { width: 25% !important; } 
}
/* main menu redesign */
@media(min-width: 960px) and (max-width: 1070px) {
#main_menu li > a {
    width: 100%;
    text-align: center;
}
ul.dropdown-menu > li {
    width: 100% !important;
}
#main_menu > li:nth-child(1),
#main_menu > li:nth-child(2),
#main_menu > li:nth-child(3),
#main_menu > li:nth-child(4) 
{
    border-bottom: 1px solid #689f2d !important;
}
}
.mobilearr{
	display: none;
}
@media(max-width: 836px) {
	.targeted_actions {
		padding-top: 10px;
	}
.offer_position .main_table > td:nth-of-type(1) {
	flex: 0 0 115px;
}
.about_company img {
	/* width: 115px; */
}
.offer_position .main_table > td:nth-of-type(2) {
	flex: 0 0 170px;
}
.targeted, .target_inform {
	flex: 0 0 92px;
}
.payment, .target_value {
	flex: 0 0 67px;
}
}
@media(max-width: 768px) {
.mobilearr{
	display: block;
	color: #666;
	margin-top: -30px;
	padding-bottom: 10px;
	/*text-align: center;*/
}
.bonus_grid_table {
    width: 355px;
}
.offers::-webkit-scrollbar {
    width: 1em;
    border-radius: 10px;
}
.offers::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
}
.offers::-webkit-scrollbar-thumb {
  background-color: #70ab3f;
  border-radius: 10px;
  width: 30px;
  outline: 1px solid slategrey;
}
.offer_position > tbody > tr >td:nth-of-type(n + 2) {
		/*display: none;*/
	}
	.offers{
    margin: 0 0 55px;
    overflow-x: auto;
    overflow-y: hidden;
    /* padding-top: 55px; */
	}
	table.offer_position{
		margin: 0;
	}
	.table_inform {
		border-bottom: none;
		padding: 0;
	}
	.table_inform td{
		border-bottom: 1px solid #ccc;
	}
	.offer_position .head_table{
		border: none;
	}
	.offer_position .head_table td{
		border-bottom: 1px solid #ccc;
	}
	.offer_position .main_table > td:nth-of-type(1) {
		flex: 2 2 37%;
		min-width: 40%;
	}
	.offer_position .main_table > td:nth-of-type(2) {
		flex: 3 3 37%;
		min-width: 60%;
	}
	.offer_position .main_table > td:nth-of-type(3), .offer_position .main_table > td:nth-of-type(4){
		max-width: 130px;
		flex:0 0 100px;
	}
	.about_company img {
		width: 100%;
        height: auto;
	}
	.about_company a.company_link {
		display: none;
	}
	h1 {
		text-align: center;
		font-size: 28px;
	}
	.turn_arrow img{
		display: none;
	}
	.turn_arrow:before {
		/*content: 'Свернуть';
		text-decoration: underline;*/
		color: #666666;
		content: '';
		width: 20px;
		height: 2px;
		background-color: #000;
		z-index: 10;
		position: absolute;
		transform: rotateZ(45deg);
	}
	.turn_arrow {
		top: 45px;
    left: 90%;
	}
	.turn_arrow:after {
		/*content: 'Свернуть';
		text-decoration: underline;*/
		color: #666666;
		content: '';
		width: 20px;
		height: 2px;
		background-color: #000;
		z-index: 10;
		position: absolute;
		transform: rotateZ(-45deg);
	}
.bonus_details > td .bonus_details_wrapper,.CR_graphic td .CR_graphic_wrapp, .eCPC_graphic td .eCPC_graphic_wrapp, .confirmation_graphic td .confirmation_graphic_wrapp {
			position: fixed;
    top: 20vh;
    left: 5%;
    z-index: 5;
    height: 60vh;
    width: 90%;
    z-index: 5;
    /*border: 1px solid #999;*/
    border-radius: 5px;
	}
	h3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media(max-width: 690px) {
 .toppanel-wrap,
 .header-menu {
 }
 #burger_menu {
 }
 .search_offer {
 	padding-left: 15px;
 }
 #pwrapper {
 	right: 3px;
 }
}
@media(max-width: 690px) {
	#pwrapper {
		width: 290px;
		height: 462px;
	}
		.calendar_wrapper {
			height: 100px;
		}
		.calendar_wrapper:nth-of-type(2) {
			display: none;
		}
		.calendar_menu {
            flex-flow: row wrap;
            position: static;
            height: 100px;
            justify-content: center;
		}
		.set_date {
			padding: 0 20px;
			padding-bottom: 15px;
			display: flex;
			align-items: center;
		}
		.set_date p:nth-of-type(1) {
			margin-bottom: 12px;
		}
		.calendar_btn {
			padding: 0 34px;
			display: flex;
			justify-content: center;
			position: static;
		}
		.ui-widget.ui-widget-content {
			background-color: #e9e9e9;
		}
		.set_date span {
			margin-right: 10px;
		}
		.datepicker-inline {
			padding: 15px 0 0 16px;
		}
		/*.targeted_actions p{
			max-width: 200px;
		}*/
	}
@media(max-width: 600px) {
.search_form input[type='search'] {
	width: 120px;
}
.search_form input[type='submit'] {
	width: 75px;
	margin-left: 10px;
}
.calendar_txt {
	width: 80px;
}

    .daterangepicker .drp-buttons .btn {
        margin: 20px 0 10px 0 !important;
    }

}


@media(max-width: 500px) {
	h1 {
		font-size: 25px;
	}
    
    

}


@media(max-width: 450px) {
	.calendar_txt {
		display: none;
	}
	h1 {
		font-size: 18px;
	}
	.bonus_grid_table {
		width: 270px;
	}
	.bonus_grid_main_inform td:nth-of-type(n+2) {
		width: 61px;
	}
	.targeted, .target_inform, .payment, .target_value {
	    flex: 0 1 auto;
	}
	.offer_position .main_table > td:nth-of-type(2){
		min-width: 91%;
	}
    

    
}
@media(max-width: 400px) {
	.search_form input[type='search']{
		padding-left: 5px;
		width: 105px;
	}
	.search_form input[type='submit'] {
		margin-left: 5px;
	}
} 
@media(max-width: 335px) {
	.calendar_txt {
		display: none;
	}
	h1 {
		font-size: 17px;
	}
	#pwrapper {
		right: 2px;
		width: 285px;
	}
}
.scrollup, .scrollup:visited {
    bottom: 20px;
    color: #fbb21a !important;
    display: block;
    font-size: 3.5em !important;
    height: 40px;
    opacity: 0.75;
    position: fixed;
    right: 20px;
    width: 40px;
    display: none;
    cursor: pointer;
    z-index: 100;
}
.scrollup:hover, .scrollup:active {
    opacity: 1;
}
.scrollup > * {
	text-shadow: 0px 1px 2px #bb7200;
}
footer {
    height: 40px;
    margin-bottom: 20px;
}
footer, .toppanel, .header-menu, .page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*min-width: 940px;
    width: 90%; */
}
.copyright {
    line-height: 40px;
    text-align: center;
}
/*.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
} */
.btn-search {
 border-radius: 0 5px 5px 0px; 
 padding: 0px 1px;
 line-height: 0;
 color: #fff !important; 
}
.search_form [type="submit"]:active {
    box-shadow: none;
}
.btn-search > img {
    width: 32px;
    height: auto;
}
.fa-check {
    color: #8ecc4d;
}
.fa-ban {
    color: #ee431a;
}
.toppanel-menu.flex {
    display: block;
    position: relative;
}
li.mob > a:not([href*="http"]) {
    color: #333 !important;
}
/* .btn-default {
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: #bbbbbb #bbbbbb #a2a2a2;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.focus, .btn-default:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn-default.active, .btn-default:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
*/
.disabled {
    background-color: #fff;
    border-color: #ccc;
    cursor: not-allowed !important;
    color: #909090 !important;
    box-shadow: none;
    opacity: 0.66;
}
.search_form {
    max-width: 360px;
}
.input-group {
    max-width: 360px;
}
#scrollright {
    width: 50px;
    height: 25px;
    position: fixed;
    bottom: 10px;
    left: calc(50% - 25px);
    z-index: 100;
}
.scrollright {
    position: relative;
    bottom:10px;
    left: 0;
    animation: move 2s infinite ease-in-out;
    display: none;
}
@keyframes move {
from, 
to { left: 0; }
100% {left: 15px;}
}
a.company_link {
    font-weight: 700;
    text-decoration: none !important;
}
.alert{
    position: relative;
    padding-left: 45px;
}
.alert::before{
    position: absolute;
    left: 12px;
    top: calc(50% - 15px);
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.alert.alert-success::before {
    content: "\f058";
}
.alert.alert-info::before {
    content: "\f05a";
}
.alert.alert-warning::before {
    content: "\f071";
}
.alert.alert-danger::before {
    content: "\f05e";
}
/* CALENDAR SECTION */
.pickmeup {
    background: #000;
    border-radius: .4em;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    touch-action: manipulation;
    z-index: 50;
}
.pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.pickmeup.pmu-flat {
    position: relative
}
/*.pickmeup.pmu-hidden {
    display: inline-block;
    position: absolute;
}*/
.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: .5em;
    text-align: center;
    width: 15em
}
.pickmeup .pmu-instance .pmu-button {
    color:  #000;
    cursor: pointer;
    outline: none;
    text-decoration: none
}
.pickmeup .pmu-instance .pmu-today {
    background: #9bcb9b;
    color: #fff
}
.pickmeup .pmu-instance .pmu-button:hover {
    background: transparent;
    color: #fff
}
.pickmeup .pmu-instance .pmu-not-in-month {
    color: #666
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default
}
.pickmeup .pmu-instance .pmu-selected {
    background: #9bcb9b;
    color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #9bcb9b;
}
.pickmeup .pmu-instance nav {
    color: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2em
}
.pickmeup .pmu-instance nav *:first-child:hover {
    color: #88c5eb
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    height: 2em;
    width: 1em
}
.pickmeup .pmu-instance nav .pmu-month {
    width: 14em
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}
.pickmeup .pmu-instance .pmu-day-of-week {
    color: #999;
    cursor: default
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.8em;
    width: 2em
}
.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
    display: block
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}
.three-calendars {
    width: 100%;
    margin: 20px;
    padding-left: 10px;
    border: 1px solid #9acc99;
    height: 38px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 4px;
}
.between {
    width: 29px;
    height: 33px;
    top: 19px;
    left: 273px;
    background-color: #e9e9e9;
    z-index: 60;
    position: absolute;
    border-left: 1px solid #9acc99;
    border-right: 1px solid #9acc99;
}
.calendar_wrapp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
		position: relative;
}
.calendar_wrapp .from,
.calendar_wrapp .to {
	position: absolute;
	z-index: 50;
	top: 26px;
	color: #555;
	font-size: 14px;
}
.calendar_wrapp span.from {
	left: 20px;
}
.calendar_wrapp span.to {
	right: 245px;
}
.pickmeup {
	top: 10px !important;
	left: 0px !important;
	font-size: 16px;
	background-color: #e9e9e9;
	color: #000 !important;
	position: relative;
}
.calendar_menu {
	padding-bottom: 40px;
	align-items: flex-end;
}
.pmu-today.pmu-button {
    background: #8dc0d8 !important;
    color: #fff !important;
}
.pickmeup .pmu-instance .pmu-button:hover {
    color: #fff !important;
    background: #9bcb9b !important;
}
.single {
	display: none;
}
/*.pickmeup.pmu-hidden {
	display: none;
}*/
	.unselectable {
		user-select: none;
	}
@media (max-width: 691px) {
/*	.single {
		display: block;
	}*/
/*	.three-calendars {
		display: none;
	}*/
.pickmeup .pmu-instance nav .pmu-prev, 
.pickmeup .pmu-instance nav .pmu-next {
	display: block;
	}
	.pmu-instance:nth-of-type(1) {
		display: none;
	}
	.mobile_input,
	.from,
	.to,
	.between {
		display: none;
	}
}
.help-inline {
    color: #595959;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    padding: 0 5px;
    min-width: 72px;
}

/* Datepicker */
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: #8ecc4d !important;
}

#daterangepicker {
    font-size: 13px;
    width: 180px;
    margin-right: 15px;

}

div.daterangepicker {
        box-shadow: 0px 0px 5px #C0C0C0;
}


.drp-selected, .cancelBtn  {
    display: none !important;
}
input:focus {
    border-color: rgba(133,218,0,.8) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(133,218,0,.6) !important;
}
.btn-primary {
    background: linear-gradient(to bottom,#4e9600,#1c9600);
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    transition: all .33s ease;
    border: 1px solid #4e9600 !important; 
}
.btn-primary:hover {
    background: linear-gradient(to bottom,#5da800,#1ba200);
    transition: all .33s ease;
}
.btn-primary:active {
    box-shadow:
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d,
    0px 0px 3px #8ecc4d
    !important;
}
.btn-primary:visited {
    box-shadow: none;
}

.btn-success:hover {
    background-color: #99d15e;
    border-color: #99d15e;
}

.btn-success:active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #82ba46;
    border-color: #82ba46;
}


.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
    cursor: not-allowed;
}

.btn {
    box-shadow: none !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #e8f5db;
    border-color: transparent;
    color: #000;
    transition: all .1s ease;
}
.daterangepicker td.in-range, .daterangepicker .ranges li:hover
{
    background-color: #e8f5db;
}
.days {
    padding: 0px;
    font-size: 13px;
    border-bottom: 1px dashed #5e9c1d;
    margin: 0 10px;
    text-decoration: none !important;
    color: #5e9c1d !important;
}
.days:hover {
    border-bottom: none;
}

h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: -.02em;
}

.datepicker {
    box-shadow: 0 0 3px #000; 
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-right: 2px solid #73b134;
}

.daterangepicker::after {
    top: -5px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
}