/*
$grid-breakpoints: (xs: 0, sm: 320px, md: 760px, lg: 1024px, xl: 1200px);
$container-max-widths: (sm: 1200px, md: 1200px, lg: 1200px, xl: 1200px);
*/

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.eas {
	transition: all ease-out 0.2s;
}

.header-inner {
	overflow: hidden;
	background-image: -ms-linear-gradient(180deg, #1d5fca 0%, #286ee0 100%);
	padding-bottom: 15px;
}

.header-inner:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(https://w1.webmisi.net/assets/theme/images/bg-header-right.svg?v=2) no-repeat 0px bottom;
	background-size: 640px auto;
	bottom: 0;
	width: 396px;
	opacity: 0.8;
}

.header-account {
	padding-bottom: 15px;
	padding-bottom: 15px;
	background: #252b56;
	position: relative;
	overflow: hidden;
}

.header-account:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(https://w1.webmisi.net/assets/theme/images/bg-header-account.svg?v=3) no-repeat 0px bottom;
	background-size: 350px 70px;
	bottom: 0;
	width: 351px;
}

.xtitle {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.xtitle h1 {
	font-size: 32px;
	color: #252b56;
}

.xtitle h1 span {
	font-weight: normal;
}

.xtitle .flaticon-check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #69e782;
	font-size: 10px;
	margin-left: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xtitle-breadcrumb {
}
.xtitle-breadcrumb a {
	font-size: 36px;
	color: #266bdb;
}
.xtitle-breadcrumb span {
	font-size: 18px;
	padding: 0 15px;
	color: #76798b;
}
/* @Group Support */

.supbox > div {
	margin-bottom: 25px;
}

.supbox-item {
	border: 1px solid #f1f5f8;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all ease-out 0.2s;
	background: #ffffff;
}

.supbox-item-caption {
	padding: 20px 30px;
	display: flex;
	align-items: center;
}

.supbox-item-caption i {
	color: #605ca7;
	margin-right: 5px;
	font-size: 20px;
}

.supbox-item-caption strong {
	font-size: 16px;
	color: #252b56;
	text-transform: uppercase;
}

.supbox-item-text {
	padding: 0 30px 25px;
	color: #a4b0b9;
	font-size: 14px;
	line-height: 1.9;
}

.supbox-item-text a {
	color: #a4b0b9;
}

.supbox-item-foot {
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
}

.supbox-item-foot a {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #605ca7;
	background: #f1f5f8;
	transition: all ease-out 0.2s;
	text-decoration: none;
}

.supbox-item:hover {
	border: 1px solid #605ca7;
}

.supbox-item:hover .supbox-item-foot a {
	color: #fff;
	text-decoration: none;
	background: #605ca7;
}

.supform {
	margin-top: 25px;
	border-top: 1px solid #f1f5f8;
	padding-top: 50px;
}
.supform-infobox {
	font-size: 15px;
	line-height: 26px;

	background: #f1f5f8;
	padding: 15px 20px;
	border-radius: 7px;
}

.supform-caption {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #252b56;
	display: flex;
	align-items: center;
}

.supform-caption i {
	color: #605ca7;
	font-size: 23px;
	margin-right: 10px;
}

.supform .form .g {
	margin-top: 20px;
}

.supform .form .b {
	margin-top: 20px;
}

.supform .form .b .btn {
	width: 180px;
}

.supform .form textarea {
	height: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.supform-info {
	margin-top: 20px;
}

.supform-info .t1 {
	line-height: 1.9;
	color: #a4b0b9;
}

.supform-info .t2 {
	margin-top: 30px;
	margin-bottom: 50px;
}

.supform-info .t2 li {
	margin-bottom: 20px;
	align-items: center;
}

.supform-info .t2 li a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #252b56;
	font-weight: bold;
}

.supform-info .t2 li a span {
	transition: all ease-out 0.2s;
	color: #252b56;
}

.supform-info .t2 li a:hover span {
	color: #605ca7;
}

.supform-info .t2 li a:hover i {
	color: #605ca7;
}

.supform-info .t2 li i {
	margin-right: 10px;
	color: #605ca7;
	font-size: 16px;
	transition: all ease-out 0.2s;
}

.supform-info .t3 {
	color: #a4b0b9;
	margin-top: 45px;
}

/* @end */

/* @Group Help */

.aside-menu {
	border: 1px solid #f1f5f8;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.aside-menu {
		margin-top: 30px;
	}
}
.aside-menu li a {
	height: 52px;
	display: flex;
	padding-left: 20px;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	color: #252b56;
	transition: all ease-out 0.2s;
	background: #ffffff;
}

.aside-menu li a:hover {
	color: #ff5459;
}

.aside-menu li a.active {
	color: #ff5459;
}

.aside-menu li + li a {
	border-top: 1px solid #f1f5f8;
	background: #fff;
}

.question-box {
	margin-top: 40px;
	border-radius: 10px;
	background: #ff5459;
	text-align: center;
	padding: 45px 10px;
	position: relative;
	overflow: hidden;
}

.question-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg-question.png) no-repeat -70px 20px;
	background-size: 470px auto;
}

