@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;
}

* {
	margin:0;
	padding:0;
}
ol, ul {list-style: none;}
:focus {    outline: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label, input[type="submit"]{
	cursor:pointer;
	-webkit-appearance: none;
}
img{border: none;}
select{
	vertical-align: middle;
	height: 29px;
}
a{
	text-decoration: underline;
	color: #444343;
}
a:hover,
.link:hover {
	color: #E50000;
}
.text-decor_dashed {
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
}
.centered {
	vertical-align: middle;
	text-align: center;
}
::-webkit-input-placeholder {color:#463365;}
::-moz-placeholder          {color:#463365;}/* Firefox 19+ */
:-moz-placeholder           {color:#463365;}/* Firefox 18- */
:-ms-input-placeholder      {color:#463365;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

/* Body */
body {
	font: 12px/1.5 Arial, Verdana, sans-serif;
	color: #000;
}
.container{
	max-width: 980px;
	margin: auto;
	position: relative;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 30px 0 0;
}
h3 {
	font-size: 22px;
	font-weight: normal;
}
.content{
	padding: 58px 20px 25px;
	background-color: #fff;
	min-height: 400px;
	overflow: auto;
}
#content{background: #fff;}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: "";
	display: table;
	clear: both;
}
.text-small, #main p.text-small{
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 5px;
}
.contacts-first{width: 42%;}
.contacts-second{width: 57%;}
.visible-xs{
	display: none !important;
}
.contact-three{margin-left: 500px;}
.img-contacts{margin-right: 10px;}
.partner_offer {
	border: 1px solid gray;
	border-radius: 10px;
	padding: 15px;
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 20px;
	min-height: 370px;
}
.partner_offer .offer-img {
	display: table-cell;
	text-align: center;
	width: 280px;
	height: 94px;
	vertical-align: middle;
}
.new-style input[type="text"],
.new-style input[type="password"],
.new-style input[name^="formulas"],
.new-style input[type="email"],
.new-style textarea{
	border: 1px solid #444343;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.new-style input[type="text"],
.new-style input[type="password"],
.new-style input[name^="formulas"],
.new-style input[type="email"],
.new-style textarea, .new-style select{
	font: 300 16px/21px 'Exo 2', sans-serif;
	width: 100%;
}
.styling input[type="text"],
.styling input[type="password"],
.styling input[name^="formulas"],
.styling textarea{
	color: #463365;
	padding: 9px 14px 11px;
	margin-bottom: 10px;
	background: transparent;
	border-color: #ffcc19;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dark.styling input[type="text"],
.styling input[type="password"],
.styling input[name^="formulas"],
.styling textarea{border-color: #463365;}
.tariff-page input[type="text"],
.tariff-page input[type="email"],
.tariff-page input[type="password"],
.tariff-page input[name^="formulas"],
.tariff-page textarea {
	width: 100%;
	font: 300 16px/21px 'Exo 2', sans-serif;
	border: 1px solid #444343;
	padding: 2px 10px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tariff-page textarea{resize:none;}
.i-money {font-family: ALSRubl;}
.list-inline>li{
	display: inline-block;
	vertical-align: top;
}
.list-inline>li:first-child{margin-left: 0 !important;}
.pull-right {float: right !important;}
.pull-left{float: left !important;}
.main li {
	background: url("../img/bg-li.gif") no-repeat 0 .7em;
	padding: 0 0 0 1.3em;
	font-size: 14px;
	line-height: 1.6;
}
.main p{
	font-size: 14px;
	margin: 0 0 1.5em 0;
}
.alert-block{
	padding: 8px;
	border: 1px solid red;
	background: #fcc;
	margin-bottom: 20px;
}
.alert-block p{
	line-height: 20px;
	margin: 0;
}


/* Clear */
.clear {
	clear: both;
}

/* Align */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/* No wrap */
.nowrap { white-space: nowrap; }

/* Colors */
.purple  { color: #3f336c; }
.bg_brown {
	background: #ebb7a0;
	padding: 0 3px;
}

/* HR */
.hr {
	height: 3px;
	background: #dcdadf;
	margin: 0 0 10px 0;
}


/* Form
input[type="text"], select, textarea, input[type="password"]{
	font: normal 12px Arial, Helvetica, sans-serif;
	} */

	/* List general */
	ul {
		list-style: none;
	}


	#keywords {
		width: 400px;
		padding: 5px 10px;
		font-style: italic;
		color: #7f7f7f;
	}

	ul ul {
		margin-left: 15px;
	}

	/* Buttons */
	.buttons_group {
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 5px;
		background: #f2f1f3;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.buttons_group  button:last-child {
		margin-right: 0;
	}

	/*button {*/
		/*font: normal 12px Arial, Helvetica, sans-serif;*/
		/*color: #333;*/
		/*margin: 0 5px 0 0;*/
		/*padding: 2px 5px;*/
		/*cursor: pointer;*/
		/*background: #ffffff; !* Old browsers *!*/
		/*!* IE9 SVG, needs conditional override of 'filter' to 'none' *!*/
		/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
		/*background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); !* FF3.6+ *!*/
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); !* Chrome,Safari4+ *!*/
		/*background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); !* Chrome10+,Safari5.1+ *!*/
		/*background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); !* Opera 11.10+ *!*/
		/*background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); !* IE10+ *!*/
		/*background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); !* W3C *!*/
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); !* IE6-8 *!*/
		/*border: 1px solid #c9c9c9;*/
		/*border-radius: 3px;*/
		/*-moz-border-radius: 3px;*/
		/*-webkit-border-radius: 3px;*/
		/*}*/

		button .arrow_down {
			padding: 0 15px 0 0;
			background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwb2x5Z29uIHBvaW50cz0iNy4xOTQsMiAzLjk5Niw1LjE5NSAwLjc5OSwyIDAsMi43OTkgMy45OTYsNi43OTQgNy45OTEsMi43OTkiLz48L3N2Zz4=") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
		}

		a.button_blue,
		a:hover.button_blue {
			position: relative;
			font-family: Calibri, Helvetica, sans-serif;
			color: #fff;
			padding: 2px;
			display: inline-block;
			line-height: 1.1;
			text-decoration: none;
			background: #a1b7c5;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}

		a.button_gray,
		a:hover.button_gray {
			position: relative;
			font-family: Calibri, Helvetica, sans-serif;
			color: #fff;
			padding: 2px;
			display: inline-block;
			line-height: 1.1;
			text-decoration: none;
			background: #aaa;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}


		/* Typography */
		h1 {
			position: relative;
			font-size: 26px;
			font-weight: normal;
			margin: 0 0 40px 0;
			padding: 0;
		}

		h1 a,
		h1 a:hover {
			text-decoration: none;
			background: url("../img/bg_arrow_down.gif") no-repeat 100% 60%;
			padding: 0 15px 0 0;
		}

		/* Table */
		table {
			width: 100%;
			margin: 10px 0;
			border-collapse: collapse;
		}
		.wrap-form {
			width: auto;
		}
		.wrap-form td {
			border: none;
			text-align: left;
		}
		th {
			background: #f2f1f3;
			vertical-align: bottom;
			text-align: center;
			padding: 4px 8px;
			border: 1px solid #e6e4e8;
		}

		td {
			text-align: center;
			padding: 8px;
			border: 1px solid #e6e4e8;
		}

		td img {
			vertical-align: middle;
		}

		.narrow {
			width: 1%;
			padding: 8px 4px;
			text-align: center;
		}

		th.narrow img {
			margin: 2px 0 0 0;
		}

		td.narrow img {
			margin: 0 0 2px 0;
		}

		td.top {
			vertical-align: top;
		}

		.no_border_right {
			border-right: none;
			padding-right: 3px;
		}

		.no_border_left {
			border-left: none;
			padding-left: 2px;
		}

		.campaign {
			font-size: 13px;
			font-weight: bold;
		}

		.number {
			color: #8ca2b5;
		}

		.domen {
			font-size: 11px;
			color: #59738a;
		}

		.status {
			font-weight: bold;
		}

		/* Ads */
		#ads_nav {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}

		#ads_nav li {
			float: left;
			padding: 10px;
			background: #f2f1f3;
		}

		#ads_nav a,
		#ads_nav a:hover {
			display: block;
			float: left;
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}

		#ads_nav .active {
			background: #bdb8c2;
		}
		#ad_group_all_selector {
			vertical-align: middle;
		}
		.ads {
			width: 100%;
			margin: 0 0 10px 0;
			border-collapse: collapse;
			border-top: 2px solid #a39eab;
			border-right: 1px solid #e6e4e8;
			border-bottom: 1px solid #e6e4e8;
			border-left: 1px solid #e6e4e8;
		}

		.ads th {
			padding: 10px;
		}

		.ads td {
			border: 0;
			padding: 10px 0;
			vertical-align: top;
			border-bottom: 1px solid #e6e4e8;
		}

		.ads tr:hover td { background: #fff2e5; }

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

		.ads li {
			margin: 0 0 10px 0;
		}

		.ad_number {
			display: block;
			font-size: 11px;
			color: #808080;
		}

		.ads img {
			margin: 0 5px;
		}

		a.ad_title,
		a:hover.ad_title {
			display: block;
			font-weight: bold;
			color: #1a3dc1;
		}

		a.ad_url,
		a:hover.ad_url {
			display: block;
			font-size: 11px;
			color: #060;
			text-decoration: none;
		}

		.ad_geo {
			font-size: 11px;
			color: #5d574d;
		}

		/* 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;
		}

		/* Campaign Info */
		.campaign_info {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.campaign_info li {
			margin: 0 0 10px 0;
			padding: 0;
		}

		.campaign_info img { vertical-align: middle; }

		/* Campaign Options */
		.campaing_options {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.campaing_options li {
			margin: 0 0 10px 0;
		}

		/* Campaign Nav */
		.campaign_nav {
			margin: 30px 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}

		.campaign_nav li {
			float: left;
			margin: 0 20px 0 0;
		}

		.campaign_nav a {
			display: block;
			padding: 10px;
			color: #000;
			text-decoration: none;
		}

		.campaign_nav a:hover {

		}

		.campaign_nav .active a,
		.campaign_nav .active a :hover {
			font-weight: bold;
			background: #ebeaed;
		}

		/* Windows */
		.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;
		}

		/* buttons */
		.btn{
			font-family: 'Roboto Slab', serif;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			font-weight: 300;
			border: none;
			font-size: 16px;
			text-decoration: none;
			padding: 5px 32px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #e4e4e1;
			-webkit-transition: background 0.3s linear;
			-moz-transition: background 0.3s linear;
			-ms-transition: background 0.3s linear;
			-o-transition: background 0.3s linear;
			transition: background 0.3s linear;
		}

		.btn:hover{background: #babab8;}
		.btn-small {
			font-weight: bold;
		}
		.btn-big{padding: 20px 68px;}
		.btn-big, .btn-middle{
			font-weight: bold;
			text-transform: uppercase;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.btn-middle{padding: 12px 26px;}
		.btn-violet{
			color: #ffcc19;
			background: #463365;
		}
		.small{
			width: 100%;
			font-size: 14px;
			padding-left: 0;
			padding-right: 0;
		}
		.btn-violet:hover{background: #35264c;}
		.btn-red{
			background: #df2b3e;
			color: #fff;
		}
		.btn-red:hover{background: #b12231;}
		.btn-yellow, span.btn-yellow:hover{
			background: #fcd703;
			color:#463365
		}
		.btn-yellow:hover{background: #e3c203;}
		.i-money+.btn{margin-left: 13px;}

		/* Header styles */
		header.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;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.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;
			line-height: 1;
		}
		.local-modal__link:hover {
			color: #C80000;
		}
		.local-modal__note {
			color: #888888;
			font-size: 12px;
			font-style: italic;
		}
		/* Local Modal styles */
		.wide .container{
			margin: 0;
			padding: 0 15px;
			max-width: 100%;
		}
		.wide .home-page .container{
			max-width: 980px;
		}
		.wide header .container, .wide footer .container{
			width: 100%;
			max-width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.wide #header-top{text-align: right;}

		/* new-style */
		.new-style th{
			text-align: left;
			background: #fbfbf8;
			font-weight: 500;
		}
		.new-style strong{font-weight: 500;}
		.new-style td, .new-style th {
			vertical-align: top;
			padding: 11px 21px 16px;
			border: none;
			text-align: left;
		}
		.new-style p {margin-bottom: 19px;}
		.new-style td{border-bottom: 1px dotted #8e8e8e;}
		.align-right{text-align: right!important;}
		.heading-table{white-space: nowrap;}
		.wide .center-block .container{margin: auto;}
		.navbar-toggle{
			position: relative;
			float: right;
			padding: 9px 10px;
			margin-bottom: 10px;
			background-color: transparent;
			background-image: none;
			border: 1px solid #ffcc19;
			border-radius: 4px;
			display: none;
			cursor: pointer;
		}
		.navbar-toggle span {
			display: block;
			width: 22px;
			height: 2px;
			border-radius: 1px;
			background: #ffcc19;
		}
		.navbar-toggle span+span {
			margin-top: 4px;
		}


		/* home-page */
		.home-page, .tariff-page, .new-style{
			background: #fff;
			font: 300 16px/21px 'Exo 2', sans-serif;
			color: #444343;
		}
		.home-page  *, .tariff-page *, #dialog-claim-send *, .new-style *{
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.home-page h1, .home-page h2, .home-page h3, .logo, .circle, .light-text, .post-date,
		.tariff-page h1, .tariff-page h2, .tariff-page h4, .tariff-page h3, .title-modal,
		.new-style h1, .new-style h2, .new-style h3{
			font-family: 'Roboto Slab', serif;
			margin: 0;
		}
		.home-page h1, .home-page h2, .home-page h3,
		.new-style h1, .new-style h2, .new-style h3,
		.tariff-page h1, .tariff-page h2, .tariff-page h3, .tariff-page h4{
			font-weight: bold;
			color: #463365;
		}
		.new-style h1{
			padding-bottom: 20px;
			padding-bottom: 50px;
		}
		.home-page h1, .home-page h2, .tariff-page h1, .new-style h1, .new-style h2{
			font-size: 22px;
		}
		.new-style h2{padding: 15px 0;}
		.home-page h2{
			padding: 57px 0 63px;
			text-align: center;
		}
		.home-page h3, .new-style h3, .tariff-page h3{font-size: 18px;}
		.new-style h3{padding: 10px 0;}
		.home-page .container>.border-block{padding-bottom: 0;}
		.home-page, .prices{color: #463365;}
		.home-page .border-block{
			text-align: center;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
		.tariff-page h1.title-big{
			font-family: 'Roboto Slab', serif;
			text-align: center;
			font-size: 36px;
			line-height: 40px;
			margin: 0 0 38px;
		}


		/* main */
		#main{
			background: #ffcc19 url(../img/main-bg.png) 50% 0 no-repeat;
			min-height: 717px;
			font-size: 18px;
		}
		#main h1{
			text-align: center;
			font-size: 38px;
			padding: 75px 0 24px;
                        line-height: 38px;
		}
		#main p{
			font-size: 22px;
			text-align: center;
		}
		#main h2{
			text-transform: none;
			text-align: left;
			padding: 0;
		}
		#main .pull-right{margin-top: 83px;}
		#main .sprites-home{
			width: 72px;
			height: 72px;
			margin-right: 20px;
		}
		#main ul{margin-top: 28px;}
		#main li{margin-bottom: 18px;}
		#main li span{
			display: inline-block;
			vertical-align: middle;
		}

		/* automation */
		#automation{margin-bottom: 90px;}
		#automation img{margin: 26px 0 23px;}
		#automation .btn{
			padding-left: 58px;
			padding-right: 58px;
		}
		.wrap-btn{margin-bottom: -50px;}
		#automation ul{margin-bottom: 55px;}
		#automation li{margin-bottom: 27px;}
		#automation li:nth-of-type(even){
			text-align: right;
		}
		.border-block{
			padding: 21px 40px 15px;
			border: 2px dashed #ffcc19;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		.content .border-block p{margin-bottom: 8px;}
		.border-block.blue{
			border-color: #9880bd;
			margin: 10px 0 38px;
		}
		li .border-block{
			padding: 24px 15px;
			width: 350px;
			max-width: 100%;
			display: inline-block;
			vertical-align: middle;
			margin-right: 46px;
		}
		#automation li:nth-of-type(even) .border-block{margin: 0 0 0 46px;}

		/* features */
		#features, #feedback{
			padding-bottom: 45px;
		}
		#features{
			background: #ffeeb1;
		}
		#feedback{
			background: #fff;
		}
		#features ul{padding: 11px 0;}
		#features li{
			margin-left: 46px;
			width: 150px;
		}
		#features h3{margin: 22px 0 8px;}
		#feedback form{
			font-size: 0;
			margin: 0 auto;
			max-width: 465px;
		}
/*#feedback form>div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	}*/
/*#feedback form>div:nth-of-type(odd){
	margin-right: 2%;
	}*/

	/* possibility */
	#possibility{background: #ffcc19;}
	#possibility ul{padding: 6px 0 1px;}
	#possibility li{
		position: relative;
		padding-left: 40px;
		width: 28%;
		margin-bottom: 45px;
	}
	#possibility li:nth-of-type(3n+2){
		margin: 0 7%;
	}
	#possibility li:last-of-type{
		padding-left: 0;
		text-align: center;
	}
	#possibility h3{padding: 4px 0 8px;}
	.circle{
		width: 30px;
		height: 30px;
		border: 2px solid #463365;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		line-height: 25px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.text-underline{text-decoration: underline;}
	.text-border {
		border-bottom: 2px solid #000;
	}
	#possibility .btn{
		padding-left: 37px;
		padding-right: 37px;
		margin-top: 11px;
	}

	/* news */
	#news{
		padding-bottom: 1px;
		background-color: #fff9dd;
	}
	#news .container {
		overflow: hidden;
	}
	#news h2{padding-bottom: 51px;}
	.news-list {
		margin: 60px 0;
	}
	.news-list__item{
		text-align: center;
	}
	@media (max-width: 991px) {
		.news-list__item:first-child {
			margin-bottom: 40px;
		}
		.news-list__inner {
			max-width: 445px;
		}
	}
	.news-list__inner {
		display: inline-block;
		text-align: left;
	}
	.news-list__caption {
		font-family: 'Exo 2', sans-serif;
		font-size: 18px;
		font-weight: normal;
		display: block;
		margin-top: 15px;
		color: #463365;
	}
	.news-list__link {
		display: block;
		text-decoration: none;
	}
	.news-list__link:hover .news-list__caption {
		text-decoration: underline;
	}
	@media (min-width: 992px) {
		.news-list {
			margin-left: -47px;
			margin-right: -47px;
		}
		.news-list__item{
			float: left;
			width: 50%;
			padding: 0 47px;
			text-align: left;
		}
	}
	.post-date{margin: 7px 0 8px;}
	.light-text{font-weight: 300;}
	.news-list a.light-text{
		font-size: 18px;
		color: #463365;
	}
	.news-list a.light-text:hover{text-decoration: none;}
	.news-list__img {
		width: auto\9;
		max-width: 100%;
		height: auto;
	}
	.news-list__wrap {
		overflow: hidden;
		display: table;
		width: 100%;
		height: 300px;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #ffe135), to(#ffa712));
		background-image: -webkit-linear-gradient(bottom, #ffe135 14%, #ffa712);
		background-image: -o-linear-gradient(bottom, #ffe135 14%, #ffa712);
		background-image: linear-gradient(to top, #ffe135 14%, #ffa712);
		-webkit-background-size: cover;
		background-size: cover;
		max-width: 719px;
		text-align: center;
	}
	@media (max-width: 499px) {
		.news-list__wrap {
			height: auto;
		}
	}
	.news-list__sub-wrap {
		display: table-cell;
		vertical-align: bottom;

	}

	/* feedback */
	#feedback{padding-bottom: 56px;}
	#feedback h2{
		font-size: 16px;
		padding: 54px 0 56px;
	}
	#feedback form input[type="text"], #feedback textarea{
		border: 1px solid #463365;
		font: 300 16px/21px 'Exo 2', sans-serif;
		width: 100%;
		background: #fff;
		margin-bottom: 5px;
	}
	#feedback textarea{
		display: block;
		height: 96px;
		resize: none;
	}

	/* prices */
	.tariff-page{
		color:#463365;
		position: relative;
	}
	.pattern-block{
		background: #fff url(/img/pattern-white.png) 50% 100% repeat;
		padding-top: 10px;
		margin-top: 33px;
	}
	.pattern-block .prices-list{margin-bottom: 35px;}
	.tariff-page .container{max-width: 950px;}
	.wide .tariff-page .container{
		max-width: 980px;
		margin: auto;
	}
	.tariff-page .prices-list+h3{margin: 75px 0 25px;}
	.tariff-page .border-block{padding: 15px 22px;}
	.tariff-page textarea{height: 202px;}
	.prices-list{margin: 25px 0 5px;}
	.prices-list li p{margin-bottom: 8px;}
	.prices-list>li{
		width: 24%;
		float: left;
		background-color: #fff;
		padding: 0 18px 8px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-right: 1%;
		margin-bottom: 1%;
		border: 2px dashed #ffcc19;
		min-height: 344px;
	}
	.prices-list>li.active{border-color: #35264c;}
	.prices-list>li.active h4{
		background: #35264c;
		color: #ffcc19;
	}
	.prices-list li ul{
		margin-left: 0;
		min-height: 126px;
	}
	.prices-list li li, .circle-list li{
		position: relative;
		padding-left: 9px;
		margin-bottom: 7px;
	}
	.prices-list li li:before, .circle-list li:before{
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		display: block;
		width: 3px;
		height: 3px;
		margin-right: 10px;
		background: #ffcc19;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.prices-list h4{
		background: #fcd703;
		text-align: center;
		padding: 15px 20px;
		margin: -2px -20px 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;  font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.prices-list .btn{
		margin-top: 15px;
		display: block;
	}
	.note{
		color: #d79000;
		margin-top: 15px;
	}
	.big-price{
		font-weight: bold;
		font-size: 45px;
		display: block;
		margin-bottom: 3px;
		line-height: 31px;
		padding-top: 19px;
	}
	.big-price .i-money, .middle-price{font-size: 32px;}
	.middle-price{padding: 25px 0 20px;}
	.yellow-block{
		background: #fcd703 url(/img/pattern-yellow.png) 50% 0 repeat;;
		padding: 53px 0 32px;
		font-weight: 500;
	}
	.yellow-block h3{margin-bottom: 17px;}
	div.prices-list{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 410px;
		padding: 8px;
		margin: 28px 23px 31px;
		font-weight: 300;
		border: 2px dashed #463365;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.prices-list .free h4{
		background: #463365;
		color: #fcd703;
		margin: 0 -22px 22px;
	}
	.prices-list .small-text{
		margin-top: 20px;}
		.free{
			background: #fff;
			padding: 0 22px 16px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		.free .text-center{margin-bottom: 8px;}
		.free .circle-list li{margin-bottom: 8px;}
		.white-block{
			padding: 20px 0 44px;
			color: #333333;
		}

		/* wrap-form */
		.form-violet{
			background: #463365 url(/img/pattern-violet.png) 50% 75% repeat;
			padding: 22px 0 29px;
			display: none;
		}
		#request_bezzabotniy.form-violet{background-position: 50% 175%;}
		.form-violet  li{
			margin: 0 0 7px 1.3%;
			width: 24%;
			float: left;
		}
		.form-violet h3{
			color: #fcd703;
			margin-bottom: 27px;
		}
		.form-violet textarea{
			margin-bottom: 4px;
			height: 113px;
		}
		.form-violet .btn{padding: 12px 70px;}

		/* news */
		#news h2{padding-bottom: 51px;}
		.post-date{margin: 7px 0 8px;}
		.light-text{font-weight: 300;}
		.news-list a.light-text{
			font-size: 18px;
			color: #463365;
		}
		.news-list a.light-text:hover{text-decoration: none;}



		/* register-pages */

		.content--register {
			background-color: #e6e6e6;
			font: 300 16px/21px 'Exo 2', sans-serif;
			color: #444343;
		}
		.content--register .container > h1 {
			display: none;
		}
		.register-page .container > h1 {
			display: none;
		}
		.register-block * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.register-block-inner {
			max-width: 500px;
			margin: 0 auto;
		}
		.register-form {
			border: 1px solid #959595;
			background-color: #fff;
			-webkit-box-shadow: -3px 3px 8px 0px #959595;
			box-shadow: -3px 3px 8px 0px #959595;
		}
		.register-form__legend {
			font-family: 'Roboto Slab', serif;
			font-size: 23px;
			line-height: 1.2;
			font-weight: bold;
			color: #453365;
			margin: 0;
			padding: 30px 55px;
		}
		.register-form__divider {
			height: 1px;
			margin: 35px 0;
			background-color: #e9e9e9;
			text-align: center;
		}
		.register-form__divider > span {
			font-size: 14px;
			color: #9c9c9c;
			line-height: 1;
			position: relative;
			top: -13px;
			display: inline-block;
			padding: 0 10px;
			background-color: #fff;
		}
		.register-form__inner {
			padding: 0 55px 30px;
		}
		.form-reg dl {
			margin: 0;
			padding: 0;
		}
		.form-reg dt {
			font-size: 16px;
			font-weight: 500;
			margin: 15px 0 5px;
			padding: 0;
		}
		.form-reg dd {
			font-size: 16px;
			padding: 0;
		}
		.form-reg select {width: 100%;}
		.form-reg dd input {
			margin: 0 5px 0 0;
		}
		.register-form__input-submit {
			font-size: 16px;
			color: #453365;
			margin: 0 auto;
			padding: 6px 14px;
			border: 1px solid #959595;
			border-radius: 3px;
			background-color: #ffcb00;
		}
		.register-form__input-submit:hover {
			background-color: #ffae00;
		}
		.register-form__input-text {
			border-radius: 0 !important;
			border-color: #959595 !important;
		}
		.register-form__input-text,
		.content--register input[type="text"],
		.content--register input[type="password"],
		.content--register input[name^="formulas"],
		.content--register textarea,
		.content--register select {
			font: 300 16px/21px 'Exo 2', sans-serif;
			width: 100%;
			padding: 3px 10px;
			border: 1px solid #959595;
		}
		.register-form__input-text:focus {
			border-color: #66afe9;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,203,0,.75);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,203,0,.75);
		}
		.form-reg__group--error > span {
			font-size: 12px;
			color: #da1a1a;
			line-height: 0.0em;
		}
		.form-reg__group--error .register-form__input-text {
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(218,26,26,.75);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(218,26,26,.75);
		}
		.register-form__yd-ac {
			vertical-align: middle;
			padding: 0 6px;
			display: block;
			color: #463265;
			border: 1px solid #959595;
			border-radius: 3px;
			background-color: #ffcb00;
			text-align: center;
			line-height: 1;
			text-decoration: none;
			height: 32px;
		}
		.register-form__yd-ac:hover {
			background-color: #ffae00;
		}
		.register-form__yd-logo {
			position: relative;
			top: 5px;
			left: -20px;
			display: inline-block;
			background: url(/img/yd-logo.png) center center no-repeat #fff;
			-webkit-background-size: 8px 17px;
			background-size: 8px 17px;
			border-radius: 3px;
			font-weight: bold;
			width: 20px;
			height: 20px;

		}

		/* login page */

		.register-block--login {
			margin-bottom: 30px;
		}
		.register-form__yd-ac--login {
			padding: 0 14px;
			display: inline-block;
		}
		.register-form__yd-logo--login {
			left: auto;
			margin-right: 20px;
		}
		#user_email_link {
			line-height: 1.2;
			display: inline-block;
			margin-top: 5px;
			text-decoration: none;
			color: blue;
			border-bottom: 1px dotted blue;
			cursor: pointer;
		}


		/*  */

		#rules_agree-styler {
			display: none !important;
		}
		.register-form__rules_agree {
			font-size: 14px;
			line-height: 1;
			color: #454545;
		}
		#remind-password .form-reg{
			margin-top: 20px;
			border: none;
		}
		#remind-password .form-reg dt{width: 150px;}
		.content--register #remind-password dd{
			margin-left: 0;
			width: 100%;
		}
		#remind-password dd{
			margin-left: 155px;
			width: 350px;
		}
		.promo-link {
			float: right;
			font-size: 14px;
			margin-top: 10px;
			color: #969696;
		}
		.mask {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.8);
			z-index: 50;
			visibility: hidden;
			opacity: 0;
			transition: 0.7s;
		}
		.active {
			visibility: visible;
			opacity: 1;
		}
		/* dialog_rules */
		#dialog_rules{
			font-size: 14px;
			line-height: 21px;
		}
		#dialog_rules h1{padding: 30px 0 20px;}
		#dialog_rules h2{margin: 10px 0 20px;}
		#dialog_rules p{padding-left: 25px;}

		/* Profile */
		.profile {
			margin: 20px 0;
			padding: 0;
		}
		.profile dt {
			float: left;
			width: 200px;
		}
		.profile dd {
			margin: 0 0 10px 200px;
			width: 300px;
		}
		.profile dd small {font-size: 12px;}
		.profile dd input.email {width: 210px;}
		.profile dd.wide-all{width: auto;}

		/* access-details */
		.access-table{
			margin-top: 28px;
			width: 750px;
			font-weight: 500;
		}
		.access-table th{background: #f6f6f3;}
		.access-table td>a.i-delete{
			margin: 0;
			padding: 0;
		}
		.access-table td{
			padding: 0;
			position: relative;
		}
		.access-table td>a{
			display: block;
			text-decoration: none;
		}
		.access-table>tbody>tr>td:last-of-type{width: 63px;}
		.access-details table td, .access-table td>a, .access-table>tbody>tr>td:last-of-type{
			padding: 11px 21px 16px;
		}
		.access-table>tbody>tr:hover>td, .access-row>td{background: #faf8fc;}
		.access-row>td{border-bottom: none;}
		.new-style tr td.access-details{
			background: #fbfbf8;
			padding: 22px 20px 0;
			border-bottom-style: solid;
		}
		.access-form li{
			width: 24%;
			margin-left: 5px;
		}
		.access-form .btn{width: 100%;}
		.profile.access dd{
			margin: 0 0 10px 190px;
			width: 390px;
		}
		.profile.access dt{width: 190px;}
		.access-nav{
			margin: 10px 0 17px;
		}
		.access-nav li{ margin-left: 34px;}
		.access-nav a{
			text-decoration: none;
			border-bottom: 1px dashed #5a5958;
		}
		.access-nav a:hover{border: none;}
		.access-nav .active a{
			border: none;
			color: #513d72;
			font-weight: 600;
		}
		.access-details table tr:last-of-type td{border: none;}
		.access-details table{margin-bottom: 0;}

		/* Content */
		#content {
			padding: 20px;
			overflow: auto;
		}

		#overlay {
			position: fixed;
			left: 0;
			top: 0;
			z-index: 50;
			width: 100%;
			height: 100%;
			background: #463366;
			opacity: 0.8;
			display: none;
		}


		/* Icons styles */
		.icons {
			display: inline-block;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
		.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);
		}
		/* Icons 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;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.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 */

		/* Messages */
		.message_success {
			background: #fffacd;
			padding: 22px 27px 20px;
			color: #463660;
			border-radius: 5px;
			font-weight: 500;
			font-size: 15px;
		}

		/* 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;
		}

		/* 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-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 */

		/* messages */

		.info_text {
			padding: 8px;
			margin-bottom: 10px;
			border: 1px solid #008000;
			background: #D6F6CE;
		}

		.error_text {
			padding: 8px;
			margin-bottom: 10px;
			border: 1px solid red;
			background: #fcc;
			font-size: 16px;
		}
		.error{
			border-color: #e8340f!important;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(232, 52, 15, 0.75);
			-moz-box-shadow:    0px 0px 5px 0px rgba(232, 52, 15, 0.75);
			box-shadow:         0px 0px 5px 0px rgba(232, 52, 15, 0.75);
		}
		.error-message{
			color: #e8340f;
			z-index: 1;
			font-size: 15px;
			margin-bottom: 15px;
		}


		.info_message .info_close {
			float: right;
		}

		/* Legend */
		.legend {
			width: 100%;
			margin: 30px 0 0 0;
			background: #f7f6ec;
		}

		.legend td {
			width: 50%;
			vertical-align: top;
			padding: 20px 0 0 20px;
			background: url("../img/bg-legend.gif") no-repeat 100% 0;
			text-align: left;
		}

		.legend  p {
			font-size: 12px;
			margin-bottom: 10px;
		}

		/* Dialog strategy kit */
		#dialog-strategy-kit legend {
			padding: 0 5px;
			margin-left: 5px;
		}

		#dialog-strategy-kit table th,
		#dialog-strategy-kit table td {
			width: 33%;
		}

		/* Campaigns select block */
		#campaigns-select-block label:hover {
			background-color: #c4e2ec;
		}
		#campaigns-select-block {
			max-height: 400px;
			overflow: auto;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		#campaigns-select-block label {
			display: block;
			padding: 4px;
			border-bottom: 1px solid gray;
		}
		#campaigns-select-block label input {
			display: block;
			float: left;
			margin: 2px;
		}

		/* Clients select block */
		#clients-select-block label:hover {
			background-color: #c4e2ec;
		}
		#clients-select-block {
			max-height: 400px;
			overflow: auto;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		#clients-select-block label {
			display: block;
			padding: 4px;
			border-bottom: 1px solid gray;
		}
		#clients-select-block label input {
			display: block;
			float: left;
			margin: 2px;
		}

		/* Reports page styles */
		.reports_content fieldset {
			border: none;
		}

		.reports_content .pageTurn {
			font-size: 12px;
		}

		.reports_content .pageTurn a, .reports_content .pageTurn span {
			display: inline-block;
			padding: 0 3px;
		}

		#content .state table {
			margin: 0;
		}

		#content .state td {
			vertical-align: top;
			border: none;
			padding: 3px;
		}

		/* Tabs */
		.tabs {
			float: left;
			width: 100%;
			margin: 0 0 10px 0;
			border-bottom: 3px solid #c3e3ee;
			font-size: 14px;
			line-height: 1.6;
		}

		.tabs li {
			float: left;
			list-style: none;
			background: none;
			margin: 0;
			padding: 0;
		}

		.tabs a {
			float: left;
			display: block;
			font-weight: bold;
			text-shadow: 1px 1px 0 #fff;
			padding: 10px;
			color: #4f7d9e;
		}

		.tabs a:hover,
		.tabs .current-tab:hover {
			background: #EEEAF3;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
		}

		.tabs .current-tab a {
			background: #c3e3ee;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
		}

		/* strategy box */
		#strategy_box select,
		#strategy_box select option {
			max-width: 300px;
			text-overflow: ellipsis; /* Многоточие */
		}

		/* banner details page */
		/* inside */
		.inside{
			border: 1px solid #E5E5E5;
		}
		.inside th{
			font-weight: bold;
			vertical-align: top;
			background: #f2f1f3;
			border: none;
			text-align: right;
			padding-right: 5px;
			padding-left: 5px;
			width: 7.5%;
		}
		.inside thead tr th:last-child,
		.inside thead tr th:first-child {
			width: 4%;
		}
		.inside thead tr th:nth-child(2) {
			width: 20%;
		}
		.inside thead tr th:nth-child(3),
		.inside thead tr th:nth-child(4),
		.inside thead tr th:nth-child(5) {
			width: 6%;
		}
		.inside thead tr th:nth-child(9) {
			width: 15%;
		}
		.inside thead tr th:nth-child(11) {
			width: 9%;
		}

		.inside td {
			border: none;
			text-align: right;
			padding-right: 4px;
		}
		.inside td.stake {
			font-size: 11px;
		}
		.inside .marked_copy_1,
		.inside .marked_copy_0  {
			color: #999;
			border-top: 1px solid #999;
		}
		#phrases-view .marked_copy_1,
		#phrases-view .marked_copy_0  {
			color: #999;
			border-left: 1px solid #999;
			padding-left: 4px;
		}
		.marked_copy_1 {
			background: #ebb7a0;
		}
		.inside td.icons {
			padding-left: 4px;
			padding-right: 0px;
			white-space: nowrap;
		}
		.inside td.icons img {
			margin: 0;
			border: 0;
		}
		.inside td.icons a {
			text-decoration: none;
		}

		.inside td.retargeting-head {
			padding-left: 5px;
			text-align: left;
			font-weight: bold;
		}

		.inside tr.retargeting {
			border: 1px solid #E5E5E5;
		}

		.inside tr.retargeting td:first-child {
			text-align: left;
			padding-left: 10px;
		}

		.inside tr.audience-list td:first-child {
			text-align: left;
			padding-left: 10px;
		}

		.inside span.audience-type {
			color: gray;
			font-size: 11px;
		}

		.inside span.audience-name {
			font-size: 13px;
		}

		.inside div.audience {
			margin-bottom: 15px;
		}

		.new.ads {
			position: relative;
			z-index: 1;
			border-left: 0;
			border-right: 0;
			-webkit-box-shadow: 0px -1px 0px 0px #fff;
			box-shadow: 0px -1px 0px 0px #fff;
		}
		.new.ads tr:hover td {
			background: none;
		}
		.left-block{
			width: 240px;
			padding: 0 5px;
			float: left;
			margin: 10px 5px 0 5px;
			border: 1px solid #E5E5E5;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			position: relative;
			text-align: left;
		}
		.left-block td{border: none;}
		.left-block:before{
			content: "";
			display: block;
			width: 15px;
			height: 26px;
			background: url(../img/angle.png) 0 0 no-repeat;
			position: absolute;
			top: 15px;
			right: -15px;
		}
		.left-block input[type="checkbox"]{margin-left: -12px;}
		.ads.new>tbody>tr>td{
			padding-top: 15px;
			border: 0;
		}
		.left-block-wrap{
			width: 274px;
		}
		.banner-preview {
			padding: 0 10px;
		}
		.banner_block .checkbox__box {
			top: 0 !important;
			margin: -7px 0 15px -12px;
		}
		.banner_block .checkbox__text {
			position: relative;
			top: -17px;
			left: 14px;
			padding: 2px 2px 2px 8px;
			white-space: nowrap;
			color: #666;
			background: white;
			width: auto;
			font-size: 11px;
			color: #808080;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: inline-block;
		}
		.banner_block .checkbox__text span {
			line-height: 1.5;
		}

		/* debug box */
		.debug_strategy {
			float: left;
			display: block;
			margin-right: 8px;
			cursor: pointer;
		}
		.debug_actions_list {
			position: absolute;
			border: 1px solid gray;
			background: #fff;
			box-shadow: 3px 3px 5px #888888;
			z-index: 10000;
		}
		.debug_actions_list table td {
			border-collapse: collapse;
		}
		.debug_actions_list table td {
			font-size: 10px;
			padding: 3px;
			border-bottom: 1px solid #eee;
			text-align: left;
		}
		.debug_actions_list tr.current td {
			background-color: #cfc;
		}
		.debug_actions_list tr.error td {
			background-color: #fcc;
		}

		/* dropdown filter */
		#dropdown_filter_block {
			display: none;
			position: absolute;
			background: #f2f1f3;
			right: 0;
			z-index: 8;
			width: 260px;
			padding: 15px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#dropdown_filter {
			border-bottom: 1px dashed;
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}
		#dropdown_filter_block * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#dropdown_filter_block dt {
			width: 110px;
			float: left;
			margin: 0 0 10px 0;
		}

		#dropdown_filter_block dd {
			margin: 0 0 10px 110px;
		}

		#dropdown_filter_block .buttons {
			padding: 10px 0 0 0;
		}
		#dropdown_filter_block input[type='submit'] {
			padding: 4px;
		}
		#dropdown_filter_block .input__box {
			width: 100%;
		}
		#dropdown_filter_block .buttons input {
			margin: 0 5px;
			padding: 0 13px;
			width: 94px;
		}

		#dropdown_filter_block.phrase_dropdown {
			width: 500px;
		}
		#dropdown_filter_block .clearfix > div {
			float: left;
			width: 50%;
		}
		#dropdown_filter_block.phrase_dropdown input {
			font-size: 11px;
		}

		#dropdown_filter_block.phrase_dropdown a,
		#dropdown_filter_block.phrase_dropdown a:hover {
			border: none;
			padding: 0;
			text-decoration: underline;
		}

		#dropdown_filter_block.phrase_dropdown dt {
			width: 10px;
			float: left;
			margin: 0 0 10px 0;
		}

		#dropdown_filter_block.phrase_dropdown dd {
			margin: 0 0 10px 60px;
		}
		/* infinite scrolling */
		.paginator .list-load-indicator {
			display: none;
		}

		td.strategy-set-wrap {
			text-align: left;
		}

		/* phrases view */
		.serp-position img{
			float: none;
		}
		td.align_right {
			text-align: right;
			white-space: nowrap;
		}
		#phrases-view td {
			border-bottom: 1px solid #e6e4e8;
			padding-left: 4px;
			padding-right: 4px;
		}
		img.strategy-lamp, img.banner-icon {
			cursor: pointer;
		}
		#ads_info_box {
			width: 320px;
			padding: 4px 10px;
		}
		#ads_info_box span,
		#ads_info_box a{
			display: block;
		}
		#ads_info_box .header a{
			font-weight: bold;
			color: #00c;
		}
		#ads_info_box .text {
			font-size: 12px;
		}
		#ads_info_box .url{
			font-size: 11px;
			color: green;
		}

		#ads_info_box .number,
		#ads_info_box .region {
			font-size: 11px;
			color: #999;
		}
		#ads_info_box .recreate_banner,
		#ads_info_box .edit_banner {
			text-align: right;
		}

		.box_horizontal {
			overflow-x: auto;
			white-space: nowrap;
			max-width: 94%;
			width: auto !important;
		}
		.box_horizontal p {
			display: inline-block;
			width: 320px;
			white-space: normal;
		}

		#filter {
			float: right;
			padding: 10px;
			background: #f2f1f3;
			position: relative;
		}

		a.expand-phrase-minus {
			text-decoration: none;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			width: 15px;
			height: 8px;
			line-height: 0px;
			text-decoration: none;
			color: #A8A8A8;
			background: #F0F1F3;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

		/* promo */
		.main .left {
			float: left;
			width: 450px;
		}
		.main .right {
			float: right;
			width: 490px;
		}
		.promo {
			clear: both;
			float: left;
			width: 450px;
			margin: 0 0 30px 0;
		}
		.promo .icon {
			float: left;
			width: 96px;
		}
		.promo h2{
			margin-top: 0;}
			.promo .text {
				margin: 0 0 0 106px;
			}
			/* Splash */
			#splash {
				background: url("../img/bg-splash.png") repeat-x 100% 0 #e1efff;
				padding: 60px 0;
			}

			#splash h2 {
				font-size: 3em;
				margin: 0 0 .5em 0;
			}
			#splash p {
				font-size: 14px;
				line-height: 1.6;
				margin: 0 0 1.5em 0;
			}
			#splash li {
				clear: both;
				float: left;
				display: block;
				font-size: 1.8em;
				font-style: italic;
				color: #393e45;
				margin: 0;
				padding: 10px 20px;
				background: none;
				text-shadow: 1px 1px #fff;
			}

			#splash .left {
				float: left;
				width: 580px;
			}

			#splash .right {
				float: right;
				width: 400px;
			}

			#splash .right ul {
				float: left;
				margin: 0 0 1.5em 0;
				padding: 0;
			}

			/* DIALOG CLAIM SEND */

			#dialog-claim-send {
				position: fixed;
				width: 470px;
				z-index: 1000;
				background: #ffffff;
				display: none;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
			}
			#dialog-claim-send form{padding: 40px;}
			#dialog-claim-send .btn{width: 100%;}
			.title-modal{
				background: #463365;
				color: #fcd703;
				text-align: center;
				font-weight: bold;
				position: relative;
				padding: 10px 20px;
				font-size: 22px;
				text-transform: uppercase;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}

			#dialog-claim-send .btnclose{
				position: absolute;
				top: 15px;
				right: 20px;
			}

			#dialog-claim-send .claim_wrap {
				margin: 22px 11px 0;
				padding: 5px 17px 10px;
				border: 1px solid #ccc;
				border-width: 0 1px 1px;
				background: #fff;
			}

			#dialog-claim-send .buttons {
				padding: 14px 22px;
			}

			#dialog-claim-send .buttons .button_right {
				float: right;
			}

			dl.news dt {
				float: left;
				width: 70px;
				font-size: 11px;
				color: #000;
				margin: 0 0 10px 0;
			}

			dl.news dd {
				font-size: 14px;
				margin: 0 0 10px 70px;
			}

			dl.news-home dt {
				float: left;
				width: 65px;
				font-size: 11px;
				color: #000;
				margin: 0 0 10px 0;
				padding: 0 0 0 35px;
			}

			dl.news-home dd {
				font-size: 14px;
				margin: 0 0 10px 105px;
			}

			#pages a,
			#pages a:hover {
				display: block;
				float: left;
				margin: 0 10px 0 0;
			}

			/* navigation */
			p.pages {
				margin-top: 10px;
				font-size: 1.1em;
			}

			p.pages a {
				padding: 2px 2px 2px 2px;
				font-weight: bold;
			}

			p.pages a.current {
				background-color: lightgray;
				color: black;
			}

			p.pages a.top_link {
				font-weight: normal;
				color: black;
			}

			p.pages span.comment {
				color: grey;
			}

			/* Table Rates */
			.rates {
				width: 100%;
				border-collapse: collapse;
				margin: 0 0 10px 0;
			}

			.rates th {
				font-size: 1.7em;
				padding: .2em .5em;
				text-align: center;
				background: none;
				border: none;
			}
			.rates .left{
				float: none; }
				.rates td {
					font-size: 1.4em;
					padding: .2em .5em;
					text-align: center;
					border: none;
					border-bottom: 1px solid #eeeaf3;
				}

				.rates .left {
					text-align: left;
				}

				/* A Buttons */
				/*a.button {*/
					/*float: left;*/
					/*display: block;*/
					/*height: 42px;*/
					/*font-size: 12px;*/
					/*font-weight: bold;*/
					/*color: #000;*/
					/*text-decoration: none;*/
					/*background: url("../img/bg-button.png") no-repeat 100% 0;*/
					/*padding: 0 20px 0 0;*/
					/*}*/
					input.button-reg {
						display: block;
						width: 161px;
						height: 42px;
						font: bold 12px Arial, sans-serif;
						color: #000;
						text-decoration: none;
						background: url("../img/bg-button-input-reg.png") no-repeat;
						border: none;
						cursor: pointer;
					}
					input.button-reg:hover {
						background: url("../img/bg-button-input-reg.png") no-repeat 0 -42px;
					}
					a.button.red {
						background: url("../img/bg-button-red.png") no-repeat 100% 0;
					}

					/*a.button span {*/
						/*float: left;*/
						/*display: block;*/
						/*height: 29px;*/
						/*background: url("../img/bg-button.png") no-repeat;*/
						/*padding: 13px 0 0 20px;*/
						/*cursor: pointer;*/
						/*}*/

						a.button.red span {
							background: url("../img/bg-button-red.png") no-repeat;
						}

						/*a:hover.button {*/
							/*background: url("../img/bg-button.png") no-repeat 100% -42px;*/
							/*}*/

							/*a:hover.button span {*/
								/*background: url("../img/bg-button.png") no-repeat 0 -42px;*/
								/*}*/

								a:hover.button.red {
									background: url("../img/bg-button-red.png") no-repeat 100% -42px;
								}

								a:hover.button.red span {
									background: url("../img/bg-button-red.png") no-repeat 0 -42px;
								}

								/* Alert */
								.alert {
									display: inline-block;
									padding: 0 3px 7px 3px;
									vertical-align: top;
									position: relative;
								}

								.alert_inner {
									display: none;
									position: absolute;
									left: 20px;
									top: -10px;
									z-index: 9999;
									border: 1px solid #e9e9e9;
									padding: 3px 3px 10px 15px;
									background-color: #f5f9fb;
									white-space: nowrap;
									font: 11px Tahoma, sans-serif;
									color: #000;
									box-shadow: 3px 3px 5px #777;
									-moz-box-shadow: 3px 3px 5px #777;
									-webkit-box-shadow: 3px 3px 5px #777;
								}

								.alert_inner a {
									float: right;
								}

								.alert_inner .header,
								.alert_inner .header a,
								.alert_inner .header a:hover {
									color: #1b30af;
									font-weight: bold;
								}

								.alert_inner .url {
									color: #060;
								}

								.alert_inner .region {
									color: #777;
								}

								.alert_inner p {
									font: 11px/1.3 Tahoma, sans-serif;
									margin: 0;
									padding: 7px 17px 0 0;
								}

								.alert_tongue {
									position: absolute;
									left: -6px;
									top: 10px;
								}

								.alert_inner.modal {
									position: fixed;
									z-index: 100;
									background: #f5f9fb url("/img/alert-icon3.gif") 7px 9px no-repeat;
								}

								.alert_inner.modal p {
									padding-left: 40px;
								}

								/* Form */
								.form dt {
									clear: both;
									float: left;
									width: 100px;
									font-size: 1.4em;
									margin: 0 0 10px 0;
								}

								.form dd {
									display: block;
									font-size: 1.2em;
									margin: 0 0 10px 110px;
									overflow: hidden;
								}

								.form dd small {
									font-size: .9em;
								}

								table.form {
									clear: both;
									width: 100%;
									border-collapse: collapse;
								}

								table.form th {
									font-size: 12px;
									font-weight: normal;
									text-align: left;
									padding: 5px;
									white-space: nowrap;
								}

								table.form td {
									font-size: 12px;
									text-align: left;
									padding: 5px;
								}

								table.form td small {
									font-size: 11px;
								}

								.gradient {
									width: 220px;
									position: relative;
									overflow: hidden;
									white-space: nowrap;
								}

								.gradient img {
									position: absolute;
									top: 0;
									right: 0;
								}
