@font-face {
	font-family: HelveticaNeueCyr-Light;
	src: url(../fonts/HelveticaNeueCyr-Light.otf);
}
@font-face {
	font-family: HelveticaNeueCyr-THIN;
	src: url(../fonts/HELVETICANEUECYR-THIN.OTF);
}
@font-face {
	font-family: HelveticaNeueCyr-MEDIUM;
	src: url(../fonts/HELVETICANEUECYR-MEDIUM.OTF);
}
@font-face {
	font-family: HelveticaNeueCyr-ROMAN;
	src: url(../fonts/HELVETICANEUECYR-ROMAN.OTF);
}
@font-face {
	font-family:HelveticaNeueCyr-Bold ;
	src: url(../fonts/HelveticaNeueCyr-Bold.otf);
}

body, html {
	overflow-x: hidden;
	background: #ededed ;
}
body {
	position: relative;
}

.body-wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -82px;
	padding: 0 0 82px;
}

/*----------------------------------------------------------Menu-----------------------------------------------------------------------------------*/
.navbar-inverse {
	background: linear-gradient(to left, #d12f82 , #5359d5);
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.navbar-toggle {
	color: #000;
}
.navbar-collapse {
	padding-top: 23px;
}
.nav-menu {
	margin-left: 250px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light;
	padding-bottom: 7px;
	padding-top: 7px;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	text-shadow: rgb(3, 3, 3) 1px 3px 1px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
	color: #fff;
	opacity: 1;
	text-shadow: rgb(3, 3, 3) 1px 3px 1px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background: none;
	color: #fff;
}
.navbar-brand {
	padding: 0;
}
.navbar-left {
	margin-left: 60px;
}
.user-guest .navbar-left {
	margin-left: 0px;
}
.navbar-right-li {
	width: 200px;
}
.navbar-right-li-a {
	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li > a.header-signup.-blog.-ru-RU{
	color: black;
	background: white;
	padding: .5em;
	margin-top: -.1em;
	border-radius: .25em;
	transition: .3s;
}
.navbar-inverse .navbar-nav > li > a.header-signup.-blog.-ru-RU:hover,
.navbar-inverse .navbar-nav > li > a.header-signup.-blog.-ru-RU:focus{
	text-shadow: none;
	box-shadow: 0 .25em 1em 0 rgba(0,0,0,0.5);
}

@media screen and (max-width: 768px){
	.navbar-inverse .navbar-nav > li > a.header-signup.-blog.-ru-RU{
		margin-right: 1em;
	}
}

/*blog*/

.blog-signup {
	font-size: 16px;
	background: #8001bd;
	color: white;
	border-radius: 1em;
	padding: 1em;
	display: flex;
	margin: 2em 0;
	align-items: center;
}
.blog-signup:not(.-ru-RU){
	display: none;
}
.blog-signup__logo{
	flex: 1 1 15%;
	padding: 1em;
}
.blog-signup__info{
	flex: 1 1 65%;
	padding: 1em;
}
.blog-signup__action{
	flex: 1 1 20%;
	padding: 1em;
}
.blog-signup__info span{
	display: block;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.blog-signup__info p{
	line-height: 1.5em;
	margin-bottom: 0;
}
.blog-signup__action button{
	white-space: nowrap;
	background: #bf80de;
	border: none;
	border-radius: 0.25em;
	padding: 0 1em;
	line-height: 2.5em;
	height: 2.5em;
	transition: .3s;
}
.blog-signup__action button:hover{
	box-shadow: 0 .1em 1em 0 rgba(0,0,0,0.5) ;
}

@media screen and (max-width: 991px){
	.blog-signup {
		flex-wrap: wrap;
	}
	.blog-signup__logo{
		flex: 1 1 100%;
		text-align: center;
	}
	.blog-signup__info{
		flex: 1 1 100%;
		text-align: center;
	}
	.blog-signup__action{
		flex: 1 1 100%;
		text-align: center;
	}
}

/*----------------------------------------------------------------block-photo---------------------------------------------------*/
.block-photo {
	padding: 9px 0;
	text-align: center;
}
.block-photo>span.photo img {
	border-radius: 50%;
	width: 84px;
	margin: 33px 15px;
}
.block-photo>span .account-login {
	display: none;
	margin-top: 10px;
	font-size: 18px;
}
.block-photo>span.photo.photo-active {
	vertical-align: -93px;
}

.block-photo>span.photo.photo-active img {
	width: 140px;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-photo>span.photo.photo-active .account-login {
	display: block;
}
.block-photo>span.photo:not(.photo-active) img {
	opacity: 0.5;
}
.block-photo>span.photo:not(.photo-has-error) img{
	border: 1px solid rgba(0,192,70,0.6);
	-webkit-box-shadow: 0px 0px 7px 1px #00c046;
	-moz-box-shadow: 0px 0px 7px 1px #00c046;
	box-shadow: 0px 0px 7px 1px #00c046;
}
.block-photo>span.photo-has-error img{
	border: 1px solid rgba(207, 48, 70, 0.6);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(207,48,70,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(207,48,70,1);
	box-shadow: 0px 0px 7px 1px rgba(207,48,70,1);
}
.block-photo>span.photo:hover {
	cursor: pointer;
}

.block-add {
	margin-bottom: -14px;
	margin-left: 35px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	background:  linear-gradient(to left, #d12f82 , #5359d5);
}
.block-add:hover {
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*---это для внешнего вида кнопки ----*/
.plus-vertical {
	position: absolute;
	background:  #fff;
	width: 1px;
	height: 30px;
	left: 50%;
	top: 6px;
}
.plus-horizontal {
	position: absolute;
	background: #fff;
	width: 30px;
	height: 1px;
	left: 5px;
	top: 49%;
}

.ostatok {
	text-align: center;
}
.block-balance {
	margin: 27px auto 0;
	text-align: center;
	display: inline-block;
	background: #fff;
	padding: 7px 28px 0;
}
.block-balance_p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 24px;
	display: inline-block;
}
.block-balance_p2 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 17px;
	display: inline-block;
	padding-left: 15px;
}
.balance {
	display: inline-block;
	font-size: 29px;
	font-family: HelveticaNeueCyr-Bold;
	color: #5359d5;
}


.block-balance {
	float: right;
}
/*====================================================media=========================================================================*/

@media (max-width: 767px) {
	/*-------------------*/
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: white;
	}
	.navbar-header {
		padding: 0 20px;
	}
	.navbar-toggle {
		margin-top: 17px;
	}
	.col-balance {
		text-align: center;
	}
	.block-balance {
		float: none;
	}
	.block-photo {
		padding-top: 45px;
		padding-bottom: 15px;
		text-align: center;
	}
	.block-add {
		margin-bottom: -14px;
		margin-left: 15px;
		display: inline-block;
		width: 35px;
		height: 35px;
		border-radius: 50%;

		position: relative;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	}
	.plus-vertical {
		position: absolute;
		background: #fff;
		width: 1px;
		height: 20px;
		left: 49%;
		top: 8px;
	}
	.plus-horizontal {
		position: absolute;
		background: #fff;
		width: 20px;
		height: 1px;
		left: 21%;
		top: 49%;
	}

	.block-balance {
		padding-top: 5px;
		text-align: center;
		padding-bottom: 0px;
		margin-bottom: 25px;
	}
	.block-balance_p {
		font-size: 17px;
	}
	.balance {
		font-size: 25px;
	}
	/*--------------------------*/
	.navbar-left, .user-guest .navbar-left {
		margin-left: 0;
	}
	.navbar-right-li {
		width: 200px;
	}
	.collapse {
		margin-top: 75px;
		padding-left: 25px;
		border: none;
	}
	.navbar-collapse {
		margin-top: 10px;
		padding-left: 25px;
		border: none;
	}
	.block-entrance {
		margin-top: 15px;
	}
	.navbar-brand {
		padding: 3px 0 0 0;
	}
	.navbar-toggle {
		background: none;
		border: 0;
	}
	.navbar-toggle:hover {
		background: none;
		border: 0;
	}
	.navbar-right {
		margin-left: 0px;
	}

	.blog-wrap .blog-date {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		margin-left: 19px;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		padding: 5px 9px;
	}
	.navbar-left {
		margin-left: 0;
	}
	.menu-footer {
		margin-left: -40px !important;
	}
	.user-guest .navbar-left {
		margin-left: 0px;
	}

	.navbar-right-li {
		width: 150px;
	}
	.block-photo {
		padding-top: 7px;
		padding-bottom: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {

	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 7px 7px;
	}
	.navbar-left {
		margin-left: 125px;
	}
	.menu-footer {
		margin-left: 33px !important;
	}
	.user-guest .navbar-left {
		margin-left: 0px;
	}
	.navbar-right-li {
		width: 150px;
	}
	.block-balance {
		margin-right: -20px;
	}
}
/*-----------------------------------------block-account-----------------------------------------------------------*/
.block-account {
	background: #fff;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	margin-bottom: 40px;
}
.account-active {
	position: relative;
	display: inline-block;
}
.account-photo {
	border-radius: 50%;
	border: 1px solid #1C286C;
	width: 150px;
}

.account-settings,
.account-close {
	display: none;
	border-radius: 50%;
	position: absolute;
	bottom: 0;

	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	background: no-repeat center;
	width: 30px;
	height: 30px;
}

span.active .account-settings,
span.active .account-close {
	display: block;
}

.account-settings:hover,
.account-close:hover {
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.account-settings {
	background-color: #5359d5;
	padding: 5px;
	left: 10px;
	background-image: url("/img/eye.png");
}

.account-close {
	background-color: #fa314d;
	padding:  7px;
	right: 10px;
	background-image: url("/img/close.png");
}
.account-close:hover {
	background-color: #cf3046;
}
.account-settings:hover {
	background-color: #3c419f;
}

.account-active-figcaption {
	float: right;
	padding-top: 60px;
	width: 106px;
}
/*.account-name:hover {
    width: 300px;
    white-space: nowrap;
    position: fixed;
    background: #fff;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 5;
}*/
.account-name {
	width: 100%;
	text-align: center;
	font-family: HelveticaNeueCyr-Bold;
	padding-left: 5px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*---*/

.account-active-followers {
	text-align: center;
}
.active-followers,.active-followings {
	display: inline-block;
	max-width: 120px;
	margin-top: -3px;
}

.active-followers-p {
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	display: inline-block;
	font-family: HelveticaNeueCyr-ROMAN;
	font-size: 18px;
	padding-top: 15px;
}
.active-followers-result {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26px;
	font-family: HelveticaNeueCyr-Light;
	color:  #a51392;
}
.active-followings-result {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26px;
	font-family: HelveticaNeueCyr-Light;
	color:  #a51392;
}

.message-payment {
	display: inline-block;
	margin: 25px auto 0;
	padding: 19px 3px 9px;
	border: 1px solid #888888;
	position: relative;
}
.message-payment-img {
	width: 40px;
	top: -25px;
	left: 44%;
	position: absolute;
}
.message-payment-p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	/*max-width: 270px;*/
	padding-left: 10px !important;
	padding-right: 10px !important;
	/*min-width:270px;*/
	vertical-align:middle;
	display: table-cell;
	width:350px;
}

.block-account .col-btn-success {
	text-align: center;
	padding-top: 10px;
	line-height: 70px;
}
.block-account .btn {
	min-width: 160px;
}

nav a:focus {
	outline: none;
}

/*====================================================buttons=========================================================================*/
.btn {
	border-radius: 40px;
	font-size: 17px;
	font-family: HelveticaNeueCyr-Bold;
	padding: 9px 18px;
	text-align: center;
}
.btn:hover {
	-webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-default {
	/*
	background: linear-gradient(45deg, #532cd7 33%, #a51392 66%, #f0682e);
	border: linear-gradient(20deg, #d12f82 38%, #5359d5 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
	background: #fff;
	color: #724fc0;
	border: 1px solid #724fc0;
	border-image-slice: 5;
}

.btn-primary {
	background: linear-gradient(to left, #d12f82 , #5359d5);
	color: #fff;
}

.btn-success {
	color: #fff;
	background: #00c046;
}

.btn-fluid {
	width: 100%;
}

.modal-btn-group {
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 15px;
	padding-top: 15px;
}

.input-group .btn {
	border-radius: 4px;
}
/*====================================================media=========================================================================*/
@media (min-width: 992px) and (max-width: 1200px) {

	.block-account {
		background: #fff;
		width: 100%;
		padding-bottom: 25px;
		padding-top: 20px;
	}
	.account-active {
		position: relative;
		display: inline-block;
	}
	.account-photo {
		border-radius: 50%;
		width: 120px;
	}
	.settings-account {
		border-radius: 50%;
		padding: 4px;
		position: absolute;
		bottom: 0;
		left: 6px;
	}
	.close-account {
		background: #fa314d;
		border-radius: 50%;
		padding:  6px;
		position: absolute;
		bottom: 0;
		right: 10px;

	}
	.account-active-figcaption {
		float: right;
		padding-top: 50px;
		width: 90px;
	}
	.account-name:hover {
		width: 300px;
		white-space: nowrap;
		position: fixed;
	}
	.account-name {
		padding-left: 5px;
		color: #000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.account-name {
		width: 110px;
		padding-left: 5px;
		font-size: 15px;
	}

	.active-followers-p,.active-followers-p {
		text-align: center;
		color: #6a6a6a;
		font-size: 17px;
		padding-top: 0;
	}

	.active-followers,.active-followings {
		display: inline-block;
		max-width: 100px;
		margin-top: -3px;
	}

	.message-payment-p {
		font-family: HelveticaNeueCyr-Light;
		color: #6a6a6a;
		font-size: 18px;
		/* min-width:270px; */
		/*width: 100%;*/
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.block-account {
		text-align: center;
	}

	.active-followers-p,.active-followers-p {
		text-align: center;
		color: #6a6a6a;
		font-size: 17px;
		padding-top: 7px;
	}
	.account-name {
		width: 105px;
		padding-left: 0;
		font-size: 15px;
		margin-left: 30px;
	}
	.account-active-figcaption {
		float: right;
		padding-top: 10px;
		width: 145px;
	}
	account-active-followers>a {
		margin-left: 0;
	}
	.active-followers-result {
		width: 100px;
	}
	.account-photo {
		border-radius: 50%;
		width: 115px;
	}
	.replenish_p {
		width: 310px;
	}
	.block-account .col-btn-success {
		line-height: 130px;
		text-align: right;
	}
	.block-account .col-btn-success .btn-success {
		margin-right: 8px;
	}
	.message-payment {
		margin-top: 30px;
		text-align: left;
	}
	.message-payment-p {
		font-size: 16px;
	}
	.col-account-active {
		margin-bottom: 10px;
	}
	.col-account-active-followers {
		margin-bottom: 40px;
	}

	.block-subscribers {
		padding-bottom: 14px;
	}
}
@media (max-width: 767px) {
	.modal:not(.bootstrap-dialog) .btn:not(.add-to-wl) {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.account-active-figcaption {
		float: right;
		padding-top: 40px;
		width: 90px;

	}
	.account-name {
		padding-left: 5px;
		color: #000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.account-name {
		width: 100px;
		padding-left: 5px;
		font-size: 15px;
	}

	.col-account-active,.col-account-active-followers,.col-message-payment {
		text-align: center;
	}
	.account-active-figure {
		width: 240px;
		margin: 0 auto;
	}
	.account-active-followers {
		width: 230px;
		margin: 35px auto;
	}
	.account-setup {
		padding-bottom: 0 !important;
	}
	.block-account {
		text-align: center;
		padding-bottom: 35px;
		margin-left: 5%;
		width: 90%;
	}
	.replenish_p {
		max-width: 370px;
		font-size: 18px;
		margin: 0 auto;
	}
	.block-account .col-btn-success {
		line-height: inherit;
		padding-top: 35px;
		text-align: center;
	}
	.block-account .col-btn-success .btn-success {
		margin-right: 0;
	}
	.account-photo {
		border-radius: 50%;
		width: 99px;
	}
	.account-settings {
		border-radius: 50%;
		padding: 4px;
		position: absolute;
		bottom: 0;
		left: 5px;
	}

	.account-close {
		border-radius: 50%;
		padding:  6px;
		position: absolute;
		bottom: 0;
		right: 8px;
	}
}

/*--------------------------------------------------block-process-----------------------------------------------------*/

.one, .two, .three,.footer {
	position:absolute;
	margin-top:-26px;
	z-index:1;
	height:55px;
	width:55px;
	border-radius:50%;
	font-size: 27px;
	padding-top: 9px;
	padding-left: 19px;
	font-family: HelveticaNeueCyr-Bold;
	color: #fff;
}
.one {
	left:22%;
}
.two {
	left:40%;
}
.three {
	left:57%;
}
.footer {
	left: 75%;
}
.info-color {
	background-color:#5359d5;
}
.no-color {
	background-color:inherit;
}
.progress {
	height: 4px;
	margin-top: 20px;
	background: #9195e4;
}
.progress-bar-info:not(.progress-bar-striped) {
	width: 24%;
	background: #5359d5;
}
.progress-bar-info.progress-bar-striped {
	background-color: #5359d5;
}
.paragraph-p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	padding-bottom: 7px;
	position: absolute;
	left:22%;
	margin-top: 35px;
	text-align: center;
}
.paragraph-p2 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	padding-bottom: 7px;
	position: absolute;
	left:40%;
	margin-top: 35px;
	text-align: center;
}
.paragraph-p3 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	padding-bottom: 7px;
	position: absolute;
	left:55%;
	margin-top: 35px;
	text-align: center;
}
.paragraph-p4 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	padding-bottom: 7px;
	position: absolute;
	right: 22%;
	margin-top: 35px;
	text-align: center;
}
/*-------------------------------------------------------------account-setup-------------------------------------------------------------*/
.account-setup {
	padding-top: 30px;
	padding-bottom: 100px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	background-image: url("../img/cream_pixels.png");
	position: relative;
}
/*------------------не хватка бoланса -------------=======================================================================----*/
.block-analyzing {
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.6;
	z-index: 9999;
}
.analyzing-p {
	position: absolute;
	font-size: 40px;
	font-family: HelveticaNeueCyr-Light;
	color: #fff;
	top: 40%;
	left: 43%;
	z-index: 10000;
}
.analyzing-p2 {
	position: absolute;
	font-size: 27px;
	font-family: HelveticaNeueCyr-Light;
	color: #fff;
	top: 50%;
	left: 37%;
	z-index: 10000;
	text-align: center;
}
.button-load {
	position: absolute;
	z-index: 10001;
	border: none;
	color: white;
	padding: 12px 24px;
	font-size: 26px;
	top: 45%;
	left: 46%;
}
.fa-spinner {
	margin-left: -12px;
	margin-right: 8px;
}
/*-------*/
.setup-followings {
	margin-top: 20px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	padding-top: 20px;
	background: #fff;
	-webkit-box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
	-moz-box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
	box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
}

.followings-p {
	display: inline-block;
	padding-left: 17px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
}
.followings-p2 {
	display: inline-block;
	padding-left: 98px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
}
.followings-p3 {
	display: inline-block;
	padding-left: 70px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
}
.tab-h {
	display: inline-block;
	margin: 0px;
	padding-top: 0px;
	font-family: HelveticaNeueCyr-ROMAN;
	font-size: 19px;
	float: left;
	padding-left: 5px;
	width: 170px;
}

.hint {
	cursor: pointer;
	font-family: HelveticaNeueCyr-ROMAN;
	font-size: 20px;
	border-radius: 50%;
	padding: 0px 9px;
	margin-top: 7px;
	margin-bottom: 22px;
	border: 2px solid #a51392;
	color: #a51392;
	display: inline-block;
}
h4 {
	text-align: center;
}


.nav>.tab>a {
	color: #a51392;
	height: 62px;
	padding: 7px 6px 0;
}
.nav>.tab.defolt_li>a {
	color: black;
	height: 62px;
	padding: 7px 6px 0;
}
.tabs>.tab>a:hover {
	background: none;
}

.nav>.active>a {
	color:  #a51392;
}

/*====================================================media=========================================================================*/
@media (min-width: 992px) and (max-width: 1300px) {
	.block-analyzing {
		position: absolute;
		left: 0;
		top:0;
		right: 0;
		bottom: 0;
		background: #000000;
		opacity: 0.6;
		z-index: 9999;
	}
	.analyzing-p {
		position: absolute;
		font-size: 35px;
		color: #fff;
		top: 38%;
		left: 41%;
		z-index: 10000;
	}
	.button-load {
		position: absolute;
		z-index: 10001;
		border: none;
		color: white;
		padding: 12px 24px;
		font-size: 27px;
		top: 44%;
		left: 45%;
	}
	.analyzing-p2 {
		position: absolute;
		font-size: 27px;
		color: #fff;
		top: 49%;
		left: 32%;
		z-index: 10000;
		text-align: center;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.block-analyzing {
		position: absolute;
		left: 0;
		top:0;
		right: 0;
		bottom: 0;
		background: #000000;
		opacity: 0.6;
		z-index: 9999;
	}
	.analyzing-p {
		position: absolute;
		font-size: 35px;
		color: #fff;
		top: 38%;
		left: 42%;
		z-index: 10000;
	}
	.button-load {
		position: absolute;
		z-index: 10001;
		border: none;
		color: white;
		padding: 12px 24px;
		font-size: 27px;
		top: 41%;
		left: 47%;
	}
	.analyzing-p2 {
		position: absolute;
		font-size: 27px;
		color: #fff;
		top: 46%;
		left: 32%;
		z-index: 10000;
		text-align: center;
	}
}
@media (min-width: 429px) and (max-width: 767px) {
	.block-analyzing {
		position: absolute;
		left: 0;
		top:0;
		right: 0;
		bottom: 0;
		background: #000000;
		opacity: 0.6;
		z-index: 9999;
	}
	.analyzing-p {
		position: absolute;
		font-size: 30px;
		color: #fff;
		top: 30%;
		left: 42%;
		z-index: 10000;
	}
	.button-load {
		position: absolute;
		z-index: 10001;
		border: none;
		color: white;
		padding: 12px 24px;
		font-size: 25px;
		top: 34%;
		left: 47%;
	}
	.analyzing-p2 {
		position: absolute;
		font-size: 20px;
		color: #fff;
		top: 40%;
		left: 32%;
		z-index: 10000;
		text-align: center;
	}
}
@media (max-width: 430px) {

	.reports .block-reports_p2 {
		font-size: 16px !important;
	}
	.reports .tab_ul>li {
		font-size: 16px !important;
	}

	.block-analyzing {
		position: absolute;
		left: 0;
		top:0;
		right: 0;
		bottom: 0;
		background: #000000;
		opacity: 0.6;
		z-index: 9999;
	}
	.analyzing-p {
		position: absolute;
		font-size: 30px;
		color: #fff;
		top: 30%;
		left: 28%;
		z-index: 10000;
	}
	.button-load {
		position: absolute;
		z-index: 10001;
		border: none;
		color: white;
		padding: 12px 24px;
		font-size: 25px;
		top: 34%;
		left: 40%;
	}
	.analyzing-p2 {
		position: absolute;
		font-size: 20px;
		color: #fff;
		top: 38%;
		left: 13%;
		z-index: 10000;
		text-align: center;
	}
}
/*-----------------------------*/
.process-step .btn:focus {
	outline:none
}
.process {
	display:table;
	width:100%;
	position:relative;
	padding-top: 30px;
	margin-bottom: 90px;
}

.btn-circle:hover {
	color: #fff;
}
.btn-info2 {
	background: #1C286C;
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.btn-default2 {
	color: #fff;
	background: #7e85ac;
}

.block-Subscri {
	margin-top: 60px;
	padding-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
	-moz-box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
	box-shadow: -7px -7px 51px -14px rgba(0,0,0,0.67);
}

h4 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 28px;
	padding-top: 20px;
}
.setup-followings-p {
	font-family: HelveticaNeueCyr-Light;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	width: 370px;
	margin: 0 auto;
}
.popover-content {
	font-size: 12px;
	color: #3a3a3a;
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #888888;
	border-radius: 4px;
}
/*----------------------------------progresbar--------------------------------------------------------------*/
.defolt_li .progress-tab {
	text-shadow: none !important;
}
.defolt_li  {
	color: black !important;
	border-color: black !important;
}
.defolt_li .bar-label {
	color: #000 !important;
}
.progress-tab {
	height: 20px;
	background: #cccccc;
	margin-top: 6px;
	max-width: 150px;
}
@media (min-width: 1350px) and (max-width: 1610px){
	.progress-tab {
		height: 20px;
		background: #cccccc;
		margin-top: 6px;
		max-width: 150px;
	}
}
/*-------------------------------переключатили-----------------------------------*/
.onoffswitch_block {
	margin-left: -2px;
	margin-top: 8px;
	margin-bottom: 31px;
}
.onoffswitch {
	position: relative;
	width: 55px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "I";
	font-size: 15px;
	font-weight: 800;
	padding-left: 15px;
	background: #00c046;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "o";
	font-size: 18px;
	padding-right: 8px;
	background-color: #e3e3e3;
	color: #adadad;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.defolt_li {
	opacity: 0.4;
}
/*---------------------------------------------список ботов----------------------------------------------------------*/
.block-bots_list {
	text-align: center;
}
.users-list {
	margin: 50px auto 0;
	height: 295px;
	width: 530px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
	border-radius: 9px;
	padding: 25px 20px;
	text-align: left;
}
.photo-users {
	border-radius: 50%;
	width: 85px;
	min-width: 85px;
	min-height: 85px;
}
.users {
	display: inline-block;
	position: relative;
}
.close-users {
	background: #5359d5;
	color: #fff;
	border-radius: 50%;
	padding:  4px;
	position: absolute;
	top:4px;
	right: -6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}
.close-users:hover {
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.users-wl__a {
	color: #fff;
}
.users-wl__a:hover {
	text-decoration: none;
	color: #fff;
}
.users-wl {
	background: #5359d5;
	display: inline-block;
	padding: 4px 3px;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	position: absolute;
	right: -6px;
	bottom: -7px;
	font-size: 12px;
}

.scrollbar {
	height: 234px;
	width: 490px;
	overflow-y: scroll;
}
.force-overflow {
	min-height: 550px;
}
.style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.style-2::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d12f82;
}
/*--------------------------------Запуск--------------------*/
.block-btn-start {
	text-align:  center;
	padding-top: 5px;
	padding-bottom: 40px;
}
.btn-lg {
	margin: 20px auto 20px;
	padding: 10px 70px;
	background: #00c046;
	color: #fff;
	border-radius: 40px;
	font-family: HelveticaNeueCyr-Bold;
	font-size: 20px;
}
.btn-start:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.progress-bar.bar-label {
	width: 44% !important;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.progress-bar.bar-label {
		width: 40% !important;
	}

	.nav>.tab>a {
		color: #000;
		height: 52px;
		padding: 7px 6px 0;
	}
	.tabs>.tab>a:hover {
		color:  #a51392;
	}

	.nav>.active>a {
		color:  #a51392;
	}
	.progress-bar-info {
		height: 20px;
		margin: 0;
	}
	.progress-tab {
		height: 20px;
		background: #cccccc;
		margin: 0px;
		width: 70px;
		float: right;
	}
	.tab-h {
		font-size: 15px;
		width: 80px;
	}
	.tab {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.setup-followings-p {
		width: 100%;
		font-size: 14px;
	}
	h4 {
		font-size: 23px;
	}
	.photo-users {
		width: 70px;
	}

	/*.block-setup {*/
		/*width: 300px;*/
		/*margin: 0 auto;*/
	/*}*/
	.followings-p {
		display: inline-block;
		padding-left: 0px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
	}
	.followings-p2 {
		display: inline-block;
		padding-left: 31px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
	}
	.followings-p3 {
		display: inline-block;
		padding-left: 35px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
	}
	.onoffswitch_block {
		margin-left: 5px;
		margin-top: 3px;
		margin-bottom: 22px;
	}

	.onoffswitch {
		position: relative;
		width: 49px;
	}
	.onoffswitch-checkbox {
		display: none;
	}
	.onoffswitch-label {
		display: block;
		overflow: hidden;
		cursor: pointer;
		border-radius: 40px;
	}
	.onoffswitch-inner {
		display: block;
		width: 200%;
		margin-left: -100%;

	}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
		display: block;
		float: left;
		width: 50%;
		height: 30px;
		padding: 0;
		line-height: 31px;
		font-size: 14px;

	}
	.onoffswitch-inner:before {
		content: "I";
		font-size: 12px;
		font-weight: 800;
		padding-left: 13px;
	}
	.onoffswitch-inner:after {
		content: "o";
		font-size: 15px;
		padding-right: 8px;
		text-align: right;
	}

	.onoffswitch-switch {
		display: block;
		width: 18px;
		margin: 6px;
		background: #FFFFFF;
		border-radius: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;

	}

	.dark__h {
		display: inline-block;
		margin-top: 10px;
		font-size: 15px;
		float: left;
		padding-left: 0px;
		width: 100px;
	}

	.nav>.tab-hover>a {
		color: #000;
		height: 45px;
		padding: 0 0px;
		margin-bottom: 7px;
	}
	.hint {
		font-size: 16px;
		border-radius: 50%;
		padding: 0px 6px;
		margin-top: 9px;
		margin-bottom: 15px;
		border: 2px solid #a51392;
		color: #a51392;
		display: inline-block;
	}
	.col-setup {
		padding: 0;
	}

	.paragraph_p {
		font-size: 13px;
		padding-bottom: 20px;
	}
	.tab-content {
		width: 100%;
		background: #fff;
	}
	.table_subscriptions {
		width: 290px;
		margin: 0 auto;
	}


	.onoffswitch_block {
		margin-left: 0;
	}


	.users-list {
		margin: 30px auto 20px;
		height: 235px;
		width: 90%;
		-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		border-radius: 9px;
		padding: 15px;
		text-align: left;
	}
	.users-popover-content {
		margin: 5px 13px !important;
	}
	.scrollbar {
		height: 180px;
		width: 100%;
		overflow-y: scroll;
	}
	.force-overflow {
		min-height: 450px;
	}
	.style-2::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}
	.style-2::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5;
	}
	.style-2::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #767676;
	}
	.block-bots_list {
		text-align: center;
		padding-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}
	.block-Subscriptions1 {
		text-align: center;
		padding-top: 34px;
	}
	.block-Subscriptions1_p {
		width: 290px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.table_subscriptions {
		width: 470px;
		margin: 0 auto;
	}

	.block-bots_list {
		text-align: center;
		padding-top: 25px;
	}

	.block-account>.container {
		width: 940px;
	}
}
@media (min-width: 1350px) and (max-width: 1460px){
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-27px;
		z-index:1;
		height:55px;
		width:55px;
		font-size: 24px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:18%;
	}
	.two {
		left:39%;
	}
	.three {
		left:59%;
	}
	.footer {
		left: 78%;
	}

	.no-color {
		background-color:inherit;
	}
	.progress {

		background: #9195e4;
	}
	.progress-bar-info {
		width: 24%;
		background: #5359d5;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:18%;
		margin-top: 35px;

	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:39%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:55%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		right: 17%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}
}
@media (min-width: 1201px) and (max-width: 1351px){
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-27px;
		z-index:1;
		height:55px;
		width:55px;
		font-size: 24px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:15%;
	}
	.two {
		left:36%;
	}
	.three {
		left:59%;
	}
	.footer {
		left: 80%;
	}

	.no-color {
		background-color:inherit;
	}
	.progress {

	}
	.progress-tab {
		width: 35%;
		float: right;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:15%;
		margin-top: 35px;

	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:36%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:55%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		right: 14%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.account-active .error-ico {
		left: 90px;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:15%;
		margin-top: 35px;
	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:36%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		left:55%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 20px;
		position: absolute;
		right: 14%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}

	.scrollbar {
		height: 234px;
		width: 340px;
		overflow-y: scroll;
	}
	.users-list {
		margin: 50px auto 0;
		height: 285px;
		width: 370px;
		-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
		border-radius: 9px;
		padding: 15px;
		text-align: left;
	}
	.users-popover-content {
		margin: 5px 10px;
	}
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-27px;
		z-index:1;
		height:55px;
		width:55px;
		font-size: 24px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:15%;
	}
	.two {
		left:36%;
	}
	.three {
		left:59%;
	}
	.footer {
		left: 80%;
	}

	.no-color {
		background-color:inherit;
	}

	.progress-bar-info {
		width: 25%;
	}

}
@media (min-width: 768px) and (max-width: 991px){
	.setup {
		margin-left: 95px;
	}

	.followings-p {
		display: inline-block;
		padding-left: 120px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
	}
	.followings-p2 {
		display: inline-block;
		padding-left: 115px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
	}
	.followings-p3 {
		display: inline-block;
		padding-left: 70px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
	}
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-24px;
		z-index:1;
		height:50px;
		width:50px;
		font-size: 20px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:15%;
	}
	.two {
		left:36%;
	}
	.three {
		left:59%;
	}
	.footer {
		left: 80%;
	}

	.no-color {
		background-color:inherit;
	}
	.progress {

	}
	.progress-bar-info {
		width: 25%;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
		padding-bottom: 20px;
		position: absolute;
		left:15%;
		margin-top: 35px;

	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
		padding-bottom: 20px;
		position: absolute;
		left:36%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
		padding-bottom: 20px;
		position: absolute;
		left:53%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 18px;
		padding-bottom: 20px;
		position: absolute;
		right: 12%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}
}
@media (min-width: 461px) and (max-width: 767px){
	.setup-followings {
		margin: 20px;
	}
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-24px;
		z-index:1;
		height:50px;
		width:50px;
		font-size: 20px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:8%;
	}
	.two {
		left:32%;
	}
	.three {
		left:56%;
	}
	.footer {
		left: 79%;
	}

	.no-color {
		background-color:inherit;
	}

	.progress-bar-info {
		width: 25%;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 13px;
		padding-bottom: 20px;
		position: absolute;
		left:8%;
		margin-top: 35px;

	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 13px;
		padding-bottom: 20px;
		position: absolute;
		left:33%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 13px;
		padding-bottom: 20px;
		position: absolute;
		left:53%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 13px;
		padding-bottom: 20px;
		position: absolute;
		right: 0%;
		left: 69%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}
}

@media (max-width: 460px) {
	.setup-followings {
		margin: 0 !important;
	}
	.one, .two, .three,.footer {
		position:absolute;
		margin-top:-24px;
		z-index:1;
		height:50px;
		width:50px;
		font-size: 20px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.one {
		left:5%;
	}
	.two {
		left:28%;
	}
	.three {
		left:52%;
	}
	.footer {
		left: 79%;
	}

	.no-color {
		background-color:inherit;
	}

	.progress-bar-info {
		width: 25%;
	}
	.paragraph-p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 12px;
		padding-bottom: 20px;
		position: absolute;
		left:5%;
		margin-top: 35px;

	}
	.paragraph-p2 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 12px;
		padding-bottom: 20px;
		position: absolute;
		left:28%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p3 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 12px;
		padding-bottom: 20px;
		position: absolute;
		left:45%;
		margin-top: 35px;
		text-align: center;
	}
	.paragraph-p4 {
		font-family: HelveticaNeueCyr-Light;
		font-size: 14px;
		padding-bottom: 20px;
		position: absolute;
		right: 0%;
		left: 73%;
		margin-right: 4px;
		margin-top: 35px;
		text-align: center;
	}
}


/*-------------------------------------------------footer--------------------------------------------------------------*/
footer {
	background: linear-gradient(to left, #d12f82 , #5359d5);
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.block-menu {
	text-align: center;
}
.menu-footer {
	list-style-type: none;
	margin-top: 18px;
	margin-left: 0;
	padding-left: 0;
}
ul.menu-footer li {
	display: inline;
}
.menu-footer>li>a {
	color: #fff;
	font-size: 18px;
	padding: 3px 5px;
	font-family: HelveticaNeueCyr-Light;

}
.menu-footer>li>a:hover {
	text-decoration: none;
	text-shadow: rgb(3, 3, 3) 1px 3px 1px;
}
.fa-twitter {
	background: #fff;
	padding: 5px;
	font-size: 20px !important;
	margin: 15px 6px;
}
.fa-facebook {
	background: #fff;
	padding: 5px 8px;
	font-size: 20px !important;
	margin: 15px 6px;
}
.fa-instagram {
	background: #fff;
	padding: 5px;
	font-size: 20px !important;
	margin: 15px 6px;
}
.footer_a {
	color: #5359d5;
}
.footer-fa {
	text-align: right;
}

footer .info-block a {
	white-space: nowrap;
}
footer.inner .info-block a {
	color: #fff;
}

.fixed-signup-btn {
	display: none;
	position: fixed;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 2em;
	font-size: 20px;
	border-radius: 0.25em;
	background: white;
	color: black;
	border: 2px solid #b32ba4;
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
	padding: 0 1.5em;
	height: 3em;
	max-width: 95vw;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 100;
}

@media screen and (max-width: 768px){
	.fixed-signup-btn.-ru-RU.-blog{
		display: block;
	}
}

/*====================================================media=========================================================================*/
/*@media (max-width: 767px) {*/
	/*.block-reports {*/
		/*width: auto !important;*/
	/*}*/
	/*.body-wrap {*/
		/*margin-bottom:  -172px;*/
		/*padding-bottom: 172px;*/
	/*}*/
	/*.footer-fa {*/
		/*text-align: center;*/
	/*}*/
	/*footer {*/
		/*text-align: center;*/
		/*height: 172px;*/
	/*}*/
	/*.menu-footer {*/
		/*margin: 15px 0 0 0;*/
		/*padding-left: 0;*/
	/*}*/

	/*footer .info-block {*/
		/*text-align: center;*/
	/*}*/
	/*footer .info-block li {*/
		/*display: inline;*/
	/*}*/
/*}*/
/*--------------------------------------------modal--------------------------------------------------------------------*/
.mymodalLabel {
	font-size: 22px;
	font-family: HelveticaNeueCyr-THIN;
}
.liner {
	width: 50px;
	height: 2px;
	background: #00c046;
	margin: 0 auto;
}
.model_p {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 16px;
}
.btn-modl {
	padding: 9px 35px;
	margin: 0 auto;
	background: linear-gradient(to left, #d12f82 , #5359d5);
	color: #fff;
	border-radius: 40px;
	font-family: HelveticaNeueCyr-Bold;
	font-size: 18px;
}
.btn-modl:hover {
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-header {
	border: 0;
}

.modal .close {
	width: 30px;
	height: 30px;
	border: 1px solid;
	border-radius: 0 6px 0 6px;
	position: relative;
	right: -16px;
	top: -16px;
}
.modal .modal-header .close {
	top: -14px;
}

.modal .close:focus {
	outline: none;
}

/*------------*/
.white-list-block {
	text-align: left;
	padding: 9px;

}
.white-list-name>li>a {
	color:#000;
	font-size: 18px;
	font-family: HelveticaNeueCyr-Light;
}
.white-list-name>li {
	color: #00c046;
	padding: 5px 9px;
}
/*-----------*/
.payment-analysis {

	padding:0 9px;
}
.payment-analysis-p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
	padding-top: 8px;
}
.btn-modal {
	margin: 0 auto;
}

.navbar-logo {
	background:no-repeat url('/landFeb2023/images/sg_logo_without_pic.svg');
	width: 193px;
	height: 34px;
	margin-top: 20px;
}
.nav-exit img {
	margin-left: 5px;
}

.tab.active {
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
}

.active .tab-h, .stage-analyze .active .bar-label {
	text-decoration: underline;
}
.defolt_li.tab-h, .defolt_li .bar-label {
	text-decoration: none !important;
}
.tab.defolt_li {
	text-shadow: none !important;
}
.hint.active:not(.defolt_li) {
	text-shadow: 0 0 3px rgba(255,255,255,0.9);
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
	background-color: #a51392;
	color: white;
}
.hint.defolt_li {
	text-shadow: none !important;
	box-shadow: none !important;
}
.tab .progress-bar {
	color: #a51392
}
.stage-clearing .tab:not(.defolt_li) .progress-bar {
	color: white;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
}
.active:not(.defolt_li) .progress-tab,
.active:not(.defolt_li).onoffswitch_block .onoffswitch-label  {
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.scale-w-1 {
	width: 25%;
}
.scale-w-2 {
	width: 50%;
}
.scale-w-3 {
	width: 75%;
}
.scale-w-4 {
	width: 100%;
}
.add-to-wl {
	width: 30px;
	height: 42px;
	background: url(/img/plus.png) no-repeat center;
	box-sizing: initial;
	border: 1px solid rgb(201,201,201);
	border-left: none;
}
.add-to-wl:hover {
	background-image: url(/img/plus2.png);
	box-shadow: none;
	transition: none;
}
.white-list-modal .form-control{
	border-right: none;
}
.white-list-modal .form-control:focus {
	border: 1px solid rgb(201,201,201);
	border-right: none;
	box-shadow: none;
	transition: none;
}
.white-list-modal .text-right {
	margin-top: 5px;
}
.wt-table > span {
	display: inline-block;
	padding: 5px 10px;
	background: #A6A6A4;
	border-radius: 3px;
	color: #fff;
	margin: 3px;
}
.wt-table > span > span {
	opacity: .3;
}
.wt-table > span > span:hover {
	opacity: 1;
}

.wt-table .glyphicon-trash {
	cursor: pointer;
	font-size: 16px;
}

.btn:focus {
	outline:none !important;
}

.add-form-loading {
	display: none;
}
.add-form-loading .fa-spinner {
	margin: 0;
}

.block-add {
	margin-top:25px;
}

@media (max-width: 991px) {
	.block-add {
		margin-top: 40px;
	}
}

/*---userTab---*/
@media (min-width: 1200px) {
	.tab-h {
		width: 150px;
	}
	.progress-tab {
		width: 60%;
		max-width: 232px;
	}
	.progress-bar.bar-label {
		width: 59% !important;
	}
	.followings-p2 {
		padding-left: 143px;
	}
	.followings-p3 {
		padding-left: 120px;
	}
}
/*------*/

/*---TOOLTIPS---*/

.tooltip-inner {
	position: relative;
	border: 1px solid black;
	/*background: linear-gradient(35deg, #532cd7 10%, #a51392 76%, #f0682e);*/
	background: #ffffff;
	color: #a51392;
	/*-webkit-background-clip: text;*/
	/*-webkit-text-fill-color: transparent;*/
}
.tooltip-arrow {
	border: 0px;
}
.tooltip {
	opacity: 1 !important;
}
.tooltip-inner:after, .tooltip-inner:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip.bottom .tooltip-inner:after, .tooltip.bottom .tooltip-inner:before {
	bottom: 100%;
	left: 50%;
}
.tooltip.top .tooltip-inner:after, .tooltip.top .tooltip-inner:before {
	top: 100%;
	left: 50%;
}
.tooltip.left .tooltip-inner:after, .tooltip.left .tooltip-inner:before {
	left: 100%;
	top: 50%;
}
.tooltip.right .tooltip-inner:after, .tooltip.right .tooltip-inner:before {
	right: 100%;
	top: 50%;
}

.tooltip-inner:after {
	border-color: rgba(255, 255, 255, 0);
	border-width: 4px;
}
.tooltip.bottom .tooltip-inner:after {
	border-bottom-color: #ffffff;
	margin-left: -4px;
}
.tooltip.top .tooltip-inner:after {
	border-top-color: #ffffff;
	margin-left: -4px;
}
.tooltip.left .tooltip-inner:after {
	border-top-color: #ffffff;
	margin-left: -4px;
}
.tooltip.right .tooltip-inner:after {
	border-top-color: #ffffff;
	margin-right: -4px;
}

.tooltip-inner:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 5px;
}
.tooltip.bottom .tooltip-inner:before {
	border-bottom-color: #000;
	margin-left: -5px;
}
.tooltip.top .tooltip-inner:before {
	border-top-color: #000;
	margin-left: -5px;
}
.tooltip.left .tooltip-inner:before {
	border-top-color: #000;
	margin-left: -5px;
}
.tooltip.right .tooltip-inner:before {
	border-top-color: #000;
	margin-right: -5px;
}

/*---TOOLTIPS-END---*/

.popover.top > .arrow {
	bottom: -10px;
}
.popover-count {
	color: #a51392;
	font-weight: 600;
}
.popover {
	max-width: 345px;
}
.popover-login {
	color: black;
	font-weight:600;
}
.popover-login:hover {
	color: #337ab7;
}
.popover-container  p {
	font-weight:600;
}
.popover-container {
	width: 307px;
}
.popover-user-stats p {
	font-size: 14px;
}
.popover-user-stats .popover-count {
	font-size: 16px;
}
.popover-loader {
	margin-left: 110px;
	margin-top: 11px;
}

.endLine,
.beginLine {
	border: 2px solid #a8a8a8;
	height: 9px;
	width: 9px;
	float: left;
	margin-top: 29px;
	border-radius: 50%;

}

.endLine.status-active,
.endLine.status-done,
.beginLine.status-active,
.beginLine.status-done {
	border-color: #242bb0;
}

.status-line {
	border-bottom: 2px solid #bababa;
	height: 34px;

	width: 23%;
	float: left;
	text-align: center;
}

.status-line.status-done {
	color:#bababa;
	border-color: #242bb0;
}
.status-line.status-active {
	border-color: #242bb0;
	color: #5359d5;
	font-weight: bold;
}

.processScale {
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.block-process {
	margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
	.processScale {
		width:100%;
		margin-left: 3px;
	}
	.status-line {
		width:20%;
		font-size:12px;
		line-height: 14px;
	}
	.block-process {
		padding-right: 5px !important;
		padding-left: 6% !important;
	}
}

.amount {
	width:100px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.amount .input-group-addon {
	background: #b32ba4;
	color:#fff;
}
.stage-analyze .bar-label {
	font-size: 16px;
}
.stage-clearing .bar-label {
	font-size: 12px;
}

.block-photo>span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.account-checking .error-ico {
	display: none !important;
}
.block-photo>span .error-ico {
	color: rgb(255, 0, 0);
	font-size: 20px;
	position: absolute;
	top: 35px;
	left: 80px;
	z-index: 3;
}
.block-photo>span.photo-active .error-ico {
	top: 4px;
	left: 101px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.error-ico {
	-webkit-animation: blink 0.7s linear infinite;
	animation: blink 0.7s linear infinite;
	transform: translateZ(0);
}

.account-active .error-ico {
	color: rgb(255, 0, 0);
	font-size: 20px;
	position: absolute;
	top: 25px;
	left: 134px;
}

.button-ico {
	color: rgb(255, 0, 0);
	font-size: 15px;
}

.account-active {
	position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.account-active .error-ico {
		left:90px;
	}
}
@media (min-width: 425px) and (max-width: 768px) {
	.block-photo .error-ico {
		left:70px;
	}
}

@media (min-width: 320px) and (max-width: 425px) {
	.block-photo .error-ico {
		left: 48px;
		top: -12px;
	}
	.account-active .error-ico {
		left: 72px;
		top: 22px;
	}
}

@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
}
.progress-tab .progress-bar-striped {
	height: 20px;
	width: 231px;
	border-radius: 4px;
	position: absolute;
}
.stage-analyze .progress-tab {
	background: none !important;
	box-shadow: none !important;
}

/*---------------------------------------------Reports-------------------------------------------------------------------------*/
.reports h3 {
	text-align: center;
	font-family: HelveticaNeueCyr-THIN;
	font-size: 35px;
	padding-bottom: 20px;
}
.reports .panel-toggler {
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
}
.reports .tabbable {
	margin-bottom: 40px;
}

.reports .panel-title {
	font-family: HelveticaNeueCyr-Light;
	font-size: 24px;
}
.reports .date_a:hover {
	text-decoration: none;
}
.reports .date_a:active {
	text-decoration: none;
}
.reports .date_a:link {
	text-decoration: none;
}
.reports .date_span {
	font-family: HelveticaNeueCyr-THIN;
}
.reports .tab_h {
	text-align: center;
	font-family: HelveticaNeueCyr-Light;
	font-size: 24px;
}
.reports .tab_ul {
	list-style-type: none;
	padding-left: 0;
}
.reports .block-reports {
	width: 400px;
	padding: 8px 14px;
}
.reports .block-reports_p2 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 22px;
	border-bottom: 1px solid #d0d0d0;
	color: #1b1b1b;
	padding:2px 2px 8px;
}
.reports .block-reports_span {
	font-family: HelveticaNeueCyr-ROMAN;
	float: right;
}
.reports .tab_ul>li {
	font-size: 20px;
	padding: 5px 2px;
	font-family: HelveticaNeueCyr-Light;
	color:#606060 ;
}
.reports .tab_ul__span {
	float: right;
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #000;
	cursor: pointer;
}

.reports .panel-heading [data-toggle="collapse"]:after {
	font-family: 'fontawesome';
	content: "\f054"; /* "play" icon */
	float: right;
	color: #5cb85c;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.reports .panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}

#reports-list .p-status{
	margin-top: 10px;
}
.pay-buttons img{
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 10px;
	height: 80px;
	line-height: 70px;
	padding: 0;
	width: 140px;
	overflow: hidden;
}

.pay-buttons img:hover{
	border: 1px solid #b32ba4;
}

.pay-buttons {
	text-align: center;
}
.payment-analysis-p {
	text-align: center;
}
#payments-modal h3 {
	text-align: center;
	line-height: 30px;
}

.show-sum {
	font-size: 50px;
	color:#b32ba4;
	text-align: center;
	padding-bottom: 20px;
}

.modal-logo {
	text-align: center;
}
.modal-logo img {
	padding-left: 50px;
}

.styled-modal .modal-header,
#payments-modal .modal-header {
	background: linear-gradient(to left, #d12f82 , #5359d5);
	border-radius: 4px 4px 0 0;
}
#payments-modal .close{

}

#add-account-form .form-group .add-form-loading,
#change-account-form .form-group .add-form-loading {
	display: none;
	position: absolute;
	top: 41px;
	right: 15px;
}

#add-account-form .form-group,
#change-account-form .form-group {
	position: relative;
}
.bootstrap-dialog {
	font-family: HelveticaNeueCyr-Roman;
}
.modal-dialog h3 {
	text-align:center;
}
















#report-modal .modal-header{
	border: none;
	text-align: center;
}
#report-modal .modal-title{
	text-align: center;
	font-family: HelveticaNeueCyr-Light;
	font-size: 24px;
	padding-bottom: 15px;
}
#report-modal .img-laik{
	width: 55px;
	border: 1px solid #00ff00;
	padding: 5px 9px;
	border-radius: 50%;
}
#report-modal .cleaned-p{
	font-family: HelveticaNeueCyr-Roman;
	font-size: 20px;

}
#report-modal .modal-p{
	font-family: HelveticaNeueCyr-Light;
	font-size: 20px;
	padding-top: 13px;
	padding-bottom: 10px;
}
#report-modal .block-delete{
	text-align: right;
}
#report-modal .modal-body{
	margin-right: 25px;
	margin-left: 20px;
}
#report-modal .modal-footer{
	border: none;
	text-align: center;
}
#report-modal .btn-success{
	border: none;
	padding: 10px 55px;
	color: #fff;
	font-family: HelveticaNeueCyr-Roman;
	font-size: 18px;
	border-radius: 40px;
}
#report-modal .zengram-icon{
	width: 60px;
}

