* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Roboto', sans-serif;
	min-width: 320px;
	padding-top: 48px;
}

div, section, p, ul, li, a {
	position: relative;
}

button {
	font-family: 'Roboto', sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
}

.header-right a:hover,
.header-right a:focus {
	text-decoration: none;
}

/*a:hover {
	text-decoration: underline;
}*/
.hide {
	display: none;
}

.wrapper {
	max-width: 1297px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}

.wrapper-fluid {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 48px;
	padding-left: 48px;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.txt-right {
	text-align: right;
}

.txt-gold,
a.txt-gold {
	color: #d6b25c;
}

/*** General elements ***/
.img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.ava-md {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.ava-md-2 {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ava-lg {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.btn-inline-block {

}

.btn {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}

.btn-primary {
	color: #fff;
	background-color: #455a64;
}

.btn-success {
	color: #fff;
	background-color: #388e3c;
}

.btn-gold-block {
	color: #fff;
	background-color: #d6b25c;
}

.w100p {
	display: block;
	width: 100%;
}

.btn-apps {
	display: inline-block;
	position: relative;
	height: 32px;
	padding-right: 32px;
	padding-left: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}

.btn-apps:hover {
	text-decoration: none;
}

.btn-apps + .btn-apps {
	margin-left: 12px;
}

.btn-apps i[class^='icon-'] {
	position: absolute;
	top: 4px;
	left: 6px;
	/*height: 22px;*/
	font-size: 22px;
}

.btn-apps-primary {
	color: #d6b25c;
	background: #fff;
	border: 1px solid #d6b25c;
}

.btn-apps-black {
	color: #212121;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.btn-apps-check:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 8px;
	width: 18px;
	height: 18px;
	background-color: #383838;
}

.btn-apps.btn-apps-black {
	padding-right: 42px;
}

.btn-apps.btn-apps-black .action-sel-count {
	position: absolute;
	right: 16px;
}

.btn-gold {
	display: inline-block;
	height: 26px;
	padding: 6px 24px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 10px;
	background-color: #d6b25c;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-198 {
	width: 198px;
	line-height: 46px;
	text-align: center;
}

input.checkbox {
	display: none;
}

.checkbox + label {
	color: #757575;
	font-size: 13px;
	cursor: pointer;
}

.checkbox + label:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-right: 9px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	vertical-align: middle;
	transition: all linear .3s;
}

.checkbox:checked + label:before {
	background-color: #383838;
	border: 1px solid #cdcdcd;
}

/*** /General elements ***/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #263238;
	z-index: 9999999;
}

header .wrapper-fluid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

header .flex-spacer {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
}

/*** Header Left col ***/
.header-left {
	/*float: left;*/
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
	width: 155px;
}

.header-left-logo-ico {
	float: left;
	position: relative;
	font-size: 24px;
	color: #d6b25c;
	line-height: 32px;
	z-index: 9999999;
}

/*** Burger Menu function ***/
.header-burger-container {
	position: absolute;
	top: 0;
	left: 0;
	/*    width: 18px;
		height: 12px;*/
}

.header-burger-btn {
	float: left;
	display: block;
	position: relative;
	width: 18px;
	height: 12px;
	margin-top: 12px;
	/*margin-left: 12px;*/
	z-index: 9999999;
}

.header-burger-btn > span,
.header-burger-btn:before,
.header-burger-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d6b25c;
	transition: .5s ease;
}

.header-burger-btn:before {
	top: 0;
}

.header-burger-btn > span {
	top: 5px;
}

.header-burger-btn:after {
	top: 10px;
}

.header-burger-menu-top {
	display: block;
	background-color: #FFF;
	color: #383838;
	height: 48px;
	position: relative;
}

.burger-menu-close {
	position: absolute;
	display: block;
	background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23383838%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22Symbols%22%3E%0A%09%3Cg%20id%3D%22icon-Close-Mobweb%22%20transform%3D%22translate(-2.000000%2C%20-2.000000)%22%3E%0A%09%09%3Cg%20id%3D%22gilt-icon-close%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%09%09%09%3Cpath%20id%3D%22Rectangle-path%22%20class%3D%22st0%22%20d%3D%22M0.7%2C17.7l17-17c0.4-0.4%2C1-0.4%2C1.4%2C0l0%2C0c0.4%2C0.4%2C0.4%2C1%2C0%2C1.4l-17%2C17%0A%09%09%09%09c-0.4%2C0.4-1%2C0.4-1.4%2C0l0%2C0C0.3%2C18.7%2C0.3%2C18.1%2C0.7%2C17.7z%22%2F%3E%0A%09%09%09%3Cpath%20id%3D%22Rectangle-path_1_%22%20class%3D%22st0%22%20d%3D%22M0.8%2C0.8L0.8%2C0.8c0.4-0.4%2C1-0.4%2C1.4%2C0l17%2C17c0.4%2C0.4%2C0.4%2C1%2C0%2C1.4l0%2C0%0A%09%09%09%09c-0.4%2C0.4-1%2C0.4-1.4%2C0l-17-17C0.4%2C1.8%2C0.4%2C1.2%2C0.8%2C0.8z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
	height: 20px;
	width: 20px;
	top: 14px;
	right: 16px;
	text-indent: -9999px;
}

.burger-menu-overlay {
	position: fixed;
	top: -120px;
	left: 0px;
	right: 0;
	bottom: -120px;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

#burger-wrapper {
	display: block;
	position: fixed;
	background: #FFF;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: initial;
	width: initial;
	opacity: 1;
	border: none;
	-webkit-transition: top 150ms ease;
	-moz-transition: top 150ms ease;
	-o-transition: top 150ms ease;
	transition: top 150ms ease;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999999;
	/*    position: fixed;
		top: -120px;
		right: 0;
		bottom: -120px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 9999997;*/
}

#header-burger-toggle:checked + #burger-wrapper {
	top: 0;
	visibility: visible;
	/*opacity: 1;*/
	/*-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;*/
}

#header-burger-toggle:checked + .header-burger-btn:before {
	top: 5px;
	transform: rotate(-45deg);
}

#header-burger-toggle:checked + .header-burger-btn > span {
	display: none;
}

#header-burger-toggle:checked + .header-burger-btn:after {
	top: 5px;
	transform: rotate(45deg);
}

#header-burger-toggle {
	display: none;
}

#header-burger-menu {
	/*position: absolute;
	width: 100%;
	height: 100%;
	padding: 168px 0 120px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0.9px 0.4px 9px rgba(0, 0, 0, 0.25);
	-moz-transition: opacity .1s, visibility 0s .1s;
	-webkit-transition: opacity .1s, visibility 0s .1s;
	transition: opacity .1s, visibility 0s .1s;
	transition: .2s ease;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;*/
}

/*** //Burger Menu function ***/

/*.burger-menu-list:first-child {
    height: 252px;
}*/

/*.burger-menu-list.burger-menu-list-user {
    height: 260px;
}*/

.burger-menu-list {
	width: 100%;
	left: 0;
	display: block;
	background: #FFFFFF;
	height: calc(100vh - 45px);
}

.burger-menu-list > li {
	/*padding-left: 24px;
	padding-right: 24px;*/
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 51px;
	text-transform: uppercase;
}

.burger-menu-list > li:last-child {
	margin-bottom: 100px;
}

.burger-menu-list .bml-dots:before {
	content: '\203A';
	display: block;
	position: absolute;
	height: 16px;
	width: 16px;
	font-size: 22px;
	right: 32px;
}

.burger-menu-list > li:after {
	display: block;
	content: '';
	margin: 0 24px;
	border-bottom: 1px solid #e7e7e7;
}

.burger-menu-list > li:first-child {
	height: 48px;
	font-size: 14px;
	line-height: 52px;
}

.burger-menu-list > li > a,
.burger-menu-list .burger-li-lable {
	display: block;
	padding-left: 32px;
	/*border-bottom: 1px solid #e7e7e7;*/
}

.burger-menu-list > li > a:hover {
	text-decoration: none;
}

.burger-menu-list-pic {
	position: absolute;
	top: 12px;
	left: 33px;
}

/*.burger-menu-list-user > li:first-child {
    margin-bottom: 8px;
    color: #90a4ae;
    background-color: #eee;
}

.burger-menu-list-user .burger-menu-list-pic {
    top: 8px;
    left: 29px;
}*/

.burger-menu-list > li > i[class^='icon'] {
	content: '';
	display: inline-block;
	color: #eee;
	font-size: 24px;
}

.burger-menu-list .drop-toggler {
	text-align: center;
	margin-top: -51px;
}

.burger-menu-list #par_search,
.burger-menu-list #par_search2 {
	border: 0 none;
	padding-right: 32px;
	padding-left: 32px;
}

.burger-menu-list .action_search {
	position: absolute;
	top: 16px;
	right: 32px;
}

.burger-menu-list .drop-block {
	position: relative;
	padding-left: 32px;
	box-shadow: none;
	background-color: #f5f5f5;
}

.burger-menu-list .drop-block:before {
	display: none;
}

.header-left-logo {
	float: right;
	color: #d6b25c;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	cursor: pointer;
}

/*** Top searcher ***/
.fi-searcher-top {
	max-width: 356px;
	width: 100%;
	padding-right: 48px;
	padding-left: 8px;
	/*display: inline-block;*/
}

.fi-searcher-top input {
	width: 100%;
	color: #212121;
	padding-left: 16px;
	font-size: 12px;
	line-height: 32px;
	border: 0 none;
	outline: 0;
	background-color: #fff;
}

.fi-searcher-top i[class^='icon-'] {
	position: absolute;
	top: 9px;
	right: 16px;
	color: #fff;
	cursor: pointer;
}

/*** //Top searcher ***/

/*** Header settings ***/
header .header-settings {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 14px;
}

.lng-sel, .geo-sel {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 13px;
	color: #d6b25c;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.lng-sel:after,
.geo-sel:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #d6b25c;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.geo-sel img {
	max-width: 18px;
}

.geo-sel img + span {
	margin-left: 10px;
}

/*.lng-sel div {
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    color: #d6b25c;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.lng-sel div:first-child {
    position: relative;
    left: initial;
    top: initial;
    display: block;
}

.lng-sel:hover div {
    display: block;
    text-decoration: none;
}*/
/*** //Header settings ***/
/*** Header right col ***/
.header-right {
	/*float: right;*/
	/*width: 250px;*/
	flex-shrink: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*.header-btn {
    position: initial;
    float: left;
    line-height: 0;
}*/

.header-btn {
	margin-left: 32px;
	/*margin-right: 34px;*/
}

/*.header-btn:last-child {
    margin-right: 0;
}*/

.header-btn > * {
	position: initial;
	cursor: pointer;
}

[class^='header-btn-'] > i[class^='icon-'] {
	color: #d6b25c;
}

.header-btn i.icon-plus-btn {
	font-size: 20px;
}

.header-signin {
	text-align: right;
	color: #d6b25c;
	font-size: 14px;
	font-weight: 500;
	/*line-height: 32px;*/
}

.header-signin > a:first-child {
	padding-right: 7px;
}

.header-signin > a:last-child {
	margin-left: -2px;
	padding-left: 7px;
	border-left: 1px solid;
}

.header-signin > a:hover {
	text-decoration: underline;
}

.header-btn-sign > .ava-md {
	margin-right: 7px;
	margin-left: auto;
}

.drop-block {
	display: none;
	position: absolute;
	box-shadow: 0.9px 0.4px 9px rgba(0, 0, 0, 0.25);
}

.drop-block:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.header-settings .drop-block,
.header-btn .drop-block {
	width: 300px;
	padding: 8px 0;
	background-color: #fff;
	z-index: 99998;
}

.header-settings .drop-block {
	top: 31px;
	right: -35px;
}

.header-settings .drop-block:before {
	top: -7px;
	right: 50px;
}

.header-settings .drop-block-title,
.header-btn .drop-block-title {
	padding-right: 16px;
	padding-left: 32px;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
}

.header-settings .drop-block-inner,
.header-btn .drop-block-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
}