/*.form-reg{
	margin: 0;
	padding: 0;
	text-align: left;
}

.form-reg dt {
	float: left;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-reg dd {
	font-size: 11px;
	margin: 0 0 10px 160px;
	padding: 0;
}

.form-reg dd input { margin: 0 5px 0 0;}
*/
.data th {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #eeeaf3;
	vertical-align: bottom;
	border-bottom: 1px solid #c3e3ee;
	font-size: 11px;
}
.data td {
	padding: 5px 10px;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #eeeaf3;
}
.access, .certificates{width: auto;}
.access th, .access td{
	padding: 1px 2px;
	text-align: left;
}
#step1_form th, #step1_form td, .form th, .form td,
.access th, .access td, .certificates td , .certificates th{
	background-color: transparent;
	border: none;
}
.certificates td , .certificates th{
	border-bottom: 1px solid #eeeaf3;
	text-align: left;
}
.green_box {
	clear: both;
	font-size: 12px;
	background: #ddffe7;
	margin: 10px 0;
	padding: 10px;
}
.catalog_data{
	margin-bottom: -10px;}
	.catalog_data th{
		border: none;}

		/* payment */
		#payment-page {
			background: #fff;
			font: 300 16px/21px 'Exo 2', sans-serif !important;
			color: #444343;
		}
		#payment-page *{
			-webkit-box-sizing: border-box !important;
			-moz-box-sizing: border-box !important;
			box-sizing: border-box !important;
		}

		#payment-page h1,
		#payment-page h2,
		#payment-page h3,
		#payment-page h4,
		#payment-page h5 {
			font-family: 'Roboto Slab', serif;
			font-weight: bold;
		}

		#payment-page h1, #payment-page h3 {
			color: #463365;
		}

		#payment-page h1 {
			text-transform: uppercase;
			padding: 8px 0 49px;
			font-size: 22px;
		}

		#payment-page h3 {
			font-size: 18px;
		}

		#payment-page input[type="text"],
		#payment-page select {
			width: 100%;
			font: 300 16px/21px 'Exo 2', sans-serif;
			border: 1px solid #444343;
			padding: 3px 10px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

		.payment-form {
			margin-bottom: 16px;
			width: 100%;
		}

		.payment-form input[type="text"] {
			text-align: right;
		}

		.payment-form input.align {
			text-align: left;
		}

		.payment-form td {
			border: none;
			padding: 5px 0;
		}

		.payment-form td:first-child {
			width: 90px;
			padding-right: 13px;
			text-align: right;
			font-weight: 500;
		}

		.payment-form td:nth-of-type(2) {
			width: 180px;
		}

		#payment-page td, #payment-page th {
			vertical-align: top;
			padding: 11px 21px 16px;
		}

		#payment-page th {
			text-align: left;
			white-space: nowrap;
		}

		#payment-page td {
			border-bottom: 1px dotted #8e8e8e;
		}

		.payment .container {
			width: 950px;
			margin: auto;
		}

		/* buttons */
		#payment-page .btn {
			font-family: 'Roboto Slab', serif !important;
			color: #444343;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			font-weight: 300;
			border: none;
			font-size: 16px;
			text-decoration: none;
			padding: 5px 32px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #e4e4e1;
			-webkit-transition: background 0.3s linear;
			-moz-transition: background 0.3s linear;
			-ms-transition: background 0.3s linear;
			-o-transition: background 0.3s linear;
			transition: background 0.3s linear;
			float: none;
			height: auto;
		}

		#payment-page .btn:hover {
			background: #babab8 !important;
		}

		#payment-page .btn-middle {
			padding: 12px 26px;
			font-weight: bold;
			text-transform: uppercase;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

		#payment-page .btn-violet {
			color: #ffcc19;
			background: #463365;
		}

		#payment-page .btn-violet:hover {
			background: #35264c;
		}

		#payment-page .i-money-grey + .btn {
			margin-left: 13px;
		}


		.tab-content > .tab-pane {
			display: none;
			visibility: hidden;
		}

		.tab-content > .active {
			display: block;
			visibility: visible;
		}

		.payment {
			margin-top: 40px;
			overflow: hidden;
		}

		.tab-nav {
			margin-right: 25px;
			border-right: 1px dotted #8e8e8e;
			width: 377px;
		}

		.payment .tab-content, .tab-nav {
			display: inline-block;
			vertical-align: top;
		}

		.payment .tab-content {
			padding-bottom: 10000px;
			margin-bottom: -10000px;
			background: #f7f7f7;
			width: 543px;
		}

		.payment li {
			margin-bottom: 11px;
			list-style: none;
			background: none;
			padding-left: 0px;

			display: inline-block;
			vertical-align: top;
		}

		.payment li:nth-child(even) {
			margin-left: 11px;
		}

		.payment li:last-child {
			margin-bottom: 0;
		}

		.payment li a {
			display: block;
			width: 168px;
			*width: 350px;
			height: 160px;
			position: relative;
			border: 2px dashed #c4c4c4;
			*padding: 11px 20px;
			padding: 6px 10px;
			text-align: center;
			text-decoration: none;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size: 16px;
			line-height: 1.2 !important;
		}

		.payment li a img { *display: none}


		.payment li.active a:after {
			content: "";
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: 44%;
			right: -58px;
			border-width: 10px 16px;
			border-style: solid;
			border-color: transparent #f7f7f7 transparent transparent;
		}

		.payment li:nth-child(odd).active a:after{
			right: -240px;
		}

		.payment li a img + img {
			margin-left: 43px;
		}

		.payment li a img {
			margin-top: 14px;
		}

		.payment li a span {
			display: block;
		}

		.grey-text {
			color: #c4c4c4;
		}

		.payment li:last-child a {
			border-color: #ffcc19;
		}

		.payment li a:hover, .payment li.active a,
		.payment li:last-child a:hover, .payment li.active:last-child a {
			border-color: #9880bd;
			color: #444343;
		}

		.payment .tab-pane {
			padding: 23px 31px;
		}

		.payment-form {
			margin-bottom: 16px;
			width: 100%;

		}

		#payment-page .payment-form td {
			border: none;
			padding: 5px;
		}
		.payment-form .i-money{float: left;}
		.payment-form td:first-child {
			width: 90px;
			padding-right: 13px;
			text-align: right;
			font-weight: 500;
		}

		.payment-form td:nth-of-type(2) {
			width: 180px;
		}

		.payment h3 {
			text-align: center;
			margin-bottom: 22px;
		}

		.payment .tab-pane .btn-violet {
			margin-top: 23px;
		}

		.payment .tab-pane .i-money-grey {
			margin-top: 0;
		}

		.payment .btn {
			width: 100%;
			margin-bottom: 9px;
		}

		.payment form + table {
			width: 100%;
			margin-top: 45px;
		}

		.payment form + table td {
			padding: 14px 17px;
		}

		.payment th {
			background: #e4e4e1;
		}

		.i-money {
			font-family: ALSRubl;
		}

		small {
			font-size: 14px;
		}


		.i-money-grey {
			width: 10px;
			height: 12px;
			margin: -4px 0 0 6px;
			background: url(../img/i-money-grey.png) 0 0 no-repeat;
		}

		.i-arrow-bottom {
			width: 20px;
			height: 20px;
			background: url(../img/i-arrow-bottom.png) 0 0 no-repeat;
		}

		.payment {
			position: relative !important;
			border: 0px solid #000000; overflow: hidden;
		}
		.payments_table_scroll {
			text-align: center;
			max-height: 300px;
			overflow-y: auto;
		}

		.tab-content.tab-content-fixed-top {
			position: fixed; z-index: 0;
			top: 0px;
			*margin-left: 0.2%;
			*bottom: 116px;
			margin-bottom: 0px !important;
			padding-bottom: 0px !important;
		}
		.tabs span {
			float: left;
			display: block;
			font-weight: bold;
			text-shadow: 1px 1px 0 #fff;
			padding: 10px;
			color: #ddd;
		}
		.small-text{
			font-size: 14px;
			line-height: 18px;
		}

		/* error-500 */
		#error{
			background: #ffcc19;
			position: relative;
			height: 100%;
		}
		#error-pattern{
			background: url(../img/pattern-droid.png) 0 -50px repeat;
			position: absolute;
			width: 50%;
			right: 50%;
			top: 0;
			bottom: 0;
			z-index: -1;
		}
		.error-droid{
			position: absolute;
			top: 101px;
			left: 8px;
		}
		.spent_total {
			display: none;
		}
		.error-text{
			float: right;
			width: 50%;
			font: 300 14px 'Roboto Slab', serif;
			padding-top: 88px;
			color: #463265;
		}
		.error-left, .error-right{
			float: left;
			font-weight: bold;
		}
		.error-left{
			font-size: 141px;
			line-height: 120px;
		}
		.error-right{
			text-transform: uppercase;
			line-height: 37px;
			padding-left: 9px;
		}
		.error-right p:nth-of-type(1){font-size: 18px;}
		.error-right p:nth-of-type(2){font-size: 24px;}
		.error-right p:nth-of-type(3){
			font-size: 49px;
			line-height: 46px;
		}
		.error-wrap{
			border: 2px dashed #463365;
			padding: 8px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			margin: 26px 0 221px;
		}
		.error-block{
			background: #463365;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding: 20px 30px 25px;
			color: #ffcc19;
			line-height: 22px;
		}
		.error-support{
			display: inline-block;
			vertical-align: top;
			padding-right: 16px;
			margin-left: 50px;
			font: 300 14px 'Roboto Slab', serif;
		}
		.error-support li{
			display: inline-block;
			vertical-align: top;
			margin-left: 26px;
			color: #ffcc19;
		}
		.head .error-support li a{
			display: inline;
			padding: 0;
			font-size: 14px;
			text-decoration: underline;
		}
		.head .error-support li a:hover{
			text-decoration: none;
			background: none;
		}



		/* sprites */
		.sprites, .sprites-home{
			display: inline-block;
			vertical-align: middle;
			background: url(../img/sprites.png) 0 0 no-repeat;
		}
		.sprites-home{background: url(../img/sprites-home.png) 0 0 no-repeat;}
		.i-main-1{background-position: -350px -322px;}
		.i-main-2{background-position: -160px -322px;}
		.i-main-3{background-position: -251px -320px;}
		.i-settings{
			background-position: 0 -25px;
			width: 19px;
			height: 19px;
			margin: 0 6px;
		}
		.i-logout{
			background-position: -30px -25px;
			width: 17px;
			height: 19px;
		}
		.i-help{
			background-position: -165px -24px;
			width: 19px;
			height: 19px;
		}
		.help_alert_warning {
			padding: 15px;
			margin: 15px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 18px;
			color: #333;
			background: #ffeba0;
		}
		.help_alert_warning p {
			margin: 0px;
		}

		.automation-1{
			width: 150px;
			height: 147px;
			background-position: 0 -320px;
		}
		.automation-2{
			width: 150px;
			height: 132px;
			background-position: -309px -159px;
		}
		.automation-3{
			width: 150px;
			height: 110px;
			margin: 30px 0;
			background-position: -474px -160px;
		}
		.automation-4{
			width: 150px;
			height: 149px;
			background-position: -155px -159px;
		}
		.features-1{
			height: 149px;
			width: 149px;
			background-position: 0 -159px;
		}
		.features-2{
			height: 149px;
			width: 149px;
			background-position: -476px 0;
		}
		.features-3{
			height: 149px;
			width: 150px;
			background-position: -311px 0;
		}
		.features-4{
			height: 149px;
			width: 149px;
			background-position: -157px 0;
		}
		.features-5{
			height: 149px;
			width: 150px;
			background-position: 0 0;
		}
		.i-close-modal, .btnclose{
			width: 12px;
			height: 13px;
			background-position: -105px -25px;
		}
		.i-settings-small{
			width: 20px;
			height: 20px;
			margin-right: 18px;
			background-position: -25px 0;
		}
		.i-delete{
			width: 20px;
			height: 20px;
			background-position: -100px 0;
			margin-left: 7px;
		}
		.i-attention{
			width: 7px;
			height: 32px;
			float: left;
			margin: 6px 30px 0 -12px;
			background-position: -150px 0;
		}
		.i-idea{
			width: 20px;
			height: 20px;
			margin-right: 11px;
			vertical-align: baseline;
			background-position: -80px -25px;
		}
		.i-idea-grey{
			width: 20px;
			height: 20px;
			margin: 0 11px -2px 0;
			vertical-align: baseline;
			background-position: -55px -25px;
		}
		.ui-icon-plusthick, .ui-icon-minusthick{
			width: 20px;
			height: 20px;
			background-position: -50px 0;
			margin-right: 11px;
		}
		.collapse-links.ui-icon-minusthick{width: auto;}
