@charset "UTF-8";

@keyframes rotating {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.loading-placeholder {
	margin: 20px 0;
	position: relative;
}
.loading-placeholder .loading {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	animation: rotating 1s linear infinite;
	background: rgb(100, 100, 100) url(/theme/images/products-load-icon.png) no-repeat center;
	border-radius: 100%;
}

.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
img {
	opacity: 1;
	transition: opacity 0.3s linear;
}
img.lazy {
	opacity: 0;
}

#Header {
	padding-bottom: 115px;
}
#Header > div > .wrapper {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1130px;
	box-sizing: content-box;
	letter-spacing: .07em;
}
#Header .line1 {
	height: 42px;
	z-index: 8001;
	position: relative;
	background: rgb(1, 1, 1);
}
#Header .line1 .wrapper {
	height: 100%;
}
#Header .line1 .wrapper ul {
	font: 14px/1.2 "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: rgb(255, 255, 255);
	height: 100%;
	padding: 0;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: flex-end;
}
#Header .line1 .wrapper ul li {
	padding: 0 10px;
	list-style: none;
	text-align: center;
	line-height: 16px;
	border-left: 1px solid rgb(255, 255, 255);
}
#Header .line1 .wrapper ul li:first-child {
	border-left: 0;
}
#Header .line1 .wrapper ul li a {
	font: inherit;
	color: inherit;
	font-size: inherit;
}
#Header .line1 .wrapper ul li a:hover {
	text-decoration: underline;
}

#Header .line1 .language {
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: flex;
	padding: 0 16px 0 16px;
	position: relative;
	align-self: stretch;
	line-height: 40px;
	align-items: center;
	flex-shrink: 0;
	
	transition: background 0.2s ease-in-out;
}
#Header .line1 .language:hover {
	background-color: rgba(93, 84, 125, 0.8);
}
#Header .line1 .language:before {
	top: 50%;
	left: 0;
	width: 1px;
	height: 16px;
	content: '';
	position: absolute;
	transform: translateY(-50%);
	background: #fff;
	
	transition: opacity 0.2s ease-in-out;
}
#Header .line1 .language:hover:before {
	opacity: 0;
}
#Header .line1 .sub-menu {
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	overflow: hidden;
	position: absolute;
	background: rgba(45, 45, 45, 0.8);
}
#Header .line1 .sub-menu a {
	color: rgb(255, 255, 255);
	height: 40px;
	display: flex;
	padding: 0 0;
	text-align: center;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}
#Header .line1 .sub-menu a:hover {
	background: rgba(93, 84, 125, 0.8);
}
#Header .line2 {
	top: 42px;
	left: 0;
	right: 0;
	z-index: 8000;
	position: absolute;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(149, 149, 149);
	
	transition: box-shadow 0.3s linear;
}
#Header .line2.fixed {
	top: 0;
	position: fixed;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
body.navigation-opened #Header .line2 {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
#Header .line2 .wrapper .table {
	width: 100%;
}
#Header .line2 .wrapper .logo {
	padding: 10px 0;
	padding-right: 30px;
	vertical-align: middle;
}
#Header .line2 .wrapper .logo a {
	width: 260px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#Header .line2 .wrapper .logo a > img {
	height: 44px;
	max-width: none;
}
#Header .line2 .wrapper .logo a > .text {
	padding-left: 10px;
}
#Header .line2 .wrapper .logo a > .text div:first-child {
	color: rgb(0, 0, 0);
	font-size: 20px;
}
#Header .line2 .wrapper .logo a > .text div:last-child {
	color: rgb(170, 170, 170);
	font-size: 11px;
	padding-left: 1px;
}
#Header .line2 .wrapper .logo .catalog {
	width: 228px;
	color: rgb(0, 0, 0);
	height: 38px;
	cursor: pointer;
	border: 1px solid rgb(225, 225, 225);
	padding: 0 15px;
	position: relative;
	background: rgb(245, 245, 245);
	line-height: 38px;
	border-radius: 3px;
	text-transform: uppercase;
	
	transition: border-color 0.3s ease-in-out,
				background 0.3s ease-in-out;
}
#Header .line2 .wrapper .logo .catalog .burger {
	top: 50%;
	right: 12px;
	width: 20px;
	height: 16px;
	position: absolute;
	transform: translateY(-50%);
}
#Header .line2 .wrapper .logo .catalog .burger > div {
	width: 20px;
	height: 2px;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	
	transition: all 0.2s ease-in-out;
}
#Header .line2 .wrapper .logo .catalog .burger > div:nth-child(1) {
	top: 0;
}
#Header .line2 .wrapper .logo .catalog .burger > div:nth-child(2) {
	top: 7px;
}
#Header .line2 .wrapper .logo .catalog .burger > div:nth-child(3) {
	bottom: 0;
}
#Header .line2 .wrapper .logo .catalog:hover,
body.navigation-opened #Header .line2 .wrapper .logo .catalog {
	background: rgb(235, 235, 235);
	border-color: rgb(215, 215, 215);
}
#Header .line2 .wrapper .logo .catalog:hover .burger > div,
body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div {
	background: rgba(0, 0, 0, 0.5);
}
body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div:nth-child(1) {
	top: 7px;
	transform: rotate(45deg);
}
body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div:nth-child(2) {
	opacity: 0;
}
body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div:nth-child(3) {
	bottom: 7px;
	transform: rotate(-45deg);
}
#Header .line2 .wrapper .contacts {
	display: table-cell;
	vertical-align: middle;
	
	transition: background 0.3s ease-in-out;
}
#Header .line2 .wrapper .contacts .mobile-icon {
	display: none;
}
#Header .line2 .wrapper .contacts .phone {
	height: 44px;
	border: 1px solid rgb(163, 163, 163);
	display: block;
	padding: 0 12px 0 38px;
	position: relative;
	line-height: 42px;
	white-space: nowrap;
	
	transition: background 0.3s ease-in-out;
}
#Header .line2 .wrapper .contacts .phone:hover {
	background: rgb(250, 250, 250);
	border-color: rgb(145, 145, 145);
}
#Header .line2 .wrapper .contacts .phone i {
	top: 8px;
	left: 6px;
    color: #acacac;
	position: absolute;
	font-size: 33px;
	transform: rotate(12deg);
	
	transition: color 0.3s ease-in-out;
}
#Header .line2 .wrapper .contacts .email {
	color: rgb(0, 0, 0);
	margin: 8px 0 3px 0;
	display: block;
}
#Header .line2 .wrapper .contacts .email:hover {
	text-decoration: underline;
}

#Header .line2 .wrapper .table-row > .account {
	display: table-cell;
	font-size: 0;
	white-space: nowrap;
/*	padding-right: 30px;*/
	vertical-align: middle;
}
#Header .line2 .wrapper .table-row > .account > .currency {
	color: #999;
    height: 12px;
	font-size: 12px;
    align-self: center;
	margin-right: 5px;
	padding-bottom: 2px;
}
@media (min-width: 901px)
{
	#Header .line2 .wrapper .table-row > .account > .currency {
		display: none;
	}
}
@media (max-width: 400px)
{
	#Header .line2 .wrapper .table-row > .account > .currency {
		margin-right: 0;
		letter-spacing: -0.3px;
	}
}
#Header .line2 .wrapper .table-row > .account .header-button {
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: inline-block;
	padding: 0 7px 4px 7px;
	position: relative;
	font-size: 14px;
	text-align: center;
	
	transition: color 0.3s ease-in-out,
				border 0.3s ease-in-out,
				background 0.3s ease-in-out;
}
#Header .line2 .wrapper .table-row > .account .header-button:hover,
#Header .line2 .wrapper .table-row > .account .header-button.active {
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
}
#Header .line2 .wrapper .table-row > .account .header-button:hover > i,
#Header .line2 .wrapper .table-row > .account .header-button.active > i {
	color: rgb(255, 255, 255);
}
#Header .line2 .wrapper .table-row > .account .header-button > i {
	color: rgb(0, 0, 0);
	height: 44px;
	margin: 0 auto 12px auto;
	display: block;
	font-size: 66px;
}
#Header .line2 .wrapper .table-row > .account .header-button.cart {
	border-right: 1px solid transparent;
}
#Header .line2 .wrapper .table-row > .account .header-button.cart:hover,
#Header .line2 .wrapper .table-row > .account .header-button.cart.active {
	border-right: 1px solid rgb(158, 158, 158);
}
#Header .line2 .wrapper .table-row > .account .header-button.cart > i {
	margin-left: -4px;
}
#Header .line2 .wrapper .table-row > .account .header-button.cart > .quantity {
	top: 4px;
	right: 10px;
	color: rgb(255, 255, 255);
	padding: 5px;
	position: absolute;
	min-width: 16px;
	font-size: 12px;
	text-align: center;
    background: #5d547d;
	border-radius: 13px;
}
#Header .line2 .wrapper .table-row > .account .header-button.account {
	border-right: 1px solid rgb(158, 158, 158);
}
#Header .line2 .wrapper .table-row > .account .header-button.account .list {
	top: 100%;
	right: -1px;
	/*width: 150px;*/
	border: 1px solid rgb(158, 158, 158);
	padding: 10px 0;
	display: none;
	position: absolute;
	font-size: 14px;
	background: rgb(0, 0, 0);
}
#Header .line2 .wrapper .table-row > .account .header-button.account .list a {
	color: rgb(255, 255, 255);
	display: block;
	padding: 4px 15px;
	text-align: right;
}
#Header .line2 .wrapper .table-row > .account .header-button.account .list a:hover {
	background: #5d547d;
}
#Header .line2 .wrapper .table-row > .account .header-button.search {
	display: none;
}
#Header .line2 .wrapper .table-row > .account .header-button.bonus-system {
	border-right: 1px solid rgb(158, 158, 158);
}
#Header .line2 .wrapper .table-row > .account .header-button.bonus-system i {
	width: 54px;
	transform: translateY(2px);
}
#Header .line2 .wrapper .table-row > .account .header-button.bonus-system:hover i {
	filter: invert(1);
}
#Header .line2 .wrapper .search {
	width: 100%;
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle;
}
#Header .line2 .wrapper .search form {
	display: flex;
	position: relative;
}
#Header .line2 .wrapper .search form i {
	top: 12px;
	left: 12px;
	color: #acacac;
	position: absolute;
	font-size: 26px;
}
#Header .line2 .wrapper .search form input {
	width: 100%;
	height: 20px;
	border: 1px solid rgb(163, 163, 163);
	display: block;
	padding: 11px 4px 11px 41px;
	font-size: 14px;
	box-sizing: content-box;
	
	transition: border 0.3s ease-in-out,
				background 0.3s ease-in-out;
}
#Header .line2 .wrapper .search form input:hover,
#Header .line2 .wrapper .search form input:focus {
	background: rgb(250, 250, 250);
	border-color: rgb(145, 145, 145);
}
#Header .line2 .wrapper .search form button {
	height: 16px;
	display: block;
	padding: 14px 25px;
	font-size: 14px;
	line-height: 16px;
}
#Header .line2 .wrapper .search .text {
	margin: 8px 0 3px 0;
}


	
.cart-adding-item {
	width: 16px;
	height: 16px;
	z-index: 10001;
	position: fixed;
	transform: translate(-50%, -50%);
    background: #5d547d;
	border-radius: 100%;
}

.sidebar-links a {
	color: rgb(0, 0, 0);
	display: block;
	padding: 17px 13px;
	font-size: 16px;
	border-bottom: 1px solid rgba(230, 230, 230);
}
.sidebar-links a:hover {
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
}




#Navigation {
	top: 115px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	
	transition: top 0.15s ease-in-out,
				opacity 0.2s ease-in-out,
				z-index 0.2s ease-in-out;
	opacity: 0;
}
#Navigation .close {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	transform: translateX(-260px);
}
#Navigation .close div {
	top: 18px;
	left: 5px;
	width: 30px;
	height: 4px;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
}
#Navigation .close div:first-child {
	transform: rotate(45deg);
}
#Navigation .close div:last-child {
	transform: rotate(-45deg);
}
#Navigation .wrapper {
	margin: 16px auto 0 auto;
	padding: 0 15px;
	max-width: 1160px;
	transform: translateY(20px);
	
	transition: transform 0.2s ease-in-out;
}
#Navigation .wrapper .header {
	height: 60px;
	display: none;
	padding: 0 15px;
	font-size: 16px;
	align-items: center;
	border-bottom: 1px solid rgb(100, 100, 100);
	letter-spacing: 1px;
	text-transform: uppercase;
}
#Navigation .wrapper .header > :nth-child(1) {
	flex-grow: 1;
}
#Navigation .wrapper .header img {
	vertical-align: middle;
}
#Navigation .wrapper .header a[data-lang]:not([data-lang="uk"]) {
	border: 1px solid rgb(230, 230, 230);
	display: block;
	padding: 2px 6px;
	font-size: 0.8em;
	background: rgb(250, 250, 250);
	border-radius: 3px;
}
#Navigation .main-nav {
	width: 260px;
}
body.navigation-opened #Navigation {
	opacity: 1;
	z-index: 7998;
}
body.navigation-opened #Navigation .wrapper {
	transform: translateY(0);
}


#Cart {
	color: rgb(255, 255, 255);
	width: calc(100% - 18px);
	bottom: 0;
	cursor: default;
	border: 1px solid rgb(158, 158, 158);
	display: none;
	position: fixed;
	font-size: 14px;
	max-width: 400px;
	background: rgb(0, 0, 0);
}
#Cart #popupCartTable {
	height: 100%;
	overflow: hidden;
}
#Cart .table-wrapper {
	padding: 10px 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}
#Cart table {
	width: 100%;
	border: 0;
	margin: 0;
}
#Cart tr:hover {
	background: #5d547d;
}
#Cart td {
	border: 0;
	padding: 5px 0;
	white-space: normal;
}
#Cart td a {
	color: rgb(255, 255, 255);
}
#Cart td.photo {
	padding: 10px 10px;
	text-align: center;
}
#Cart td.photo:before {
	width: 50px;
	content: '';
	display: block;
}
#Cart td.photo img {
	width: 50px;
	height: 50px;
}
#Cart td div.prices {
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
	white-space: nowrap;
}
#Cart td div.prices .price-native {
	color: #999;
}
#Cart td.photo div span {
	font-size: 10px;
}
#Cart td.info {
	width: 100%;
	padding: 10px 10px 10px 0;
	vertical-align: middle;
}
#Cart td.close {
	font-size: 22px;
	padding-right: 10px;
}
#Cart td.close a {
	width: 22px;
	height: 22px;
	display: block;
	position: relative;
	text-align: center;
}
#Cart td.close a i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease-in-out;
}
#Cart td.close a:hover i {
	transform: translate(-50%, -50%) scale(1.15);
}
#Cart .cart-popup-summary {
	position: relative;
	margin-top: -10px;
}
#Cart .cart-popup-summary .price-native {
	font-size: 12px; 
}
#Cart .cart-popup-summary .gradient {
	height: 10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