.drop-block-inner > a {
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.header-settings .drop-block-inner:hover,
.header-btn .drop-block-inner:hover {
	color: #fff;
	background-color: #d6b25c;
}

header .drop-block-inner > img,
header .drop-block-inner > a > img,
header .drop-block-inner .ico-header-sales,
header .drop-block-inner .ico-header-goods {
	margin-left: 32px;
}

.header-settings .drop-block-inner img + span,
.header-btn .drop-block-inner img + span {
	margin-left: 32px;
}

.header-settings .drop-block-inner span + span,
.header-btn .drop-block-inner span + span {
	margin-left: 24px;
}

.burger-menu-list .drop-block-inner img + span {
	margin-left: 24px;
}

.burger-menu-list .drop-block-inner span + span {
	margin-left: 60px;
}

.drop-block > .drop-block-devider {
	margin: 0 16px;
	border-bottom: 1px solid #e7e7e7;
}

.header-apps {
	top: 40px;
	right: 0;
}

.drop-block.header-apps:before {
	top: -7px;
	left: 160px;
}

.show {
	display: block;
}

.header-apps-mmoda {
	display: block;
	width: 147px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.header-apps-mmoda i.icon-logo-mmoda {
	display: block;
	width: 65px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	color: #d6b25c;
	font-size: 65px;
}

.header-apps-title {
	margin-top: 12px;
	color: #d6b25c;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.header-adds {
	top: 35px;
	right: -32px;
}

.drop-block.header-adds::before {
	top: -7px;
	right: 35px;
}

/*.header-adds-block {
    display: block;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 40px;
}

.header-adds-block + .header-adds-block {
    border-top: 1px solid #e0e0e0;;
}*/

.ico-header-sales {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../css/img/sprite/ico-addsales.png');
	vertical-align: middle;
}

.ico-header-goods {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../css/img/sprite/ico-addgoods.png');
	vertical-align: middle;
}

.header-adds-title {
	display: inline-block;
	margin-left: 20px;
	/*color: #455a64;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;*/
	vertical-align: middle;
}

.header-sign {
	top: 40px;
	right: -12px;
}

.drop-block.header-sign::before {
	top: -7px;
	right: 28px;
}

/*.header-sign-block {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}*/

/*.header-sign-block:first-child {
    padding-left: 32px;
}*/

/*.header-sign-block + .header-sign-block {
    border-top: 1px solid #e0e0e0;;
}*/

.header-sign-block .ava-md-2 {
	display: inline-block;
	margin: 10px 0;
	vertical-align: middle;
}

.header-sign-title {
	display: inline-block;
	margin-left: 24px;
	/*    color: #455a64;
		font-size: 12px;
		font-weight: 500;
		line-height: 20px;*/
	vertical-align: middle;
}

.header-sign-block-exit {
	/*    float: right;
		width: 50%;
		height: 40px;
		padding-left: 22px;
		line-height: 36px;
		border-left: 2px solid #e0e0e0;*/
	text-align: left;
	padding-right: 16px;
	width: 100%;
}

.header-sign-block-avatar, .header-sign-block-exit a {
	padding-right: 16px;
	padding-left: 32px;
}

.header-sign-block-exit a {
	display: block;
}

.header-sign-block-exit i.icon-exit {
	color: #bdbdbd;
	font-size: 24px;
	vertical-align: middle;
}

/*** Main picture and logon forms container ***/
#main-top-container {
	height: 525px;
	background-color: #d5d5d5;
}

.main-top-wrapper {
	max-width: 1281px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-top-pic {
	width: 100%;
	height: 100%;
	padding-top: 1px;
}

.main-top-pic-left {
	position: absolute;
	bottom: 0;
	left: 11.5%;
}

.main-top-pic-right {
	position: absolute;
	bottom: 0;
	right: 8.6%;
}

.main-top-pic.logon-true {
	float: left;
	width: 64.3%;
}

.logon-true .main-top-pic-left {
	left: 2.15%;
}

.logon-true .main-top-pic-right {
	right: 6.4%;
}

.main-top-pic-txt {
	max-width: 286px;
	margin-top: 76px;
	margin-right: auto;
	margin-left: auto;
}

.main-top-pic-logo {
	display: block;
	margin-left: auto;
	max-width: 246px;
}

.main-top-pic-h3 {
	margin-top: 43px;
	color: #383838;
	font-size: 22px;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.6px;
}

.main-top-aside {
	float: left;
	width: 100%;
	min-width: 320px;
	max-width: 340px;
	padding-top: 20px;
	z-index: 1;
}

.main-top-aside-wrap {
	margin: 0 30px;
}

.main-top-aside input {
	height: 32px;
	padding-left: 14px;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
}

.main-top-aside .field-user-email {
	margin-top: 20px;
}

.main-top-aside .btn {
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 4px;
}

.main-top-aside .btn-inline-block {
	margin-top: 32px;
}

.main-top-aside .btn-inline-block .btn {
	width: 118px;
}

.main-top-aside-head {
	color: #455a64;
	font-size: 18px;
	font-weight: 700;
}

.main-top-login {
	padding: 31px 0 0;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
}

.main-top-login a {
	color: #455a64;
	font-size: 12px;
	font-weight: 500;
	margin-left: 37px;
}

.main-top-aside .ac_toggle_login_forgot {
	font-size: 12px;
	margin-left: 20px;
	border: 0 none;
	background: transparent;
	vertical-align: top;
}

.main-top-forgot {
	padding: 22px 0 31px;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
}

.main-top-forgot .main-top-aside-head {
	margin-bottom: 43px;
}

.main-top-reg {
	padding-top: 22px;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
}

.main-top-reg .main-top-aside-head {
	margin-bottom: 20px;
}

.bage-help:after {
	content: '?';
	position: absolute;
	display: block;
	top: 3px;
	right: 0;
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background-color: #d6b25c;
	cursor: pointer;
}

.bage-close:after {
	content: '\2716';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	color: #455a64;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

.main-top-reg-choice {
	margin-bottom: 20px;
	padding-top: 21px;
	padding-bottom: 17px;
	background-color: #eee;
	text-align: center;
}

.main-top-reg-shop {
	display: inline-block;
}

.main-top-reg-shop i.icon-shop {
	display: block;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	font-size: 32px;
}

.main-top-reg-shop i.icon-shop span {
	font-size: 32px;
}

.main-top-reg-shop span {
	font-size: 12px;
	text-transform: uppercase;
}

.main-top-reg .btn {
	display: block;
	width: 100%;
	margin-top: 32px;
	/*margin-bottom: 20px;*/
}

.main-top-reg-soc {
	text-align: center;
	border-top: 1px solid #a8a8a8;
}

.main-top-reg-soc i[class^='icon-'] {
	margin-right: 11px;
	vertical-align: middle;
}

.main-top-reg-soc a {
	color: #455a64;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
}

/*** Main Apps container ***/
.main-apps-heading {
	height: 225px;
	padding-top: 124px;
	padding-left: 68px;
	background-color: #607D8B;
	color: #d6b25c;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.main-apps-body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-apps-pic {
	float: left;
	width: 27.5%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-apps-pic-badge {
	position: absolute;
	width: 81%;
	right: 0;
	bottom: 6.5%;
	padding-top: 36px;
	padding-bottom: 34px;
	padding-left: 40%;
	background-color: #fff;
	opacity: 0.9;
}

.main-apps-pic-badge i[class^='icon-'] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 29px;
	left: 11%;
	color: #d6b25c;
	font-size: 50px;
}

.main-apps-pic-title {
	color: #d6b25c;
	font-size: 18px;
	font-weight: 700;
}

.main-apps-pic-subtitle {
	margin-top: 6px;
	color: #383838;
	font-size: 14px;
	font-weight: 700;
}

.main-apps-menu {
	float: left;
	width: 22.5%;
	padding-top: 84px;
	padding-left: 6.85%;
}

.main-apps-menu ul {
	color: #455763;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.main-apps-menu > ul li:before {
	display: inline-block;
	content: '\203A';
	margin-right: 8px;
	color: #d6b25c;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 800;
}

.main-apps-profiles {
	float: left;
	width: 26.5%;
	max-height: 331px;
	padding: 15px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.main-apps-profiles-block {
	max-width: 306px;
	margin-right: auto;
	margin-left: auto;
}

.profile-prev-icon {
	width: 102px;
	padding-top: 35px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.profile-prev-title {
	width: 84px;
	margin: 18px auto 0;
	color: #455763;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.profile-prev-city {
	display: inline-block;
	margin-top: 9px;
	color: #757573;
	font-size: 10px;
	font-weight: 400;
}

.profile-prev-city i {
	display: inline-block;
	margin-right: 6px;
	color: #d6b25c;
	font-size: 10px;
	vertical-align: top;
}

.main-apps-text {
	float: left;
	width: 23.5%;
	padding-right: 8px;
	padding-left: 32px;
	color: #383838;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	background-color: #f5f5f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.main-apps-text p {
	padding-top: 35px;
	padding-bottom: 30px;
}

.main-apps-text p:before {
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	width: 25px;
	border-top: 1px solid #d6b25c;
}

/*** //Main Apps container ***/

/*** FOOTER ***/
footer {
	margin-top: 140px;
	padding-top: 50px;
	padding-bottom: 46px;
	background-color: #273238;
}

footer .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer-left {
	float: left;
	min-height: 1px;
	width: 19%;
}

.footer-center {
	float: left;
	width: 62%;
}

.footer-center-choice {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer-center-choice ul > li {
	display: inline-block;
	color: #d5d5d5;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.footer-center-choice ul > li.active {
	color: #fff;
}

.footer-center-choice ul > li + li {
	margin-left: 35px;
}

.footer-center-left {
	float: left;
	width: 50%;
	padding-right: 8.75%;
	text-align: right;
}

.footer-center-right {
	float: left;
	width: 50%;
	padding-left: 6%;
}

.footer-center-logo {
	margin-top: 39px;
	text-align: center;
}

.footer-center-logo1 {
	color: #d6b25c;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-center-logo2 {
	margin-top: 9px;
	color: #d6b25c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2.5px;
}

.footer-right {
	float: left;
	width: 19%;
}

.footer-email {
	max-width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	color: #d5d5d5;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}

.footer-email i {
	display: block;
	/*	width: 16px;
		height: 12px;*/
	margin-bottom: 13px;
	margin-right: auto;
	margin-left: auto;
	color: #d5d5d5;
	font-size: 16px;
}

/*** //FOOTER ***/

/*** Second Left Menu function ***/
.menu2-left-container {
	/*position: absolute;
	top: 12px;
	margin-left: -3px;
	display: flex;
	align-items: center;*/
}

.menu2-left-container > a {
	/*padding-top: 1px;*/
}

.menu2-left {
	/*display: inline-block;
	vertical-align: middle;*/
	/*margin-right: 10px;
	width: 44px;*/
	float: left;
}

#menu2-left-toggle:not(:checked) + .menu2-left-btn > i[class^='icon-close'] {
	display: none;
}

#menu2-left-toggle:not(:checked) + .menu2-left-btn:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	right: -28px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 7px solid #e0e0e0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.menu2-left-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	align-items: center;
	height: 95px;
	cursor: pointer;
	z-index: 99991;
}

/*.menu2-left-btn > i[class^='icon-logo'] {
	font-size: 24px;
}*/
.smallpic-logo-lk {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: middle;
}

.menu2-left-btn > i[class^='icon-']:first-child {
	font-size: 24px;
}

.menu2-left-btn > i[class^='icon-close'] {
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	font-size: 16px;
}

#menu2-left-menu {
	position: fixed;
	width: 230px;
	height: auto;
	margin-top: 48px;
	padding-top: 48px;
	top: 0;
	bottom: 0;
	left: -230px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background-color: #f0dfd5;
	-moz-transition: opacity .1s, visibility 0s .1s;
	-webkit-transition: opacity .1s, visibility 0s .1s;
	transition: opacity .1s, visibility 0s .1s;
	transition: .2s ease;
	z-index: 99990;
}

#menu2-left-menu.menu-app {
	background-color: #f0dfd5;
}

#menu2-left-menu.menu-lk {
	background-color: #ffff;
}

#menu2-left-menu.menu-faq {
	background-color: #273238;
}

#menu2-left-menu:hover {
	overflow-y: auto;
}