/*.ui-icon-plusthick{background-position: -50px 0!important;}
.ui-icon-minusthick{background-position: -75px 0!important;}*/
.i-arrow{
	width: 20px;
	height: 20px;
	background-position: -125px 0;
	margin-right: 7px;
}
.i-close{
	width: 12px;
	height: 12px;
	border: none;
	background-position: -105px -45px;
}
.i-viewed{
	width: 20px;
	height: 20px;
	background-position: 0 0;
}
.i-arrow-bottom{
	width: 20px;
	height: 20px;
	background-position: -165px 0;
}
.i-att{
	background-position: -128px -49px;
	width: 20px;
	height: 20px;
}
.i-fb{
	background-position: 0 -50px;
	width: 30px;
	height: 30px;
}
.i-tw{
	background-position: -35px -50px;
	width: 30px;
	height: 30px;
}
.i-vk{
	background-position: -70px -50px;
	width: 30px;
	height: 30px;
}
.i-email{
	background-position: -125px -25px;
	width: 20px;
	height: 14px;
	margin-right: 9px;
}


/* единый адрес и телефон */
.jui-radio-desc {
	margin-left: 15px;
}
.use_addres_and_phone_row {
	display: table;
	width: 100%;
}
.use_addres_and_phone_wrap label {
	*display: block;
}
.use_addres_and_phone_row input {
	width: 100%;
	max-width: 100%;
}
.use_addres_and_phone_row .col {
	padding-right: 10px;
	display: table-cell;
}
.use_addres_and_phone_row .col-10 {
	width: 10%;
}
.use_addres_and_phone_row .col-33 {
	width: 33.3333333333%;
}

