body {
	background: #f3f3f3;
}

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

.header .nav-top {
	background: none;
	border-bottom: none;
	padding-top: 10px;
	margin-top: 0px;
}

.navbar-toggle {
	color: #000;
}

.navbar-collapse {
	padding-top: 23px;
}

.header .nav-top > a {
	font-size: 15px;
	font-family: HelveticaNeueCyr-Light;
	padding: 7px;
	color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header .nav-top > a:hover,
.header .nav-top > a:focus {
	color: #000;
	border-bottom: 1px solid #000;
}

.header .nav-top > a:hover {
	background: none;
	color: #000;
	opacity: 1;
	border-bottom: 1px solid #000;
}

.block-entrance {
	display: inline-block;
	padding: 7px 20px !important;
	border-radius: 40px;
	border: 1px solid #000 !important;
	margin-left: 20px;
	background: #eaefd8 url(../img/select_arrow.png) 95% center no-repeat !important;
}

.block-entrance_a {
	color: #000;
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light;
}

.block-entrance_a:hover {
	color: #000;
}

.entrance_a1 {
	padding-right: 7px;
	border-right: 1px solid #000;
	margin-right: 7px;
}

.header .user-name {
	padding-top: 4px;
}

.blog h1, .price h3, .instruction h1, .price-title {
	font-size: 40px;
	font-family: HelveticaNeueCyr-THIN;
	text-align: center;

}

.instruction h2, .price-subtitle {
	font-size: 29px;
	font-family: HelveticaNeueCyr-THIN;
	text-align: center;
}

.blog-post, .panel-faq, .row.sub-header, .acc-pane {
	background: #fff;
	border: 0px solid #fff;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.blog-entrance {
	margin: 7px 0 0;
	padding-right: 15px;
}
.blog-entrance .block-entrance {
	background-image: none !important;
}
.blog-entrance #register-button,
.sticky-button-container a {
	background: #FFF;
	border: 2px solid #DC4343;
	color: #000;
	text-align: center;
	width: 267px;
	border-radius: 40px;
	font-size: 20px;
	margin-left: 15px;
	padding: 15px 20px;
	margin-top: -6px;
	transition: all .2s ease-in-out;
}
.blog-entrance #register-button:hover {
	background: #DC4343;
	text-decoration: none;
}
.sticky-button-container {
	bottom: 25px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 100;
}

.acc-pane {
	margin: 5px;
	max-width: 380px;
}

#accounts-list > .adv-gif {
	top: 5px;
}

#accounts-list.has-accounts .adv-gif {
	height: 675px;
}

#accounts-list.no-accounts .adv-gif {
	height: 675px;
}

#accounts-list.no-accounts #downloadApp {
	height: 675px !important;
}

.instruction .wrap-cont {
	background-color: #fff;
	padding: 30px;
}

footer {
	background: #fff;
}

.footer-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer__p {
	font-size: 18px;
	font-family: HelveticaNeueCyr-ROMAN;
	color: #000;
}

.footer__a2 {
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light;
	color: #909090;
}

.footer__a2:hover {
	color: #000;
}

.footer__ul {
	list-style-type: none;
}

.footer__ul > li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.footer-block {

}

.footer-bottom_p {
	font-size: 14px;
	font-family: HelveticaNeueCyr-ROMAN;
	color: #909090;
	line-height: 1.42857143;
}

.mail_a {
	color: #909090;
}

.mail_a:hover {
	color: #000;
}

.footer-line {
	width: 100%;
	height: 1px;
	background: #909090;
	margin-top: 30px;
}