#Cart .cart-popup-summary .content {
	font-size: 14px;
	line-height: 16px;
	background: rgba(0, 0, 0, 1);
}
#Cart .cart-popup-summary .content .summary-line {
	width: 100%;
	padding: 7px 15px;
	box-sizing: border-box;
	background: #5d547d;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: .08em;
    justify-content: space-between;
}
#Cart .cart-popup-summary .content .summary-line .key {
	text-align: left;
	vertical-align: middle;
}
#Cart .cart-popup-summary .content .summary-line .value {
	font-size: 18px;
	text-align: right;
	vertical-align: middle;
}
#Cart .cart-popup-summary .clear {
	clear: both;
}
#Cart .cart-popup-summary a {
	display: block;
}
#Cart .cart-popup-summary .buttons .table {
	width: 100%;
	border-spacing: 20px;
}
#Cart .cart-popup-summary .buttons .key {
	text-align: left;
	vertical-align: middle;
}
#Cart .cart-popup-summary .buttons .value {
	text-align: right;
	vertical-align: middle;
}
#Cart .buybtn,
#Cart .continue {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	padding: 10px 15px 12px;
	text-align: center;
	transition: background .3s ease-in-out;
	letter-spacing: .06em;
}
#Cart .buybtn:hover,
#Cart .continue:hover {
	background: #5d547d;
}
#popupCartTable > .gradient {
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	z-index: 2;
	position: absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#TopLinksBlockWrapper {
	padding-bottom: 10px;
}
#TopLinksBlockWrapper .top-links-block {
	width: 100%;
	background: rgb(235, 235, 235);
	border-collapse: collapse;
	
	transition: box-shadow 0.3s linear,
				background 0.3s linear;
}
#TopLinksBlockWrapper .top-links-block:not(:first-child) {
	display: none;
	margin-top: -1px;
}
#TopLinksBlockWrapper .top-links-block.fixed {
	top: 114px;
	margin: 0 auto;
	z-index: 7998;
	position: fixed;
	max-width: 0;
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(235, 235, 235) 11px);
	
	transition: top 0.15s ease-in-out;
}
#TopLinksBlockWrapper .top-links-block .table-cell {
	border: 1px solid rgb(158, 158, 158);
	padding: 18px 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 20px;
	
	transition: all 0.5s ease-in-out,
				padding 0.2s ease-in-out;
}
#TopLinksBlockWrapper .top-links-block .table-cell:hover {
	background: rgb(0, 0, 0);
}
#TopLinksBlockWrapper .top-links-block .table-cell span:nth-child(1) {
	color: rgb(0, 0, 0);
	display: inline-block;
	font-size: 18px;
	transition: all 0.5s ease-in-out,
				font 0.2s ease-in-out;
}
#TopLinksBlockWrapper .top-links-block .table-cell:hover span:nth-child(1) {
	opacity: 0;
	transform: scale(1.5);
}
#TopLinksBlockWrapper .top-links-block .table-cell span:nth-child(2) {
	top: 50%;
	left: 50%;
	color: rgb(255, 255, 255);
	opacity: 0;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	transform: translate(-50%, -50%) scale(0.66);
	transition: all 0.5s ease-in-out,
				font 0.2s ease-in-out;
}
#TopLinksBlockWrapper .top-links-block .table-cell img {
	top: 50%;
	left: 50%;
	opacity: 1;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 70%;
	transition: all 0.5s ease-in-out;
}
#TopLinksBlockWrapper .top-links-block .table-cell:hover span:nth-child(2) {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
#TopLinksBlockWrapper .top-links-block .table-cell:hover img {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.5);
}
#TopLinksBlockWrapper .top-links-block.fixed .table-cell {
	padding: 8px 15px;
}
#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(1),
#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(2) {
	font-size: 16px;
}

#TopLinksBlockWrapper .top-links-block .table-cell.with-image span:nth-child(1) {
	opacity: 0;
}
@media (max-width: 900px) {
	#TopLinksBlockWrapper .top-links-block .table-cell span:nth-child(2) {
		font-size: 16px;
	}
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(1),
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(2) {
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	#TopLinksBlockWrapper .top-links-block .table-cell span:nth-child(2) {
		font-size: 12px;
	}
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(1),
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(2) {
		font-size: 12px;
	}
}
@media (max-width: 700px) {
	#TopLinksBlockWrapper .top-links-block .table-cell span:nth-child(2) {
		font-size: 10px;
	}
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(1),
	#TopLinksBlockWrapper .top-links-block.fixed .table-cell span:nth-child(2) {
		font-size: 10px;
	}
}


#sidebar .open-close-button {
	top: 50%;
	right: 0;
	color: rgb(255, 255, 255);
	display: none;
	padding: 5px 10px;
	position: absolute;
	transform: translateY(-50%);
	margin-top: 2px;
	background: rgba(93, 84, 125, 0.9);
	border-radius: 3px;
	text-transform: uppercase;
}
#sidebar .open-close-button:hover {
	background: rgba(93, 84, 125, 1);
}



#Search {
	margin: 0 -15px;
	display: none;
	padding: 16px 15px;
	font-size: 15px;
	background: rgb(245, 245, 245);
	border-bottom: 1px solid rgb(149, 149, 149);
}
body.search-page #Search {
	display: block;
}
#Search form {
	display: flex;
	position: relative;
}
#Search form i {
	top: 12px;
    left: 12px;
    color: #acacac;
	position: absolute;
	font-size: 26px;
}
#Search form input {
	width: 100%;
	display: block;
	padding: 11px 4px 11px 41px;
	font-size: 16px;
}
#Search form button {
	margin: 0 !important;
	display: block;
	font-size: 16px;
	margin-top: 10px;
}



#Contacts {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 10001;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
}
#Contacts > .wrapper {
	left: 20px;
	right: 20px;
	bottom: 20px;
	position: absolute;
	transform: translateY(100%);
	background: rgb(255, 255, 255);
	transition: transform 0.2s ease-in-out;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
#Contacts.visible > .wrapper {
	transform: translateY(0);
}
#Contacts > .wrapper > a {
	color: rgb(50, 50, 50);
	display: block;
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid rgb(220, 220, 220);
}
#Contacts > .wrapper > a:hover {
	color: rgb(50, 50, 50);
}
#Contacts > .wrapper > a:last-child {
	border-bottom: none;
}



@media (min-width: 961px) {
	#Search,
	#Contacts {
		display: none !important;
	}
	
	#Header .line2 {
		height: 115px;
		transition: height 0.15s ease-in-out;
	}
	#Header .line2.small {
		height: 65px;
	}
	#Header .line2 .logo,
	#Header .line2 .logo > a,
	#Header .line2 .search .text,
	#Header .line2 .search form input,
	#Header .line2 .search form button,
	#Header .line2 .search form i,
	#Header .line2 .wrapper .table-row > .account,
	#Header .line2 .wrapper .table-row > .account > a,
	#Header .line2 .wrapper .table-row > .account .header-button,
	#Header .line2 .wrapper .table-row > .account .header-button > i,
	#Header .line2 .contacts > .wrapper {
		transition: all 0.15s ease-in-out;
	}
	#Header .line2 .contacts > .wrapper {
		width: 170px;
		height: 73px;
		overflow: hidden;
	}
	#Header .line2.small .logo {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#Header .line2.small .logo > a {
		opacity: 0;
		margin-top: -54px;
	}
	#Header .line2.small .search .text {
		opacity: 0;
		margin-bottom: -25px;
	}
	#Header .line2.small .search form input {
		padding-top: 9px;
		padding-bottom: 9px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	#Header .line2.small .search form button {
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	#Header .line2.small .search form i {
		top: 10px;
	}
	#Header .line2.small .wrapper .table-row > .account {
		padding-right: 0;
	}
	#Header .line2.small .wrapper .table-row > .account > a {
		color: transparent !important;
		height: 65px;
		padding-bottom: 0;
	}
	#Header .line2.small .wrapper .table-row > .account .header-button {
		font-size: 0;
	}
	#Header .line2.small .wrapper .table-row > .account .header-button > i {
		margin: 6px auto 10px auto;
	}
	#Header .line2.small .contacts > .wrapper {
		width: 0;
		height: 60px;
		opacity: 0;
	}
		
	body.navigation-small #Navigation {
		top: 65px;
	}
	body.navigation-small #TopLinksBlockWrapper .top-links-block.fixed {
		top: 64px;
	}
}

@media (max-width: 960px) {
	#Header {
		padding-bottom: 60px;
	}
	#Header > div > .wrapper {
		height: 100%;
	}
	#Header .line2 {
		height: 60px;
	}
	#Header .line2 .wrapper > .table,
	#Header .line2 .wrapper > .table > .table-row,
	#Header .line2 .wrapper > .table > .table-row > .table-cell {
		width: auto;
		height: 100%;
		display: block;
	}
	
	
	#Header .line2 .wrapper .logo {
		padding: 0;
		display: block;
	}
	#Header .line2 .wrapper .logo a {
		top: 50%;
		left: 50%;
		width: auto;
		margin: 0;
		position: absolute;
		transform: translate(-50%, -50%);
	}
	#Header .line2 .wrapper .logo a .text {
		display: none;
	}
	#Header .line2 .wrapper .logo .catalog {
		top: 50%;
		left: 5px;
		width: auto;
		padding: 0 15px 0 40px;
		position: absolute;
		transform: translate(0, -50%);
		background: transparent !important;
		border-color: transparent !important;
	}
	#Header .line2 .wrapper .logo .catalog .burger {
		left: 10px;
	}
	
	
	#Header .line2 .wrapper .table-row > .contacts {
		top: 50%;
		right: 101px;
		width: 40px;
		height: 40px;
		position: absolute;
		transform: translate(0, -50%);
	}
	body.not-logged #Header .line2 .wrapper .table-row > .contacts {
		right: 56px;
	}
	#Header .line2 .wrapper .contacts .mobile-icon {
		top: 8px;
		left: 9px;
		display: block;
		position: absolute;
		font-size: 30px;
		transition: color 0.3s ease-in-out;
	}
	#Header .line2 .wrapper .contacts .wrapper {
		display: none;
	}
	#Header .line2 .wrapper .contacts.active {
		background: rgb(0, 0, 0);
	}
	#Header .line2 .wrapper .contacts.active .mobile-icon {
		color: rgb(255, 255, 255);
	}
	
	
	#Header .line2 .wrapper .table-row > .account {
		top: 10px;
		right: 10px;
		height: 40px;
		padding: 0;
		display: flex;
		position: absolute;
	}
	#Header .line2 .wrapper .table-row > .account .header-button {
		width: 40px;
		height: 40px;
		padding: 0;
		position: relative;
		font-size: 0;
		margin-left: 5px;
	}
	#Header .line2 .wrapper .table-row > .account .header-button > i {
		top: 4px;
		left: 4px;
		display: block;
		position: absolute;
		font-size: 38px;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.account {
		border-color: transparent;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.account:hover {
	    border-color: rgb(158, 158, 158);
	}
	#Header .line2 .wrapper .table-row > .account .account .list {
		font-size: 14px;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.cart > i {
		margin: 0;
		transform: translateY(1px);
	}
	#Header .line2 .wrapper .table-row > .account .header-button.cart > .quantity {
		right: 5px;
		z-index: 2;
		padding: 2px;
		min-width: 12px;
		font-size: 9.5px;
	}
	
	
	#Header .line2 .wrapper .table-row > .account .header-button.search {
		display: block;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.search i {
	    font-size: 30px;
		opacity: 0.8;
		top: 8px;
		left: 8px;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.bonus-system {
		border-color: transparent;
	}
	#Header .line2 .wrapper .table-row > .account .header-button.bonus-system i {
		top: 50%;
		left: 50%;
		width: 60%;
		margin: 0;
		height: 100%;
		transform: translate(-50%, -50%);
	}
	
	#Header .line2 .wrapper .table-row > .search {
		display: none;
	}
	
	#Cart {
		font-size: 15px;
	}
	
	
	#Navigation {
		top: 0;
		z-index: -1;
		padding: 0 !important;
	}
	#Navigation .close {
		display: block;
		transition: transform 0.2s ease-in-out;
	}
	#Navigation .wrapper {
		width: calc(100% - 60px);
		max-width: 350px;
		height: 100%;
		margin: 0;
		padding: 0;
		transform: translateX(-100%);
		overflow-y: auto;
		background: rgb(255, 255, 255);
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	}
	#Navigation .wrapper .header {
		display: flex;
	}
	#Navigation .main-nav {
		width: auto;
	}
	body.navigation-opened #Navigation .close {
		transform: translateX(0);
	}
	body.navigation-opened #Navigation {
		z-index: 9999999;
	}
	
	#TopLinksBlockWrapper .top-links-block.fixed {
		top: 59px;
	}
}

@media (min-width: 769px) {
	#sidebar .content-wrap > *:not(.content-header) {
		display: block !important;
	}
}

@media (max-width: 768px) {
	#sidebar {
		padding-top: 20px;
	}
	#sidebar .content-wrap > *:not(.content-header) {
		display: none;
	}
	/*
	#sidebar.showing .content-wrap > *:not(.content-header) {
		display: block;
	}
	*/
	#sidebar .content-wrap  {
		margin: 0;
	}
	#sidebar .open-close-button {
		display: block;
	}
	
	#Cart {
		font-size: 14px;
	}
	#Cart .cart-popup-summary .buttons .table,
	#Cart .cart-popup-summary .buttons .table-row,
	#Cart .cart-popup-summary .buttons .table-cell {
		display: block;
	}
	#Cart .cart-popup-summary .buttons .table-cell {
		padding: 10px;
	}
	#Cart .cart-popup-summary .buttons .table-cell:last-child {
		padding-top: 0;
	}
}

@media (max-width: 900px) {
	#Header .line1 {
		display: none;
	}
	#Header .line2 {
		top: 0;
	}
	#Header .line2 .wrapper .logo .catalog > span > span {
		display: none;
	}
	/*
	#TopLinksBlockWrapper {
		display: none;
	}
	*/
	#TopLinksBlockWrapper .top-links-block .table-cell {
		padding: 8px 15px !important;
	}
}