@media (max-width: 767px) {
	#report-modal .zengram-icon{
		width: 40px;
	}
	#report-modal .modal-body{
		margin-right: 2px;
		margin-left: 2px;
	}
	#report-modal .modal-p{
		font-family: HelveticaNeueCyr-Light;
		font-size: 14px;
		padding-top: 6px;
		padding-bottom: 5px;
	}
	#report-modal .modal-title{
		text-align: center;
		font-family: HelveticaNeueCyr-Light;
		font-size: 20px;
		padding-bottom: 15px;
	}
	#report-modal .cleaned-p{
		font-size: 18px;
	}
	#report-modal .btn-success{
		border: none;
		padding: 7px 55px;
		color: #fff;
		font-family: HelveticaNeueCyr-Roman;
		font-size: 16px;
		border-radius: 40px;
	}
}
.block-account .disabled {
	cursor: pointer;
}

/*----------Bootstrap-dialog--------------*/
.bd-title {
	font-size: 22px;
}
/*----------------------------------------*/

#checkpoint-email-sms .modal .close {
	right: 0 !important;
	top: 0 !important;
}

#promo-add .close, #promo-success .close, #promo-code .close {
	right: 0px;
	top: -1px;
	z-index: 1;
}

.modal-title {
	font-size: 30px
}
#promo-add .modal-footer button{
	width: 250px;
	display: block;
	margin: 0 auto;
}