.use_addres_and_phone_row .col-15 {
	width: 15%;
}
.use_addres_and_phone_row .col-45 {
	width: 45%;
}
.use_addres_and_phone_row .col-50 {
	width: 50%;
}
.use_addres_and_phone_row .col-55 {
	width: 55%;
}
.use_addres_and_phone_row .col-60 {
	width: 60%;
}
.use_addres_and_phone_row .col-70 {
	width: 70%;
}

.use_addres_and_phone_row .col-85 {
	width: 85%;
}

.use_addres_and_phone_row .col-100 {
	width: 100%;
}


/* responsive */

@media (min-width: 768px) and (max-width: 992px) {
	#possibility li:nth-of-type(3n+2){
		margin: 0 3%;
	}
	#possibility li{
		width: 31%;
	}
	.head li a{
		font-size: 14px;
		padding: 3px 4px 5px;
	}
	header nav{
		margin-left: 10px;
	}
}
@media (min-width: 992px) {
	.mobile-menu{
		display: block !important;
	}
}
@media (max-width: 992px) {
	*, :before, :after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container{
		width: 750px;
		padding: 0 15px;
	}
	#main h1{line-height: 35px;}
	#features{
		text-align: center;
	}
	#features .list-inline>li{
		margin: 0 20px 30px!important;
	}
	#possibility .btn{
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.content{
		padding-left: 0;
		padding-right: 0;
	}
	.prices-list>li{
		width: 49%;
		margin: 0 0 15px 0;
	}
	.prices-list>li:nth-of-type(even){
		margin-left: 6px;
	}
	.partner_offer{
		width: 49%;
		margin: 0 0 20px;
	}
	.partner_offer:nth-of-type(even){
		margin-left: 1%;
	}
	.wide footer .text-center{
		clear: both;
		margin: 0;
		padding-top: 15px;
	}
}
@media (max-width: 768px) {
	.navbar-toggle{display: block;}
	.container{width: 100%;}
	#main{
		padding-bottom: 50px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	li .border-block{
		width: 62%;
	}
	#possibility li:nth-of-type(3n+2){
		margin: 0 3%;
	}
	#possibility li{
		width: 31%;
	}
	#possibility li:nth-of-type(3n+2){
		margin: 0 0 45px;
	}
	#possibility li:nth-of-type(even){
		margin-left: 4%;
	}
	#possibility li{
		width: 45%;
	}
	#feedback form>div, #feedback form>div:nth-of-type(odd){
		width: 100%;
		margin-right: 0;
	}
	#feedback .btn{
		width: 100%;
	}
	.mobile-menu{
		display: none;
		clear: both;
	}
	header nav{
		margin: 0;
		display: block;
	}
	.mobile-menu .pull-right{
		float: none !important;
	}
	.mobile-menu .list-inline>li{
		display: block;
		margin: 0;
	}
	.head .mobile-menu li a{
		display: block;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.head{
		padding-bottom: 12px;
	}
	footer .text-center{
		clear: both;
		margin: 0;
		padding-top: 15px;
	}
	footer .pull-right, footer .pull-left{
		float: none !important;
		text-align: center;
	}
	footer .logo{
		float: none;
	}
	.form-violet li{
		width: 100%;
		margin-left: 0;
	}
	.contacts-second, .contacts-first{
		width: 100%;
	}
	.contacts-first{
		margin-bottom: 15px;
	}
	.contact-three{
		margin: 0;
		padding-top: 20px;
		clear: both;
	}
	.content img{
		display: block;
		max-width: 100%;
		height: auto;
	}
	#register-block>div:first-child, #register-block>div:last-child{
		width: 100%;
	}
	.content #register-block img{
		display: inline-block;
	}
	.form-reg{
		padding: 0 0 30px 0;
		border: none;
	}
	.course{
		float: none;
		text-align: left;
	}
	#header-top .list-inline{
		width: 100%;
		display: table;
	}
	#header-top .list-inline li{
		display: table-cell;
		text-align: center;
	}
}
@media (max-width:570px){
	#main .sprites-home{
		margin: 0 10px 0 -10px;
	}
	#main h1{
		font-size: 34px;
	}
	li .border-block, #automation li:nth-of-type(even) .border-block{
		width: 100%;
		margin: 0;
	}
	#automation li:nth-of-type(n){text-align: center;}
	#automation li span{
		margin: 10px auto;
	}
	#automation img{
		display: block;
		margin: 26px auto 23px;
		max-width: 100%;
		height: auto;
	}
	.border-block{
		padding-left: 15px;
		padding-right: 15px;
	}
	#automation .btn{
		padding-left: 15px;
		padding-right: 15px;
	}
	#possibility li:nth-of-type(even){
		margin-left: 0;
	}
	#possibility li{
		width: 100%;
	}
	.prices-list>li{
		width: 100%;
	}
	.prices-list>li:nth-of-type(even){
		margin-left: 0;
	}
	div.prices-list{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.pull-left.img-contacts{
		float: none !important;
	}
	.partner_offer{
		width: 100%;
	}
	.partner_offer:nth-of-type(even){
		margin-left: 0;
	}
	.hidden-xs{
		display: none;
	}
	.visible-xs{
		display: block!important;
	}
	.wide .fooner-nav li{
		display: block;
	}
	.course{
		text-align: center;
	}
	#header-top .list-inline>li{
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	#header-top .list-inline li.pull-right{
		float: none !important;
	}
	#register-block>div:last-child{padding-left: 0;}
	.form-reg dt, .form-reg dd{
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
}