@media (max-width: 500px) {
	#Header .line2 .wrapper .table-row > .account .header-button {
		margin: 0;
	}
	#Header .line2 .wrapper .table-row > .contacts {
		right: 92px;
	}
	
	
	#Header .line2 .wrapper .logo a {
		left: 55px;
		transform: translateY(-50%);
	}
	#Header .line2 .wrapper .logo a img {
		height: 34px;
	}
	
	#Header .line2 .wrapper .logo .catalog {
		width: 40px;
		padding: 0;
	}
	#Header .line2 .wrapper .logo .catalog > span {
		display: none;
	}
	#Header .line2 .wrapper .logo .catalog .burger {
		width: 22px;
		height: 18px;
	}
	#Header .line2 .wrapper .logo .catalog .burger > div {
		width: 22px;
		background: rgba(0, 0, 0, 0.6);
	}
	body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div:nth-child(1) {
		top: 8px;
	}
	body.navigation-opened #Header .line2 .wrapper .logo .catalog .burger > div:nth-child(3) {
		bottom: 8px;
	}
	
	
	#Header .line2 .wrapper .logo .catalog .burger > div:nth-child(2) {
		top: 8px;
	}
	#Header .line2 .wrapper .table-row > .account {
		right: 8px;
	}
	#Header .line2 .wrapper .table-row > .contacts {
		right: 45px;
		display: none;
	}
	body.not-logged #Header .line2 .wrapper .table-row > .contacts {
		display: block;
	}
}


/*////////////////////////////////////////////////////////////*/


