@CHARSET "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v9/DXI1ORHCpsQm3Vp6mXoaTYraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v9/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(//fonts.gstatic.com/s/ubuntucondensed/v5/DBCt-NXN57MTAFjitYxdrOC933fdLZhbewWVDyX-fYw.woff) format('woff');
}
/*
@font-face {
  font-family: 'Sarina';
  font-style: normal;
  font-weight: 300;
  src: local('Sarina'), local('Sarina-Regular'), url(http://fonts.gstatic.com/s/sarina/v5/h7Ev9o3IBMcwkqJNFo7Mbg.woff) format('woff');
}*/
@font-face {
  font-family: 'Damion';
  font-style: normal;
  font-weight: 400;
  src: local('Damion'), url(http://fonts.gstatic.com/s/damion/v6/qyDz-al48wZmmi6RcQn1Mg.woff) format('woff');
}
/*  основные HTML-элементы  */
*{
	margin:0px; 
	padding:0;
	border:0px none; 
}
/*убирает пунктирную рамку вокруг кнопок-ссылок, ссылок*/
:focus {
	outline:none;
}
body, html{
	height:100%;
}
body{
	font-family:"Helvetica Neue",Arial,sans-serif;
	font-size:13px;
	position:relative;
	background-color:#fff;
	background-repeat:repeat-x, repeate-y;
	color:#333;
	line-height:150%;
}
.main-container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
h1{
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 100%;
    margin-bottom: 14px;
    padding-bottom: 30px;
}
h2{
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 100%;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
h3{
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
.icon-title-left img{
	width: 25px;
	float: left;
	margin-right: 10px;
}
.icon-title-left{
	width: 100%;
	padding-bottom: 10px;
}
p{
	line-height:150%;
	margin-bottom:1.4em
}
a{
	color:#08c;
	text-decoration:none;
	cursor:pointer;
}
.black{
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a.special{
	color:#333
}
a:hover{
	color:#333;
	text-decoration:none
}

ul{
	list-style:none;
	line-height:140%
}
table{
	border-collapse:collapse;
	width:100%;
	line-height:150%;
}
tr, td{
	vertical-align:top
}
input, textarea{
	border:1px solid #B3B3B3
}
textarea{
	overflow:auto
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.header-top-contaner{
	left:0;
    right:0;
	background-color:#fff;
	border-bottom:1px #eee solid;
}
.header-contaner{
	left:0;
    right:0;
	background-color:#fff;
	border-bottom:1px #eee solid;
}
.header{
   /* height:80px;*/
    width:100%;
	overflow: hidden;
	padding: 0 15px 12px;
	margin:0 auto;
    max-width:1128px;
	box-sizing:border-box;
}
.header-top{
    height:46px;
    width:100%;
}
.header-top,.top-content,.a-container,.footer_content{
	margin:0 auto;
    max-width:1128px;
	padding:0 15px;
	box-sizing:border-box;
}
.top-content-white{
	margin:0 auto;
	box-sizing:border-box;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}
.logo{
	display:none;
}
.logo-mobile{
	display: block;
    float: left;
    height: 26px;
    padding: 10px 0;
    position: relative;
    width: 120px;
}
.logo-mobile img{
	float: left;
    margin-right: 10px;
    position: relative;
}
.logo-mobile p{
	color: #333;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 15px;
	float: left;
	margin-bottom: 0;
	width: 60px;
}
nav.mega {
	display:none;
}
nav.util {
    font-size:10px;
    height:40px;
}
nav.util ul, nav.util li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
}
nav.util li {
    display: inline-block;
}
nav.util > ul {
    display: inline-block;
    float: right;
}
nav.util ul > li {
    display: inline-block;
    float: left;
}
nav.util ul > li a.menu-item-right{
	border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
nav.util ul > li a.menu-item-left{
	border-left: 1px solid #e5e5e5;
}
nav.util ul > li > a{
    border-top: 3px solid #fff;
	box-sizing: border-box;
    color: #333;
    display: block;
	height: 46px;
    line-height: 2.3;
    padding: 9px 15px 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}
nav.util ul > li > a:hover, nav.util ul > li > a.active {
    border-top: 3px solid #6bb4e9;
}
nav.util ul > li:hover > ul.dropdown-menu {
	display: block;
}
nav.util ul > li > ul.dropdown-menu {
	background: none repeat scroll 0 0 #4e5f69;
    border-top: 0 none;
	display: none;
	z-index:1000;
	padding: 10px 17px;
	position: absolute;
	top: 46px;
	right: 0;
}
nav.util ul > li > ul.dropdown-menu > li {
	display: block;
}
nav.util ul > li > ul.dropdown-menu > li > a {
	border-top: 0 none;
    color: #fff;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
    width: 113px;
}
nav.util ul > li > ul.dropdown-menu > li > a:hover {
	background: none repeat scroll 0 0 #46545d;
	text-decoration: none;
	color:#6bb4e9;
}
.personal ul >li.name{
	padding: 5px 0px;
}
.personal ul >li.foto{
	margin-top: -2px;
}
nav.mobile{
	padding: 23px 40px 10px;
}
.mobile-selector{
	background-color: #f9f9f9;
	border: 1px solid #eee;
	cursor: pointer;
    font-size: 12px;
    line-height: 31px;
    position: relative;
    width: 100%;
}
.mobile-selector span{
	font-weight:bold;
	padding-left: 10px;
	text-transform: uppercase;
}
nav.mobile ul{
	background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-nav li a {
    border-bottom: 1px solid #dbdbdb;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: normal;
    padding: 10px;
	background-color: #f9f9f9;
}
.selector-down{
	background-image:url("/images/list.png");
	border-left: 1px solid #eee;
	height: 31px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 26px;
}
.top-content-contaner{
    position:relative;
	border-bottom:1px #eee solid;
	background-image:url("/images/bg.jpg");
}
.top-content-contaner-plug{
    position:relative;
	border-bottom:1px #eee solid;
	/*background-image:url("/images/bg_7.jpg");*/
}
.row-plug-white{
    position:relative;
	border-bottom:1px #eee solid;
}
.row-plug-grey{
    position:relative;
	border-bottom:1px #eee solid;
	background: #f4f4f4;
}
.top-content-contaner-plug2{
    position:relative;
	border-bottom:1px #eee solid;
	background-image:url("/images/bg_8.jpg");
}
.top-content{
	padding-bottom: 65px;
    padding-top: 70px;
}
.top-content-quest{
	margin: 0 auto;
    max-width: 877px;
    min-height: 280px;
    padding-bottom: 65px;
    padding-top: 70px;
}
.top-content-answ{
	padding-bottom: 35px;
    padding-top: 55px;
}
.top-content_form{
    padding:20px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.top-content-about{
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 120%;
    overflow: hidden;
}
#fade{
	margin: 0 0 0 4px;
	display: none;
}
.top-form{
	overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
}
label.switch{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 12px;
    max-width: 100%;
	float: left;
	position: relative;
	margin-top: 4px;
	margin-right: 4px;
}
.switch-left{
	display: table;
	float: left;
	position: relative;
	width: 94px;
}
.switch-right{
	display: table;
	float: left;
	position: relative;
	width: 93px;
}
.switch-type{
	float: left;
    margin: 20px 0 0 4px;
    position: relative;
}
.switch input {
    display: none;
}
.switch i {
    border-radius: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    transition: all 0.2s ease 0s;
}
.switch i:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}
.switch *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #6bb4e9 inset;
    padding-left: 0;
    padding-right: 25px;
}

label.switch-tag{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 12px;
    max-width: 100%;
	float: left;
	position: relative;
	margin-top: 4px;
	margin-right: 4px;
}
.switch-left-tag{
	display: table;
	float: left;
	position: relative;
	width: 94px;
}
.switch-right-tag{
	display: table;
	float: left;
	position: relative;
	width: 93px;
}
.switch-type-tag{
	float: left;
    margin: 20px 0 0 4px;
    position: relative;
}
.switch-tag input {
    display: none;
}
.switch-tag i {
    border-radius: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    padding-right: 25px;
    transition: all 0.2s ease 0s;
}
.switch-tag i:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}
.switch-tag *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #6bb4e9 inset;
    padding-right: 0;
    padding-left: 25px;
}

.a-container{
    display:block;
	min-height: 130px;
    top:0;
    width:100%;
	padding:20px 45px 60px 45px;
}
.a-main-content{
	padding:30px 0;
}
.a-container-plug{
    display:block;
	min-height: 130px;
    top:0;
    width:100%;
	margin:0 auto;
    max-width:1024px;
	padding:20px 35px;
	box-sizing:border-box;
}
.row{
	overflow:hidden;
    padding-bottom:40px;
    padding-top:25px;
}
.word_add_link{
	float:left;
    font-size:20px;
    height:38px;
    position:relative;
}
.add_link{
	float:left;
	width:98%;
	margin:0 0 0 4px;
}
.input_link{
	border-color:#bfbfbf;
	height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0 10px;
	box-sizing:border-box;
	width:100%;
	background-color:#fff;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    color:#000;
	font-size:14px;
}
.input_link:focus, .input_text:focus {
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline:0 none;
}
.input_text{
	border-color:#bfbfbf;
	height:150px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
	width:99.3%;
	background-color:#fff;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    color:#000;
	font-size:14px;
}
.big_button,.small_button,.large_button,.med_button{
	-moz-user-select:none;
	border-radius:3px;
    cursor:pointer;
    display:inline-block;
    font-family: Arial,sans-serif;
    line-height:1.42857;
    text-align:center;
    vertical-align:middle;
	background:linear-gradient(to bottom, #51a5e5, #2d93e0 100%) repeat scroll 0 0 #2d93e0;
    border-color:#0c82c6;
    color:#fff;
}
.big_button{
	padding:8px 12px;
	width:220px;
	font-size:14px;
}
.med_button{
	padding:8px 12px;
	width:150px;
	font-size:14px;
}
.small_button{
	padding:5px 10px;
	width:115px;
	font-size:14px;
}
.grey_button{
	-moz-user-select:none;
	border-radius:3px;
    cursor:pointer;
    display:inline-block;
    font-family: Arial,sans-serif;
    line-height:1.42857;
    text-align:center;
    vertical-align:middle;
	background:linear-gradient(to bottom, #b6b6b6, #979797 100%) repeat scroll 0 0 #6c6c6c;
    border-color:#6c6c6c;
    color:#fff;
	padding:8px 10px;
	width:220px;
	font-size:14px;
}
.red_button{
	-moz-user-select:none;
	border-radius:3px;
    cursor:pointer;
    display:inline-block;
    font-family: Arial,sans-serif;
    line-height:1.42857;
    text-align:center;
    vertical-align:middle;
	background:linear-gradient(to bottom, #ff63ca, #e83aa1 100%) repeat scroll 0 0 #e83aa1;
    border-color:#e83aa1;
    color:#fff;
	padding:8px 10px;
	width:220px;
	font-size:14px;
}
.alert_text{
	min-height:65px;
	padding-bottom: 13px;
}
.alert_text p{
	line-height: 100%;
    margin-bottom: 10px;
}
.alert_but{

}
.large_button{
	padding: 12px 11px;
    width: 280px;
	font-size:16px;
}
.but_check_link{
	width:98%;
}
.big_button:hover, .big_button:focus, .big_button:active, .big_button.active,
.large_button:hover, .large_button:focus, .large_button:active, .large_button.active {
    background:linear-gradient(to bottom, #2d93e0 0%, #1d7ec7 100%) repeat scroll 0 0 #1b73b5;
    border-color:#095c8c;
    color:#fff;
}
.but_check_text{
	float: right;
    margin-right: 7px;
    margin-top: 10px;
}
.link{
	display: inline-block;
    font-size: 19px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.result_stat{
    overflow:hidden;
}
.nav-tabs, .nav-tabs-tops {
	overflow:hidden;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}
.nav-tabs > li, .nav-tabs-tops > li {
    margin: 0;
    padding: 0;
    float: left;
	width: 33.3333%;
	text-align: center;
}
.nav-tabs > li, .nav-tabs-tops > li {
    margin-bottom: -2px;
    margin-top: 4px;
}
.nav-tabs > li.active, .nav-tabs-tops > li.active{
	margin-top: 0;
	font-weight:bold;
}
.nav-tabs > li > a{
    color: #333;
	display: block;
	height: 11px;
    position: relative;
    margin-right: 3px;
    padding: 14px 0 57px;
    border-radius: 10px 10px 0 0;
    line-height: 1.42857;
	background: linear-gradient(to bottom, #e8e8e8, #cdcdcd 100%) repeat scroll 0 0 #ffffff;
}
.nav-tabs-tops > li > a {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
	display: block;
    position: relative;
    margin-right: 3px;
    padding: 12px 0px;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
	height: 55px;
}
.non-margin-right{
	margin-right: 0 !important;
}
.n1-border{
	border-top: 3px solid #f2b171;
}
.p1-border{
	border-top: 3px solid #d0d882;
}
.c0-border{
	border-top: 3px solid #fcdd99;
}
.tab-pane-tops{
	background: #fff;
	min-width: 570px;
    overflow: hidden;
    width: 100%;
}
.nav-tabs > li.active > a  {
	background-color: #fff;
	padding: 17px 0 60px;
	background: none repeat scroll 0 0 #ffffff !important;
	border: 1px solid #e9e9e9;
}
.nav-tabs-tops > li.active > a  {
	padding: 17px 0 13px;
	background: none repeat scroll 0 0 #ffffff !important;
}
.nav-tabs > li > a > span, .nav-tabs-tops > li > a > span{
	padding:0px 2px;
}
.tab-content, .tab-content-tops {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
	margin-top: -1px;
	position: relative;
}
.tab-content-tops {
	overflow-x: auto;
	min-height: 486px;
}
.tab-content > .active, .tab-content-tops > .active  {
    display: block;
}
.tab-content > .nonactive, .tab-content-tops > .nonactive {
    display: none;
}
.tab-tip-icon{
	background-image: url("/images/sm_guest_blue.png");
    height: 18px;
    position: absolute;
    margin-left: 5px;
	margin-top: -1px;
    width: 18px;
	cursor:pointer;
}
.tab-tip{
	display:none;
	background:none repeat scroll 0 0 #fff;
	border:3px solid #99d9ea;
	border-radius:15px;
	box-shadow:1px 1px 3px #ddd;
	font-size: 12px;
	min-width:210px;
	max-width:500px;
	position:absolute;
	z-index: 10000;
	left:15px;
	top:15px;
	padding:15px;
}
.search-tip-icon{
	background-image: url("/images/guest_grey.png");
    height: 13px;
    position: absolute;
    margin-left: 5px;
	margin-top: -1px;
    width: 13px;
	cursor:pointer;
}
.tab1,.tab2,.tab3{
	margin-top: 27px;
}
.result_text{
	border:1px solid #ddd;
	overflow:hidden;
    padding:15px;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
}
.result_stat_sents,.result_stat_level{
    overflow:hidden;
}
.col-xsm-padd-1{
	padding-bottom:15px;
	padding-bottom:15px;
	overflow:hidden;
	float: left;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}
.tab-1,.tab-2,.tab-3{
	float:left;
	position:relative;
}
.tab-1 p,.tab-2 p,.tab-3 p{
	line-height: 155%;
	margin-bottom: 0px;
}
.p_graf{
	line-height: 163% !important;
	font-size: 12px;
}
.sents_index_div{
	margin-top:20px;
}
.neut_index_div{
	margin-top:10px;
}
.tab-1{
	width:50%;
}
.tab-2{
	width:50%;
}
.chart{
	float: left;
    position: relative;
    width: 100%;
}
.chart_level{
	float: left;
    position: relative;
    width: 76%;
}
.chart .bar
{
    border-radius: 3px;
    height: 7px;
    margin-bottom: 15px;
    width: 100%;
}
.chart p
{
    margin: 0 0 5px;
}
.chart > div, .chart_level > div{
	box-sizing: border-box;
	font-size: 11px;
    font-weight: bold;
    height: 18px;
    margin-bottom: 2px;
    padding-right: 3px;
    text-align: right;
}
.chart > span{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:3px;
	height: 20px;
	margin-bottom: 3px;
}
.small-chart-sents{
    height: 12px;
    position: relative;
    width: 28px;
	margin-left: 39px;
    margin-top: 10px;
}
.small-chart-sents > div{
	float:left;
	position: absolute;
	bottom: 0%;
}
.small-chart-level{
    height: 12px;
    position: relative;
    width: 51px;
	margin-left: 34px;
    margin-top: 10px;
}
.small-chart-level > div{
	float:left;
	position: absolute;
	bottom: 0%;
}
.small-bar-1{
	margin-left: 7px;
}
.small-bar-2{
	margin-left: 14px;
}
.small-bar-3{
	margin-left: 21px;
}
.small-bar-4{
	margin-left: 28px;
}
.small-n2{
	outline:3px solid #df9190;
}
.small-n1{
	outline:3px solid #f2b171;
}
.small-c0{
	outline:3px solid #fcdd99;
}
.small-p1{
	outline:3px solid #d0d882;
}
.small-p2{
	outline:3px solid #b3d072;
}
.small-bar-level-1{
	margin-left: 7px;
}
.small-bar-level-2{
	margin-left: 14px;
}
.small-bar-level-3{
	margin-left: 21px;
}
.small-bar-level-4{
	margin-left: 28px;
}
.small-bar-level-5{
	margin-left: 35px;
}
.small-bar-level-6{
	margin-left: 42px;
}
.tab_top{
	float: left;
    margin: 36px 0 0;
    position: relative;
    width: 100%;
}
.top_interests .interests{

}
.top_interests_title,.cat_interests_title{
	font-size: 18px;
	margin: 20px 0 16px;
}
.top_interests_l1, .top_interests_l2, .top_interests_l3, .top_interests_l4, .top_interests_l5, .top_interests_l6,.top_interests_l7{
	padding: 0 10px;
	margin-bottom: 20px;
}
.top_interests_l1{
	border-left: 8px solid #ffc1a4;
}
.top_interests_l2{
	border-left: 8px solid #ffe9a6;
}
.top_interests_l3{
	border-left: 8px solid #fffebf;
}
.top_interests_l4{
	border-left: 8px solid #d9f2bd;
}
.top_interests_l5{
	border-left: 8px solid #bee7f1;
}
.top_interests_l6{
	border-left: 8px solid #bed2e4;
}
.top_interests_l7{
	border-left: 8px solid #c8bfe7;
}
.cat_interests{
	float: left;
    position: relative;
    width: 100%;
}
.tab_top_title{
	font-size: 18px;
}
.sents_graf_indic,.sents_graf_indic_mob{
	float: left;
    position: relative;
	width: 100%;
}
.sents_graf_name, .sents_graf_name_mob{
	width: 100%;
}
.sents_graf_name{
	display:none;
}
.sents_graf_name_mob{
	display:block;
}
.sents_indic,.sents_indic_mob{
	font-family: "Ubuntu Condensed",Arial,sans-serif;
    font-size: 21px;
    font-weight: 400;
	width: -moz-max-content;
}
.sents_indic_mob{
	width: 100%;
	box-sizing: border-box;
}
.sents_graf_indic{
	display:none;
}
.sents_graf_indic_mob{
	display:block;
}
.sents_indic_img{
	background-image:url("/images/indic.png");
	width:32px;
	height:27px;
	margin:0px 10px;
}
.sents_indic_img_mob{
	background-image:url("/images/indic_mob.png");
	width:16px;
	height:11px;
	box-sizing: border-box;
}
.sents_indic_title{
	margin-bottom:10px;
	text-transform: uppercase;
}
.sents_indic_title_mob{
	margin-bottom:3px;
	text-transform: uppercase;
	width:100%;
	box-sizing: border-box;
}
.sents_graf_graf > div, .sents_graf_graf_mob > div{
	width:20%;
	height:6px;	
	float:left;
	position:relative;
}
.sents_graf_start,.sents_graf_end{
	float:left;
	position:relative;
	width:15px;
	height:31px;
	margin-top: 30px;
	display:none;
}
.sents_graf_start_mob,.sents_graf_end_mob{
	float:left;
	position:relative;
	width:15px;
	height:31px;
	margin-top: 34px;
	display:block;
}
.sents_graf_start,.sents_graf_start_mob{
	background-image:url("/images/sents_bg_1.jpg");
}
.sents_graf_end,.sents_graf_end_mob{
	background-image:url("/images/sents_bg_2.jpg");	
}
.sents_graf_line{
	float: left;
    margin-top: 5px;
    position: relative;
	width: 88%;
}
.sents_graf_1{
	background: -webkit-gradient(linear, left top, right top, from(#df9190), to(#f1b171));
	background: -webkit-linear-gradient(left, right, #df9190, #f1b171);
	background: -moz-linear-gradient(left, #df9190, #f1b171); 
	background: -o-linear-gradient(left, right, #df9190, #f1b171);
    background: linear-gradient(left, right, #df9190, #f1b171);
    background: -ms-linear-gradient(left, #df9190, #f1b171);
}
.sents_graf_2{
	background: -webkit-gradient(linear, left top, right top, from(#f1b171), to(#fcdd99));
	background: -webkit-linear-gradient(left, right, #f1b171, #fcdd99);
	background: -moz-linear-gradient(left, #f1b171, #fcdd99); 
	background: -o-linear-gradient(left, #f1b171, #fcdd99);
    background: linear-gradient(left, #f1b171, #fcdd99);
	background: -ms-linear-gradient(left, #f1b171, #fcdd99);
}
.sents_graf_3{
	background: -webkit-gradient(linear, left top, right top, from(#fcdd99), to(#fcdd99));
	background: -webkit-linear-gradient(left, right, #fcdd99, #fcdd99);
	background: -moz-linear-gradient(left, #fcdd99, #fcdd99); 
	background: -o-linear-gradient(left, #fcdd99, #fcdd99);
    background: linear-gradient(left, #fcdd99, #fcdd99);
	background: -ms-linear-gradient(left, #fcdd99, #fcdd99);
}
.sents_graf_4{
	background: -webkit-gradient(linear, left top, right top, from(#fcdd99), to(#d0d882));
	background: -webkit-linear-gradient(left, right, #fcdd99, #d0d882);
	background: -moz-linear-gradient(left, #fcdd99, #d0d882); 
	background: -o-linear-gradient(left, right, #fcdd99, #d0d882);
    background: linear-gradient(left, right, #fcdd99, #d0d882);
	background: -ms-linear-gradient(left, #fcdd99, #d0d882);
}
.sents_graf_5{
	background: -webkit-gradient(linear, left top, right top, from(#d0d882), to(#b3d072));
	background: -webkit-linear-gradient(left, right, #d0d882, #b3d072);
	background: -moz-linear-gradient(left, #d0d882, #b3d072); 
	background: -o-linear-gradient(left, right, #d0d882, #b3d072);
    background: linear-gradient(left, right, #d0d882, #b3d072);
	background: -ms-linear-gradient(left, #d0d882, #b3d072);
}
.sents_name_1,.sents_name_2,.sents_name_3,.sents_name_4,.sents_name_5,
.sents_name_mob_1,.sents_name_mob_2,.sents_name_mob_3,.sents_name_mob_4,.sents_name_mob_5{
	float: left;
    font-size: 11px;
    position: relative;
    text-align: center;
    width: 20%;
}
.sents_name_2,.sents_name_4,
.sents_name_mob_2,.sents_name_mob_4{
	border-left: 1px solid #999;
    border-right: 1px solid #999;
	box-sizing: border-box;
}
.result_stat_level > .col-xsm-1 > .col-xsm-padd-1 > .tab-1 > p{
	line-height: 218%;
    margin-bottom: 18px;
}
.list_cat_level p{
	height: 23px;
    padding: 6px 0 17px;
}
.levels_info{
	border: 1px solid #e9e9e9;
    font-size: 11px;
    overflow: hidden;
    padding: 20px 16px 10px;
    width: 210px;
}
.levels_info > div > img{
	float: left;
    margin-right: 10px;
    margin-top: 4px;
    position: relative;
}
.levels_info > div{
	overflow: hidden;
	padding-bottom: 13px;
}
.bar-level-0,.bar-level-1,.bar-level-2,.bar-level-3,.bar-level-4,.bar-level-5,.bar-level-6{
	margin-top: -28px;
	margin-bottom: 20px !important;
}
.l1{
	background-color:#ffc1a4;
}
.l2{
	background-color:#ffe9a6;
}
.l3{
	background-color:#fffebf;
}
.l4{
	background-color:#d9f2bd;
}
.l5{
	background-color:#bee7f1;
}
.l6{
	background-color:#bed2e4;
}
.l7{
	background-color:#c8bfe7;
}
.bar-level-ave-0,.bar-level-ave-1,.bar-level-ave-2,.bar-level-ave-3,.bar-level-ave-4,.bar-level-ave-5,.bar-level-ave-6{
	border: 2px solid #edebee;
    height: 34px !important;
    overflow: hidden;
    padding: 5px 5px 5px 0 !important;
	color: #000;
}
.max-ave{
	float: left;
    margin-left: 10px;
    position: relative;
    width: 20px;
}
.max-ave > div{
	float: left;
    height: 16px;
    margin-bottom: 33px;
    position: relative;
    width: 20px;
}
.word_total_rating{
	font-style:italic;
}
.all_content_1, .all_content_2, .all_content_3, .all_content_4{
    overflow:hidden;
    width:100%;
	height:178px;
}
.text_1, .text_2, .text_3, .text_4{
	overflow:hidden;
}
.s0{
	background-color:#df9190;
}
.s1{
	background-color:#f2b171;
}
.s2{
	background-color:#fcdd99;
}
.s3{
	background-color:#d0d882;
}
.s4{
	background-color:#b3d072;
}
.show_more{
	float:right;
	cursor:pointer;
	display:table-cell;
	height:25px;
	margin-top:10px;
}
.show_more_text_1, .show_more_text_2, .show_more_text_3, .show_more_text_4{
	border-bottom:1px dotted #08c;
    color:#08c;
    float:left;
    margin-top:3px;
}
.show_more_img_1, .show_more_img_2, .show_more_img_3, .show_more_img_4{
    background-image:url("/images/fadeDown.jpg");
    float:right;
    height:27px;
    margin-left:10px;
    width:27px;
}
.break_word{
	word-break:break-all;
	word-wrap:break-word;
}
.neutral_table{
	padding-left:10px;
}
.border_color_n2{
	border-left:6px #df9190 solid;
}
.border_color_n1{
	border-left:6px #f2b171 solid;
}
.border_color_c0{
	border-left:6px #fcdd99 solid;
}
.border_color_p1{
	border-left:6px #d0d882 solid;
}
.border_color_p2{
	border-left:6px #b3d072 solid;
}
.white-border td{
	border:1px #fff solid;
	padding:0 3px;
}
.text-align-r{
	text-align:right;
}
.text-align-c{
	text-align:center;
}
.ellipsis{
	/*max-width:378px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;*/
}
.tips{
	display:none;
	background:none repeat scroll 0 0 #fff;
	border:3px solid #99d9ea;
	border-radius:15px;
	box-shadow:1px 1px 3px #ddd;
	height:145px;
	font-size: 12px;
	width:210px;
	position:absolute;
}
.tips_top_content{
	background:none repeat scroll 0 0 #99d9ea;
	height:25px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:10px 10px 0 0;
}
.tips p{
	line-height:1.2;
	margin-bottom:8px;
}
.tips select{
	border:1px solid #ededed;
	font-family:"Helvetica Neue",Arial,sans-serif;
	color:#333;
}
.tips_content{
	margin:10px;
}
.tips_buttons{
	height:15px;
	padding:10px 0;
}
.tips_button{
	-moz-user-select:none;
	background-color:#f1f1f1;
    border:1px solid #ededed;
    border-radius:4px;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    margin-bottom:0;
    padding:2px 4px;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    color:#767676;
	font-family:"Helvetica Neue",Arial,sans-serif;
	width:90px;
}
.tb_left{
	float:left;
}
.tb_right{
	float:right;
}
.footer{
	background:none repeat scroll 0 0 #f4f4f4;
	border-top:1px solid #eee;
	color:#8d9095;
    padding:17px 0;
	overflow: hidden;
	position: relative;
}
.right{
	text-align:right;
}
.accordeon-top{
	border-top: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 10px 0;
}
.accordeon-top:hover,.accordeon-top.active{
    text-decoration: none;
}
.accordeon-top img{
	margin-left:15px;
}
.accordeon-title {
    padding-left:12px;
}
.accordeon-content{
    display:none;
    padding: 5px 29px; 
    margin-bottom:3px;
}
.icon-plus {
    background-image: url("/images/plus.jpg");
	height: 16px;
    width: 17px;
	float:left;
	margin-top: 2px;
}
.interest-top{
	border-top: 1px solid #e9e9e9;
    padding: 10px 0;
}
.more_interests{
	padding: 10px 0 20px 0;
	overflow: hidden;
}
.show_more_interests{
	width: 100%;
	cursor:pointer;
}
.show_more_interests_text{
	border-bottom:1px dotted #08c;
    color:#08c;
    float:left;
    margin-top:3px;
}
.show_more_interests_img{
    background-image:url("/images/fadeDown.jpg");
    float:right;
    height:27px;
    margin-left:10px;
    width:27px;
}
.write_developers{
	display:none;
}
.interest-top img{
	margin-left:15px;
}
.interest-title {
    padding-left:12px;
}
.form{
	border: 1px solid #e1e1e1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 0px 12px;
}
.form-group{
	margin-bottom: 11px;
    overflow: hidden;
}
.activation_code{
	font-size: 22px !important;
    height: 47px !important;
	text-align: center;
	width: 260px;
}
.grey_back{
	background: #e3e3e3;
}
/* ТОПы */

.top_sites_container {
    max-width: 100%;
    margin: auto;
    /*display: inline;*/
}

.top_sites{
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    overflow: visible;
    display: block;
    background-color: #fff;
	padding-bottom: 10px;
}
.top_sites > div {
    display: inline-block;
    white-space: nowrap;
    margin-right: -4px;
    /*IE7 hack*/
    zoom: 1;
    *display: inline;
}

div#content_rows_1,div#content_rows_2,div#content_rows_3 {
    display: block;
	width: 100%;
}

div#content_rows_1 > div, div#content_rows_2 > div, div#content_rows_3 > div {
    background-color: #fff;
	border-top: 1px solid #e9e9e9;
    display: block;
    margin-top: 1px;
    padding: 12px 0 6px;
    position: relative;
    white-space: nowrap;
	z-index:10;
}
div#content_rows_1 ol > div, div#content_rows_2 ol > div, div#content_rows_3 ol > div {
    background-color: #fff;
	border-top: 1px solid #e9e9e9;
    display: block;
    margin-top: 1px;
    padding: 12px 0 6px;
    position: relative;
    white-space: nowrap;

}

#ol{
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
   }
#ol li:before {
    content: counter(item) ' '; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
   }

div#content_rows_1 > div > div, div#content_rows_2 > div > div, div#content_rows_3 > div > div {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*IE7 hack*/
    zoom: 1;
    *display: inline;
}
div#content_rows_1 .top_sites_pos, div#content_rows_2 .top_sites_pos, div#content_rows_3 .top_sites_pos {
    text-align: center;
}

div.top_sites_change div {
    width: 50%;
    display: inline-block;;
    text-align: right;
    /*IE7 hack*/
    zoom: 1;
    *display: inline;
}

.change_arrow img{
    float: left;
    padding-left: 4px;
}
#header_chan{
	width: 5%;
    min-width: 35px;
}

.top_sites_change {
    width: 5%;
    min-width: 35px;
	text-align: right;
	box-sizing: border-box;
	padding-right:4px;
}
.top_sites_pos {
    width: 5%;
    min-width: 72px;
}
.top_sites_title {
    width: 34%;
    min-width: 73px;
}
.top_sites_link {
    width: 30%;
    min-width: 73px;
}
.top_sites_val {
    width: 10%;
    min-width: 48px;
	text-align: right;
}
.hide-all-this-shit {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index:1001;
}
.preloader {
	background-color: rgba(0, 0, 0, 0.1);
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1001;
}
.preloader >img{
	top: 48%;
    position: fixed;
    z-index: 1001;
}
.error_message{
	background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(50, 50, 50, 1);
    min-height: 100px;
    left: 50%;
    margin: 0 0 0 -250px;
    padding: 20px;
    position: fixed;
    width: 400px;
    z-index: 1001;
	top: 25%;
	text-align: center;
	font-size: 14px;
	color: #333;
    font-family: "Helvetica Neue",Arial,sans-serif;
}
.plugin_quest{
	color:#fff;
	text-align: center;
}
.plugin_name{
	font-size:43px;
	line-height: 100%;
	margin-bottom: 14px;
	font-family: "Damion",Arial,sans-serif;
}
.plugin_gue_1{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 25px;
}
.plugin_que_2{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 100%;
	margin: 0 auto;
    max-width: 668px;
	padding-bottom: 61px;
}
.plugin_answ{
	text-align: center;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 30px;
	font-weight: 300;
	min-height: 150px;
}
.plugin_answ p{
	line-height: 100%;
	margin-bottom: 14px;
}
.plugin_list{
	line-height: 150%;
	font-size: 16px;
	list-style-image: url("/images/check.png");
	padding-left: 29px;
}
.plugin_list>li, .plugin_list_ol>li{
	margin-bottom:20px;
}
.plugin_list_ol{
	line-height: 150%;
	font-size: 16px;
	list-style-image: url("/images/check.png");
	padding-left: 29px;
}
.plugin_p{
	line-height: 150%;
	font-size: 16px;
	margin-bottom: 20px;
}
.plugin_p_list{
	line-height: 150%;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: 32px;
}
.plugin_ul{
	line-height: 150%;
	font-size: 16px;
	padding-left: 28px;
	margin-top: -9px;
}
.plugin_ul li{
	margin-bottom:10px;
	list-style: initial;
    margin-left: 17px;
}
.blue-list{
	color: #2d93e0;
	font-weight: bold;
	font-size: 20px;
}
.black-list{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	float: left;
}
.def{
	color: #333;
	font-weight: bold;
	font-size: 20px;
}
.plugin_button{
	float: left;
	margin-top: 19px;
	position: relative;
	text-align: center;
	width: 100%;
}
.plugin_button p{
	font-size: 16px;
}
.center_h1{
	text-align: center;
	font-size: 40px;
	letter-spacing: -2px;
}
.center_h2{
	text-align: center;
}
.span_link{
	color: #08c;
    cursor: pointer;
    text-decoration: underline;
	font-weight:bold;
}
.apply_filter{
	margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
}
.apply_filter_l p{
	margin-bottom: 8px;
    padding: 5px 0 0 3px;
	min-height: 20px;
}
.apply_filter_l > p > label {
	cursor: pointer;
    display: table-cell;
    float: left;
    width: 155px;
}
.apply_filter_l > p > input {
    display: table-cell;
    float: left;
    height: 17px;
    width: 17px;
	margin-right: 7px;
}
.apply_filter_l{
	float: left;
    position: relative;
}
.apply_filter_r{
	float: left;
    margin-top: 5px;
    padding-top: 20px;
    position: relative;
	border-top: 1px solid #f4f4f4;
	
}
.switch_filter_left{
	display: table;
	float: left;
	position: relative;
	width: 94px;
	margin-top: 8px;
}
.switch_filter_right{
	display: table;
	float: left;
	position: relative;
	width: 93px;
	margin-top: 8px;
}

.switch_div {
    min-height: 24px;
	max-width: 420px;
}
.switch_div > div {
    float:left;
}
.switch_label{
	margin-right:9px;	
	cursor:pointer;
}
.switch_div> div > input{
	margin-right:10px;
}
.select{
	border: 1px solid #ddd;
    font-family: "Helvetica Neue",Arial,sans-serif;
    width: 123px;
}
.tops{
	padding-bottom:200px;
}
#word_raiting_emot_n,#word_raiting_emot_p,#word_raiting_neut{
	color: #08c;
    cursor: pointer;
    text-decoration: none;
}
.send_info_email{
	background-color: #fff;
    border-color: #bfbfbf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 195px;
}
.contact_form{
	max-width: 600px;
}
.contact_input{
	background-color: #fff;
    border-color: #bfbfbf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.contact_textarea{
	background-color: #fff;
    border-color: #bfbfbf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 200px;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	margin:5px 0;
}
.footer_content a{
	color: #8d9095;
}
.contact_link a{
	float:right;
	margin-right:30px;
}
.agreement_link a{
	float:right;
}
.attached_ak{
	border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;	
}
.col-sm-1{
	float:left;
	width:100%;
}
.small-content-right{
	margin-top: 40px;
}
.right-img{
	margin-left:0px;
}
.pslides{
	height: 275px;
}
.col-xsm-1{
	width:100%;
	float:left;
}
/* Шапка слайдер */
.big-slider{
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
#bg_bslides_1{
	background-image: url('/images/bg_plug_800_1.jpg');
	min-height: 600px;
}
#bg_bslides_2{
	background-image: url('/images/bg_plug_800_2.jpg');
	min-height: 600px;
}
/* Мини слайдер */
.mini-slider{
	max-width: 931px;
	max-height: 472px;
}
.imgslides{
	list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.imgslides li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.imgslides li:first-child{
	position: relative;
	display: block;
	float: left;
}
.imgslides img{
	border: 0 none;
    height: auto;
    width: 100%;
}
.bslides, .sslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.bslides li, .sslides li  {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.bslides li:first-child, .sslides li:first-child  {
	position: relative;
	display: block;
	float: left;
}

.bslides img, .sslides img {
	height: auto;
	width: 100%;
	border: 0;
}
.plug-arrow{
	width: 61px !important;
	border: 0;
	margin: 0 auto;
	cursor:pointer;
}
.vert_alig_plug{
	display: table-cell;
    height: 300px;
    vertical-align: middle;
}
.hid_link{
	color: #08c;
	cursor: pointer;
}
.total_words{
	margin-top: 40px;
}
.share42init{
	display: none;
}
.num_pages_rait{
	font-size: 13px;
	float: left;
	margin-right: 19px;
	margin-bottom: 5px;
	font-style: italic;
}
.pricing-col {
    padding-bottom: 24px;
    position: relative;
    text-align: center;
    text-shadow: none;
	max-width: 427px;
	transform: translateY(-24px);
	margin-top: 30px;
}
.pricing-col:after, .pricing-col:before {
    bottom: 36px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    content: "";
    height: 40px;
    left: 16px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.pricing-col:after {
    left: auto;
    right: 16px;
    transform: rotate(3deg);
}
.pricing-head {
    font-size: 22px !important;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px;
}
.pricing-body {
    padding-bottom: 24px;
	overflow: hidden;
}
.pricing-price header {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(0, 0, 0, 0.15) inset;
    margin-top: 0;
    padding: 24px;
    position: relative;
}
.pricing-price header h2 {
    color: #2d93e0;
    display: inline-block;
    font-size: 34px;
    line-height: 1em;
    margin: 0;
    position: relative;
}
.pricing-price header small {
    color: inherit;
    font-size: 20px;
    left: -16px;
    opacity: 0.5;
    position: absolute;
    top: 10px;
}
.pricing-price header p {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
	margin-top: 10px;
}
.pricing-list {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}
.pricing-list li {
    border-bottom: 1px solid;
    padding: 27px;
	font-size: 16px;
}
.pricing-featured {
    position: relative;
    transform: translateY(-24px);
}
.pricing-featured .pricing-head {
    font-size: 24px;
    padding: 24px;
}
.pricing-featured .pricing-body {
    padding-bottom: 36px;
}
.intIcon{
	margin-right: 3px;
	width: 16px;
	height: 16px;
}
.center{
	text-align: center;
}
.pricing-ques-sm{
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    height: 140px;
    margin-bottom: 31px;
    overflow: hidden;
    padding: 20px 20px 0;
    text-align: left;
	position: relative;
	cursor:pointer;
}
.pricing-ques-sm::after {
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(18%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 100%);
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 33px;
    left: 0;
    position: absolute;
    width: 100%;
}
.pricing-ques{
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 31px;
    padding: 20px 20px 0;
    text-align: left;
}
.pricing-ques ul li{
	list-style: inside none disc;
}
.pricing-arr{
	background-image: url("/images/plugin/arr.png");
    float: right;
    height: 6px;
    margin-top: -12px;
    position: absolute;
    right: 20px;
    width: 10px;
}
.pricing-que {
    border-top: 1px dotted #e9e9e9;
    cursor: pointer;
    padding: 10px 0;
}
.pricing-ans {
    display: none;
    margin-bottom: 3px;
    padding: 5px 29px;
}
.icon_title img{
	float: left;
    margin-right: 18px;
    margin-top: -10px;
    width: 63px;
}
.small-content-left{
	max-width: 445px;
}
@media (max-width:359px) {
	#theme,#nation{
		margin-left: 23px;
	}
}
@media (min-width:360px) {
	.switch-left,.switch-left-tag{
		width: 107px;
	}
	.switch-right,.switch-right-tag{
		width: 112px;
	}
	.chart_level{
		width: 76%;
	}
	.plugin_answ, .plugin_gue_1{
		font-size: 22px;
	}
}
@media (min-width:480px) {
	.chart_level{
		width: 81%;
	}
	.plugin_answ, .plugin_gue_1{
		font-size: 30px;
	}
	#bg_bslides_1{
		min-height: 550px;
	}
	#bg_bslides_2{
		min-height: 550px;
	}
}	
@media (max-width:480px) {
	.tab-sm-1{
		width:50%;
	}
	.tab-sm-2{
		width:70%;
	}
	.tab-sm-3{
		width:30%;
	}
	.col-b-7{
		width: 50%;
		float:left;
	}
	#bg_bslides_1{
		background-image: url('/images/bg_plug_480_1.jpg');
	}
	#bg_bslides_2{
		background-image: url('/images/bg_plug_480_2.jpg');
	}
}
@media (max-width:639px) {
	.total_words_table{
		margin-bottom:15px;
	}
	.word_add_link{
		width:100%;
	}
	.big_button{
		margin-top:10px;
		margin-left:4px;
	}
}
@media (min-width:480px) {
	.col-xsm-2,.col-xsm-3,.col-xsm-4{
		float:left;
	}
	.col-xsm-2{
		width:100%;
		float:left;
	}
	.col-xsm-3{
		width:33.3333333%;
	}
	.col-xsm-4{
		width:50%;
	}
	.small-chart-sents {
		margin-left: 59px;
	}
	.small-chart-level {
		margin-left: 53px;
	}
	.top_sites_title {
		width: 35%;
		min-width: 73px;
	}
	.top_sites_link {
		width: 27%;
		min-width: 73px;
	}
	.col-b-7{
		width: 30%;
		float:left;
	}
	label.switch, label.switch-tag{
		margin-right: 12px;
	}
	.switch-left, .switch-left-tag{
		width: 174px;
		margin-top: 8px;
	}
	.switch-right, .switch-right-tag{
		width: 160px;
		margin-top: 8px;
	}
	.nav-tabs-tops > li > a {
		height: 38px;
	}
	.tab-sm-3{
		width:25%;
	}
	.plugin_name{
		font-size:65px;
	}
	.pslides{
		height: 183px;
	}
	.apply_filter_l > p > label {
		width: 180px;
	}
}
@media (min-width:640px) {
	nav.mobile{
		display:none;
	}
	nav.mega {
		display:block;
		font-size: 10px;
		font-weight: bold;
		text-align:center;
	}
	nav.mega ul, nav.mega li {
		list-style: none outside none;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}
	nav.mega li {
		display: inline-block;
	}
	nav.mega > ul {
		display: inline-block;
	}
	nav.mega ul > li {
		display: inline-block;
		float: left;
		margin-right: 5px;
	}
	nav.mega ul > li a.menu-item-right{
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
	nav.mega ul > li a.menu-item-left{
		border-left: 1px solid #e5e5e5;
	}
	nav.mega ul > li > a{
		border-top: 3px solid #fff;
		box-sizing: border-box;
		color: #333;
		display: block;
		line-height: 2.3;
		padding: 25px 8px 12px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: middle;
		width: 100%;
	}
	nav.mega ul > li > a:hover, nav.mega ul > li > a.active {
		border-top: 3px solid #6bb4e9;
	}
	nav.mega ul > li:hover > ul.dropdown-menu {
		display: block;
	}
	nav.mega ul > li > ul.dropdown-menu {
		background: none repeat scroll 0 0 #4e5f69;
		border-top: 0 none;
		display: none;
		z-index:1000;
		padding: 10px 17px;
		position: absolute;
		top: 46px;
		left: 0;
	}
	nav.mega ul > li > ul.dropdown-menu > li {
		display: block;
	}
	nav.mega ul > li > ul.dropdown-menu > li > a {
		border-top: 0 none;
		color: #fff;
		display: block;
		padding: 5px 18px;
		text-decoration: none;
		width: 113px;
	}
	nav.mega ul > li > ul.dropdown-menu > li > a:hover {
		background: none repeat scroll 0 0 #46545d;
		text-decoration: none;
		color:#6bb4e9;
	}
	.nav-tabs > li.active > a {
		background: none repeat scroll 0 0 #ffffff !important;
		padding: 17px 0 52px;
	}
	.nav-tabs-tops > li > a{
		height: 25px;
	}
	.nav-tabs-tops > li.active > a {
		padding: 17px 0 13px;
		background: none repeat scroll 0 0 #ffffff !important;
	}
	.nav-tabs > li > a {
		padding: 14px 0 49px;
	}
	.personal ul >li.foto{
		padding: 0px 0px 0px 10px;
	}
	.personal ul >li.name{
		display:block;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-4{
		float:left;
	}
	.col-sm-1{
		width:100%;
		float:left;
	}
	.col-sm-2{
		width:75%;
	}
	.col-sm-3{
		width:25%;
	}
	.col-sm-4{
		width:50%;
	}
	.col-sm-5{
		width:25%;
	}
	.col-sm-6{
		width:20%;
	}
	.word_add_link{
		width:25%;
	}
	.add_link{
		width:100%;
	}
	.but_check_link{
		margin-top:0px;
		margin-left:10px;
		width:132px;
	}	
	.sents_table,.neutral_table{
		margin-left:10px;
	}
	.sents_graf_line{
		width: 94%;
		margin-top: 4px;
	}
	.tab-1{
		width:20%;
	}
	.tab-3{
		width:75%;
	}
	.tab-4{
		width:80%;
	}
	.tab-sm-3{
		width:25%;
	}
	.small-chart-sents {
		margin-left: 84px;
	}
	.small-chart-level {
		margin-left: 83px;
	}
	.top_sites_title {
		width: 37%;
	}
	.top_sites_link {
		width: 27%;
	}
	.sents_graf_name{
		display:block;
	}
	.sents_graf_name_mob{
		display:none;
	}
	.sents_indic_name{
		display:block;
	}
	.sents_indic_name_mob{
		display:none;
	}
	.sents_graf_start,.sents_graf_end{
		display:block;
	}
	.sents_graf_start_mob,.sents_graf_end_mob{
		display:none;
	}
	.sents_graf_indic{
		display:block;
	}
	.sents_graf_indic_mob{
		display:none;
	}
	.switch-left, .switch-left-tag{
		width: 174px;
	}
	.switch-right, .switch-right-tag{
		width: 180px;
	}
}
@media (min-width:768px) {
	.center_h1{
		font-size: 62px;
	}
	.switch-left, .switch-left-tag{
		width: 198px;
	}
	body{
		font-size:14px;
	}
	.logo-mobile {
		padding: 6px 0;
		width: 150px;
	}
	.logo-mobile p{
		font-size: 20px;
		width: 81px;
	}
	nav.mega {
		font-size: 11px;
	}
	nav.mega > ul {
		float: right;
	}
	nav.mega ul > li > a{
		padding: 25px 15px 12px;
	}
	.logo img{
		float: left;
		margin-right: 10px;
		position: relative;
	}
	.logo p{
		color: #333;
		font-family: "Open Sans",Arial,sans-serif;
		font-size: 23px;
		float: left;
		font-weight: normal;
		line-height: 100%;
		margin-bottom: 0;
		width: 60px;
	}
	.but_check_link{
		width:160px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-4{
		float:left;
	}
	.col-md-1{
		width:100%;
		float:left;
	}
	.col-md-2{
		width:70%;
	}
	.col-md-3{
		width:30%;
	}
	.col-md-7{
		width:33.3333333%;
	}
	.col-md-4{
		width:50%;
	}
	.col-md-5{
		width:25%;
	}
	.col-md-6{
		width:20%;
	}
	.total_words_table{
		margin-right:10px;
	}
	.nav-tabs > li.active > a  {
		height: 18px;
		padding: 18px 8px;
		background: none repeat scroll 0 0 #ffffff !important;
	}
	.nav-tabs-tops> li.active > a {
		height: 19px;
		padding: 18px 8px;
	}
	.nav-tabs > li > a{
		height: 18px;
		padding: 15px 8px;
	}
	.small-chart-sents{
		float: right;
		margin-left: 7px;
		margin-right: 10px;
		margin-top: 0;
	}
	.small-chart-level{
		float: right;
		margin-left: 14px;
		margin-top: 0;
		width: 46px;
	}
	.sents_graf_line{
		width: 95%;
		margin-top: 3px;
	}
	.col-b-7{
		width:14%;
		float:left;
	}
	.top-content-about{
		height: 40px;
	}
	.top_sites_title {
		width: 40%;
	}
	.top_sites_link {
		width: 29%;
	}
	.tab1,.tab2,.tab3{
		margin-top: 0px;
	}
	.plugin_name{
		font-size:75px;
	}
	.plugin_list{
		line-height: 125%;
	}
	.plugin_button{
		margin-top: 50px;
	}
	.large_button{
		width: 350px;
	}
	.small-content-right{
		padding-left:22px;
		margin-top: 0px;
	}
	.right-img{
		margin-left:35px;
	}
	.apply_filter_r{
		margin-top: 100px;
		padding-top: 0px;
		border: 0;
	}
	.switch_div {
		float: right;
	}
	.share42init{
		display: block;
	}
	.num_pages_rait{
		float: right;
	}
	.pricing-col{
		max-width: 330px;
	}
	.margin-right{
		margin-right: 10px;
	}
	.margin-left{
		margin-left: 10px;
	}
	.margin-right-left{
		margin-right: 5px; 
		margin-left: 5px;
	}
}
@media (min-width:801px) {
	.protectchild{
		margin-top: 50px;
	}
	#bg_bslides_1{
		background-image: url('/images/bg_plug_1024_1.jpg');
	}
	#bg_bslides_2{
		background-image: url('/images/bg_plug_1024_2.jpg');
	}
	.top_sites_title {
		width: 40%;
	}
	.top_sites_link {
		width: 30%;
	}
	.switch_label{
		margin-right: 17px;	
		cursor:pointer;
	}
}
@media (min-width:900px) {
	.nav-tabs > li > a {
		padding: 15px 22px;
	}
	.pricing-col{
		max-width: 395px;
	}
}
@media (min-width:980px) {
	.col-xl-1{
		width:70%;
	}
	.logo-mobile{
		display:none;
	}
	.logo{
		display:block;
		padding: 27px 15px 12px 0px;
		color:#333;
		width: 165px;
		position:relative;
		float:left;
	}
	.logo img{
		float:left;
		margin-right:10px;
	}
	.logo a{
		color:#333;
	}
	.but_check_link{
		width:216px;
	}
	.col-b-7{
		width:14.28%;
		float:left;
	}
	.nav-a{
		font-size: 14px;
	}
	.nav-tabs > li > a > span, .nav-tabs-tops > li > a > span {
		padding: 0 10px;
	}
	.nav-tabs > li.active > a {
		padding: 18px 22px;
		background: none repeat scroll 0 0 #ffffff !important;
	}
	.nav-tabs > li > a {
		padding: 15px 23px;
	}
	.sents_graf_line{
		width: 96%;
	}
	.small-chart-sents{
		height: 12px;
	}
	.top_sites_title {
		width: 41%;
	}
	.top_sites_link {
		width: 35%;
	}
	.top-content-about{
		font-size: 25px;
	}
	.small-chart-level {
		width: 60px;
	}
	.levels_info{
		float: right;	
	}
	.plugin_answ{
		font-size: 34px;
	}
	.plugin_gue_1{
		font-size: 50px;
	}
	.top_sites_change {
		padding-right: 10px;
	}
	.pricing-col{
		max-width: 427px;
	}
	.margin-right{
		margin-right: 34px;
	}
	.margin-left{
		margin-left: 34px;
	}
	.margin-right-left{
		margin-right: 17px; 
		margin-left: 17px;
	}
}
@media (min-width:1025px) {
	#bg_bslides_1{
		background-image: url('/images/bg_plug_1366_1.jpg');
	}
	#bg_bslides_2{
		background-image: url('/images/bg_plug_1366_2.jpg');
	}
	.small-content-right{
		float: left;
	}
	.top_sites_change {
		padding-right: 14px;
	}
}
@media (min-width:1280px) {
	nav.util ul > li > ul.dropdown-menu{
		left: 0;
		right: auto;
	}
	.but_check_link{
		width:220px;
	}
	.sents_graf_line{
		width: 96%;
	}
	.top_sites_title {
		width: 43%;
	}
	.top_sites_link {
		width: 35%;
	}
	.top_sites_change {
		padding-right: 17px;
	}
	.sslides img {
		width:931px;
		height:364px;
	}
	.a-container{
		padding:20px 0px 60px 20px;
	}
}
@media (min-width:1366px) {
	#bg_bslides_1{
		background-image: url('/images/bg_plug_1600_1.jpg');
	}
	#bg_bslides_2{
		background-image: url('/images/bg_plug_1600_2.jpg');
	}
}
@media (min-width:1600px) {
	#bg_bslides_1{
		background-image: url('/images/bg_plug_1920_1.jpg');
	}
	#bg_bslides_2{
		background-image: url('/images/bg_plug_1920_2.jpg');
	}
}

/* Соц кнопки */
#share42 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 5px 0 6px;
}
#share42:hover {
    background: none repeat scroll 0 0 #f6f6f6;
    box-shadow: 0 0 5px #ddd;
}
#share42 a {
    opacity: 0.4;
}
#share42:hover a {
    opacity: 0.9;
}
#share42 a:hover {
    opacity: 1;
}