/* YML controls */
#dialog-synonym-options {
	overflow: hidden;
}

#magic_result_set_tabs {
	border: none !important;
	margin: -9px -15px 0;
}

#magic_result_set_simple table {
	width: auto;
	border: none;
}

#magic_result_set_simple td {
	text-align: left;
	vertical-align: top;
	border: none;
}

#magic_result_set_simple td:first-of-type {
	text-align: right;
}

/*Для утм меток в yml контроле*/
#set-utm-tags-yml-control label {
	display: block;
	margin-top: 8px;
}
#set-utm-tags-yml-control input[type="text"] {
	width: 300px;
	font-size: 16px;
	padding: 3px;
	display: block;
}
#set-utm-tags-yml-control  small {
	color: gray;
}
#set-utm-tags-yml-control table td, table th {
	text-align: left;
}
.reset-to-defaults-utm-yml-control {
	border-bottom: 1px gray dashed;
	text-decoration: none;
	color: gray;
	font-size: 11px;
	font-weight: normal;
}
.info-yml-utm-table {
	width: 100%;
	margin: 10px 0 !important;
	border-collapse: collapse !important;
}

.info-yml-utm-table th {
	background: #f2f1f3 !important;
	vertical-align: bottom !important;
	padding: 4px 8px !important;
	border: 1px solid #e6e4e8 !important;
	text-align: left;
}