.nav-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .tablet-visible {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.df-row {
  width: 100%;
}
@media (min-width: 768px) {
  .df-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 992px) {
  .df-row {
    margin: 0 -15px 10px;
    width: calc(100% + 30px);
  }
}
.df-row [class^="col"] {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .df-row [class^="col"] {
    padding: 10px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .df-row [class^="col"] {
    padding: 0 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .df-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .df-col > * {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .df-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (min-width: 768px) {
  .col-3 {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .col-3 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-4 {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .col-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-9 {
    width: 66.667%;
  }
}

@media (min-width: 992px) {
  .col-9 {
    width: 75%;
  }
}

.slider-hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  width: 100% !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #000;
  background: #fff;
  font: 14px/1.2 "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 18px;
}

blockquote {
  border-left: 4px solid #acacac;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #acacac;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.resize-active * {
  transition: none !important;
}

/* Reset */
/*
* {
  margin: 0;
  padding: 0;
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body,
figure,
form {
  margin: 0;
}

img {
  margin: 0;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

embed,
object {
  outline: none;
}

/*
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
*/
a {
  color: #5f9125;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
  quotes: none;
  border-left: 1px solid #ccc;
  font-style: italic;
  margin-left: 2em;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace,monospace;
  _font-family: "courier new",monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Courier New",Courier,monospace,serif;
  margin: 0 0 1.5em;
  border-left: 1px solid #ccc;
  margin-left: 2em;
  padding-left: 2em;
}

q {
  quotes: none;
  font-style: italic;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
  color: #f48b47;
}

sub {
  bottom: -.25em;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
}

button,
input,
select,
optgroup,
textarea {
  font-size: 100%;
  margin: 0;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
}

optgroup {
  font-weight: bold;
}

button,
select {
  text-transform: none;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input:required {
  box-shadow: none !important;
}

input:invalid {
  box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline-width: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font: 101%/1.5em Arial,Helvetica,sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* */
.info .error {
  color: #c33;
  padding-bottom: 12px;
}

.info .success {
  color: #5f9125;
  padding-bottom: 12px;
}

.none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/* fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 80300;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  zoom:1;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80000;
  background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, .8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  background: #323232;
  background: -webkit-gradient(to top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
  background: linear-gradient(to top, #444 0%, #343434 50%, #292929 50%, #333 100%);
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../img/fancybox/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: .8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}

#fancybox-buttons a.btnDisabled {
  opacity: .4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 80500;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: .5;
}

#fancybox-thumbs ul li.active {
  opacity: .75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

.fb-info {
  display: none;
}

.fancybox-cart {
  font-family: arial;
  font-size: 14px;
}

.fancybox-cart .title {
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
}

.fancybox-cart .fancybox-inner {
  max-width: 760px !important;
  padding-right: 20px;
  margin-right: -20px;
}

.fancybox-cart.callback .fancybox-inner {
  width: 600px !important;
}

.fancybox-cart table {
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  min-width: 700px;
  width: 760px;
}

.fancybox-cart h3 {
  font-size: 18px;
  margin-bottom: .5em;
}

.fancybox-cart .title {
  font-family: arial;
  margin-bottom: .5em;
  margin-left: 0 !important;
  color: #525252;
}

.fancybox-cart th {
  color: #4e4e4e;
  text-align: left;
  font-weight: normal;
  font-family: arial;
  font-size: 12px;
  padding-bottom: 12px !important;
}

.fancybox-cart th.center {
  text-align: center;
}

.fancybox-cart td,
.fancybox-cart th {
  /*border-bottom:1px solid #d1d1d1;*/
  padding: 12px 7px;
  margin: 0;
  vertical-align: middle;
}

.fancybox-cart th {
  border-bottom: 0;
  /*border-top:1px solid #b3b3b3;*/
  padding-bottom: 0;
}

.fancybox-cart tfoot td {
  padding-bottom: 0;
}

.fancybox-cart img {
  margin: 0;
}

/*.fancybox-cart input[type="number"]{border:1px solid #cbcbcb;border-radius:1px;background:#fff;color:#333;font-size:16px;width:36px;height:28px;line-height:28px;margin:10px 0 13px 0;padding:0 10px;font-weight:bold}*/
.fancybox-cart input[type=number]::-webkit-inner-spin-button,
.fancybox-cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fancybox-cart .price {
  color: #117163;
}

.fancybox-cart a {
  color: #666363;
}

.fancybox-cart a:hover {
  text-decoration: underline;
}

.fancybox-cart .buybtn {
  position: relative;
  float: none !important;
  text-align: center;
  font-size: 18px !important;
  line-height: 18px !important;
  display: inline-block;
  zoom: 1;
  height: 43px;
  line-height: 43px !important;
  padding: 0 20px !important;
  text-align: center;
  margin: 16px 10px 10px 30px;
  /*border-bottom:1px solid #666;*/
  background-color: #44cdc8;
  /*border-radius: 5px;*/
  color: #fff;
  cursor: pointer;
}

.fancybox-cart .buybtn:hover {
  text-decoration: none;
  border-bottom: 1px dotted #666363;
}

.fancybox-cart .continue {
  margin: 8px 12px 0 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #999;
}

.fancybox-cart .continue:hover {
  text-decoration: none;
  color: #000;
}

.fancybox-cart tfoot td {
  border: 0;
  vertical-align: middle;
}

.fancybox-cart .info {
  vertical-align: middle;
}

.fancybox-cart .info a {
  display: block;
}

.fancybox-cart .photo {
  vertical-align: middle;
}

.fancybox-cart .info div {
  clear: both;
  padding-top: 4px;
}

.fancybox-cart .info label {
  width: 150px;
  float: left;
  font-size: 11px;
  color: #999;
  margin: 0;
  padding: 4px 8px 4px 0;
}

.fancybox-cart .info select {
  border: 1px solid #e3e9ef;
  border-top: 1px solid #abadb3;
  border-right: 1px solid #dbdfe6;
  padding: 2px;
  cursor: pointer;
}

.fancybox-cart .del {
  font-size: 11px;
  color: #aaa;
  padding: 0;
  width: 8px;
  height: 8px;
  background: url(/img/del.gif) no-repeat;
  display: block;
  margin: 0 auto;
}

.fancybox-cart .itogo {
  font-size: 20px;
}

/*.fancybox-cart .count {background: url('../img/cart-count.png') no-repeat center;text-align:center;border: none;height: 22px;width: 36px;padding: 0 23px;font-size:12px;cursor:pointer}*/
.fancybox-cart .bundleRow td {
  border: 0;
  padding-top: .2em;
  padding-bottom: .2em;
}

.fancybox-cart .bundleRow td:first-child {
  border-left: 1px solid #117163;
}

.fancybox-cart .bundleRow td:last-child {
  border-right: 1px solid #117163;
}

.fancybox-cart .bundleRow small .price {
  color: #999 !important;
  display: inline;
}

.fancybox-cart .bundleRow.first td {
  border-top: 1px solid #117163 !important;
  padding-top: .5em !important;
}

.fancybox-cart .bundleRow.last td {
  border-bottom: 1px solid #117163 !important;
  border-top: 1px dashed #117163;
  padding-top: 0;
  padding-bottom: 0;
}

.fancybox-cart .bundleRow.last input {
  /*color:#333;font-size:16px;width:36px;height:28px;line-height:28px;*/
  margin: 10px 0 13px 0;
  font-size: 12px;
  color: #333;
}

.fancybox-cart .bundleRow .bundleQty {
  font-size: 11px;
  color: #999;
}

.fancybox-cart .bundleSpace td {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fancybox-cart .result div {
  padding: 3px 0;
}

.fancybox-cart .result .key {
  width: 80px;
  text-align: right;
  padding-right: 8px;
  display: inline-block;
}

.fancybox-cart table .remove {
  font-weight: bold;
  font-family: tahoma;
}

.fancybox-cart table .remove a {
  color: #117163;
}

.fancybox-cart table {
  margin-top: 12px;
}

.fancybox-cart th {
  color: #fff !important;
  padding: 0 12px !important;
}

.fancybox-cart tfoot td {
  text-align: left;
}

.fancybox-cart tfoot td.result {
  text-align: right;
}

@media only screen and (max-width: 959px) {
  .fancybox-cart .fancybox-inner {
    width: auto !important;
    /*min-width:380px !important;max-width:727px !important*/
  }
  .fancybox-cart table {
    display: block;
    border: 0;
    width: auto !important;
    min-width: 380px !important;
    margin-top: 12px;
  }
  .fancybox-cart table th {
    display: none;
  }
  .fancybox-cart table tr {
    display: block;
    border: 0;
    clear: both;
    margin-bottom: 8px;
  }
  .fancybox-cart table tbody tr {
    position: relative;
  }
  .fancybox-cart tbody {
    display: block;
    max-height: 330px !important;
    overflow: hidden;
    padding: 16px 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
  }
  .fancybox-cart table td {
    display: inline-block;
    zoom: 1;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .fancybox-cart table td.photo {
    float: left;
    display: block;
    padding-right: 8px;
  }
  .fancybox-cart table td.info {
    white-space: normal;
    display: block;
    padding: 2px 0 6px;
  }
  .fancybox-cart table .price {
    display: inline-block;
  }
  .fancybox-cart table td.quantity input {
    background: none;
    border: 1px solid #ccc;
    margin: -10px 0 0;
    max-width: 30px;
    padding: 0;
  }
  .fancybox-cart table td.quantity {
    position: absolute;
    bottom: 0;
    right: 40px;
    top: auto !important;
    width: auto !important;
  }
  .fancybox-cart table td.remove {
    position: absolute;
    bottom: 4px;
    right: 20px;
  }
  .fancybox-cart table tfoot,
  .fancybox-cart table tbody {
    display: block;
    width: 98%;
  }
  .fancybox-cart table tbody {
    overflow-y: auto;
    max-height: 310px;
  }
  .fancybox-cart table tfoot .subtotal,
  .fancybox-cart table tfoot .modifier,
  .fancybox-cart table tfoot .total {
    text-align: right;
    display: block;
  }
  .fancybox-cart table tfoot .subtotal.none,
  .fancybox-cart table tfoot .modifier.none,
  .fancybox-cart table tfoot .total.none {
    display: none;
  }
  .fancybox-cart table tfoot .result {
    width: 100%;
    display: block;
  }
  .fancybox-cart table td.remove a {
    margin-top: 4px;
    display: inline-block;
  }
  .fancybox-cart .continue {
    position: absolute;
    bottom: 0;
    margin: 0 13px;
    text-align: center;
    display: none;
  }
  .fancybox-cart .buybtn {
    position: absolute;
    margin: 10px 0 0;
    z-index: 5;
  }
}

@media only screen and (max-width: 479px) {
  .fancybox-cart .fancybox-inner {
    width: auto !important;
  }
  .fancybox-cart table {
    min-width: 250px !important;
    margin-top: 0;
  }
  .fancybox-cart table tfoot td .key {
    display: inline !important;
  }
  .fancybox-cart table tfoot td .value {
    display: inline !important;
  }
  .fancybox-cart table tfoot td div {
    text-align: center !important;
  }
  .fancybox-cart tbody {
    display: block;
    max-height: 180px !important;
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
  }
  .fancybox-cart tbody td.photo img {
    width: 50px;
  }
  .fancybox-cart table tr {
    padding-bottom: 1px;
  }
  .fancybox-cart table td.quantity input {
    background: none;
    border: 1px solid #ccc;
    max-width: 30px;
    padding: 0;
  }
  .fancybox-cart table td.quantity {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
  .fancybox-cart table td.remove {
    position: absolute;
    bottom: 4px;
    right: 20px;
  }
  .fancybox-cart .fancybox-skin {
    padding: 16px 12px !important;
  }
  .fancybox-cart table tfoot td {
    position: relative;
    width: 100%;
    display: block;
  }
  .fancybox-cart table tfoot td.result {
    padding: .5em 0;
  }
  .fancybox-cart .buybtn {
    position: absolute;
    bottom: -95px;
    left: 40px;
    right: 40px;
    margin: 0;
  }
  .fancybox-cart .continue {
    bottom: 0;
    left: 0;
    right: 20px;
    margin: 0;
    text-align: center;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-family: "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #acacac;
          border-radius: 0;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
input[type="url"]:not(textarea),
textarea:not(textarea) {
  height: 44px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background .3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 44px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
          border-radius: 0;
  background: #000;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #5d547d;
  color: #fff;
}

.form-user {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 18px;
}
.form-user .form-group {
  margin: 0 0 32px;
}
.form-user .form-group:last-of-type {
  margin: 0;
}
.form-user .form-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 19px;
}
.form-user .form-row {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .form-user .form-row {
    display: -ms-flexbox;
    display: flex;
  }
}
.form-user .form-label {
  display: block;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .form-user .form-label {
    margin: 0;
    padding: 11px 10px 0 0;
    min-width: 199px;
  }
}
.form-user .form-input {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 5px 9px 6px;
  font-size: 14px;
  display: block;
  line-height: 16px;
  height: 36px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .form-user .form-input {
    max-width: 270px;
  }
}
.form-user .form-input.form-textarea {
  height: 119px;
  resize: none;
}
.form-user .form-input.form-textarea:focus {
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .form-user .form-row-footer {
    padding: 5px 20px 5px 199px;
  }
}
.form-user .form-row-footer > div + div {
  padding: 22px 0 0;
}
.form-user .form-button {
  background-color: #5d547d;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 9px 27px 10px;
  height: 39px;
}
.form-user .form-button:focus {
  outline: none;
}
.form-user .form-button:hover {
  background: #000;
}

.cf-checkox {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cf-checkox .cf-input {
  float: left;
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid #cecece;
  background: #fff;
  position: relative;
  margin: 2px 9px 0 0;
}
.cf-checkox .cf-input:before {
	top: 50%;
    left: 50%;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    position: absolute;
    transform: translate(-45%, -80%) rotate(-45deg);
}
.cf-checkox .cf-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cf-checkox [type="checkbox"]:checked ~ .cf-input {
  background-color: #cecece;
  border: 1px solid #cecece;
}
.cf-checkox [type="checkbox"]:checked ~ .cf-label {
  color: #1f1f1f;
}
.cf-checkox [type="checkbox"]:disabled ~ .cf-label {
  opacity: .5;
}
.cf-checkox [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.cf-checkox:hover .cf-input {
  border: 1px solid #5d547d;
}
.cf-checkox:hover .cf-label {
  color: #5d547d;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2") format("woff"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "lato";
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff2") format("woff"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#lato") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "lato";
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff2") format("woff"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#lato") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "lato";
  src: url("fonts/lato-light-webfont.eot");
  src: url("fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-light-webfont.woff2") format("woff"), url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.ttf") format("truetype"), url("fonts/lato-light-webfont.svg#lato") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

p {
  margin: 0 0 20px;
}

a {
  color: #5d547d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accountSVG:before {
  content: "\e90c";
}

.icon-telephoneSVG:before {
  content: "\e90b";
}

.icon-cartSVG:before {
  content: "\e900";
}

.icon-close_cartSVG:before {
  content: "\e901";
}

.icon-closeSVG:before {
  content: "\e902";
}

.icon-filter_listSVG:before {
  content: "\e903";
}

.icon-filter_taleSVG:before {
  content: "\e904";
}

.icon-giftSVG:before {
  content: "\e905";
}

.icon-phoneSVG:before {
  content: "\e906";
}

.icon-price_offSVG:before {
  content: "\e907";
}

.icon-saleSVG:before {
  content: "\e908";
}

.icon-searchSVG:before {
  content: "\e909";
  color: #acacac;
}

.icon-searchSVG-mob:before {
  content: "\e90a";
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: -ms-flexbox;
  display: flex;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  display: none;
  opacity: 0;
}
.slick-slide img {
  display: block;
  max-height: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.slick-slide > div > div {
  width: 100%;
}
.slick-list {
	width: calc(100% + 20px);
}
.slick-arrow.slick-hidden {
  display: none;
}

/* custom select styles */
.jcf-hidden {
  display: none;
}

.jcf-select {
  display: block;
  position: relative;
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 9px 9px 7px;
  height: 36px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .jcf-select {
    max-width: 270px;
  }
}

.jcf-select.jcf-drop-active {
  border: 1px solid #000;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 35px 0 0;
}

.jcf-select .jcf-select-opener {
  background: none;
  position: absolute;
  pointer-events: none;
  top: 14px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #cecece transparent transparent transparent;
  z-index: 1;
}

body > .jcf-select-drop {
  position: absolute;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 1px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #cecece;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus {
  border-color: #000 !important;
}

/*! jQuery UI - v1.12.1 - 2018-03-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.btn,
.btn-purple {
  transition: border .3s ease-in-out, background .3s ease-in-out;
  background: none;
  color: #fff;
  border: 3px solid #5d547d;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}
.btn:hover,
.btn-purple:hover {
  background: #5d547d;
  color: #fff;
}

.btn-purple {
  background: #5d547d;
  color: #fff;
  border-color: #5d547d;
  padding: 4px 10px;
}
.btn-purple:hover {
  background: #000;
  border-color: #000;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}
.btn-group > .btn + .btn,
.btn-group > .btn-purple + .btn,
.btn-group > .btn + .btn-purple,
.btn-group > .btn-purple + .btn-purple {
  border-left: 0;
}

[href^="tel"] {
  text-decoration: none;
  color: #000;
}
.no-tel [href^="tel"] {
  pointer-events: none;
  cursor: default;
}

.main-content {
  width: 100%;
}

@media (min-width: 768px) {
  .main-content {
    background: #ebebeb;
    padding-bottom: 100px;
  }
}

.main-content .nav {
  background: #ebebeb;
}
@media (min-width: 768px) {
  .main-content .nav {
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .main-content .nav#nav {
    z-index: 11;
  }
}
.main-content .nav-opener {
  position: absolute;
  left: 10px;
  top: -42px;
  z-index: 9999;
}
@media (min-width: 480px) {
  .main-content .nav-opener {
    top: -54px;
  }
}
.main-content .nav-opener:not(.burger-btn) {
  left: 60px;
  top: -40px;
}
@media (min-width: 480px) {
  .main-content .nav-opener:not(.burger-btn) {
    top: -52px;
  }
}

.nav-drop {
  transition: all .3s ease-in-out;
}
@media (max-width: 767px) {
  .nav-drop {
    background: #fff;
    color: #acacac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
  }
}
@media (min-width: 768px) {
  .nav-drop {
    position: static;
    opacity: 1;
    visibility: visible;
    color: #000;
    background: none;
  }
}
.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}
.nav-drop li {
  list-style: none;
}
.nav-drop li:hover > ul {
  display: block;
}
.nav-drop li > ul {
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .nav-drop li > ul {
    position: absolute;
  }
}
.nav-drop a {
  color: inherit;
}

.top-mobile {
  padding: 13px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #acacac;
}
@media (min-width: 768px) {
  .top-mobile {
    border-top: 1px solid #acacac;
  }
}

.register {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.register li {
  color: #acacac;
  text-decoration: underline;
  padding: 0 5px;
}
.register li:hover {
  text-decoration: none;
  color: #5d547d;
}

@media (min-width: 768px) {
  .nav-brands {
    margin-bottom: 16px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .nav-brands {
    display: none;
  }
}
.fixed-position .nav-brands {
  /*z-index: 12;*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  /* &:before {
        content: '';
        position: absolute;
        left: -9999px;
        right: -9999px;
        top: 0;
        bottom: 0;
        background: $bg-gray;
        border-bottom: 1px solid $border-color;
    } */
}

.nav-brands .nav-opener {
  color: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 20px;
}

.brand-list {
  position: relative;
}
@media (min-width: 768px) {
  .brand-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #9e9e9e;
  }
}
.brand-list > li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .brand-list > li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .brand-list > li + li {
    border-left: 1px solid #9e9e9e;
  }
}
.brand-list > li.active > .icon {
  background: #000;
}
.brand-list > li.active .static {
  opacity: 0;
  transform: scale(1.4);
}
.brand-list > li.active .hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.brand-list > li.active .brand-drop {
  opacity: 1;
  visibility: visible;
}
.brand-list .icon {
  transition: background .5s ease-in-out;
  position: relative;
  display: block;
  padding: 5px;
}
@media (min-width: 768px) {
  .brand-list .icon {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    background: none;
  }
}
@media (min-width: 992px) {
  .brand-list .icon {
    padding: 10px;
  }
}
.brand-list .icon > span {
  max-width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .brand-list .icon > span > * {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .brand-list .icon > span > *:first-child {
    text-align: right;
  }
}
.brand-list .icon .mobile-visible {
  padding-left: 20px;
  font-size: 14px;
  color: #000;
}
@media (min-width: 768px) {
  .brand-list .icon .static {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .brand-list .icon img {
    display: block;
  }
}
.brand-list .static,
.brand-list .hover {
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, background .5s ease-in-out;
}
.brand-list .hover {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  opacity: 0;
}

.brand-drop {
  background: #000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #fff;
  padding: 10px 30px 10px 10px;
  font-size: 13px;
  position: relative;
  left: 0;
}
@media (min-width: 768px) {
  .brand-drop {
    border: 1px solid #acacac;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 80%;
    padding: 20px 12px 12px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .brand-drop {
    width: 488px;
  }
}
.brand-drop .close-btn {
  position: absolute;
  right: 14px;
  top: 14px;
}
.brand-drop .close-btn:before {
  content: "+";
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: 300;
}
.brand-drop ul {
  width: 33.333%;
  padding: 0 5px;
}
.brand-drop li.active a,
.brand-drop li a:hover {
  text-decoration: underline;
}
.brand-drop .model {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .brand-drop .model {
    font-size: 16px;
  }
}
.brand-drop .model li + li {
  margin-top: 1px;
}
.brand-drop .accessories li + li {
  margin-top: 12px;
}

.main-content table {
  width: 100%;
}
@media (min-width: 768px) {
  .main-content table.table-fixed {
    table-layout: fixed;
  }
}
.main-content table.table-center th,
.main-content table.table-center td {
  text-align: center;
}
.main-content table.table-bordered tbody tr {
	border-bottom: 1px solid rgb(200, 200, 200);
}
.main-content table.table-bordered tbody tr:nth-child(odd) {
  background-color: #e7e6ec;
}
.main-content table.table-bordered tbody tr:nth-child(even) {
  background-color: #fff;
}
.main-content table tr.hidden {
  display: none !important;
}
.main-content table th {
  background-color: #5d547d;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 9px 6px;
}
@media (min-width: 992px) {
  .main-content table th {
    font-size: 14px;
    padding: 9px;
  }
}
.main-content table td {
  padding: 5px 9px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .main-content table td {
    padding: 9px 6px;
    border: 1px solid #cecece;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .main-content table td {
    padding: 9px;
  }
}
@media (min-width: 992px) {
  .main-content table td:nth-child(2) span {
    width: 200% !important;
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .main-content table td.empty {
    border: 1px solid #fff;
  }
}
.main-content table td.total {
  background-color: #5d547d;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .main-content table td .name {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-content table td .name {
    min-width: 240px;
  }
}
.main-content table td .link {
  color: #000;
  text-decoration: none;
}
.main-content table td .link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .main-content table.table-responsive {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .main-content table.table-responsive tbody,
  .main-content table.table-responsive tfoot,
  .main-content table.table-responsive td,
  .main-content table.table-responsive tr {
    display: block;
    text-align: left !important;
  }
  .main-content table.table-responsive tbody,
  .main-content table.table-responsive tfoot {
    display: block;
    border-left: 130px solid #5d547d;
    width: 100%;
  }
  .main-content table.table-responsive tfoot {
    -ms-flex-order: 1;
    order: 1;
  }
  .main-content table.table-responsive td {
    border-left: none !important;
    border-right: none !important;
    padding: 0 0 0 130px;
    margin: 0 -1px 0 -131px;
    white-space: nowrap;
    border-top: 0;
  }
  .main-content table.table-responsive td.empty,
  .main-content table.table-responsive td.total {
    display: none;
  }
  .main-content table.table-responsive td:before {
    content: attr(data-label);
    padding: 5px 10px;
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    width: 130px;
    vertical-align: middle;
    margin: 0 0 0 -130px;
    position: relative;
    white-space: normal;
  }
  .main-content table.table-responsive td span {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
  }
  .main-content table.table-responsive thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-content table.table-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .main-content table.table-category thead {
    display: none;
  }
  .main-content table.table-category tfoot {
    display: -ms-flexbox;
    display: flex;
  }
  .main-content table.table-category tfoot tr {
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content table.table-category tfoot .empty {
    display: none;
  }
  .main-content table.table-category tfoot .td-col-6 {
    width: 25% !important;
  }
  .main-content table.table-category tbody {
    border-top: 1px solid #5d547d;
    border-bottom: 1px solid #5d547d;
    display: block;
  }
  .main-content table.table-category tbody td.td-col-4 {
    text-align: center;
    padding-top: 0;
  }
  .main-content table.table-category tbody td.td-col-4:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    margin: 0 -9px 5px;
    width: calc(100% + 18px);
    background: #5d547d;
    color: #fff;
  }
  .main-content table.table-category tbody td.td-col-5:first-child,
  .main-content table.table-category tbody td.td-col-5:nth-child(2),
  .main-content table.table-category tbody td.td-col-6:first-child,
  .main-content table.table-category tbody td.td-col-6:nth-child(2) {
    width: 100%;
    text-align: left;
    padding: 3px 9px;
  }
  .main-content table.table-category tbody td.td-col-5:nth-child(2),
  .main-content table.table-category tbody td.td-col-6:nth-child(2) {
    padding: 0 9px 4px;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)),
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)) {
    border-left: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)):before,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)):before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    margin: 0 -9px 5px;
    width: calc(100% + 18px);
    background: #5d547d;
    color: #fff;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)).close-td,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)).close-td {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    padding: 0;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)).close-td:before,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)).close-td:before {
    display: none;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)).close-td a,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)).close-td a {
    display: block;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)).close-td a:hover,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)).close-td a:hover {
    opacity: .8;
  }
  .main-content table.table-category tbody td.td-col-5:not(:first-child):not(:nth-child(2)) > span,
  .main-content table.table-category tbody td.td-col-6:not(:first-child):not(:nth-child(2)) > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 25px;
  }
  .main-content table.table-category tbody td.td-col-6 {
    width: 25%;
    padding-bottom: 0;
  }
  .main-content table.table-category td {
    border: none;
    display: block;
  }
  .main-content table.table-category td:nth-child(2) {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .main-content table.table-category td.td-col-4 {
    width: 25%;
    text-align: left;
  }
  .main-content table.table-category td.td-col-5,
  .main-content table.table-category td.td-col-6 {
    width: 33.333%;
  }
  .main-content table.table-category tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-content table.table-category tr.has-close td:first-child,
  .main-content table.table-category tr.has-close td:nth-child(2) {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-content table.table-product thead {
    display: none;
  }
  .main-content table.table-product tbody {
    border-top: 1px solid #5d547d;
    border-bottom: 1px solid #5d547d;
  }
  .main-content table.table-product tr {
    display: -ms-flexbox;
    display: flex;
    position: relative;
	padding-block: 5px;
  }
  .main-content table.table-product td {
    border: none;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-content table.table-product td:nth-child(1) {
	order: 1;
    width: 20%;
  }
  .main-content table.table-product td:nth-child(2) {
	order: 2;
    width: calc(80% - 110px);
	flex-grow: 1;
  }
  .main-content table.table-product td:nth-child(3) {
	order: 4;
    display: block;
	text-align: left;
    align-items: flex-start;
  }
  .main-content table.table-product td:nth-child(4) {
	order: 3; 
  }
  .main-content table.table-product td:nth-child(5) {
	order: 5;
  }
  .main-content table.table-product td:nth-child(6) {
	order: 6;
  }
  .main-content table.table-product td:last-child,
  .main-content table.table-product td:nth-last-child(2) {
    right: 0;
    top: 20px;
    min-height: 0;
  }
  .main-content table.table-product td:last-child {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .main-content table.table-product td .btn-purple {
    padding: 4px 21px;
  }
  .main-content table.table-product .img {
    width: 80px;
    display: block;
  }
  .main-content table.table-product .img img {
	width: 100%;
  }
}
@media (max-width: 550px) {
  .main-content table.table-product tr {
    flex-wrap: wrap;
  }
  .main-content table.table-product td:nth-child(3) {
	flex-grow: 1;
  }
}

@media (min-width: 767px) {
  .main-content table.table-product .img img {
	max-width: 32px;
  }
}

.main-content table tr {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-content table td {
  position: static !important;
}

.filter-container {
  position: relative;
}
.filter-container.loading:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	z-index: 2;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
}

.filters {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
}
.filters.loading:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	z-index: 2;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
}
.filters .fixed-position .filter-list {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.filters .filter-list {
  z-index: 2;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .filters .filter-list {
    padding: 12px 16px;
  }
}
@media (min-width: 992px) {
  .filters .filter-list {
    padding: 12px;
  }
}
.filters .filter-item {
  margin: 0 11px 7px 0;
}
.filters .filter-popup {
  position: relative;
}
.filters .filter-popup.selected .filter-opener {
  background-color: #000;
  color: #fff;
  padding-right: 30px;
}
.filters .filter-popup.selected .filter-opener:before {
  display: none;
}
.filters .filter-popup.selected .filter-opener .filter-close {
  display: block;
}
@media (max-width: 767px) {
  .filters .filter-popup.reverse .filter-slider {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .filters .filter-popup.reverse .filter-options:before {
    left: auto;
    right: 14px;
    transform: translateX(0) rotate(45deg);
  }
}
.filters .filter-popup.active .filter-opener {
  background: #5d547d;
  color: #fff;
}
.filters .filter-popup.active .filter-opener:before {
  background: url(../images/arrow02.png);
}
.filters .filter-opener {
  transition: background .3s ease-in-out, color .3s ease-in-out;
  border: 1px solid #acacac;
  cursor: pointer;
  height: 30px;
  padding: 0 22px 0 14px;
  line-height: 28px;
  position: relative;
}
.filters .filter-opener:before {
  width: 9px;
  height: 5px;
  background: url(../images/arrow01.png);
  content: "";
  position: absolute;
  right: 7px;
  top: 12px;
}
.filters .filter-opener:hover {
  background: #5d547d;
  color: #fff;
}
.filters .filter-opener:hover:before {
  background: url(../images/arrow02.png);
}
.filters .filter-opener .filter-close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-close.png) !important;
  top: 6px;
  right: 7px;
  position: absolute;
  display: none;
}
.filters .filter-checkbox {
  border: 1px solid #acacac;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.filters .filter-checkbox .cf-input {
  width: 15px;
  height: 15px;
  background: url(../images/icon-close.png) !important;
  border: none !important;
  display: none;
  margin: -1px -7px 0 10px;
}
.filters .filter-checkbox .cf-label {
  color: #000;
}
.filters .filter-checkbox .cf-label:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.filters .filter-checkbox [type="checkbox"]:checked ~ .cf-input {
  background: #000;
  display: block;
}
.filters .filter-checkbox [type="checkbox"]:checked ~ .cf-label {
  color: #fff;
}
.filters .filter-checkbox [type="checkbox"]:checked ~ .cf-label:before {
  background: #000;
}
.filters .filter-slider {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 0 0;
  width: 210px;
  z-index: 999;
  display: none;
}
@media (max-width: 767px) {
  .filters .filter-slider {
    left: 0;
    transform: translateX(0);
    width: 180px;
  }
}
.filters .filter-options {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.filters .filter-options:before {
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .filters .filter-options:before {
    left: 14px;
    transform: translateX(0) rotate(45deg);
  }
}
.filters .filter-options ul {
  border-bottom: 1px solid #acacac;
  background: #fff;
  padding: 18px 20px;
  overflow-y: auto;
  max-height: 250px;
}
.filters .filter-options li {
  margin: 0 0 6px;
}
.filters .filter-options .cf-input {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin: 1px 17px 0 0;
  position: absolute;
}
.filters .filter-options .cf-label {
  display: block;
  padding: 0 0 0 36px;
  font-size: 14px;
}
.filters .filter-options [type="checkbox"]:checked ~ .cf-input {
  background: #000;
}
.filters .filter-options [type="checkbox"]:checked ~ .cf-label {
  color: #000;
}
.filters .filter-footer {
  padding: 9px 17px;
  text-align: right;
}
.filters .filter-footer .filter-button {
  height: 32px;
  padding: 1px 7px;
  font-size: 12px;
  letter-spacing: 1px;
}

.jcf-select.jcf-select-select-filter {
  border: 1px solid #acacac;
  background-color: #5d547d;
  color: #fff;
  height: 30px;
  padding: 6px;
  min-width: auto !important;
}
.jcf-select.jcf-select-select-filter .jcf-select-opener {
  width: 9px;
  height: 5px;
  background: url(../images/arrow02.png);
  border: none !important;
  top: 12px;
  right: 6px;
}
.jcf-select.jcf-select-select-filter .jcf-select-text {
  font-size: 12px;
  margin: 0 13px 0 0;
}

/*
.jcf-select-drop.jcf-select-select-filter {
  width: 200px !important;
}
*/
.jcf-select-drop.jcf-select-select-filter .jcf-list {
  line-height: 14px;
  font-size: 12px;
}

.pagination {
  padding: 10px;
}
@media (min-width: 768px) {
  .pagination {
    padding: 0 15px 20px 15px;
  }
}
@media (min-width: 992px) {
  .pagination {
    padding: 10px 15px 30px 15px;
  }
}
.pagination ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination li {
  padding: 0 2px 4px;
}
.pagination li.next a,
.pagination li.prev a {
  transition: background .3s ease-in-out;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  min-width: 70px;
  padding: 5px 8px 7px;
}
@media (min-width: 768px) {
  .pagination li.next a,
  .pagination li.prev a {
    font-size: 16px;
    min-width: 85px;
  }
}
.pagination li.next a:hover,
.pagination li.prev a:hover {
  background: #5d547d;
}
.pagination li.active a {
  background-color: #5d547d;
  color: #fff;
}
.pagination a {
  transition: background .3s ease-in-out, color .3s ease-in-out;
  background-color: #fff;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  min-width: 27px;
  padding: 5px 8px;
}
@media (min-width: 768px) {
  .pagination a {
    font-size: 18px;
    height: 47px;
    min-width: 46px;
  }
}
.pagination a:hover {
  background-color: #5d547d;
  color: #fff;
}

.gallery-section {
  overflow: hidden;
  background: #fff;
  position: relative;
  padding-top: 10px;
}
.gallery-section .slick-slide {
	display: block;
}
@media (min-width: 768px) {
  .gallery-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .gallery-section {
    padding-top: 15px;
  }
}
.gallery-section .title {
  font-size: 18px;
  padding: 18px 80px 18px 14px;
}
@media (min-width: 768px) {
  .gallery-section .title {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .gallery-section .title {
    padding: 11px 80px 21px 14px;
  }
}

.slick-gallery {
	position: static;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
  .slick-gallery {
	  
  }
}
.slick-gallery .slick-list {
  overflow: visible;
  padding: 0 10px;
  margin: 0 -10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slick-gallery .slick-list {
    display: -ms-flexbox;
    display: flex;
  }
}
.slick-gallery .slick-slide {
  width: 168px;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  /*
  opacity: 0;
  visibility: hidden;
  */
}
.slick-gallery .slick-slide:hover {
  z-index: 10;
}
.slick-gallery .slick-slide .product {
  border-left-color: rgba(240, 240, 240);
  border-right-color: rgba(240, 240, 240);
  border-bottom-color: rgba(240, 240, 240);
  
}
.slick-gallery .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
/*
.slick-gallery .slick-slide > div {
  width: 100%;
}

.slick-gallery .slick-current .product {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}*/
.slick-gallery .slide {
  width: 20%;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
	.slick-gallery .slide {
		width: 25%;
	}
}
@media (max-width: 768px) {
	.slick-gallery .slide {
		width: 33.3%;
	}
}
@media (max-width: 1024px) {
	.slick-gallery .slide {
		width: 50%;
	}
}

.gallery-thumbs.not-enother-slide .slick-track {
  transform: translate(0, 0) !important;
}

.gallery-thumbs .slide img {
  cursor: pointer;
}

.slick-arrow {
  width: 35px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 52px;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  opacity: 0.6;
  
  transition: opacity 0.3s ease-out;
}
.gallery-thumbs .slick-arrow {
  top: -50px;
}
.slick-arrow:hover {
  opacity: 1;
  background: none;
}
.slick-arrow:before {
  width: 25px;
  height: 25px;
  content: "";
  border-left: 3px solid #5d547d;
  border-top: 3px solid #5d547d;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 12.5px;
}
.slick-arrow.slick-next {
  right: 18px;
}
.slick-arrow.slick-next:before {
  transform: translateY(-50%) rotate(135deg);
  left: auto;
  right: 12.5px;
}
.slick-arrow.slick-disabled {
  cursor: default;
}
.slick-arrow.slick-disabled:before {
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: #acacac;
}
.slick-arrow.slick-disabled.slick-next:before {
  left: auto;
  right: 0;
}

.product {
  transition: border .15s ease-out;
  background: #fff;
  border: 1px solid #fff;
  /*border-top: 1px solid rgb(140, 140, 140);*/
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  letter-spacing: .06em;
  color: #000;
  width: 100%;
  padding: 40px 10px 100px 10px;
}
.cant-buy.product {
	padding-bottom: 10px;
}
/*
.product.hover {
  border-color: #5d547d !important;
}
*/
.product.hover .btn-buy,
.product.hover .btn-to-product {
  opacity: 1;
  visibility: visible;
}
.product .form-product {
	left: 10px;
	right: 10px;
	bottom: 10px;
	position: absolute;
}
.product .form-product .added-message {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 1);
}
.product .form-product .added-message > div {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	text-align: center;
}
.product .form-product .counter {
	width: 100px;
	margin: 10px auto 10px auto;
}
.product .form-product .addproduct, 
.product .form-product .inform 
{
	width: 100%;
	height: 38px;
	padding: 10px 20px;
}
@keyframes image-product-indicator {
	0% { right: 100%; }
	100% { right: 0; }
}
.product .indicator {
	top: 0;
	left: 0;
	right: 100%;
	height: 4px;
	position: absolute;
	animation: image-product-indicator 1.5s normal linear;
	background: rgba(93, 84, 125, 0.5);
}
.product .img {
  position: relative;
  padding-top: 100%;
  padding-bottom: 2px;
}
.product .img img {
  top: 50%;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  
  transition: opacity 0.5s lienaer;
}
.product .img img.visible {
  opacity: 1;
}
.product .img img.visible.lazy {
  opacity: 0;
}
@media (min-width: 768px) {
  .product .img {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .product .img {
    padding-bottom: 2px;
  }
}
.product .description {
  position: relative;
  text-align: center;
  line-height: 1.25;
  margin: 15px 0 6px 0;
}
@media (min-width: 768px) {
  .product .description {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product .description > * {
  width: 100%;
}
.product .description p {
  min-height: 64px;
  line-height: 16px;
  margin-bottom: 0;
}
.product .btn-buy,
.product .btn-to-product {
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  background: rgba(93, 84, 125, .91);
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: -11px;
  right: -11px;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 22px);
  font-size: 16px;
  letter-spacing: .08em;
  padding: 20px 25px;
}
.product .btn-buy,
.product .btn-to-product {
	display: none;
}
@media (min-width: 992px) {
	.product .btn-buy,
	.product .btn-to-product {
		display: block;
	}
}

.product .btn-buy {
	transform: translateY(-15px);
}
.product .btn-buy:before,
.product .btn-to-product:before {
  width: 12px;
  height: 12px;
  content: "";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media (min-width: 768px) {
  .product .btn-buy:before,
  .product .btn-to-product:before {
    width: 16px;
    height: 16px;
  }
}
.product .btn-to-product {
  background: rgba(183, 183, 183, .91);
  font-size: 13px;
  padding: 22px 30px 22px 10px;
}
.product .price {
  margin-inline: -10px;
  position: relative;
  text-align: center;
  color: #5d547d;
  padding-top: 20px;
}
.product .not-exisist {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #acacac;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.product .not-exisist + .price-new {
  color: #acacac;
}
.product .price-new {
  font-weight: bold;
  font-size: 20px;
}
.product .price-native {
  font-size: 12px;
}

.form-disabled {
  opacity: .6;
  pointer-events: none;
}
@media (max-width: 500px)
{
	.product .price-new {
      font-size: 17px;
	}
	
	.product .price-native {
	  letter-spacing: -0.5px;
	}
}
@media (max-width: 410px)
{
	.product .price-new {
	  font-size: 14px;
	  letter-spacing: -0.2px;
	}
	
	.product .price-native {
	  font-size: 10px;
	  letter-spacing: -0.5px;
	}
}
.product .price-old {
  text-decoration: line-through;
  color: #acacac;
  margin-left: 8px;
}
#tabList .price-old {
  text-decoration: line-through;
  color: #acacac;
  display: block;
}
.product .labels {
	top: 15px;
	left: 15px;
	z-index: 2;
	position: absolute;
	text-align: left;
}
.product-bookmark {
	top: 9px;
	right: 9px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	position: absolute;
	
	transition: opacity 0.2s ease;
}
.product:hover .product-bookmark,
.product.hover .product-bookmark,
.product .product-bookmark.bookmarked,
.product-detail .product-bookmark {
	opacity: 1;
}
.product-bookmark:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	background: url(../images/bookmark-icon.svg?v=2);
	background-size: 100% auto;
	
	filter: brightness(1) grayscale(1);
	transition: opacity 0.2s ease;
}
.product-bookmark:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: ' ';
	position: absolute;
	background: url(../images/bookmark-icon.svg?v=2);
	background-size: 100% auto;
	
	filter: brightness(1.05);
	transition: opacity 0.2s ease;
}
.product-bookmark:hover:before,
.product-bookmark.bookmarked:before {
	opacity: 0.7;
}
.product-bookmark:hover:after,
.product-bookmark.bookmarked:after {
	opacity: 1;
}



.product-label {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-size: 10px;
  overflow: hidden;
}
.product-label .icon-gift {
	width: 1.5em;
	height: 1.5em;
	filter: invert(1);
	margin: 0 4px 0 0;
	display: inline-block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIyMCAxMiAyMCAyMiA0IDIyIDQgMTIiLz48cmVjdCBoZWlnaHQ9IjUiIHdpZHRoPSIyMCIgeD0iMiIgeT0iNyIvPjxsaW5lIHgxPSIxMiIgeDI9IjEyIiB5MT0iMjIiIHkyPSI3Ii8+PHBhdGggZD0iTTEyIDdINy41YTIuNSAyLjUgMCAwIDEgMC01QzExIDIgMTIgNyAxMiA3eiIvPjxwYXRoIGQ9Ik0xMiA3aDQuNWEyLjUgMi41IDAgMCAwIDAtNUMxMyAyIDEyIDcgMTIgN3oiLz48L3N2Zz4=) no-repeat center;
	vertical-align: text-bottom;
	background-size: 100% auto;
}
/*
.product-label:before,
.product-label:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.product-label:before {
  top: 0;
}
.product-label:after {
  bottom: 0;
}
*/
.product-label span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}
.product-label.label-new:before,
.product-label.label-new:after,
.product-label.label-new span {
  background: #51c67a;
}
.product-label.label-sale:before,
.product-label.label-sale:after,
.product-label.label-sale span {
  background: #dd4542;
}
.product-label.label-special:before,
.product-label.label-special:after,
.product-label.label-special span {
  background: #51c67a;
}
.product-label.label-popular:before,
.product-label.label-popular:after,
.product-label.label-popular span {
  background: rgb(255, 120, 0);
}
.product-label.label-bonus {
	cursor: pointer;
}
.product-label.label-bonus:before,
.product-label.label-bonus:after,
.product-label.label-bonus span {
  background: #5d547d;
  
  transition: background 0.15s ease;
}
.product-label.label-bonus:hover:before,
.product-label.label-bonus:hover:after,
.product-label.label-bonus:hover span {
  background: #000;
}


.no_product .current {
  background: #ebebeb !important;
  color: #000 !important;
}

.tabset {
  top: 50%;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  list-style: none;
}
@media (min-width: 768px) {
  .tabset {
    padding: 0;
  }
}
.tabset li {
  margin-left: 7px;
}
.tabset a {
  transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
  opacity: .5;
  display: block;
  transform: scale(1);
  color: #5d547d;
}
.tabset a.active {
  opacity: 1;
}
.tabset a:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  transform: translate(-1px, -1px) scale(1.01);
  color: #5d547d;
}
.tabset .img {
  width: 28px;
  height: 28px;
  border: 2px solid #5d547d;
  font-size: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabset .img i {
  width: 27px;
  height: 27px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

.tab {
  transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.tab.active {
  opacity: 1;
  visibility: visible;
}
.tab.js-tab-hidden {
  position: absolute;
}

.product-tile {
	margin-top: -1px;
}
.product-list {
	padding-top: 13px;
}
.product-list .price-native {
	color: #999;
	white-space: nowrap;
}

@media (max-width: 479px) {
	.product-tile {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
}

@media (min-width: 480px) {
  .product-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #9e9e9e;
    margin-right: -1px;
	margin-bottom: -1px;
  }
  .more-than-one-page .product-tile {
	margin-bottom: 20px;
  }
}

.product-tile .product {
  width: 50%;
  text-align: center;
  border-color: #9e9e9e;
}
@media (min-width: 480px) {
  .product-tile .product {
    width: calc(50% + 1px);
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .product-tile .product {
    width: calc(33.333% + 1px);
  }
}
@media (min-width: 992px) {
  .product-tile .product {
    width: calc(25% + 1px);
  }
}
.product:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	opacity: 0;
	border: 1px solid #5d547d;
	position: absolute;
	transition: opacity 0.15s ease-out;
	box-shadow: 0 0 10px 1px rgba(93, 84, 125, 0.4) inset;
}
.product:hover {
  border-color: #5d547d !important;
}
.product:hover:before {
	opacity: 1;
}

.fancybox-lock {
  margin-right: 0 !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

.breadcrumbs {
  margin: 0;
  display: none;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 14px 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #9e9e9e;
    font-size: 14px;
    letter-spacing: .08em;
    margin: 0 -20px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 14px 0 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: flex;
    color: #9e9e9e;
    font-size: 14px;
    letter-spacing: .08em;
	padding: 10px 0;
    margin: 0 -15px;
	overflow-x: auto;
	white-space: nowrap;
  }
}
.breadcrumbs li {
  padding: 0 20px;
}
.breadcrumbs li + li {
  border-left: 1px solid #9e9e9e;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .header-aside {
    font-size: 14px;
    line-height: 1.1;
    background: #000;
    color: #fff;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .header-aside {
    letter-spacing: .08em;
    padding: 14px 0;
  }
}

@media (min-width: 768px) {
  .header-aside > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .header-aside .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header-aside li {
  padding: 0 11px;
  border-right: 1px solid #fff;
}

.header-aside a {
  color: inherit;
}
.header-aside a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .block-currency {
    color: #fff;
    padding-left: 11px;
  }
}

.header-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0 6px;
}
@media (min-width: 768px) {
  .header-content {
    width: 100%;
  }
}

.header-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header-frame {
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .header-frame {
    max-width: calc(100% - 140px);
  }
}

.block-phone {
  position: relative;
}
.block-phone.active .open:before {
  transform: rotate(45deg);
  top: 20px;
}
.block-phone.active .open:after {
  background: #5d547d;
}
.block-phone .email {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 3px;
  letter-spacing: .02em;
}
@media (min-width: 992px) {
  .block-phone .email {
    letter-spacing: .07em;
  }
}
.block-phone .icon-telephoneSVG {
  font-size: 30px;
  transform: rotate(12deg);
  margin: 2px 0 0 -8px;
}
@media (min-width: 768px) {
  .block-phone .icon-telephoneSVG {
    display: none;
  }
}
@media (min-width: 992px) {
  .block-phone .icon-telephoneSVG {
    font-size: 33px;
    color: #acacac;
    display: inline-block;
    vertical-align: middle;
  }
}
.block-phone .open {
  color: inherit;
}
@media (min-width: 768px) {
  .block-phone .open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #acacac;
    height: 44px;
    padding-left: 5px;
    white-space: nowrap;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .block-phone .open {
    width: 210px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .block-phone .open:before {
    width: 14px;
    height: 14px;
    content: "";
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    right: 16px;
    top: 11px;
  }
}
@media (min-width: 768px) {
  .block-phone .open:after {
    transition: background .3s ease-in-out;
    width: 44px;
    height: 44px;
    display: block;
    color: #fff;
    background: #000;
    min-width: 34px;
    margin-left: 5px;
    content: "";
  }
}
@media (min-width: 992px) {
  .block-phone .open:after {
    margin-left: 10px;
  }
}
.block-phone .open:hover:after {
  background: #5d547d;
}
.block-phone .phone-btn {
  padding-left: 4px;
  letter-spacing: .08em;
}
@media (min-width: 992px) {
  .block-phone .phone-btn {
    padding-left: 8px;
  }
}
.block-phone .popup {
	z-index: 4;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  background: #fff;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 150px;
  display: none;
  letter-spacing: .08em;
  padding: 3px 0 3px 3px;
}
@media (min-width: 768px) {
  .block-phone .popup {
    left: 0;
    top: 0;
    right: 45px;
    width: auto;
  }
}
.block-phone .popup .icon-phone {
  position: absolute;
  left: 11px;
  top: 5px;
}
.block-phone .popup-list li {
  padding: 10px;
}
@media (min-width: 768px) {
  .block-phone .popup-list li {
    padding: 11px 7px;
  }
}
@media (min-width: 992px) {
  .block-phone .popup-list li {
    padding: 11px 7px 11px 35px;
  }
}
.block-phone .popup-list a {
  color: #000;
}
.block-phone .popup-list a:hover {
  text-decoration: underline;
}

.block-search {
  padding-left: 10px;
  letter-spacing: .04em;
}
@media (min-width: 768px) {
  .block-search {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .block-search {
    letter-spacing: .08em;
    padding-left: 61px;
  }
}
.block-search.mob-active .search {
  display: -ms-flexbox;
  display: flex;
}
.block-search .search {
	z-index: 3;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (min-width: 768px) {
  .block-search .search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    top: 0;
  }
}
.block-search .icon-searchSVG-mob {
  font-size: 26px;
}
@media (min-width: 768px) {
  .block-search .icon-searchSVG-mob {
    color: #acacac;
  }
}
.block-search .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  margin-top: 3px;
}
.block-search [type="search"] {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0;
  border-right: none;
  padding: 11px 8px 11px 13px;
  min-width: 240px;
}
@media (min-width: 768px) {
  .block-search [type="search"] {
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  .block-search [type="search"] {
    padding-left: 41px;
    min-width: 278px;
  }
  .not-logged .block-search [type="search"] {
    min-width: 367px;
  }
}
.block-search [type="search"]::-webkit-input-placeholder {
  font-style: normal;
  letter-spacing: .05em;
}
.block-search [type="search"]::-moz-placeholder {
  opacity: 1;
  font-style: normal;
  letter-spacing: .05em;
}
.block-search [type="search"]:-moz-placeholder {
  font-style: normal;
  letter-spacing: .05em;
}
.block-search [type="search"]:-ms-input-placeholder {
  font-style: normal;
  letter-spacing: .05em;
}
.block-search [type="search"].placeholder {
  font-style: normal;
  letter-spacing: .05em;
}
.block-search [type="search"]:focus {
  border-color: #acacac;
}
.block-search [type="submit"] {
  font-size: 14px;
  padding: 14px 15px;
}
@media (min-width: 992px) {
  .block-search [type="submit"] {
    padding: 14px 25px;
  }
}
.block-search .work-time {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .block-search .work-time {
    font-size: 14px;
  }
}

.block-account {
  position: relative;
}
@media (min-width: 768px) {
  .block-account {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .block-account {
    margin-left: 43px;
  }
}
.block-account.active {
  /* .static {
    display: none;
     } */
}
.block-account.active .account-open {
  background: #000;
  color: #fff;
  border-color: #9e9e9e;
  /* .hover {
        display: inline-block;
        vertical-align: top;
           } */
}
.block-account .account-open {
  transition: color .4s ease-in-out, background .4s ease-in-out, border .4s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 4px;
  font-size: 14px;
  letter-spacing: .03em;
  border: 1px solid transparent;
  border-right: 1px solid #9e9e9e;
  margin-right: -1px;
  color: #000;
  /* .hover {
    display: none;
  } */
}
@media (min-width: 768px) {
  .block-account .account-open {
    padding: 6px 7px 4px;
  }
}
@media (min-width: 992px) {
  .block-account .account-open {
    letter-spacing: .08em;
  }
}
.block-account .account-open .img {
  height: 44px;
  overflow: hidden;
}
.block-account .account-open .icon-accountSVG {
  font-size: 32px;
}
@media (min-width: 768px) {
  .block-account .account-open .icon-accountSVG {
    font-size: 66px;
    display: block;
    margin-top: -3px;
  }
}
.block-account .account-open .title {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.block-account .account-drop {
  text-align: right;
  position: absolute;
  top: calc(100% - 1px);
  right: -1px;
  width: 145px;
  border: 1px solid #acacac;
  background: #000;
  color: #fff;
  padding: 10px 0 10px;
  font-size: 14px;
  letter-spacing: .08em;
  z-index: 4;
}
.block-account .account-drop li.active a,
.block-account .account-drop a:hover {
  background: #5d547d;
}
.block-account .account-drop a {
  color: inherit;
  display: block;
  padding: 4px 10px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.container {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}

#main {
  position: relative;
}
@media (min-width: 768px) {
  #main {
    z-index: 3;
  }
}

.section-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-top: 10px;
}
.section-banner .liner-slider {
  position: absolute;
  top: -6px;
  left: 0;
  height: 6px;
  background: #5d547d;
}

.fade-gallery {
  width: 100%;
  position: relative;
  /*
  display: -ms-flexbox;
  display: flex;
  */
}
.fade-gallery .slick-list {
  width: 100%;
  /*
  display: -ms-flexbox;
  display: flex;
  */
}

.fade-gallery .banner-block {
  outline: 0;
  position: relative;
  background-size: cover;
}
.fade-gallery .banner-block img {
	width: 100%;
}
.fade-gallery .banner-block .btn,
.fade-gallery .banner-block .btn-purple {
  background: #000;
  padding: 10px 10px 11px 10px;
  font-size: 13px;
  letter-spacing: .08em;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.fade-gallery > .banner-block {
	display: none;
}
.fade-gallery > .banner-block:first-child {
	display: block;
}

@media (min-width: 768px) {
  .fade-gallery .banner-block .btn,
  .fade-gallery .banner-block .btn-purple {
    font-size: 16px;
    padding: 16px 15px;
    bottom: 30px;
    right: 30px;
  }
}
.fade-gallery .banner-block .btn:hover,
.fade-gallery .banner-block .btn-purple:hover {
  background: #5d547d;
}

.aside-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .aside-additional {
    display: none;
  }
}

.aside-additional > a {
  border: 1px solid #9e9e9e;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.aside-additional > a + a {
  margin-top: 8px;
}

.additional-block {
  color: #fff;
  min-height: 135px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
}
@media (min-width: 768px) {
  .additional-block {
    letter-spacing: .03em;
    font-size: 18px;
  }
}
.additional-block:hover {
  color: #fff;
}
.additional-block:hover:before {
  background: rgba(0, 0, 0, .8);
}
.additional-block:before {
  transition: background .3s ease-in-out;
  content: "";
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.additional-block .title {
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding: 10px 40px 10px 10px;
}
.additional-block .title span {
  white-space: normal;
}
.additional-block .title span:after {
  content: ">>";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

.section-title {
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-title {
    padding: 48px 30px 45px;
  }
}
.section-title .title {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-title .title {
    font-size: 30px;
    letter-spacing: .08em;
  }
}
@media (min-width: 992px) {
  .section-title .title {
    font-size: 35px;
  }
}

.section-info .col-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-info .box-info {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 150px;
}
.section-info .box-info img {
	top: 50%;
	left: 50%;
	position: absolute;
	min-width: 100%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	
	transition: opacity 0.3s linear,
				transform 0.3s ease-in-out;
}
.section-info .box-info:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.section-info .box-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  background: rgba(93, 84, 125, .8);
  padding: 14px 20px;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-info .box-title {
    font-size: 23px;
    min-height: 82px;
  }
}
@media (min-width: 992px) {
  .section-info .box-title {
    font-size: 30px;
    min-height: 100px;
  }
}

.section-info .brand-box {
  transition: box-shadow .3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  background: #5d547d;
  width: 100%;
  font-weight: bold;
  letter-spacing: .08em;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .section-info .brand-box {
    font-size: 24px;
  }
}
.section-info .brand-box {
	width: 100%;
	color: rgb(255, 255, 255);
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 150px;
}
.section-info .brand-box img {
	top: 50%;
	left: 50%;
	position: absolute;
	min-width: 100%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	
	transition: opacity 0.3s linear,
				transform 0.3s ease-in-out;
}
.section-info .brand-box .text {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	
	transition: opacity 0.3s linear,
				transform 0.3s ease-in-out;
}
.section-info .brand-box:hover img,
.section-info .brand-box:hover .text {
	transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 768px) {
	.section-info .box-info {
		min-height: 260px;
	}
	.section-info .brand-box {
		min-height: 200px;
	}
}

.content-wrap {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 22px;
}
.filters-container {
	padding-bottom: 16px;
}
.content-wrap .content-header {
  border-bottom: 4px solid #5d547d;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .content-wrap .content-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content-wrap .content-header .date {
  color: #919090;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .content-wrap .content-header .date {
    padding: 0;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 768px) {
  .content-wrap .content-header .name {
    margin-right: 36px;
  }
}
.content-wrap .content-header .status {
  color: #919090;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.content-wrap .content-header .status mark {
  color: #5d547d;
  background: none;
  margin: 0 0 0 2px;
}
.content-wrap .df-hold {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .content-wrap .df-hold {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .content-wrap .header-with-datapicker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.content-wrap .datepicker-filter {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .content-wrap .datepicker-filter {
    padding-top: 0;
  }
}
.content-wrap .datepicker-filter form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.content-wrap .datepicker-filter form > *:not(:first-child) {
  margin-left: 4px;
}
.content-wrap .datepicker-filter input.hasDatepicker {
  height: 26px;
  padding: 4px;
  width: 100px;
}
@media (min-width: 768px) {
  .content-wrap .content-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-wrap .content {
  padding: 19px 0;
}
@media (min-width: 768px) {
  .content-wrap .content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.content-wrap h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
}
.content-wrap h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 10px;
}
.content-wrap h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
.content-wrap video {
  width: 100%;
  height: auto;
}
.content-wrap .additional-links > div + div {
  padding: 13px 0 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #5d547d;
  border-color: #5d547d;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #5d547d;
  border-color: #5d547d;
  color: #fff;
}

@media (min-width: 768px) {
  .order .order-info {
    padding: 88px 0 0;
  }
}

.order .order-title {
  margin: 0 0 34px;
}

.order .order-data {
  margin: 0;
}
.order .order-data dt {
  font-weight: normal;
  margin: 0;
  padding: 0 10px 0 0;
  float: none;
}
@media (min-width: 768px) {
  .order .order-data dt {
    float: left;
    width: 176px;
  }
}
.order .order-data dd {
  padding: 0 0 19px;
}
.order .order-data address {
  font-style: normal;
  margin: 0;
}

.orders table tr {
  cursor: pointer;
}
.settlements table tr.clickable {
  cursor: pointer;
}
.settlements table tr.clickable td .name:hover {
  text-decoration: underline;
}
.settlements .products-list {
	border: 0;
    background: transparent;
    padding: 0 0 20px 0;
}
.settlements .products-list table {
	margin: 0 !important;
	border-top: 2px solid rgb(128, 128, 128);
}
.settlements .products-list table tfoot tr {
	background: none !important;
}

.reference {
  line-height: 17px;
}
.reference .reference-group {
  padding: 10px 0 0;
}
.reference .reference-group:first-of-type {
  padding: 0;
}
.reference .reference-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 18px;
}

.product-list .counter,
.basket .counter {
  width: 94px;
  margin: 0 auto;
}
.basket .not-available {
	color: rgb(200, 0, 0);
	text-align: left;
}
.basket .not-available a {
	color: rgb(200, 0, 0);
	text-decoration: underline;
}
.basket .not-available a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
  .product-list .counter,
  .basket .counter {
    margin: -5px auto;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .product-list .counter,
  .basket .counter {
    width: 94px;
  }
}
.product-list .counter .btn-minus,
.product-list .counter .btn-plus,
.basket .counter .btn-minus,
.basket .counter .btn-plus {
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.product-list .counter .btn-minus,
.basket .counter .btn-minus {
  line-height: 22px;
}
.product-list .counter .btn-plus,
.basket .counter .btn-plus {
  line-height: 24px;
}
.product-list .counter .counter-input,
.basket .counter .counter-input {
  width: 32px;
  height: 25px;
  color: #000;
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-list .counter .counter-input,
  .basket .counter .counter-input {
    width: 44px;
  }
}

@media (min-width: 768px) {
  .product-list .form-user,
  .basket .form-user {
    padding: 25px 0 0;
  }
}

.product-list .form-user .form-input.form-textarea,
.basket .form-user .form-input.form-textarea {
  height: 77px;
}

@media (min-width: 768px) {
  .content .product-list table td {
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .content .product-list table td:first-child {
    padding: 0 0 1px;
    background: #fff;
  }
}

.content .product-list table td:nth-child(2) {
  text-align: left;
}

.product-list .img {
  min-height: 36px;
}

/*.product-list .not-exisist td > *,*/
.product-list .not-exisist .form-product,
.product-list .not-exisist .counter {
  pointer-events: none;
  opacity: .6;
}

.contact-list .contact-item {
  padding: 0 0 17px;
}

.contact-list .contact-item-inline {
  display: -ms-flexbox;
  display: flex;
}
.contact-list .contact-item-inline .contact-title {
  margin: 0;
  min-width: 77px;
}
.contact-list .contact-item-inline > span:last-child {
  padding-left: 15px;
}

.contact-list .contact-title {
  color: #5d547d;
  margin: 0;
}

.contact-list .contact-user-list .contact-user {
  padding: 17px 0 0;
}
.contact-list .contact-user-list .contact-user:first-child {
  padding: 0;
}

.contact-list .contact-user a {
  color: #000;
}

.contact-list .contact-user > span {
  display: block;
}

.product-detail {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*padding: 15px 0 0;*/
  width: 100%;
  position: relative;
}
.product-detail .labels {
	text-align: left;
}

@media (min-width: 992px) {
  .product-detail {
    padding: 0;
  }
  .product-detail .labels {
	top: 15px;
	left: 15px;
	z-index: 2;
	position: absolute;
  }
}
@media (max-width: 991px) {
	.product-detail .labels .product-label {
		display: inline-block;
		margin-right: 5px;
	}
}

.product-detail h2 {
  margin: 0 0 8px;
}
.product-detail .col {
  /*  order: 0; */
  width: 100%;
  padding: 19px 14px 20px;
  position: relative;
}
@media (min-width: 992px) {
  .product-detail .col {
    /*  order: 1; */
    width: 52%;
  }
}
.product-detail .col:first-of-type {
  /* order: 1; */
  padding: 19px 14px 20px;
}
@media (min-width: 992px) {
  .product-detail .col:first-of-type {
    border-right: 1px solid #cecece;
    width: 48%;
    padding: 19px 0 20px;
  }
}

@media (max-width: 768px) {
  .product-detail .col,
  .product-detail .col:first-of-type {
	  padding: 15px 0 0 0;
  }
}

.product-detail .row-detail {
  margin: 0 0 20px;
}
body.not-logged .product-detail .row-detail p {
  margin: 0;
}
@media (min-width: 992px) {
  .product-detail .row-detail {
    margin: 0 0 12px;
    min-height: 270px;
  }
}
.product-detail .detail {
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px 32px;
  min-height: 42px;
}
.product-detail .detail > div {
  margin: 0 0 5px;
  padding: 0 10px;
}
.product-detail .detail .col-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 480px) {
  .product-detail .detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.not-logged .product-detail .detail {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-detail .code {
  color: #919090;
  font-size: 16px;
}
.product-detail .availability {
  color: #5d547d;
  font-size: 14px;
  margin-left: 10px;
}
.product-detail .price-old span {
  color: #acacac;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .product-detail .price-old span {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.product-detail .price-new {
  margin-top: 10px; 
  background-color: #5d547d;
}
.product-detail .price-new span {
  color: #fff;
  font-size: 18px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6px;
  padding: 0 2px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-detail .price-native {
    color: #ffffff99;
    padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-align: center;
}
@media (min-width: 768px) {
  .product-detail .price-new span {
    height: 43px;
    font-size: 24px;
    padding: 0 6px;
  }
}
@media (min-width: 992px) {
  .product-detail .price-new span {
    font-size: 30px;
  }
}
.product-detail .price-new span small {
  font-size: 16px;
  margin: 0 3px 0 0;
}
@media (min-width: 768px) {
  .product-detail .price-new span small {
    font-size: 24px;
    margin: 0 6px 0 0;
  }
}
.product-detail b {
  font-weight: normal;
}
.product-detail .form-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .product-detail .form-product {
    padding: 0 40px 0 0;
  }
}
.product-detail .addproduct {
  transition: background .3s ease-in-out;
  background-color: #5d547d;
  color: #fff;
  height: 31px;
  padding: 0 0 1px;
  font-size: 13px;
  min-width: 100px;
}
@media (min-width: 768px) {
  .product-detail .addproduct {
    height: 53px;
    padding: 10px 10px 11px;
    font-size: 18px;
    min-width: 124px;
  }
}
.product-detail .addproduct:hover {
  background: #000;
}
.product-detail .counter {
  width: 140px;
}
.product-detail .counter .btn-minus,
.product-detail .counter .btn-plus {
  min-width: 31px;
}
.product-detail .counter input {
  min-width: 55px;
  width: 55px;
}
.product-detail .counter span {
  padding: 0 0 0 7px;
}
.product-detail table {
  margin: 0 0 14px;
}
.product-detail table th,
.product-detail table td {
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-detail table th,
  .product-detail table td {
    border: none;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-detail table th.m-hide,
  .product-detail table td.m-hide {
    display: none;
  }
}
.product-detail table th:first-child,
.product-detail table td:first-child {
  width: 38%;
}
.product-detail .description {
  line-height: 17px;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .product-detail .description {
    padding: 14px 19px;
  }
}
.product-detail .description .description-title {
  margin: 0 0 4px;
}
.product-detail .description .description-text {
  margin: 0 0 11px;
  overflow: hidden;
}
.product-detail .description .description-more a {
  text-decoration: underline;
}
.product-detail .description .description-more span:first-child {
  display: block;
}
.product-detail .description .description-more span:last-child {
  display: none;
}
/*
.product-detail .description.active .description-more {
  margin: -20px 0 0;
}
*/
.product-detail .description.active .description-more span:first-child {
  display: none;
}
.product-detail .description.active .description-more span:last-child {
  display: block;
}

.characteristics h3 {
  margin: 0 0 17px;
}

.characteristics .characteristics-more {
  text-align: right;
}
.characteristics .characteristics-more a {
  text-decoration: underline;
}
.characteristics .characteristics-more span:first-child {
  display: block;
}
.characteristics .characteristics-more span:last-child {
  display: none;
}

.characteristics.active .characteristics-more span:first-child {
  display: none;
}

.characteristics.active .characteristics-more span:last-child {
  display: block;
}

.gallery-preview {
  padding: 11px;
  opacity: 0;
}
.gallery-preview .slick-list {
	width: 100%;
}
.gallery-preview.slick-initialized {
  opacity: 1;
}
.gallery-preview.slick-initialized .slide {
  width: 100%;
  height: 286px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-preview .slick-slide {
  width: 100% !important;
}
@media (max-width: 991px) {
  .gallery-preview .slick-slide {
    display: block;
  }
}

.gallery-thumbs {
  padding: 11px;
  border-top: 1px solid #d0c4c4;
  border-bottom: 1px solid #d0c4c4;
}
.gallery-thumbs .slick-list {
	width: 100%;
}
.gallery-thumbs .slick-slide.slick-current .slide {
  border-top: 4px solid #655077;
}
.gallery-thumbs .slick-slide > div {
  padding: 0 14px;
}
.gallery-thumbs .slide {
  width: 74px;
  height: 94px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tab {
  opacity: 0;
  transition: opacity .5s ease;
}

.tab.active {
  opacity: 1;
}

.not-exisist .counter .btn-minus,
.not-exisist .counter .btn-plus,
.not-exisist .addproduct {
  background: #acacac !important;
}

.not-exisist .addproduct {
  border-color: #acacac !important;
}

.counter {
  color: #666363;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
}
.counter .btn-minus,
.counter .btn-plus {
  transition: background .3s ease-in-out;
  width: 31px;
  height: 31px;
  background-color: #5d547d;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.counter .btn-minus:hover,
.counter .btn-plus:hover {
  background: #000;
}
.counter .btn-minus {
  line-height: 26px;
}
.counter .btn-plus {
  line-height: 30px;
}
.counter .counter-input {
  width: 50px;
  height: 31px;
  background: none !important;
  border: none !important;
  color: #666363;
  font-size: 21px;
  padding: 0;
  text-align: center;
}

#footer {
  background: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer .row {
  padding: 13px 0;
}
@media (min-width: 768px) {
  #footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media (min-width: 992px) {
  #footer .row {
    margin: 0 -10px;
  }
}
#footer .col {
  border-top: 1px solid #707070;
  padding: 12px 0;
  margin: 0 0 -1px;
}
@media (min-width: 768px) {
  #footer .col {
    border: none;
    margin: 0;
    padding: 12px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .col {
    width: 25%;
    padding: 12px 10px;
  }
}
#footer .col:last-child {
  /* @include media('≥desktop') {
                display: block;
            } */
}
@media (min-width: 768px) {
  #footer .col:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#footer .menu.active .title:before {
  display: none;
}
#footer .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 9px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #footer .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  #footer .title {
    position: relative;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #footer .title:before,
  #footer .title:after {
    background-color: #fff;
    content: "";
    position: absolute;
  }
  #footer .title:before {
    width: 2px;
    height: 12px;
    top: 3px;
    right: 7px;
  }
  #footer .title:after {
    width: 12px;
    height: 2px;
    top: 8px;
    right: 2px;
  }
}
#footer .menu-list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
@media (min-width: 768px) {
  #footer .menu-list {
    padding: 0;
  }
}
#footer .menu-list li {
  padding: 10px 0 0;
}
#footer .menu-list li:first-child {
  padding: 0;
}
#footer .menu-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 12px 0 0;
  list-style: none;
}
@media (min-width: 768px) {
  #footer .menu-socials {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #footer .menu-socials {
    margin-bottom: 0;
  }
}
#footer .menu-socials li {
  margin: 0 5px 5px 0;
  min-width: 33px;
}
#footer .menu-socials a {
  opacity: 1;
}
#footer .menu-socials a:hover {
  opacity: .5;
  transition: opacity .5s;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer a.email {
  text-decoration: underline;
}
#footer a.email:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .copyright {
    padding: 20px 0 0;
    text-align: center;
  }
}