/*====================================================media=========================================================================*/
@media (min-width: 400px) and (max-width: 767px) {
	#accounts-list {
		width: 390px;
		margin: 0 auto;
	}
}

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

	.footer-block2 {
		padding: 0;
	}

	.footer {
		padding: 15px 0;
		text-align: center;
	}

	.footer__p {
		font-size: 16px;
		text-align: center !important;
	}

	.footer__a2 {
		font-size: 14px;
	}

	.footer__ul > li {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.footer__ul {
		padding-left: 0;
	}

	.footer-block {
		padding-bottom: 25px;
	}

	.footer-bottom_p {
		font-size: 12px;
		padding: 10px 0;
	}

	#hot-news-button.ru .glyphicon-envelope:before {
		content: "\e123" !important;
		opacity: 0.9;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-block {
		padding: 0;
	}

	.footer-block2 {
		padding: 0;
	}

	.footer-block3 {
		padding: 0;
	}

	.footer__p {
		font-size: 16px;
	}

	.footer__a2 {
		font-size: 14px;
	}

	.footer__ul > li {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.footer-block {
		padding-bottom: 25px;
	}

	.footer-bottom_p {
		font-size: 12px;
	}
}

.container.price {
	width: 100%;
	background-image: url("../img/fon-prices.jpg");
	background-size: cover;
	background-position: center center;
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
	padding-bottom: 70px;
}

.sl-price {
	display: none;
}

.block-promos {
	position: relative;
}

.price-angle-left {
	position: absolute;
	left: 4%;
	top: 47%;
	z-index: 11;
}

.price-angle-right {
	position: absolute;
	right: 1%;
	top: 47%;
	z-index: 12;
}

.price_p {
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 20px;
	font-family: HelveticaNeueCyr-Light;
}

.block-price {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	width: 270px;
	display: inline-block;
}

.block-price_p1 {
	font-size: 28px;
	color: #606060;
	font-family: HelveticaNeueCyr-Light;
	padding-top: 35px;
	padding-bottom: 20px;
}

.block-price_p2 {
	font-size: 70px;
	font-family: HelveticaNeueCyr-Light;
	color: #212121;
	position: relative;
}

.block-price_p3 {
	font-size: 18px;
	font-family: HelveticaNeueCyr-ROMAN;
	color: #acacac;
}

.btn_block-price {
	font-size: 18px;
	background: #fff;
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #212121;
	padding: 15px 30px;
	border-radius: 40px;
	border: 2px solid #acacac;
	margin-top: 55px;
	margin-bottom: 40px;

}

.btn_block-price:hover {
	border: 2px solid #dc4343;
	background: #dc4343;
	color: #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;
	transition: all 0.5s ease-in-out;
}

.btn_block-price2 {
	font-size: 18px;
	background: #dc4343;
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #fff;
	margin-bottom: 30px;
	padding: 15px 30px;
	border-radius: 40px;
	border: 2px solid #dc4343;
	margin-top: 55px;
	margin-bottom: 40px;
}

.btn_block-price2:hover {
	color: #fff;
}

.promos {
	position: relative;
	text-align: center;
	height: 450px;
	margin: 50px auto 0;
}

.block-promos {
	text-align: center;
	padding: 0;
}

.promo {
	display: inline-block;
	width: 270px;
	margin-top: 30px;
	background: #fff;
	color: #f9f9f9;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.promo .price {
	display: block;
	width: 280px;

	margin: 15px 0 10px 0;
	text-align: center;
	font-size: 23px;
	padding: 17px 0 17px 0;
}

.top {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 0 0;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.price {
		padding: 0;
	}

	.sl-price {
		display: block;
	}

	.price {
		position: relative;
		margin-bottom: 60px;
		color: #fff;
		text-align: center;
		padding-bottom: 70px;
	}

	.price_p {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 16px;
	}

	.block-price {
		background: #fff;
		text-align: center;
		border-radius: 5px;
		width: 220px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 24px;
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.block-price_p2 {
		font-size: 50px;
	}

	.rub {
		position: absolute;
		width: 20px;
		display: block;
		right: 40px;
		top: 40%;
	}

	.rub2 {
		position: absolute;
		width: 20px;
		display: block;
		right: 25px;
		top: 40%;
	}

	.rub1 {
		position: absolute;
		width: 20px;
		display: block;
		right: 48px;
		top: 40%;
	}

	.block-price_p3 {
		font-size: 16px;
	}

	.btn_block-price {
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.btn_block-price2 {
		font-size: 16px;
		margin-bottom: 28px;
		padding: 15px 30px;
		border: 2px solid #dc4343;
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.btn_block-price2:hover {
		color: #fff;
	}

	/*---------------class-transform---------*/
	.mini {
		position: absolute;
		transform: scale(1, 1);
		-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	}

	.average {
		transform: scale(1, 1);
		-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	}

	/*------------------class-position--------------*/
	.position {
		cursor: pointer;
		position: static;
		z-index: 1;
	}

	.position5 {
		cursor: pointer;
		position: static;
		left: 38%;
		top: -100%;
		z-index: 3;
	}

	.position2 {
		cursor: pointer;
		position: static;
		left: -7%;
		z-index: 2;
	}

	.position4 {
		cursor: pointer;
		position: static;
		left: -15%;
		z-index: 4;
	}

	.position3 {
		cursor: pointer;
		position: static;
		z-index: 9;
		left: 0%;
	}

	/*--------------------*/
	.bloc-top {
		position: relative;
	}

	.block-promos {
		display: none;
	}

	.promos {
		text-align: center;
		height: auto;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin: 30px 15px;
		display: inline-block;
		width: 220px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 220px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.price-angle-left {
		position: absolute;
		left: 40%;
		top: 86%;
		z-index: 11;
	}

	.price-angle-right {
		position: absolute;
		right: 40%;
		top: 86%;
		z-index: 12;
	}

	.price {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}

	.price_p {
		padding-top: 20px;
		padding-bottom: 40px;
		font-size: 16px;
	}

	.block-price {
		width: 200px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.block-price_p2 {
		font-size: 45px;
	}

	.rub {
		width: 22px;
	}

	.block-price_p3 {
		font-size: 16px;
	}

	.btn_block-price {
		font-size: 16px;
		padding: 13px 20px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 35px;
		margin-bottom: 40px;
	}

	.btn_block-price2 {
		font-size: 16px;
		margin-bottom: 30px;
		padding: 13px 20px;
		border: 2px solid #dc4343;
		margin-top: 35px;
		margin-bottom: 40px;

	}

	/*------------------class-position--------------*/
	.position1 {
		cursor: pointer;
		position: absolute;
		z-index: 1;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		left: -5%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position2 {
		cursor: pointer;
		position: absolute;
		left: 15%;
		z-index: 2;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position3 {
		cursor: pointer;
		position: absolute;
		z-index: 9;
		left: 35%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position4 {
		cursor: pointer;
		position: absolute;
		left: 57%;
		z-index: 4;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position5 {
		cursor: pointer;
		position: absolute;
		left: 75%;
		z-index: 3;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	/*--------------------*/
	.promos {
		text-align: center;
		height: 450px;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin-top: 30px;
		display: inline-block;
		width: 200px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 280px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}

}

@media (min-width: 992px) and (max-width: 1200px) {
	.price-angle-left {
		position: absolute;
		left: -1%;
		top: 47%;
		z-index: 11;
	}

	.price-angle-right {
		position: absolute;
		right: -1%;
		top: 47%;
		z-index: 12;
	}

	.price {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}

	.price_p {
		padding-top: 60px;
		padding-bottom: 40px;
		font-size: 18px;
	}

	.block-price {
		width: 240px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 28px;
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.block-price_p2 {
		font-size: 60px;
	}

	.rub {
		width: 26px;
	}

	.block-price_p3 {
		font-size: 18px;
	}

	.btn_block-price {
		font-size: 18px;
		padding: 15px 30px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 45px;
		margin-bottom: 40px;
	}

	.btn_block-price2 {
		font-size: 18px;
		padding: 15px 30px;
		border-radius: 40px;
		border: 2px solid #dc4343;
		margin-top: 45px;
		margin-bottom: 40px;

	}

	/*------------------class-position--------------*/
	.position1 {
		cursor: pointer;
		position: absolute;
		z-index: 1;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		left: 0%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position2 {
		cursor: pointer;
		position: absolute;
		left: 18%;
		z-index: 2;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position3 {
		cursor: pointer;
		position: absolute;
		z-index: 9;
		left: 38%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position4 {
		cursor: pointer;
		position: absolute;
		left: 58%;
		z-index: 4;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position5 {
		cursor: pointer;
		position: absolute;
		left: 76%;
		z-index: 3;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}


	/*--------------------*/
	.promos {
		text-align: center;
		height: 450px;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin-top: 30px;
		display: inline-block;
		width: 240px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 280px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}

}

/*-----------------------------------------------Reviews-----------------------------------------------------------*/

/*------------------class-position--------------*/

.position1 {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	transform: scale(0.7, 0.7);
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	left: 3%;
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}

.position2 {
	cursor: pointer;
	position: absolute;
	left: 20%;
	z-index: 2;
	transform: scale(0.9, 0.9);
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}

.position3 {
	cursor: pointer;
	position: absolute;
	z-index: 9;
	left: 40%;
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}

.position4 {
	cursor: pointer;
	position: absolute;
	left: 60%;
	z-index: 4;
	transform: scale(0.9, 0.9);
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}

.position5 {
	cursor: pointer;
	position: absolute;
	left: 77%;
	z-index: 3;
	transform: scale(0.7, 0.7);
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}

/*--------------------*/
.promos {
	position: relative;
	text-align: center;
	height: 450px;
	margin: 50px auto 0;
}

.block-promos {
	text-align: center;
	padding: 0;
}

.promo {
	display: inline-block;
	width: 270px;
	margin-top: 30px;
	background: #fff;
	color: #f9f9f9;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.promo .price {
	display: block;
	width: 280px;

	margin: 15px 0 10px 0;
	text-align: center;
	font-size: 23px;
	padding: 17px 0 17px 0;
}

.top {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 0 0;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.price {
		padding: 0;
	}

	.sl-price {
		display: block;
	}

	.price {
		position: relative;
		margin-bottom: 60px;
		color: #fff;
		text-align: center;
		padding-bottom: 70px;
	}

	.price_p {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 16px;
	}

	.block-price {
		background: #fff;
		text-align: center;
		border-radius: 5px;
		width: 220px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 24px;
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.block-price_p2 {
		font-size: 50px;
	}

	.rub {
		position: absolute;
		width: 20px;
		display: block;
		right: 40px;
		top: 40%;
	}

	.rub2 {
		position: absolute;
		width: 20px;
		display: block;
		right: 25px;
		top: 40%;
	}

	.rub1 {
		position: absolute;
		width: 20px;
		display: block;
		right: 48px;
		top: 40%;
	}

	.block-price_p3 {
		font-size: 16px;
	}

	.btn_block-price {
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.btn_block-price2 {
		font-size: 16px;
		margin-bottom: 28px;
		padding: 15px 30px;
		border: 2px solid #dc4343;
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.btn_block-price2:hover {
		color: #fff;
	}

	/*---------------class-transform---------*/
	.mini {
		position: absolute;
		transform: scale(1, 1);
		-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	}

	.average {
		transform: scale(1, 1);
		-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	}

	/*------------------class-position--------------*/
	.position {
		cursor: pointer;
		position: static;
		z-index: 1;
	}

	.position5 {
		cursor: pointer;
		position: static;
		left: 38%;
		top: -100%;
		z-index: 3;
	}

	.position2 {
		cursor: pointer;
		position: static;
		left: -7%;
		z-index: 2;
	}

	.position4 {
		cursor: pointer;
		position: static;
		left: -15%;
		z-index: 4;
	}

	.position3 {
		cursor: pointer;
		position: static;
		z-index: 9;
		left: 0%;
	}

	/*--------------------*/
	.bloc-top {
		position: relative;
	}

	.block-promos {
		display: none;
	}

	.promos {
		text-align: center;
		height: auto;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin: 30px 15px;
		display: inline-block;
		width: 220px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 220px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.price-angle-left {
		position: absolute;
		left: 40%;
		top: 86%;
		z-index: 11;
	}

	.price-angle-right {
		position: absolute;
		right: 40%;
		top: 86%;
		z-index: 12;
	}

	.price {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}

	.price_p {
		padding-top: 20px;
		padding-bottom: 40px;
		font-size: 16px;
	}

	.block-price {
		width: 200px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.block-price_p2 {
		font-size: 45px;
	}

	.rub {
		width: 22px;
	}

	.block-price_p3 {
		font-size: 16px;
	}

	.btn_block-price {
		font-size: 16px;
		padding: 13px 20px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 35px;
		margin-bottom: 40px;
	}

	.btn_block-price2 {
		font-size: 16px;
		margin-bottom: 30px;
		padding: 13px 20px;
		border: 2px solid #dc4343;
		margin-top: 35px;
		margin-bottom: 40px;

	}

	/*------------------class-position--------------*/
	.position1 {
		cursor: pointer;
		position: absolute;
		z-index: 1;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		left: -5%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position2 {
		cursor: pointer;
		position: absolute;
		left: 15%;
		z-index: 2;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position3 {
		cursor: pointer;
		position: absolute;
		z-index: 9;
		left: 35%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position4 {
		cursor: pointer;
		position: absolute;
		left: 57%;
		z-index: 4;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position5 {
		cursor: pointer;
		position: absolute;
		left: 75%;
		z-index: 3;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	/*--------------------*/
	.promos {
		text-align: center;
		height: 450px;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin-top: 30px;
		display: inline-block;
		width: 200px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 280px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}

}

@media (min-width: 992px) and (max-width: 1200px) {
	.price-angle-left {
		position: absolute;
		left: -1%;
		top: 47%;
		z-index: 11;
	}

	.price-angle-right {
		position: absolute;
		right: -1%;
		top: 47%;
		z-index: 12;
	}

	.price {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}

	.price_p {
		padding-top: 60px;
		padding-bottom: 40px;
		font-size: 18px;
	}

	.block-price {
		width: 240px;
		display: inline-block;
	}

	.block-price_p1 {
		font-size: 28px;
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.block-price_p2 {
		font-size: 60px;
	}

	.rub {
		width: 26px;
	}

	.block-price_p3 {
		font-size: 18px;
	}

	.btn_block-price {
		font-size: 18px;
		padding: 15px 30px;
		border-radius: 40px;
		border: 2px solid #acacac;
		margin-top: 45px;
		margin-bottom: 40px;
	}

	.btn_block-price2 {
		font-size: 18px;
		margin-bottom: 30px;
		padding: 15px 30px;
		border-radius: 40px;
		border: 2px solid #dc4343;
		margin-top: 45px;
		margin-bottom: 40px;

	}

	/*------------------class-position--------------*/
	.position1 {
		cursor: pointer;
		position: absolute;
		z-index: 1;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		left: 0%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position2 {
		cursor: pointer;
		position: absolute;
		left: 18%;
		z-index: 2;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position3 {
		cursor: pointer;
		position: absolute;
		z-index: 9;
		left: 38%;
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position4 {
		cursor: pointer;
		position: absolute;
		left: 58%;
		z-index: 4;
		transform: scale(0.9, 0.9);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}

	.position5 {
		cursor: pointer;
		position: absolute;
		left: 76%;
		z-index: 3;
		transform: scale(0.7, 0.7);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
		-webkit-transition: all 1s ease-out 0.5s;
		-moz-transition: all 1s ease-out 0.5s;
		-o-transition: all 1s ease-out 0.5s;
		transition: all 1s ease-out 0.5s;
	}


	/*--------------------*/
	.promos {
		text-align: center;
		height: 450px;
		margin: 50px auto 0;
		width: 100%;
	}

	.block-promos {
		text-align: center;
		padding: 0;
	}

	.promo {
		margin-top: 30px;
		display: inline-block;
		width: 240px;
		color: #f9f9f9;
		border-radius: 5px;
	}

	.promo .price {
		display: block;
		width: 280px;
		background: #292b2e;
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: 23px;
		padding: 17px 0 17px 0;
	}

}

/*-----------------------------------------------Reviews-----------------------------------------------------------*/
.fa-angle-left, .fa-angle-right {
	color: #ff5151;
	font-size: 40px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.fa-angle-left {
	padding: 7px 22px 7px 18px;
}

.fa-angle-right {
	padding: 7px 18px 7px 22px;
}

.fa-angle-left:hover {
	color: #fff;
	background: #ff5151;
}

.fa-angle-right:hover {
	color: #fff;
	background: #ff5151;
}

/*------------------------------------------------stock-------------------------------------------------------------------*/
.stock {
	background: #fff;
	position: relative;
	padding-bottom: 55px;
	padding-top: 30px;
}

.tablet {
	position: absolute;
	left: -15px;
	top: 20px;
	width: 100%;
}

.tablet2 {
	display: none;
}

.stock_h {
	font-size: 24px;
	font-family: HelveticaNeueCyr-ROMAN;
	line-height: 1.42857143;
}

.stock_p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
	padding-bottom: 33px;
	padding-top: 10px;
	line-height: 1.42857143;
}

.header__btn2 {
	font-size: 18px;
	background: #dc4343;
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #fff;
	margin-bottom: 30px;
	padding: 18px 40px;
	border-radius: 40px;

}

.header__btn2:hover {
	color: #fff;
}

.header__btn2: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;
	-webkit-box-shadow: 0px 1px 42px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 42px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 42px -4px rgba(0, 0, 0, 0.75);
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.tablet2 {
		display: block;
		width: 100%;
	}

	.stock {
		background: #fff;
		border-radius: 5px;
		position: relative;
		padding-bottom: 35px;
	}

	.tablet {
		display: none;
		position: absolute;
		left: -15px;
		top: -255px;
		width: 100%;
	}

	.stock_h {
		font-size: 20px;
	}

	.stock_p {
		font-size: 16px;
		padding-bottom: 33px;
		padding-top: 10px;
	}

	.header__btn2 {
		font-size: 16px;
		margin-bottom: 30px;
		padding: 15px 30px;
		border-radius: 40px;

	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.stock {
		background: #fff;
		border-radius: 5px;
		position: relative;
		padding-bottom: 35px;
	}

	.tablet {
		position: absolute;
		left: -15px;
		top: 20px;
		width: 100%;
	}

	.stock_h {
		font-size: 20px;
	}

	.stock_p {
		font-size: 16px;
		padding-bottom: 33px;
		padding-top: 10px;
	}

	.header__btn2 {
		font-size: 16px;
		margin-bottom: 30px;
		padding: 15px 30px;
		border-radius: 40px;

	}

}

/*-----------------------------------------------Advantage---------------------------------------------------------*/
.advantage-block__p {
	width: 530px;
	margin: 0 auto;
	text-align: center;
	font-size: 23px;
	font-family: HelveticaNeueCyr-THIN;
	padding-bottom: 50px;
}

.advantage {
	padding-bottom: 80px;
	padding-top: 60px;
}

.advantage_h {
	padding-bottom: 70px;
}

h5 {
	font-family: HelveticaNeueCyr-ROMAN;
	font-size: 24px;
}

.followers-landing .advantage_h {
	width: 530px;
	margin: 0 auto 15px;
	padding-bottom: 0px;
}

.followers-landing h5 {
	min-height: 60px;
}

.analytic-landing, .instashpion-landing h5 {
	font-family: HelveticaNeueCyr-Light;
	font-size: 22px;
	color: #606060;
}

.advantage-block {
	padding-bottom: 20px;
}

.advantage__figure {
	text-align: center;
	padding-bottom: 20px;
}

.advantage_p {
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	color: #606060;
}

.proba {
	text-align: center;
}

.btn-proba {
	margin: 0px auto 40px;

	background: #dc4343;
	font-size: 18px;
	font-family: HelveticaNeueCyr-MEDIUM;
	color: #fff;
	padding: 18px 40px;
	border-radius: 40px;
}

.btn-proba:hover {
	color: #fff;
	-webkit-box-shadow: 0px -1px 50px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -1px 50px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -1px 50px -8px 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;
}

.proba_p {
	max-width: 650px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	margin: 10px auto 0;
	color: #606060;
}

.proba_p2 {
	max-width: 650px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 16px;
	margin: 10px auto 65px;
	color: #606060;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.btn-proba {
		margin: 0px auto 40px;

		background: #dc4343;
		font-size: 15px;
		font-family: HelveticaNeueCyr-MEDIUM;
		color: #fff;
		padding: 18px 40px;
		border-radius: 40px;
	}

	.btn-proba:hover {
		color: #fff;
		-webkit-box-shadow: 0px -1px 50px -8px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px -1px 50px -8px rgba(0, 0, 0, 0.75);
		box-shadow: 0px -1px 50px -8px 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;
	}

	.proba_p {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 650px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
		margin: 10px auto 0;
		color: #606060;
	}

	.proba_p2 {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 650px;
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
		margin: 10px auto 65px;
		color: #606060;
	}

	h5 {
		min-height: 40px;
	}

	.service-instashpion_p {
		font-size: 15px;
	}

	.advantage {
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.advantage_h {
		padding-bottom: 30px;
	}

	.advantage-block {
		padding-bottom: 20px;
	}

	.advantage__figure {
		text-align: center;
	}

	h5 {
		font-family: HelveticaNeueCyr-ROMAN;
		font-size: 18px;
	}

	.advantage_p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 14px;
		color: #606060;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.advantage {
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.advantage_h {
		padding-bottom: 30px;
	}

	.advantage-block {
		padding-bottom: 20px;
	}

	.advantage__figure {
		text-align: center;
		width: 270px;
		height: 300px;
		margin: 0 auto;
	}

	h5 {
		font-family: HelveticaNeueCyr-ROMAN;
		font-size: 18px;
	}

	.advantage_p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 14px;
		color: #606060;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.advantage {
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.advantage_h {
		padding-bottom: 30px;
	}

	.advantage-block {
		padding-bottom: 20px;
	}

	.advantage__figure {
		text-align: center;
	}

	h5 {
		font-family: HelveticaNeueCyr-ROMAN;
		font-size: 18px;
	}

	.advantage_p {
		font-family: HelveticaNeueCyr-Light;
		font-size: 14px;
		color: #606060;
	}
}

/*--------------------------------------------------stock2------------------------------------------------------------------*/
.stock2 {
	margin-bottom: 70px;
	background: #fff;
	padding: 0;
}

.stock-content {
	padding: 150px 20px 20px 50px;
}

.model-img {
	padding: 0;
}

.model {
	width: 100%;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.stock-content {
		padding: 50px 20px 20px 25px;
	}

	.model {
		max-width: 400px;
	}

	.model-img {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.stock-content {
		padding: 50px 20px 20px 50px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.stock-content {
		padding: 100px 20px 20px 50px;
	}
}

@media (min-width: 1200px) {
	body.ru .header .nav-top > a {
		padding: 7px 7px;
	}
}

/*------------------------------------------------------social network---------------------------------------------------------------*/
.block-social_network {
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.network_img {
	position: absolute;
	top: -43px;
	left: 45%;
}

.social_network_h {
	max-width: 370px;
	margin: 0 auto;
}

.social_network_p {
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light !important;
	color: #606060 !important;
	max-width: 400px !important;
	margin: 0 auto !important;
	padding-top: 25px;
	padding-bottom: 25px !important;
	text-align: center !important;
}

.network {
	font-size: 24px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	padding-top: 15px;
	padding-left: 2px;
	margin-right: 7px;
	margin-left: 7px;
}

.fa-twitter, .fa-vk {
	background: #55acee;
}

.fa-twitter:hover, .fa-vk:hover {
	background: #3991d3;
}

.fa-facebook-official {
	background: #3b5998;
}

.fa-facebook-official:hover {
	background: #304d89;
}


.fa-instagram {
	background: #e12f67;
}

.fa-instagram:hover {
	background: #d22259;
}

/*====================================================media=========================================================================*/
@media (max-width: 400px) {
	.network_img {
		width: 70px;
		top: -33px;
		left: 40%;
	}

	#downloadApp {
		height: auto;
	}
}

@media (max-width: 767px) {
	.input-group {
		max-width: 330px;
		margin: 0 auto;
	}

	.stylish-input-group .form-control {
		border-right: 0;
		box-shadow: 0 0 0;
		border-color: #ccc;
		height: 60px;
		font-size: 11px;
		font-family: HelveticaNeueCyr-Light;
	}

	.social_network_h {
		max-width: 270px;
		margin: 0 auto;
	}

	.social_network-col {
		padding: 0;
	}

	h3 {
		font-size: 27px;
	}

	.block-social_network {
		padding-left: 15px;
		padding-right: 15px;
	}

	.social_network_p {
		font-size: 14px;
		font-family: HelveticaNeueCyr-Light;
		color: #606060;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.network {
		font-size: 22px;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		color: #fff;
		padding-top: 12px;
		padding-left: 2px;
		margin-right: 7px;
		margin-left: 7px;
	}

	.network_img {
		width: 70px;
		top: -33px;

	}
}

@media (min-width: 768px) and (max-width: 991px) {
	h3 {
		font-size: 32px;
	}
}

/*------------------------------------------------------Banner----------------------------------------------------------*/
.block-baneer {
	text-align: center;
	background-image: url("../img/Banner.jpg");
	background-size: cover;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 45px;
}

.banner_h {
	font-family: HelveticaNeueCyr-Light;
	font-size: 24px;
	padding-bottom: 30px;
	color: #fff;
}

/*====================================================media=========================================================================*/
@media (max-width: 767px) {
	.block-baneer {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 25px;
	}

	.banner_h {
		font-size: 18px;
		padding-bottom: 30px;
		color: #fff;
	}

	.banner-col {
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.block-baneer {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 25px;
	}

	.banner_h {
		font-size: 22px;
		padding-bottom: 30px;
		color: #fff;
	}
}

.block-social_network h3 {
	font-size: 40px;
	font-family: HelveticaNeueCyr-THIN;
	text-align: center;
}

/*---------------------------------------------------------subscription---------------------------------------------------------------*/

.stylish-input-group .input-group-addon {
	background: white !important;
	color: #00c046;
}

.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	height: 60px;
	font-size: 16px;
	font-family: HelveticaNeueCyr-Light;
}

.input-group.stylish-input-group {
	-webkit-box-shadow: 0px 6px 55px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 55px -11px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 55px -11px rgba(0, 0, 0, 0.75);
	border-radius: 6px;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

.has-error .form-control {
	border-color: #a94442 !important;
}

.acc-loading {
	height: 628px;
}

.acc-wrapper {
	padding: 5px 0px !important;
}

.pro-block, .row.sub-header {
	border-radius: 10px;
}

@media (max-width: 767px) {
	.header .logo img {
		width: inherit;
		margin: -5px 0px 0px 15px;
	}
}

.acc-pane-inside, .panel.panel-settings {
	background: #fff;
	border: 0px solid #fff;
	-webkit-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.btn-direct-block {
	-webkit-user-drag: none !important;
}

.direct-block-message {
	display: none;
}

.btn-direct-block {
	display: block !important;
}

.try-7-days {
	background-color: #d3d3d3;
	height: 70px;
	border: 2px solid black;
	font-size: 24px;
	font-family: HelveticaNeueCyr-THIN;
	font-weight: bold;
	padding: 12px 10px 12px 25px;
}

.try-7-days > a {
	border-color: #bbb650;
	background-color: #fff750;
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin-left: 16px;
	width: 120px;
	font-family: HelveticaNeueCyr-Medium;
	box-shadow: inset 0px 5px 30px #00000014;

}

.try-7-days > a:hover,
.try-7-days > a:active,
.try-7-days > a:visited,
.try-7-days > a:focus {
	color: black;
	border-color: #bbb83f;
	background-color: #fff328;
	box-shadow: inset 2px 3px 8px #00000030;
}

@media (max-width: 767px) {
	.settings-container .acc-act-set.visible-xs .dropdown-menu {
		width: 100%;
	}

	.settings-container .acc-act-set.visible-xs figure {
		width: 100%;
	}
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}