#menu2-left-toggle:checked + label + #menu2-left-menu {
	opacity: 1;
	visibility: visible;
	left: 0;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;
}

/*#menu2-left-toggle:checked + .menu2-left-btn > i[class^='icon-logo'] {
	display: none;
}*/
#menu2-left-toggle:checked + .menu2-left-btn > i[class^='icon-']:first-child,
#menu2-left-toggle:checked + .menu2-left-btn > .smallpic-logo-lk {
	display: none;
}

/*#menu2-left-toggle:checked + .menu2-left-btn:after {
	content: '\2716';
	display: block;
	width: 24px;
	height: 24px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}*/
#menu2-left-toggle {
	display: none;
}

/*** //Second Left Menu function ***/

/*** //Second Left Menu Content ***/
.menu2-left-logo-block {
	text-align: center;
}

/*.menu2-left-logo {
	text-align: center;
}*/
.menu2-left-logo img {
	display: block;
	width: 140px;
	height: 140px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}

.menu2-left-header-container {
	margin-left: 16px;
	margin-right: 66px;
}

.menu2-left-logo-title {
	content: #212121;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.menu2-left-btn .profile-prev-city {
	display: block;
	margin-top: 4px;
	content: #212121;
	font-size: 11px;
	font-weight: 400;
}

.menu2-left-btn .btn-gold {
	display: block;
	margin-top: 6px;
}

.menu-lk .menu2-left-logo-title {
	padding-top: 17px;
}

.menu2-left-logo-subtitle {
	padding-top: 9px;
	color: #c69c6c;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.menu-lk .profile-prev-city {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}

/*.menu-app .menu2-left-list:first-of-type {
    margin-top: 58px;
}

.menu-lk .menu2-left-list:first-of-type {
    margin-top: 24px;
    margin-top: 74px;
    margin-left: 17px;
}

.menu-faq .menu2-left-list:first-of-type {
    margin-top: 60px;
}*/

.menu2-left-list-something {
	display: flex;
	/*margin-top: 50px;*/
}

ul.menu2-left-list-something > li {
	display: block;
	padding: 0 20px;
}

ul.menu2-left-list-something > li > a {
	display: block;
	position: relative;
	min-width: 0;
	height: 95px;
	padding-top: 50px;
	color: #212121;
	font-size: 13px;
	font-weight: 400;
	/*line-height: 47px;*/
	letter-spacing: .7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
}

ul.menu2-left-list-something a.selected:after,
ul.menu2-left-list-something a:hover:after {
	content: '';
	display: block;
	margin-top: -2px;
	border-bottom: 2px solid #d6b25c;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.menu2-left-list > li {
	padding-left: 78px;
	padding-right: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
}

.menu2-left-list > li > a {
	display: block;
}

.menu2-left-list-pic {
	position: absolute;
	top: 8px;
	left: 45px;
}

.menu-app .menu2-left-logo-title,
.menu-app .menu2-left-list > li {
	color: #d6b25c;
}

.menu-lk .menu2-left-logo-title,
.menu-lk .menu2-left-list > li {
	color: #455a64;
}

.menu-faq .menu2-left-logo-title,
.menu-faq .menu2-left-list > li {
	color: #d6b25c;
}

.menu-faq .menu2-left-list > li {
	padding-left: 24px;
}

.menu2-left-list > li.menu2-left-list-setting {
	margin-top: 13px;
	padding-right: 0;
	padding-left: 0;
}

.menu2-left-list > li.menu2-left-list-setting a {
	font-size: 16px;
	text-align: center;
}

.menu2-left-logo i[class^='icon-'] {
	font-size: 140px;
	color: #d6b25c;
}

.menu2-left-logo i.icon-logo-mmoda {
	color: #d6b25c;
	font-size: 147px;
	margin-top: -4px;
	margin-left: -4px;
}

.menu2-left-list > li > i[class^='icon-'] {
	font-size: 16px;
}

.menu2-left .btn-198 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	border-radius: 3px;
}

/*** //Second Left Menu Content ***/

.bar-top-logo-title {
	margin-left: 6px;
	color: #d6b25c;
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle;
	cursor: pointer;
}

.bar-top-title {
	display: none;
	color: #212121;
	font-size: 14px;
	font-weight: 500;
}

.bar-ico {
	display: inline-block;
	margin-right: 28px;
	font-size: 21px;
	cursor: pointer;
}

/*** Filters right block function ***/
.filters-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-right: 16px;
}

.filters-btn {
	display: block;
	position: relative;
	color: #212121;
	font-size: 14px;
	font-weight: 500;
	/*line-height: 32px;*/
	cursor: pointer;
	z-index: 99991;
}

.ico-filters {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 14px;
	height: 2px;
	/*margin-left: 11px;*/
	background-color: #455a64;
	vertical-align: middle;
}

.ico-filters:before,
.ico-filters:after {
	content: '';
	display: block;
	position: relative;
	height: 2px;
	background-color: #455a64;
}

.ico-filters:before {
	top: -5px;
	left: -2px;
	width: 18px;
}

.ico-filters:after {
	top: 3px;
	left: 2px;
	width: 10px;
}

#filters-menu {
	/*float: right;*/
	flex-shrink: 0;
	width: 300px;
	height: 100%;
	visibility: visible;
	opacity: 1;
	padding-top: 48px;
	overflow: hidden;
	background-color: #fff;
	-moz-transition: opacity .1s, visibility 0s .1s;
	-webkit-transition: opacity .1s, visibility 0s .1s;
	transition: opacity .1s, visibility 0s .1s;
	transition: .2s ease;
	z-index: 98;
	position: relative;
}

#filters-menu.lock:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	opacity: 0.5;
}

.action-filter-duplicate {
	position: relative;
	padding-top: 28px;
}

.action-filter-duplicate.lock:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	opacity: 0.5;
}

/*#filters-menu:hover {
	overflow-y: auto;
}*/
#filters-toggle:checked + #filters-menu {
	height: 100%;
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;
}

.filters-btn.opened .ico-filters,
.filters-btn:not(.opened) > i[class^='icon-close'] {
	display: none;
}

.filters-btn.opened > i[class^='icon-close'] {
	display: inline-block;
	position: relative;
	top: -1px;
	right: -3px;
	margin-left: 9px;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}

#filters-toggle {
	display: none;
}

/*#filters-menu.filter-displayed {
	height: auto;
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;
}
#filters-toggle.filter-displayed .ico-filters,
#filters-toggle:not(.filter-displayed) > i[class^='icon-close'] {
	display: none;
}
#filters-toggle.filter-displayed > i[class^='icon-close'] {
	display: inline-block;
	position: relative;
	top: -2px;
	right: -3px;	
	margin-left: 9px;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}*/
/*** //Filters right block function ***/
/*** //Filters right block Menu ***/
.filters-item,
.filters-item-single {
	font-family: 'PT Sans', sans-serif;
}

.fi-outline {
	border: 1px solid #d6b25c;
}

.fi-underline {
	border-bottom: 1px solid #e8e8e8;
}

.filters-item-single {
	height: 71px;
	color: #757575;
	font-size: 14px;
	line-height: 68px;
}

.filters-wrapper > .filters-item-single {
	padding-right: 16px;
	padding-left: 16px;
}

.fi-wrapper > .filters-item-single {
	margin-right: 16px;
	margin-left: 16px;
}

.fi-separator-title {
	height: 60px;
	margin-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
	color: #757575;
	font-size: 14px;
	line-height: 58px;
	background-color: #eee;
}

.fi-title {
	height: 58px;
	padding-right: 28px;
	padding-left: 16px;
	color: #757575;
	font-size: 14px;
	line-height: 58px;
	cursor: pointer;
}

.expand .fi-title:after {
	position: absolute;
	top: 24px;
	width: 12px;
	height: 12px;
	color: #d6b25c;
	font-size: 24px;
	line-height: 8px;
	right: 16px;
	text-align: center;
	content: '+';
}

.expand.filters-item:not(.open) .fi-title:after {
	content: '+';
}

.expand.open .fi-title:after {
	content: '-';
}

.fi-title-icon {
	margin-right: 13px;
	font-size: 16px;
}

.fi-title-toggle {
	position: absolute;
	top: 23px;
	right: 15px;
}

.fi-wrapper {
	display: none;
}

.open .fi-wrapper {
	display: block;
}

.filters-item .select-wrapper,
.filters-item .fi-group {
	margin-right: 15px;
	margin-left: 15px;
}

.fi-searcher {
	padding-bottom: 23px;
}

.fi-searcher input {
	width: 100%;
	padding-left: 6px;
	line-height: 30px;
	border: 1px solid #e8e8e8;
	/*background-color: transparent;*/
}

.fi-searcher i[class^='icon-'] {
	position: absolute;
	top: 10px;
	right: 8px;
	color: #bdbdbd;
	cursor: pointer;
}

.form-element-wrapper,
.select-wrapper,
.input-wrapper,
.textarea-wrapper {
	padding-top: 18px;
}

.checkbox-wrapper {
	padding-top: 26px;
}

.label,
.select-label,
.input-label,
.textarea-label {
	display: block;
	color: #757575;
	font-size: 14px;
	line-height: 30px;
}

#filters-menu .label,
#filters-menu .select-label,
#filters-menu .input-label {
	margin-bottom: 13px;
}

.select-wrapper select,
.input-wrapper input {
	width: 100%;
	height: 32px;
	padding-left: 9px;
	padding-right: 9px;
	color: #bdbdbd;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #cdcdcd;
}

.input-wrapper .proms-title {
	height: 55px;
}

.select-wrapper select + select,
.input-wrapper input + input {
	margin-top: 27px;
}

.select-wrapper select:focus {
	color: #757575;
}

.select-wrapper select > * {
	padding-left: 12px;
}