.purple {
  background: #5d547d;
  display: block;
  margin: 0 -10px;
  color: #fff;
  border-left: 1px solid #fff;
}


@keyframes image-preview-box-indicator {
	0% { right: 100%; }
	100% { right: 0; }
}
.image-preview-box {
	border: 1px solid rgb(180, 180, 180);
	z-index: 9999;
	position: absolute;
	background: rgb(255, 255, 255);
	border-radius: 3px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.image-preview-box .indicator {
	left: 0;
	right: 100%;
	bottom: 0;
	height: 4px;
	position: absolute;
	animation: image-preview-box-indicator 2s normal linear;
	background: rgba(0, 0, 0, 0.05);
}
.image-preview-box .wrapper {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	position: absolute;
}
.image-preview-box .wrapper img {
	top: 50%;
	left: 50%;
	opacity: 0;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	
	transition: opacity 0.2s linear;
}


.loupe {
	z-index: 9999;
	background-color:#555;
	background:rgba(0, 0, 0, 0.25);
	border:5px solid rgba(0, 0, 0, 0);
	cursor:url(../images/blank.png), url(../images/blank.cur), none;
}
.loupe img {
	max-width: none;
}

@media (min-width: 768px)
{
	#tabList .content {
		padding: 0 12px;
	}
}