.question-box .t {
	font-size: 22px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.question-box .btn {
	position: relative;
	z-index: 1;
	width: 180px;
	margin: 15px auto 0;
}

.help {
	border-bottom: 1px solid #f1f5f8;
}

.help-row {
	flex-direction: row-reverse;
}

.help-list {
	margin-bottom: 35px;
}

.help-caption {
	border-radius: 10px;
	min-height: 50px;
	display: flex;
	align-items: center;
	background-image: -ms-linear-gradient(0deg, #f1f5f8 0%, white 100%);
}

.help-caption h2 {
	font-size: 34px;
	line-height: 1.2;
	color: #252b56;
	margin-top: 2px;
}

.help-caption h3 {
	font-size: 20px;
	color: #252b56;
	margin: 0;
}

.help h5 {
	margin: 0 !important;
	cursor: pointer;
	display: inline;
	color: #252b56;
	height: 74px;
	display: flex;
	align-items: center;
	font-size: 16px !important;
}

.help h5:before {
	content: "+";
	display: block;
	font-size: 32px;
	width: 19px;
	line-height: 1;
	color: #605ca7;
	font-weight: normal;
	margin-right: 15px;
}

.help-content {
	display: none;
	margin-left: 34px;
	margin-top: -10px;
	font-size: 14px;
	line-height: 1.9;
	color: #76798b;
	padding-bottom: 25px;
}

.help-content p + p {
	margin-top: 18px;
}

.help.is_open h5:before {
	content: "-";
}
.help-content ul {
	padding-left: 10px;
	margin-bottom: 10px;
}
.help-content ul li {
	list-style: disc;
	margin-left: 15px;
}

/* @end */

/* @Group Error pages */
.error-page {
	text-align: center;
	padding: 120px 20px 50px 20px;
	font-size: 16px;
}
.error-page h1 {
	text-align: center;
	color: #252b56;
	width: 100%;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

.error-page p {
	color: #252b56;
}

.error-page h2 {
	text-align: center;
	color: #ff555a;
	width: 100%;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 15px;
}

.error-page .buttons {
	text-align: center;
	margin: 40px auto 0 auto;
}
.error-page .buttons .btn {
	margin: 5px;
	width: 160px !important;
	display: inline-block;
	height: 42px;
	line-height: 42px;
}
.error-page .buttons .btn-g {
	font-weight: bold;
}
.error-page .error-code {
	width: 250px;
	margin: 0 auto;
}
.payment-page .xtitle img {
	width: 300px;
	margin: -50px auto 0 auto;
}
.payment-page .xtitle .small-svg {
	height: 100px;
}
.payment-page {
	padding-top: 100px;
}
.payment-page .col-lg-desc {
}
.payment-form {
	padding: 30px 0;
	margin: 0 auto;
	width: 760px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.order-creation-error {
	text-align: left;
	background: #f8fafb;
	padding: 15px 25px;
	margin: 20px 20px 0 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: 500;
	color: #252b56;
}
.payment-form h1 {
	color: #252b56;
}
.payment-form h1 .icon {
	height: 30px;
	line-height: 1px;
	vertical-align: middle;
	margin-top: -5px;
}
.payment-form .box {
	position: relative;
	margin: 20px;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.5);
	background: #fff;
	border-radius: 6px;
	padding: 20px 20px 25px 20px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.payment-form .box h3 {
	color: #252b56;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.payment-form .box h3:after {
	position: absolute;
	bottom: -15px;
	left: 0px;
	height: 2px;
	width: 80px;
	content: "";
	background: #efefef;
}
.payment-form .box .line {
	line-height: 28px;
	color: #70748d;
}
.payment-form .box .line .l {
	float: left;
	width: 200px;
}
.payment-form .box .line .r {
	float: left;
	font-size: 16px;
}
.payment-form .box .line .l2,
.payment-form .box .line .r2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #252b56;
}
.payment-form .box .line sup {
	font-weight: normal;
	display: inline-block;
	position: relative;
	top: -px;
	font-size: 9px;
	letter-spacing: 2px;
}
.payment-form .box .line .r2 sup {
	top: -6px;
	font-size: 10px;
}
.payment-form form {
	padding: 0 25px;
}
.payment-form .btn {
	margin: 5px 0;
	width: 240px !important;
	font-weight: bold;
	float: right;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	float: right;
	font-size: 15px;
}
.payment-form .btn-0 {
	background: transparent;
	font-weight: normal;
	width: 110px !important;
	float: left;
}
.payment-form .btn-back {
	background: transparent;
	width: 100% !important;
	padding: 0px 40px 0 0 !important;
}
.payment-form .no-gates {
	color: #ec4141;
	font-weight: bold;
}
.payment-form .methods {
	clear: both;
}
.payment-form .method {
	height: 48px;
	width: 103px;
	padding: 0 10px;
	line-height: 1px;
	background: #f8fafb;
	border: 2px solid #f8fafb;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	float: left;
	cursor: pointer;
}
.payment-form .method img {
	line-height: 1px;
	vertical-align: middle;
	margin-top: -2px;
}
.payment-form .method:hover {
	border-color: #e0e7eb;
	background: #fff;
}
.payment-form .method.active {
	border-color: #286ee0;
	background: #fff;
}
/* @end */

/* @Group Static */
.static {
	line-height: 30px;
	font-size: 15px;
}
.static p {
	margin-bottom: 20px;
}
.static h2,
.static h3,
.static h4,
.static h5 {
	margin: 0;
	color: #252b56;
	font-size: 18px;
	line-height: 1.3;
	margin: 3px 0 10px 0;
}
.static h3:first-child,
.static h4:first-child,
.static h5:first-child {
	margin-top: 0px;
}

.static h2 {
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.static h3 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.static h4 {
	font-size: 20px;
	line-height: 1.4;
}

.static p {
	color: #252b56;
}

.static ul {
	padding-left: 10px;
	margin-bottom: 10px;
	color: #252b56;
}
.static ul li {
	margin-left: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}

.static ul li:before {
	content: "\f100";
	font-family: Flaticon !important;
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	color: #605ca7;
}

.static ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.static ol li {
	list-style: decimal;
	margin-left: 15px;
}
/* @end */

/* @Group Catalog */

.catalog-top {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.catalog-top .xtitle {
	margin-top: 0;
	margin-bottom: 0;
}

.catalog-desc {
	margin-top: 30px;
	color: #76798b;
	line-height: 1.9;
}

.catalog-desc p + p {
	margin-top: 18px;
}

.sort-wp {
	display: flex;
	position: relative;
	padding-left: 108px;
}

.sort-info {
	padding-left: 50px;
	text-align: right;
}

.sort-info strong {
	display: block;
	color: #252b56;
}

.sort-info span {
	font-size: 12px;
	color: #76798b;
}

.xselect {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 108px;
	display: block;
	height: auto;
	margin-top: -15px;
	padding-top: 15px;
	overflow: hidden;
}

.xselect-caption {
	cursor: pointer;
	padding-left: 15px;
	border-right: 1px solid #f1f5f8;
}

.xselect-caption strong {
	color: #252b56;
}

.xselect-caption span {
	font-size: 12px;
	color: #76798b;
}

.xselect-caption i {
	color: #252b56;
	font-size: 11px;
	margin-left: 5px;
}

.xselect-drop {
	display: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border-top: 1px solid #f1f5f8;
	text-align: left;
}

.xselect-drop a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	font-size: 13px;
	color: #252b56;
	text-decoration: none;
	transition: all ease-out 0.2s;
}

.xselect-drop a:hover {
	background-color: #f1f5f8;
}

.xselect.opened {
	box-shadow: 0px 10px 30px 0px rgba(82, 92, 110, 0.2);
	border-radius: 5px;
	background: #fff;
}

.xselect.opened .xselect-drop {
	display: block;
}

.xselect.opened .xselect-caption {
	border-right: none;
	background: #fff;
}

.xselect.opened .xselect-caption:hover {
	background: #fff;
}

.icon {
	display: inline-block;
}

.icon-instagram {
	background: url(https://w1.webmisi.net/assets/theme/images/svg/select-instagram.svg) no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.icon-youtube {
	background: url(https://w1.webmisi.net/assets/theme/images/svg/select-youtube.svg) no-repeat center center;
	background-size: 20px 14px;
	width: 20px;
	height: 14px;
}

.socradio {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}

.socradio input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.socradio-item {
	position: relative;
	height: 42px;
	width: 50%;
	background: #fff;
	cursor: pointer;
	border-radius: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.socradio-item label {
	cursor: pointer;
	position: absolute;
	border: 1px solid #d7dee2;
	left: 0;
	right: 0;
	top: 0px;
	height: 42px;
	border-radius: 21px;
	z-index: 2;
	transition: border-color ease-in-out 0.2s;
}

.socradio-item span {
	color: #252b56;
	margin-left: 5px;
	position: relative;
	line-height: 1;
	transition: all ease-out 0.2s;
}

.socradio-item .flaticon-check {
	opacity: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #266cdd;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: -6px;
	right: 0;
	z-index: 3;
	transition: all ease-out 0.2s;
}

.socradio-item input:checked ~ label {
	border: 2px solid #266cdd;
}

.socradio-item input:checked ~ .flaticon-check {
	opacity: 1;
}

.socradio-item input:checked ~ span {
	text-shadow: 0 0 0.7px #252b56, 0 0 0.7px #252b56;
	z-index: 1;
}

.socradio-item input:checked ~ i {
	z-index: 3;
}

.filter-wp {
	background-color: #fff;
	border: 1px solid #f1f5f8;
	border-radius: 10px;
	padding: 25px 20px 30px;
}

.filter-wp .g {
	margin-bottom: 15px;
}

.filter-wp .g .i {
	font-size: 13px;
	color: #76798b;
	margin-bottom: 5px;
}

.filter-wp .b {
	margin-top: 25px;
}

.filter-wp .b .btn {
	width: 100%;
	height: 42px;
}

.filter-wp .b .btn i {
	margin-right: 10px;
}

.filter-mob-link {
	display: none;
	height: 42px;
	background: #e7e8f2;
	border-radius: 21px;
	padding-left: 5px;
	padding-right: 5px;
	width: 145px;
	justify-content: center;
	align-items: center;
	color: #252b56;
	font-weight: bold;
	transition: all ease-out 0.2s;
}

.filter-mob-link i {
	font-size: 12px;
	margin-right: 7px;
}

.filter-mob-link:hover {
	color: #252b56;
	background: #dddeed;
}

.filter-mob-close {
	display: none;
	position: absolute;
	z-index: 1;
	padding: 3px;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-size: 17px;
	line-height: 1;
}

.filter-mob-close a {
	color: #a4b0b9;
	text-decoration: none !important;
	transition: all ease-out 0.2s;
}

.filter-mob-close a:hover {
	color: #909ea9;
}

.guid-item {
	position: relative;
	display: flex;
	padding: 28px;
	border: 2px solid #fff;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
	border-radius: 5px;
	transition: all ease-out 0.2s;
}
.guid-item-empty {
	text-align: center;
	color: #76798b;
	position: relative;
	width: 100%;
	padding: 150px 0 0 0;
}
.guid-item-empty h3 {
	display: block !important;
	position: relative;
	width: 100%;
	color: #252b56;
}
.guid-item ._link {
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	text-decoration: none;
	border: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.guid-item-img img {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.guid-item-img.__border img {
	border: 4px solid #69e782;
}

.guid-item-img.__border2 img {
	border: 3px solid #d7e2e4;
}

.guid-item-info {
	margin-left: 5px;
	width: 100%;
}

.guid-item-info .flexgeneral {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.guid-item-info .fleximg {
	flex: 0 0 24%;
	max-width: 24%;
	margin-right: 20px;
}

.guid-item-info .fleximg img {
	width: 100%;
	border-radius: 10px;
}

.guid-item-info .flextext {
	flex: 0 0 72%;
	max-width: 72%;
}

@media screen and (max-width: 600px) {
	.guid-item-info .fleximg {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0px;
	}

	.guid-item-info .flextext {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
}

.guid-item p {
	font-size: 15px;
	color: #252b56;
	line-height: 2;
	margin-bottom: 15px;
}

.guid-item:hover {
	border: 2px solid #605ca7;
}

.guid-item:hover .guid--head strong {
	color: #605ca7;
}

.guid--head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.guid--head strong {
	font-size: 20px;
	color: #252b56;
	transition: all ease-out 0.2s;
}

.guid--head .flaticon-check {
	display: block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #69e782;
	color: #fff;
	font-size: 11px;
	text-align: center;
	z-index: 9;
}

.guid--head .closedep {
	height: 20px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #90a4b3;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #90a4b3;
	text-transform: uppercase;
	padding-left: 7px;
	padding-right: 7px;
}

.guid--head .closedep a {
	color: #90a4b3;
	text-decoration: unset;
}

.guid--head .reinvestdep {
	height: 20px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #3879dc;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #3879dc;
	text-transform: uppercase;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 2;
}

.guid--head .reinvestdep a {
	color: #3879dc;
	text-decoration: unset;
}

.guid--head .favorite {
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
	margin-left: 10px;
}

.guid--head .favorite a {
	text-decoration: none;
}

.guid--head .favorite i {
	color: #aeb1c2;
	font-size: 17px;
}

.guid--head .favorite:hover i {
	color: #ff5459;
}

.guid--price {
	position: absolute;
	right: 30px;
	top: 25px;
	text-align: right;
}

.guid--price span {
	display: block;
	font-size: 12px;
	color: #76798b;
	text-align: right;
}

.guid--price strong {
	text-align: right;
	font-size: 24px;
	color: #605ca7;
	line-height: 1.2;
}

.guid--rating {
	position: absolute;
	right: 25px;
	top: 25px;
	font-weight: bold;
	color: #9ea1b7;
	font-size: 16px;
}

.guid--rating .flaticon-like {
	font-size: 17px;
	color: #000;
	margin-right: 5px;
}

.guid--rating span {
	font-weight: bold;
}

.guid--rating .bad {
	color: #ff5459;
}

.favorite {
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
	margin-left: 10px;
}

.favorite i {
	color: #aeb1c2;
	font-size: 17px;
}

.favorite:hover i {
	color: #ff5459;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination-wp {
	text-align: right;
	margin-top: 10px;
}

.pagination span,
.pagination a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none;
	color: #252b56;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-out 0.2s;
	margin: 0 2px;
	margin-bottom: 30px;
}

.pagination i {
	font-size: 12px;
	line-height: 1;
}

.pagination a:hover {
	color: #fff !important;
	background-color: #8986ca;
}
.pagination a:hover > span {
	color: #fff;
}

.pagination a.active {
	background-color: #605ca7;
	color: #fff;
}

.pagination-cur {
	background-color: #f1f5f8;
	color: #76798b !important;
}

/* @end */

/* @Group Catalog inner */

.back-link {
	display: flex;
	align-items: center;
}

.back-link a {
	font-size: 16px;
	color: #2367d7;
}

.back-link i {
	color: #2367d7;
	font-size: 11px;
	margin-right: 10px;
}

.userbox {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px 25px;
	position: relative;
}

.userbox-img {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.userbox-img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #d7e2e5;
}
.userbox-img.__premium img {
	border: 4px solid #69e782;
}

.userbox .favorite {
	position: absolute;
	left: 20px;
	top: 20px;
	margin: 0;
}

.userbox-online {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 20px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #69e782;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #55d36e;
	text-transform: uppercase;
}
.userbox-online.animate {
	-webkit-animation: onlineanimate 2s linear infinite;
	animation: onlineanimate 2s linear infinite;
	font-weight: bold;
}
@-webkit-keyframes onlineanimate {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes onlineanimate {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes onlineanimate {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.userbox-info {
	text-align: center;
	margin-top: 5px;
}

.userbox-info h4 {
	color: #252b56;
	font-size: 16px;
	margin: 0;
}

.userbox-info .i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #252b56;
}

.userbox-info .i img {
	width: 21px;
	height: 14px;
	border-radius: 3px;
	margin-right: 5px;
}

.userbox-list {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 20px;
}

.userbox-list .item {
	background: #f7fafc;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px 0;
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.userbox-list .item ._link {
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	text-decoration: none;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.userbox-list .item i {
	color: #266cdd;
	font-size: 20px;
	line-height: 1;
}

.userbox-list .item i.flaticon-case {
	font-size: 18px;
}

.userbox-list .item strong {
	color: #252b56;
	line-height: 1;
	margin-top: 8px;
	transition: all ease-out 0.2s;
}

.userbox-list .item span {
	font-size: 13px;
	color: #9ea1b7;
}

.userbox-list .item:hover strong {
	color: #256ada;
}

.userbox-btn {
	margin-top: 22px;
}

.userbox-btn .btn {
	width: 100%;
}

.tarifs-data {
	padding-bottom: 10px;
	position: relative;
}

.tarifs-data-info {
	text-align: center;
	margin-top: 5px;
}

.tarifs-data-info h4 {
	color: #252b56;
	font-size: 16px;
	margin: 0;
}

.tarifs-data-info .i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #252b56;
}

.tarifs-data-info .i img {
	width: 21px;
	height: 14px;
	border-radius: 3px;
	margin-right: 5px;
}

.tarifs-data-list {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 20px;
}

.tarifs-data-list .item {
	background: #f7fafc;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px 0;
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tarifs-data-list .item ._link {
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	text-decoration: none;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.tarifs-data-list .item i {
	color: #b7bacc;
	font-size: 20px;
	line-height: 1;
}

.tarifs-data-list .item i.flaticon-case {
	font-size: 18px;
}

.tarifs-data-list .item strong {
	color: #252b56;
	line-height: 1;
	margin-top: 8px;
	font-size: 16px;
	transition: all ease-out 0.2s;
}

.tarifs-data-list .item span {
	font-size: 13px;
	color: #9ea1b7;
}

.tarifs-data-list .item:hover strong {
	color: #ff5459;
}

.tarifs-data-btn {
	margin-top: 22px;
}

.tarifs-data-btn .btn {
	width: 100%;
}

.aside-title {
	margin-top: 40px;
	margin-bottom: 20px;
}

.aside-title h4 {
	color: #252b56;
	font-size: 26px;
}

.aside-title h4 span {
	font-weight: normal;
}

.uabout .uaboutbox {
	background: #fff;
	border-radius: 10px;
	padding: 25px 0;
	position: relative;
}

.uabout .uaboutbox-top {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f1f5f8;
}

.uabout .uaboutbox-top .i {
	color: #252b56;
	margin-bottom: 5px;
}

.uabout .uaboutbox-top .i i {
	color: #69e782;
	font-size: 16px;
	margin-right: 7px;
}

.uabout .uaboutbox-text {
	font-size: 13px;
	color: #76798b;
	padding: 20px;
	line-height: 1.9;
}

.uabout .uaboutbox-text .__less {
	position: relative;
}

.uabout .uaboutbox-text .__less:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62px;
	background-image: -ms-linear-gradient(
		90deg,
		white 0%,
		rgba(255, 255, 255, 0) 100%
	);
}

.uabout .uaboutbox-text a {
	color: #2367d7;
	font-size: 12px;
}

.uabout .uaboutbox-screens {
	display: flex;
	flex-flow: row wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.uabout .uaboutbox-screens .item {
	flex: 1 33.3333%;
	max-width: 98px;
	padding: 5px;
}

.uabout .uaboutbox-screens .item img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	opacity: 0.7;
}

.udates {
	margin-top: 40px;
	font-size: 13px;
	color: #252b56;
	line-height: 1.9;
}

.offer-item {
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
	border-radius: 5px;
	border: 1px solid #ff0000;
	background: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}
.offer-empty {
	background: #fff;
	border-radius: 5px;
	padding: 100px 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.offer-blocked {
	font-weight: bold;
	font-size: 18px;
	color: red;
}
.offer-item-error,
.offer-item-info {
	background: #f5443d;
	color: #fff;
	width: calc(100% - 40px);
	margin: 15px auto 0 auto;
	padding: 12px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
}
.offer-item-error a {
	color: #f7adaa;
}
.offer-item-error h3,
.offer-item-info h3 {
	font-size: 16px;
}
.offer-item-error .icon,
.offer-item-info .icon {
	font-size: 13px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}
.offer-item-info .icon {
	color: #acaec5;
	margin-right: 2px;
	top: -1px;
}
.offer-item-info {
	background: #f8fafc;
	color: #9fa1b5;
}
.offer-item-info h3 {
	color: #262b53;
}

.offer-item:after {
	content: "";
	position: absolute;
	background-image: -ms-linear-gradient(90deg, red 0%, #f27878 100%);
	border-radius: 3px 0 0 3px;
	top: 0;
	bottom: 0;
	width: 6px;
	left: -1px;
}

.offer-item-head {
	border-bottom: 1px solid #f1f5f8;
	padding: 0 30px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.offer-item--title {
	display: flex;
	align-items: center;
	width: 100%;
}

.offer-item--title .i {
	line-height: 1.2;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.offer-item--title .i strong {
	font-size: 18px;
	color: #252b56;
	display: block;
}

.offer-item--title .i a {
	font-size: 12px;
	color: #2063d0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.offer-item--title .icon-holder {
	position: relative;
}
.offer-item--title .icon {
	margin-right: 20px;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	background: url(https://w1.webmisi.net/assets/theme/images/svg/select-youtube.svg) no-repeat center center;
	background-size: cover;
}
.offer-item--title .icon.youtube {
	background-image: url(https://w1.webmisi.net/assets/theme/images/svg/select-youtube.svg);
}
.offer-item--title .icon.instagram {
	background-image: url(https://w1.webmisi.net/assets/theme/images/svg/select-instagram.svg);
}
.offer-item--title .icon-img {
	margin-right: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 52px;
}
.offer-item--title .icon-label {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 20px;
	height: 20px;
	opacity: 1 !important;
}
.offer-item--price {
	text-align: right;
	line-height: 1.2;
	flex-shrink: 0;
}

.offer-item--price span {
	display: block;
	color: #76798b;
	font-size: 12px;
}

.offer-item--price strong {
	font-size: 24px;
	color: #ff5459;
}

.offer-item-text {
	padding: 25px 20px;
	padding-bottom: 5px;
	padding-right: 180px;
	font-size: 13px;
	color: #76798b;
	line-height: 1.9;
}
.offer-item-text .more {
	display: none;
}
.offer-item-prufs {
	padding: 0 20px;
	padding-right: 180px;
	padding-top: 20px;
}

.offer-item-prufs strong {
	color: #252b56;
}

.offer-item-prufs .prufs-list {
	display: flex;
	margin-top: 3px;
	margin-left: -3px;
	margin-right: -3px;
	flex-flow: row wrap;
}

.offer-item-prufs .item {
	padding: 3px;
}

.offer-item-prufs .item img {
	max-width: 100px;
	border-radius: 5px;
	border: 2px solid #fff;
	opacity: 0.7;
	transition: all ease-out 0.2s;
}

.offer-item-prufs .item:hover img {
	opacity: 1;
	border: 2px solid #69e782;
}

.offer-item-btn {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: -42px;
}

.offer-item-btn .btn {
	width: 160px;
}

.offer-item-edit {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: -32px;
}

.offer-item-edit .btn {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: #f1f5f8;
	line-height: 1;
	margin-left: 10px;
}

.offer-item-edit .btn.b-delete {
	font-size: 17px;
	color: #ff5459;
}

.offer-item-edit .btn.b-delete:hover {
	background: #ff5459;
	color: #fff;
}

.offer-item-edit .btn.b-delete i {
	width: 14px;
}

.offer-item-edit .btn.b-edit {
	font-size: 17px;
	color: #868aa1;
}

.offer-item-edit .btn.b-edit:hover {
	color: #fff;
	background: #2367d7;
}

.offer-item-edit .btn.b-status {
	font-size: 20px;
	color: #fff;
	background: #69e782;
}

.offer-item.__instagram {
	border: 1px solid #ab65ad;
}

.offer-item.__instagram:after {
	background-image: -ms-linear-gradient(-90deg, #9958d7 0%, #da8741 100%);
}

.offer-item.__instagram .offer-item--title .icon {
	background: url(https://w1.webmisi.net/assets/theme/images/svg/select-instagram.svg) no-repeat center center;
	width: 38px;
	height: 38px;
}

.offer-item.__instagram .offer-item-btn .btn {
	background: #a862b5;
}

.offer-item.__instagram .offer-item-btn .btn:hover {
	background: #a258b0;
}

.offer-item--disabled {
	border: 1px solid #e4e9ed;
}

.offer-item--disabled:after {
	background: #e4e9ed;
}

.offer-item--disabled .offer-item-text {
	color: #c5d0d7;
}

.offer-item--disabled .offer-item--title .icon {
	opacity: 0.1;
}

.offer-item--disabled .offer-item--title a {
	color: #c5d0d7;
}

.offer-item--disabled .offer-item-edit .b-status {
	background: #dce4e9;
	color: #c5d0d7;
}

.reviews-wp {
	margin-top: 50px;
}
.reviews-wp .error {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.reviews-caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews-caption .i1 strong {
	display: block;
	color: #252b56;
	font-size: 24px;
}

.reviews-caption .i1 span {
	color: #76798b;
}

.reviews-caption .i2 {
	height: 30px;
	background: #ffffff;
	border-radius: 3px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #76798b;
}

.reviews-caption .i2 i {
	font-size: 17px;
	line-height: 1;
}

.reviews-caption .i2 .good i {
	color: #69e782;
	margin-right: 5px;
}

.reviews-caption .i2 .bad {
	margin-left: 10px;
}

.reviews-caption .i2 .bad i {
	color: #ff5459;
	margin-right: 5px;
}

.reviews-list {
	margin-top: 10px;
}

.reviews-item {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
	display: flex;
	position: relative;
	align-items: center;
}

.reviews-item-img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink: 0;
}

.reviews-item-img img {
	max-width: 100%;
	height: auto;
}

.reviews-item--head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reviews-item--head .i1 {
	line-height: 1;
}

.reviews-item--head .i1 strong {
	color: #252b56;
	font-size: 18px;
	margin-right: 20px;
}

.reviews-item--head .i1 span {
	font-size: 12px;
	color: #acaebf;
}

.reviews-item--head > i {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 100%;
	font-size: 17px;
	color: #fff;
}

.reviews-item--head > i.flaticon-like {
	background: #69e782;
}

.reviews-item--head > i.flaticon-dislike {
	background: #ff5459;
}

.reviews-item--head > i.flaticon-dislike + .i1 strong {
	color: #ff5459;
}

.reviews-item--text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
}

.reviews-item--text p + p {
	margin-top: 20px;
}

.reviews-more {
	position: relative;
	background: #fff;
	border-radius: 5px;
	height: 50px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #2165d3;
	overflow: hidden;
	transition: all ease-out 0.2s;
}

.reviews-more.__loading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(255, 255, 255, 0.9) url(https://w1.webmisi.net/assets/theme/images/loader/loader.svg)
		no-repeat center center;
	background-color: #fff;
	background-size: 35px 35px;
}

.reviews-more:hover {
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
}

/* @end */

/* @Group Account info */

.catalog-top .btn-1 {
	width: 200px;
}
.catalog-top .btn-2 {
	width: 220px;
}

.account-mob-link {
	background: #fff;
	height: 50px;
	display: none;
}

.account-mob-link a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #252b56;
	height: 50px;
	text-decoration: none;
}

.account-mob-link a i {
	font-size: 12px;
	margin-right: 5px;
}

.userbox .mark-premium {
	position: absolute;
	color: #f1a02c;
	left: 20px;
	top: 20px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}

.userbox .mark-premium i {
	margin-right: 5px;
}

.userbox .edit-link {
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: none;
	font-size: 11px;
	color: #b3bcc5;
	transition: all ease-out 0.2s;
}

.userbox .edit-link:hover {
	color: #a7b2bc;
}

.userbox .edit-link i {
	margin-right: 5px;
	font-size: 10px;
}

.account-menu {
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.account-menu li a {
	height: 54px;
	display: flex;
	padding-left: 20px;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	color: #252b56;
	position: relative;
	transition: all ease-out 0.2s;
}

.account-menu li a i {
	margin-right: 12px;
	color: #b9c7d1;
	font-size: 15px;
	transition: all ease-out 0.2s;
}

.account-menu li a:hover {
	color: #2164d2;
	text-decoration: none;
}

.account-menu li a:hover i {
	color: #2164d2;
}

.account-menu li a:hover span:not(.num) {
	text-decoration: underline;
}

.account-menu li a.active {
	background: #e3edf4;
}

.account-menu li a.active i {
	color: #252b56;
}

.account-menu li .num {
	min-width: 23px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.account-menu li .num-1 {
	background: #ff5459;
}

.account-menu li .num-2 {
	background: #69e782;
}

.account-menu li .num-3 {
	background: #5468ff;
}

.account-menu li + li a {
	border-top: 1px solid #f1f5f8;
}

.account-menu-head {
	display: none;
}

.account-menu-head a {
	height: 54px;
	display: block;
	line-height: 54px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #e3edf4;
}

.account-menu-head strong {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.account-info-item {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
	background: #fff;
	border-radius: 2px 10px 10px 2px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.account-info-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #e4e9ed;
	border-radius: 2px 0 0 2px;
}

.account-info-item h4 {
	font-size: 18px;
	color: #252b56;
	line-height: 1;
}

.account-info-item .icon {
	margin-right: 15px;
}

.account-info-item .icon i {
	font-size: 39px;
	color: #f1a02c;
}

.account-info-item .info {
	color: #76798b;
	line-height: 1.9;
}

.account-info-item .btnwp {
	margin-left: 20px;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.account-info-item .btnwp .btn {
	width: 160px;
}

.account-info-item.__premium:after {
	background: #f1a02c;
}

.account-info-item.__affiliate:after {
	background: #69e782;
}

.account-info-item.__newmsg:after {
	background: #2368d7;
}

.account-info-item.__succesmsg:after {
	background: #69e782;
}

.account-info-item.__errormsg:after {
	background: #ff555a;
}

.account-info-item.__waitmsg:after {
	background: #f1a02d;
}

.account-info-item .h {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 0.5em;
}

.account-info-item .h h4 {
	margin-bottom: 0;
}

.account-info-item .h i {
	margin-right: 8px;
}

.account-info-item .h i.flaticon-affiliate {
	color: #69e782;
	font-size: 20px;
}

.account-info-item .h i.flaticon-faq {
	color: #2368d7;
	font-size: 20px;
}

.account-info-item .desc {
	color: #76798b;
	line-height: 1.9;
}

.account-info-item .desc a {
	color: #252b56;
}

.account-info-item .desc strong {
	color: #252b56;
}

.account-info-item .desc small {
	color: #76798b;
	font-size: 14px;
}

.account-info-item .desc-bottom {
	border-top: 1px solid #eef2f6;
	padding-top: 10px;
	margin-top: 10px;
}

.account-info-item .desc-bottom a {
	color: #5468ff;
}

.account-info-item .desc li {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.account-info-item .desc li span {
	color: #252b56;
}

.account-info-item .sellers {
	margin-left: 5px;
	width: 100%;
}

.account-info-item .sellers h4 {
	margin-bottom: 0.5em;
}

.account-info-item .sellers .img-list {
	display: flex;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.account-info-item .sellers .img-list a {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	border-radius: 100%;
	flex-shrink: 0;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	transition: all ease-out 0.2s;
}

.account-info-item .sellers .img-list a:hover {
	border: 3px solid #ff5459;
}

.account-info-item .sellers .img-list a img {
	max-width: 100%;
	height: auto;
}

.account-info-item .sellers .empty {
	padding: 35px 0;
	text-align: center;
	color: #76798b;
}

.box-close {
	color: #dbe3e8;
	text-decoration: none;
	transition: all ease-out 0.2s;
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
	line-height: 1;
}

.box-close:hover {
	color: #ff5459;
}

.col-right,
.col-left {
	flex: 0 0 50%;
	max-width: 50%;
	flex-shrink: 1;
	align-self: flex-start;
}

.col-right {
	margin-left: 20px;
}

.col-left {
	margin-right: 20px;
}

.col-left .desc-bottom {
	margin-top: 18px;
}

/* @end */

/* @Group Account messages */

.messages-wp {
	display: flex;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
}
.messages-empty {
	padding: 60px 20px;
	text-align: center;
	color: #76798b;
	display: block;
	width: 100%;
	color: #b3bcc5;

	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 100px 30px;
	color: #b3bcc5;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.3);
}
.messages-empty .icon {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.messages-contacts {
	box-shadow: 10px 0px 30px 0px rgba(207, 215, 226, 0.4);
	flex: 0 0 30%;
	max-width: 316px;
	min-width: 250px;
}

.messages-contacts-caption {
	color: #252b56;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	border-bottom: 1px solid #f7fafc;
	display: flex;
	align-items: center;
	padding-left: 24px;
	line-height: 1;
}

.messages-contacts-item {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.messages-contacts-item .count {
	position: absolute;
	z-index: 32;
	top: -3px;
	right: -3px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	background: red;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	display: block;
	background: #55a3ff;
}
.messages-contacts-item.__selected .count {
	display: none;
}
.messages-contacts-item .img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
}

.messages-contacts-item .img img {
	max-width: 100%;
	height: auto;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.messages-contacts-item .info {
	margin-left: 20px;
}

.messages-contacts-item .info strong {
	display: block;
	color: #252b56;
}

.messages-contacts-item .info span {
	font-size: 12px;
	color: #abaec3;
}

.messages-contacts-item.__selected {
	background: #f1a02c;
}

.messages-contacts-item.__selected .info strong {
	color: #fff;
}

.messages-contacts-item.__selected .info span {
	color: #f4cf9a;
}

.messages-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 25px;
	position: relative;
}

.messages-box-list {
	padding: 0 27px 25px;
	padding-bottom: 0;
	flex-grow: 1;
	height: auto;
	overflow: scroll;
}

.messages-box-list .dialogw {
	font-size: 18px;
	color: #252b56;
	font-weight: bold;
	border-bottom: 1px solid #eef2f6;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-bottom: 30px;
}

.messages-box-list .backbtn {
	height: 22px;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #3879dc;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #3879dc;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	position: relative;
	top: 5px;
	float: right;
}

.messages-box-form {
	height: 86px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px;
}

.messages-box-form .inp {
	padding-top: 13px;
	padding-right: 125px;
	color: #232630;
}

.messages-box-form .btn {
	position: absolute;
	right: 20px;
	height: 48px;
	border-radius: 24px;
	width: 120px;
	font-weight: bold;
	text-transform: uppercase;
}

.messages-box--item {
	position: relative;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-direction: column;
	align-items: flex-end;
}

.messages-box--item .icon {
	position: absolute;
	right: -9px;
	top: -8px;
	border: 3px solid #fff;
	border-radius: 100%;
	overflow: hidden;
}

.messages-box--item .icon img {
	width: 36px;
	height: 36px;
	border-radius: 100%;
}

.messages-box--item .icon .flaticon-user {
	background: #3ee36d;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	color: #fff;
}

.messages-box--item .login {
	padding-right: 38px;
	font-weight: bold;
	margin-bottom: 4px;
}

.messages-box--item .msg {
	max-width: 90%;
	background: #6a7bff;
	border-radius: 20px;
	padding: 10px 25px;
	color: #fff;
	line-height: 1.7;
}

.messages-box--item .delmsg {
	margin-right: 1px;
}

.messages-box--item .delmsg a {
	color: #aeb1c2;
	text-decoration: none;
}

.messages-box--item .delmsg a:hover {
	color: #ff545a;
}

.messages-box--item small {
	display: block;
	font-size: 12px;
	color: #bebecd;
	margin-left: 20px;
	margin-top: 5px;
}

.messages-box--item.__self {
	align-items: flex-start;
}

.messages-box--item.__self .icon {
	left: -9px;
	right: auto;
}

.messages-box--item.__self .msg {
	background: #f1f3f7;
	color: #232630;
}

.messages-box--item.__self .login {
	padding-left: 38px;
	font-weight: bold;
	margin-bottom: 4px;
}

.messages-box--item.__self .delmsg {
	margin-left: 4px;
}

.messages-box--item.__self .delmsg a {
	color: #aeb1c2;
	text-decoration: none;
}

.messages-box--item.__self .delmsg a:hover {
	color: #ff545a;
}

.messages-box .not-selected {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #76798b;
	background: rgba(255, 255, 255, 0.8);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	text-align: center;
	line-height: 100%;
	padding: 350px 0 0 0;
}

/* @end */

/* @Group Account affiliate */

.account-info-item .info {
	width: 100%;
}

.account-info-item .info .h1 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eef2f6;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.account-info-item .info .h1 h4 {
	margin: 0;
}

.account-info-item .info .h1 a {
	color: #5468ff;
}

.account-info-item .icon .flaticon-affiliate {
	color: #69e782;
	font-size: 30px;
}

.account-info-item .icon .flaticon-check {
	color: #69e782;
}

.account-info-item .icon .flaticon-status-denied {
	color: #ff555a;
}

.account-info-item .icon .flaticon-status-wait {
	color: #f1a02c;
}

.account-info-item .copy-wp {
	margin-top: 15px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
}

.account-info-item .copy-wp .inp {
	width: 100%;
	text-decoration: underline;
	cursor: pointer;
}

.account-info-item .copy-wp .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	width: 120px;
	border-radius: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.account-info-item .ul1 li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
	margin-top: 2px;
}

.account-info-item .ul1 li small {
	color: #76798b;
	font-size: 14px;
}

.account-info-item .ul1 li span,
.account-info-item .ul1 li strong {
	color: #252b56;
}

.account-info-item .ul1 li span.r,
.account-info-item .ul1 li strong.r {
	color: #ff5459;
}

.account-info-item .afflist-item {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #eef2f6;
	display: flex;
	align-items: center;
	max-width: 90%;
}

.account-info-item .afflist-item .icon {
	margin-right: 25px;
	margin-left: 10px;
	flex-shrink: 0;
}

.account-info-item .afflist-item .icon img {
	width: 50px;
	height: auto;
}

.account-info-item .afflist-item h4 {
	font-size: 14px;
}

.account-info-item .afflist-item p {
	color: #76798b;
	line-height: 1.9;
}

/* @end */

.message-form {
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
}

.message-form .g-fill {
	width: 100%;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}

.message-form img {
	border-radius: 100%;
	margin-right: 7px;
	width: 45px;
	height: 45px;
}

.message-form .status {
	position: absolute;
	margin-top: 17px;
}

.message-form span.login {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 53px;
}

.message-form span.online {
	color: #5bcc72;
	font-size: 13px;
	position: absolute;
	top: 23px;
	left: 53px;
}

.message-form span.offline {
	color: #aeb9c1;
	font-size: 13px;
	position: absolute;
	top: 23px;
	left: 53px;
}

.message-form textarea {
	height: 120px !important;
	padding-top: 10px;
}

.message-form .b .btn {
	width: 160px;
	font-weight: bold;
	text-transform: uppercase;
}

.message-form .b {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.message-form .b .btn-b {
	width: 240px;
}

@media screen and (max-width: 620px) {
	.message-form .b .btn-b {
		width: 180px;
	}
}

@media screen and (max-width: 480px) {
	.message-form img {
		width: 35px;
		height: 35px;
	}

	.message-form .status {
		margin-top: 25px;
	}

	.message-form span.login {
		top: 2px;
		font-size: 12px;
		left: 41px;
	}

	.message-form span.online {
		font-size: 12px;
		top: 18px;
		left: 41px;
	}

	.message-form span.offline {
		font-size: 12px;
		top: 18px;
		left: 41px;
	}

	.message-form .b .btn-b {
		width: 140px;
	}
}

/* @Group Account settings */

.account-form {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
	background: #fff;
	border-radius: 2px 10px 10px 2px;
	padding: 20px 30px 30px;
}

.account-form:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #e4e9ed;
	border-radius: 2px 0 0 2px;
}

.account-form--1 {
	padding-bottom: 45px;
}

.account-form--1:after {
	background: #ff5459;
}

.account-form--2:after {
	background: #e4e9ed;
}
.account-form--2 .blur {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}
.account-form--2 .locked {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
	padding: 30px;
}
.account-form--2 .locked-inner {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 20px 100px 0px rgba(139, 151, 167, 0.8);
	border-radius: 5px;
	margin: 50px 0 0 0;
	border-left: 3px solid #f1a02c;
}
.account-form--2 .locked h3 {
	color: #252b56;
}
.account-form--2 .locked h3 span {
	color: #f1a02c;
}
.account-form--2 .locked .btn {
	padding: 0 30px;
	margin: 10px 0 0 0;
	background: #f12711;
	background: linear-gradient(to bottom, #f5af19, #f12711);
}
.account-form--2 .locked .btn-ghost {
	border: 1px solid #d4d5e1;
	background: transparent;
	color: #7c7f95;
	height: 38px;
	line-height: 37px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 0 35px;
	margin: 10px 0 0 0;
}
.account-form--2 .locked .btn-ghost:hover {
	background: #5468ff;
	border: 1px solid #5468ff;
	color: #fff;
}

.account-form .caption {
	font-size: 18px;
	color: #252b56;
	font-weight: bold;
}

.account-form .caption-sub {
	font-size: 13px;
	color: #9599b2;
}

.account-form .caption--border {
	border-bottom: 1px solid #eef2f6;
	padding-bottom: 15px;
}

.account-form .g {
	display: flex;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.account-form .g-left {
	flex: 0 0 50%;
	padding: 0 10px;
}

.account-form .g-right {
	flex: 0 0 50%;
	padding: 0 10px;
}

.account-form .g-currency {
	position: relative;
}
.account-form .g-currency .currency {
	position: absolute;
	bottom: 10px;
	right: 35px;
	font-weight: bold;
	font-size: 18px;
	color: #76798b;
	color: #b7bacc;
	z-index: 2;
}
.account-form .g-fill {
	width: 100%;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
}
.account-form .g-buttons {
	padding: 20px 0;
	display: block;
	border: 2px solid #f1f5f8;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.account-form .g-info {
	line-height: 28px;
	color: #76798b;
}
.account-form .g-info b {
	color: #252b56;
}
.account-form .g-info ul {
	font-size: 12px;
}
.account-form .btn-soc-connect {
	width: 220px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block !important;
	margin-right: 10px;
}
.account-form .btn-soc-connect span {
	margin-right: 5px;
	font-weight: normal;
	font-size: 16px;
}
.account-form .btn-soc-youtube {
	background: #eb3223;
}
.account-form .btn-soc-instagram {
	background: #d6249f;
	/*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
	background-image: -ms-linear-gradient(180deg, #515ed0 0%, #db2d7b 100%);
}
.account-form .btn-soc-youtube:hover {
	background-color: #ef493e;
}
.account-form .btn-soc-instagram:hover {
	background: #db2d7b;
}
.account-form .btn-soc-youtube span {
	top: 3px;
	position: relative;
	display: inline-block;
}
.account-form .g-merge {
	position: relative;
}
.account-form .g-merge .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	border-radius: 24px;
	font-weight: bold;
	text-transform: uppercase;
	width: 160px;
}

.account-form .g-merge .inp {
	padding-right: 170px;
}

.account-form .g label.checkbox-wp {
	margin-top: 7px;
}

.account-form .g label:not(.checkbox-wp) {
	font-size: 13px;
	color: #76798b;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}

.account-form .g label:not(.checkbox-wp).l1 {
	font-size: 14px;
	margin-bottom: 18px;
}

.account-form .g label:not(.checkbox-wp) a {
	color: #5468ff;
	font-weight: bold;
}

.account-form .g label:not(.checkbox-wp) strong {
	color: #252b56;
}

.account-form .g label:not(.checkbox-wp) .flaticon-help {
	color: #2367d7;
}

.account-form .g-verify {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.account-form .g-verify .flaticon-check {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #69e782;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

.account-form .g-verify strong {
	color: #69e782;
}

.account-form .g-verify a {
	font-weight: bold;
	color: #5468ff;
}

.account-form .g + .caption {
	margin-top: 30px;
}

.account-form .b {
	display: flex;
	justify-content: flex-end;
}
.account-form .b2 {
	margin-top: 20px;
}
.account-form .b .btn {
	width: 160px;
	font-weight: bold;
	text-transform: uppercase;
}

.account-form .b .btn-b {
	width: 240px;
}

.account-form .b .btn-reset {
	text-transform: none;
}

.account-form .b--1 {
	border-top: 1px solid #eef2f6;
	margin-top: 30px;
	padding-top: 30px;
}

.account-form-box {
	margin: 30px 0 20px;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #f1f5f8;
}

.account-form textarea {
	height: 120px;
	padding-top: 10px;
}

@keyframes uploader {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -40px 0;
	}
}
@-webkit-keyframes uploader {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -40px 0;
	}
}

.iupload {
	position: relative;
}

.iupload .fp-hidden {
	background: transparent;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 46px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.iupload .fp-loader {
	background: #69e782 url(https://w1.webmisi.net/assets/theme/images/svg/uploader.svg);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-weight: bold;
	-webkit-animation: uploader 1s linear infinite;
	animation: uploader 1s linear infinite;
	cursor: wait;
	display: none;
}
.iupload i {
	position: absolute;
	width: 50px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
	color: #6c6f7e;
	line-height: 1;
}

.caption-in {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #252b56;
}

.account-notification {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 15px 30px;
	min-height: 50px;
	border-left: 4px solid #e4e9ed;
	border-top: 1px solid #e4e9ed;
	border-right: 1px solid #e4e9ed;
	border-bottom: 1px solid #e4e9ed;
	color: #252b56;
}
.account-notification .i {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -14px;
	font-size: 28px;
	line-height: 28px;
	width: 50px;
	text-align: center;
	color: #b3bcc5;
	color: #e4e9ed;
}
.account-notification .m {
	font-weight: normal;
	text-align: -webkit-match-parent;
	padding-left: 25px;
}
.account-notification .d {
	font-size: 12px;
	color: #b3bcc5;
	padding-left: 25px;
}
.account-notification.__active {
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.2);
	border-left: 3px solid #f1a02c;
}
.account-notification.__active .i {
	color: #f1a02c;
}
.account-notification.__active .m {
	font-weight: bold;
}
.account-notification.__active .c1 {
	font-weight: bold;
	color: #5468ff;
}

.account-notification-empty {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 100px 30px;
	color: #b3bcc5;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.3);
}
.account-notification-empty .icon {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

.account-no-data {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 100px 30px;
	color: #b3bcc5;
}
.account-no-data .icon {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 10px;
}

.account-channels {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 6px;
	padding: 20px 30px 30px;
}
.account-channels.add {
	border-left: 4px solid #69e782;
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
}

.account-channels h3 {
	font-size: 18px;
	color: #252b56;
	font-weight: bold;
	border-bottom: 1px solid #eef2f6;
	padding-bottom: 15px;
}
.account-channels.add h3 {
	color: #69e782;
}

.account-channels .no-channels {
	padding: 60px 20px;
	color: #b3bcc5;
	text-align: center;
}

.account-channel {
	position: relative;
	background: #fff;
	border: 1px dotted #eef2f6;
	border: 1px dotted #dbe3ea;
	border-left: 4px solid #69e782;
	padding: 10px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 31%;
	margin: 2% 1% 0 1%;
	float: left;
}
.account-channel .soc {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #fff;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px 0 5px 0;
	z-index: 3;
}
.account-channel .soc-youtube {
	background: #eb3223;
}
.account-channel .soc-instagram {
	background-image: -ms-linear-gradient(180deg, #515ed0 0%, #db2d7b 100%);
}
.account-channel:hover {
	box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.6);
	border: 1px dotted #fff;
	border-left: 4px solid #55a3ff;
}
.account-channel:hover .soc {
	background: #55a3ff !important;
}
.account-channel-l {
	float: left;
	position: relative;
}
.account-channel-r {
	float: left;
	margin-left: 20px;
}
.account-channel-l img {
	height: 64px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.account-channel-r .flag {
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.account-channel-remove,
.account-channel-remove:hover {
	color: red;
	font-size: 11px;
}
.account-channel-date {
	color: #76798b;
	font-size: 11px;
}
/* @end */

/* @Group Account orders */
.account-orders {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 6px;
	padding: 20px 20px;
	min-height: 50px;
	color: #252b56;
	box-shadow: 0 10px 20px rgba(101, 104, 130, 0.1);
}
.account-orders .cover {
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
	position: relative;
}
.account-orders .cover .icon {
	position: absolute;
	z-index: 2;
	top: -6px;
	left: -6px;
	width: 24px;
	height: 18px;
	line-height: 21px;
	border-radius: 3px;
	font-size: 14px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.account-orders .cover .youtube {
	background: #eb3223;
}
.account-orders .cover .instagram {
	background: #d151c7;
}
.account-orders .cover img {
	width: 100%;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.account-orders h3 {
	color: #252b56;
	font-size: 18px;
	line-height: 24px;
	float: left;
	padding: 8px 0 0 0;
}
.account-orders .blick {
	background: #f5f8fa;
	padding: 12px 20px 15px 20px;
	margin: 10px -20px 0 -20px;
}
.account-orders .dates {
	font-size: 12px;
	color: #9ea1b7;
}
.account-orders .dates b {
	font-weight: normal;
	color: #707288;
	letter-spacing: -0.5px;
}
.account-orders .dates span {
	margin-right: 10px;
}
.account-orders .contact {
	font-size: 12px;
	font-weight: bold;
}
.account-orders .contact span {
	display: inline-block;
	width: 20px;
	text-align: center;
}
.account-orders .bold {
	font-weight: bold;
}

.account-orders .l1 {
	float: left;
	width: 100px;
}
.account-orders .l2 {
	float: left;
}
.account-orders .ll {
	height: 1px;
	border-bottom: 1px dotted #efefef;
	margin: 5px 0;
}
.account-orders .desc {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 22px;
	border-bottom: 1px solid #efefef;
}
.account-orders .status {
	padding: 15px 0 0 0;
}
.account-orders .status .l {
	float: left;
}
.account-orders .status .r {
	float: right;
	text-align: right;
}
.account-orders .status .r .btn {
	min-width: 80px;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	font-weight: normal !important;
	float: left;
	margin-left: 5px;
}
.account-orders .status .r .btn-g:hover {
	background: #73f28c;
	margin-top: -2px;
	box-shadow: 0 10px 20px rgba(34, 109, 49, 0.1);
}
.account-orders .status .r .btn-r {
	background: #fff;
	color: #ff5459;
	box-shadow: none;
}
.account-orders .status .r .btn-r:hover {
	background: #ff5459;
	color: #fff;
}
.account-orders .status .l .icon {
	font-size: 12px;
	display: inline-block;
	margin: -2px 1px 0 0;
	vertical-align: middle;
}
.account-orders .status-0 {
	color: #9ea1b7;
}
.account-orders .status-1 {
	color: #69e782;
}
.account-orders .status-2 {
	color: #252b56;
}
.account-orders .status-3 {
	color: #252b56;
}
.account-orders .status-4 {
	color: #69e782;
}
.account-orders .status-5 {
	color: #ff5459;
}
.account-orders .status-6 {
	color: #ff5459;
}
/* @end */

/* @Group Account campaigns */

.dropzone-wp {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f1f5f8;
	border: 3px dashed #dce4e9;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all ease-out 0.2s;
	height: 120px;
	cursor: pointer;
}

.dropzone-wp:before {
	content: "Drag & Drop";
	font-size: 16px;
	font-weight: bold;
	color: #252b56;
}

.dropzone-wp:after {
	content: "files here";
	color: #76798b;
}

.dropzone-wp:hover {
	border: 3px dashed #2367d7;
}

.dropzone-previews {
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
}

.dropzone-previews-name {
	color: #252b56;
	flex-shrink: 0;
	flex: 0 0 150px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.dropzone-previews-name:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.dropzone-previews-progress {
	position: relative;
	width: 100%;
}

.dropzone-previews-progress .progress {
	height: 16px;
	border-radius: 8px;
	background: #f1f5f8;
	/*
					animation: pulse 6s ease infinite;
					transition: all 0.2s linear;	
*/
}

.dropzone-previews-progress .progress-bar {
	height: 16px;
	border-radius: 8px;
	background: #69e782;
	transition: all 0.2s linear;
}

.dropzone-previews-delete .btn {
	margin-left: 10px;
	background: #ff5459;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 8px;
	color: #fff;
}

.dropzone-previews .error:not(:empty) {
	position: absolute !important;
	left: 100px;
	top: 20px;
	z-index: 2;
	background: #ff5459 !important;
	padding: 10px !important;
	border-radius: 0 !important;
	display: inline-block !important;
	box-shadow: 1px 1px 1px #aaaaaa;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

.dropzone-previews .error:not(:empty):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ff5459;
	position: absolute;
	top: -10px;
}

/* @end */

@media screen and (min-width: 992px) {
	.catalog-aside {
		display: block !important;
		opacity: 1 !important;
	}

	.filter-wp {
		transform: none !important;
	}
}

@media screen and (max-width: 1680px) {
	.header-inner:after {
		opacity: 0.5;
	}
}

@media screen and (max-width: 1280px) {
	.account-channel {
		width: 48%;
		margin: 2% 1% 0 1%;
	}
}

@media screen and (max-width: 1024px) {
	.guid-item-empty {
		padding: 50px 20px 0 20px;
	}
	.account-notification-empty {
		background: transparent;
		box-shadow: none;
		padding: 100px 20px 50px 20px;
	}
	.header-inner {
		padding-bottom: 10px;
	}

	.header-inner .topline {
		margin-top: 10px;
	}

	.header-inner:after {
		display: none;
	}

	.header-account {
		padding-bottom: 10px;
	}

	.header-account .topline {
		margin-top: 10px;
	}

	.header-account:after {
		display: none;
	}

	.xtitle h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 992px) {
	.catalog-aside {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 10001;
		left: 0;
		top: 0px;
		opacity: 1;
		bottom: 0px;
		transition: all 0.5s ease-in-out;
		background: rgba(36, 104, 215, 0.95);
		overflow: scroll;
	}

	.catalog-desc {
		display: none;
	}

	.sort-info strong,
	.sort-info span {
		display: none;
	}

	.sort-wp {
		padding-left: 112px;
	}

	.sort-wp .xselect {
		width: 145px;
	}

	.sort-wp .xselect-caption {
		background: #e7e8f2;
		height: 42px;
		border-radius: 21px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 1.2;
		padding: 0;
		width: 145px;
	}

	.sort-wp .xselect-caption span {
		display: none;
	}

	.sort-wp .xselect-caption:hover {
		background: #dddeed;
	}

	.filter-mob-link {
		display: flex;
	}

	.filter-mob-close {
		display: block;
	}

	.filter-wp {
		padding-top: 40px;
		margin-bottom: 50px;
		width: 100%;
		max-width: 460px;
		position: absolute;
		z-index: 20002;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0px 10px 100px 0px rgba(19, 32, 66, 0.2);
		border-radius: 10px;
		background: #fff;
		left: 50%;
		top: 30px;
		box-shadow: 0px 20px 150px 0px rgba(26, 27, 31, 0.4);
		transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}

	.offer-item-text {
		padding-right: 20px;
	}

	.offer-item-prufs {
		padding-right: 20px;
	}

	.offer-item-btn,
	.offer-item-edit {
		margin-top: 25px;
	}

	.offer-list {
		margin-top: 40px;
	}

	.userbox {
		display: none;
	}

	.account-mob-link {
		display: block;
		margin-bottom: -20px;
	}

	.account-mob-link .balance {
		position: absolute;
		top: 12px;
		right: 20px;
		color: #252b56;
	}

	.account-mob-link .balance i {
		font-size: 17px;
		position: relative;
		top: 1px;
	}

	.account-menu {
		position: fixed;
		overflow: scroll;
		transition: transform 0.2s ease-out;
		transform: translate(-320px, 0);
		left: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		z-index: 101;
		width: 280px;
		border-radius: 0;
		box-shadow: 0 10px 30px 0 rgba(207, 215, 226, 0.6);
	}

	.account-menu._open {
		transform: translate(0, 0);
	}

	.account-menu-head {
		display: block;
	}

	.account-info-list {
		margin-top: 30px;
	}

	.messages-wp {
		margin-top: 30px;
	}

	.account-form {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.error-page {
		padding: 60px 20px 100px 20px;
	}
}

@media screen and (max-width: 760px) {
	.account-channel {
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
	}
	.payment-page .col-lg-desc br {
		display: none;
	}
	.guid-item p {
		padding-right: 0;
	}

	.guid--ext {
		display: flex;
		margin-bottom: 4px;
	}

	.guid--price {
		display: flex;
		position: static;
		text-align: left;
		align-items: center;
	}

	.guid--price strong {
		font-size: 16px;
		margin-left: 5px;
	}

	.guid--rating {
		margin-bottom: 10px !important;
	}
	.guid--rating i {
		display: none;
	}

	.account-info-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.account-info-item .btnwp {
		margin-top: 10px;
		margin-left: 0;
	}

	.account-info-item.__premium {
		text-align: center;
		align-items: center;
	}

	.account-info-item .col-left,
	.account-info-item .col-right {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.account-info-item .col-right {
		margin-top: 30px;
	}

	.account-info-item.__succesmsg {
		align-items: center;
	}

	.account-info-item.__errormsg {
		align-items: center;
	}

	.account-info-item .info {
		text-align: center;
	}

	.account-info-item .afflist-item {
		max-width: 100%;
	}
}

@media screen and (max-width: 720px) {
	.messages-contacts {
		max-width: 100px;
		min-width: 100px;
	}

	.messages-contacts-caption {
		font-size: 15px;
		padding-left: 15px;
	}

	.messages-contacts-item .info {
		display: none;
	}

	.account-form {
		padding: 20px 25px;
	}

	.account-form--1 {
		padding-bottom: 45px;
	}

	.account-form .g {
		flex-direction: column;
	}

	.account-form .g-left {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 620px) {
	.account-form .btn-soc-connect {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	.guid-item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.guid-item-img img {
		width: 70px;
	}

	.guid-item-info {
		margin-left: 0px;
	}

	.offer-item-head {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}

	.offer-item--title a {
		white-space: nowrap;
	}

	.offer-item--price {
		margin-top: 20px;
		display: flex;
		align-items: center;
	}

	.offer-item--price span {
		margin-right: 5px;
	}
}

@media screen and (max-width: 600px) {
	.catalog-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	.guid--rating {
		position: static;
		margin-top: -5px;
		margin-bottom: 5px;
	}

	.catalog-top .xtitle {
		margin-bottom: 0px;
	}

	.catalog-top .sort-wp {
		margin-bottom: 20px;
		margin-top: 20px;
		height: 40px;
		align-items: center;
	}

	.catalog-top .sort-wp .xselect {
		margin-top: -16px;
	}

	.catalog-top .sort-wp .sort-info {
		margin-top: 0px;
	}

	.back-link {
		margin-top: 5px;
	}

	.catalog-top .btn-1 {
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
	.payment-form {
		padding: 20px 0;
	}
	.payment-form h1 {
		font-size: 22px;
		line-height: 28px;
		padding: 0px;
	}
	.payment-form .box {
		margin: 15px 0;
	}
	.payment-form .box .line .l {
		float: left;
		width: 30%;
		font-size: 13px;
	}
	.payment-form .box .line .r {
		float: right;
		width: 70%;
		font-size: 13px;
		text-align: right;
	}
	.payment-form form {
		padding: 5px 0 10px 0;
	}
	.payment-form .btn {
		width: 100% !important;
		float: none;
		margin: 10px 0;
	}
	.payment-form .btn-back {
		padding: 0px 20px 0 0 !important;
	}

	.payment-form .methods {
		clear: both;
	}
	.payment-form .method {
		width: 31%;
		margin: 1%;
		height: auto;
	}

	.xtitle h1 {
		font-size: 24px;
	}

	.supbox-item-caption {
		padding-left: 20px;
		padding-right: 20px;
	}

	.supbox-item-text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.supform .form .b .btn {
		width: 100%;
	}

	.help-caption h3 {
		font-size: 18px;
	}

	.help h5 {
		font-size: 14px;
		height: 64px;
		margin-bottom: 10px;
	}
	.help-content {
		padding-bottom: 25px;
	}

	.sort-wp {
		padding-left: 50%;
		width: 100%;
	}

	.sort-wp .xselect {
		width: 50%;
		padding-right: 10px;
	}

	.sort-wp .xselect-caption {
		width: 100%;
	}

	.sort-wp .xselect.opened {
		padding-right: 0;
		width: calc(50% - 10px);
	}

	.sort-wp .sort-info {
		width: 100%;
		margin-left: 10px;
		padding-left: 0;
	}

	.sort-wp .filter-mob-link {
		width: 100%;
	}

	.guid-item {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.guid-item-img {
		margin-bottom: 10px;
		margin-left: -5px;
	}

	.guid-item-img img {
		width: 60px;
	}

	.guid-item-info {
		margin-left: 0px;
	}

	.guid--head strong {
		margin-bottom: 0px;
	}

	.guid--head .flaticon-check {
		margin-left: 0;
		margin-left: 7px;
	}

	.pagination {
		justify-content: center;
	}

	.offer-item {
		margin-left: -20px;
		margin-right: -20px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.offer-item:after {
		border-radius: 0;
	}

	.offer-item.__instagram {
		border-left: 0;
		border-right: 0;
	}

	.offer-item--title .icon {
		margin-right: 10px;
		min-width: 36px;
		width: 36px;
		height: 26px;
	}

	.offer-item.__instagram .offer-item--title .icon {
		margin-right: 10px;
		min-width: 30px;
		width: 30px;
		height: 30px;
	}

	.offer-item-btn {
		padding-left: 20px;
	}

	.offer-item-btn .btn {
		width: 100%;
	}

	.offer-item-edit {
		justify-content: center;
		margin-right: 0;
	}

	.offer-item-edit .btn {
		margin-left: 5px;
		margin-right: 5px;
	}

	.offer-item-prufs .prufs-list .item {
		flex: 1 50%;
		max-width: 50%;
	}

	.offer-item-prufs .prufs-list img {
		max-width: 100%;
	}

	.reviews-item {
		padding: 30px 20px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.reviews-item-img {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}

	.reviews-item--head .i1 strong {
		font-size: 16px;
		display: block;
	}

	.reviews-item--head > i {
		width: 25px;
		height: 25px;
		font-size: 13px;
		top: 10px;
		right: 10px;
	}

	.reviews-caption .i1 strong {
		font-size: 20px;
	}

	.reviews-caption .i1 span {
		font-size: 12px;
	}

	.reviews-caption .i2 {
		margin-left: 10px;
	}

	.reviews-caption .i2 i {
		font-size: 15px;
	}

	.reviews-more {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.account-info-item {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.messages-wp {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.messages-contacts {
		max-width: 60px;
		min-width: 60px;
	}

	.messages-contacts-caption {
		font-size: 9px;
		padding-left: 0px;
		justify-content: center;
	}

	.messages-contacts-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.messages-contacts-item .img {
		width: 30px;
		height: 30px;
	}

	.messages-box-form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.messages-box-form .btn {
		width: 80px;
		right: 15px;
	}

	.messages-box-form .inp {
		padding-right: 90px;
	}

	.messages-box-list {
		padding-left: 15px;
		padding-right: 15px;
	}

	.account-info-item .copy-wp .btn {
		width: 80px;
		font-size: 12px;
	}

	.account-info-item .copy-wp .inp {
		padding-right: 90px;
		cursor: pointer;
	}

	.account-info-item .afflist-item {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.account-info-item .afflist-item .icon {
		margin-bottom: 15px;
		margin-right: 0;
		margin-left: 0;
	}

	.account-form {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.account-form-box {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}

	.account-form .b .btn {
		width: 100%;
	}

	.account-form .g label.l1 {
		font-size: 13px;
	}

	.account-form .g-merge .btn {
		width: 100px;
		font-size: 11px;
	}

	.account-form .g-merge .inp {
		padding-right: 110px;
	}

	.error-page {
		text-align: center;
		padding: 60px 20px 100px 20px;
		color: #252b56;
	}
	.error-page span {
		font-weight: bold;
		font-size: 18px !important;
		line-height: 26px;
		padding-bottom: 10px;
		display: block;
	}
	.error-page h1 {
		text-align: center;
		width: 100%;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.error-page .buttons .btn {
		width: 90% !important;
		margin: 5px auto;
	}
	.error-page .error-code {
		width: 180px;
	}
	.error-page .small-svg {
		height: 60px !important;
		margin: 0px auto -20px auto !important;
	}
	.payment-page {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 380px) {
	.account-mob-link .balance span {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.filter-wp {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.secureimg {
	border-radius: 100px 0px 0px 100px;
	-moz-border-radius: 100px 0px 0px 100px;
	-webkit-border-radius: 100px 0px 0px 100px;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	padding-top: 3px;
	padding-left: 15px;
	margin-top: 4px;
}

/* Table
-----------------------------------------------------------------------------*/

.product-group-wp {
	margin-top: 50px;
}

.table-product-group {
	width: 100%;
	margin-top: 15px;
}

.table-product-group th {
	background-color: #edf3f7;
	padding: 12px 5px;
	font-size: 14px;
	color: #202c39;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	border-radius: 15px 15px 0px 0px;
}

.table-product-group .td-btn {
	width: 150px;
}
.table-product-group .td-btn .btn {
	width: 150px;
	padding: 0;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
}
.table-product-group .td-btn .btn i {
	font-size: 19px;
	vertical-align: middle;
	margin-right: 3px;
}

.table-product-group tbody td {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #2d3463;
	background: #1f264e;
	font-weight: bold;
}

.table-product-group tbody td.td-name {
	width: 230px;
	text-align: left;
}

.table-product-group tbody td.td-title {
	text-align: left;
	width: 180px;
}

.table-product-group tbody td.td-size {
	width: 100px;
	padding-right: 15px;
}

.table-product-group tbody td.td-aut {
	max-width: 150px;
	text-align: left;
}

.table-product-group tbody td.td-count {
	width: 90px;
	text-align: center;
}

.table-product-group tbody td.text-left {
	text-align: left;
}

.td-inp-count {
	width: 62px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #dfe8ee;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	color: #202c39;
}
.table-product-group tbody td.td-price {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

.table-product-group tbody td.td-status i {
	color: #8288b4;
}

.table-product-group tbody td.td-price span {
	color: #8288b4;
	font-size: 13px;
	font-weight: normal;
}

.table-product-group tbody td.td-levels span {
	color: #fff;
	background: #605ca7;
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	width: 45px;
	display: inline-block;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.table-product-group tbody td.td-price i {
	font-size: 15px;
	color: #21b470;
}

@media screen and (max-width: 980px) {
	.table-product-group thead {
		display: none;
	}

	.table-product-group tr {
		margin-bottom: 30px;
		display: block;
		border-radius: 5px;
	}
	.table-product-group td {
		line-height: 1.4;
		height: auto;
		display: block;
		padding-left: 40% !important;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		position: relative;
		text-align: left !important;
		width: auto !important;
		max-width: 100% !important;
		border-radius: 10px;
	}
	.table-product-group td:last-child {
		border-bottom: 0;
	}
	.table-product-group td:before {
		content: attr(data-th);
		font-weight: bold;

		display: flex;
		position: absolute;
		left: 0;
		vertical-align: middle;
		width: 38%;
		height: 100%;
		padding-bottom: 20px;
		text-align: left;
		align-items: right;
		padding-left: 10px;
		font-size: 14px !important;
		color: #8288b4 !important;
	}
	.table-product-group tbody td {
		padding-right: 10px !important;
	}
	.table-product-group tbody td.td-btn {
		padding-left: 0 !important;
		text-align: center !important;
	}
	.table-product-group tbody td.td-btn .btn {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Progress Bar*/
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}

.progress-striped .progress-bar {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-xs {
	height: 8px;
}

.progress-sm {
	height: 12px;
}

.radio + label {
	cursor: pointer;
}
.radio:not(checked) {
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
	content: "";
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #dfe8ee;
	transition: all ease-out 0.2s;
}

.radio:checked + label:before {
	font-family: "Flaticon";
	color: #21b470;
	content: "\f100";
}

.delivery-method-items .item {
	margin-bottom: 20px;
}

.delivery-method-items .item label {
	font-size: 14px;
	font-weight: bold;
	color: #1b263b;
	vertical-align: middle;
}

.delivery-method-items .item p {
	padding-left: 35px;
	color: #687389;
	line-height: 1.6;
	font-size: 13px;
	margin-top: -5px;
}
.delivery-method-items .item p a {
	color: #5585b8;
	font-weight: bold;
}

.delivery-method-items .item a {
	color: #4179c0;
	text-decoration: underline;
}
.delivery-method-items .item a:hover {
	color: #4179c0;
	text-decoration: none;
}

span.delivery-free {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	background-color: #f7b748;
	border-radius: 10px;
	padding: 0 7px;
	margin-left: 5px;
}
span.delivery-cost {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	background-color: #72aaf0;
	border-radius: 10px;
	padding: 0 7px;
	margin-left: 5px;
}

#bl_form_reinvest {
	display: none;
}
.d_submit {
	display: inline-block;
	vertical-align: middle;
	min-width: 100px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	height: 48px;
	min-height: 1em;
	transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
		box-shadow 0.1s ease, background 0.1s ease;
	-webkit-tap-highlight-color: transparent;
	border: none;
	background-image: none;
	box-shadow: 0px 3px 8px 0px rgba(103, 116, 116, 0.2);
}
.d_submit:hover {
	cursor: pointer;
	background-color: #bdc3c7;
	box-shadow: 0px 6px 12px 0px rgba(103, 116, 116, 0.3);
}
.d_submit:active,
.d_submit:focus {
	cursor: pointer;
	box-shadow: none;
	box-shadow: inset 0px 8px 15px 0px rgba(103, 116, 116, 0.3);
	transition: all ease-out 0s;
}
.d_text {
	font-size: 13px;
}

.account-form2 .g-currency2 {
	position: relative;
}

.account-form2 .g-currency2 .currency {
	position: absolute;
	bottom: 10px;
	right: 35px;
	font-weight: bold;
	font-size: 18px;
	color: #76798b;
	color: #b7bacc;
	z-index: 2;
}

/* Language box
-----------------------------------------------------------------------------*/
.language {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(20, 30, 48, 0.8);
	display: none;
}
.language .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	color: #a0a6b4;
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.language .close:hover {
	cursor: pointer;
	color: #021627;
	transform: rotate(180deg);
}
.language .in {
	background: #fff;
	width: 320px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -100px;
	border-radius: 8px;
	text-align: center;
}
.language .ln-header {
	padding: 14px 20px;
	padding-bottom: 7px;
	background: #eff2f7;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
.language .ln-flags {
	padding: 18px 18px;
}
.language .in h3 {
	font-size: 14px;
	line-height: 14px;
	color: #252b56;
	text-align: left;
}
.language .in h3 span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 2px 0 0;
	vertical-align: middle;
	color: #fbad3d;
}
.language .in a {
	text-decoration: none;
}
.language .flag {
	height: 34px;
	line-height: 38px;
	width: 120px;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	margin: 0 3px;
	border: 2px solid transparent;
	padding: 5px;
	line-height: 1;
	vertical-align: middle;
	text-align: left;
	color: #677a89;
}
.language .flag img {
	vertical-align: middle;
	line-height: 1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 20px;
	margin: 0 5px 0 0;
}
.language .flag:hover {
	border: 2px solid #eff2f6;
}

.language .flag.active {
	border: 2px solid transparent;
	background: #eff2f6;
}

.ref-levels {
	position: relative;
}

.ref-levels .box {
	float: left;
	width: 25%;
	position: relative;
}

.ref-levels .box .in {
	width: 150px;
	height: 150px;
	border: 10px solid #7e88a0;
	border-radius: 150px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 20px;
	padding: 20px 0 0 0;
	z-index: 2;
	background: #fff;
}

.ref-levels .box.b1 .in {
	border-color: #7e88a0;
}

.ref-levels .box.b2 .in {
	border-color: #7e88a0;
}

.ref-levels .box.b3 .in {
	border-color: #7e88a0;
}

.ref-levels .box.b4 .in {
	border-color: #7e88a0;
}

.ref-levels .box .in .stars {
	color: #ff555a;
	text-align: center;
	margin: 0 0 10px 0;
}

.ref-levels .box .in .name {
	font-weight: 700;
	font-size: 18px;
	color: #333f62;
	text-transform: uppercase;
}

.ref-levels .box .in .amount {
	font-weight: 400;
	color: #333f62;
}

.ref-levels .box .in .discount {
	font-weight: 700;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	right: -5px;
	top: -5px;
}

.ref-levels .box.b1 .in .discount {
	background-color: #7e88a0;
}

.ref-levels .box.b2 .in .discount {
	background-color: #fbad3d;
}

.ref-levels .box.b3 .in .discount {
	background-color: #629ae0;
}

.ref-levels .box.b4 .in .discount {
	background-color: #629ae0;
}

.ref-levels .line {
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
	background: #404c6e;
}

@media screen and (max-width: 830px) {
	.ref-levels .box .in {
		width: 120px;
		height: 120px;
		border: 8px solid #7e88a0;
		border-radius: 130px;
	}

	.ref-levels .box .in .name {
		font-size: 16px;
	}

	.ref-levels .box .in .amount {
		font-size: 12px;
	}

	.ref-levels .box .in .stars {
		margin: 0 0 5px 0;
	}
}

@media screen and (max-width: 570px) {
	.ref-levels .box {
		width: 50%;
		margin-bottom: 20px;
	}

	.ref-levels .line {
		display: none;
	}

	.ref-levels {
		background: url(../images/box-1-bg2.png) no-repeat center;
		background-size: 60%;
	}
}

/* @group Owl Carousel v1.3.3 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	border-radius: 20px;
	background: #605ca7;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */

/* @group Guarantee */
.guarantee {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.guarantee:before {
	content: "";
	height: 75px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 2;
	transform: skewY(-2deg);
}

.guarantee .title {
	text-align: center;
	color: #ce7e7e;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
}
.guarantee .title h2 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 28px;
	color: #ce7e7e;
}

.guarantee .title span {
	width: 70px;
	height: 70px;
	line-height: 80px;
	font-size: 37px;
	text-align: center;
	background-color: #f4dcdc;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.guarantee-carousel {
	margin-top: 70px;
}

.guarantee-carousel .item {
	position: relative;
}
.guarantee-carousel .item .img {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}
.guarantee-carousel .item h3 {
	color: #252b56;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.guarantee-carousel .item .inf span {
	color: #737981;
	font-size: 14px;
}
.guarantee-carousel .item .msg {
	background-color: #ecf0f3;
	border-radius: 10px;
	padding: 15px;
	font-size: 14px;
	color: #737981;
	margin-left: 100px;
	position: relative;
	min-height: 122px;
	margin-bottom: 40px;
}
.guarantee-carousel .item .us-inf .inf {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.guarantee-carousel .item .msg:after {
	content: "";
	display: block;
	background: url(../images/arrow-r2.png) no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 15px;
	left: -40px;
}

.circle,
.img-circle {
	border-radius: 50%;
}

/* @end */

/* @group Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi) {
	.guarantee-carousel .item .msg:after {
		background: url(../images/arrow-r2.png) no-repeat;
		background-size: 24px 24px;
	}
}
/* @end */

.col-about-1 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	padding-left: 20px;
	padding-right: 10px;
}

.col-about-2 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	padding-left: 10px;
	padding-right: 20px;
}

@media screen and (max-width: 1200px) {
	.col-about-1 {
		flex: 0 0 49.98%;
		max-width: 49.98%;
	}

	.col-about-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 680px) {
	.col-about-1 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 20px;
	}

	.col-about-2 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 20px;
	}
}

.account-tabs {
	margin: 20px auto 0px auto;
	position: relative;
}

.account-tabs a {
	display: inline-block;
	padding: 12px 30px;
	font-size: 15px;
	color: #252b56 !important;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	z-index: 2;
	cursor: pointer;
	border-radius: 50px;
	background: #ffffff;
}

.account-tabs a.active {
	background: #605ca7;
	color: #fff;
}

.account-tabs a.active strong {
	color: #fff;
}

.account-tabs a span {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.account-tabs .line {
	height: 1px;
	width: 100%;
	background: #edf0f4;
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 1;
}

.account-tabs-white {
	z-index: 2;
	margin: 0 auto;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 40px;
	background: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 50px;
	padding: 8px;
	box-shadow: 0px 10px 30px 0px rgb(207 215 226 / 40%);
}

.account-tab {
	display: none;
}

.account-tab table {
	margin-bottom: 40px;
}

.account-tab.active {
	display: block;
}

.account-tab .wait {
	color: #c5ccd5;
}

.account-tab .check {
	color: #5d98e2;
}

.account-tab .denied {
	color: #f53c43;
}

.status-tarifs {
	color: #fff;
	position: absolute;
	margin-top: 20px;
	margin-right: 30px;
	display: block;
	padding: 5px 15px;
	border-radius: 20px 0px 0px 20px;
	font-weight: bold;
	font-size: 11px;
	right: 0px;
	top: 0px;
	text-transform: uppercase;
}

.status-tarifs.basic {
	background: #232b56;
}

.status-tarifs.premium {
	background: #ff555a;
}

@media screen and (max-width: 1260px) {
	.status-tarifs {
		margin-right: 15px;
	}
}

.tarif-tabs-title {
	display: block;
}

.tarif-tabs-title-mobile {
	display: none;
}

@media screen and (max-width: 560px) {
	.tarif-tabs-title {
		display: none;
	}

	.tarif-tabs-title-mobile {
		display: block;
	}
}

@media screen and (max-width: 360px) {
	.account-tabs a {
		padding: 8px 20px;
		font-size: 14px;
	}
}

.exchangetimer {
	background: #f1f6f9;
	padding-bottom: 60px;
	padding-top: 50px;
	position: relative;
	padding-left: 150px;
	padding-right: 150px;
}

.exchangetimer:before {
	content: "";
	height: 90px;
	background: #f1f6f9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	z-index: 2;
	transform: skewY(-2deg);
}

.exchangetimer .timer-wrap {
	padding-top: 100px;
	text-align: center;
}

.exchangetimer-info {
	position: relative;
	z-index: 1;
}

.exchangetimer-img {
	position: relative;
	z-index: 1;
}

.exchangetimer-image-wp {
	text-align: right;
}

.exchangetimer-image-wp img {
	width: 80%;
}

.exchangetimer h2 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 70px;
	color: #232b56;
	text-align: center;
}

.exchangetimer h4 {
	font-size: 20px;
	line-height: 20px;
	color: #232b56;
	margin-bottom: 20px;
}

.exchangetimer p {
	font-size: 16px;
	color: #232b56;
	margin-top: 20px;
}

.exchangetimer .boxlist ul {
	padding-left: 10px;
	margin-bottom: 10px;
	color: #252b56;
}
.exchangetimer .boxlist ul li {
	margin-left: 15px;
	line-height: 24px;
	margin-bottom: 10px;
}

.exchangetimer .boxlist ul li:before {
	content: "\f100";
	font-family: Flaticon !important;
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	color: #605ca7;
}

@media screen and (max-width: 1640px) {
	.exchangetimer-image-wp img {
		width: 80%;
	}
}

@media screen and (max-width: 1420px) {
	.exchangetimer-image-wp img {
		width: 100%;
	}
}

@media screen and (max-width: 1240px) {
	.exchangetimer {
		padding-left: 50px;
		padding-right: 50px;
	}

	.exchangetimer-image-wp img {
		width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	.exchangetimer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.exchangetimer-image-wp img {
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	.exchangetimer-img {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		padding-left: 100px;
		padding-right: 100px;
	}

	.exchangetimer-image-wp {
		text-align: center;
	}

	.exchangetimer-info {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	.exchangetimer-img {
		padding-left: 60px;
		padding-right: 60px;
	}
	.exchangetimer h2 {
		font-size: 26px;
		line-height: 34px;
	}
}

/* FlipClock
   ========================================================================== */
.flip-clock-wrapper * {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}

.flip-clock-wrapper a:hover {
	color: #fff;
}

.flip-clock-wrapper ul {
	list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table;
}

.flip-clock-wrapper.clearfix:after {
	clear: both;
}

.flip-clock-wrapper.clearfix {
	*zoom: 1;
}

/* Main */
.flip-clock-wrapper {
	font-weight: bold;
	font-size: 59px;
	-webkit-user-select: none;
}

.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important;
}

.flip-clock-meridium a {
	color: #605ca7;
}

.flip-clock-wrapper {
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.flip-clock-wrapper:after {
	clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 57px;
	height: 82px;
	font-size: 59px;
	font-weight: bold;
	line-height: 82px;
	border-radius: 6px;
	background: #605ca7;
}

.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 82px;
	text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
	z-index: 2;
}

.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
}

.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 59px;
	overflow: hidden;
	outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
	transform-origin: 50% 100%;
	top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;
	background-color: #605ca7;
	background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #fff;
	/*   text-shadow: 0 1px 2px #000; */
	text-align: center;
	background-color: #605ca7;
	border-radius: 6px;
	font-size: 59px;
}

.flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}

/* .flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); } */

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5;
}

.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 82px;
}

.flip-clock-divider:first-child {
	width: 0;
}

.flip-clock-dot {
	display: block;
	background: #232b56;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	/*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
	left: 5px;
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -1.5em;
	right: -86px;
	color: black;
	text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -91px;
}

.flip-clock-dot.top {
	top: 30px;
}

.flip-clock-dot.bottom {
	bottom: 20px;
}

@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

@keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
	}

	100% {
		-webkit-transform: rotateX(0deg);
	}
}

@keyframes turn {
	0% {
		transform: rotateX(90deg);
	}

	100% {
		transform: rotateX(0deg);
	}
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(-90deg);
	}
}

@keyframes turn2 {
	0% {
		transform: rotateX(0deg);
	}

	100% {
		transform: rotateX(-90deg);
	}
}

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0.1)),
		color-stop(100%, black)
	);
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0.1)),
		color-stop(100%, black)
	);
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, black),
		color-stop(100%, rgba(0, 0, 0, 0.1))
	);
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, black),
		color-stop(100%, rgba(0, 0, 0, 0.1))
	);
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 992px) {
	.flip-clock-wrapper ul {
		width: 47px;
		height: 72px;
		line-height: 72px;
	}
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 47px;
	}
	.flip-clock-wrapper ul li a div.up:after {
		top: 35px;
	}
	.flip-clock-wrapper ul {
		font-size: 49px;
		line-height: 72px;
	}
	.flip-clock-wrapper ul li {
		font-size: 49px;
		line-height: 72px;
	}
	.flip-clock-divider {
		height: 72px;
	}
	.flip-clock-dot.bottom {
		bottom: 15px;
	}
	.flip-clock-dot.top {
		top: 25px;
	}
}

@media screen and (max-width: 620px) {
	.flip-clock-wrapper ul {
		width: 35px;
		height: 52px;
		line-height: 52px;
	}
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 35px;
	}
	.flip-clock-wrapper ul li a div.up:after {
		top: 35px;
	}
	.flip-clock-wrapper ul {
		font-size: 35px;
		line-height: 52px;
	}
	.flip-clock-wrapper ul li {
		font-size: 35px;
		line-height: 52px;
	}
	.flip-clock-divider {
		height: 43px;
	}
	.flip-clock-dot.bottom {
		bottom: 17px;
		width: 8px;
		height: 8px;
	}
	.flip-clock-dot.top {
		top: 35px;
		width: 8px;
		height: 8px;
	}

	.flip-clock-wrapper ul {
		margin: 3px;
	}

	.exchangetimer h2 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 510px) {
	.flip-clock-wrapper ul {
		width: 28px;
		height: 45px;
		line-height: 45px;
	}
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 26px;
	}
	.flip-clock-wrapper ul li a div.up:after {
		top: 35px;
	}
	.flip-clock-wrapper ul {
		font-size: 26px;
		line-height: 45px;
	}
	.flip-clock-wrapper ul li {
		font-size: 26px;
		line-height: 45px;
	}
	.flip-clock-divider {
		height: 42px;
	}
	.flip-clock-dot.bottom {
		bottom: 5px;
		width: 6px;
		height: 6px;
	}
	.flip-clock-dot.top {
		top: 17px;
		width: 6px;
		height: 6px;
	}

	.flip-clock-wrapper ul {
		margin: 2px;
	}
}

/* Payments Block
-----------------------------------------------------------------------------*/
.bloc-payments {
	background: #252b56;
	padding: 80px 0px 70px 0px;
	position: relative;
}

.bloc-payments:before {
	content: "";
	height: 80px;
	background: #252b56;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 2;
	transform: skewY(2deg);
}

.bloc-payments .title {
	line-height: 1.4;
	text-align: center;
}

#reviews {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#reviews .content {
	background: #1e264d;
	border-radius: 10px;
	height: 180px;
}
#reviews .bottom {
	height: 70px;
	background-color: rgb(40, 50, 69);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#reviews .left .i {
	font-size: 28px;
	padding-top: 50px;
	padding-left: 30px;
	color: #ffffff;
	font-weight: bold;
}
#reviews .left .stars {
	color: #f58250;
	padding-left: 30px;
	padding-top: 0px;
}
#reviews .left .desc {
	color: #8288b4;
	padding-left: 30px;
	font-size: 14px;
}
#reviews .left .all {
	padding-left: 30px;
	padding-top: 10px;
}
#reviews .left .all a {
	color: #5fa0eb;
	font-size: 12px;
}
#reviews .left {
	float: left;
	width: 180px;
}
#reviews .right {
	float: left;
	width: calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	color: #1e2532;
	padding-top: 30px;
	padding-right: 30px;
}
#reviews .right li {
	/*width: 19.5% !important;*/
	margin-left: 25px;
	margin-right: 10px;
}
#reviews .right .prev {
	float: left;
	color: #fff;
	text-decoration: none;
}
#reviews .right .next {
	float: right;
	color: #fff;
	text-decoration: none;
}
#reviews .right .carousel {
	float: left;
	margin-top: -10px;
}
#reviews .right .prev i:before,
#reviews .right .next i:before {
	font-size: 30px;
}
#reviews .right .prev,
#reviews .right .next {
	padding-top: 40px;
}
#reviews .right .prev i:before,
#reviews .right .next i:before {
	font-size: 30px;
}
#reviews .right .prev i:hover,
#reviews .right .next i:hover {
	color: #605ca7;
}
#reviews .right li .name {
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 2;
}

#reviews .right li .name img {
	width: 30px;
	float: left;
	margin-right: 5px;
}

#reviews .right li .text {
	color: #8288b4;
	font-size: 12px;
	padding-bottom: 18px;
	line-height: 20px;
	height: 57px;
	overflow: hidden;
}
#reviews .right li .stars {
	color: #fbad3d;
	font-size: 10px;
	padding-top: 10px;
}
#reviews .right li .stars i:before {
	font-size: 12px;
}
#reviews .right li .date {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
#reviews .bottom ul {
	padding-left: 30px;
	padding-top: 18px;
	padding-right: 30px;
}
#reviews .bottom li {
	display: inline-block;
	color: #414f68;
	width: 17.2%;
	cursor: pointer;
}
#reviews .bottom li:last-child {
	width: 12%;
}
#reviews .bottom li:hover {
	color: #f58655;
}
#reviews .bottom li .icon {
	float: left;
	padding-right: 20px;
}
#reviews .bottom li .icon i:before {
	font-size: 30px;
}
#reviews .bottom li .info {
	float: left;
	color: #fff;
	font-size: 16px;
}
#reviews .bottom li .info .t {
	padding-top: 5px;
	font-size: 11px;
	color: #587e8c;
}
#reviews .bottom li:hover .info .n {
	color: #f58655;
}
#reviews .bottom li:hover .info .t {
	color: #fff;
}