.checkpoint-image {
	background: url('/img/checkpoint_phone.jpg') no-repeat right top;
	width:343px;
	height:669px;
	margin-left: 220px;
	padding-top: 210px;
}

.checkpoint-message {
	float: left;
	width: 220px;
}

@media (min-width: 240px) and (max-width: 768px) {

	.modal-title {
		font-size: 22px
	}
	.checkpoint-image {
		display: block;
		width: 100%;
		margin-left:0;
	}

	.checkpoint-message {
		float: none;
		width: 100%;
	}

}

@media (min-width: 240px) and (max-width: 414px) {
	.popover-content {
		padding: 5px 5px;
		width: 250px;
	}
	.popover-container {
		width: 240px;
	}
	.popover {
		max-width: 280px;
	}
	.popover-user-stats p {
		font-size: 12px;
	}
	.popover-user-stats .popover-count {
		font-size: 12px;
	}
	.popover-user-stats {
		padding-left: 10px;
	}
	.popover-loader {
		margin-left: 90px;
	}
}

#omni_widget_iframe_2117-ptks5vcq {
	right: 20px !important;
}

@media (min-width: 240px) and (max-width: 768px) {
	#omni_widget_iframe_2106-8hqtah8s,
	#omni_widget_iframe_2644-g7hqhfqn {
		display: none !important;
	}
	#omni_widget_iframe_2117-ptks5vcq {
		bottom: 15px !important;
		right: 20px !important;
	}
}
.bootstrap-dialog-title {
	width: 100% !important;
	margin-top: -10px;
}