@keyframes load-more-products-spin { 0% { transform: translateY(-50%) rotate(0); } 100% { transform: translateY(-50%) rotate(360deg); } }
@keyframes load-more-products-spin-small { 0% { transform: translateY(-50%) scale(0.8) rotate(0); } 100% { transform: translateY(-50%) scale(0.8) rotate(360deg); } }

.load-more-products {
	text-align: center;
	padding-bottom: 20px;
}
.load-more-products a {
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 5px 8px 5px 28px;
	position: relative;
    font-size: 12px;
	min-width: 85px;
	background: #000;
	
	transition: background .3s ease-in-out;
}
.load-more-products a::before {
	top: 50%;
	left: 4px;
	width: 24px;
	height: 24px;
	content: " ";
	position: absolute;
	background: url(/theme/images/products-load-icon.png);
	
	transform: translateY(-50%) scale(0.7);
	transition: transform .3s ease-in-out;
}
.load-more-products a:hover {
	background: #5d547d;
}
.load-more-products a:hover::before {
	transform: translateY(-50%) scale(0.8) rotate(45deg);
}
.load-more-products .text {
	padding-top: 10px;
}
.load-more-products a.loading {
	cursor: default;
	background: rgb(200, 200, 200);
}
.load-more-products a.loading::before {
    animation: load-more-products-spin-small 2s linear infinite;
}
.load-more-products a.loading:hover::before {
	transform: translateY(-50%) scale(0.8);
}