/*.select-wrapper.ac-body-date-time:first-child {
	padding-top: 0;
}*/
.date-time-string + .date-time-string {
	margin-top: 20px;
}

.select-wrapper.ac-body-date-time select {
	display: inline-block;
	width: 82px;
	font-size: 12px;
}

.select-wrapper.ac-body-date-time select + select {
	margin-top: 0;
	margin-left: 6px;
}

.input-and-string input {
	width: 84px;
}

.textarea-wrapper textarea {
	width: 100%;
	height: 120px;
	padding-left: 9px;
	padding-right: 9px;
	color: #757575;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #cdcdcd;
}

.label.bage-help:after,
.select-label.bage-help:after,
.input-label.bage-help:after,
.textarea-label.bage-help:after {
	top: 10px;
}

.fi-group {
	padding-top: 15px;
	padding-bottom: 17px;
}

.fi-group-list {
	max-height: 150px;
	padding-top: 1px;
	overflow: hidden;
	transition: all .15s ease-in-out;
	overflow-y: auto;
}

.fi-group.open .fi-group-list {
	max-height: 280px;
	overflow: auto;
}

.fi-group-list > li + li {
	margin-top: 12px;
}

.fi-show-more button {
	margin-left: 65px;
	color: #383838;
	font-size: 12px;
	line-height: 32px;
	background: 0;
	border: 0;
	outline: 0;
	padding: 0;
}

.fi-group:not(.open) .fi-show-more .fi-show-more-less,
.fi-group.open .fi-show-more .fi-show-more-more {
	display: none;
}

.fi-show-more-more:before,
.fi-show-more-less:before {
	display: inline-block;
	margin-right: 5px;
}

.fi-show-more-more:before {
	content: '+';
}

.fi-show-more-less:before {
	content: '-';
}

.fi-gender {
	/*height: 60px;*/
	font-size: 24px;
	text-align: center;
	cursor: default;
}

.fi-title.fi-gender {
	padding-right: 0;
	padding-left: 0;
}

.fi-gender > span {
	margin-right: 16px;
	margin-left: 16px;
	vertical-align: middle;
}

.icon-face-woman.sel,
.icon-face-woman:hover {
	color: #e56590;
}

.icon-face-man.sel,
.icon-face-man:hover {
	color: #3e75c8;
}

.icon-face-princess.sel,
.icon-face-princess:hover {
	color: #ffb88c;
}

.icon-face-sailor.sel,
.icon-face-sailor:hover {
	color: #4ccbab;
}

.fi-category-wrapper {
	padding: 0 10px 22px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.fi-category-wrapper > span {
	float: left;
	color: #b6b6b7;
	/*width: 24%;*/
	width: 59px;
	margin-top: 22px;
	/*	margin-right: 0.5%;
		margin-left: 0.5%;*/
	margin-right: 1.2px;
	margin-left: 1.2px;
	text-align: center;
	cursor: pointer;
}

.fi-category-wrapper > span:not(:hover):not(.sel) {
	color: #b6b6b7 !important;
}

.fi-category-wrapper > span:hover, .fi-category-wrapper > span.sel {
	text-decoration: none;
}

#item-size-table-wrapper-modal img {
	max-width: 100%;
}

/*
.fi-category-wrapper > span:hover, .fi-category-wrapper > span.sel {
    color: blue;
    text-decoration: none;
}
*/
.fi-category-wrapper > span i[class^='icon-'] {
	font-size: 36px;
}

.fi-category-title {
	display: block;
	margin-top: 6px;
	color: #79797b;
	font-size: 12px;
	line-height: 10px;
}

.fi-price {
	margin-bottom: 24px;
	text-align: center;
}

.fi-price input {
	width: 80px;
	height: 32px;
	color: #757575;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	background-color: white;
	border: 1px solid #cdcdcd;
	vertical-align: middle;
}

.fi-price span {
	display: inline-block;
	width: 16px;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom: 1px solid #757575;
	vertical-align: middle;
}

.fi-color-wrapper {
	margin-top: -15px;
	padding: 0 7px 23px;
}

.fi-color {
	float: left;
	margin-top: 17px;
	width: 40px;
	height: 40px;
	margin-right: 8.5px;
	margin-left: 8.5px;
	text-align: center;
	cursor: pointer;
}

.fi-color.disabled, .checkbox.disabled + label {
	opacity: 0.3;
}

a.fi-color:hover {
	text-decoration: none;
}

.fi-color > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fi-color.sel {
	border: 1px solid #cccccc;
}

.fi-size.sel {
	border: 1px solid #cccccc;
}

.fi-color .cf44336 {
	background-color: #f44336;
}

.fi-color .ce91e63 {
	background-color: #e91e63;
}

.fi-color .c9c27b0 {
	background-color: #9c27b0;
}

.fi-color .c673ab7 {
	background-color: #673ab7;
}

.fi-color .c3f51b5 {
	background-color: #3f51b5;
}

.fi-color .c2196f3 {
	background-color: #2196f3;
}

.fi-color .c00bcd4 {
	background-color: #00bcd4;
}

.fi-size-wrapper {
	margin-top: -6px;
	padding: 0 14px 23px;
}

.fi-print {
	float: none;
	margin-top: 8px;
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
	text-align: left;
	cursor: pointer;
}

.fi-size {
	float: left;
	margin-top: 8px;
	width: 60px;
	height: 32px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	cursor: pointer;
}

a.fi-size:hover {
	text-decoration: none;
}

.fi-size > span {
	display: block;
	width: 100%;
	height: 100%;
	color: #bdbdbd;
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}

/*** //Filters right block Menu ***/

.content-container {
	padding-top: 48px;
}

.content-container.top-tall {
	padding-top: 96px;
}

#filters-menu.top-tall {
	padding-top: 96px;
}

@media (min-width: 1329px) {
	.content-container.menu2l {
		padding-left: 230px;
	}

	.content-container.filter-r {
		/*        padding-right: 315px;*/
	}
}

.bar-top {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	/*height: 47px;*/
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	z-index: 99;
}

.bar-top.no-border {
	border: 0 none;
}

.bar-top-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.bar-top-middle {
	flex-grow: 1;
}

/*.bar-top-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    margin-right: 110px;
    margin-left: 110px;
    min-height: 1px;
}*/

/*.bar-top-right {
    position: absolute;
    top: 0;
    right: 54px;
}*/

.bar-second-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#catalog.content-container {
	flex-grow: 1;
}

.bar-second {
	/*    height: 60px;*/
	/*    display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;*/
	/*Flex закомментироавн т.к. поисковые тэги в третей строке выстраиваются в линию с другими блоками */
}

.bar-second .main2-case-body {
	/*padding-right: 12px;
	padding-left: 12px;*/
	/*overflow: hidden;*/
	z-index: 1;
}

.bar-second-title {
	height: 60px;
	line-height: 100px;
	color: #212121;
	font-size: 24px;
	font-weight: 400;
}

.bar-second-small-title {
	height: 60px;
	line-height: 66px;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
}

.bar-second-left {
	height: 60px;
	line-height: 100px;
	color: #212121;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
}

.bar-second .btn-inline-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 60px;
}

/*.bar-second-drop-btn .btn-apps:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 7px solid #e0e0e0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}*/

.bar-second-counter {
	height: 60px;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 66px;
}

.bar-second-small-title .bar-second-counter {
	margin-left: 48px;
}

.bar-second-counter.txt-gold {
	color: #d6b25c;
}

.bar-second-right-acc {
	color: #757575;
	font-size: 12px;
	line-height: 66px;
}

/*
.bar-second-drop-btn {
    line-height: 58px;
}
*/
.btn-inline-block .bar-second-drop-btn {
	display: inline-block;
}

.btn-inline-block .bar-second-drop-btn span {
	color: #212121;
	font-size: 14px;
}

.order-label-ico {
	font-size: 20px;
}

.btn-inline-block .bar-second-drop-btn .order-label-value {
	font-weight: 400;
}

.btn-apps + .bar-second-drop-btn,
.bar-second-drop-btn + .bar-second-drop-btn {
	margin-left: 28px;
}

.bar-second-drop-btn > label > i[class^='icon-'] {
	color: #455a64;
	font-size: 24px;
	vertical-align: middle;
}

.bar-second-drop-btn .drop-block {
	top: 44px;
	right: 5px;
	width: 300px;
	padding-bottom: 15px;
	background-color: #fff;
	z-index: 99997;
}

/*.bar-second-drop-btn .drop-block:before {
    top: -7px;
    right: 10px;
}*/

input#action-selected-settings:checked ~ .drop-block.bar-settings {
	display: block;
}

input#action-selected-menu:checked ~ .drop-block.bar-settings {
	display: block;
}

.drop-block.bar-settings {
	top: 44px;
	right: 5px;
	width: 300px;
	padding-bottom: 15px;
	background-color: #fff;
	z-index: 99997;
}

.bar-second-drop-btn.btn-no-icon .drop-block {
	/*top: 55px;*/
	right: -65px;
}

/*.bar-second-drop-btn > label {
    position: relative;
}*/
.bar-second-drop-btn > label:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	right: 35px;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	z-index: 99999;
}

/*.bar-second-drop-btn.btn-no-icon .drop-block:before */
.bar-second-drop-btn > label:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	/*margin-top: -3px;*/
	width: 0;
	height: 0;
	border-top: 7px solid #e0e0e0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	z-index: 99999;
	/*top: -7px;
	right: 135px;*/
}

.bar-second-drop-btn:hover > label:after {
	display: block;
}

.bar-second-drop-btn > label.btn-apps-check:after {
	display: none;
}

.drop-block-list > li {
	padding-right: 16px;
	padding-left: 32px;
	color: #757575;
	font-size: 14px;
	line-height: 48px;
}

.drop-block-list > li:hover:not(.drop-block-title), .drop-block-list > li.sel,
.db-title-double > div:hover {
	color: #fff;
	background-color: #d6b25c;
}

/*.drop-block-title {
    border-bottom: 1px solid #e8e8e8;
}*/

.drop-block-list > li > span {
	display: block;
	z-index: 9;
}

.db-title-double {
	margin-right: 16px;
	margin-left: 16px;
}

.drop-block-list > li.db-title-double {
	padding-right: 0;
	padding-left: 0;
}

.db-title-double > div {
	width: 50%;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 16px;
}

.db-title-double > div:first-child {
	border-right: 1px solid #e8e8e8;
}

.db-li-undline {
	border-bottom: 1px solid #e8e8e8;
}

.menu-pics {
	max-width: 1011px;
	max-height: 337px;
	margin-right: auto;
	margin-left: auto;
}

.menu-pics-element {
	display: block;
	float: left;
	width: 25%;
	min-height: 1px;
	overflow: hidden;
}

.menu-pics-title-sale {
	position: absolute;
	left: 0;
	bottom: 28%;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}

.menu-pics-title-sale span {
	border-bottom: 2px solid #fff;
}

.menu-pics-title-goods {
	position: absolute;
	left: 0;
	bottom: 35%;
	width: 100%;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}

.menu-pics-title-goods span {
	border-bottom: 1px solid #fff;
}

.menu-pics-title-shops {
	position: absolute;
	left: 9.5%;
	bottom: 10%;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}

.menu-pics-title-shops span {
	border-bottom: 2px solid #fff;
}

/***********************/
/****   Multimoda   ****/
/***********************/

/*** Admin banners ***/
.admin-picbn {
	max-width: 1280px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}