.auth-problem-modal button.close {
	right: 0;
	top: 0;
}
.auth-problem-modal .modal-content {
	font-family: HelveticaNeueCyr-Light;
}
.auth-problem-modal .modal-body {
	font-size: 16px;
	width: 90%;
	margin: -15px auto 0;
}

.home-link {
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light;
	color: #333;
}

/* Dashboard elements */
.guarded-panel {
	padding-bottom: 60px;
}

.button-container {
	position: relative;
}

.stage-hint {
	width: 15px;
	height: 15px;
	line-height: 100%;
	border-radius: 50%;
	border: 2px solid #999;
	color: #999;
	margin-left: 6px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}

.button-container a {
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	right: 0;
}

@media (max-width: 1200px) {

}

.stage-description {
	margin: 0 auto;
}

@media (min-width: 461px) and (max-width: 767px) {
	.stage-description {
		margin: 0 20px;
	}
}

.tab-spring {
	width: 100%;
}

.tab-checkbox {
	padding-right: 11px;
}

.clean-block {
	box-shadow: none;
	margin-top: 20px;
}

.accounts-panel {
	display: flex;
	align-items: center;
}

.action-buttons a {
	width: 100%;
	margin: 0 0 5px;
}

@media (max-width: 1200px) {
	.accounts-panel {
		display: block;
	}
	.action-buttons {
		text-align: center;
	}
	.action-buttons a {
		width: 141px;
		display: inline-block;
		margin: 5px;
	}
	.account-active-followers {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.account-name {
		width: 100%;
	}
	.account-active-followers {
		margin-bottom: 0;
	}
}
.account-panel-arrow {
	background: no-repeat center;
	width: 35px;
	cursor: pointer;
	position: absolute;
	top: -25px;
	bottom: 0;
}
.account-panel-arrow.arrow-left {
	background-image: url(/img/ar-lf.png);
	left: 10%;
}
.account-panel-arrow.arrow-right {
	background-image: url(/img/ar-rt.png);
	right: 10%;
}

.block-photo {
	position: relative;
	margin-top: 25px;
	height: 140px;
}

.block-photo .photo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
}

