/*
$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 {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.header-inner {
  overflow: hidden;
  background: #4b6cb7;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding-bottom: 15px;
}

.header-inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/svg/bg-header-right.svg?v=2) no-repeat 0px bottom;
  -webkit-background-size: 640px auto;
  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(../images/svg/bg-header-account.svg?v=3) no-repeat 0px bottom;
  -webkit-background-size: 350px 70px;
  background-size: 350px 70px;
  bottom: 0;
  width: 351px;
}

.xtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.xtitle h1 {
  font-size: 36px;
  color: #252b56;
}

.xtitle h1 span {
  font-weight: normal;
}

.xtitle .flaticon-check {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #69e782;
  font-size: 10px;
  margin-left: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.supbox-item-caption {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supbox-item-caption i {
  color: #2367d7;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.supbox-item-foot a {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #2367d7;
  background: #f1f5f8;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.supbox-item:hover {
  border: 1px solid #2367d7;
}

.supbox-item:hover .supbox-item-foot a {
  color: #fff;
  text-decoration: none;
  background: #2367d7;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supform-caption i {
  color: #2367d7;
  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;
}

.supform-info .t2 li {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supform-info .t2 li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #252b56;
  font-weight: bold;
}

.supform-info .t2 li a span {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #252b56;
}

.supform-info .t2 li a:hover span {
  color: #1f62d0;
  text-decoration: underline;
}

.supform-info .t2 li a:hover i {
  color: #3075e6;
}

.supform-info .t2 li i {
  margin-right: 10px;
  color: #2165d3;
  font-size: 16px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.supform-info .t3 {
  color: #a4b0b9;
  margin-top: 45px;
}

/* @end */

/* @Group Help */

.aside-menu {
  border: 1px solid #f1f5f8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.aside-menu li a {
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #252b56;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.aside-menu li a:hover {
  color: #2164d2;
  text-decoration: underline;
}

.aside-menu li a.active {
  background: #f1f5f8;
}

.aside-menu li + li a {
  border-top: 1px solid #f1f5f8;
}

.question-box {
  margin-top: 40px;
  -webkit-border-radius: 10px;
  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;
  -webkit-background-size: 470px auto;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.help-list {
  margin-bottom: 35px;
}

.help-caption {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-left: 25px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, #f1f5f8 0%, white 100%);
  background-image: -ms-linear-gradient(0deg, #f1f5f8 0%, white 100%);
}

.help-caption h3 {
  color: red;
  font-size: 20px;
  color: #252b56;
  margin: 0;
}

.help h5 {
  margin: 0;
  cursor: pointer;
  display: inline;
  color: #252b56;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
}

.help h5:before {
  content: "+";
  display: block;
  font-size: 32px;
  width: 19px;
  line-height: 1;
  color: #2367d6;
  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: 35px;
}

.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: 38px;
	line-height: 56px;
}
.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;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.5);
  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 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 h3 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5
}
.static h4 {
	font-size: 20px;
	line-height: 1.4
}
.static ul {
	padding-left: 10px;
	margin-bottom: 10px;
}
.static ul li {
	list-style: disc;
	margin-left: 15px;
}
.static ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.static ol li {
	list-style: decimal;
	margin-left: 15px;
}
/* @end */

/* @Group Catalog */

.catalog-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 30px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.xselect-drop a:hover {
  background-color: #f1f5f8;
}

.xselect.opened {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 92, 110, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(82, 92, 110, 0.2);
  -webkit-border-radius: 5px;
  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(../images/svg/select-instagram.svg) no-repeat center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.icon-youtube {
  background: url(../images/svg/select-youtube.svg) no-repeat center center;
  -webkit-background-size: 20px 14px;
  background-size: 20px 14px;
  width: 20px;
  height: 14px;
}

.socradio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  z-index: 2;
  -webkit-transition: border-color ease-in-out .2s;
  -o-transition: border-color ease-in-out .2s;
  transition: border-color ease-in-out .2s;
}