.admin-picbn-element {
	display: block;
	float: left;
	width: 24.219%;
	min-height: 1px;
	margin-right: 0.391%;
	margin-left: 0.391%;
	overflow: hidden;
	border: 1px solid #d4b15d;
}

.admin-picbn-element-inner {
	width: 100%;
	height: 0;
	padding-top: 107.145%;
}

.admin-picbn-element-inner > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*** //Admin banners ***/

/*** App's Main page Showcase General ***/
.main2-case-title {
	margin-top: 78px;
	margin-bottom: 25px;
	color: #383838;
	text-align: center;
}

.main2-case-title.inner {
	margin-top: 0;
	text-align: left;
}

.main2-case-title:after {
	content: '';
	display: block;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #9f9f9f;
}

.main2-case-title i[class^='icon-'] {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
}

.main2-case-title .hline3 {
	display: inline-block;
	margin-top: 33px;
	margin-bottom: 17px;
	/*color: #383838;*/
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.main2-case-title i + a .hline3 {
	margin-top: 9px;
}

.main2-case-body,
.paginator {
	/*max-width: 1300px;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.main2-case-body-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.main2-case-body.mcb-3-cols {
	/*max-width: 962px;*/
}

/*** App's Main page Showcase Sale section ***/
.main2-case-body-sale {
	margin-top: -0.78%;
	/*    margin-right: -0.39%;
		margin-left: -0.39%;*/
	margin-right: -0.1%;
	margin-left: -0.1%;
}

.main2-case-sale {
	float: left;
	width: 24.2%;
	min-width: 225px;
	max-width: 310px;
	min-height: 1px;
	margin-top: 0.78%;
	margin-right: 0.39%;
	margin-left: 0.39%;
	overflow: hidden;
}

.main2-case-sale-inner {
	width: 100%;
	height: 0;
	padding-top: 107.1%;
}

.main2-case-sale-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main2-case-sale-img {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	transition: all .15s linear 1s ease-in-out 0s;
}

.main2-case-sale:hover .main2-case-sale-img,
.main2-case-sale:hover .main2-case-goods-img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/*.main2-case-sale-badge {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 225px;
    max-width: 95%;
    min-height: 65px;
    padding: 11px 15px 5px;
    color: #383838;
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out 1s ease-in-out 0s;
    z-index: 1;
}

.main2-case-sale:hover .main2-case-sale-badge {
    color: #fff;
    background-color: #d6b25c;
    background-color: rgba(214, 178, 92, .9);
}*/

/*** //App's Main page Showcase Sale section ***/

/*** App's Main page Showcase Soon section ***/
.main2-case-soon {
	float: left;
	width: 19%;
	max-width: 246px;
	min-height: 1px;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	overflow: hidden;
}

.main2-case-soon-inner {
	width: 100%;
	height: 0;
	padding-top: 106.9%;
}

.main2-case-soon-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*.main2-case-soon-badge {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out 1s ease-in-out 0s;
}

.main2-case-soon:hover .main2-case-soon-badge {
    background-color: rgba(0, 0, 0, .75);
}

.main2-soon-badge-time {
    position: relative;
    margin-bottom: 16px;
    padding: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}*/

.main2-soon-badge-time:after {
	content: " ";
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 1px;
	width: 18px;
	margin-left: -9px;
	background-color: #d6b25c;
}

.main2-soon-badge-name {
	padding: 0 10px;
	font-size: 13px;
	font-weight: 500;
	/*line-height: 22px;*/
}

/*** //App's Main page Showcase Soon section ***/

/*** App's Main page Showcase Goods section ***/
/*.main2-case-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}*/

/*
.main2-case-goods-img-wrap .img_sec {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
}

.main2-case-goods:hover .img_sec {
    opacity: 1;
}
*/
.delimeter-wrapper {
	clear: both;
	float: none;
	width: 100%;
	/*border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	margin-bottom: 20px;
}

.main2-case-goods-delimeter {
	display: inline-block;
	padding: 7px 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-color: #ea7b9e;
}

.main2-case-goods {
	float: left;
	width: 31.186%;
	/*max-width: 232px;*/
	max-width: 300px;
	min-height: 1px;
	margin-bottom: 2%;
	margin-right: 1.04%;
	margin-left: 1.04%;
	overflow: hidden;
}

.main2-case-goods.has-promo {
	border: 1px solid #00ff00;
}

.main2-case-goods.has-promo-soon {
	border: 1px solid #ff9f00;
}

.main2-case-goods.has-promo-end {
	border: 1px solid #ff0000;
}

.main2-case-goods.has-promo-soon-soon {
	border: 1px solid #ff0000;
}

.mcb-3-cols.main2-case-goods {
	max-width: 302px;
}

.main2-case-goods-img {
	overflow: hidden;
}

.main2-case-goods .main2-case-goods-img {
	border: 1px solid #f7f7f7;
}

.main2-case-goods-inner {
	width: 100%;
	height: 0;
	padding-top: 133.335%;
}

.main2-case-goods-inner.promos {
	padding-top: 107.1%;
}

.main2-case-goods-img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main2-case-goods-inner.promos .main2-case-goods-img-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.65));
}

.main2-case-goods.soon .main2-case-goods-img-wrap:after,
.main2-case-sale.soon .main2-case-goods-img-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.main2-case-goods.soon .main2-case-goods-img-wrap h3,
.main2-case-sale.soon .main2-case-goods-img-wrap h3,
.main2-case-goods.soon .main2-promo-txt-status,
.main2-case-sale.soon .main2-promo-txt-status {
	top: 42.5%;
	left: 0;
	right: 0;
	bottom: auto;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}

.main2-case-goods.soon .main2-case-promo-txt,
.main2-case-sale.soon .main2-case-promo-txt {
	top: 49.8%;
	left: 0;
	right: 0;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}