@media (min-width: 768px)
{
	.load-more-products {
		text-align: center;
		margin-bottom: -15px;
	}
	.load-more-products a {
		padding: 15px 15px 15px 45px;
		font-size: 16px;
	}
	.load-more-products a::before {
		left: 13px;
		transform: translateY(-50%);
	}
	.load-more-products a:hover::before {
		transform: translateY(-50%) rotate(45deg);
	}
	.load-more-products a.loading::before {
		animation: load-more-products-spin 2s linear infinite;
	}
	.load-more-products a.loading:hover::before {
		transform: translateY(-50%);
	}
	.load-more-products .text {
		padding-top: 15px;
	}
}

input[disabled] {
	opacity: 0.5;
}


.cart-section {
	margin-right: 25px;
}
body.not-logged .block-search {
	margin-right: 20px;
}
@media (min-width: 992px) {
	.block-account {
		margin-left: 43px;
	}
	.cart-section {
		margin-right: 43px;
	}
}
@media (min-width: 768px) {
	.block-account {
		margin-left: 20px;
	}
	.cart-section {
		margin-right: 20px;
	}
}

@keyframes SlideToTopButtonAnimation {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
#SlideToTopButton {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.8) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjaGV2cm9uLXRvcCI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMTYiIHgyPSIyNSIgeTE9IjExLjUiIHkyPSIyMC41Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjE2IiB5MT0iMjAuNSIgeTI9IjExLjUiLz48L2c+PC9zdmc+') no-repeat center;
  background-size: 70% auto;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, 
			  border-color .3s, 
			  box-shadow .3s, 
			  opacity .3s, visibility .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
  
  animation-name: SlideToTopButtonAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#SlideToTopButton:hover {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 1);
}
#SlideToTopButton:active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 1);
}
#SlideToTopButton.show {
  opacity: 1;
  visibility: visible;
}