.info-yml-utm-table td {
	padding: 8px !important;
	border: 1px solid #e6e4e8 !important;
	text-align: left;
}

.select-values-for-autoreports {
	margin: 20px 0px;
}

.select-values-for-autoreports label {
	width: 160px;
	height: 35px;
	display: inline-block;
}

.rule_type_and_object div {
	margin-right: 100px;
	display: inline-block;
}
/*Для утм меток в yml контроле END*/

.feedchange>b>input:first-child {
	width: 250px;
	margin-right: 5px;
}

.feedchange input[type="submit"] {
	width: 40px;
	border-radius: 5px;
}


.feedchange input[type="checkbox"] {
	margin-right: 5px;
}
/*Для yml - фидов END*/

/**/
.at-msg-for-servingstatuses {
	text-align:left;
}

.at-msg-for-servingstatuses a{
	text-decoration: none; /* Убираем подчеркивание */
	border-bottom: 1px dotted #000080;
	cursor: pointer;
}

.at-msg-for-servingstatuses span{
	background: rgb(255,225,225);
	padding: 5px 10px;
}

.at-msg-for-servingstatuses b{
	background: red;
	padding: 1px 5px;
	color: #fff;
}

dialog {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	margin: auto;
	padding: 1em;
	width: 320px;
}