.main2-case-goods.soon .main2-case-promo-txt::before,
.main2-case-sale.soon .main2-case-promo-txt::before {
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #e09d00;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

/*.main2-case-goods.soon .main2-case-promo-txt::after,
.main2-case-sale.soon .main2-case-promo-txt::after {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background: #e09d00;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}*/

.main2-case-goods-img-wrap h3,
.main2-promo-txt-status {
	position: absolute;
	bottom: 14px;
	right: 17px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	font-style: italic;
	/*    padding: 8px;*/
	max-width: 100%;
	/*color: #ffffff;*/
	/*   z-index: 1;*/
}

.main2-case-goods-txt {
	padding: 10px 0 15px;
	background-color: #fff;
}

.main2-goods-txt-brand {
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main2-goods-txt-product {
	max-height: 3em;
	font-size: 15px;
	line-height: 1.4;
	overflow-y: hidden;
}

.main2-goods-txt-price {
	margin: 3px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 22px;
	font-style: italic;
}

.goods-txt-price-old {
	padding-right: 4px;
	color: #9e9e9e;
	font-size: 18px;
	text-decoration: line-through;
}

.goods-txt-price-sale {
	padding-right: 4px;
	color: #e6658e;
}

.goods-txt-price-new {
	color: #e09d00;
	padding-right: 5px;
}

/*** //App's Main page Showcase Goods section ***/

/*** Shops Showcase section ***/
.main2-case-shops {
	float: left;
	width: 19%;
	min-width: 180px;
	max-width: 230px;
	min-height: 1px;
	margin-top: 1.52%;
	margin-right: 0.76%;
	margin-left: 0.76%;
	padding-bottom: 16px;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	overflow: hidden;
}

.main2-case-shops.has-promo {
	border-color: #00ff00;
}

.main2-case-body-shops {
	margin-top: -1.52%;
	/*	margin-right: -0.78%;
		margin-left: -0.78%;*/
	margin-right: -0.08%;
	margin-left: -0.08%;
}

.main2-case-shops-img {
	width: 140px;
	height: 140px;
	margin: 44px auto 26px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.main2-case-shops-inner {
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.main2-case-shops-img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
}

.main2-case-shops-img-wrap img {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.main2-case-shops:hover .main2-case-shops-img-wrap img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.indicator-online:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: #64dd17;
}

.indicator-online-txt {
	position: absolute;
	top: -27px;
	right: 15px;
	font-size: 12px;
	color: #616161;
}

.main2-case-shops-txt {
	text-align: center;
}

.main2-shops-txt-name {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

.main2-shops-txt-place {
	margin-bottom: 5px;
	color: #616161;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
}

.main2-shops-txt-place i.icon-map-pin {
	color: #d6b25c;
	font-size: 11px;
	margin-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

/*** //Shops Showcase section ***/

/*** FAQ section ***/
.main2-case-faq {
	float: left;
	width: 24%;
	min-width: 225px;
	max-width: 316px;
	min-height: 1px;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	overflow: hidden;
}

.main2-case-faq-inner {
	width: 100%;
	height: 0;
	padding-top: 106.9%;
}

.main2-case-faq-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main2-case-faq-img {
	width: 100%;
	height: 100%;
	border: 1px solid #d6b25c;
}

/*** //FAQ section ***/

/*** Paginator ***/
.paginator {
	margin-top: 14px;
	margin-bottom: 28px;
	text-align: right;
}

.paginator-item {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	color: #d6b25c;
	font-size: 16px;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #d6b25c;
	text-align: center;
	vertical-align: middle;
}

.paginator-item + .paginator-item {
	margin-left: 2px;
}

.paginator-item.active,
.paginator-item:hover {
	color: #fff;
	background-color: #d6b25c;
	text-decoration: none;
}

.paginator-item.pi-prev {
	margin-right: 6px;
	font-size: 28px;
	line-height: 26px;
}

.paginator-item.pi-next {
	margin-left: 8px;
	font-size: 28px;
	line-height: 26px;
}

.paginator-item.pi-dot {
	border: 0 none;
	text-align: right;
}

/*** //Paginator ***/

/*** Account Settings ***/
.account-body {
	max-width: 640px;
	font-family: 'PT Sans', sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f5f5f5;
	width: 100%;
}

.ac-body-main {
	padding-bottom: 68px;
}

.ac-body-nobtn {
	padding-bottom: 53px;
}

.account-body + .account-body {
	margin-top: 29px;
}

.bar-second .account-body {
	background-color: initial;
}

.ac-body-title {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 29px;
	color: #757575;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #757575;
}

.ac-body-title.no-border {
	border-bottom: 0 none;
}

.ac-body-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.ac-body-left,
.ac-body-right {
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}

.ac-body-left {
	float: left;
}

.ac-body-right {
	float: right;
}

.ac-body-quarter,
.ac-body-quarter {
	display: inline-block;
	width: 130px;
	vertical-align: middle;
}

.ac-body-quarter.vab,
.ac-body-quarter.vab {
	vertical-align: bottom;
}

.ac-body-quarter + .ac-body-quarter {
	margin-left: 3px;
}

/*.account-body > section > .ac-body-title {
	margin-left: 20px;
}*/
.ac-txt-btn {
	color: #455a64;
	font-size: 12px;
	line-height: 24px;
}

.ac-txt-left {
	padding-left: 14px;
}

.ac-txt-right {
	padding-right: 14px;
	text-align: right;
}

.input-wrapper + [class*=ac-txt-] {
	padding-top: 4px;
}

.setting-ava-block {
	padding-top: 47px;
	padding-bottom: 67px;
	background: #ffffff;
	border: 1px solid #f15731;
}

.se-ava-outer {
	width: 140px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	border: 1px solid #f15731;
	overflow: hidden;
	background: #f15731;
}

.se-ava-outer img {
	width: 100%;
	height: 100%;
}

.se-ava-inner {
	width: 138px;
	height: 138px;
	padding-top: 15px;
	border-radius: 50%;
	border: 37px solid #fff;
	background-color: #f15731;
}

.se-ava-frame {
	width: 38px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 4px solid #fff;
	text-align: center;
}

.se-ava-frame i {
	color: #fff;
	font-size: 18px;
}

.se-ava-buttons {
	padding-top: 8px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.setting-ava-block.viewer .se-ava-buttons {
	display: none;
}

.setting-ava-block.viewer:hover .se-ava-buttons {
	display: block;
}

.se-ava-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	background-color: #f15731;
	text-align: center;
}

.se-ava-btn:hover {
	text-decoration: none;
}

.se-ava-zoom {
	width: 204px;
	height: 6px;
	margin-top: 29px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e0e0e0;
	display: none;
}

#range_promo, .se-promo-zoom {
	display: none;
}

#upload-photo {
	opacity: 0;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	display: block;
	width: 100%;
	height: 24px;
}

.field-upload-photo {
	height: 24px;
}

.field-upload-photo:before {
	content: 'Select New';
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0px;
	text-align: center;
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	z-index: 1;
	border: 1px solid transparent;
}

.field-upload-photo:hover:before {
	border: 1px solid #f15731;
}

/*.se-ava-zoom:before,
.se-ava-zoom:after {
	position: absolute;
	width: 16px;
	height: 16px;
	color: #f2f2f2;
	background-color: #757575;
	border-radius: 50%;
	text-align: center;
}*/
.se-ava-zoom i.icon-minus-btn {
	display: block;
	position: absolute;
	top: -5px;
	left: -24px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 14px;
}

.se-ava-zoom i.icon-plus-btn {
	display: block;
	position: absolute;
	top: -5px;
	right: -24px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.se-ava-zoom-dot {
	position: absolute;
	top: -4px;
	left: 30px;
	width: 16px;
	height: 16px;
	background-color: #f15731;
	border-radius: 50%;
}

/**/
.setting-promo-block {
	padding-bottom: 15px;
}

.se-promo-outer {
	width: 268px;
	height: 287px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #f15731;
	overflow: hidden;
}

.se-promo-outer img {
	width: 100%;
	height: 100%;
}

.se-promo-inner {
	width: 268px;
	height: 287px;
	padding-top: 15px;
	border: 37px solid #fff;
	background-color: #f15731;
}

.se-promo-frame {
	width: 38px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 4px solid #fff;
	text-align: center;
}

.box1212 {
	padding: 15px;
	border: 1px solid #cccccc;
	margin-top: 35px;
}

strong {
	font-weight: bold;
}

.se-promo-frame i {
	color: #fff;
	font-size: 18px;
}

.se-promo-buttons {
	padding-top: 8px;
	text-align: center;
}

.se-promo-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	background-color: #f15731;
	text-align: center;
}

.se-promo-btn:hover {
	text-decoration: none;
}

.se-promo-zoom {
	width: 204px;
	height: 6px;
	margin-top: 29px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e0e0e0;
}

.se-promo-zoom i.icon-minus-btn {
	display: block;
	position: absolute;
	top: -5px;
	left: -24px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 14px;
}

.se-promo-zoom i.icon-plus-btn {
	display: block;
	position: absolute;
	top: -5px;
	right: -24px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.se-promo-zoom-dot {
	position: absolute;
	top: -4px;
	left: 30px;
	width: 16px;
	height: 16px;
	background-color: #f15731;
}

.setting-promo-block .cropper-crop-box {
	border-radius: 0px;
}

.setting-promo-block .cropper-view-box:after {
	border-radius: 0px;
}

/**/
.ac-del-acc-wrap {
	padding-bottom: 40px;
}

.ac-txt-btn.del-acc {
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%);
}

.ac-body .maps {
	height: 400px;
	border: 1px solid #cdcdcd;
}

.work-time {
	padding-top: 23px;
}

.work-time .select-wrapper {
	padding-top: 5px;
}

.work-time .select-wrapper select {
	padding-left: 10px;
}

.ac-btn {
	position: absolute;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 62px;
}

/*** Add Promos ***/
.proms-add-pic-block {
	/*	padding-top: 47px;
		padding-bottom: 67px;*/
}

.proms-add-pic-outer {
	width: 268px;
	height: 287px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	border-top: 83px solid #fff;
	border-right: 74px solid #fff;
	border-bottom: 84px solid #fff;
	border-left: 74px solid #fff;
	outline: 1px solid #f15731;
	background-color: #f15731;
}

.proms-add-pic-outer i {
	display: block;
	width: 23px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	color: #fff;
	font-size: 18px;
}

.proms-add-pic-txt {
	width: 52px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.proms-balance-outer {
	width: 268px;
	height: 290px;
	margin-top: 26px;
	padding-top: 31px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #388e3c;
}

.pb-string {
	color: #383838;
	font-size: 13px;
	line-height: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.pb-string .col-left {
	width: 132px;
	text-align: right;
}

.pb-string .col-right {
	width: 86px;
}

.pb-invoice {
	padding-top: 25px;
	padding-bottom: 40px;
}

.pb-btn-half {
	display: inline-block;
	width: 110px;
	height: 48px;
	color: #388e3c;
	font-size: 13px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #388e3c;
}

.pb-btn-half:hover {
	color: #fff;
	background-color: #388e3c;
	text-decoration: none;
}

.pb-btn-half + .pb-btn-half {
	margin-left: 12px;
}

.pb-btn {
	display: block;
	margin-top: 8px;
	width: 100%;
}

.ac-btn.btn-inline-block .btn {
	width: 50%;
}

.ac-body-col-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}

.ac-col-btn {
	height: 40px;
	line-height: 40px;
}

/*** Add Goods ***/
.goods-add-pic-outer {
	width: 100px;
	height: 125px;
	padding-top: 20px;
	border-top: 15px solid #fff;
	border-right: 12px solid #fff;
	border-bottom: 15px solid #fff;
	border-left: 12px solid #fff;
	outline: 1px solid #f15731;
	background-color: #f15731;
	margin: 1px 4px 4px;
}

.goods-add-pic-outer i.icon-picture {
	display: block;
	width: 24px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.goods-add-pic-outer i.icon-close {
	display: block;
	position: absolute;
	top: -15px;
	right: -12px;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	background-color: #f15731;
	text-align: center;
}

.goods-add-pic-txt {
	padding-top: 14px;
	color: #383838;
	font-size: 12px;
	line-height: 14px;
}

.input-wrapper .goods-title {
	height: 48px;
}

/*** //Add Goods ***/

/*** Balance ***/
.tbl-balance {
	font-size: 13px;
	margin-top: 29px;
}

.tbl-balance > thead {
	height: 70px;
	background-color: #f5f5f5;
}

.tbl-balance > thead > tr > td {
	padding-top: 12px;
}

.tbl-balance > thead > tr > td:first-child {
	width: 19.3%;
}

.tbl-balance > thead > tr > td:nth-of-type(2) {
	width: 18.6%;
}

.tbl-balance > thead > tr > td:nth-of-type(3) {
	width: 13.4%;
}

.tbl-balance > thead > tr > td:nth-of-type(4) {
	width: 21.1%;
}

.tbl-balance > thead > tr > td:nth-of-type(5) {
	width: 11.7%;
}

.tbl-balance > tfoot {
	height: 50px;
	font-weight: 600;
	background-color: #f5f5f5;
}

.tbl-balance > tbody > tr:nth-child(odd) {
	background-color: #fff;
}

.tbl-balance > tbody > tr:nth-child(even) {
	background-color: #f4f8f9;
}

.tbl-balance tr > td + td {
	border-left: 1px solid #dfdfdf;
}

.tbl-balance tr > td {
	vertical-align: middle;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
}


/*** //Balance ***/

/*** Empty Page ***/
.empty-block-wrapper {
	height: 332px;
	margin-top: 60px;
	color: #455a64;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	background-color: #f5f5f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.empty-block-txt {
	/*	display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;*/
}

.empty-block-txt span {
	display: block;
}

/*** //Empty Page ***/

/*** Promos Catalog Page ***/
.goods-edit {
	position: absolute;
	top: 46px;
	left: 16px;
	color: #d6b25c;
	background: #fff;
	border: 1px solid #d6b25c;
	display: block;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.goods-block-check {
	position: absolute;
	top: 16px;
	left: 16px;
}

.goods-block-check .checkbox + label::before {
	margin-right: 0;

}

.goods-block-sold, .goods-block-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 40px;
	color: #f7f7f7;
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	background-color: #d6b25c;
}

.goods-block-hidden {
	left: unset;
	right: 0px;
}

#figgeo img {
	height: 16px;
	margin-right: 5px;
}

/*** //Promos Catalog Page ***/

/*** LKMP Contacts Page ***/
.contacts-wrapper {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.contacts-cols {
	float: left;
	/*display: inline-block;*/
	/*width: 300px;*/
	width: 31.9%;
	min-height: 1px;
	vertical-align: top;
}

.contacts-cols + .contacts-cols {
	/*margin-left: 16px;*/
	margin-left: 2.12%;
}

.co-about {
	padding: 50px 16px 0;
}

.menu2-left-logo-year {
	color: #616161;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}

.co-about-txt {
	margin-top: 55px;
	color: #616161;
	font-size: 13px;
	line-height: 18px;
}

.co-worktime {
	padding: 42px 16px 30px;
	text-align: center;
	background-color: #f5f5f5;
}

/*.co-worktime-top {
	padding-top: 12px;
	text-align: center;
}*/
.co-worktime-top:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #9e9e9e;
}

.co-worktime-top i {
	font-size: 24px;
}

.co-worktime-title {
	padding-top: 12px;
	color: #383838;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}

.co-worktime-subtitle {
	color: #d7b15c;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
}

.co-worktime-btn {
	margin-top: 24px;
	padding-top: 19px;
	padding-bottom: 19px;
	background-color: #fff;
}

.co-worktime-time {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.co-cols-contacts {
	padding: 42px 16px;
}

.co-contacts-address,
.co-contacts-tel {
	color: #616161;
	font-size: 14px;
	line-height: 24px;
}

.co-contacts-tel {
	padding-top: 37px;
}

.co-contacts-address i,
.co-contacts-tel i {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	color: #d7b15c;
	text-align: center;
}

.co-contacts-address span,
.co-contacts-tel span {
	display: block;
	padding-left: 14px;
	white-space: pre-line;
}

.co-contacts-address span + span,
.co-contacts-tel span + span {
	margin-top: 24px;
}

.contacts-map {
	height: 500px;
	margin-top: 45px;
	z-index: 1;
}

.contacts-map #contact-map {
	width: 100%;
	height: 100%;
}

/*** //LKMP Contacts Page ***/

/*** FAQ Page ***/
.faq-page-wrapper {
	padding-top: 32px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}

.faq-page-left-col,
.faq-page-right-col {
	padding-right: 32px;
	padding-left: 32px;
}

.faq-page-left-col p,
.faq-page-right-col p {
	margin-top: 14px;
	margin-bottom: 54px;
	color: #383838;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

/*** //FAQ Page ***/

/*** Goods Single Page ***/
.goods-page-wrapper {
	max-width: 1300px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}

.gp-left {
	float: left;
	width: 50%;
}

.gp-right {
	float: right;
	width: 50%;
}

.goods-pic-sticky {
	position: fixed;
	z-index: 99;
}

.goods-pic-stop {
	position: relative;
}

.pg-logo-block {
	text-align: center;
}

.pg-logo img {
	display: block;
	width: 60px;
	height: 60px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}

.pg-logo-title {
	padding-top: 16px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.pg-logo-subtitle {
	padding-top: 9px;
	color: #c69c6c;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.pg-logo-block .profile-prev-city {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}

.pg-title-block {
	padding-top: 20px;
	padding-bottom: 22px;
	color: #383838;
	text-align: center;
}

.pgt-shop {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.pgt-product {
	font-size: 36px;
	font-weight: 300;
	line-height: 32px;
}

.pgt-product-subname {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.pgt-art {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.pg-gallery-block {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 42px;
	border-top: 10px solid #f7f7f7;
	border-bottom: 10px solid #f7f7f7;
}

.pg-gallery-item {
	float: left;
	max-width: 96px;
	max-height: 128px;
}

.pg-gallery-item:not(:first-child) {
	margin-left: 21px;
}

.pg-descr {
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
}

.pg-descr-headline {
	margin-bottom: 18px;
	color: #383838;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
}

.pg-descr-section {
	padding-right: 16px;
	padding-left: 16px;
	color: #757575;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.pg-ds-inline .pg-descr-title,
.pg-ds-inline .pg-descr-txt {
	display: inline-block;
	vertical-align: middle;
}

.pg-descr-list {
	line-height: 32px;
	padding-left: 37px;
}

.pg-descr-size {
	padding-top: 16px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f7f7f7;
}

.pg-descr-color {
	padding-top: 16px;
	margin-bottom: 38px;
}

.pg-descr-color .fi-color {
	margin-top: 8px;
}

.pg-descr-color .pg-descr-body {
	margin-left: -8px;
}

.pg-descr-body {
	padding-top: 7px;
}

.pg-descr-fulldescr {
	margin-top: 18px;
}

.pg-descr-fulldescr .pg-descr-txt {
	padding-top: 8px;
	line-height: 16px;
}

/*** //Goods Single Page ***/

/** CROPPER */
.cropper-view-box:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #f15731;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#range_avatar {
	display: none;
}

#profile-map {
	width: 100%;
	height: 400px;
}

#catalog-map {
	width: 100%;
	height: 400px;
	z-index: 9999999999;
}

/*
#catalog-map .leaflet-google-mutant {
    width: 100% !important;
    height: 100% !important;
}
*/
#map_popup .modal-dialog {
	width: 90%;
	height: 80%;
}

#map_popup .modal-content {
	height: 100%;
}

#map_popup .modal-body {
	padding-top: 50px;
	margin-top: -50px;
	height: 100%;
}

#map_popup .modal-header {
	z-index: 99;
}

#map_popup #catalog-map {
	height: 100%;
}

#map_popup #big_map_container {
	height: 100%;
	padding-bottom: 20px;
}

#map_popup #big_map_buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
}

#map_popup .easy-button-container {
	display: none;
}

#image-batch-loader {
	width: 100%;
}

#image-batch-loader .file-input .file-thumb-progress {
	top: auto;
	bottom: 27px;
}

