@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,700&subset=latin,cyrillic);
/* font-family: 'Roboto Slab', serif; */
@import url(//fonts.googleapis.com/css?family=Exo+2:400,300,600,500&subset=latin,cyrillic);
/* font-family: 'Exo 2', sans-serif; */
@font-face{
	font-family: ALSRubl;
	src:url("../fonts/ALSRubl.eot?") format("eot"),
	url("../fonts/ALSRubl.woff") format("woff"),
	url("../fonts/ALSRubl.ttf") format("truetype"),
	url("../fonts/ALSRubl.svg#TrebuchetMS") format("svg");
	font-weight:normal;
	font-style:normal;
}



/* Default styles */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.body {
	min-width: 320px;
	position: relative;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	overflow-x: hidden;
	color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
@media (max-width: 991px) {
	.body {
		font-size: 12px;
	}
}
.body_page_campaigns {
	background: #fff;
	height: 100vh;
	max-height: 100vh;
}
#overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: #463366;
	opacity: 0.8;
	display: none;
}
.check-scroll-width {
	position: absolute;
	width: 50px;
	height: 50px;
	visibility: hidden;
	overflow-y: scroll;
}
h2 {
	font-size: 16px;
}
@media (min-width: 768px) {
	.font-size-18 {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
	}
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.textarea {
	border-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.textarea_focused {
	border-color: #fc0;
}
h1 {
	font-size: 26px;
}
a,
.link {
	color: #0054B9;
	text-decoration: underline;
}
.link-unline {
	text-decoration: none;
}
.link_red {
	color: #C80000;
}
a,
.link,
.button_theme_islands {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
}
a:hover,
.link:hover {
	color: #E50000;
}
.text-decor_dashed {
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
}
.link_button_modal {
	color: #000;
}
.link_button_modal:hover {
	color: #000;
	background-color: rgba(141,103,204,.8);
}
.link_button_modal-yellow,
.link_button_modal-yellow:before {
	color: #000;
	background-color: #FFDB4D;
}
.link_button_modal-yellow:hover,
.link_button_modal-yellow:hover:before {
	color: #000;
	background-color: #FFD633;
}
/*button_disabled*/
.button_disabled {
	pointer-events: none;
	background: #FFDB4D;
}

/*button_blue*/
.button.button_blue {
	color: #FFFFFF;
	background: linear-gradient(180deg, #674D99 0%, #4D3A73 100%);
	box-shadow: 0px 5px 15px #A68AD3;
}
.button.button_blue:hover {
	background: linear-gradient(180deg, #674D99 0%, #4D3A73 100%);
	box-shadow: 0 3px 10px #A68AD3;
}
a,
.link,
.button.button_blue,
.btn {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:hover,
.link:hover,
.button.button_blue:hover,
.btn:hover {
	-webkit-transition: all .05s ease-out;
	transition: all .05s ease-out;
}
.button_red {
	background-color: rgba(200, 0, 0, 0.2);
	color: #C80000;
}
/*list*/
ul ul {
	margin-left: 15px;
}
ul, ol {
	list-style: none;
}
.container {
	max-width: 980px;
	margin: auto;
	position: relative;
	width: 100%;
	padding: 0 15px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: "";
	display: table;
	clear: both;
}
.hidden {
	display: none !important;
}
.wide .container {
	margin: 0;
	padding: 0 15px;
	max-width: 100%;
}
.sprites, .sprites-home {
	display: inline-block;
	vertical-align: middle;
	background: url(../../../img/sprites.png) 0 0 no-repeat;
}
.i-money {
	font-family: ALSRubl;
}
.i-help {
	background-position: -165px -24px;
	width: 19px;
	height: 19px;
}
.i-settings {
	background-position: 0 -25px;
	width: 19px;
	height: 19px;
	margin: 0 6px;
}
.i-logout {
	background-position: -30px -25px;
	width: 17px;
	height: 19px;
}
.pull-right {
	float: right !important;
}
.text-center {text-align: center;}
.text-right {text-align: right;}
.scroll-container {
	overflow-x: auto;
}
.scroll-container_page_strategy {
	margin-left: -30px;
	margin-right: -10px;
}
.color-cancel {
	color: #C80000;
}
.button.is-canceled {
	font-size: 12px;
	background-color: transparent;
	border: none;
}
.button.is-canceled .color-cancel {
	padding-left: 0;
	margin-left: 0;
	color: #888;
}
.button.is-canceled:before {
	background-color: transparent;
}
.bg-cancel {
	background: rgba(200, 0, 0, 0.2);
}
.font-bold {
	font-weight: bold;
}
.shadow-right {
	-webkit-box-shadow: 3px 0px 6px 0px rgba(2,11,39,.13);
	box-shadow: 3px 0px 6px 0px rgba(2,11,39,.13);
}
/* Default styles */

/* ------------------------------------------------------------------------------- */

/* btn styles */
.btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 2px;
	background-color: #0054B9;
	color: #fff;
	line-height: normal;
	padding: 8px 13px;
	cursor: pointer;
}
.btn:hover {
	background-color: #053e83;
	color: #fff;
}
.btn_sm {
	font-size: 12px;
	padding: 2px 5px 4px;
}
.btn_reload {
	position: relative;
	background-image: url(../img/icon-reload.png);
	background-repeat: no-repeat;
}
.btn_reload.btn_sm {
	padding-left: 18px;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-position: 5px center;
}
/* btn styles */

/* ------------------------------------------------------------------------------- */

/* Icons styles */
.icons {
	display: inline-block;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.icons_angle-up-red {
	width: 12px;
	height: 8px;
	background-image: url(../img/icon-angle-red-up.png);
}
.icons_reload {
	width: 10px;
	height: 10px;
	background-image: url(../img/icon-reload.png);
}
.icons_user {
	width: 16px;
	height: 16px;
	background-image: url(../img/user-icon.png);
}
.icons_angle-up {
	width: 10px;
	height: 5px;
	background-image: url(../img/angle-up.png);
}
.icons_reverse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icons_close {
	width: 12px;
	height: 12px;
	background-image: url(../img/close-icon.png);
}
.icons_mail {
	width: 16px;
	height: 11px;
	background-image: url(../img/icon-mail.png);
}
.icons_vk {
	width: 16px;
	height: 16px;
	background-image: url(../img/vk-icon.png);
}
.icons_fb {
	width: 16px;
	height: 16px;
	background-image: url(../img/fb-icon.png);
}
.icons_tw {
	width: 16px;
	height: 16px;
	background-image: url(../img/tw-icon.png);
}
.icons_tg {
	width: 16px;
	height: 16px;
	background-image: url(../img/tg-icon.png);
}
.icon-double-line {
	width: 10px;
	height: 5px;
	display: inline-block;
	position: relative;
}
.icon-double-line:after,
.icon-double-line:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.icon-double-line:before {
	top: 100%;
}
/* Icons styles */

/* ------------------------------------------------------------------------------- */

/* grid styles */
.grid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.grid__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.grid__col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
[class^="grid__col"] {
	padding: 0 15px;
}
.grid__col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.grid__col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.grid__col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
@media (max-width: 767px) {
	.grid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.grid__row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.grid__col-4,
	.grid__col-5,
	.grid__col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}
/* grid styles */

/* ------------------------------------------------------------------------------- */

/* alert styles */
.alert {
	border-radius: 2px;
	margin-bottom: 20px;
}
.alert__head {
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.alert__body {
	padding: 0 10px 10px;
	display: none;
	line-height: 1.6;
}
.alert.is-open .alert__body {
	display: block;
}
.alert_danger {
	color: #C80000;
	background-color: #FFD2BE;
}
.alert_info {
	color: #A46D00;
	background-color: #FFEDA6;
}
.alert__head-close,
.alert__head-toggle {
	cursor: pointer;
	font-weight: bold;
	margin-left: 10px;
	-ms-align-self: start;
	align-self: start;
}
.alert__head-close:hover,
.alert__head-toggle:hover {
	color: #E50000;
}
.alert__head-text {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.alert .form_reload {
	margin-left: 10px;
}
@media(max-width: 425px) {
	.alert .form_reload {
		margin-left: 0;
		margin-top: 5px;
	}
	.alert .btn_reload.btn_sm {
		padding-top: 10px;
		padding-bottom: 12px;
		padding-right: 13px;
		padding-left: 26px;
		background-position: 10px center;
	}
}
.alert__icon-angle {
	top: 1px;
	position: relative;
}
/* alert styles */

/* ------------------------------------------------------------------------------- */

/* panel styles */
.panel {
	padding: 10px 10px 20px;
	font-size: 14px;
	border-radius: 2px;
}
.panel_bg_yellow {
	background-color: rgba(255, 219, 77, 0.2);
}
.panel__text {
	margin-bottom: 10px;
}
.panel__text:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.panel {
		font-size: 12px;
		padding: 10px;
	}
}
/* panel styles */

/* ------------------------------------------------------------------------------- */

/* Header styles */
.header	{
	font-family: 'Exo 2', sans-serif;
	background-color: #4D3A73;
	padding: 23px 0;
}
.header__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 15px;
	position: relative;
}
.header__logo {
	margin-right: 31px;
}
.header__logo-link {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #ffcc19;
	text-decoration: none;
}
.header__logo-link:hover {
	color: #ffcc19;
}
.header__menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.header__reg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: auto;
}
.header__menu-item#current .header__link{
	text-decoration: none;
	font-weight: bold;
}
.header__menu-item,
.header__accounting-item {
	margin-right: 20px;
}
.header__menu-item:last-child,
.header__accounting-item:last-child {
	margin-right: 0;
}
.header__link {
	color: #ffcc19;
	font-size: 14px;
	text-decoration: underline;
}
.header__accounting {
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header__user-title {
	font-size: 14px;
	color: #ffcc19;
	font-weight: bold;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
}
.header__user-icon {
	margin-right: 3px;
}
.header__user .local-modal__body {
	top: -8px;
	right: -8px;
	width: 250px;
}
.header__burger {
	width: 16px;
	height: 11px;
	position: relative;
	margin-left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	display: none;
}
.header__burger-toggler {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.header__burger-line {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #FFCC19;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.header__burger-line:nth-child(1) {
	top: 0px;
}
.header__burger-line:nth-child(2) {
	top: 5px;
}
.header__burger-line:nth-child(3) {
	top: 10px;
}
.header__burger .local-modal__body {
	top: -10px;
	right: -8px;
	width: 170px;
}
@media (max-width: 1199px) {
	.header {
		padding: 10px 0;
	}
	.header__container {
		padding: 0 10px;
	}
	.header__menu {
		display: none;
	}
	.header__user-icon {
		margin-right: 0;
	}
	.header__logo-link {
		font-size: 16px;
	}
	.header__burger {
		display: block;
	}
	.header__user-title-text {
		display: none;
	}
}
/* Header styles */

/* ------------------------------------------------------------------------------- */

/* Local Modal styles */
.local-modal {
	position: relative;
	z-index: 2;
}
.local-modal.is-active .local-modal__body{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.local-modal__body {
	border-radius: 2px;
	-webkit-transform: translate(0,5px);
	-ms-transform: translate(0,5px);
	-o-transform: translate(0,5px);
	transform: translate(0,5px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	-webkit-transition: transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 10px 27px 15px 10px;
	top: 0;
	right: 0;
}
.local-modal__toggler_cross {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.local-modal__body-item {
	margin-bottom: 10px;
}
.local-modal__body-item#current .local-modal__link{
	color: #C80000;
}
.local-modal__body-item:last-child {
	margin-bottom: 0;
}
.local-modal__link {
	font-size: 14px;
	text-decoration: none;
	color: #0054B9;
}
.local-modal__link_disabled {
	color: #0054B9;
}
.local-modal__link:hover {
	color: #C80000;
}
.local-modal__link_disabled:hover {
	color: #0054B9;
}
.local-modal__note {
	color: #888888;
	font-size: 12px;
	font-style: italic;
}
/* Local Modal styles */

/* ------------------------------------------------------------------------------- */

/* Footer styles */
.footer {
	font-size: 14px;
	padding: 10px 0;
	font-family: 'Exo 2', sans-serif;
	color: #a68ad3;
	background: #463365;
}
.footer__container {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
}
.footer__link {
	color: #a68ad3;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.footer__link:hover {
	color: #E50000;
}
.footer__mail-icon {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.footer__head, .footer__nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.footer__nav-item {
	margin-left: 20px;
}
.footer__show-more {
	font-weight: bold;
	cursor: pointer;
}
.footer__icon-angle-up {
	position: relative;
	top: -2px;
	margin-left: 4px;
}
.footer__body {
	display: none;
}
.footer__body-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 0 30px;
}
.footer__body-col {
	white-space: nowrap;
	margin-right: 40px;
}
.footer__list,
.footer__menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.footer__soc-icon {
	margin-right: 4px;
}
.footer__list-item {
	margin-bottom: 10px;
}
.footer__list-item:last-child {
	margin-bottom: 0;
}
.footer__menu-item {
	margin-bottom: 5px;
	color: #FFCC19;
}
.footer__menu-item:last-child {
	margin-bottom: 0;
}
.footer__menu-title {
	color: #fff;
	font-size: 9px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer__body-col:last-child {
	margin-right: 0;
}
.footer.is-open .footer__body {
	display: block;
}
.footer.is-open .footer__nav .footer__link {
	display: none;
}
@media (max-width: 1199px) {
	.footer__container {
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.footer {
		display: none;
	}
}
/* Footer styles */

/* ------------------------------------------------------------------------------- */

/* Content area styles */
.content-area {
	flex-grow:1;
	padding: 20px 0;
}
.content-area_page_campaigns {
	padding-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	overflow: auto;
}
.content-area__campaigns-list {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	overflow: auto;
	position: relative;
}
.content-area_page_accounts .table-light {
	margin-top: 20px;
}
.content-area_page_accounts .content-area__content {
	margin-top: 40px;
}
@media (min-width: 1000px) {
	.content-area_page_accounts,
	.content-area_page_strategies,
	.content-area--small {
		max-width: 1000px;
		width: 100%;
		margin: auto;
	}
	.content-area_page_strategies .strategy-vars {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.content-area_page_accounts .title {
		margin-top: 0;
		font-size: 20px;
	}
	.content-area_page_accounts .scroll-container {
		margin-right: -10px;
		margin-left: -10px;
	}
	.content-area_page_accounts .content-area__content {
		margin-top: 20px;
	}
	.content-area_page_accounts .panel {
		margin-top: 20px;
	}
	.content-area_page_accounts .title_google-table {
		margin-top: 20px;
	}
}
/* Content area styles */

/* ------------------------------------------------------------------------------- */

/* title styles */
.title {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.title_lg {
	font-size: 20px;
}
@media (min-width: 768px) {
	.title_lg {
		font-size: 38px;
	}
}
/* title styles */

/* Table light styles */
.table-light {
	font-family: 'Exo 2', sans-serif;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}
.table-light__info-block-item {
	padding: 0 15px 20px;
}
.dataTables_scrollHead,
.table-light__head {
	background-color: #F8F8F8;
}
.table-light_clients .table-light__head.is-fixed {
	display: block;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.table-light__head-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-light_accounts .table-light__head-text {
	padding: 0 15px;
}
.table-light_clients .table-light__head-item {
	padding-right: 15px;
	padding-left: 15px;
}
.table-light_accounts .table-light__head-item_login {
	max-width: 180px;
	width: 180px;
	min-width: 180px;
}
.table-light_accounts .table-light__head-item_account {
	max-width: 120px;
	width: 120px;
	min-width: 120px;
}
.table-light_accounts .table-light__head-item_clients {
	max-width: 155px;
	width: 155px;
	min-width: 155px;
}
@media(max-width: 767px) {
	.table-light_accounts .table-light__head-item_login {
		max-width: 140px;
		width: 140px;
		min-width: 140px;
	}
	.table-light_accounts .table-light__head-item_account {
		max-width: 100px;
		width: 100px;
		min-width: 100px;
	}
	.table-light_accounts .table-light__head-item_clients {
		max-width: 120px;
		width: 120px;
		min-width: 120px;
	}
}
.table-light_clients .table-light__row-item{
	vertical-align: top;
}
.table-light__row-item_buttons {
	white-space: nowrap;
}
.table-light__row-item_buttons .button {
	margin-right: 10px;
}
.table-light__row-item_buttons .button:last-child {
	margin-right: 0;
}
.table-light_clients .table-light__head-item_login,
.table-light_clients .table-light__row-item_login {
	max-width: 350px;
	width: 350px;
	min-width: 320px;
}
.table-light th {
	white-space: nowrap;
}
.table-light_accounts th {
	white-space: normal;
}
.table-light_campaigns .js-checkbox-group {
	text-align: center;
}
.table-light_campaigns .js-checkbox-group .checkbox__box {
	margin: 0;
}
.table-light__campaign-info {
	width: 340px;
}
.table-light__campaign-info {
	white-space: normal;
}
.table-light_clients .table-light__head-item_rest,
.table-light_clients .table-light__head-item_cost,
.table-light_clients .table-light__row-item_rest,
.table-light_clients .table-light__row-item_cost,
.table-light_clients .table-light__head-item_days,
.table-light_clients .table-light__row-item_days,
.table-light_clients .table-light__row-item_declined_qty,
.table-light_clients .table-light__head-item_declined_qty,
.table-light_clients .table-light__head-item_rarely_served_percent,
.table-light_clients .table-light__row-item_rarely_served_percent {
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}
.campaigns-list table.dataTable {
	width: 100% !important;
}
@media (max-width: 425px) {
	.table-light_clients .table-light__head-item_login,
	.table-light_clients .table-light__row-item_login {
		min-width: 300px;
	}
	.table-light_clients .table-light__head-item_rest,
	.table-light_clients .table-light__head-item_cost,
	.table-light_clients .table-light__row-item_rest,
	.table-light_clients .table-light__row-item_cost,
	.table-light_clients .table-light__head-item_days,
	.table-light_clients .table-light__row-item_days {
		min-width: 145px;
	}
}
.table-light__head-text {
	display: block;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* table-light__head link hover */
.table-light__head-item_link:hover {
	background-color: #eee;
}
.table-light__head-item_link:hover a.table-light__head-text  {
	color: #000;
	text-decoration: none;
}
.table-light__login-link {
	color: #000;
}

.table-light__row {
	border-bottom: 1px solid #e5e5e5;
}
.table-light_campaigns .table-light__row:last-child {
	border-bottom: none;
}
.table-light__row-item {
	padding: 20px 15px;
	font-size: 14px;
}
.table-light__options,
.table-light__labels {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-top: 5px;
}
.table-light__labels {
	margin-top: 8px;
}
.table-light__options-item {
	color: #0054b9;
	margin-right: 10px;
}
.table-light__labels-item {
	background-color: #FFD2BE;
	border-radius: 2px;
	padding: 1px 5px 2px;
	color: #C80000;
	margin-right: 3px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
.table-light__labels-item .link {
	color: #C80000;
}
.table-light__labels-item .link:hover {
	color: #E50000;
}
.table-light__labels-item_bg_blue {
	color: #000;
	background-color: #c8dceb;
}
.table-light__labels-link {
	color: inherit;
}
.table-light__campaign-info {
	line-height: 1.5;
	color: #888;
}
.table-light__campaign-info-name {
	color: #000;
}
.campaigns-list td [data-column='total_dynamic'] a,
.campaigns-list td [data-column='total_special'] a {
	text-decoration: none;
}
/* Table light styles */

/* ------------------------------------------------------------------------------- */


/* Campaigns list styles */
.content-area_page_campaigns #clients_window_toggle {
	padding: 0;
	background: none;
}
.content-area_page_campaigns .page-title__lead {
	font-size: 26px;
}
.content-area_page_campaigns .page-title__icon-arrow {
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 9px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #E5E5E5;
}

/*campaigns-list-control*/
.campaigns-list-control {
	margin-bottom: 10px;
}
.campaigns-list-control__item {
	font-size: 12px;
	color: #0054B9 !important;
	text-decoration: none !important;
}
.campaigns-list-control__item:first-child {
	float: left;
}
.campaigns-list-control__item:last-child {
	float: right;
}
.campaigns-list-control__item._on {
	font-weight: bold;
}
.campaigns-list-control__item:before,
.campaigns-list-control__item:after {
	position: relative;
	top: -1px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.js-campaigns-trigger:before {
	width: 7px;
	height: 12px;
	background-image: url('../img/arrow.svg');
}
.js-campaigns-trigger._on:before {
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.js-option-trigger:after {
	width: 14px;
	height: 14px;
	background-image: url('../img/settings.svg');
}
#filter_window_toggle.button_theme_islands {
	background-color: #56CCF2;
}
#filter_window_toggle.button_hovered {
	background-color: rgba(141,103,204,.8);
}

/*campaigns-action-group*/
.campaigns-action-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.campaigns-action-flex__item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
@media (max-width: 599px) {
	.campaigns-action-group {
		display: none;
	}
	.campaigns-action-group .button {
		line-height: 36px;
		width: 100%;
	}
	.campaigns-action-flex {
		margin: 0 -5px;
	}
	.campaigns-action-flex__item {
		padding: 0 5px 10px 5px;
	}
	.campaigns-action-flex_left .campaigns-action-flex__item:first-child {
		-webkit-flex: 0 1 70%;
		-ms-flex: 0 1 70%;
		flex: 0 1 70%;
	}

	.campaigns-action-flex_left .campaigns-action-flex__item:last-child {
		-webkit-flex: 0 1 30%;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
	}

	.campaigns-action-flex_right .campaigns-action-flex__item:first-child {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.campaigns-action-flex_right .campaigns-action-flex__item:nth-child(2) {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.campaigns-action-flex_right .campaigns-action-flex__item:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}
@media (min-width: 600px) {
	.campaigns-list-control {
		display: none;
	}
	.campaigns-action-group {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.campaigns-action-flex_right .campaigns-action-flex__item:first-child {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.campaigns-action-flex_right .campaigns-action-flex__item:last-child {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	#campaigns-action-chooser,
	.campaigns-action-flex__item {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.campaigns-action-flex__item > button {
		margin-left: 5px;
	}
	.campaigns-action-group .button {
		font-size: inherit;
	}
}

@media (max-width: 599px) {
	._open {
		display: block;
	}
	.DTFC_LeftHeadWrapper,
	.DTFC_LeftWrapper {
		position: static !important;
		display: none !important;
	}
	._open .DTFC_LeftHeadWrapper,
	._open .DTFC_LeftWrapper {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
	._open .DTFC_LeftHeadWrapper {
		position: relative !important;
	}
	._open .DTFC_LeftWrapper {
		position: absolute !important;
	}
}

/*campaigns-list*/
.campaigns-list .dataTables_scrollHeadInner {
	background-color: #F8F8F8;
}
.modal_ext .modal__content {
	padding: 10px;
}
.modal_ext .modal__inner {
	padding: 10px 0;
}
.modal_ext .modal__title {
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 5px 0;
}
.modal__content {
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5;
}
.modal_ext .modal__content {
	margin: 10px;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.modal_ext .form__group:last-child {
	padding-bottom: 0;
}
.campaigns-list #DataTables_Table_0_filter {
	display: none;
}
.campaigns-list table.dataTable thead th,
.campaigns-list table.dataTable tbody td {
	padding: 0;
	border-bottom: none;
}
.campaigns-list table.dataTable thead th {
	vertical-align: bottom;
}
.campaigns-list table.dataTable thead th,
.campaigns-list table.dataTable tbody td {
	padding: 0;
	border-bottom: none;
}
.campaigns-list .padding-wrap {
	padding: 10px;
}
.campaigns-list .js-checkbox-group .padding-wrap {
	padding-left: 15px;
}
.campaigns-list td {
	vertical-align: top !important;
	background-color: #fff;
}
.campaigns-list .empty {
	width: 100%;
}
.campaigns-list th[data-column="first_special"],
.campaigns-list th[data-column="total_special"],
.campaigns-list td[data-column="first_special"],
.campaigns-list td[data-column="total_special"]{
	min-width: 65px;
}
.campaigns-list th[data-column="spent"],
.campaigns-list td[data-column="spent"]{
	min-width: 70px;
}
.campaigns-list th[data-column="average_bid"],
.campaigns-list td[data-column="average_bid"]{
	min-width: 75px;
}
.campaigns-list th[data-column="rest"],
.campaigns-list th[data-column="days_rest"],
.campaigns-list td[data-column="rest"],
.campaigns-list td[data-column="days_rest"]{
	min-width: 80px;
}
.campaigns-list th[data-column="total_guarantee"],
.campaigns-list th[data-column="total_dynamic"],
.campaigns-list td[data-column="total_guarantee"],
.campaigns-list td[data-column="total_dynamic"] {
	min-width: 85px;
}
.campaigns-list td[data-column="campaign_ads_regions"],
.campaigns-list th[data-column="campaign_ads_regions"]{
	min-width: 135px;
}
.campaigns-list td[data-column="bid_modifiers"],
.campaigns-list th[data-column="bid_modifiers"]{
	min-width: 115px;
}
.campaigns-list td[data-column="relevant_keywords"],
.campaigns-list th[data-column="relevant_keywords"]{
	min-width: 140px;
}
.campaigns-list th[data-column="state"],
.campaigns-list th[data-column="position_indicator"]{
	max-width: 150px;
	min-width: 150px;
}
.campaigns-list th[data-column="campaign"],
.campaigns-list td[data-column="campaign"] {
	min-width: 360px !important;
}
.campaigns-list .histogram-indicator td {
	padding: 2px !important;
}
.campaigns-list .DTFC_LeftBodyLiner {
	overflow-x: hidden;
}
.campaigns-list table.dataTable {
	border-collapse: collapse;
}
.campaigns-list .dataTables_wrapper,
.campaigns-list .DTFC_ScrollWrapper,
.campaigns-list .dataTables_scroll {
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
}
.campaigns-list .DTFC_LeftWrapper {
	height: calc(100% - 17px) !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.campaigns-list .DTFC_LeftBodyWrapper {
	height: auto !important;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.campaigns-list .dataTables_scroll {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.campaigns-list .dataTables_scrollBody {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	max-height: none !important;
	/*overflow: scroll !important;*/
}
.campaigns-list .DTFC_LeftBodyLiner {
	position: absolute !important;
	height: 100% !important;
	max-height: none !important;
}
.campaigns-list .dataTables_empty__text  {
    display: block;
    padding: 5px;
}
.campaigns-list--split-data  .DTFC_LeftBodyWrapper .dataTable,
.campaigns-list--split-data  .dataTables_scrollBody .dataTable{
	margin-bottom: 60px !important;
}
.campaigns-list__pagination {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	text-align: right;
	padding: 15px 15px;
	overflow-x: auto;
	white-space: nowrap;
}

/* Campaigns list styles */

/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */

/* To top button styles */
.arrow-up {
	height: 20px;
	width: 3px;
	background-color: #ffcc19;
	position: relative;
}
.arrow-up:before,
.arrow-up:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 10px;
	background-color: #ffcc19;
}
.arrow-up:before {
	transform: rotate(45deg);
	left: -4px;
}
.arrow-up:after {
	transform: rotate(-45deg);
	right: -4px;
}

.to-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #4D3A73;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1001;
}
.to-top.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media (max-width: 767px) {
	.to-top {
		display: none;
	}
}

/* To top button styles */

/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */

/* Pagination styles */
.pagination__button {
	margin-right: 5px;
}
.pagination__button--active {
	font-weight: bold;
	background: #f2f2f2;
}
.pagination__button--active:before {
	background: #f2f2f2;
}
.pagination__button:last-child {
	margin-right: 0;
}
.pagination__button--first {
	margin-right: 15px;
}
.pagination__button--last {
	margin-left: 10px;
}

/* Pagination styles */

/* ------------------------------------------------------------------------------- */


/* Checkbox styles */
.checkbox_gray .checkbox__box:before {
	background: none;
}
/* Checkbox styles */

/* ------------------------------------------------------------------------------- */

/* ajax load indicator */
#ajax_loading {
	height: 4px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #a68ad3;
}
#ajax_loading:before {
	display: block;
	position: absolute;
	content: "";
	width: 800px;
	height: 4px;
	background: rgba(255, 204, 25, 1);
	animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
	from {
		left: -800px;
	}
	to {
		left: 100%;
	}
}
/* ajax load indicator */

/* ------------------------------------------------------------------------------- */

/* spent_preloader indicator */
.spent_total {
	display: none;
}
.spent-preloader {
	border-top: 2px solid rgb(77, 58, 115, 0.2);
	border-right: 2px solid rgb(77, 58, 115, 0.2);
	border-bottom: 2px solid rgb(77, 58, 115, 0.2);
	border-left: 2px solid rgb(77, 58, 115);
	transform: translateZ(0);
	animation: loader 0.75s infinite linear;
	display: inline-block;
}
.spent-preloader_dark {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid #ffffff;
	transform: translateZ(0);
	animation: loader 0.75s infinite linear;
}
.spent-preloader,
.spent-preloader:after {
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
@-webkit-keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* spent_preloader indicator */

/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* loader indicator */
.loader {
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #000000;
	transition: opacity .7s ease;
	background-color: rgba(70,51,101,.55);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.loader:after {
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	content: '';
	animation: loader 1s linear infinite;
	border: solid 8px #ffcc19;
	border-left-color: transparent;
	border-radius: 50%;
}

.loader:before {
	box-sizing: border-box;
}

.loader.is-active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}
/* loader indicator */

/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* action-panel styles */
.action-panel {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.action-panel_page_strategies {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.strategy-panel {
		padding: 15px 0;
		top: -15px;
		margin-bottom: 15px;
		background-color: #fff;
		position: relative;
	}
	.strategy-panel.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		z-index: 2;
	}
	.action-panel_page_strategies {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.strategy-panel.is-fixed .action-panel_page_strategies {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.action-panel_page_strategies,
	.modal_strategy .action-panel {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
		-ms-align-items: stretch;
		align-items: stretch;
		margin-bottom: 15px;
	}
	.action-panel_page_strategies .action-panel__item {
		margin-bottom: 20px;
	}
	.action-panel_page_strategies .action-panel__item:last-child {
		margin-bottom: 0;
	}
	.action-panel_vars {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: stretch;
		align-items: stretch;
		margin-bottom: 10px;
	}
	.action-panel_vars .title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.action-panel_vars .form__group {
		padding: 0;
	}
	.action-panel_vars .input {
		width: 100%;
		height: 36px;
		line-height: 36px;
	}
}
/* action-panel styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* tabs styles */
.tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.tabs__item {
	margin-right: 20px;
}
.tabs__item:last-child {
	margin-right: 0;
}
.tabs__link {
	color: #0054B9;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	font-size: 16px;
}
.tabs__link.is-active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
@media (max-width: 767px) {
	.tabs__link {
		font-size: 14px;
	}
}
/* tabs styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* action-group styles */
.action-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.action-group__item {
	margin-right: 5px;
}
.action-group__item:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.action-group_page_strategies {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	.action-group_page_strategies .action-group__item {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.action-group_page_strategies .link,
	.action-group_page_strategies .button {
		width: 100%;
		line-height: 36px;
	}
}
/* action-group styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-info styles */
.strategy-info {
	background-color: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-bottom: 30px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
}
.strategy-info:last-child {
	margin-bottom: 0;
}
.strategy-info:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .05s ease-out;
	transition: all .05s ease-out;
}
.strategy-info__header {
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.strategy-info__header-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}
.strategy-info .input {
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	font-family: 'Exo 2', sans-serif;
}
.strategy-info .input:before {
	border-radius: 2px;
}
.strategy-info .textarea {
	border-radius: 2px;
	border-color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.strategy-info__descr .textarea_hovered {
	border-color: rgba(0, 0, 0, 0.1);
}
.strategy-info .textarea_focused {
	border-color: #fc0;
}
.strategy-info__name {
	position: relative;
	margin-bottom: 5px;
}
.strategy-info__name .link_strategy {
	position: absolute;
	left: -10px;
	outline: none;
}
.strategy-info__name .link_strategy .tooltip-ext {
	left: -5px;
}
.strategy-info__name .tooltip-ext {
	position: absolute;
	left: -15px;
	top: 5px;
}
.strategy-info__indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #68BD75;
	display: inline-block;
	outline: none;
}
.strategy-info__indicator_unused {
	background-color: #E4E4E4;
}
.strategy-info__name .input {
	background-color: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.strategy-info__name .input:hover,
.strategy-info_type_new .strategy-info__name .input {
	background-color: rgba(0, 0, 0, 0.1);
}
.strategy-info__name .input_theme_islands .input__control {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	padding-bottom: 3px;
}
.strategy-info__body {
	padding: 10px 10px 0 30px;
}
.strategy-info p {
	margin-bottom: 3px;
	font-size: 14px;
}
.strategy-info__currency {
	margin-bottom: 10px;
}
.strategy-info_type_new .strategy-info__body {
	padding: 10px;
}
.strategy-info_type_new .strategy-form__footer {
	margin-left: -10px;
	padding-bottom: 0;
}
.strategy-info_type_new .strategy-info__header {
	padding: 10px;
}
.strategy-info_type_new .scroll-container_page_strategy {
	margin-left: -10px;
}
.strategy-info_type_new .strategy-actions__row_default td:first-child {
	padding-left: 10px;
	width: 176px;
}
.strategy-info_type_new .strategy-info__name .input_theme_islands .input__control {
	font-weight: normal;
	font-size: 13px;
}
.strategy-info_type_new .textarea {
	font-size: 13px;
	border-color: rgba(0, 0, 0, 0.1);
}
.strategy-info_type_new .textarea_focused {
	border-color: #fc0;
}
@media (max-width: 767px) {
	.strategy-info__name .input_theme_islands .input__control {
		font-size: 14px;
	}
	.strategy-info .textarea {
		font-size: 12px;
	}
	.strategy-info__name .tooltip-ext {
		top: 7px;
	}
}
/* strategy-info styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/*  strategy-form styles */
.strategy-form__actions {
	margin-bottom: 20px;
}
.strategy-form__actions-item {
	margin-right: 20px;
}
.strategy-form .input_theme_islands.input{
	min-width: 320px;
}
.strategy-form .form__group {
	padding: 0;
}
.strategy-form__serp-container,
.strategy-form__phrase-container,
.strategy-form__banner-container {
	margin-bottom: 20px;
}
.strategy-form__footer {
	padding: 10px;
	margin-left: -30px;
	margin-right: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.strategy-form__footer .button {
	margin-right: 5px;
}
.strategy-form__footer .button:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.strategy-form__actions {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.strategy-form__actions-item {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.strategy-form__actions-item:last-child {
		margin-bottom: 0;
	}
	.strategy-form .input_theme_islands.input{
		min-width: 260px;
	}
	.strategy-form__footer {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.strategy-form__footer-item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 10px;
	}
	.strategy-form__footer-item:first-child {
		margin-bottom: 0;
	}
	.strategy-form__footer-item .button {
		width: 100%;
		-webkit-flex: 100%;
		-moz-flex: 100%;
		-ms-flex: 100%;
		-o-flex: 100%;
		flex: 100%;
	}
	.strategy-form__footer-item_double .button{
		width: 50%;
		-webkit-flex: 50%;
		-moz-flex: 50%;
		-ms-flex: 50%;
		-o-flex: 50%;
		flex: 50%;
	}
	.strategy-form__footer .button {
		line-height: 36px;
	}
}
/*  strategy-form styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-actions styles */
.strategy-actions {
	width: 970px;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.strategy-actions__ceil {
	padding: 5px 0;
	position: relative;
}
.strategy-actions__ceil .icon-double-line {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.strategy-actions__ceil:first-child {
	max-width: 360px;
	width: 196px;
}
.strategy-actions__head-ceil:first-child {
	width: 360px;
}
.strategy-actions td:first-child {
	padding-left: 30px;
	padding-right: 10px;
}
.strategy-actions__row_default td:first-child {
	text-align: right;
}
.strategy-actions__row {
	height: 38px;
}
.strategy-actions__row:not(.strategy-actions__row_default):hover {
	background: rgba(255, 219, 77, 0.2);
}
.strategy-actions__ceil .button {
	margin-left: 7px;
}
@media (max-width: 991px) {
	.strategy-actions__ceil:first-child {
		width: 174px;
	}
}
@media (max-width: 767px) {
	.strategy-actions__ceil:first-child {
		max-width: 300px;
	}
	.strategy-actions__ceil:last-child {
		padding-right: 10px;
	}
	.strategy-actions {
		width: auto;
	}
	.strategy-actions td {
		white-space: nowrap;
	}
	.strategy-actions__row_default td:first-child {
		white-space: nowrap;
	}
}
/* strategy-actions styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-var styles */
#strategy-vars {
	min-height: 610px;
}
.strategy-vars__content {
	line-height: 20px;
	column-count: 2;
}
.strategy-vars__content h3 {
	font-size: 18px;
	line-height: 24px;
}
.strategy-vars__content-item {
	margin-bottom: 20px;
}
.strategy-vars__more {
	margin-top: 20px;
	color: #888888;
}
.strategy-vars__input-search {
	width: 300px;
}
@media (max-width: 767px) {
	.strategy-vars__content {
		column-count: auto;
		font-size: 13px;
		line-height: 18px;
	}
	.strategy-vars__content h3 {
		font-size: 14px;
	}
	.strategy-vars__content-item {
		margin-bottom: 15px;
	}
	.strategy-vars__more {
		font-size: 13px;
	}
}
/* strategy-var styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-ready styles */
.strategy-from-kit {
	padding: 10px;
}
.strategy-from-kit__item {
	margin-bottom: 20px;
}
.strategy-from-kit__item:last-child {
	margin-bottom: 0;
}
.strategy-ready {
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	font-family: 'Exo 2', sans-serif;
}
.strategy-ready__name {
	margin-bottom: 5px;
}
.strategy-ready__name .checkbox__text {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
}
.strategy-ready p {
	margin-bottom: 3px;
	font-size: 14px;
}
.strategy-ready__descr {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.strategy-ready__name .checkbox__text {
		font-size: 14px;
	}
}
/* strategy-ready styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-action styles */
.strategy-action-list {
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.strategy-action-list td:first-child {
	width: 360px;
	padding: 5px 10px 5px 0;
}
.strategy-action-list__solo-row  td:first-child {
	width: 166px;
}
.strategy-action-list tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.strategy-action-list tbody tr:last-child {
	border-bottom: none;
}
/* strategy-actions styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* using-list styles */
.using-list__object {
	margin-bottom: 15px;
}
.using-list__object:last-child {
	margin-bottom: 0;
}
.using-list__type {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.using-list__link {
	font-size: 12px;
}
.using-list p {
	margin-bottom: 5px;
}
.using-list p:last-child {
	margin-bottom: 0;
}
/* using-list styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-actions styles */
/* strategy-actions styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-actions styles */
/* strategy-actions styles */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* strategy-actions styles */
/* strategy-actions styles */
/* ------------------------------------------------------------------------------- */

/* FOR DELETE */
.button-link {
	background: none!important;
	color: #0054B9;
	border: none;
	padding: 0!important;
	font: inherit;
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.button-link:hover {
	color: #C80000;
	-webkit-transition: all .05s ease-out;
	transition: all .05s ease-out;
}
.window {
	position: absolute;
	z-index: 1000;
	display: none;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #f2f1f3;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
}

.window .container {
	padding: 10px;
	overflow: hidden;
}

.window ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.window li{
	margin: 0 0 10px 0;
	padding: 0;
}

.window li input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.window li:last-child {
	margin-bottom: 0;
}

.window li img {
	vertical-align: middle;
}
.minus-words-title {
	display: block;
	color: #566e09;
	margin: 10px 0 5px 0;
}

.minus-words {
	display: block;
	width: 450px;
}

h1 a,
h1 a:hover {
	color: inherit;
	text-decoration: none;
	background: url("../img/bg_arrow_down.gif") no-repeat 100% 60%;
	padding: 0 15px 0 0;
}
/* Campaign List */
.campaign_list {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

.campaign_list td {
	padding: 2px 0;
	border: 0;
	text-align: left;
}

.campaign_list td:last-of-type {
	text-align: right;
}

.campaign_list tr:hover td {
	background: #ececec;
}
#keywords {
	width: 400px;
	padding: 5px 10px;
	font-style: italic;
	color: #7f7f7f;
}
/* FOR DELETE */

/* ------------------------------------------------------------------------------- */

/*content-area*/
.content-page {
	font-family: 'Exo 2', sans-serif;
	margin-right: auto;
	margin-left: auto;
}
/* page-title */
.page-title {
	margin-bottom: 10px;
}
.page-title__lead {
	font-family: "Roboto Slab", serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}
.page-title__text {
	font-size: 14px;
}
@media (min-width: 568px) {
	.page-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.page-title__text {
		font-size: 18px;
	}
}
.page-title_info:after {
	clear: both;
	content: "";
	display: block;
}
.page-title_info .page-title__info strong {
	float: left;
}
.page-title_info .page-title__info a {
	float: right;
}
@media (max-width: 567px) {
	.page-title_info .page-title__info_log a {
		float: none;
	}
}
.page-title_info .page-title__info a,
.page-title_info .page-title__info strong {
	font-size: 14px;
}
@media (min-width: 568px) {
	.page-title__lead {
		font-size: 38px;
	}
	.page-title_info .page-title__lead {
		float: left;
	}
	.page-title_info .page-title__info {
		float: right;
	}
	.page-title__info strong,
	.page-title__info a {
		font-size: 14px;
	}
	.page-title_info .page-title__info strong,
	.page-title_info .page-title__info a {
		float: none;
		display: block;
		text-align: right;
	}
}

/*pay*/
.content-area_pay .container {
	display: block;
}
.content-page_pay {
	max-width: 600px;
}
.content-page_pay #form_messages {
	display: none !important;
}
.content-page_pay-history .page-title {
	max-width: 500px;
}
.btn_pay {
	color: #0054B9;
	padding: 0;
	background: transparent;
}
.btn_pay:hover {
	color: #E50000;
	background: transparent;
}

/*table-light_pay*/
.table_pay {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.table-light_pay {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
}
.table-light_pay .table-light__head-item {
	padding-right: 15px;
	padding-left: 15px;
}
.table-light_pay .table-light__row-item {
	white-space: nowrap;
}
.table-light_pay-history .table-light__row-item-num {
	text-decoration: underline;
}
.table_pay .link {
	font-size: 12px;
}

/*table-light_pay-history*/
.table-light_pay-history {
	margin-top: 20px;
}
.table-light_pay-history .table-light__head-item_num {
	width: 6%;
}
.table-light_pay-history .table-light__head-item_date {
	width: 15%;
}
.table-light_pay-history .table-light__head-item_name {
	width: 25%;
}
.table-light_pay-history .table-light__head-item_sum {
	width: 12%;
}
@media (max-width: 1279px) {
	.table-light_pay-history .table-light__head-item_empty {
		display: none;
		width: 0;
		padding: 0;
	}
}

/*table-light_pay-main*/
@media (max-width: 767px) {
	.table-light_pay-main .table-light__head-item_empty {
		width: 1%;
	}
}

/*tab-nav*/
.tab-nav {
	margin-bottom: 15px;
}
.tab-nav__item {
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (min-width: 568px) {
	.tab-nav {
		margin-right: -8px;
		margin-left: -8px;
	}
	.tab-nav__item {
		float: left;
		width: 50%;
		padding-right: 8px;
		padding-left: 8px;
	}
}
.tab-nav__link {
	display: table;
	width: 100%;
	height: 80px;
	border-radius: 5px;
	padding: 0 15px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	background-color: #f2f2f2;
	text-decoration: none !important;
}
.tab-nav__item.active .tab-nav__link,
.tab-nav__link:hover {
	border-color: #8d67cc;
}
.tab-nav__content {
	padding-left: 15px;
}
.tab-nav__img {
	text-align: center;
	width: 50px;
}
.tab-nav__content,
.tab-nav__img {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
.tab-nav__img-inner {
	display: inline-block;
}
.tab-nav__title,
.tab-nav__text {
	display: block;
}
.tab-nav__title {
	font-size: 20px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
}
.tab-nav__text {
	font-size: 14px;
	color: #888;
}
.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.active {
	visibility: visible;
	opacity: 1;
}

/*form*/
.form__inner {
	margin: 0 -10px;
}
.form__inner:after {
	clear: both;
	content: "";
	display: block;
}
.form__group {
	padding: 0 10px 10px;
}
@media (min-width: 568px) {
	.form__inner_w50 > .form__group {
		width: 50%;
		float: left;
	}
	.form__inner_w50 > .form__group:nth-child(2n+1) {
		clear: left;
	}
	.form__inner_flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.form__inner_flex .form__group {
		width: 240px;
	}
	.form__inner_flex .form__group:last-child {
		width: 140px;
	}
}
.form__group .input,
.form__group .input_theme_islands:before {
	border-radius: 2px;
}
.form__group .select .button_theme_islands,
.form__group .input {
	background-color: rgba(0, 0, 0, 0.1);
}
.form__button[name="invoice_submit"] {
	width: 120px;
}
.form__button[disabled].button_theme_islands.button_view_action {
	background-color: #f2f2f2;
}
.form__button {
	font-family: inherit;
	margin-bottom: 10px;
	padding: 0 15px;
}
.form__button:last-child {
	margin-bottom: 0;
}
@media (min-width: 568px) {
	.form__button {
		margin-bottom: 0;
	}
}
.form__button .button__text {
	font-size: inherit;
	line-height: inherit;
}
a.form__button {
	color: inherit;
}
.form__button.form__button_blue {
	color: #FFFFFF;
	background: linear-gradient(180deg, #674D99 0%, #4D3A73 100%);
	box-shadow: 0px 5px 15px #A68AD3;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.form__button.form__button_blue:hover {
	background: linear-gradient(180deg, #674D99 0%, #4D3A73 100%);
	box-shadow: 0 3px 10px #A68AD3;
	-webkit-transition: all .05s ease-out;
	transition: all .05s ease-out;
}
@media (min-width: 568px) {
	.popup.popup_target_anchor {
		max-width: 290px !important;
	}
	.popup .menu_theme_islands {
		max-width: 100% !important;
	}
}
@media (max-width: 567px) {
	.button_size_m.form__button {
		width: 100%;
		line-height: 36px;
	}
	.input_size_m .form__input-text.input__control {
		height: 36px;
	}
}
.form__title {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
@media (min-width: 568px) {
	.form__title {
		font-size: 18px;
	}
}
.form__label {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}
.form__label--invisible {
	visibility: hidden;
}
.form__note *,
.form__note {
	font-size: 12px;
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	border: none;
	background: none;
}
.form__note {
	color: #888;
}
.form__policy {
	color: #888;
	margin-top: 10px;
	font-size: 12px;
}
.form__note_error *,
.form__note_error,
.form__group_error .form__note {
	color: #C80000;
}
.form__group_error .input_theme_islands:before {
	-webkit-box-shadow: inset 0 0 0 1px #C80000, 0 0 0 1px #C80000;
	-moz-box-shadow: inset 0 0 0 1px #C80000, 0 0 0 1px #C80000;
	box-shadow: inset 0 0 0 1px #C80000, 0 0 0 1px #C80000;
}
.form__group_error .textarea {
	border: 2px solid #C80000;
}
.i-money {
	font-weight: normal !important;
}

/*modal_ext*/
.modal_ext .modal_theme_islands,
.modal_ext .modal_theme_islands,
.modal_ext .modal__content,
.modal_ext.modal_theme_islands,
.modal_ext.modal_theme_islands .modal__content {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
.popup_theme_islands.popup_direction_right-bottom,
.popup_theme_islands.popup_direction_right-center,
.popup_theme_islands.popup_direction_right-top {
	animation-name: none !important;
}
.modal_ext .modal__content {
	margin: 10px;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.modal_ext {
	background: rgba(70, 51, 101, 0.5);
}
.modal_ext__title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.modal_ext .form__group:last-child {
	padding-bottom: 0;
}
.modal_strategy .modal-article__content,
.modal_strategy .modal__content {
	padding: 0;
}
.modal_strategy .modal-article__content::-webkit-scrollbar,
.modal_banners .modal-article__content::-webkit-scrollbar{
	width: 4px;
	height: 6px;
}
.modal_strategy .modal-article__content::-webkit-scrollbar-thumb,
.modal_banners .modal-article__content::-webkit-scrollbar-thumb{
	background: #C4C4C4;
	border-radius: 2px;
}
.modal_strategy .modal-article__footer,
.modal_banners .modal-article__footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*register*/
.content-page_register {
	padding: 0 15px;
	max-width: 600px;
}
.register-block {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 568px) {
	.content-page_register {
		padding-top: 30px;
		max-width: 600px;
	}
	.register-block {
		max-width: 360px;
	}
	.form_register .form__title {
		text-align: center;
	}
}
.form_register .form__button {
	line-height: 42px;
	width: 100%;
	border-radius: 5px;
}
.form__descr {
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.form__descr {
		font-size: 12px;
		line-height: 17px;
	}
}
.form_reload {
	display: inline-block;
}
.form_accounts .form__button {
	font-size: 14px;
	line-height: 57px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 0;
}
.form_accounts .form__descr {
	margin-top: 10px;
	text-align: center;
}
.form_register .form__button_fz-16 {
	font-size: 16px;
}
.form_register [for="rules_agree"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_rules {
	display: inline;
}

/*form_promo*/
.form_promo {
	display: block;
	padding: 10px;
	width: 300px;
}
.modal-ext__link {
	font-size: 12px;
	color: #888;
}
@media (min-width: 568px) {
	.form_promo {
		width: 400px;
	}
}
.register-mess {
	font-size: 18px;
	text-align: center;
}

/* modal-article */
.modal-article {
	max-width: 650px;
}
.modal--units .modal-article,
.modal_strategy .modal-article {
	max-width: none;
}
.modal-article_vars .modal-article__content{
	padding: 10px;
}
.modal--units .modal__content,
.modal_strategy .modal__content {
	max-width: 90%;
	width: 90%;
}
.modal--units .modal-article__content {
	height: 250px;
}
@media (min-width: 991px) {
	.modal--units .modal__content,
	.modal_strategy .modal__content {
		width: 970px;
		max-width: 970px;
	}
	.modal--units .modal-article__content {
		height: 450px;
	}
	.modal-article_vars .modal-article__content,
	.modal_strategy .modal-article__content {
		height: 450px;
	}
	.modal_banners .modal-article__content {
		height: 350px;
		padding-left: 10px;
	}
}

.modal-article__header,
.modal-article__content,
.modal-article__footer {
	padding: 10px;
}
.modal-article__header {
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.modal-article__content {
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5;
	overflow-y: auto;
	max-height: 400px;
	padding-left: 20px;
}
@media (min-width: 568px) {
	.modal-article__content {
		max-height: 600px;
	}
}
.modal-article__content h2 {
	font-family: inherit;
	line-height: inherit;
	margin-top: 10px;
}
.modal-article__content p {
	font-family: inherit;
	line-height: inherit;
}

/*popup-ext*/
.popup {
	border: none;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.popup-ext__content {
	padding: 10px;
	border: none;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.popup-ext__content:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
}
.popup-ext__content_top:after {
	right: 100%;
	top: 50%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	margin-top: -8px;
}
.popup-ext__content_right:after {
	right: 50%;
	top: 100%;
	border-top-color: #fff;
	margin-right: -8px;
}
.popup-ext__content .table-light__options-item {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}
.popup-ext__content .table-light__options-item:last-child {
	margin-bottom: 0;
}
.link_dots {
	position: relative;
	top: 3px;
	display: block;
	margin: 0;
	width: 20px;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
	border: 1px solid #888;
	text-align: center;
	border-radius: 2px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iRWxsaXBzZV8yX2NvcHlfMyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik01NS42MzYsMjUwLjM2NEMyNC45MDcsMjUwLjM2NCwwLDI3NS4yNywwLDMwNmMwLDMwLjczLDI0LjkwNyw1NS42MzYsNTUuNjM2LDU1LjYzNlMxMTEuMjczLDMzNi43MywxMTEuMjczLDMwNiAgICAgQzExMS4yNzMsMjc1LjI3LDg2LjM2NiwyNTAuMzY0LDU1LjYzNiwyNTAuMzY0eiBNMzE1LjI3MywyNTAuMzY0Yy0zMC43MywwLTU1LjYzNiwyNC45MDctNTUuNjM2LDU1LjYzNiAgICAgYzAsMzAuNzI5LDI0LjkwNyw1NS42MzYsNTUuNjM2LDU1LjYzNmMzMC43MjksMCw1NS42MzYtMjQuOTA1LDU1LjYzNi01NS42MzZDMzcwLjkwOSwyNzUuMjcsMzQ2LjAwMywyNTAuMzY0LDMxNS4yNzMsMjUwLjM2NHogICAgICBNNTU2LjM2NCwyNTAuMzY0Yy0zMC43MywwLTU1LjYzNiwyNC45MDctNTUuNjM2LDU1LjYzNmMwLDMwLjcyOSwyNC45MDYsNTUuNjM2LDU1LjYzNiw1NS42MzYgICAgIEM1ODcuMDkzLDM2MS42MzYsNjEyLDMzNi43Myw2MTIsMzA2QzYxMiwyNzUuMjcsNTg3LjA5MywyNTAuMzY0LDU1Ni4zNjQsMjUwLjM2NHoiIGZpbGw9IiM4ODg4ODgiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	-webkit-background-size: 73%;
	background-size: 66%;
	background-position: center;
	background-repeat: no-repeat;
	outline: none !important;
}

/*popup-v-2*/
.popup-v-2 {
	position: absolute;
	z-index: 49;
	overflow: visible;
	width: 300px;
	border: none;
	box-shadow:none;
}
.popup-v-2.is-hidden {
	visibility: hidden;
	opacity: 0;
}
.popup-v-2__wrap {
	position: relative;
	border: 1px solid #f2f1f3;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.popup-v-2__wrap:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	right: 100%;
	top: 24px;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	margin-top: -8px;
}
.popup-v-2 li {
	margin-bottom: 7px;
}
.popup-v-2 li:last-child {
	margin-bottom: 0;
}
.popup-v-2 .input {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 80px;
}
.popup-v-2 .select {
	width: 235px;
}

/*popup-v-2__wrap_str-set*/
.popup-v-2__wrap_str-set {
	width: 343px;
}
.popup-time_box,
.formula {
	width: 36px;
	height: 28px;
	margin-left: 3px;
	border: none;
	-webkit-appearance: none;
}
.popup-time_box .button__text,
.formula .button__text {
	line-height: 27px;
	margin: 0 !important;
}
.popup-time_box svg,
.formula svg {
	vertical-align: middle;
}
.formula.button_disabled path {
	fill: #767676;
}
.popup-info {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.popup-info p:first-child {
	margin: -10px -10px 10px -10px;
	padding: 10px;
	background: rgba(255, 219, 77, 0.5);
	border-radius: 2px 2px 0px 0px;
	font-weight: bold;
	color: #A46D00;
	margin-bottom: 10px;
}
.popup-info p:last-child {
	margin-bottom: 0;
}

/*tooltip-ext*/
.tooltip-ext__content {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 2px 5px 4px;
	border: none;
	text-align: center;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 2px;
	white-space: nowrap;
}
.tooltip-ext__content:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 6px;
}
.tooltip-ext__content_top:after {
	top: 100%;
	left: 50%;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0.7);
	margin-left: -6px;
}
.tooltip-ext__link {
	cursor: pointer;
	text-decoration: none !important;
	outline: none;
}

/*rotate*/
.rotate-180 {
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/*keyword-analysis-log*/
.action-list,
#search_queries_dialog {
	display: none;
}
#log-action-chooser {
	margin-right: 5px;
}

/*-webkit-scrollbar*/
.ui-dialog .ui-dialog-content::-webkit-scrollbar,
[class*="table-light_log"]::-webkit-scrollbar,
.a-report-list__content::-webkit-scrollbar {
	width: 10px;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar-thumb,
[class*="table-light_log"]::-webkit-scrollbar-thumb,
.a-report-list__content::-webkit-scrollbar-thumb {
	background: #C1C1C1;
	border-radius: 20px;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar-track,
[class*="table-light_log"]::-webkit-scrollbar-track,
.a-report-list__content::-webkit-scrollbar-track {
	background: #F1F1F1;
	border-radius: 20px;
}

/*modal (jquery-ui)*/
.ui-widget-overlay {
	opacity: 1;
	background: rgba(70, 51, 101, 0.5);
	z-index: 1002 !important;
}
.ui-dialog {
	border: none;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 0;
	z-index: 1003 !important;
}
.ui-dialog .ui-dialog-content {
	overflow: auto;
	padding: 0;
	max-height: 400px;
}
.ui-widget-header {
	border: none;
	background: #fff;
	color: #000;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 10px;
}
.ui-dialog-title {
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
}
.ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog .ui-dialog-buttonpane {
	border: none;
	background-image: none;
	margin: 0;
	padding: 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	color: #000;
	padding: 0 11px;
	margin: 0;
	text-align: center;
	border-color: rgba(0,0,0,.2);
	border-radius: 2px;
	background: #fff;
	white-space: nowrap;
	outline: none !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-close-modal_action {
	border-color: #ffdb4d;
	background: #ffdb4d;
}
.ui-button-text-only .ui-button-text {
	font-family: 'Exo 2', sans-serif;
	padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
	border-color: rgba(0,0,0,.3);
}
.ui-dialog .ui-dialog-buttonpane .ui-close-modal_action:hover {
	border-color: #ffd633;
	background: #ffd633;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:active {
	background: #f6f5f3;
}
.ui-widget-content a {
	color: #0054B9;
}

/*ui-dialog_formula*/
.ui-dialog_formula .ui-dialog-titlebar {
	display: none !important;
}
.ui-dialog_formula__content {
	padding: 10px 0;
}
.ui-dialog_formula__item {
	padding-right: 10px;
	padding-left: 10px;
}
.ui-dialog_formula__item p {
	font-size: 14px;
	margin-bottom: 5px;
}
.ui-dialog_formula__title {
	font-size: 16px;
	margin-bottom: 10px;
}
.ui-dialog_formula__sub-title {
	font-size: 14px;
	margin-bottom: 5px;
}

/*table-light_formula*/
.table-light_formula {
	margin-bottom: 15px;
}
.table-light_formula .table-light__head,
.table-light_formula .table-light__row {
	border-bottom: none;
}
.table-light_formula td {
	padding: 0;
}
.table-light_formula .table-light__head-text,
.table-light_formula .table-light__row-item {
	padding: 10px;
}
.ui-dialog_formula .ui-dialog-buttonpane .ui-close-modal_action {
	margin-right: 6px;
}

.ui-dialog_formula .ui-dialog-buttonpane .ui-close-modal_link {
	float: right;
	padding-right: 0;
	padding-left: 0;
	border: none !important;
	background-color: transparent !important;
}

.ui-dialog_formula .ui-dialog-buttonpane .ui-close-modal_link .ui-button-text {
	font-size: 13px;
	color: #0054b9;
	text-decoration: underline;
}
.ui-dialog_formula .ui-dialog-buttonpane .ui-close-modal_link:hover .ui-button-text {
	color: #E50000;
}


/*campaigns-list*/
#campaign_copy_dialog {
	padding: 0 10px;
}
#campaign_copy_dialog p {
	color: #888;
}
#campaign_copy_dialog + .ui-dialog-buttonpane button {
	margin-right: 5px;
}
#campaign_copy_dialog select[name="client"] {
	margin-right: 5px;
}
#campaign_copy_dialog select,
#campaign_copy_dialog input {
	margin: 3px 0;
	padding: 0 5px;
	height: 28px;
	line-height: 28px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 2px;
}

@media (max-width: 567px) {
	.ui-dialog .ui-dialog-buttonpane .ui-button {
		line-height: 36px;
		width: 100%;
		height: 36px;
		margin: 0 0 10px 0;
	}
}
@media (max-width: 991px) {
	.ui-dialog {
		position: fixed !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
		z-index: 1010 !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		margin: 0;
		border-radius: 0;
	}
	.ui-dialog-content {
		width: 100% !important;
		height: 100% !important;
	}
	.ui-dialog-titlebar,
	.ui-dialog-buttonpane {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
	}
	.ui-dialog-titlebar {
		top: 0;
	}
	.ui-dialog-buttonpane {
		bottom: 0;
	}
}

/*.table-light_log*/
.log-action-group {
	margin-bottom: 10px;
}
.table-log-wrap {
	margin-right: -15px;
	margin-left: -15px;
}
.table-light_log .table-light__row-item {
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 20px 15px;
}
.table-light_log .table-light__head-item_checkbox,
.table-light_log .table-light__row-item_checkbox {
	padding-right: 0;
	text-align: left;
}
.table-light_log .table-light__row-item_date {
	padding-left: 0;
}
.table-light_log .table-light__row-item.keywords {
	white-space: normal;
}
.table-light_log .table-light__head-item_date .table-light__head-text,
.table-light_log .table-light__head-item_date .select * {
	font-size: 9px;
	text-transform: uppercase;
}
.table-light_log .table-light__head-item_date .select,
.table-light_log .table-light__head-item_date .table-light__head-text {
	display: inline-block;
	vertical-align: middle;
}
.table-light_log .table-light__head-item_date .table-light__head-text {
	padding-right: 5px;
	padding-left: 0;
}
.table-light_log .table-light__head-item {
	padding: 5px 15px;
	width: 14.2%;
}
.table-light_log .table-light__head-item_checkbox {
	padding-left: 15px;
	padding-right: 0;
	width: 3%;
}
.table-light_log .table-light__head-item_user,
.table-light_log .table-light__head-item_date {
	width: 10%;
}
.table-light_log .table-light__head-item_date {
	padding-left: 0;
}
.table-light_log .table-light__row-item_actions {
	text-align: right;
}
.table-light_log .table-light__head-item_actions,
.table-light_log .table-light__head-item_cancel {
	width: 8%;
}
.table-light_log .table-light__row-item_actions {
	padding-right: 5px;
}
.table-light_log .table-light__row-item_cancel {
	padding-left: 5px;
}
.table-light_log .table-light__row-item_actions .button,
.table-light_log .table-light__row-item_cancel .button {
	-webkit-transition: all .05s ease-out;
	transition: all .05s ease-out;
	visibility: hidden;
	opacity: 0;
}
.table-light_log .table-light__row:hover .button,
.table-light_log .table-light__row_checked .table-light__row-item_actions .button,
.table-light_log .table-light__row_checked .table-light__row-item_cancel .button {
	visibility: visible;
	opacity: 1;
}
.table-light_log .table-light__row_checked .table-light__row-item {
	background: rgba(255, 219, 77, 0.2);
}
.table-light_log .table-light__row-item,
.table-light_log .table-light__row-item_actions .button,
.table-light_log .table-light__row-item_cancel .button {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/*table-light_log-modal*/
.table-light_log-modal .table-light__head-item_actions,
.table-light_log-modal .table-light__head-item_info-item {
	padding-left: 0;
}
.table-light_log-modal .table-light__head-text,
.table-light_log-modal .table-light__row-item {
	padding-right: 10px;
	padding-left: 10px;
}
.table-light_right .table-light__head-text,
.table-light_right .table-light__row-item {
	text-align: right;
}
.table-light_left .table-light__head-text,
.table-light_left .table-light__row-item {
	text-align: left;
}
.table-light_log-modal .info-item,
.table-light_log-modal .action-name,
.table-light_log-modal .table-light__head-item_actions .table-light__head-text,
.table-light_log-modal .table-light__head-item_info-item .table-light__head-text {
	text-align: left;
	white-space: normal;
}
.table-light_search-phrase .table-light__head-item {
	width: 10.42857142857143%;
}
.table-light_search-phrase .table-light__head-item_info-item {
	width: 27%
}
.table-light_action .table-light__head-item {
	width: 10.42857142857143%;
}
.table-light_action .table-light__head-item {
	width: 13%
}
.table-light_action .table-light__head-item_actions {
	width: 15%
}
.table-light_action .table-light__head-item_words {
	width: 20%
}
@media (max-width: 991px) {
	[class*="table-light_log"] {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	[class*="table-light_log"] .table-light__head-item_empty,
	[class*="table-light_log"] .table-light__row-item_empty {
		padding: 0 !important;
		width: 0 !important;
	}
}

/*keyword-analysis-report*/
.content-area_a-report {
	padding-bottom: 100px;
}
.page-title__lead_a-report {
	font-size: 26px;
	text-align: left;
}
.button.button_a-report {
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	border-radius: 5px;
}
.a-report-list {
	margin: 0 0 40px 0;
	padding: 0;
}
.a-report-list:after {
	clear: both;
	content: "";
	display: block;
}
.a-report-list__item {
	background-color: #fff;
}
.a-report-list__header {
	padding: 10px 0;
	background-color: #fff;
}
.a-report-list__footer {
	padding: 10px 0;
}
@media (min-width: 768px) {
	.a-report-list__item {
		float: left;
		width: 33.333333%;
		padding-right: 2%;
	}
	.a-report-list__item:last-child {
		padding-right: 0;
	}
}
.a-report-list__title {
	font-family: "Segoe UI", sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.a-report-list__text {
	font-size: 14px;
	line-height: 1.5;
	padding-right: 10px;
}

/*info-block*/
.info-block {
	font-size: 12px;
	line-height: 1.3;
	padding: 10px;
	border-radius: 2px 2px 0px 0px;
}
.info-block_warning {
	color: #A46D00;
	background: #FFEDA6;
}

/*histogram-indicator*/
.pos-stats__modal .histogram-indicator {
	width: 112px !important;
}
.histogram-indicator__item {
	display: block;
}
.histogram-indicator .tooltip-ext {
	float: left;
}
.tooltip-ext_mark .tooltip-ext__link {
	font-size: 8px;
	color: #888;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #888;
	border-radius: 50%;
}

/*pos-stats*/
.modal_pos .modal__content {
    width: 450px;
}
@media (max-width: 479px) {
	.modal_pos .modal__content {
		width: 300px;
	}
}
.modal_pos .modal__title {
	margin-bottom: 0;
}
.modal_pos .histogram-indicator__label .text-colon {
    display: none;
}
.pos-stats__modal .histogram-indicator__label,
.pos-stats__modal .histogram-indicator__value {
	display: none;
}
.modal_pos .tooltip-ext {
	float: none;
	margin-bottom: 2px;
}
.histogram-indicator .tooltip-ext__link {
	display: inline-block;
}
.modal_pos .histogram-indicator .tooltip-ext__link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_pos .histogram-indicator__label,
.modal_pos .histogram-indicator__value {
        float: left;
	padding-right: 3px;
	font-size: 9px;
	line-height: 1;
        white-space: nowrap;
}
.modal_pos .histogram-indicator__label {
    width: 18%;
}
.modal_pos .histogram-indicator__value {
    width: 12%;
	text-align: right;
}
.modal_pos .histogram-indicator__track {
        overflow: hidden;
	position: relative;
	float: right;
	display: block;
	width: 70%;
	height: 10px;
	background-color: #F2F2F2;
	text-align: left;
}
.modal_pos .histogram-indicator__track:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 100%;
    height: 100%;
    background: transparent !important;
}
.pos-stats .link_pos {
	visibility: hidden;
	font-size: 9px;
	color: #888;
	margin-top: 2px;
}
.pos-stats:hover .link_pos {
	visibility: visible;
}
.pos-stats .link_pos:hover,
.pos-stats .link_pos:focus,
.pos-stats .link_pos:active {
	color: #E50000;
	outline: none;
}
.pos-stats__item {
	margin-bottom: 15px;
}
.pos-stats__title {
	margin-bottom: 5px;
}
.pos-stats__title:after {
    clear: both;
    content: "";
    display: block;
}
.pos-stats__sub-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    float: left;
}
.pos-stats__sub-title--right {
    width: 70%;
}
.pos-stats__sub-title--left {
    width: 30%;
}

/*clearfix*/
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.dialog-client-units-log {
	width: 100%;
	height: 100%;
}

/* DIALOG SELECT TIME */

#dialog-select-time-form {
	position: fixed;
	z-index: 1000;
	border: 1px solid #aaa;
	background: url('/img/dlg-seltime-bg1.gif');
	display: none;
}

#dialog-select-time-form .btnclose {
	float: right;
	margin: 6px 5px 0 0;
}

#dialog-select-time-form .seltime_table_wrap {
	margin: 22px 11px 0;
	padding: 5px 17px 30px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	background: #fff;
}

#dialog-select-time-form .selstrategy_wrap {
	border: 0;
	font-size: 11px;
}

#dialog-select-time-form .selstrategy_wrap legend {
	padding-bottom: 4px;
}

#dialog-select-time-form .selstrategy_wrap select, #dialog-select-time-form .selstrategy_wrap input {
	font: 11px Arial,Verdana,sens-serif;
}

#dialog-select-time-form .selstrategy_wrap select {
	width: 160px;
}

#dialog-select-time-form .selstrategy_wrap input {
	width: 30px;
}

#dialog-select-time-form .tips {
	margin: 18px 0 22px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 8px 0 8px 60px;
	background: url('/img/dlg-seltime-icon1.gif') 41px 50% no-repeat;
}

#dialog-select-time-form .tips p {
	margin: 0;
	padding: 0;
	font: 11px Arial,Verdana,sens-serif;
	color: #808080;
}

#dialog-select-time-form .tips img {
	vertical-align: middle;
}

#dialog-select-time-form .seltime_table_caption {
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 0 30px 0 35px;
	font-size: 11px;
	line-height: 1.1;
}

#dialog-select-time-form .seltime_table_caption .controls {
	float: right;
}

#dialog-select-time-form .seltime_table_caption .controls a {
	color: #1a3dc1;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #1a3dc1;
}

#dialog-select-time-form .seltime_table {
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 516px;
}

#dialog-select-time-form .seltime_table th {
	font-weight: normal;
	white-space: nowrap;
	padding: 0 3px 0 0;
	text-align: right;
}

#dialog-select-time-form .seltime_table .foot th {
	padding: 3px 0 0;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}

#dialog-select-time-form .seltime_table .footer_hover {
	background-color: lightgrey;
}

#dialog-select-time-form .seltime_table .foot label {
	width: 9px;
	height: 53px;
	margin-top: 4px;
	overflow: hidden;
	text-indent: 999em;
	white-space: nowrap;
	display: inline-block;
	background: url('/img/dlg-seltime-timetable.gif') 0 0 no-repeat;
}

#dialog-select-time-form .seltime_table tr {
	height: 20px;
}

#dialog-select-time-form .seltime_table td {
	padding: 0;
	width: 19px;
	border: 1px solid #ccc;
	background: #fff url('/img/dlg-seltime-icon4.gif') 50% 50% no-repeat;
}

#dialog-select-time-form .seltime_table td.disabled {
	background: #fff url('/img/icon-6.gif') 50% 50% no-repeat;
}

#dialog-select-time-form .seltime_table td.plus {
	background: #f5faf2 url('/img/dlg-seltime-icon5.gif') 50% 50% no-repeat;
}

#dialog-select-time-form .seltime_table td:hover {
	background-color: #226226;
}

#dialog-select-time-form .seltime_table td.disabled:hover {
	background-color: #fff;
}


#dialog-select-time-form .seltime_table input {
	vertical-align: middle;
}

#dialog-select-time-form .buttons {
	padding: 14px 22px;
}

#dialog-select-time-form .buttons .button_right {
	float: right;
}

#dialog-select-time-form .seltime_table tr.data_row:hover th {
	background-color: lightgrey;
}

#dialog-select-time-form .seltime_table tr.data_row th:hover {
	background-color: white;
}

/*is-hidden*/
.is-hidden {
	display: none !important;
}


/* breadcrumbs styles */
.breadcrumbs {
	margin-bottom: 10px;
}
.breadcrumbs__icon {
	top: 2px;
	position: relative;
	margin-right: 5px;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs li:after {
	content: '/';
	margin: 0 7px;
	color: #888;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs a {
	color: #0054B9;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
}
.breadcrumbs a:after {
	content: ',';
}
.breadcrumbs a:last-child:after {
	display: none;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
/* breadcrumbs styles */

/* gray-block styles */
.gray-block {
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 15px;
	height: 100%;
}
@media (min-width: 768px) {
	.gray-block {
		padding: 20px 29px;
	}
	.gray-block--padding--small {
		padding: 10px 15px;
	}
}
.gray-block--padding--none {
	padding: 0;
}
/* gray-block styles */
.contact-page {
	margin-bottom: 20px;
}
.contact-page .grid {
	padding-right: 10px;
	padding-left: 10px;
}
.contact-page .grid__row {
	margin-left: -10px;
	margin-right: -10px;
}
.contact-page [class^="grid__col"]{
	padding: 0 10px;
	margin-bottom: 10px;
}
.contact-page .form__button {
	width: 100%;
}
@media (min-width: 768px) {
	.contact-page {
		margin-bottom: 80px;
	}
	.contact-page [class^="grid__col"] {
		margin-bottom: 20px;
	}
}

.soc-list {
	display: flex;
	margin-bottom: 20px;
}
.soc-list__link {
	text-decoration: none;
	margin-right: 20px;
}
.soc-list__link:last-child {
	margin-right: 0;
}
.soc-list__link svg {
	width: 80px;
	height: 80px;
}
@media (max-width: 991px) {
	.soc-list__link svg {
		width: 40px;
		height: 40px;
	}
	.soc-list__link {
		margin-right: 15px;
	}
}
.contact-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contact-list a {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}
.contact-list a svg {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.contact-list a:hover path {
	fill: #E50000;
}

@media (min-width: 768px) {
	.contact-list {
		flex-direction: column;
	}
	.contact-list a svg {
		width: 24px;
		height: 24px;
	}
	.contact-list a {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

.person {
	display: flex;
	align-items: center;
}
.person__pic {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin-right: 30px;
}
.person__name {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
}
@media (min-width: 768px) {
	.person__name {
		font-size: 24px;
		line-height: 32px;
	}
}

.s-map {
	position: relative;
}
.s-map .grid {
	padding-right: 10px;
	padding-left: 10px;
}
.s-map .grid__row {
	margin-left: -10px;
	margin-right: -10px;
}
.s-map [class^="grid__col"]{
	padding: 0 10px;
}
.s-map .content-area {
	height: 0;
	padding: 0;
}
.s-map__card {
	position: relative;
	top: 10px;
	z-index: 16;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
}
.s-map__card a:hover path {
	fill: #E50000;
}
.s-map__card p {
	margin-bottom: 6px;
}
.s-map__card p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}
.map {
	height: 530px;
}

@media (min-width: 768px) {
	.map {
		height: 480px;
	}
	.s-map__card p {
		margin-bottom: 12px;
	}
	.s-map__card p:last-child {
		font-size: 18px;
		line-height: 24px;
	}
	.s-map__card {
		top: 50px;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 25px;
	}
}

#contact-feedback {
	position: relative;
}
.success-form {
	position: absolute;
	padding: 20px;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.success-form__msg {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #68BD75;
	margin-top: 15px;
}

#contact-callback .form__group:nth-child(2) {
	display: none;
}