.right-top-corner {
	margin-right:-15px;
	margin-top: -10px;
}

#index-callback>div:nth-child(3), #index-callback>div:nth-child(4) {
	display: none;
}

.button {
	cursor: pointer;
}

.modal .modal__table {
	width: 400px;
	margin: 0 auto;
}

.modal .modal__content {
}

.modal .modal__content textarea {
	width: 600px;
	height: 350px;
	margin-left: 10px;
	margin-right: 10px;
}

.modal .modal__content .modal__header {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

.modal .modal__content .modal__buttons {
	margin-top: 10px;
	background-color: #eee;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* auth-data-error */

.auth-data-error-wrap {
	display: table-cell;
	vertical-align: middle;
}
.auth-data-error {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffcb00;
	max-width: 500px;
	margin: 0 auto 33px;
	padding: 120px 55px;
	border: 1px solid #959595;
	text-align: left;
	-webkit-box-shadow: -3px 3px 8px 0px #959595;
	box-shadow: -3px 3px 8px 0px #959595;
}

.auth-data-error p {
	font: 500 16px/21px 'Exo 2', sans-serif;
	color: #444343;
}

span.input * {
	width: 100px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

/* privacy-policy */

.privacy-policy-rules .content {
	padding-top: 25px;
}
.privacy-policy {
	max-width: 980px;
	margin: 0 auto;
}
.privacy-policy ul {
	margin: -15px 0 19px 20px;
}
.privacy-policy li {
	list-style-type: disc;
}
.privacy-policy__footnote {
	font-size: 90%;
}
.privacy-policy__footnote h4 {
	font-size: 16px;
}
.privacy-policy__footnote p {
	margin-bottom: 7px;
}
.privacy-policy__hr {
	width: 20%;
	height: 1px;
	background-color: #444343;
}

/* note-privacy-policy */

.note-privacy-policy {
	font-size: 14px;
}

/*relative img*/
.relative-img {
	width: auto\9;
	max-width: 100%;
	height: auto;
}

/*direct accounts*/
.yd-account {
	margin-top: 30px;
}
.register-form--yd-account {
	margin-bottom: 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.register-form__input-submit--big {
	font-size: 18px;
	padding: 12px 28px;
}
.certificates--direct-accounts {
	margin: -15px 0 0;
}
.certificates--direct-accounts td,
.certificates--direct-accounts th {
	padding: 15px;
}
.certificates--direct-accounts th {
	padding-top: 0;
}
.b-btn,
.link {
	font-size: 16px;
	margin: 0 auto;
	padding: 6px 14px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
}
.b-btn:hover,
.link:hover {
	text-decoration: none !important;
}
@media (min-width: 600px) {
	.register-form--yd-account .b-btn {
		font-size: 18px;
		padding: 12px 28px;
	}
}
.b-btn--normal,
.link--normal {
	color: #453365;
	border-color: #959595;
	background-color: #ffcb00;
}
.b-btn:hover,
.link:hover {
	background-color: #ffae00;
}
.b-btn--outline,
.link--outline {
	color: #453365;
	border-color: #453365;
	background-color: #fff;
}
.b-btn--outline:hover,
.link--outline:hover {
	color: #fff;
	border-color: #453365;
	background-color: #453365;
}
.link--no-style,
.link--no-style:hover {
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	white-space: normal;
	text-decoration: none;
	background: none;
	cursor: pointer;
}
.link--dashed {
	font-size: 13px;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	white-space: normal;
	text-decoration: underline;
	text-decoration-style: dashed;
	background: none;
	cursor: pointer;
	color: #0054b9;
}
.link--dashed:hover {
	background: none;
	color: #E50000;
	text-decoration: none;
}
.yd-account__link_help {
	display: inline-block;
	margin-bottom: 10px;
}
.yd-account__list {
	display: inline-block;
	padding: 25px 25px 25px 40px;
	background-color: #D6F6CE;
}
.yd-account__list li {
	margin-top: 7px;
	list-style-type: disc;
}
.yd-account__list li:first-child {
	margin-top: 0;
}
/* responsive table */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }
}
.st-key {
	font-weight: normal;
}
@media (max-width: 799px) {
	.js-cardtable {
		display: none;
	}
	.certificates--direct-accounts.small-only {
		border-top: 1px solid #eeeaf3;
	}
	.certificates--direct-accounts.small-only td {
		padding-bottom: 0;
	}
}
@media (max-width: 599px) {
	.certificates--direct-accounts.small-only td {
		display: block;
	}
	.certificates--direct-accounts.small-only .st-val {
		padding-top: 10px;
	}
}
.certificates--direct-accounts.small-only td {
	border: none;
}
.certificates--direct-accounts.small-only {
	width: 100%;
}
.certificates--direct-accounts.small-only .st-key,
.certificates--direct-accounts.small-only .st-val {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 599px) and (max-width: 992px) {
	.certificates--direct-accounts.small-only .st-key {
		padding-right: 15px;
		width: 60%;
	}
}
.certificates--direct-accounts__links > .link:first-child {
	margin-right: 13px;
}
.certificates--direct-accounts__links > .link {
	display: inline-block;
}
@media (max-width: 1023px) {
	.certificates--direct-accounts__links > .link:first-child {
		margin-bottom: 15px;
	}
}

/*content--user-active*/
.content--user-active {
	background-color: #e6e6e6;
}

/* distrib-form */

.distrib-form-container {
	padding: 35px 15px;
	background: #fff9dd;
}
.distrib-form-container,
.distrib-form-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.distrib-form {
	max-width: 465px;
	margin: 0 auto;
}
.distrib-form__group {
	margin-bottom: 10px;
}
.distrib-form__label[for="email"] {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 35px;
	text-align: center;
	display: block;
}
.distrib-form__label {
}
.distrib-form__input-text {
	border: 1px solid #463365;
	font: 300 16px/21px 'Exo 2', sans-serif;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	padding: 9px 14px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.distrib-btn {
	padding: 12px 26px;
	border: none;
	color: #ffcc19;
	background: #463365;
	cursor: pointer;
}
.distrib-btn:hover,
.distrib-btn:active,
.distrib-btn:focus {
	background: #35264c;
}
.distrib-form__label[for="privacy-policy"] {
	position: relative;
	/*padding-left: 20px;*/
}
.distrib-form__label[for="privacy-policy"] span {
	font-size: 14px;
}
.distrib-form .distrib-form__input-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: auto !important;
}
.distrib-form__link {
	font-size: 14px;
}
.subscribe_form_message {
	padding: 15px 10px;
	width: 100%;
	font-size: 15px;
	color: #333;
}

#refresh-campaign-list {
	float: right;
}

.button-link {
	background:none!important;
	color:blue;
	border:none;
	padding:0!important;
	font: inherit;
	/*border is optional*/
	border-bottom:1px solid blue;
	cursor: pointer;
}

/*campaign-details.php */

.actions {
	float: left;
	background-color: #F5F5F5;
	padding: 5px 10px;
}
.actions .buttons_group {
	margin: 0;
	padding: 0;
}
.filter-options {
	float: right;
	padding: 10px;
	background: #f2f1f3;
	position: relative;
}
.data-all-link {
	display: inline-block;
	padding: 10px;
}
.data-all-link span {
	position: relative;
	top: 1px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.question-popover {
	position: relative;
	display: inline-block;
}
.question-popover__toggle {
	font-size: 10px;
	line-height: 12px;
	color: #aaa;
	position: relative;
	top: -1px;
	width: 12px;
	height: 12px;
	text-align: center;
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 50%;
	cursor: pointer;
}
.question-popover__body {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 22px;
	left: -150px;
	z-index: 1;
	display: none;
	width: 300px;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #f2f1f3;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	text-align: left;
}
.question-popover__body p {
	padding-bottom: 5px;
}
.question-popover__body p:last-child {
	padding-bottom: 0;
}
#dropdown_filter_block dd.small {
	margin-left: 30px !important;
}
.keywordBids-big {
	display: none;
}

.semantic-quality-ratio {
	cursor: pointer;
}
.disable-link {
	pointer-events: none;
	cursor: default;
	color: gray;
}
.add-minus-words {
	cursor: pointer;
}


/* ------------------------------------------------------------------------------- */

/* alert styles */
.alert {
	display: block;
	padding: 0;
	vertical-align: middle;
	position: static;
	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 */

/* ------------------------------------------------------------------------------- */

/*popup-v-2*/
.popup-v-2__wrap .select {
	width: 235px !important;
}
.popup-time_box {
	display: inline-block;
	vertical-align: bottom;
	width: 36px;
	height: 28px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	margin-left: 3px;
}
.popup-time_box img {
	display: inline-block;
	vertical-align: middle;
}
.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__wrap_str-set*/
.popup-v-2__wrap_str-set {
    width: 315px;
}
.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;
}

/*ui-dialog_formula*/
.ui-widget-overlay {
    opacity: 1;
    background: rgba(70, 51, 101, 0.5);
    z-index: 1002 !important;
}
.ui-dialog_formula {
    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_formula .ui-dialog-content {
    overflow: auto;
    padding: 0;
    max-height: 400px;
}
.ui-widget-header {
    border: none;
    background: #fff;
    color: #000;
}
.ui-dialog_formula .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_formula .ui-dialog-buttonpane {
    border: none;
    background-image: none;
    margin: 0;
    padding: 10px;
}
.ui-dialog_formula .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.ui-dialog_formula .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_formula .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_formula .ui-dialog-buttonpane .ui-button:hover {
    border-color: rgba(0,0,0,.3);
}
.ui-dialog_formula .ui-dialog-buttonpane .ui-close-modal_action:hover {
    border-color: #ffd633;
    background: #ffd633;
}
.ui-dialog_formula .ui-dialog-buttonpane .ui-button:active {
    background: #f6f5f3;
}
.ui-widget-content a {
    color: #0054B9;
}

.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;
    font-weight: bold;
    margin-bottom: 10px;
}
.ui-dialog_formula__sub-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.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: 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;
}