/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 90%;
}
@media screen and (max-width: 1120px) {
	.jcarousel {
		width: 85%;
	}
}
@media screen and (max-width: 820px) {
	.jcarousel {
		width: 83%;
	}
}

@media screen and (max-width: 520px) {
	.jcarousel {
		width: 80%;
	}
}

@media screen and (max-width: 440px) {
	.jcarousel {
		width: 78%;
	}
}

@media screen and (max-width: 420px) {
	.jcarousel {
		width: 75%;
	}
}

@media screen and (max-width: 400px) {
	.jcarousel {
		width: 65% !important;
	}
}

.jcarousel ul {
	width: 10000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	width: 200px;
	float: left;
}

.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
}

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;

	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;

	background: #fff;
	color: #4e443c;
	border-radius: 10px;
	text-indent: -9999px;

	margin-right: 7px;
}

.jcarousel-pagination a.active {
	opacity: 1;
}

@media screen and (max-width: 680px) {
	#reviews .left {
		float: none;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #2c3463;
		padding-bottom: 20px;
	}

	#reviews .left .i {
		font-size: 32px;
		padding-top: 20px;
		padding-left: 0px;
		color: #fff;
		font-weight: bold;
	}

	#reviews .left .desc {
		color: #8288b4;
		padding-left: 0px;
		font-size: 14px;
	}

	#reviews .left .all {
		padding-left: 0px;
		padding-top: 10px;
	}

	#reviews .left .all a {
		font-size: 14px;
	}

	#reviews .right {
		float: none;
		width: 100%;
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}

	#reviews .content {
		height: 300px;
	}

	#reviews .right li {
		margin-left: 20px;
		margin-right: 20px;
	}

	#reviews .right .carousel {
		margin-top: 0px;
	}
}