.socradio-item span {
  color: #252b56;
  margin-left: 5px;
  position: relative;
  line-height: 1;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.socradio-item .flaticon-check {
  opacity: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #266cdd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 3;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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 .7px #252b56, 0 0 .7px #252b56;
  z-index: 1;
}

.socradio-item input:checked ~ i {
  z-index: 3;
}

.filter-wp {
  background-color: #fff;
  border: 1px solid #f1f5f8;
  -webkit-border-radius: 10px;
  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;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  padding-left: 5px;
  padding-right: 5px;
  width: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252b56;
  font-weight: bold;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.filter-mob-close a:hover {
  color: #909ea9;
}

.guid-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
  border: 2px solid #fff;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.guid-item-img img {
  width: 100px;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.guid-item-img.__border img {
  border: 4px solid #69e782;
}

.guid-item-info {
  margin-left: 25px;
}

.guid-item p {
  font-size: 13px;
  color: #76798b;
  line-height: 1.9;
  padding-right: 70px;
}

.guid-item:hover {
  border: 2px solid #2165d3;
}

.guid-item:hover .guid--head strong {
  color: #2063d1;
}

.guid--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.guid--head strong {
  font-size: 16px;
  color: #252b56;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.guid--head .flaticon-check {
  display: block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #69e782;
  color: #fff;
  font-size: 11px;
  text-align: center;
  z-index: 9;
}

.guid--head .online {
  width: 60px;
  height: 20px;
  margin-left: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #69e782;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #55d36e;
  text-transform: uppercase;
}

.guid--head .favorite {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.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: #ff5459;
  line-height: 1.2;
}

.guid--rating {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination-wp {
  text-align: right;
  margin-top: 10px;
}

.pagination span,
.pagination a {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  color: #b6b8cc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  margin: 0 2px;
}

.pagination i {
  font-size: 12px;
  line-height: 1;
}

.pagination a:hover {
  color: #fff !important;
  background-color: #266cdd;
}
.pagination a:hover > span {
	color: #fff;
}

.pagination-cur {
  background-color: #f1f5f8;
  color: #76798b !important;
}

/* @end */

/* @Group Catalog inner */

.back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 20px 25px;
  position: relative;
}

.userbox-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.userbox-img img {
  width: 102px;
  height: 102px;
  -webkit-border-radius: 50%;
  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;
  -webkit-border-radius: 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;
}
@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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #252b56;
}

.userbox-info .i img {
  width: 21px;
  height: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.userbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}

.userbox-list .item {
  background: #f7fafc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 0;
  width: 33.3333%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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%;
}

.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;
  -webkit-border-radius: 10px;
  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: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.uabout .uaboutbox-screens .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 33.3333%;
  -ms-flex: 1 33.3333%;
  flex: 1 33.3333%;
  max-width: 98px;
  padding: 5px;
}

.uabout .uaboutbox-screens .item img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: .7;
}

.udates {
  margin-top: 40px;
  font-size: 13px;
  color: #252b56;
  line-height: 1.9;
}