/*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 .table-light__head {
    background-color: #F8F8F8;
}
.table-light_formula th,
.table-light_formula td {
    padding: 0;
    border: none;
}
.table-light_formula .table-light__head-text,
.table-light_formula .table-light__row-item {
    padding: 10px;
}
.table-light_formula .table-light__row-item {
    font-size: 12px;
    line-height: 1.15;
    text-align: left;
}
.table-light_formula .table-light__head-text {
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

/* ------------------------------------------------------------------------------- */

/* 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;
	}
}


/*Styles for tabla on page with bad urls*/
.bad_link_item {
    word-break: break-all;
}

/* To top button styles */

/* ------------------------------------------------------------------------------- */




/*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) !important;
}
.modal_ext .modal__table {
	width: 100%;
	height: 100%;
}
.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_history_phrase .modal-article__content {
	min-height: 387px;
	padding: 0;
	position: relative;
}
table.modal-article__content td {
	border: none;
}
.modal_strategy .modal-article__content::-webkit-scrollbar,
.modal_history_phrase .modal-article__content::-webkit-scrollbar,
.modal_banners .modal-article__content::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}
.modal_strategy .modal-article__content::-webkit-scrollbar-thumb,
.modal_history_phrase .modal-article__content::-webkit-scrollbar-thumb,
.modal_banners .modal-article__content::-webkit-scrollbar-thumb {
	background: #C4C4C4;
	border-radius: 4px;
}
.modal_strategy .modal-article__footer,
.modal_banners .modal-article__footer{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* modal-article */
.modal-article {
	max-width: 650px;
}
.modal--units .modal-article,
.modal_strategy .modal-article,
.modal_history_phrase .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_history_phrase .modal__content {
	max-width: 90vw;
	min-width: 335px;
}
.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 {
		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: auto;
	max-height: 400px;
	padding-left: 20px;
}
@media (min-width: 568px) {
	.modal-article__content {
		max-height: 650px;
	}
}
.modal-article__content h2 {
	font-family: inherit;
	line-height: inherit;
	margin-top: 10px;
}
.modal-article__content p {
	font-family: 'Exo 2', sans-serif;
	line-height: inherit;
}
/* modal-article */

/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* 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 */

/* backgrounds */
.bg-green {
	background: rgba(170, 230, 125, 0.5);
}
.bg-red {
	background: rgba(255, 170, 150, 0.5);
}
/* backgrounds */


/* table-phrase */
.table-phrase {
	font-size: 12px;
	position: relative;
	overflow: auto;
}
@media (max-width: 567px) {
	.table-phrase {
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
.table-phrase table {
	border-collapse: separate;
	margin: 0;
}
.table-phrase__head {
	background-color: #F8F8F8;
}
.table-phrase tr {
	vertical-align: top;
}
.table-phrase td {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid #fff;
	text-align: left;
	width: 55px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height:14px; /* если высота клиентской части в ячейке меньше 14px, то IE криво отрисовывает горизонтальные линии в фиксированной области */
	/* Самое интересное, что padding ни на что не влияет. Можно, например, сделать padding=16px и если клиентская высота < 14px, то всё равно IE криво отрисует линии */
	/* Если padding=0, а клиентская высота >= 14px, то будет нормально, IE ровно отрисует линии */
}
.table-phrase__head td {
	border-right: none;
	border-bottom: #fff;
}
.table-phrase td:first-child {
	font-size: 14px;
	font-weight: bold;
}
.table-phrase__pictograms td {
	text-align: center;
	vertical-align: middle;
}
.table-phrase__diagrams td {
	padding: 0;
	border-bottom: #fff;
}
.table-phrase__fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
}
.table-phrase__fixed--corner {
	z-index: 3;
}
.table-phrase__fixed--head,
.table-phrase__fixed--column {
	z-index: 2;
}
.table-phrase__fixed tr.table-phrase__head,
.table-phrase__fixed tr.table-phrase__pictograms,
.table-phrase__fixed tr.table-phrase__diagrams {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.table-phrase__fixed td {
	background-color: #fff;
}
.table-phrase::-webkit-scrollbar,
.table-phrase::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}
.table-phrase::-webkit-scrollbar-thumb,
.table-phrase::-webkit-scrollbar-thumb {
	background: #C4C4C4;
	border-radius: 4px;
}
.table-phrase .is-shadow {
	-webkit-box-shadow: 3px 215px 6px 0px rgba(2,11,39,.13);
	box-shadow: 3px 215px 6px 0px rgba(2,11,39,.13);
}
/* table-phrase */


/* phrase prices history */
.phrase-history-dialog {
	white-space: nowrap;
}
img.phrase-history {
	cursor: pointer;
}
.phrase-history-dialog table {
	border: 0;
}
.phrase-history-dialog table.phrase-history {
	border-collapse: collapse;
}
.phrase-history-dialog table.phrase-history td {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px;
	text-align: right;
}
.phrase-history-dialog table.phrase-history th {
	padding: 2px;
}
.phrase-history-dialog table.phrase-history td.up {
	background-color: #fcc;
}
.phrase-history-dialog table.phrase-history td.down {
	background-color: #cfc;
}
.phrase-history-dialog table.phrase-history span.current {
	background-color: yellow;
}
.phrase-history-dialog table.phrase-history td {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px;
}

.phrase-history-dialog .prev-day {
	cursor: pointer;
	font-size: 20px;
	color: #999;
	text-align: left;
	width: 33%
}
.phrase-history-dialog .next-day {
	cursor: pointer;
	font-size: 20px;
	color: #999;
	text-align: right;
	width: 33%
}
.phrase-history-dialog .cur-day {
	font-size:  24px;
	text-align: center;
}

/* date-chooser */
.date-chooser {
	padding: 10px;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.date-chooser__current {
	padding: 0 10px;
}
.date-chooser__btn {
	width: 25px;
	max-width: 25px;
	height: 28px;
	flex: 0 0 25px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
.date-chooser__btn--prev {
	background-image: url(../img/angle-left.svg);
}
.date-chooser__btn--next {
	background-image: url(../img/angle-right.svg);
}
.date-chooser__btn:hover {
	border: 1px solid rgba(0,0,0,.3);
}
/* date-chooser */

/* label */
.label {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 9.5px;
	padding: 4px 5px 0;
	min-width: 19px;
	min-height: 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
}
.label--green {
	background-color: #68BD75;
}
.label--yellow {
	background-color: #FFDB4D;
	color: #000;
}
.label--red {
	background-color: #EB5757;
}
.label--violet {
	background-color: #8D67CC;
}
/* label */

/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* diagram-indicator */
.diagram-indicator {
	position: relative;
	margin-top: 25px;
}
.diagram-indicator__column {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.diagram-indicator__current {
	z-index: 4;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #000;
}
.diagram-indicator__item {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.diagram-indicator__item--color--green {
	background-color: #68BD75;
	z-index: 0;
}
.diagram-indicator__item--color--yellow {
	background-color: #FFDB4D;
	z-index: 1;
}
.diagram-indicator__item--color--red {
	background-color: #EB5757;
	z-index: 2;
}
.diagram-indicator .tooltip-ext__link {
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.diagram-indicator .tooltip-ext__link.link_hovered {
	background: none;
}
.diagram-indicator .label {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
/* diagram-indicator */
/* ------------------------------------------------------------------------------- */

/*tooltip-ext*/
.tooltip-ext__content {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	padding: 4px 5px 4px;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 2px;
	white-space: nowrap;
	font-family: "Exo 2", sans-serif;
}
.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;
}
.popup_direction_right-center.tooltip-ext__content_top:after {
	left: 0;
	top: 50%;
	transform: rotate(90deg);
	margin-left: -8px;
	margin-top: -4px;
	border-width: 4px;
}
.tooltip-ext__link {
	cursor: pointer;
	text-decoration: none !important;
	outline: none;
}

/* title styles */
.title {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.title_lg {
	font-size: 38px;
}
/* title styles */

/* 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 */


.campaign-detail-bar {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.campaign-detail-bar > div {
	padding: 0 15px;
}