#image-batch-loader .file-input input {
	float: none;
	width: 100%;
}

#image-batch-loader .file-input .file-preview-frame {
	width: 100px;
	border: 1px solid #f15731;
	margin: 0px 4px 4px;
	padding: 8px;
	background: #ffffff;
	box-shadow: none;
}

#image-batch-loader .file-input .file-preview-frame.border_blue {
	border-color: #0000ff;
}

#image-batch-loader .file-input .file-preview-frame.border_green {
	border-color: #00ff00;
}

#image-batch-loader .file-input .file-preview-frame img {
	width: 100%;
}

#image-batch-loader .file-input .file-drop-zone.clickable:hover {
	border-width: 1px;
}

#image-batch-loader .file-input .file-preview-frame.sel {
	border-color: #0000aa;
}

#image-batch-loader .krajee-default .file-actions {
	margin-top: 0px;
}

#image-batch-loader .krajee-default.file-preview-frame .file-thumbnail-footer {
	height: 0px;
}

#image-batch-loader .krajee-default .file-thumb-progress .progress {
	margin-bottom: 0px;
}

#image-batch-loader .kv-preview-thumb {
	z-index: 999;
}

#image-batch-loader .krajee-default.file-preview-frame .kv-file-content {
	width: auto;
	height: auto;
}

#image-batch-loader .file-preview, #image-batch-loader .file-drop-zone {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#image-batch-loader .file-preview .clearfix {
	display: block;
	clear: both;
}

#image-batch-loader .file-preview-empty {
	display: block;
	float: left;
}

#image-batch-loader .kv-file-remove {
	position: absolute;
	top: -118px;
	right: -8px;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	background-color: #f15731;
	text-align: center;
	font-family: 'iw';
	padding: 0px;
	border-radius: 0px;
	border: none;
}

#image-batch-loader .kv-file-remove i {
	display: block;

}

#image-batch-loader .glyphicon-trash:before {
	line-height: 32px;
	color: #ffffff;
	content: "\e906";
}

#image-batch-loader .file-caption-main, #image-batch-loader .kv-file-upload, #image-batch-loader .fileinput-remove, #image-batch-loader .kv-upload-progress, #image-batch-loader .file-preview-status, #image-batch-loader .file-thumb-progress {
	display: none !important;
}

#image-batch-loader .file-drop-zone-title {
	display: none;
}

/*** Contact form ***/
.contact-form {
	max-width: 617px;
	margin-right: auto;
	margin-left: auto;
}

.contact-form .ac-body-content {
	flex-wrap: wrap;
}

.contact-form .contact-form-heading,
.contact-form .textarea-wrapper {
	padding-right: 20px;
	padding-left: 20px;
}

.contact-form .contact-form-heading {
	margin-top: 20px;
	margin-bottom: 8px;
	color: #455a64;
	font-size: 18px;
	font-weight: 500;
}

.contact-form .input-label,
.contact-form .textarea-label {
	font-size: 12.5px;
}

.contact-form .textarea-wrapper {
	width: 100%;
}

.contact-block-wrapper {
	height: 332px;
	margin-top: 60px;
	color: #455a64;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-block-wrapper span {
	display: block;
	letter-spacing: 1px;
}

.cb-subtitle {
	margin-top: 8px;
	font-size: 12px;
}

.description-expand {
	position: absolute;
	top: 44px;
	right: 1px;
	cursor: pointer;
	z-index: 0;
}

.description-expand i {
	display: block;
	font-size: 16px;
}

#item-description-wrapper-modal .modal-dialog {
	margin-top: 200px;
}

#item-description-wrapper-modal textarea {
	width: 100%;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 100px auto;
	}
}

.fi-geo-switch-label label {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
}

.fi-geo-switch-label label.sel {
	/*color: #00CC00;*/
}

#fi-geo-1, #fi-geo-2, #fi-switch-radio-1, #fi-switch-radio-2 {
	display: none;
}

#fi-geo-1, #fi-geo-2 {
	clear: both;
}

#fi-switch-radio-1:checked ~ #fi-geo-1 {
	display: block;
}

#fi-switch-radio-2:checked ~ #fi-geo-2 {
	display: block;
}

.pg-ds-inline-block {
	display: inline !important;
}

.main2-promo-txt-discount {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 90px;
	height: 90px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #df9d00;
	font-size: 30px;
	font-style: italic;
	text-align: center;
	line-height: 84px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #e09d00;
	opacity: 0.85;
}

.main2-case-promo-txt {
	position: absolute;
	bottom: 32px;
	right: 16px;
	max-width: 70%;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: right
}

.menu3-list {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 47px;
	background: 0 0;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.menu3-list > ul > li {

	height: 100%;
	/*    display: inline-block;*/
	padding: 0px 10px;
}

.menu3-list > ul > li > a {
	display: block;
	position: relative;
	min-width: 0;
	height: 47px;
	color: #212121;
	font-size: 15px;
	font-weight: 500;
	line-height: 47px;
	letter-spacing: .7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
}

.menu3-list a.selected:after,
.menu3-list a:hover:after {
	content: '';
	display: block;
	margin-top: -2px;
	border-bottom: 2px solid #d6b25c;
}

/*ul.menu3-list > li > a:after {
    transform: translate3d(0,101%,0);
    transform: translate3d(0,0,0);
    transition: transform 125ms ease;
    transform-origin: top left;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e09d00;
    position: absolute;
    content: '';
}*/

.main-page-txt-section {
	background-color: #ccc;
}

.main-page-txt-section .main2-case-title {
	margin-top: 0;
}

.header-btn1 li {
	float: left;
}

#item_map_container {
	height: 500px;
	width: 100%;
}

.case-block-container {
	max-width: 1300px;
	margin: 0px auto;
}

.case-block-container > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.case-block-container > div > div {
	width: 25%;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 0px 3px;
}

.case-block-container h3 {
	display: inline-block;
	margin-top: 33px;
	margin-bottom: 17px;
	/* color: #383838; */
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.case-block-container > div > div:after {
	content: '';
	display: block;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #9f9f9f;
}

.case-block-container > div > div:before {
	padding-left: 50%;
	width: 24px;
	height: 24px;
	margin-right: auto;
	margin-left: -12px;
	font-size: 24px;
	content: "\e90d";
	display: inline-block;
	vertical-align: middle;
	font-family: 'iw' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.case-block-container > div > div {
		width: 50%;
	}
}

#item_map_popup .modal-dialog {
	width: 95%;
}

.leaflet-routing-collapse-btn {
	z-index: 99;
}

#main-map {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 100vw;
	background: #ffffff;
	z-index: 9999999;
}

.main-map-row {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

/*.main-map-row > div:first-child*/
.main-map-info-container {
	width: 35%;
	max-width: 420px;
	margin-left: 22px;
	padding-right: 22px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	overflow-y: auto;
}

@media (max-width: 767px) {
	.main-map-info-container {
		width: 100%;
		height: 50%;
		max-width: 100%;
		margin: 0px;
		padding: 0px 10px;
	}

	#main-map-marker-info {
		padding-right: 10px;
		padding-left: 24px;
		padding-bottom: 25px;
	}

	.main-map-info-container.display_info {
		height: 100%;
	}

	#main-map-marker-info.display_info {
		height: 0%;
	}
}

.main-map-title,
	/*.main-map-check-wrapper,*/
.main-map-country .select-label,
.main-map-moll-title,
.main-map-ylocation {
	height: 60px;
	padding-top: 23px;
	font-size: 12px;
	color: #000;
}

.main-map-moll-title {
	margin-top: 9px;
}

.main-map-title,
.main-map-check-wrapper {
	border-bottom: 1px solid #cecece;
}

.main-map-row .main-map-check {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 60px;
	padding-top: 23px;
	font-size: 12px;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.main-map-catalog-title {
	height: 69px;
	padding-top: 33px;
}

#main-map-moll-container label {
	display: block;
	margin-top: 19px;
	font-size: 12px;
	color: #000;
}

#main-map-moll-container label:first-of-type {
	margin-top: 0;
}

#main-map-moll-container {
	padding-left: 20px;
}