.block-photo .photo.next {
	left: 45%;
	transform: translateY(-50%) translateX(-150%);
	opacity: 1;
	z-index: 1;
}
.block-photo .photo.prev {
	left: 55%;
	transform: translateY(-50%) translateX(50%);
	opacity: 1;
	z-index: 1;
}

.block-photo .photo.active {
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	z-index: 5;
}

.form-select {
	padding: 21px 15px;
	cursor: pointer;
	height: auto;
}


/* / Dashboard elements */

@media (max-width: 767px) {
	.menu-footer{
		padding-left: 0;
		margin-left: 0;
	}

	.menu-footer li{
		display: list-item !important;
	}

	footer.inner .container div {
		text-align: center;
	}

	#footer-go-top {
		display: block !important;
	}
}

#footer-go-top {
	top:-33px;
	text-align:right;
	position:relative;
	display:none;
	color: #000;
}

/*Login Modal*/
#loginModal .modal-content,
#passwordModal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-image: linear-gradient(20deg, #d12f82 38%, #5359d5 65%);
	border-image-slice: 1;
	border-image-width: 1px;
	padding-top: 30px;
	font-family: HelveticaNeueCyr-Light;
	color: #a51392;
}
#signupModal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #a51392;
	border-radius: 0;
	padding-top: 30px;
	font-family: HelveticaNeueCyr-Light;
	color: white;
}