@media screen and (max-width: 460px) {
	.jcarousel {
		width: 78%;
	}
}

.bonuses-total {
	position: relative;
	padding-top: 80px;
	padding-bottom: 130px;
	background: #000000;
}

.bonuses-total h5 {
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
}

.bonuses-total p {
	color: #8288b4;
	font-size: 13px;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.bonuses-total .container {
	position: relative;
	z-index: 1;
}

.bonuses-total-row {
	position: relative;
}

@media screen and (max-width: 1124px) {
	.bonuses-total-row .col-4 {
		flex: 0 0 40.33333%;
		max-width: 40.33333%;
	}

	.bonuses-total-row .col-8 {
		flex: 0 0 59.66667%;
		max-width: 59.66667%;
	}
}

@media screen and (max-width: 860px) {
	.bonuses-total-row .col-4 {
		flex: 0 0 43.33333%;
		max-width: 43.33333%;
	}

	.bonuses-total-row .col-8 {
		flex: 0 0 56.66667%;
		max-width: 56.66667%;
	}
}

@media screen and (max-width: 795px) {
	.bonuses-total-row .col-4 {
		flex: 0 0 45.33333%;
		max-width: 45.33333%;
	}

	.bonuses-total-row .col-8 {
		flex: 0 0 54.66667%;
		max-width: 54.66667%;
	}
}

@media screen and (max-width: 760px) {
	.bonuses-total-row .col-4 {
		flex: 0 0 49.33333%;
		max-width: 49.33333%;
	}

	.bonuses-total-row .col-8 {
		flex: 0 0 50.66667%;
		max-width: 50.66667%;
	}
}

@media screen and (max-width: 760px) {
	.bonuses-total-row .col-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bonuses-total-row .col-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bonuses-total h5 {
		text-align: center;
		margin-top: 20px;
		padding-left: 0px;
	}

	.bonuses-total p {
		text-align: center;
		padding-left: 0px;
	}
}

.bonuses-total-list {
	display: flex;
	flex-flow: wrap row;
	margin: -15px -15px;
	padding-top: 30px;
}

.bonuses-total:before {
	content: "";
	height: 70px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 2;
	transform: skewY(2deg);
}

.bonuses-total-item {
	border-radius: 15px;
	background: #41447f;
	flex: 4 180px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	flex-direction: column;
	height: 120px;
	text-align: center;
	transition: all ease-out 0.2s;
	margin: 15px;
}

.bonuses-total-item img {
	max-height: 25%;
	width: auto;
}

.bonuses-total-item strong {
	font-size: 26px;
	color: #ffffff;
	transition: all ease-out 0.2s;
	margin-top: -10px;
}

.bonuses-total-item span {
	font-size: 13px;
	color: #8288b4;
	padding: 2px 8px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #fff;
	width: 100%;
}

.bonuses-total-item b {
	font-size: 13px;
	border: 1px solid #fff;
	color: #232b56;
	background: #ffffff;
	padding: 2px 8px;
	border-radius: 5px 5px 0px 0px;
	margin-top: 5px;
	width: 100%;
}

.bonuses-total-item ._link {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.bonuses-total-item:hover strong {
	color: #ff565a;
}

.bonuses-total-links {
	top: 0;
	right: 0;
	position: absolute;
}

.bonuses-total-links li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.bonuses-total-links li:before {
	content: "\2022";
	font-size: 36px;
	line-height: 18px;
	color: #5468ff;
	position: absolute;
	top: 0;
	left: 0;
}

.bonuses-total-links a {
	text-decoration: none;
	color: #252b56;
	font-size: 18px;
	font-weight: bold;
	transition: all ease-out 0.2s;
}

.bonuses-total-links a:hover {
	text-decoration: underline;
	color: #ff565a;
}

.bbox {
	background: #1b244a;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 760px) {
	.bbox {
		margin-bottom: 30px;
	}
}

.bbox img {
	height: 86px;
	position: relative;
	top: 35px;
}

.bbox-info {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
        background-color: #46a843;
}

.bbox-info span {
	font-weight: 700;
	font-size: 48px;
	line-height: 40px;
	color: #eb3322;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 15px;
	letter-spacing: -2px;
}

.bbox-info h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	text-shadow: 0px 4px 5px rgba(38, 39, 50, 0.3);
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	text-align: center;
	padding-bottom: 10px;
}

.bbox-info p {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
}

.bbox-info ul {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
}

.bbox-info ul li {
	margin-bottom: 10px;
}

.bbox-info ul b {
	color: #ff5459;
	font-weight: bold;
	margin-right: 4px;
}

.bbox-info i {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #8288b4;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	padding-bottom: 30px;
}

.bbox-info .btn {
	position: absolute;
	bottom: 40px;
	left: 39px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	width: 200px;
	height: 48px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.bbox-info .btn:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #262732;
}

.bbox-info .btn:active {
	background: #e7ebf0;
	border: 1px solid #e7ebf0;
}

.label-error-value {
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	display: block;
	color: #ff5459 !important;
}

.label-success-value {
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	display: block;
	color: #3bbf33 !important;
}

#snow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1000;
}