.main-map-catalog-ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.main-map-catalog-ul > li {
	max-width: 130px;
	width: 30%;
	line-height: 16px;
	border: 1px solid #d6b25c;
	text-align: center;
	padding: 15px 0;
}

.main-map-catalog-ul > li.disabled a {
	display: inline-block;
	pointer-events: none;
	text-decoration: none;
	cursor: not-allowed;
	color: #cccccc;
}

.main-map-catalog-ul > li.disabled {
	border-color: #cccccc;
}

#main-map-addr-radius {
	width: 100%;
	height: 40px;
	padding-left: 16px;
	padding-right: 44px;
	border: 1px solid #cecece;
}

#main-map-addr-radius:hover {
	border-color: #9e9e9e;
}

.main-map-ylocation-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-map-addr-find {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
	margin-right: 20px;
}

.action-main-map-find-by-addr {
	position: absolute;
	top: -1px;
	right: 2px;
}

.action-main-map-find-by-addr,
.action-main-map-sensor {
	width: 40px;
	height: 40px;
	padding: 0;
	color: #000;
	font-size: 22px;
	background-color: transparent;
	border: 0 none;
	outline: none;
}

.action-main-map-find-by-addr:hover {
	color: #f9bb2b;
}

.main-map-info-container .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
	color: #000;
}

.main-map-info-container .select2-container--krajee .select2-selection__clear {
	top: 3px;
}

.moll-info-wrapper {
	margin-top: 32px;
}

.moll-info-title {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.moll-info-distance {
	margin-top: 12px;
	color: #e6658e;
	font-size: 16px;
	font-weight: 400;
}

.moll-info-address {
	margin-top: 22px;
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.moll-info-address > div + div {
	margin-top: 6px;
}

.moll-info-rout {
	margin-top: 15px;
}

.moll-info-rout > a {
	color: #50be64;
	font-size: 13px;
	font-weight: 400;
}

.moll-info-phone {
	margin-top: 22px;
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.moll-info-wrapper .expand {
	margin-top: 5px;
	font-size: 13px;
}

.moll-info-wrapper .fi-title {
	color: #000;
	/*	font-size: 13px;
		font-weight: 400;*/
}

.moll-info-wrapper .expand .fi-title {
	height: 23px;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	padding-right: 30px;
}

.moll-info-wrapper .expand .fi-title::after {
	top: 5px;
}

.moll-info-wrapper .expand .fi-wrapper > h3 {
	margin-top: 15px;
	font-weight: 500;
}

.moll-info-wrapper .expand .fi-wrapper > div {
	margin-top: 6px;
	text-transform: none;
}

.moll-info-link {
	margin-top: 32px;
	margin-bottom: 48px;
}

.moll-info-link > a {
	color: #50be64;
}

.contact-phone-mobi {
	display: none;
}

.main-map-row > div:last-child {
	/*width: 65%;*/
	flex-grow: 1;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	.main-map-row {
		display: block;
	}

	.main-map-row > div:last-child {
		width: 100%;
		height: 50%;
	}
}

#main-map .action-toggle-main-map {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 48px;
	height: 48px;
	font-size: 20px;
	background: #ffffff;
	text-align: center;
	line-height: 39px;
	z-index: 9999;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	border-radius: 5px;
	cursor: pointer;
}

.leaflet-top.leaflet-right {
	top: 50px
}

.main-map-radius, .main-map-country, #main-map-ch-radius, #main-map-ch-country {
	display: none;
	clear: both;
}

#main-map-ch-radius:checked + .main-map-radius {
	display: block;
}

#main-map-ch-radius:checked + .main-map-radius:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 12%;
	width: 25%;
	border-top: 2px solid #d6b25c;
}

#main-map-ch-country:checked + .main-map-country {
	display: block;
}

#main-map-ch-country:checked + .main-map-country:before {
	content: '';
	position: absolute;
	top: -2px;
	right: 12%;
	width: 25%;
	border-top: 2px solid #d6b25c;
}

.main-map-check:hover:before {
	content: '';
	position: absolute;
	left: 24%;
	bottom: -1px;
	width: 50%;
	border-bottom: 2px solid #d6b25c;
}

#main-map-marker-info strong {
	font-weight: bold;
}

.select2-container--krajee .select2-dropdown {
	z-index: 99999999;
}

#main-map-marker-info {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
	overflow-y: auto;
	z-index: 99999;
}

.action-close-main-map-info {
	position: absolute;
	right: 10px;
	top: 0px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: #ffffff;
	z-index: 99999;
	text-align: center;
}

#main-map-sensor-status {
	display: none;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 15px;
}

#main-map-sensor-status.main-map-sensor-status-error {
	background: #ff0000;
}

#main-map-sensor-status.main-map-sensor-status-ok {
	background: #00ff00;
}

#main-map-sensor-status.main-map-sensor-status-disabled {
	background: #0000ff;
}

#search_preload {
	position: fixed;
	left: 0;
	right: 0;
	padding-bottom: 60px;
	background-color: #fff;
	/*top: 100%;
	background: #cccccc;*/
	/*padding: 10px;*/
	/*border: #000000;*/
	text-align: center;
	white-space: nowrap;
}

#search_preload .action-close-presearch {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 10px;
}

#search_preload h3 {
	margin-top: 28px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #bfbfbf;
}

#search_preload h3:first-child {
	margin-top: 22px;
}

#search_preload .sp_bgoods,
#search_preload .sp_goods,
#search_preload .sp_cats,
#search_preload .sp_brands,
#search_preload .sp_promo,
#search_preload .sp_stores {
	margin-top: 11px;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
}

.clra:after {
	content: '';
	clear: both;
	display: block;
}

.action-filter-duplicate span {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 7px 36px 7px 14px;
	position: relative;
	color: #757575;
	font-size: 16px;
	background-color: #e7e7e7;
}

.action-filter-duplicate div {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 7px;
}

.breadcrumbs {
	padding: 20px 0px 0px 7px;
}

.breadcrumbs h1:first-letter {
	text-transform: capitalize;
}

.action-filter-duplicate span:after {
	content: '\2716';
	position: absolute;
	font-size: 10px;
	top: 5px;
	right: 10px;
}

.action-filter-duplicate .swiper-wrapper {
	display: table-row;
}

.action-filter-duplicate .swiper-slide {
	padding: 0px 1px;
}

.action-filter-duplicate.swiper-container {
	max-width: 100%;
}

.gp-main-pic-gallery {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.gp-main-pic {
	width: 70%;
	float: right;
	box-sizing: border-box;
}

.no-scroll {
	overflow: hidden;
}

.file-drop-zone .file-preview-thumbnails {
	z-index: 1;
}

.main2-case-goods-img-wrap .goods-txt-price-sale {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
}

.contact-person:first-child .action-delete-contact-pearson {
	display: none;
}

.img-uload-wrapper {
	position: relative;
	margin-bottom: 50px;
}

.img-uload-wrapper > img {
	width: 100%;
}

.img-uload {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.mega_id_store, .mega_id_moll {
	text-align: center;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	color: #ffffff;
	line-height: 40px;
	font-family: Roboto;
}

.mega_id_store {
	background: #e6658e;
}

.mega_id_moll {
	background: #65e67d;
}

.fi-gender i {
	cursor: pointer;
}

.mmap-icon-blue, .mega_id_store {
	display: block;
	width: 40px;
	height: 55px;
	background: url("/css/images/marker-icon-blue.png");
	background-position: 0 0;
	overflow: hidden;
}

.mmap-icon-yelow {
	display: block;
	width: 34px;
	height: 40px;
	background: url("/css/images/marker-icon-yelow.png");
}

.mmap-icon-red, .mega_id_moll {
	display: block;
	width: 40px;
	height: 55px;
	background: url("/css/images/marker-icon-red.png");
	background-position: 0 0;
	overflow: hidden;
}

.mega_id_moll, .mega_id_store, .mmap-icon-red.mm-sel, .mmap-icon-blue.mm-sel {
	background-position: 0 -55px;
}

.mmap-icon-red.mm-sel span, .mmap-icon-blue.mm-sel span {
	color: #ffffff;
}

.mmap-icon-blue span, .mmap-icon-red span {
	display: block;
	padding-top: 7px;
	width: 100%;
	height: 15px;
	text-align: center;
	line-height: 15px;
	color: #000000;
	margin: 5px auto 0px auto;
	font-size: 11px;
	font-family: Roboto;
}

.icon-target {
	display: block;
	width: 40px;
	height: 40px;
	background: url("/css/target.png");
	background-position: 0 -1px;
	background-repeat: no-repeat;
	border: 1px solid #cecece;
	outline: none;
}

.icon-target:hover {
	background-position: 0 -41px;
	border-color: #9e9e9e;
}

#geolocation-sensor {
	color: #ff0000;
	padding: 5px;
}

.vv_pack {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	color: #ffffff;
}

.vv_pack > div {
	padding: 5px;
	width: 50%;
}

.vv_pack > div > div {
	background: #a5c8ff;
	position: relative;
}

.vv_pack img {
	width: 100%;
}

.vv_pack > div > div > div, .vv_pack button {
	position: absolute;
}

.vv_pack .t_sh {
	left: 15px;
	top: 15px;
	font-size: 20px;
}

.vv_pack .t_fu {
	left: 15px;
	top: 50%;
	font-size: 60px;
	margin-top: -60px;
}

.vv_pack .price {
	left: 15px;
	bottom: 70px;
	font-size: 20px;
}

.vv_pack button {
	border: 0;
	margin: 0;
	background: #e09d00;
	left: 15px;
	bottom: 15px;
	padding: 10px 30px;
	cursor: pointer;
}

.vv_pack button:hover {
	background: #f9bb2b;
}

#charge_popup h1 {
	font-size: 60px;
}

#charge_popup .for {
	margin: 15px auto;
	padding: 10px 15px;
	border: 1px solid #cccc;
}

#charge_popup .mc {
	width: 70%;
	margin: 0px auto;
	color: #ffffff;
}

#charge_popup .mc img {
	width: 100%;
}

#charge_popup .notes {
	margin: 15px 0;
	font-size: 12px;
}

#charge_popup .pay {
	display: flex;
	list-style: none;
	flex-direction: row;
	padding-top: 15px;
}

#charge_popup .pay li > * {
	padding: 10px 15px;
	background: #cccccc;
	color: #000000;
	margin: 0;
	border: none;
	display: block;
	text-decoration: none;
}

#charge_popup .mc > div {
	position: absolute;
}

#charge_popup .mc .t_sh {
	left: 15px;
	top: 15px;
	font-size: 40px;
}

#charge_popup .mc .price {
	left: 15px;
	bottom: 70px;
	font-size: 20px;
}

#charge_popup .mc .t_count {
	box-sizing: border-box;
	left: 15px;
	padding: 0 24px;
	bottom: 150px;
}

#charge_popup .mc .t_count div {
	box-sizing: border-box;
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1px solid #cccccc;
	line-height: 24px;
	text-align: center;
	top: 0;
	cursor: pointer;
}

#charge_popup .mc .t_count .t_count_dec {
	left: 0;
}

#charge_popup .mc .t_count .t_count_inc {
	right: 0;
}

#charge_popup .mc .t_count input {
	margin: 0px;
	padding: 0px;
	border: 1px solid transparent;
	height: 24px;
	line-height: 24px;
	color: #000000;
	width: 40px;
	text-align: center;
}