#loginModal .login-title,
#passwordModal .pass-title,
#signupModal .reg-title {
	font-family: Open Sans;
}

#signupModal h4, #loginModal h4, #passwordModal h4 {
	font-size: 18px;
	padding: 0;
}

#passwordModal .btn {
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px 0px;
	font-size: 18px;
}

.default__btn:hover {
	-webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 13px 0 rgba(0,0,0,0.75);
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.default__btn {
	background: linear-gradient(45deg, #532cd7 33%, #a51392 66%, #f0682e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid;
	border: linear-gradient(20deg, #d12f82 38%, #5359d5 65%);
	border-image-slice: 5;
	margin-bottom: 30px;
	padding: 18px 70px;
	border-radius: 40px;
	font-size: 18px;
	border-color: #000;
}

.input-tbl {
	height: 55px;
	border-radius: 0;
	font-size: 18px;
	border: 1px solid;
	border-image: linear-gradient(20deg, #d12f82 38%, #5359d5 65%);
	border-image-slice: 1;
}

.header__btn {
	font-size: 18px;
	background: linear-gradient(to left, #d12f82 , #5359d5 );
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #fff;
	margin-bottom: 30px;
	padding: 18px 70px;
	border-radius: 40px;
}

.login-form .descr-text, .reg-form .descr-text {
	margin: 19px 0;
	text-align: left;
}
#messageModal .modal-content .close {
	right: -45px !important;
	top: -27px !important;
}
.modal-content .close {
	color: #FF6666;
	border: 1px solid #FF6666;
	z-index: 1100;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	opacity: 1;
	position: relative;
	right: -30px;
	top: -60px;
	background: #fff;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);;
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);;
}
.reg-form .header__btn {
	background: #fff;
	color: #a51392;
}
.reg-form .header__btn:hover {
	-webkit-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.67);
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.reg-form input, .login-form input {
	color: black;
}
/* login modal end*/