.offer-item {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.offer-empty {
	background: #fff;
	-webkit-border-radius: 5px;
	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: -webkit-linear-gradient(90deg, red 0%, #f27878 100%);
  background-image: -ms-linear-gradient(90deg, red 0%, #f27878 100%);
  -webkit-border-radius: 3px 0 0 3px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-item--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.offer-item--title .i {
  line-height: 1.2;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.offer-item--title .icon-holder {
	position: relative;
}
.offer-item--title .icon {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: url(../images/svg/select-youtube.svg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.offer-item--title .icon.youtube { background-image: url(../images/svg/select-youtube.svg); }
.offer-item--title .icon.instagram { background-image: url(../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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-left: -3px;
  margin-right: -3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.offer-item-prufs .item {
  padding: 3px;
}

.offer-item-prufs .item img {
  max-width: 100px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #fff;
  opacity: .7;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: -42px;
}

.offer-item-btn .btn {
  width: 160px;
}

.offer-item-edit {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: -32px;
}

.offer-item-edit .btn {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  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: -webkit-linear-gradient(-90deg, #9958d7 0%, #da8741 100%);
  background-image: -ms-linear-gradient(-90deg, #9958d7 0%, #da8741 100%);
}

.offer-item.__instagram .offer-item--title .icon {
  background: url(../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: .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;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.reviews-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: 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;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-item-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews-item-img img {
  max-width: 100%;
  height: auto;
}

.reviews-item--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-border-radius: 100%;
  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;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #2165d3;
  overflow: hidden;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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(../images/loader/loader.svg) no-repeat center center;
  background-color: #fff;
  -webkit-background-size: 35px 35px;
  background-size: 35px 35px;
}

.reviews-more:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.account-menu li a {
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #252b56;
  position: relative;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.account-menu li a i {
  margin-right: 12px;
  color: #b9c7d1;
  font-size: 15px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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;
  -webkit-border-radius: 100%;
  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;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  background: #fff;
  -webkit-border-radius: 2px 10px 10px 2px;
  border-radius: 2px 10px 10px 2px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-info-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e4e9ed;
  -webkit-border-radius: 2px 0 0 2px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  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 .h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: .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 .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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: .5em;
}

.account-info-item .sellers .img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  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;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 770px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  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;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 100px 30px;
	color: #b3bcc5;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.3);
	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 {
  -webkit-box-shadow: 10px 0px 30px 0px rgba(207, 215, 226, 0.4);
  box-shadow: 10px 0px 30px 0px rgba(207, 215, 226, 0.4);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  line-height: 1;
}

.messages-contacts-item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-border-radius: 100%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 25px;
  position: relative;
}

.messages-box-list {
  padding: 0 27px 25px;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 500px;
  overflow: scroll;
}

.messages-box-form {
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  width: 120px;
  font-weight: bold;
  text-transform: uppercase;
}

.messages-box--item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.messages-box--item .icon {
  position: absolute;
  right: -9px;
  top: -8px;
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.messages-box--item .icon img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.messages-box--item .icon .flaticon-user {
  background: #3ee36d;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.messages-box--item .msg {
  max-width: 90%;
  background: #6a7bff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 17px 25px;
  color: #fff;
  line-height: 1.9;
}

.messages-box--item small {
  display: block;
  font-size: 10px;
  color: #bebecd;
  margin-left: 20px;
  margin-top: 2px;
}

.messages-box--item.__self {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.messages-box--item.__self .icon {
  left: -9px;
  right: auto;
}

.messages-box--item.__self .msg {
  background: #f1f3f7;
  color: #232630;
}

.messages-box .not-selected {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eef2f6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 .copy-wp {
  margin-top: 15px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.account-info-item .copy-wp .inp {
  width: 100%;
  color: #5468ff;
  text-decoration: underline;
  font-weight: bold;
    cursor: pointer;
}

.account-info-item .copy-wp .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 120px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.account-info-item .ul1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90%;
}

.account-info-item .afflist-item .icon {
  margin-right: 25px;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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 */

/* @Group Account settings */

.account-form {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
  background: #fff;
  -webkit-border-radius: 2px 10px 10px 2px;
  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: #69e782;
  -webkit-border-radius: 2px 0 0 2px;
  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;
	-webkit-box-shadow: 0px 20px 100px 0px rgba(139, 151, 167, 0.8);
	box-shadow: 0px 20px 100px 0px rgba(139, 151, 167, 0.8);
	-webkit-border-radius: 5px;
	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: -webkit-linear-gradient(to bottom, #f5af19, #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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.account-form .g-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px;
}

.account-form .g-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  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%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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: -webkit-linear-gradient(180deg, #515ed0 0%, #db2d7b 100%);
	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;
  -webkit-border-radius: 24px;
  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: 20px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.account-form .g-verify .flaticon-check {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  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;
  -webkit-border-radius: 10px;
  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(../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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: 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;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
	min-height: 50px;
	border-left: 3px solid #e4e9ed;
	color: #252b56;
}
.account-notification .i {
	position: absolute;
	top: 50%;
	left: 10px;
	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: 40px;
}
.account-notification .d {
	font-size: 12px;
	color: #b3bcc5;
	padding-left: 40px;
}
.account-notification.__active {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.2);
	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;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 100px 30px;
	color: #b3bcc5;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.3);
	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-channels {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px 30px;
}
.account-channels.add {
	border-left: 4px solid #69e782;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.4);
	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: -webkit-linear-gradient(180deg, #515ed0 0%, #db2d7b 100%); background-image: -ms-linear-gradient(180deg, #515ed0 0%, #db2d7b 100%); }
.account-channel:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(207, 215, 226, 0.6);
	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;
	-webkit-border-radius: 6px;
	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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.dropzone-previews-name {
  color: #252b56;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  overflow-x: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

.dropzone-previews-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  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;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f1f5f8;
  /*
					animation: pulse 6s ease infinite;
					transition: all 0.2s linear;	
*/
}

.dropzone-previews-progress .progress-bar {
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #69e782;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone-previews-delete .btn {
  margin-left: 10px;
  background: #ff5459;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  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;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  -webkit-box-shadow: 1px 1px 1px #aaaaaa;
  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 {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    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 {
		margin: 20px 0 0 0;
	}
	.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;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .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;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    -webkit-box-shadow: 0px 10px 100px 0px rgba(19, 32, 66, 0.2);
    box-shadow: 0px 10px 100px 0px rgba(19, 32, 66, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    left: 50%;
    top: 30px;
    -webkit-box-shadow: 0px 20px 150px 0px rgba(26, 27, 31, 0.4);
    box-shadow: 0px 20px 150px 0px rgba(26, 27, 31, 0.4);
    -webkit-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    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;
  }

  .account-mob-link {
    display: block;
  }

  .account-menu {
    position: fixed;
    overflow: scroll;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate(-320px, 0);
    -ms-transform: translate(-320px, 0);
    transform: translate(-320px, 0);
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 101;
    width: 280px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(207, 215, 226, 0.6);
    box-shadow: 0 10px 30px 0 rgba(207, 215, 226, 0.6);
  }

  .account-menu._open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    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;
  }
}

@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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
  }

  .guid--price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .guid--price strong {
    font-size: 20px;
    margin-left: 5px;
  }

  .guid--rating {
    position: static;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #f1f5f8;
  }

  .account-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .account-info-item .btnwp {
    margin-top: 20px;
    margin-left: 0;
  }

  .account-info-item.__premium {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .account-info-item .col-left,
  .account-info-item .col-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    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.__affiliate {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: 80px;
  }

  .guid-item-info {
    margin-left: 20px;
  }

  .offer-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offer-item--title a {
    white-space: nowrap;
  }

  .offer-item--price {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offer-item--price span {
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .catalog-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .catalog-top .xtitle {
    margin-bottom: 0px;
  }

  .catalog-top .sort-wp {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
  }

  .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: -webkit-calc(50% - 10px);
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .guid-item-img {
    margin-bottom: 10px;
  }

  .guid-item-img img {
    width: 100px;
  }

  .guid-item-info {
    margin-left: 0;
  }

  .guid--head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guid--head strong {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    margin-bottom: 2px;
  }

  .guid--head .flaticon-check {
    margin-left: 0;
  }

  .guid--ext {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer-item {
    margin-left: -20px;
    margin-right: -20px;
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .offer-item:after {
    -webkit-border-radius: 0;
    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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .offer-item-edit .btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .offer-item-prufs .prufs-list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    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;
    -webkit-border-radius: 0;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .account-info-item {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .messages-wp {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .messages-contacts {
    max-width: 60px;
    min-width: 60px;
  }

  .messages-contacts-caption {
    font-size: 9px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .account-form-box {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    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: 0px 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;
	}
	.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: 360px) {
  .filter-wp {
    padding-left: 15px;
    padding-right: 15px;
  }
}