.slick-gallery {
	border-top: 1px solid rgb(140, 140, 140);
}


@media (min-width: 768px) {
	.filters,
	.jcf-select.jcf-select-select-filter .jcf-select-text {
		font-size: 14px;
	}
	
	.filters .filter-list {
		display: block;
	}
	.filters .filter-list .filter-item {
		margin: 10px 0 0 0;
	}
	.filters .filter-list .filter-item:first-child {
		margin: 0;
	}
	.filters .filter-list .filter-item .filter-popup {
		
	}
	.filters .filter-list .filter-item .filter-popup .filter-opener {
		border: 0;
		margin: 0;
		height: auto;
		cursor: default;
		padding: 6px 30px 6px 5px;
		line-height: 16px;
		border-bottom: 1px solid rgb(172, 172, 172);
		
		transition: all 0.15s ease-in-out;
		/*transition: none;*/
	}
	.filters .filter-list .filter-item .filter-popup .filter-opener:hover,
	.filters .filter-list .filter-item .filter-popup.active .filter-opener {
		color: rgb(0, 0, 0);
		background-color: transparent;
	}
	.filters .filter-list .filter-item .filter-popup .filter-opener:before {
		display: none;
	}
	.filters .filter-list .filter-item .filter-popup.selected .filter-opener {
		padding: 6px 30px 6px 10px;
		background-color: rgb(93, 84, 125);
	}
	.filters .filter-list .filter-item .filter-popup.selected .filter-opener:hover,
	.filters .filter-list .filter-item .filter-popup.selected.active .filter-opener {
		color: rgb(255, 255, 255);
		background-color: rgb(93, 84, 125);
	}
	.filters .filter-list .filter-item .filter-popup .filter-opener .filter-close {
		cursor: pointer;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider {
		top: 0;
		left: 0;
		width: auto;
		margin: 0;
		padding: 0;
		display: block !important;
		position: relative;
		transform: none;
		box-shadow: none;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider.slider-hidden {
		top: 0 !important;
		left: 0 !important;
		z-index: 1 !important;
		position: relative !important;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider .filter-options {
		width: auto;
		box-shadow: none;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider .filter-options:before {
		display: none;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider .filter-options ul {
		padding: 10px 5px;
		border-bottom: 0;
	}
	.filters .filter-list .filter-item .filter-popup .filter-slider .filter-options .cf-label {
		padding-left: 25px;
	}


	.filters .filter-options li {
		word-break: break-word;
	}
	.filters .filter-options .cf-input {
		border-color: rgb(50, 50, 50);
	}
	.filters .filter-options [type="checkbox"]:checked ~ .cf-input {
		background: rgb(93, 84, 125);
		border-color: rgba(0, 0, 0, 0.2);
	}


	.jcf-select {
		cursor: pointer !important;
		margin-bottom: 20px;
	}
	.jcf-list .jcf-option,
	.jcf-select .jcf-select-text {
		cursor: pointer;
	}
	.jcf-select-drop.jcf-select-select-filter .jcf-list {
		font-size: 14px;
		line-height: 16px;
	}
	.jcf-select.jcf-drop-active {
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
		border-color: rgba(0, 0, 0, 0.4);
	}
	.jcf-select.jcf-drop-active .jcf-select-drop {
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	}
	.jcf-select.jcf-select-select-filter {
		color: rgb(0, 0, 0);
		background: rgb(255, 255, 255);
	}
	.jcf-select.jcf-select-select-filter .jcf-select-opener {
		filter: invert(100%);
	}
}

/*///////////////////////////////////////////*/
/*////////////////   NEWS   /////////////////*/
/*///////////////////////////////////////////*/


.content-wrap .content {
	word-break: break-word;
}
.content-wrap .content p img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.content-wrap .content .addthis_inline_share_toolbox {
	text-align: center;
}

.posts-list {
	
}
.posts-list .item {
	color: rgb(0, 0, 0);
	display: flex;
	padding: 12px;
	position: relative;
	transition: background 0.15s ease-in-out;
}
.posts-list .item:hover {
	background: rgba(93, 84, 125, 0.05);
}
.posts-list .item .info {
	display: flex;
	flex-direction: column;
}
.posts-list .item .title {
	height: 48px;
	padding: 0;
	overflow: hidden;
}
.posts-list .item .date {
	color: rgb(150, 150, 150);
	font-size: 0.9em;
	margin-top: 6px;
}
.posts-list .item .image {
	width: 70px;
	height: 70px;
	margin: 0 12px 0 0;
	overflow: hidden;
	position: relative;
	min-width: 70px;
	background: rgb(240, 240, 240);
	
	flex-grow: 0;
    flex-basis: 70px;
    flex-shrink: 0;
}
.posts-list .item .image img {
	top: 50%;
	left: 50%;
	position: absolute;
	min-width: 100%;
	transform: translate(-50%, -50%);
	min-height: 100%;
}
.posts-list .item:after {
	left: 12px;
	right: 12px;
	bottom: 0;
	height: 1px;
	content: ' ';
	display: block;
	position: absolute;
	background: rgb(172, 172, 172);
}
.posts-list .item:last-child:after {
	display: none;
}

.posts-list.full .item .title {
	height: auto;
	padding: 0;
	font-size: 20px;
	max-height: 48px;
    line-height: 24px;
}
.posts-list.full .item .image {
	width: 95px;
	height: 95px;
    flex-basis: 95px;
}
.posts-list .item .category {
	margin-top: 11px;
}
.posts-list .item .category span {
    color: white;
	padding: 1px 5px;
    font-size: 11px;
    background: rgba(93, 84, 125, 0.9);
    border-radius: 3px;
    text-transform: uppercase;
}
.posts-list.full .item .description {
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
	word-break: break-word;
	
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.posts-list.full .item .date {
	margin: 5px 0 0 0;
}


.gallery-section .posts-list {
	display: flex;
	flex-wrap: wrap;
}
.gallery-section .posts-list .item {
	width: 100%;
	flex-grow: 1;
}
.gallery-section .posts-list .item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	border: 1px solid rgb(240, 240, 240);
	background: none;
	
	transition: border 0.15s ease-out,
				box-shadow 0.15s ease-out;
}
.gallery-section .posts-list .item:hover:after {
	border: 1px solid #5d547d;
	box-shadow: 0 0 10px 1px rgba(93, 84, 125, 0.4) inset;
}
.gallery-section .posts-list .item:last-child:after {
	display: block;
}
.gallery-section .posts-list .item .image {
	width: 95px;
	height: 95px;
    flex-basis: 95px;
}
.gallery-section .posts-list .item .title {
	height: 51px;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 8px;
}
.gallery-section .posts-list .item .category {
	margin: 0;
}

@media (min-width: 768px) {
	.posts-list.full .item .image {
		width: 150px;
		height: 150px;
		flex-basis: 150px;
	}
	
	.gallery-section .posts-list .item {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.gallery-section .posts-list .item {
		width: 33%;
	}
}




.custom-selectbox {
	width: 100%;
	margin: 0;
	cursor: pointer;
	border: 1px solid #cecece;
	outline: 0;
	display: inline-block;
	padding: 8px 10px 9px 10px;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	background-color: #fff;
	
	transition: border .15s ease-in-out;
}
.custom-selectbox:hover {
	border-color: rgb(185, 185, 185);
}
.custom-selectbox.invalid {
	border-color: rgb(205, 100, 100) !important;
}
.custom-selectbox:before {
	top: 50%;
	right: 4px;
	width: 20px;
	height: 20px;
	z-index: 2;
	content: '';
	position: absolute;
	transform: translateY(-50%);
	background: no-repeat center;
	background-size: 100% auto;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+);
	
	transition: opacity 0.15s ease;
}
.custom-selectbox:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	position: absolute;
	background: #fff;
	border-radius: 3px;
}
.custom-selectbox.invalid:after {
	box-shadow: 0 0 5px 1px rgb(255, 0, 0, 0.05) inset;
}
.custom-selectbox .value {
	border: 0;
	margin: 0 15px 0 0;
	padding: 0;
	z-index: 2;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}
.custom-selectbox.empty .value {
	color: rgb(130, 130, 130);
}
.custom-selectbox .list-wrapper {
	top: 100%;
	left: -1px;
	right: -1px;
	border: 1px solid #cecece;
	display: none;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	position: absolute;
	background: rgb(245, 245, 245);
	box-shadow: 0 0 8px 1px rgb(0, 0, 0, 0.2);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.custom-selectbox.invalid .list-wrapper {
	border-top-color: rgb(205, 100, 100) !important;
}
.custom-selectbox .list-wrapper .search {
	width: 100%;
	height: 30px;
	padding: 8px 10px;
	font-size: 1em;
	box-sizing: border-box;
}
.custom-selectbox .list-wrapper .search:focus {
	border-color: #cecece;
}
.custom-selectbox .list-wrapper .list-empty-msg {
	color: rgb(150, 150, 150);
	margin: 10px -10px 0 -10px;
	padding: 8px 10px;
	background: white;
	text-align: center;
	border-top: 1px solid #cecece;
}
.custom-selectbox .list-wrapper .list {
	margin: 10px -10px 0 -10px;
	overflow-y: auto;
	max-height: 200px;
	background: white;
	border-top: 1px solid #cecece;
}
.custom-selectbox .list-wrapper .list .item {
	cursor: pointer;
	padding: 8px 10px;
}
.custom-selectbox .list-wrapper .list .item:hover {
	background: rgb(245, 245, 245);
}
.custom-selectbox .list-wrapper .list .item.selected {
	background: rgb(235, 235, 235);
}

.custom-selectbox .loading-indicator {
	top: 50%;
	right: 6px;
	width: 16px;
	height: 16px;
	opacity: 0;
	z-index: 3;
	display: block;
	position: absolute;
	transform: translate(0, -50%);
	pointer-events: none;
	
	transition: opacity 0.15s ease;
}
.custom-selectbox .loading-indicator div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #5d547d;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #5d547d transparent transparent transparent;
}
.custom-selectbox .loading-indicator div:nth-child(1) {
	animation-delay: -0.45s;
}
.custom-selectbox .loading-indicator div:nth-child(2) {
	animation-delay: -0.3s;
}
.custom-selectbox .loading-indicator div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.custom-selectbox.loading:before {
	opacity: 0;
}
.custom-selectbox.loading .loading-indicator {
	opacity: 1;
}

.custom-selectbox.focused {
	z-index: 9999;
	box-shadow: 0 0 8px 1px rgb(0, 0, 0, 0.2);
	border-color: #5d547d;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.custom-selectbox.focused .list-wrapper {
	display: block;
	border-color: #5d547d;
}

.custom-selectbox.disabled {
	cursor: default;
	border-color: rgb(245, 245, 245);
	pointer-events: none;
}
.custom-selectbox.disabled:before {
	opacity: 0.1;
}
.custom-selectbox.disabled .value {
	color: rgb(200, 200, 200);
}

@media (max-width: 450px)
{
	.custom-selectbox {
		width: auto;
	}
}

.message {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	background: rgba(245, 245, 220) no-repeat;
	border-radius: 5px;
}
.message-info {
	padding-left: 45px;
	background-position: 12px 11px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjE2IiB5Mj0iMTIiLz48bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjgiIHkyPSI4Ii8+PC9zdmc+);
}

.basket .price-native {
	color: #999;
}

.section-highlights {
	overflow: hidden;
	margin-bottom: 20px;
}
.section-highlights .slick {
	display: flex;
	width: calc(100% + 10px);
}
.section-highlights .slick > a {
	width: 25%;
	display: block;
	padding-right: 10px;
}
.section-highlights .slick-arrow {
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
}
.section-highlights .slick-arrow.slick-prev {
	left: 10px;
	right: auto;
}
.section-highlights .slick-arrow.slick-next {
	left: auto;
	right: 20px;
}
.section-highlights .slick-list {
	width: 100%;
}
.section-highlights .slick a > img {
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.section-highlights .slick .slick-slide {
	padding-right: 10px;
}