
.content-block table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 25px;
    border: 1px solid #d5d5d5;
    text-align: left;
    background: #FFF;
}

.content-block table th {
    border: 1px solid #0087c3;
    line-height: 30px;
    font-weight: normal;
    color: #464646;
    padding: 4px 10px 4px 10px;
    background: #03A9F4;
}
.content-block table th p{
    color: #FFF;
    line-height: 30px;
    font-weight: normal;
    font-size: 13px;
    padding: 4px 20px;
}

.content-block table td {
    border: 1px solid #D5D5D5;
    padding: 11px 10px 11px 10px;
}

.content-block table p,
.content-block table h1,
.content-block table h2,
.content-block table h3,
.content-block table h4 {
    background-color: inherit;
    box-shadow: inherit;
}

.swiper-viewer.swiper-viewer-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 240ms ease-out;
}

.swiper-viewer.-visible {
	visibility: visible;
	opacity: 1;
}

.swiper-viewer .swiper-viewer-wrapper {
	border-radius: 1px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	transition: all 240ms ease-out;
	transform: scale(0.9);
}

.swiper-viewer.-visible .swiper-viewer-wrapper {
	transform: scale(1);
}

.swiper-viewer .swiper-viewer-inner {
	position: relative;
	text-align: center;
	height: 100%;
}

.swiper-viewer .swiper-viewer-slide {
	height: 100%;
	position: relative;
}

.swiper-viewer .swiper-viewer-slide img {
	position: relative;
	height: 100%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 30px 90px -20px rgba(0,0,0,0.3);
}

.swiper-viewer .swiper-container {
	height: 100%;
}

.swiper-viewer .swiper-viewer-controls {
	position: absolute;
	top: 50%;
	z-index: 1;
	left: 0;
	width: 80%;
	margin: 0 0 0 10%;
}

.swiper-viewer .swiper-viewer-control {
	position: absolute;
	display: block;
	font-size: 17px;
	color: #f1f1f1;
	margin: 0 0px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	transition: all 240ms ease-out;
	border-radius: 100%;
	border: 2px solid #d8d8d8;
	top: 0;
	cursor: pointer;
	font-family: 'Material Icons';
}

.swiper-viewer .swiper-viewer-control:before {
	content: 'keyboard_arrow_left';
}

.swiper-viewer .swiper-viewer-next-control {
	right: 0;
}

.swiper-viewer .swiper-viewer-next-control:before {
	content: 'keyboard_arrow_right';
}

.swiper-viewer .swiper-viewer-control:hover {
	background: #2f703e;
	color: #fff;
	border-color: #2f703e;
}

.swiper-viewer .swiper-button-disabled, .swiper-viewer .swiper-button-disabled:hover {
	border: 2px solid #d8d8d8;
	color: #f1f1f1;
	background: none;
	opacity: .1;
	cursor: not-allowed;
}

.swiper-viewer .swiper-viewer-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	z-index: 999;
	border: 10px solid transparent;
}

.swiper-viewer .swiper-viewer-close:before, .swiper-viewer .swiper-viewer-close:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	transform: rotateZ(45deg);
	left: 0;
	top: 50%;
}

.swiper-viewer .swiper-viewer-close:after {
	transform: rotateZ(-45deg);
}

.swiper-viewer .swiper-viewer-close:hover:before, .swiper-viewer .swiper-viewer-close:hover:after {
	background: #F44336;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.noty_layout {
	width: auto!important;
}

.noty_theme__mint.noty_bar {
	margin: 4px 0;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 16px 20px -10px rgba(0,0,0,0.3);
}

.noty_theme__mint.noty_bar:before {
	content: "";
	position: absolute;
	font-family: 'Material Icons';
	font-size: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	left: 8px;
	margin: -10px 0 0 0;
}

.noty_theme__mint.noty_bar .noty_body {
	padding: 10px 10px 10px 40px;
	font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
	padding: 10px;
}

.noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification {
	background-color: #fff;
	color: #2F2F2F;
}

.noty_theme__mint.noty_type__alert .noty_body, .noty_theme__mint.noty_type__notification .noty_body {
	padding: 10px;
}

.noty_theme__mint.noty_type__alert:before, .noty_theme__mint.noty_type__notification:before {
	display: none;
}

.noty_theme__mint.noty_type__warning {
	background-color: #FFAE42;
	color: #fff;
}

.noty_theme__mint.noty_type__warning:before {
	content: "warning";
}

.noty_theme__mint.noty_type__error {
	background-color: #DE636F;
	color: #fff;
}

.noty_theme__mint.noty_type__error:before {
	content: "error";
}

.noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information {
	background-color: #458ff9;
	color: #fff;
}

.noty_theme__mint.noty_type__info:before, .noty_theme__mint.noty_type__information:before {
	content: "info";
}

.noty_theme__mint.noty_type__success {
	background-color: #4CAF50;
	color: #fff;
}

.noty_theme__mint.noty_type__success:before {
	content: "check";
}

.noty_theme__mint.noty_type__unfavorite {
	background-color: #dbdbdb;
	color: #242424;
}

.noty_theme__mint.noty_type__unfavorite:before {
	content: "favorite_border";
	color: #878686;
}

.noty_theme__mint.noty_type__favorite {
	background-color: #ffffff;
	color: #373737;
}

.noty_theme__mint.noty_type__favorite:before {
	content: "favorite";
	color: red;
}

.noty_theme__mint.noty_type__loading {
	background-color: #ffffff;
	color: #373737;
}

.noty_theme__mint.noty_type__loading:before {
	content: '';
	background: url(/modules/Catalog/public/front/img/spinner.gif) no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -8px 0 0 0;
}

.noty_effects_open {
	opacity: 0;
	transform: scale(0);
	animation: notify-fade-in 400ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.noty_effects_close {
	animation: notify-fade-out 300ms both cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes notify-fade-out {
	0% {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
}

@keyframes notify-fade-in {
	0% {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 9999999;
	transform: translateZ(0) scale(1, 1);
	backface-visibility: hidden;
	filter: blur(0);
	max-width: 90%;
}

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%;
}

#noty_layout__topLeft {
	top: 20px;
	left: 20px;
	width: 325px;
}

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
	top: 20px;
	right: 20px;
	width: 325px;
}

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%;
}

#noty_layout__bottomLeft {
	bottom: 20px;
	left: 20px;
	width: 325px;
}

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
	bottom: 20px;
	right: 20px;
	width: 325px;
}

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
	top: 50%;
	left: 20px;
	width: 325px;
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
	top: 50%;
	right: 20px;
	width: 325px;
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
	display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #646464;
	opacity: 0.2;
}

.noty_bar {
	transform: translate(0, 0) scale(1, 1);
	overflow: hidden;
}

.noty_effects_open {
	opacity: 0;
	transform: translate(50%);
	animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation-fill-mode: forwards;
}

.noty_effects_close {
	animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation-fill-mode: forwards;
}

.noty_fix_effects_height {
	animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
	cursor: pointer;
}

.noty_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s ease-out;
}

.noty_close_button:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: .3;
	left: 0;
	top: 0;
}

.noty_modal.noty_modal_open {
	opacity: 0;
	animation: noty_modal_in .3s ease-out;
}

.noty_modal.noty_modal_close {
	animation: noty_modal_out .3s ease-out;
	animation-fill-mode: forwards;
}


@keyframes noty_modal_in {
	100% {
		opacity: .3;
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0;
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0;
	}
}

@keyframes noty_anim_in {
	100% {
		transform: translate(0);
		opacity: 1;
	}
}


@keyframes noty_anim_out {
	100% {
		transform: translate(50%);
		opacity: 0;
	}
}


@keyframes noty_anim_height {
	100% {
		height: 0;
	}
}
@supports (-webkit-overflow-scrolling: touch) {
    body .catalog-category-page .categories-list .category, body .catalog-main-page.catalog-only .categories-list .category {
        display: inline-block;
        width: 32.333%;
        flex: none;
        vertical-align: top;
    }
}

@media all and (max-width: 1000px) {
    .center {
        width: 96%;
    }
    .logo-block-background {
        width: 30%;
    }
    .cap .logo-block {
        width: 200px;
    }
    .cap .logo {
        width: 150px;
        height: 50px;
        left: 23px;
    }
    #main-menu a {
        margin: 0 3px;
        padding: 5px 10px;
        font-size: 12px;
    }
    body .catalog-category-page .categories-list .category>a:after, body .catalog-main-page.catalog-only .categories-list .category>a:after {
        display: none;
    }
    body .jsplash-inner {
        width: auto;
        font-size: 16px;
        line-height: 1.56;
    }
    .page-footer .footer-pages-menu {
        display: none;
    }
    .cap-categories-list .cap-category>a {
        width: 200px;
    }
    .footer-categories-list .footer-category {
        min-width: 100px;
    }
    .footer-categories-list {
        margin-left: 0;
    }
    .footer-pages-menu {
        display: none;
    }
    body .main-page .categories-list .category-name {
        font-size: 16px;
    }
    #main-menu {
        margin-left: 220px;
    }
}

@media all and (max-width: 640px) {
    .js-simple-slider-btn {
        left: 0;
        font-size: 50px;
        width: 48px;
        line-height: 48px;
        height: 48px;
    }
    .hide-in-mobile {
        display: none!important;
    }
    .hide-in-desktop {
        display: block;
    }
    .js-simple-slider-btn-next {
        right: 0;
        left: inherit;
    }
    .catalog .items-list .buy-block {
        padding: 5px;
        text-align: center;
        margin: 8px;
    }
    .catalog .items-list .buy-block .buy-text {}
    .footer-top-wrapper .footer-top-left .delivery, .footer-top-wrapper .footer-top-right .phone-number {
        font-size: 20px;
    }
    .catalog-item-page .item-data .item-image {
        width: 250px;
    }
    .catalog-item-page .item-data .item-main-image {}
    .page-wrapper img {
        width: 100%!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        display: block!important;
    }
    body input[type="text"], body textarea, body select {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5 {
        text-align: center;
    }
    body .content-block iframe {
        width: 100%;
    }
    h1.page-title {
        border-radius: 5px;
        background: #fafafa;
        margin: 15px 0 10px 0;
        font-size: 22px;
        text-transform: none;
    }
    .page-buffer .content {}
    .page-buffer .page-content {
        margin: 15px 0 0 0;
        padding: 5px;
    }
    .page-buffer .content .column {
        display: block;
        width: auto;
    }
    .center {
        max-width: 100%;
        width: 100%;
    }
    .page-wrapper {
        margin-bottom: -70px;
    }
    .catalog-item-page .item-colors {
        width: auto;
    }
    .catalog-item-page .item-colors .item-color {
        padding: 4px;
    }
    .page-buffer .content-columns .left-column, .catalog-item-page .item-colors, .page-buffer .cap, .page-buffer .content .right-column, .page-buffer .bread-crumbs-block, .top-scroller, .imagesslider, .callme-btn-fixed {
        display: none;
    }
    .page-buffer .cap-pusher {
        display: none;
    }
    .page-buffer .mobile-city-wrapper {
        display: block;
        background: #202e31;
        color: #fff;
    }
    .page-buffer .mobile-city-wrapper .city-wrapper {
        left: 10px;
        position: relative;
    }
    .page-buffer .mobile-city-wrapper a {
        color: #fff;
        text-decoration: none;
        padding-left: 20px;
    }
    .page-buffer .mobile-city-wrapper a:before {
        content: 'place';
        font-family: 'Material Icons';
        position: absolute;
        left: 0;
    }
    body .jsplash-viewport.jsplash-visible .jsplash-wrapper {
        padding: 10px;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        -webkit-transform: none;
        transform: none;
    }
    .jsplash-viewport.jsplash-visible .jsplash-wrapper {
        width: auto;
        left: 10px!important;
        right: 10px!important;
        margin-left: 0!important;
        padding: 8px;
    }
    body .jsplash-inner.city-selector-popup {
        padding-left: 0;
        width: 100%;
    }
    body .jsplash-inner.city-selector-popup .city-select-wrapper .city-select-title {
        font-size: 16px;
    }
    body .jsplash-wrapper.city-selector-popup:before {
        display: none;
    }
    .page-buffer .mobile-cap {
        display: block;
        position: relative;
        background: #ffffff;
        top: 0;
        left: 0;
        width: 100%;
        color: #3a3a3a;
        height: 41px;
        z-index: 999;
        -webkit-box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.11);
        box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.11);
    }
    .page-buffer .mobile-left-cap-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #03a9f4;
    }
    .page-buffer .mobile-left-cap-back:before {
        content: '';
        position: absolute;
        top: 0;
        right: -25px;
        width: 0;
        height: 0;
        border-top: 40px solid #03a9f4;
        border-right: 25px solid rgba(0, 0, 0, 0);
    }
    .mobile-cap .menu-trigger {
        position: absolute;
        font-size: 25px;
        padding: 8px 20px;
        left: 0;
        top: 0px;
        z-index: 2;
        color: #ffffff;
        text-decoration: none;
    }
    .mobile-cap .menu-trigger:before {
        content: 'menu';
        font-family: 'Material Icons';
        font-size: 20px;
        position: absolute;
        top: 5px;
    }
    .mobile-cap .cart-link {
        color: #223032;
        position: absolute;
        font-size: 20px;
        padding: 10px 11px;
        right: 3px;
        max-width: 48px;
        top: 0;
        z-index: 2;
        text-decoration: none;
    }
    .mobile-cap .cart-link:after {
        content: 'shopping_cart';
        font-family: 'Material Icons';
        font-size: 18px;
        color: #2b2b2b;
        width: 25px!important;
        right: 8px;
    }
    .mobile-cap .cart-link .cart-count {
        display: block;
        background: #FF5722;
        width: 20px;
        text-align: center;
        height: 20px;
        font-weight: bold;
        border-radius: 100%;
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: 10px;
        color: #ffffff;
        font-family: 'Ubuntu';
        right: 31px;
    }
    .mobile-cap .cart-link .cart-count:empty {
        display: none;
    }
    .mobile-cap .phone {
        position: absolute;
        text-decoration: none;
        left: 110px;
        color: #FFF;
        top: 10px;
        display: block;
    }
    .mobile-cap .phone:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
    .mobile-cap .logo {
        position: absolute;
        left: 60px;
        width: 160px;
        line-height: 41px;
        text-decoration: none;
        color: #fff;
        padding-right: 30px;
    }
    .mobile-cap .logo svg {
        width: 90%;
        height: 90%;
        top: 3px;
        position: absolute;
        left: 0;
        transform: translateX(50%);
    }
    body .mobile-menu-wrapper {
        display: block;
    }
    body .page-footer {
        height: 250px;
    }
    .page-footer .footer-developer {
        text-align: center;
        position: relative;
        top: 20px;
        left: 0;
        text-decoration: underline;
    }
    .page-footer .footer-copyright, .page-footer .footer-developer a {
        color: #FFF;
    }
    body .catalog .categories-list .category {
        width: 100%;
        display: block;
    }
    body .main-page .catalog .categories-list .category {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }
    body .catalog .categories-list .category>a {
        display: block;
        box-sizing: border-box;
        box-shadow: inset 0 0 0 1px #e6e6e6;
    }
    body .main-page .catalog .categories-list .category>a {
        display: block;
        box-sizing: border-box;
        box-shadow: 0 0 0 1px #e6e6e6, 0 7px 17px -10px rgba(0, 0, 0, 0.43);
    }
    .catalog .categories-list .category-container {
        height: auto;
        margin: 5px;
    }
    .catalog .categories-list .category-header {
        padding: 10px;
        text-decoration: underline;
        margin: 0;
    }
    .catalog .categories-list .category-image {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .catalog .categories-list .image-wrapper {
        padding: 4px;
    }
    .catalog .categories-list .category-data {
        display: block;
        position: relative;
        z-index: 1;
        padding: 4px;
    }
    .catalog .categories-list .category-name {
        overflow: hidden;
        font-size: 14px;
        position: relative;
        background: #FFF;
        line-height: 14px;
    }
    .catalog .items-list .item-wrapper {
        width: 25%;
    }
    .catalog .items-list .item {}
    .catalog-item-page .item-data {
        display: block;
    }
    .catalog-item-page .item-data .item-image {
        width: 100%;
        display: block;
    }
    .catalog-item-page .item-data .item-attributes {
        width: auto;
        display: block;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .catalog .item-data .item-buy {}
    body .catalog-item-page .item-buy.buy-table {
        /* display:block; */
        width: 100%;
        box-sizing: border-box;
    }
    body .catalog-item-page .item-buy.buy-table .first-line-wrapper {}
    body .catalog-item-page .item-buy.buy-table .second-line-wrapper {
        box-sizing: border-box;
    }
    body .catalog-item-page .item-buy.buy-table .order-helper-wrapper {
        width: 100%;
    }
    body .catalog-item-page .item-buy.buy-table .order-helper-wrapper:before {
        transform: translateX(-50%);
        left: 50%;
    }
    body .catalog-item-page .item-buy.buy-table .row .cell {
        display: block;
        width: 100%;
        padding-bottom: 40px;
    }
    body .catalog-item-page .item-buy.buy-table .icons-wrapper a.icon {
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
    }
    body .catalog-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper {
        display: table-row;
        position: relative;
    }
    body .catalog-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper .quantity-title, body .catalog-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper .icons-wrapper {
        display: table-cell;
        position: relative;
    }
    .catalog-item-page .item-buy.buy-table .quantity-title {
        padding-left: 10px
    }
    body .catalog-item-page .item-buy.buy-table .second-line-wrapper.row .buy-button-wrapper {
        position: relative;
        /* bottom: 0; */
        display: table-row;
        height: 55px;
    }
    .catalog .item-data .buy-block {
        width: auto;
        text-align: center;
    }
    .catalog .item-data .count-item {
        display: none;
    }
    .catalog .item-data .buy.button {
        width: auto;
        margin: 0;
    }
    .catalog .item-data .units {
        display: none;
    }
    .catalog-item-page .item-data .item-attributes h2 {
        text-align: left;
    }
    .catalog-item-page .item-data .item-main-image {
        height: auto;
        width: 100%;
        padding: 0;
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.35);
    }
    .catalog .item-data .item-main-image:before {
        display: none;
    }
    .catalog-item-page .item-data .item-price-block {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .catalog-item-page .item-data .item-price-block .item-price-left-side, .catalog-item-page .item-data .item-price-block .item-price-right-side {
        display: block;
    }
    .catalog-item-page .item-data .item-price-block .item-price {
        display: inline-block;
        margin: 0px 10px 0 0;
        top: 4px;
    }
    .catalog-item-page .by-to-phone-info {
        margin-top: 20px;
    }
    .js-socnet-buttons {
        text-align: center;
    }
    .js-socnet-buttons .js-socnet-button {
        margin: 6px;
    }
    .catalog-item-page .item-data .item-attributes ul li {
        white-space: normal;
    }
    .cart-items-list-table .cart-items-list-table thead, .cart-items-list-table tbody, .cart-items-list-table th, .cart-items-list-table td, .cart-items-list-table tr {
        display: block;
    }
    .cart-items-list-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .cart-order-form .validation-error {
        font-size: 12px;
        top: 50px;
        left: 37px;
    }
    .cart-total-result-table tbody td {
        font-size: 16px;
    }
    .cart-order-form {
        margin: 20px 0;
        padding: 20px 0 0 0;
    }
    .catalog .paginator a, .catalog .paginator span {
        margin: 4px;
    }
    .catalog-brand-page .brand-data-container {
        display: block;
        width: auto;
    }
    .catalog-brand-page .brand-image-wrapper {
        display: block;
        width: auto;
    }
    .catalog-brand-page .brand-description-wrapper {
        display: block;
        width: auto;
        padding: 0;
    }
    .catalog-brand-page .brands-categories-list {
        padding: 0;
        margin: 0;
    }
    .catalog-brand-page .brands-categories-list li {
        display: block;
        width: auto;
    }
    .catalog-brand-page .brands-categories-list li:before {
        display: none;
    }
    .catalog-brand-page .brands-categories-list a {
        display: block;
        color: #FFF;
        background: #309BE1;
        padding: 8px 6px;
        border-radius: 3px;
        margin: 4px auto;
    }
    .articles .heading-list .heading {
        width: 100%;
        margin: 6px 0;
    }
    .articles-list .article .article-data {
        margin: 0;
    }
    .articles-article-page img {
        display: block;
        width: 100%!important;
        height: auto!important;
        margin: 6px 0!important;
    }
}

@media all and (max-width: 800px) {
    .catalog .items-list .item-wrapper {
        width: 33%;
    }
    .callme-mobile-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 20;
        display: block;
        height: 50px;
        background: rgb(3, 169, 244);
        box-shadow: 0 -7px 28px 0 rgba(0, 0, 0, 0.22);
        text-align: center;
        transition: all 540ms cubic-bezier(0.2, 0.78, 0.33, 1.03);
    }
    .callme-mobile-panel .callme-panel-btn {
        position: relative;
        background: #ffffff;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        bottom: -9px;
        font-weight: 400;
        box-sizing: border-box;
        padding: 10px 36px 10px 16px;
        border-radius: 2px;
        transition: all 540ms 120ms cubic-bezier(0.2, 0.78, 0.33, 1.03);
    }
    .callme-mobile-panel .callme-panel-btn span {
        position: relative;
        display: inline-block;
        transition: opacity 1s ease-out;
    }
    .callme-mobile-panel .callme-panel-btn .icon {
        background: #03a9f4;
        width: 24px;
        height: 24px;
        top: 3px;
        margin: 0 12px 0 0;
        line-height: 24px;
        border-radius: 100%;
        padding: 1px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .callme-mobile-panel .callme-panel-btn .icon:before {
        content: 'phone';
        font-family: 'Material Icons';
        font-feature-settings: 'liga';
    }
    body #main-menu a {
        font-size: 11px;
    }
    body #main-menu a.active:before {
        border-bottom: 22px solid #03A9F4;
        border-left: 5px solid rgba(0, 0, 0, 0);
    }
    body #main-menu a.active:after {
        border-top: 21px solid #03A9F4;
        border-right: 5px solid rgba(0, 0, 0, 0);
    }
    body .catalog .catalog-items-toolbar .toolbar-label {
        display: none;
    }
    body .catalog .catalog-items-toolbar .toolbar-box.toolbar-box-sort a {
        display: block;
        /* width: inherit; */
    }
}

@media (max-width: 640px) {
    .catalog .items-list .back {
        display: none;
    }
    .catalog .item-info .item-buttons {
        display: none;
    }
    .catalog .items-list .item-data {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .catalog .items-list .item-details {
        display: none;
    }
    .main-page .catalog .categories-list {}
    .main-page .catalog .categories-list .category {
        width: 50%;
    }
    .main-page .catalog .categories-list .category:nth-child(odd):last-child {
        width: 100%;
    }
    body .main-page .categories-list .category:nth-child(odd):last-child .image-wrapper {
        transform: translate(-50%, -40%);
        width: 30%;
    }
    body .footer-categories-list {
        display: none;
    }
    .catalog .items-list .item-wrapper {
        width: 100%;
        float: none;
        height: auto;
    }
    .articles-list .article .article-image, .articles-last-anonces-list .article .article-image, .articles-last-anonces-list .heading-name {
        display: none;
    }
    .articles-last-anonces-list .article .article-data, .articles .last-articles-list .article .article-data {
        margin: 0;
    }
    .articles-last-anonces-list .article .article-link {
        font-size: 16px;
        margin: 0 0 7px 0;
    }
    .catalog .items-list .item {
        width: 100%;
        margin: 6px 0;
        display: block;
        height: auto;
        box-shadow: 0 0 0 1px #eaeaea;
        border-radius: 1px;
        position: relative;
    }
    .catalog .items-list .item:hover {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .08), inset 0 -5px 0 -1px #fdcb44, 0 14px 14px -9px rgba(0, 0, 0, 0.24);
    }
    .catalog .items-list .item .item-link {
        background: none;
    }
    .catalog .items-list .item-image {
        /* width: 100%; */
        /* padding: 0; */
        /* display: block; */
        /* height: 50px; */
        /* width: 50px; */
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        /* border: 1px solid #fbc13c; */
    }
    .catalog .items-list .item-attributes {
        padding: 5px 70px 4px 60px;
        opacity: .9;
    }
    .catalog .items-list .item-attributes>ul {
        font-size: 12px;
    }
    .catalog .items-list .item-attributes>ul>li {}
    .catalog .items-list .item-price {
        top: inherit;
        right: -5px;
        font-size: 13px;
        padding: 3px 9px 3px 8px;
        bottom: 10px;
    }
    .catalog .items-list .item-price:after {
        border-right: 10px solid #202e31;
        border-bottom: 13px solid rgba(0, 0, 0, 0);
        border-top: 13px solid rgba(0, 0, 0, 0);
    }
    .catalog .items-list .item-image img {
        border-radius: 0;
    }
    .catalog .items-list .item-info {
        position: absolute;
        top: 0;
        margin: 0 0 0 75px;
        width: auto;
        height: 100%;
    }
    recently-viewed-items-list {
        display: none;
    }
    .catalog-item-page .item-data .item-attributes ul {
        margin: 25px 0 0 0;
    }
    .catalog-filter {
        margin-bottom: 20px;
    }
    .catalog-filter-results-page .category-title-name {
        display: none;
    }
    .catalog-filter-container {}
    .catalog-filter-container .fields {
        display: block;
        width: auto;
    }
    .catalog-filter-container .field-cell {
        display: block;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .catalog-filter-container .field-by-price {
        display: none;
    }
    .catalog-filter .filter-block-title {
        display: block;
        margin: 0;
    }
    .catalog-filter .brands-field .filter-block-title {
        margin-bottom: 10px;
    }
    .catalog-filter .price-range-marker {
        display: block;
        position: relative;
        height: 15px;
    }
    .catalog-filter .price-range-marker .marker {
        font-size: 12px;
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
    }
    .catalog-filter .price-range-marker .marker-min {}
    .catalog-filter .price-range-marker .marker-max {
        left: inherit;
        right: 0;
        text-align: right;
    }
    .catalog-item-page .item-other-images-container .image-wrapper {
        width: 33%;
        height: auto;
        vertical-align: top;
    }
    .catalog-item-page .item-articul {
        text-align: center;
    }
    .catalog-filter-trigger {
        display: block;
        position: relative;
        padding: 0 4px 7px 4px;
    }
    .catalog-filter-trigger .trigger-title {
        text-align: center;
        font-size: 18px;
    }
    .catalog-filter-container .attr-value {
        width: 50%;
        margin: 7px 0;
    }
    .catalog-filter-trigger .icon {
        font-size: 22px;
        position: absolute;
        top: 8px;
        left: 5px;
        color: #a2a2a2;
    }
    .catalog-filter-trigger .icon-arrow {
        left: inherit;
        right: 5px;
        transition: all 240ms ease-out;
    }
    .catalog-filter-trigger.-opened .icon {
        color: inherit;
    }
    .catalog-filter-trigger.-opened .icon-arrow {
        transform: rotateZ(180deg);
    }
    .catalog-filter-trigger.-opened+.catalog-filter-container {
        margin: 0 0 40px 0;
        max-height: 600px;
        padding: 10px 8px;
        opacity: 1;
    }
    .catalog .items-list .item-quick-desc {
        display: none;
    }
    .cart-items-list-table .count .item-count {
        font-size: 36px;
        display: inline-block;
    }
    .cart-items-list-table .arrows {
        margin-left: 40px;
    }
    .cart-items-list-table .arrows .fa-arrow-up, .cart-items-list-table .arrows .fa-arrow-down {
        font-size: 26px;
    }
    .cart-items-list-table .remove-item {
        font-size: 36px;
    }
    .promo-blocks-template-4 .promo-blocks {
        display: block;
    }
    .promo-blocks-template-4 .promo-block {
        display: block;
    }
    .promo-blocks-template-4 .block-description {
        visibility: visible;
        position: relative;
        opacity: 1;
        top: 0;
        left: 0;
        right: auto;
        box-shadow: none;
        text-align: center;
    }
    .catalog-item-page .item-other-images-container .js-simple-slider-btn-prev {
        left: 0px;
        background: #414142;
        color: #FFF;
    }
    .catalog-item-page .item-other-images-container .js-simple-slider-btn-next {
        background: #414142;
        color: #FFF;
        right: 0;
    }
    .page-footer .call-block {
        display: block;
        width: auto;
        margin: 0 5px;
    }
    .page-footer .call-block .cell {
        display: block;
        text-align: center;
        vertical-align: top;
        width: auto;
    }
    .page-footer .call-block .foot-message {
        font-size: 17px;
        line-height: 26px;
    }
    .page-footer .call-block .call-btn-cell {}
    .page-footer .call-block .callme-btn {
        margin-top: 12px;
    }
    .page-footer .footer-middle {}
    .page-footer .footer-middle .footer-block {
        display: none;
    }
    .page-footer .footer-middle .footer-block.footer-block-with-city {
        display: block;
        color: #333;
        text-align: left;
    }
    .page-footer .footer-middle .footer-block-title {
        display: none;
    }
    .page-footer .footer-middle .footer-pages-list {}
    .page-footer .footer-category>a {
        font-size: 12px;
        display: block;
    }
    body .jsplash-inner .callme-form-module {
        border: none;
        box-shadow: none;
        width: auto;
    }
    body .callme-btn-fixed, body .callme-btn-fixed.-visible {
        right: 0;
        left: 0;
        bottom: 0;
        top: inherit;
        color: #ffc13c;
        padding: 4px 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.93);
        opacity: 1;
    }
    body .callme-btn-fixed .icon, body .callme-btn-fixed:hover .icon {
        position: relative;
        display: inline-block;
        margin: 0 19px 0 0;
        color: #000;
        background: #ffc13c;
    }
    body .callme-btn-fixed .icon:after {
        position: absolute;
        top: 0;
        right: -10px;
        width: 0;
        height: 0;
        content: '';
        border-top: 38px solid #ffc13c;
        border-right: 10px solid rgba(0, 0, 0, 0);
        opacity: 1;
        transition: inherit;
    }
    body .callme-btn-fixed .icon:before {
        position: absolute;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        content: '';
        border-bottom: 37px solid #ffc13c;
        border-left: 11px solid rgba(0, 0, 0, 0);
        opacity: 1;
        transition: inherit;
    }
    body .callme-btn-fixed:after, body .callme-btn-fixed:before {
        display: none;
    }
    .page-footer .social-networks {
        display: none;
    }
    body .page-footer .footer-logo {
        position: relative;
        bottom: -32px;
        margin: 0 auto;
        display: block;
    }
    body .page-footer .developer {
        position: relative;
        margin: 0 auto;
        display: block;
        bottom: 0;
        width: 150px;
        height: 40px;
        margin-top: 60px;
    }
    body .page-footer .developer-text {
        color: #FFF;
        line-height: 17px;
        text-decoration: none;
        top: 4px;
        font-size: 12px;
    }
    body {
        font-size: 15px;
    }
    .recently-viewed-items-container.left-block {
        display: none;
    }
    .content-columns .content-column {
        display: block;
        width: auto;
        padding: 0 5px;
    }
    .content-columns .column-left {
        display: none;
    }
    .catalog-filter-container .price-radios {
        position: relative;
        margin: 0 0 30px 0;
        display: none;
    }
    .catalog-filter-container .price-field {
        position: relative;
        padding: 0px 0 10px 0;
    }
    .catalog-filter-container .price-inputs {
        display: none;
    }
    .catalog-filter-container .attributes {
        margin: 10px 0 10px 0;
    }
    .catalog-filter-container .price-rasio-container {
        position: relative;
        display: inline-block;
        width: 50%;
        font-size: 13px;
    }
    .recently-viewed-items-container {
        display: none;
    }
    .catalog-cap-menu-container {
        display: none!important;
    }
    .catalog-filter-container .price-range-marker {
        display: inline-block;
        position: relative;
        width: 50%;
        font-size: 13px;
    }
    .catalog-filter-container .price-range-marker.-right {
        text-align: right;
    }
    .catalog .item-data .show-more-attributes {}
    .jsplash-viewport.jsplash-visible .jsplash-wrapper {
        width: auto;
        left: 10px!important;
        right: 10px!important;
        margin-left: 0!important;
        padding: 8px;
    }
    .jsplash-wrapper.confirm-box-dialog .confirm-box-ok, .jsplash-wrapper.confirm-box-dialog .confirm-box-cancel {
        margin: 0 4px;
        font-size: 11px;
    }
    .jsplash-wrapper.confirm-box-dialog .confirm-box-header i {
        margin: 9px auto 0 auto;
        line-height: 16px;
    }
    .items-main-page-slider {
        display: none;
    }
    body .catalog .categories-list .category-description {
        display: none;
    }
    body .main-page .categories-list .category>a {
        height: auto;
    }
    body .main-page .categories-list .image-wrapper {
        top: 50%;
        width: 40%;
        left: 50%;
        transform: translate(-50%, -20%);
    }
    body .main-page .categories-list .category-name {
        font-size: 14px;
        color: #202e31;
        box-shadow: none;
        background: none;
        padding: 5px 5px 5px 20px;
    }
    body .main-page .categories-list .category>a {
        height: 180px;
        margin: 5px;
        box-shadow: 0px 0px 0px 1px #E6E6E6;
    }
    .search-block {
        padding: 4px 8px;
        margin: 0px 5px;
        border-radius: 2px;
    }
    .search-block .search-go {
        right: 7px;
    }
    .catalog .category-tags-list {
        margin: 10px 0px;
        align-content: stretch;
        display: flex;
        flex-flow: row wrap;
    }
    .catalog .category-tags-list .tag {
        flex: auto;
        margin: 2px;
        padding: 6px 15px;
        background: #fbc13c;
        color: #212f32;
        border-radius: 2px;
    }
    .catalog .category-tags-list .tag:after, .catalog .category-tags-list .tag:before {
        display: none;
    }
    .cap-top .profile-block {
        right: 10px;
    }
    .cap-top .profile-block .profile-label {
        display: none;
    }
    .cap-top .profile-block .profile-btn {
        padding: 6px 6px;
    }
    body footer .footer-cell.pages-cell {
        display: none;
    }
    body footer .footer-cell.brans-cell {
        display: none;
    }
    body .main-menu>ul>li>a {
        padding: 6px 10px;
    }
    body .bread-crumbs-block li {
        max-width: 170px;
    }
    body .bread-crumbs-block .crumb-arrow {
        margin: 0 3px;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item {
        width: 50%;
    }
    body .catalog .items-list[data-view-mode="list"] .item-inner {
        height: auto;
        margin: 0 0 25px;
        padding: 0 0 0 96px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-image {
        /* width: 170px; */
        /* height: 150px; */
        /* top: 30px; */
    }
    body .catalog .items-list[data-view-mode="list"] .item-attributes, body .catalog .items-list[data-view-mode="list"] .item-description {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-name {
        margin: 0;
        left: 0;
        position: relative;
        top: 0;
    }
    body .catalog-item-page .item-image {
        padding: 30px 5px 30px 0;
    }
    body .catalog-item-page .item-attributes {
        padding: 30px 0 30px 5px;
    }
    body .catalog-item-page .item-buy-btn {
        margin: 0 10px 0 0;
    }
    body .catalog-item-page .item-favorites-btn {}
    body .catalog-item-page .tab {
        padding: 15px 12px;
    }
}

@media all and (max-width: 640px) {
    html, body, html body {
        font-weight: normal;
        font-weight: 300;
        color: #101010;
        letter-spacing: 0.2px;
        font-size: 18px;
        line-height: 1.56;
        height: auto;
    }
    body.mobile-menu-opener {
        height: 100%;
        position: fixed;
        overflow: hidden;
        width: 100%;
    }
    body [type='checkbox']:not(:checked)+label:before, body [type='checkbox']:checked+label:before {
        transition: none;
    }
    body .confirm-box-container button {
        max-width: 130px;
        min-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 8px 10px;
    }
    .noty_theme__mint.noty_bar .noty_body {
        min-width: 170px;
    }
    body .privacy-cookies-info {
        overflow: hidden;
        box-shadow: 0 -7px 28px 0 rgba(0, 0, 0, 0.18);
    }
    body .privacy-cookies-close {
        z-index: 1;
        padding: 20px 20px;
        right: -12px;
        top: -15px;
    }
    body .privacy-cookies-close:before {
        right: 20px;
        position: absolute;
    }
    body .privacy-cookies-inner {
        padding: 0 40px 0 10px;
    }
    body .main-slider-container {
        height: 280px;
        height: 100vh;
        height: calc(100vh - 60px);
    }
    body .main-slider .slide-content {
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }
    body .main-slider .slide-content .posttitle {
        font-size: 46px;
        line-height: 40px;
    }
    body .main-slider .slide-content .title {}
    body .main-slider .slide-content .slide-learn-more {}
    .hide-in-mobile {
        display: none!important;
    }
    body .hide-in-desktop {
        display: block;
    }
    .center {
        width: 96%;
    }
    #main-menu a {
        margin: 0 3px;
        padding: 5px 10px;
        font-size: 12px;
    }
    #main-menu {
        margin-left: 220px;
    }
    .js-simple-slider-btn {
        left: 0;
        font-size: 50px;
        width: 48px;
        line-height: 48px;
        height: 48px;
    }
    .js-simple-slider-btn-next {
        right: 0;
        left: inherit;
    }
    #main-menu>ul>li>a {
        padding: 30px 14px;
    }
    .page-wrapper img {
        width: 100%;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        display: block!important;
    }
    .category-quick-description img {
        width: 100%!important;
    }
    body input[type="text"], body textarea, body select {
        font-size: 16px!important;
        /* font-family: 'Proxima Nova'; */
    }
    body input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    body h2 {
        line-height: 29px;
    }
    body h3 {
        line-height: 26px;
    }
    body h1, body h2, body h3, body h4, body h5 {
        font-weight: 400;
    }
    body .content-block iframe {
        width: 100%;
    }
    body h1.page-title {
        border-radius: 5px;
        margin: 15px 5px 10px 5px;
        font-size: 26px;
        line-height: 33px;
        text-transform: none;
        color: inherit;
        font-weight: 300;
    }
    .page-buffer .content {
        display: block;
    }
    .main-page .page-buffer .content {}
    .page-buffer .page-content {
        margin: 15px 0 0 0;
        padding: 5px;
    }
    .page-buffer .content .column {
        display: block;
        width: auto;
    }
    body .content-columns {
        display: block;
        width: auto;
    }
    body .left-block {
        padding: 0;
        margin: 0;
    }
    body .filter-block {
        display: none;
    }
    body .content-columns .content-column {
        display: block;
        width: auto;
        padding: 0 5px;
    }
    body .content-columns .column-left {}
    body .bread-crumbs-block-wrapper {
        background: none;
        white-space: nowrap;
        overflow-x: auto;
        padding: 16px 0;
    }
    body .bread-crumbs-block {
        color: inherit;
        font-size: 13px;
        padding: 20px 0 23px 0;
    }
    body .bread-crumbs-block li {}
    body .bread-crumbs-block a {
        color: inherit;
        padding: 10px 0;
    }
    body .bread-crumbs-block .crumb-arrow {
        color: #929292;
        margin: 0 3px;
        font-size: 10px;
        position: relative;
        top: -1px;
    }
    body .center {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    body .page-buffer .page-push {
        height: 60px;
    }
    body .page-wrapper {
        margin-bottom: 0;
        min-height: 0;
    }
    body .page-buffer {
        overflow: hidden;
    }
    body footer {
        padding-top: 70px;
    }
    body .page-wrapper.-catalog-cart-page+footer {
        padding-bottom: 70px;
    }
    .page-buffer .cap-middle {
        display: block;
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        width: 100%;
        color: #3a3a3a;
        z-index: 999;
        padding: 0px 0;
        box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.07);
    }
    .-mobile-filter-container-opened .page-buffer .cap-middle {
        box-shadow: 0 1px 0px #e2e2e2;
    }
    .page-buffer .cap-catalog-block {
        right: 10px;
        top: 10px;
        height: 40px;
        width: 100px;
    }
    .page-buffer .cap-bottom {
        height: 60px;
        background: #204f30;
        top: -1px;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 998;
        border: 0;
        transition: transform 240ms ease-out;
        transform: translateY(0);
        will-change: transform;
    }
    body .admin-edit-icon {
        display: none;
    }
    .page-buffer .cap-bottom.-visible {
        transform: translateY(60px);
    }
    .page-wrapper.-catalig-item-page .cap-bottom, .page-buffer .cap-bottom.-forcibly-hide {
        transform: translateY(0);
        visibility: hidden;
    }
    body.-mobile-filter-container-opened .page-buffer .cap-bottom {
        box-shadow: none;
    }
    .page-buffer .cap-bottom .apply-btn-check {
        position: absolute;
        padding: 11px 20px;
        right: 0;
        top: 0;
        z-index: 11;
        color: #ffffff;
        text-decoration: none;
        font-family: 'Material Icons';
        display: block;
        font-size: 24px;
        line-height: 40px;
    }
    .page-buffer .cap-bottom .apply-btn-check:before {
        content: 'tune';
    }
    .-mobile-filter-container-opened .page-buffer .cap-bottom .apply-btn-check {
        color: #FF5722;
        z-index: 12;
    }
    .-mobile-filter-container-opened .page-buffer .cap-bottom .apply-btn-check:after {
        content: '';
        position: absolute;
        background: rgba(240, 97, 28, 0.25);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 100%;
        transform: scale(0.2);
        -webkit-pointer-events: none;
        pointer-events: none;
        opacity: 0;
    }
    .-mobile-filter-container-opened .page-buffer .cap-bottom .apply-btn-check:after {
        animation: mobile-filter-trigger-sonar 1.5s ease-out 75ms infinite;
    }
    .-mobile-filter-container-opened .page-buffer .cap-bottom .apply-btn-check:before {
        content: 'check_circle';
    }
    @keyframes mobile-filter-trigger-sonar {
        0% {
            opacity: 0.3;
        }
        40% {
            opacity: 0.5;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    .page-buffer .cap-bottom .catalog-cap-menu {
        display: none;
        visibility: hidden;
    }
    body .favorites-block .favorites-icon .favorites-counter, body .cart-block .cart-icon .cart-counter {
        line-height: 21px;
    }
    .page-buffer .cart-block .cart-icon {
        background: none;
        color: #000222;
        border: 2px solid #ffffff;
        line-height: 35px;
    }
    .page-buffer .cart-block .cart-icon:before {
        content: 'shopping_cart';
    }
    .page-buffer .cap-middle .logo-block {
        width: 120px;
        height: 60px;
    }
    .page-buffer .cap-middle .menu-trigger {
        position: absolute;
        font-size: 26px;
        padding: 10px 15px;
        left: 0;
        top: 0;
        z-index: 2;
        color: #000222;
        text-decoration: none;
        font-family: 'Material Icons';
        overflow: hidden;
        display: block;
    }
    .page-buffer .cap-middle .search-block {
        display: none;
    }
    .page-buffer .cap-bottom .search-block {
        left: 18px;
        top: 10px;
        width: auto;
        right: 70px;
        display: block;
        position: absolute;
        transition: all 240ms ease-out;
    }
    .page-buffer .cap-bottom input[name="query"] {
        opacity: 1;
        padding: 8px 8px 8px 28px;
        cursor: pointer;
        background: none;
        color: #ffffff;
        font-size: 16px;
    }
    .page-buffer .cap-bottom input[name="query"]:focus {
        box-shadow: none;
    }
    .page-buffer .cap-bottom .search-block .search-icon {
        color: #FFF;
        right: inherit;
        left: 0;
        font-size: 22px;
        top: 3px;
        width: 25px;
    }
    .-catalog-quick-search-focus .cap-bottom .search-block .search-icon:before {
        background-image: url('/public/img/mobile-search-preloader.gif');
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .-catalog-quick-search-focus .cap-bottom .mobile-filter-trigger {
        display: none;
    }
    .page-buffer .cap-bottom input[name="query"]::placeholder {
        font-style: normal;
        color: #8cdea9;
        font-size: 16px;
    }
    .page-buffer .cap-bottom .search-block:before {
        width: 100%;
        background: #77c191;
        height: 1px;
        bottom: 0;
    }
    .page-buffer .cap-bottom .search-block.-focus {
        width: auto;
        left: 5px;
        right: 5px;
        margin: 0;
        background: #204f30;
        z-index: 10;
        top: 5px;
        width: auto;
    }
    .-catalog-quick-search-focus .cap-bottom {
        top: 0!important;
        z-index: 999;
        transition: all 300ms ease-out;
    }
    .-catalog-quick-search-focus .cap-bottom .search-block .more-word {
        line-height: 19px;
        margin-left: 40px;
        font-size: 13px;
    }
    .-catalog-quick-search-focus .cap-bottom .item-result-container-show-all {
        padding: 22px 11px;
    }
    .-catalog-quick-search-focus .cap-bottom .item-result-container-show-all .more-icon {
        font-size: 27px;
        position: absolute;
        top: 8px;
        font-family: 'Material Icons';
    }
    .-catalog-quick-search-focus .cap-bottom .item-result-container-show-all .more-icon:before {
        content: 'dashboard';
    }
    .-catalog-quick-search-focus .cap-bottom .awesomplete>ul {}
    .page-buffer .cap-middle .menu-trigger:before {
        content: 'menu';
    }
    .catalog-bottom-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -70px;
        width: 100%;
        z-index: 20;
        height: 60px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0 -7px 28px 0 rgba(0, 0, 0, 0.07);
        text-align: center;
        transition: all 540ms cubic-bezier(0.2, 0.78, 0.33, 1.03);
    }
    .catalog-bottom-panel .go-to-catalog {
        position: relative;
        background: #ff5800;
        color: #FFF;
        text-decoration: none;
        font-size: 14px;
        bottom: -70px;
        font-weight: 400;
        box-sizing: border-box;
        padding: 10px 16px 10px 6px;
        border-radius: 34px;
        box-shadow: rgba(239, 115, 0, 0.53) 0px 1px 6px, rgba(0, 0, 0, 0.23) 0px 1px 4px;
        transition: all 540ms 120ms cubic-bezier(0.2, 0.78, 0.33, 1.03);
    }
    .catalog-bottom-panel.-visible .go-to-catalog {
        bottom: -14px;
    }
    .catalog-bottom-panel.-visible {
        bottom: 0;
    }
    .catalog-bottom-panel span {
        position: relative;
        display: inline-block;
        transition: opacity 1s ease-out;
    }
    .catalog-bottom-panel .icon {
        background: #d24a03;
        width: 24px;
        height: 24px;
        top: 3px;
        margin: 0 12px 0 0;
        line-height: 24px;
        border-radius: 100%;
        text-align: center;
    }
    .catalog-bottom-panel .icon:before {
        content: 'shopping_basket';
        font-family: 'Material Icons';
    }
    .mobile-menu-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 10000;
        width: 100%;
        -webkit-transition: all 1ms 300ms;
        -moz-transition: all 1ms 300ms;
        -ms-transition: all 1ms 300ms;
        transition: all 1ms 300ms;
        display: block;
    }
    body.mobile-menu-opener .mobile-menu-wrapper {
        width: 100%;
        left: 0;
        margin-left: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .mobile-menu-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: opacity 240ms ease-out;
    }
    .mobile-menu-wrapper .swiper-container {
        width: 100%;
        height: 100%;
        left: 0;
        margin: 0;
        position: absolute;
    }
    .mobile-menu-wrapper .menu {
        min-width: 100px;
        width: 90%;
        max-width: 320px;
    }
    .mobile-menu-wrapper .swiper-slide {
        width: 100%;
    }
    .mobile-menu-wrapper .mobile-menu-inner {
        left: 0;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .mobile-menu-wrapper .mobile-menu-container {
        position: absolute;
        width: 90%;
        top: 0;
        bottom: 0;
        transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
        box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15);
        background: #FFF;
    }
    .mobile-menu-wrapper ul {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }
    .mobile-menu-wrapper ul ul {
        padding-left: 20px;
        overflow: hidden;
        max-height: 0;
        transition: all 800ms ease-out;
    }
    .mobile-menu-wrapper ul ul ul {
        padding-left: 10px;
    }
    .mobile-menu-wrapper ul ul.-visible {
        max-height: 9999px;
    }
    .mobile-menu-wrapper .menu-header {
        position: relative;
        background: #03a9f4;
        height: 150px;
        transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
        box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15);
    }
    .mobile-menu-wrapper .menu-header .logo {
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .mobile-menu-wrapper .menu-header .logo .first-line, .mobile-menu-wrapper .menu-header .logo .second-line {
        display: block;
        color: #ffffff;
        font-size: 22px;
        padding-left: 25px;
        position: relative;
        transform: translateY(50%);
    }
    .mobile-menu-wrapper .menu-header .logo .first-line {
        font-size: 32px;
    }
    .mobile-menu-wrapper .menu-header .logo svg {
        width: 24%;
        height: 150px;
        position: absolute;
        right: 12px;
        top: 0;
    }
    .mobile-menu-opener .mobile-menu-wrapper .menu-header, .mobile-menu-opener .mobile-menu-container {
        left: 0;
    }
    .mobile-menu-wrapper .menu-trigger {
        position: fixed;
        font-size: 26px;
        padding: 4px 10px;
        left: 7px;
        top: 7px;
        z-index: 2;
        color: #ffffff;
        text-decoration: none;
        font-family: 'Material Icons';
        overflow: hidden;
        display: block;
        text-transform: none;
        border-radius: 100%;
        /* background: #ffffff; */
    }
    .mobile-menu-wrapper .menu-trigger:before {
        content: 'close';
        color: #fff;
    }
    .mobile-menu-wrapper .separator {
        position: relative;
        height: 30px;
    }
    .mobile-menu-wrapper a {
        display: block;
        color: #020202;
        text-decoration: none;
        padding: 10px 20px 10px 35px;
        position: relative;
        font-size: 15px;
    }
    .mobile-menu-wrapper ul ul a {
        padding: 6px 20px 6px 35px;
        font-size: 15px;
    }
    .mobile-menu-wrapper a span {
        display: inline-block;
    }
    .mobile-menu-wrapper .corner {
        font-family: 'Material Icons';
        position: absolute;
        left: 14px;
        transition: all 200ms ease-out;
    }
    .mobile-menu-wrapper .corner:before {
        content: 'keyboard_arrow_right';
    }
    .mobile-menu-wrapper .-opened>.corner {
        transform: rotateZ(90deg);
    }
    .mobile-menu-wrapper .search-icon {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #616161;
        position: absolute;
        left: 11px;
    }
    .mobile-menu-wrapper .search-icon:before {
        font-family: 'Material Icons';
        content: 'search';
    }
    .mobile-menu-wrapper .profile-icon {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #616161;
        position: absolute;
        left: 11px;
    }
    .mobile-menu-wrapper .profile-icon:before {
        font-family: 'Material Icons';
    }
    .mobile-menu-wrapper .sign-in .profile-icon:before {
        content: 'lock';
    }
    .mobile-menu-wrapper .sign-out .profile-icon:before {
        content: 'highlight_off';
    }
    .mobile-menu-wrapper .registry .profile-icon:before {
        content: 'account_circle';
    }
    .mobile-menu-wrapper .profile .profile-icon:before {
        content: 'face';
    }
    .mobile-menu-wrapper .orders .profile-icon:before {
        content: 'playlist_add_check';
    }
    .mobile-menu-wrapper .password .profile-icon:before {
        content: 'vpn_key';
    }
    .mobile-menu-opener .main-menu-wrapper {
        left: 0;
        opacity: 0.9;
    }
    .mobile-menu-wrapper .contact-phone {}
    .mobile-menu-wrapper .contact-phone .code {
        font-size: 17px;
    }
    .mobile-menu-wrapper .email-address {
        color: #fbc13c;
    }
    .mobile-menu-wrapper .contact-phone .prefix {
        display: inline-block;
        margin: 0 4px;
        color: #607D8B;
        font-size: 17px;
    }
    .mobile-menu-wrapper .contact-phone .number {
        font-size: 17px;
    }
    body .promo-blocks-template-4 .block-url {
        display: none;
    }
    body .promo-blocks-template-4 .block-logo-wrapper {
        width: 100%;
    }
    body .promo-blocks-template-4 .promo-block {
        min-height: 200px;
    }
    body .promo-blocks-template-4 .block-description .wrapper {
        width: auto;
        margin-left: 0;
    }
    body .promo-blocks-template-4 .block-description-wrapper {}
    body .promo-blocks-template-4 .block-logo:before {
        display: none;
    }
    body .promo-blocks-template-4 .block-description {}
    body .promo-blocks-template-4 .block-description .inner {
        padding: 35px 15px;
        margin: 50px 5px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.27);
    }
    body .promo-blocks-template-4 .block-description .title {
        font-size: 35px;
        line-height: 39px;
        text-transform: none;
        font-weight: 300;
        color: #000;
    }
    body .promo-blocks-template-4 .block-description .description {}
    body .promo-blocks-template-4 .block-description .text {
        color: #000;
        padding: 0 10px 0 20px;
    }
    body .promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .inner {
        text-align: right;
    }
    body .promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .text {
        border-left: 0;
        border-right: 2px solid #2f703e;
        padding: 0 20px 0 10px;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item {
        width: 50%;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-name {
        height: 40px;
        font-size: 16px;
        line-height: 19px;
        margin: 5px 0 2px 0;
        color: #000000;
        font-weight: 400;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-image {
        height: 140px;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item:hover, body .catalog .items-list[data-view-mode="tiles"] .item {
        box-shadow: none;
        margin: 0;
        box-sizing: border-box;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item:hover {
        z-index: 1;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-inner {
        margin: 4px;
        text-align: left;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-attributes {
        color: #565656;
        padding: 0;
        display: block;
        height: 50px;
        line-height: 17px;
        margin-bottom: 7px;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-link {}
    body .catalog .items-list[data-view-mode="tiles"] .item-buy-btn {
        display: none;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-favorites-btn {
        opacity: 1;
        padding: 5px 10px;
        top: 0;
        right: 0;
        left: inherit;
        margin: 0;
    }
    body .catalog .favorites-effect-container {
        left: 10px;
        top: 10px;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-price {
        padding: 0 0 25px 0;
        font-size: 24px;
        margin: 0;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-status-sale .item-price {
        padding: 15px 0 10px 0;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-price .old-price {
        bottom: 40px;
        left: 9px;
        transform: none;
    }
    body .catalog .items-list[data-view-mode="tiles"] .item-price .price-currency-2 {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 0 3px;
    }
    body .mobile-filter-container {
        display: block;
        z-index: 10;
        position: absolute;
        right: 0;
        left: 0;
        top: -15px;
        min-height: 0;
        height: 70vh;
        overflow: hidden;
        height: calc(100vh - 60px);
        transition: all 200ms ease-out;
        box-shadow: 0 0px 28px 0 rgba(0, 0, 0, 0.3);
        border-radius: 0 0 4px 4px;
        opacity: 0;
        background: #fff;
        visibility: hidden;
    }
    body .mobile-filter-container:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 65px;
        background: #204f30;
        top: -65px;
        right: 0;
    }
    body.-mobile-filter-container-opened .mobile-filter-container {
        top: 1px;
        opacity: 1;
        visibility: visible;
    }
    body .mobile-filter-inner {
        position: relative;
        margin: 60px 0 0 0;
        color: #000;
        background: inherit;
        overflow-y: auto;
        height: 100%;
    }
    body .catalog-filter-container .attribute-field {
        max-height: 48px;
        transition: none;
    }
    body .catalog-filter-container .attr-values {}
    body .catalog-filter-container {
        padding: 0 20px 100px 20px;
    }
    body .catalog-filter-container .attr-name {
        margin: 3px 0 3px 0;
        padding: 7px 0;
        color: inherit!important;
    }
    body .catalog-filter-container .attributes {
        font-size: 14px;
    }
    body .mobile-filter-inner .filter-section-title {
        color: #607D8B;
    }
    body .mobile-filter-inner .attr-value label span {
        color: #000;
    }
    body .catalog-filter-container .attr-value {
        padding: 7px 0;
        line-height: 24px;
    }
    body .catalog .catalog-items-toolbar .toolbar-box {
        width: auto;
        display: block;
        margin: 8px 0;
        text-align: left;
    }
    body .catalog .catalog-items-toolbar .toolbar-box-sort {
        height: 40px;
    }
    body .catalog .catalog-items-toolbar .set-sort-mode {
        border-radius: 36px;
        padding: 8px 11px 8px 8px;
        background: #ebebeb;
        float: left;
    }
    body .catalog .catalog-items-toolbar .set-sort-mode[data-sort-mode="desc"] {
        float: right;
    }
    body .catalog .catalog-items-toolbar .set-sort-mode.-active {
        background: #ffc13c;
        color: #000;
    }
    body .catalog .catalog-items-toolbar .set-sort-mode.-active .icon {
        background: #ffc13c;
    }
    .recently-viewed-items-container .mobile-block-title {
        margin: 0 0 10px 0;
        font-weight: 400;
    }
    .catalog .catalog-items-toolbar.-bottom-toolbar {
        margin: 0 0 60px 0;
    }
    body .catalog .catalog-items-toolbar.-bottom-toolbar .paginator {
        top: 0;
        width: auto;
        margin: 30px 0;
    }
    .recently-viewed-items-container.-hidden {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-inner {
        /* padding: 0 0 0 110px; */
        /* margin: 0 0 25px 0; */
        /* height: auto; */
    }
    body .catalog .items-list[data-view-mode="list"] .item-inner:hover {
        box-shadow: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-image {
        height: 90px;
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-link {
        right: 45px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-name {
        margin: 0 0 0px 0;
    }
    body .catalog .items-list[data-view-mode="list"] .item-description {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-attributes {
        margin: 45px 0 0;
        height: 30px;
        line-height: 15px;
        display: block;
        max-height: 118px;
        overflow: hidden;
        padding: 0;
    }
    body .catalog .items-list[data-view-mode="list"] .item-action-block {
        right: 0;
        top: 0;
        height: 100%;
        width: auto;
        left: 95px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-action-block:before {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-price {
        margin: 0;
        font-size: 21px;
        font-weight: 300;
        text-align: left;
        position: absolute;
        top: 33px;
        left: 0;
        padding: 0;
    }
    body .catalog .items-list[data-view-mode="list"] .item-status-sale .item-price {
        top: 35px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-price .old-price {
        top: -16px;
        transform: none;
        left: 9px;
        font-size: 16px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-buy-btn {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .fast-order {
        margin: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        line-height: 20px;
        border-radius: 100%;
        background: #ffc13c;
        box-shadow: 0 4px 12px rgba(255, 193, 60, 0.65);
        color: #000;
    }
    body .catalog .items-list[data-view-mode="list"] .item-info {
        display: none;
    }
    body .catalog .items-list[data-view-mode="list"] .item-favorites-btn {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #ffffff;
        box-shadow: -5px 0px 10px -2px white;
        left: initial;
        margin: 0;
        padding: 0;
    }
    body .catalog .items-list[data-view-mode="list"] .item:hover {
        box-shadow: none;
    }
    body .catalog-item-page .item-data {
        display: block;
        width: auto;
    }
    body .catalog-item-page .item-attributes, body .catalog-item-page .item-image {
        display: block;
        padding: 0;
        width: auto;
    }
    body .catalog-item-page .item-image {}
    body .catalog-item-page .item-main-image {
        height: 340px;
        background-image: none!important;
        padding: 0 5px;
        left: -5px;
        background-color: #FFF;
    }
    .catalog-item-page .mobile-images-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        bottom: 28px;
        background-color: #ffffff;
    }
    .catalog-item-page .item-main-image.-loaded .mobile-images-slider {
        opacity: 1;
    }
    .catalog-item-page .mobile-images-slider .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 28px;
    }
    body .catalog-item-page .item-main-image.-single-photo .swiper-container {
        padding-bottom: 0;
    }
    .catalog-item-page .item-main-image.-single-photo .mobile-images-slider {
        bottom: 0;
    }
    .catalog-item-page .mobile-images-slider .swiper-slide {
        width: 100%;
        height: 100%;
        vertical-align: top;
        background-size: cover;
        background-position: center center;
    }
    .catalog-item-page .mobile-images-slider .swiper-pagination {
        position: absolute;
        bottom: -1px;
        width: 100%;
    }
    .catalog-item-page .item-main-image.-single-photo .mobile-images-slider .swiper-pagination {
        display: none;
    }
    .catalog-item-page .mobile-images-slider .swiper-pagination-bullet {
        opacity: 1;
        width: 8px;
        height: 8px;
        margin: 0 3px!important;
        background: #dadada;
    }
    .catalog-item-page .mobile-images-slider .swiper-pagination-bullet-active {
        background: #909090;
    }
    body .catalog-item-page .item-main-image img {}
    body .swiper-viewer .swiper-viewer-controls {
        display: none;
    }
    body .swiper-viewer .swiper-viewer-slide {
        vertical-align: middle;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    body .swiper-viewer .swiper-viewer-slide img {
        height: auto;
        width: 100%;
    }
    body .catalog-item-page .item-note-info {
        margin: 15px 0 20px 0;
        line-height: 15px;
    }
    body .catalog-item-page .attributes-list {
        margin: 10px 0;
        overflow: visible;
        max-height: 9999px;
    }
    body .catalog-item-page .show-more-attributes {
        display: none;
    }
    body .catalog-item-page .attributes-list .attribute {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    body .catalog-item-page .attributes-list .attr-name {
        display: table-cell;
    }
    body .catalog-item-page .attributes-list .attr-values {
        display: table-cell;
        text-align: right;
        position: relative;
    }
    body .catalog-item-page .attributes-list .attr-values.colors-list {
        background-color: #FFF;
    }
    body .catalog-item-page .attributes-list .color-box {
        margin: 0 0 0 8px;
    }
    body .catalog-item-page .attributes-list .attr-name:before, body .catalog-item-page .attributes-list .attr-values:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 5px;
        border-bottom: 1px dotted #bdbdbd;
        z-index: -1;
    }
    body .catalog-item-page .attributes-list .attr-name:before {}
    body .catalog-item-page .attributes-list .attr-name span {
        background: #FFF;
        padding: 0 4px 0 0;
        display: inline-block;
        position: relative;
        white-space: nowrap;
    }
    body .catalog-item-page .attributes-list .attr-values b {
        background: #FFF;
        padding: 0 0 0 4px;
        display: inline-block;
        margin: 0;
    }
    body .catalog-item-page .item-buy {
        margin: 20px 0;
        text-align: center;
        position: relative;
        height: 170px;
    }
    body .catalog-item-page .buy-price {
        margin: 0;
        font-size: 44px;
        display: block;
    }
    body .catalog-item-page .buy-price .old-price {
        top: 52px;
    }
    body .catalog-item-page .item-buy-btn {
        margin: 0;
        display: block;
        position: absolute;
        left: 0;
        width: 49%;
        bottom: 0;
        padding: 8px 15px 8px 30px;
    }
    body .catalog-item-page .item-buy-btn:before {
        margin: -14px 0 0 0;
    }
    body .catalog-item-page .item-main-image:after, body .catalog-item-page .item-main-image:before {
        display: none;
    }
    body .catalog-item-page .button.fast-order {
        margin: 0;
        display: block;
        position: absolute;
        right: 0;
        width: 49%;
        bottom: 0;
        padding: 8px 15px 8px 30px;
    }
    body .catalog-item-page .button.fast-order:before {
        margin: -15px 0 0 0;
    }
    body .catalog-item-page .item-favorites-btn {
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        padding: 12px 20px;
    }
    body .catalog-item-page .item-info {
        font-size: 15px;
        width: 100%;
        max-width: 100%;
        margin: 60px 0 40px 0;
    }
    body .catalog-item-page .favorites-effect-container {
        left: 20px;
        top: 19px;
    }
    body .catalog-item-page .share-buttons {
        text-align: center;
    }
    body .catalog-item-page .share-button {
        padding: 10px;
        margin: 0 6px;
    }
    body .catalog-item-page .share-button svg {
        fill: #1d1d1d;
    }
    body .catalog-item-page .catalog-item-tabs-controls {
        align-content: stretch;
        display: flex;
        flex-flow: row wrap;
    }
    body .catalog-item-page .tab:first-child, body .catalog-item-page .tab:last-child, body .catalog-item-page .tab {
        display: inline-block;
        flex: auto;
        margin: 1px;
        border: 1px solid #e4e4e4;
        padding: 10px 10px;
        text-align: center;
        font-size: 16px;
        color: #353535;
    }
    body .catalog-item-page .tab:before {
        display: none;
    }
    body .catalog-item-page .tab-content {}
    body .catalog-item-page .tab-content.-active-tab {
        max-height: 80vh;
        position: relative;
    }
    body .catalog-item-page .fill-attributes-table .cell {
        padding: 10px 8px 10px;
    }
    body .catalog-item-page .fill-attributes-table .cell.attr-name {
        width: 60%;
    }
    body .catalog-item-page .brand-data {
        display: block;
    }
    body .catalog-item-page .brand-info .brand-cell.left-cell, body .catalog-item-page .brand-info .brand-cell {
        width: auto;
        display: block;
        padding: 0;
    }
    body .catalog-item-page .brand-info .brand-logo {
        width: 100%;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    body .catalog-item-page .brand-info .brand-name {
        margin: 20px 0 20px 0;
    }
    body .catalog-item-page .item-info .info-elem {
        padding: 6px 8px;
        font-size: 13px;
    }
    body .catalog-item-page .item-info .payments-list {
        top: 22px;
        width: 90px;
        height: 12px;
    }
    body .jsplash-closebtn {
        padding: 10px 10px 20px 20px;
        top: 0px;
        right: 0;
    }
    body .jsplash-viewport .jsplash-wrapper {
        padding: 10px;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        transform: none;
    }
    body .jsplash-viewport.jsplash-visible .jsplash-wrapper {
        padding: 10px;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        transform: none;
    }
    body .jsplash-viewport .jsplash-wrapper.message-box-dialog, body .jsplash-viewport .jsplash-wrapper.confirm-box-dialog {
        bottom: auto;
        top: 50%;
    }
    body .jsplash-inner.catalog-fast-order-dialog .form-note {
        margin: 160px 0 20px 0;
    }
    body .jsplash-inner {
        width: auto;
        font-size: 16px;
        line-height: 1.56;
    }
    body .jsplash-inner>.preloader {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -50px;
    }
    body .jsplash-wrapper.catalog-fast-order-dialog:before {
        top: 60px;
        left: 0px;
        width: 100%;
        height: 130px;
    }
    body .jsplash-inner.catalog-fast-order-dialog {
        min-width: auto;
        min-height: auto;
    }
    body .jsplash-wrapper.catalog-fast-order-dialog .placeholder {
        color: #464646;
    }
    body .jsplash-wrapper.catalog-fast-order-dialog .text-input {
        width: 100%;
        border-bottom: 2px solid #FF9800;
    }
    body .jsplash-wrapper.catalog-fast-order-dialog input[type="submit"] {
        display: block;
        width: 100%;
    }
    body .jsplash-inner.add-to-cart-dialog .table-container {
        display: block;
        width: auto;
        min-width: 1px;
    }
    body .jsplash-inner.add-to-cart-dialog .table-row {
        display: block;
        width: auto;
    }
    body .jsplash-inner.add-to-cart-dialog .table-cell {
        display: block;
        width: auto;
    }
    body .jsplash-inner.add-to-cart-dialog .table-cell.cell-left {
        width: auto;
    }
    body .jsplash-inner.add-to-cart-dialog .last-item {
        margin: 0;
    }
    body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell {
        display: table-cell;
        padding: 0 3px;
    }
    body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell:first-child {
        padding-left: 0;
    }
    body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell:last-child {
        padding-right: 0;
    }
    body .jsplash-inner.add-to-cart-dialog .button {
        display: block;
        margin: 10px 0;
        padding: 8px 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body .jsplash-inner.add-to-cart-dialog .button.fast-order {
        padding: 8px 8px 8px 28px;
    }
    body .jsplash-inner.add-to-cart-dialog .button.fast-order:before {
        font-size: 16px;
        top: 15px;
    }
    body .jsplash-inner.add-to-cart-dialog .title {
        margin-bottom: 10px;
    }
    body .jsplash-wrapper.catalog-return-policy-info-popup:before {
        display: none;
    }
    body .jsplash-inner.catalog-payment-info-popup h1, body .jsplash-inner.catalog-payment-info-popup h2, body .jsplash-inner.catalog-return-policy-info-popup h1, body .jsplash-inner.catalog-return-policy-info-popup h2, body .jsplash-inner.catalog-delivery-info-popup h1, body .jsplash-inner.catalog-delivery-info-popup h2 {
        line-height: 26px;
        margin-top: 0;
    }
    body .jsplash-wrapper.catalog-payment-info-popup:before {
        display: none;
    }
    body .jsplash-wrapper.catalog-payment-info-popup .payment-content h1 {
        position: relative;
        margin-bottom: 30px;
    }
    body .jsplash-wrapper.catalog-payment-info-popup .swiper-slide {
        width: 50%;
        height: 100px;
    }
    body .jsplash-wrapper.catalog-payment-info-popup .payment-logo {
        width: 100%;
        height: 100%;
    }
    body .jsplash-wrapper.catalog-delivery-info-popup:before {
        display: none;
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery {
        padding: 0;
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery-tabs {
        height: 80px;
        left: 10px;
        top: 10px;
        right: 10px;
        text-align: left;
        width: auto;
        margin: 0;
        box-shadow: none;
        border-bottom: 2px solid #ffc13c;
        position: fixed;
        background: #FFF;
    }
    body .jsplash-inner.catalog-delivery-info-popup .tab {
        display: inline-block;
        width: 23%;
    }
    body .jsplash-inner.catalog-delivery-info-popup .tab.-active-tab {
        box-shadow: none;
        background: none;
    }
    body .jsplash-inner.catalog-delivery-info-popup .tab-icon {
        width: 30px;
        height: 30px;
        background: #fff;
        padding: 11px;
        margin: 0 auto;
    }
    body .jsplash-inner.catalog-delivery-info-popup .-active-tab .tab-icon {
        background: #e0e0e0;
    }
    body .jsplash-inner.catalog-delivery-info-popup .tab-icon svg {
        width: 100%;
        height: 100%
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery-contents {
        width: auto;
        height: 100%;
        overflow: visible;
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery-contents table {
        font-size: 12px;
        width: 102%!important;
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery-contents table td {
        vertical-align: top;
        word-break: break-all;
        padding: 4px 4px;
    }
    body .jsplash-inner.catalog-delivery-info-popup .tab-content {
        padding: 90px 0 0 0;
    }
    body .jsplash-inner.cabinet-form {
        width: auto;
        max-width: 100%;
    }
    body .jsplash-inner.cabinet-form .form-table {
        display: block;
        width: auto;
    }
    body .jsplash-inner.cabinet-form .form-title {
        position: absolute;
        top: -50px;
    }
    body .jsplash-inner.cabinet-form.cabinet-recovery-form .sign-in-info {
        margin: 140px 0 30px 0;
    }
    body .jsplash-inner.cabinet-form .form-cell {
        display: block;
        width: auto;
        padding: 0;
    }
    body .cabinet-toolbar {
        overflow-x: auto;
        white-space: nowrap;
        box-shadow: none;
        border-top: 1px solid #2f703e;
    }
    body .cabinet-data-page form[name="userData"] {
        padding: 0;
    }
    body .cabinet .note {
        padding: 10px;
    }
    body .cabinet .confirm-phone-code {
        display: block;
        margin: 0 0 50px 0;
    }
    body .cabinet-data-page .field-container {
        display: block;
        width: auto;
        margin: 0;
    }
    body .cabinet-data-page .field-container .field {
        display: block;
        padding: 0;
    }
    body footer .footer-table {
        display: block;
        width: auto;
    }
    body footer .footer-cell, body footer .footer-cell:first-child, body footer .footer-cell:last-child {
        display: block;
        width: auto;
        padding: 0 5px;
    }
    body .top-scroller {
        display: none;
    }
    body footer .footer-copyright {
        text-align: center;
    }
    body footer .copyright-table {
        display: block;
        width: auto;
    }
    body footer .copyright-text {
        max-width: 190px;
        margin: 0 auto 20px auto;
    }
    body footer .copyright-cell {
        display: block;
        width: auto;
    }
    body footer .socnet-wrapper {
        text-align: center;
        padding: 0 0 20px 0;
    }
    body footer .footer-logo {
        display: block;
        width: 153px;
        height: 69px;
        margin: 0 auto;
        padding: 0 0 0 80px;
        background-position: center right;
    }
    body footer .text {
        height: auto;
        line-height: 21px;
        font-size: 14px;
        font-style: italic;
        margin: 20px 0 40px 0;
        text-align: center;
    }
    body footer .contact-wrapper {
        position: relative;
        padding: 0 0 80px 0;
    }
    body footer .developer {
        position: absolute;
        top: 370px;
        left: 50%;
        margin: 0 0 0 -55px;
    }
    .cabinet .mobile-order-params {
        position: relative;
    }
    .cabinet .mobile-order-param {
        position: relative;
        font-size: 15px;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .cabinet .order-param {
        width: 50%;
        display: table-cell;
    }
    .cabinet .order-value {
        text-align: right;
        width: 50%;
        display: table-cell;
    }
    body .cabinet .order-table tbody td:first-child, body .cabinet .order-table tbody td:last-child {
        border: 0;
    }
    body .cabinet .order-table tbody .order-data-td {
        position: relative;
        border: 0;
        border-bottom: 1px solid #e9e9e9;
        padding: 0;
    }
    body .cabinet .order-table .show-items-button {
        display: block;
        margin: 10px 0 60px 0;
    }
    body .cabinet .order-table .pay-order {
        display: block;
        margin: 30px 0 50px 0;
    }
    body .cabinet .item-image {
        width: 200px;
        height: 200px;
        margin: 0 auto 10px auto;
    }
    body .cabinet .item-name .name {
        font-weight: bold;
        text-align: center;
    }
    body .cabinet-order-details-page .pay-order {
        display: block;
        margin: 30px 0 50px 0;
    }
    body .jsplash-wrapper.cabinet-form:before, body .jsplash-wrapper.cabinet-form:after {
        display: none;
    }
    body .jsplash-wrapper.cabinet-form .submit-field input {
        display: block;
        width: 100%;
    }
    body .jsplash-wrapper.cabinet-form .field {
        margin: 6px 0 10px 0;
    }
    body .jsplash-wrapper.cabinet-form .submit-field {
        margin-top: 190px;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-recovery-form .submit-field {
        margin-top: 30px;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-recovery-form .form-title {
        top: -130px;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-registry-form .submit-field {
        margin-top: 110px;
    }
    body .jsplash-wrapper.cabinet-form .cabinet-oauth2-block {
        position: absolute;
        top: 270px;
        text-align: center;
        width: 100%;
    }
    body .jsplash-wrapper.cabinet-form .oauth2-note {
        margin-bottom: 18px;
    }
    body .jsplash-wrapper.cabinet-form .cabinet-oauth2-block .icon-provider {
        width: 20px;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-confirm-phone-form .form-title {
        top: -90px;
        margin: 0 0 100px 0;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-confirm-phone-form .sign-in-info {
        margin: 100px 0 40px 0;
    }
    body .jsplash-wrapper.cabinet-form.cabinet-confirm-phone-form .submit-field {
        margin-top: 30px;
    }
    .cabinet-confirm-phone-form .phone-confirm-message b {
        display: block;
    }
    .catalog .cart-items-list-table {}
    .catalog .cart-items-list-table, .catalog .cart-items-list-table tbody {
        display: block;
        width: auto;
    }
    .catalog .cart-items-list-table {
        margin: 20px 0 0 0;
    }
    .catalog .cart-items-list-table tbody tr {
        display: block;
        width: auto;
        position: relative;
        border-bottom: 1px solid #efefef;
        margin: 0 0 40px 0;
        padding: 0 0 40px 0;
    }
    .catalog .cart-items-list-table td {
        display: block;
        width: auto;
        padding: 0;
        text-align: left;
        position: relative;
    }
    .catalog .cart-items-list-table .action {
        text-align: right;
    }
    .catalog .cart-items-list-table .view-as-param {
        margin: 13px 0;
    }
    .catalog .cart-items-list-table .cart-item-image-td {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .catalog .cart-items-list-table .view-as-param:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 8px;
        border-bottom: 1px dotted #d4d4d4;
        z-index: -1;
    }
    .catalog .cart-items-list-table .view-as-param .value-inner {
        display: inline-block;
        background: white;
        padding: 0 4px 0 0;
    }
    .catalog .cart-items-list-table .item-price {
        font-size: 22px;
    }
    .catalog .cart-items-list-table .value-inner.-right {
        padding: 0 0 0 4px;
        position: relative;
    }
    .catalog .cart-items-list-table .cart-item-attr-td {
        padding: 0 0 0 85px;
        min-height: 80px;
    }
    .catalog .cart-items-list-table .cart-item-count-td {}
    .catalog .cart-items-list-table .cart-item-cost-td {}
    .catalog .cart-items-list-table .cost {}
    .catalog .cart-items-list-table .item-logo {
        width: 100%;
        height: 100%;
    }
    .catalog .cart-items-list-table .item-name {
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
    }
    .catalog .cart-items-list-table .item-attributes .bullet {
        display: none;
    }
    .catalog .cart-items-list-table .mobile-label {
        position: relative;
        display: inline-block;
        width: 40%;
    }
    .catalog .cart-items-list-table .mobile-value {
        position: relative;
        display: inline-block;
        width: 60%;
        text-align: right;
    }
    .catalog .cart-items-list-table .count .item-count {
        font-size: 18px;
        border: 0;
        padding: 0;
        margin: 0;
        width: 40px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: -3px;
        right: 0;
        background: #FFF;
    }
    .catalog .cart-items-list-table .arrows {
        position: absolute;
        display: inline-block;
        top: -5px;
        right: 40px;
        background: #FFF;
        padding: 0 0 0 4px;
    }
    .catalog .cart-items-list-table .arrows .item-count-arrow {
        display: inline-block;
        margin: 0 6px 0 0;
    }
    .catalog .cart-items-list-table .arrows .item-count-arrow.more-item:before {
        content: 'add';
    }
    .catalog .cart-items-list-table .arrows .item-count-arrow.less-item:before {
        content: 'remove';
    }
    body .cart-items-list-table .arrows .item-count-arrow.-disabled {
        border: 1px solid #dadada;
    }
    .catalog .cart-items-list-table .remove-item {
        font-size: 13px;
        color: inherit;
        display: inline-block;
    }
    .catalog .cart-items-list-table .remove-item .icon {
        position: relative;
        top: 3px;
        color: red;
        margin: 0 5px 0 0;
    }
    .catalog .cart-total-result-table {
        border-radius: 0;
        float: none;
        box-shadow: none;
        margin: 0;
        position: fixed;
        bottom: 49px;
        z-index: 9999999;
        font-size: 13px;
        width: 100%;
        background: #03a9f4;
        color: #fff;
    }
    .catalog .cart-total-result-table thead tr {
        background: #03a9f4;
        color: #fff;
    }
    .catalog .cart-total-result-table tbody td {
        padding: 2px 2px;
        font-size: 13px;
    }
    .catalog .cart-total-result-table.stick {
        margin: 0;
        left: 5px;
        right: 5px;
    }
    .catalog .cart-total-result-table thead td {
        font-size: 11px;
        position: relative;
        padding: 4px 7px;
    }
    .catalog .cart-order-form {
        margin: 20px 0 60px 0;
        padding: 20px 0;
        max-width: 100%;
    }
    .catalog .cart-order-form input[type="submit"] {
        display: block;
        width: 100%;
        padding: 13px 36px;
    }
    .catalog .cart-order-form .radio-btn-container {
        position: relative;
        margin: 0 0 10px 0;
    }
    body .jsplash-inner.catalog-oferta {
        font-size: 13px;
    }
    body .cart-order-form .field-container {
        margin: 0;
        max-width: 100%;
    }
    body .cart-order-form .delivery-type .field {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    body .cart-order-form .delivery-services .delivery-service {
        padding: 0;
    }
    body .cart-order-form .delivery-services .icon {
        position: absolute;
        left: 30px;
        top: 6px;
    }
    body .cart-order-form .delivery-services .total-cost-block {
        position: absolute;
        right: 0;
        top: 10px;
    }
    body .cart-order-form h4 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
    }
    body .catalog-brand-page .brand-data-container {
        display: block;
        width: auto;
    }
    body .catalog-brand-page .brand-image-wrapper {
        display: block;
        width: auto;
    }
    body .catalog-brand-page .brand-image {
        padding: 0;
    }
    body .catalog-brand-page .brand-image:before {
        box-shadow: 0 19px 12px -1px rgba(0, 0, 0, 0.22);
    }
    body .catalog-brand-page .brand-description-wrapper {
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
    }
    body .catalog-brand-page .brand-description {
        margin: 0;
        overflow: hidden;
        max-height: 230px;
        transition: all 600ms ease-out;
        position: relative;
    }
    body .catalog-brand-page .brand-description:after {
        content: '';
        position: absolute;
        height: 20px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: white;
        box-shadow: 0 -10px 30px 33px #ffffff;
    }
    .catalog-brand-page .brand-description-wrapper.-opened .brand-description {
        overflow: visible;
        max-height: 99999px;
    }
    .catalog-brand-page .brand-description-wrapper.-opened .brand-description:after {
        display: none;
    }
    .catalog-brand-page .toggle-description {
        text-decoration: none;
        text-align: center;
        display: block;
        color: #3b5207;
        font-size: 14px;
        padding: 8px 4px;
        z-index: 1;
    }
    .catalog-brand-page .toggle-description span {
        display: inline-block;
        position: relative;
        border-bottom: 1px dashed #98a280;
    }
    .catalog-brand-page .toggle-description .hide-label {
        display: none;
    }
    .catalog-brand-page .brand-description-wrapper.-opened .show-label {
        display: none;
    }
    .catalog-brand-page .brand-description-wrapper.-opened .hide-label {
        display: inline-block;
    }
    body .paginator {
        overflow-x: auto;
        max-width: 100%;
        margin: 20px 0;
    }
    body .catalog .catalog-items-toolbar .paginator {
        margin: 10px 0;
    }
    body .paginator ul {
        white-space: nowrap;
        padding: 10px 0;
    }
    body .google-search-block .gsc-results .gsc-cursor-box .gsc-cursor-page, body .paginator a, body .paginator .active {
        width: 23px;
        height: 23px;
        display: inline-block;
        line-height: 23px;
        border-radius: 100%;
        padding: 6px;
    }
    body .seocatalog-collections .grid-layout-3 .cell-1 {
        width: 65%;
    }
    body .seocatalog-collections .grid-layout-3 .cell-2 {
        width: 35%;
    }
    body .seocatalog-collections .grid-layout-3 .cell-3 {
        width: 50%;
    }
    body .seocatalog-collections .grid-layout-3 .cell-4 {
        width: 50%;
    }
    body .seocatalog-collections .grid-layout-4 .items-cell {
        width: 100%;
    }
    body .seocatalog-collections .grid-layout-4 .cell-2 .item-2, body .seocatalog-collections .grid-layout-4 .cell-2 .item-3, body .seocatalog-collections .grid-layout-4 .cell-2 .item-4 {
        width: 50%;
    }
    body .seocatalog-collections .grid-layout-4 .cell-2 .item-4 {
        width: 100%;
    }
    body .seocatalog-collections .grid-layout-4 .cell-1 .item-4 .item-inner, body .seocatalog-collections .grid-layout-4 .cell-1 .item-5 .item-inner, body .seocatalog-collections .grid-layout-4 .cell-1 .item-6 .item-inner {
        height: 100px;
    }
    body .seocatalog-collections .grid-layout-3 .cell-1 .item-1 .item-inner {
        height: 180px;
    }
    body .seocatalog-collections .grid-layout-3 .item-inner {
        height: 85px;
    }
    body .seocatalog-collections .grid-layout-3 .item-2 .item-inner {
        height: 150px;
    }
    body .seocatalog-collections .grid-layout-3 .cell-2 .item-3 .item-inner {
        height: 180px;
    }
    body .seocatalog-collections .grid-layout-3 .cell-4 .item-3 .item-inner {
        height: 255px;
    }
    body .seocatalog-collections .grid-layout-2 .items-cell {
        width: 50%;
    }
    body .seocatalog-collections .grid-layout-2 .item-inner {
        height: 150px;
    }
    body .seocatalog-collections .grid-layout-2 .cell-1 .item-1 .item-inner {
        height: 130px;
    }
    body .seocatalog-collections .grid-layout-2 .cell-2 .item-inner {
        height: 130px;
    }
    body .seocatalog-collections .grid-layout-2 .cell-2 .item-4 .item-inner {
        height: 80px;
    }
    body .seocatalog-collections .grid-layout-2 .cell-1 .item-3 .item-inner {
        height: 200px;
    }
    body .seocatalog-collections .grid-layout-2 .cell-4 .item-3 .item-inner {
        height: 310px;
    }
    body .seocatalog-collections .grid-layout-1 .items-cell {
        width: 50%;
    }
    body .seocatalog-collections .grid-layout-1 .item-inner {
        height: 120px;
    }
    body .seocatalog-collections .grid-layout-1 .cell-2 .item-1 .item-inner {
        height: 120px;
    }
    body .seocatalog-collections .grid-layout-1 .cell-2 .item-2 .item-inner {
        height: 250px;
    }
    body .seocatalog-collections .grid-layout-1 .cell-3 {
        width: 100%;
    }
    body .seocatalog-collections .grid-layout-1 .cell-3 .item-inner {
        height: 200px;
    }
    body .seocatalog-collections .grid-layout-1 .cell-3 .item-2, body .seocatalog-collections .grid-layout-1 .cell-3 .item-3 {
        width: 50%;
        display: inline-block;
    }
    body .seocatalog-collections .grid-layout-1 .cell-3 .item-1 .item-inner {
        height: 200px;
        width: 100%;
    }
    body .catalog-cart-page .cart-total-result-table [data-total-cost]:empty:before {
        background-image: url(/modules/Catalog/public/front/img/rolling-spinner.gif);
        top: 3px;
    }
    body .catalog-cart-page .cart-total-result-table [data-total-cost]:empty:before, body .catalog-cart-page .cart-total-result-table [data-delivery-cost]:empty:before {
        background-image: url(/modules/Catalog/public/front/img/rolling-spinner.gif);
        top: 3px;
    }
    body .jsplash-inner.catalog-payment-dialog .title {
        z-index: 4;
        line-height: 30px;
        text-align: center;
    }
    body .jsplash-visible .jsplash-wrapper.catalog-payment-dialog:before {
        width: 80px;
        height: 80px;
        top: 111px;
        left: 50%;
        margin-left: -50px;
    }
    body .jsplash-inner.catalog-payment-dialog .note {
        margin: 120px 0 0px 0;
        line-height: 16px;
    }
    body .jsplash-inner.catalog-payment-dialog .text {
        margin: 20px 0 20px 0;
    }
    body .jsplash-inner.catalog-payment-dialog .button {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
        position: absolute;
        bottom: 0;
    }
    body .jsplash-inner.catalog-payment-dialog .go-to-pay {
        bottom: 50px;
    }
    body .catalog-filter-container .price-range-slider {
        height: 10px;
    }
    body .catalog-filter-container .price-range-slider .noUi-base, body .catalog-filter-container .price-range-slider .noUi-background {
        border-radius: 14px;
        background: #fbfbfb;
        box-shadow: 0 1px 0 0px #FFF, inset 0 1px 3px 0px rgba(0, 0, 0, 0.18);
    }
    body .catalog-filter-container .price-inputs input {
        font-weight: 100;
        border: 1px solid #fdfdfd;
        border-bottom: 2px solid #f59900;
        background: #f7f7f7;
        text-align: center;
    }
    body .catalog-filter-container .price-range-slider .noUi-connect {
        background: #FF9800;
        box-shadow: inset 0 0px 1px 0px #bf8c7c;
    }
    body .catalog-filter-container .price-range-slider .noUi-handle {
        box-shadow: none;
        background: #ffffff;
        box-shadow: 0 0 6px rgba(185, 66, 4, 0.2), 0px 4px 8px -2px rgba(160, 95, 7, 0.33);
        top: -11px;
        border: 3px solid #525252;
        width: 30px;
        height: 30px;
        left: -15px;
    }
    body .catalog-filter-container .apply-btn, body .catalog-filter-container .reset-btn {
        font-size: 14px;
        box-sizing: border-box;
        padding: 8px 20px;
        border-radius: 3px;
        text-decoration: none;
        background: #ffffff;
        color: #1d1d1d;
        border: 1px solid #d8d8d8;
        margin-top: 20px;
        width: 40%;
        margin: 0 1%;
        display: inline-block!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        font-family: 'Proxima Nova', 'Arial', sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 40px;
        text-align: center;
    }
    body .catalog-filter-container .apply-btn {
        background: #2a4a29;
        color: #FFF;
        width: 56%;
    }
    body .catalog-filter-container .price-range-slider .noUi-handle:after, body .catalog-filter-container .price-range-slider .noUi-handle:before {
        display: none;
    }
    .catalog-filter-container [type='checkbox']:not(:checked)+label:before, .catalog-filter-container [type='checkbox']:checked+label:before {
        font-size: 24px;
    }
    body .catalog-filter-container .attr-name .corner {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-left: 10px;
        border: 1px solid #d4d4d4;
    }
    body .articles-last-anonces-list .aricles-wrapper {
        display: block;
        width: auto;
    }
    body .articles-last-anonces-list .article {
        width: auto;
        display: block;
        margin: 0;
        box-shadow: none;
    }
    body .analogue-articles-container h4 {
        margin-bottom: 20px;
    }
    body .analogue-articles-container .article .article-data {
        margin: 6px 0 0 0;
    }
    .analogue-articles-container .article-link {
        line-height: 19px;
    }
    body .analogue-articles-container .article .article-image {
        float: none;
        width: 100%;
    }
    body .analogue-articles-container .article-anonce {
        margin-top: 4px;
    }
    body .analogue-articles-container .article {
        margin: 0 1% 10px 1%;
        width: 48%;
    }
    body .analogue-articles-container .article:last-child:nth-child(2n+1) {
        margin: 0;
        width: 100%;
    }
    body .analogue-articles-container .article:last-child:nth-child(2n+1) .article-image {
        height: 280px;
    }
    body .articles-list .chunk {
        display: block;
        width: auto;
    }
    body .articles-list .article-inner {
        padding: 10px 0;
    }
    body .articles-last-anonces-list .article-inner {
        padding: 0;
    }
    body .instagram-posts-handle .instagram-post-list .post-inner {
        margin: 0;
    }
    body .articles-list .article:hover {
        box-shadow: none;
    }
    body .items-main-page-slider.catalog .items-list[data-view-mode="tiles"] .item {
        width: 50%;
    }
    body .items-main-page-slider {
        margin: 30px 0 0 0;
        padding: 0 0 50px 0;
    }
    body .-page-404 .content:before {
        top: 0;
        height: 100vh;
        height: calc(100vh - 60px);
    }
    body .page-404-text-block {
        background: none;
        width: 100%;
        right: 0;
        left: 0;
        padding: 70vh 0 0 0;
        margin: 0;
        top: 0;
        position: relative;
    }
    body .page-404-code {
        position: relative;
        font-size: 60px;
        text-align: center;
        color: #458e00;
        font-weight: 400;
    }
    body .promo-blocks-template-3 .block-slide {
        padding: 0;
        width: 100%;
    }
    body .content-block table {
        font-size: 14px;
        word-break: break-all;
    }
    body .content-block table th {
        padding: 4px;
    }
    body .content-block table td {
        padding: 4px;
    }
    body .articles-last-anonces-list .heading-link {
        display: block;
    }
    body .catalog-payment-info-page table.order-items .item-cost, body .catalog-payment-info-page table.order-items .item-price, body .catalog-payment-info-page table.order-items .item-count {
        display: none;
    }
    body .catalog-payment-info-page table.order-items .in-mobile {
        display: block;
        margin-top: 10px;
        font-size: 13px;
    }
    body .catalog-payment-info-page .payment-button {
        display: block;
        padding: 10px 36px;
    }
    body footer .footer-payment-wrapper {
        margin: 0;
        padding: 100px 0 0 0;
        text-align: center;
    }
    body .catalog-pay-success .pay-image {
        background-position: top center;
        height: 300px;
    }
    body .jsplash-inner.catalog-delivery-info-popup .catalog-delivery-points .container, body .catalog-delivery-points .container {
        display: block;
        width: auto;
        height: calc(100vh - 40px);
    }
    body .catalog-delivery-points .gmap-container {
        display: block;
        width: auto;
        height: 100%;
    }
    body .catalog-delivery-points .sidebar-container {
        display: block;
        width: auto;
        padding: 0;
        display: none;
    }
    body .jsplash-inner.catalog-delivery-points-popup {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    body .catalog-delivery-points {
        max-height: 100%;
        min-height: 300px;
    }
    body .catalog-brands-page .brands-list {
        text-align: center;
    }
    body .catalog-brands-page .brands-list .brand {
        width: 46%;
        margin: 2% 2%;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        height: 137px;
    }
    body .catalog-brands-page .brands-list .brand-name-middle {
        font-size: 14px;
        padding: 0px 13px;
    }
    body .catalog-item-tabs-contents .instagram-post-list img {
        width: 100%;
    }
    body .toolbar-wrapper {
        right: 0;
        left: 0;
        bottom: 0;
        top: inherit;
        color: #ffc13c;
        padding: 4px 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.93);
        font-size: 15px;
        z-index: 200;
        position: fixed;
        box-shadow: 0 7px 18px -6px rgba(109, 77, 8, 0.6);
    }
}

@media all and (max-width: 500px) {
    .mobile-cap .logo {
        left: 50px;
        font-size: 17px;
        width: 130px;
    }
    .mobile-menu-wrapper .menu-header .logo .first-line {
        font-size: 27px;
    }
    .mobile-menu-wrapper .menu-header .logo .second-line {
        font-size: 19px;
    }
}

@media all and (max-width: 325px) {
    .mobile-cap .logo {
        left: 55px;
    }
}

@media all and (max-width: 425px) {
    .mobile-cap .logo svg {
        display: none;
    }
}

@media all and (max-width: 446px) {
    .mobile-menu-wrapper .menu-header .logo .first-line {
        font-size: 22px;
    }
    .mobile-menu-wrapper .menu-header .logo .second-line {
        font-size: 16px;
    }
    .mobile-menu-wrapper .menu-header .logo svg {
        height: 60%;
        top: 5px
    }
}

@media all and (max-width: 398px) {
    .mobile-menu-wrapper .menu-header .logo .first-line {
        font-size: 22px;
        padding-left: 0;
    }
    .mobile-menu-wrapper .menu-header .logo {
        top: 35px;
        padding: 10px 20px 10px 20px;
    }
    .mobile-menu-wrapper .menu-header .logo .second-line {
        font-size: 13px;
        padding-left: 0;
    }
}

@media all and (max-width: 1150px) {
    .cap .top-menu .slogan {
        display: none;
    }
}

@media all and (max-width: 833px) {
    body .cap .logo-block {
        width: 289px;
    }
    body .cap .logo {
        width: 82px;
        height: 86px;
    }
    body .cap .logo-title-wrapper {
        margin-left: 90px;
    }
    body .cap .logo-title-wrapper .logo-title-second-line {
        font-size: 24px;
    }
    body .cap .logo-title-wrapper .logo-title-third-line {
        font-size: 16px;
    }
    body #main-menu {
        margin-left: 312px;
    }
}

@media all and (max-width: 730px) {
    body #main-menu a {
        font-size: 11px;
    }
    body #main-menu a.active:before {
        border-bottom: 22px solid #03A9F4;
        border-left: 6px solid rgba(0, 0, 0, 0);
        left: -6px;
    }
    body #main-menu a.active:after {
        right: -6px;
        border-top: 23px solid #03A9F4;
        border-right: 6px solid rgba(0, 0, 0, 0);
    }
    body .cap .logo-block {
        width: 246px;
    }
    body .cap .logo {
        width: 64px;
        height: 67px;
    }
    body .cap .logo-title-wrapper {
        margin-left: 75px;
    }
    body .cap .logo-title-wrapper .logo-title-second-line {
        font-size: 21px;
    }
    body .cap .logo-title-wrapper .logo-title-third-line {
        font-size: 14px;
    }
    body #main-menu {
        margin-left: 261px;
    }
}

@media all and (max-width: 1092px) and (min-width: 640px) {
    .footer-categories-list .footer-category:last-child {
        display: none;
    }
    body .footer-categories-list .footer-category {
        width: 50%;
    }
    body .catalog .items-list[data-view-mode="list"] .item-name {
        margin: 10px 30px 6px 0;
    }
    body .catalog .items-list[data-view-mode="list"] .item-favorites-btn {
        top: 3px;
    }
    body .catalog .items-list[data-view-mode="list"] .item-price {
        margin: 35px 0 5px 0;
    }
}

@media all and (max-width: 750px) {
    .footer-categories-list .footer-category:first-child {
        display: none;
    }
    body .footer-categories-list .footer-category {
        width: 100%;
    }
}

@media all and (max-width: 1010px) {
    body .catalog .catalog-items-toolbar.-bottom-toolbar .paginator {
        top: 0;
        text-align: right;
        width: 100%;
    }
}

@media all and (max-width: 940px) {
    body .catalog .items-list[data-view-mode="tiles"] .item {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    body .catalog .items-list[data-view-mode="tiles"] .item {
        width: 100%;
    }
}

@media all and (max-width: 705px) {
    body .top-menu .contact-block .callme {
        display: none;
    }
}

@media all and (max-width: 1030px) and (min-width: 640px) {
    body .cart-items-list-table tbody td.cart-item-attr-td {
        max-width: 250px;
    }
}

@media all and (max-width: 796px) and (min-width: 640px) {
    body .cart-items-list-table tbody td.cart-item-attr-td {
        max-width: 150px;
    }
}

@media all and (max-width: 694px) and (min-width: 640px) {
    body .cart-items-list-table tbody td.cart-item-attr-td .item-attributes ul {
        display: none;
    }
}
@font-face {
  font-family: 'Material Icons';
	font-style: normal;
	font-display: swap;
  font-weight: 400;
  src: url('/public/css/fonts/MaterialIcons-Regular/MaterialIcons-Regular.eot');
  src: local('Material Icons'),
	   local('/public/css/fonts/MaterialIcons-Regular/MaterialIcons-Regular'),
	   url('/public/css/fonts/MaterialIcons-Regular/MaterialIcons-Regular.woff2') format('woff2'),
	   url('/public/css/fonts/MaterialIcons-Regular/MaterialIcons-Regular.woff') format('woff'),
	   url('/public/css/fonts/MaterialIcons-Regular/MaterialIcons-Regular.ttf') format('truetype');
}

.md-icon {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/public/css/fonts/Ubuntu/Ubuntu.eot');
    src: url('/public/css/fonts/Ubuntu/Ubuntu.eot?#iefix') format('embedded-opentype'), url('/public/css/fonts/Ubuntu/Ubuntu.woff') format('woff'), url('/public/css/fonts/Ubuntu/Ubuntu.ttf') format('truetype'), url('/public/css/fonts/Ubuntu/Ubuntu.svg#Ubuntu') format('svg');
}

@font-face {
    font-family: 'Ubuntu-Bold';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/public/css/fonts/Ubuntu-Bold/Ubuntu-Bold.eot');
    src: url('/public/css/fonts/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('/public/css/fonts/Ubuntu-Bold/Ubuntu-Bold.woff') format('woff'), url('/public/css/fonts/Ubuntu-Bold/Ubuntu-Bold.ttf') format('truetype'), url('/public/css/fonts/Ubuntu-Bold/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
}

@font-face {
    font-family: 'Ubuntu-Italic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/public/css/fonts/Ubuntu-Italic/Ubuntu-Italic.eot');
    src: url('/public/css/fonts/Ubuntu-Italic/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'), url('/public/css/fonts/Ubuntu-Italic/Ubuntu-Italic.woff') format('woff'), url('/public/css/fonts/Ubuntu-Italic/Ubuntu-Italic.ttf') format('truetype'), url('/public/css/fonts/Ubuntu-Italic/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #181818;
    background: #FFF;
    font-family: 'Ubuntu', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.page-container {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    position: relative;
    min-height: 100%;
    margin-bottom: -250px;
}

.hide-in-desktop {
    display: none;
}

body a.hide-in-desktop {
    display: none;
}

.mobile-menu-wrapper {
    display: none;
}

* html .page-wrapper {
    height: 100%;
}

.page-404-page {
    position: relative;
    min-height: 80vh;
}

.-page-404 .content:before {
    content: '';
    background: url(/public/img/monster.png) no-repeat left top;
    background-size: contain;
    width: 100%;
    height: 80vh;
    position: absolute;
    top: -20px;
    left: 0;
}

.-page-404 .search-block {
    display: none;
}

.mobile-filter-container, .mobile-filter-trigger, .top-helper, .mobile-menu-wrapper {
    display: none;
}

.page-404-text-block {
    background: #03A9F4;
    position: absolute;
    width: 60%;
    top: 10vh;
    right: 10%;
    padding: 70px 30px 40px 30px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #e0a724, 0 10px 17px -10px rgba(119, 89, 0, 0.76);
    text-shadow: 0 1px 0 #ffd880;
}

.page-404-text-block a {
    color: #212f32;
    position: relative;
    display: inline-block;
    padding: 3px 0px 0 5px;
    text-shadow: none;
}

.page-404-text-block a .icon {
    margin-right: 3px;
    position: relative;
}

.page-404-code {
    position: absolute;
    font-size: 120px;
    color: #1f1e1c;
    top: 0;
}

.page-404-text {
    position: relative;
}

.page-404-ooops {
    font-size: 40px;
    margin-right: 10px;
}

.page-404-word-2 {
    font-size: 23px;
    margin-left: 10px;
}

*::selection {
    background: #212f32;
    color: #ffffff;
}

*::-moz-selection {
    background: #212f32;
    color: #ffffff;
}

.page-buffer .page-push {
    height: 250px;
    padding-top: 20px;
}

.page-footer {
    height: 250px;
}

.mobile-cap {
    display: none;
}

.mobile-city-wrapper {
    display: none;
}

.cap {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 130px;
    top: 0;
    background: #202020;
    box-shadow: 0 1px 0px 0 rgba(24, 24, 24, .2);
}

.page-buffer .cap-pusher {
    height: 130px;
    position: relative;
}

.cap.stick {
    top: -60px!important;
    opacity: 0;
    background: #FFF;
    transition: opacity 540ms ease-out;
    z-index: 101!important;
}

.cap.stick-visible {
    opacity: 1;
}

.cap.stick .logo {
    height: 51px;
    width: 51px;
    background: none;
}

.cap.stick .logo svg {
    width: 260px;
    height: 25px;
}

.cap.stick .main-menu, .cap.stick .main-menu-background {
    height: 80px;
    top: 0px;
}

.cap.stick #main-menu {
    top: 50%;
    margin-left: 269px;
}

.catalog-cap-menu-container.stick {
    min-height: 30px!important;
    background: #fff;
}

.catalog-cap-menu-container.stick .cap-category a {
    font-size: 13px;
}

.content {
    position: relative;
    z-index: 1;
}

.content .content-block p {
    font-size: 14px!important;
}

.content .content-block span {
    font-size: 14px!important;
}

.content-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    vertical-align: top;
}

.catalog-left-block-elements {
    overflow-y: auto;
    max-height: calc(100vh - 54px);
}

.content-columns .content-column {
    display: table-cell;
    border-spacing: 0;
    padding: 0 5px;
    vertical-align: top;
}

.content-columns .column-left {
    width: 280px;
    padding-left: 0;
}

.content-columns .column-left:empty {
    display: none;
}

.left-block-title {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    color: #807F7F;
    display: block;
    text-decoration: none;
}

.left-block {
    position: relative;
    border-radius: 4px;
    background: #fffeff;
    padding: 8px 8px;
    margin: 0 0 10px 0;
    transition: all 100ms ease, opacity 200ms 400ms ease;
    opacity: 1;
}

.content .sub-menu {
    overflow: hidden;
    padding: 0;
    list-style: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(4, 47, 89, .12) inset;
}

.content .sub-menu ul {
    list-style: none;
    position: relative;
    padding: 0;
}

.content .sub-menu a {
    position: relative;
    display: block;
    padding: 10px 10px;
    transition: 240ms ease-out;
    text-decoration: none;
    color: #253135;
}

.content .sub-menu a.active, .sub-menu a:hover {
    color: #213031;
    background: #03A9F4;
    color: #fff;
}


.left-block:empty {
    display: none;
}

.left-cat-list .left-categories-list {
    position: relative;
    margin-right: 25px;
}

.left-cat-list .left-category {
    position: relative;
}

.left-cat-list a {
    text-decoration: none;
}

.left-cat-list .category-name {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 0;
    padding: 11px 10px;
    text-decoration: none;
    color: #1f1f1f;
}

.left-cat-list .parent-category:before {
    content: '';
    position: absolute;
    background: #a0a0a0;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    top: 50%;
    left: -4px;
    margin: -3px 0 0 0;
}

.left-cat-list .category-name:hover, .left-cat-list .category-name .active {
    text-decoration: underline;
    color: #000;
}

.left-cat-list .subcategory .category-name {
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.left-cat-list .subcategory .category-name:hover {
    z-index: 2;
}

.left-cat-list .left-categories-sublist {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
}

.left-cat-list .left-categories-sublist.-visible {
    top: 0;
    left: 260px;
    visibility: visible;
    opacity: 1;
}

.left-cat-list .categories-table-wrapper {
    position: relative;
}

.left-cat-list .subcategory .category-name {
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: middle;
}

.left-cat-list .subcategory-wrapper .category-name {
    padding: 4px 10px 4px 20px;
    font-size: 13px;
}

.left-cat-list .subcategory .left-category-img {
    position: absolute;
    display: table-cell;
    width: 40px;
    height: 40px;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.left-cat-list .subcategory .left-category-img.no-photo {
    display: none;
}

.left-cat-list .subcategory .cat-item-name {
    position: relative;
    display: table-cell;
    width: 190px;
    vertical-align: middle;
}

.left-cat-list .left-categories-last-list {
    margin-left: 10px;
    background: #66fb9c;
}

.left-cat-list .trigger {
    position: absolute;
    top: 7px;
    right: -30px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    color: #223032;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    transition: all 500ms cubic-bezier(.590, 1.640, .435, .840);
}

.left-cat-list .trigger:hover {
    color: #212f32;
    box-shadow: 0 0 0 2px #03A9F4;
    background: #03A9F4;
}

.left-cat-list .trigger.-expand {
    color: #212f32;
    box-shadow: 0 0 0 2px #03A9F4;
    background: #03A9F4;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}

.left-cat-list .trigger.-expand+.left-categories-sublist {
    max-height: 9999px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    transition-timing-function: cubic-bezier(.5, 0, 1, 0);
}

.column-left #sub-menu {
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    padding: 10px 0;
    border-radius: 20px 0 20px 0;
    background: #fffeff;
    box-shadow: inset 4px 0 0 -1px #03A9F4, 3px 2px 12px 0 rgba(0, 0, 0, .2);
}

.column-left #sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.column-left #sub-menu li {
    margin: 0;
    padding: 0;
}

.column-left #sub-menu a {
    display: block;
    padding: 6px 10px 6px 18px;
    text-decoration: none;
    color: inherit;
    transition: all 160ms ease-out;
}

.column-left #sub-menu a:hover, .column-left #sub-menu a.active {
    color: #fff;
    background: #03A9F4;
    text-shadow: 0 1px 7px rgba(0, 0, 0, .22);
}

.logo-block-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.top-menu-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.main-menu-background {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50%;
}

.top-menu .contact-block .callme {
    position: absolute;
    text-decoration: none;
    color: #FFF;
    left: -10px;
    top: 9px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px;
    padding: 4px;
    border: 2px solid #FFF;
    transition: all 200ms ease-out;
}

.top-menu .contact-block .callme:hover {
    color: #03A9F4;
    border-color: #03A9F4;
}

.top-menu .contact-block .phone {
    position: relative;
    top: 4px;
    display: block;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #03A9F4;
}

.top-menu .contact-block .phone-prefix {
    font-size: 14px;
    position: relative;
}

.top-menu .contact-block .phone-number {
    font-size: 20px;
    position: relative;
    margin-left: 6px;
}

.top-menu .contact-email {
    font-size: 12px;
    position: relative;
    top: 4px;
    display: block;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #b3b2b2;
}

.cap .top-menu .icons-container {
    flex: 1;
}

.top-menu .cap-toolbar-button {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    /* flex: 1; */
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0 8px;
    position: relative;
}

.favorites-block .favorites-icon:before {
    content: "favorite";
    font-family: "Material Icons";
    position: relative;
}

.favorites-block .favorites-link {
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: right;
}

.top-menu .cart-block {
    position: relative;
    right: 12px;
    text-align: right;
    background: #525252;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 6px;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    transition: all 240ms ease-out;
}

.top-menu .cart-block:hover {
    background: #828181;
}

.top-menu .cart-block:hover:before {
    border-bottom: 40px solid #828181;
}

.top-menu .cart-block:hover:after {
    border-top: 40px solid #828181;
}

.top-menu .cart-block .data {
    position: relative;
    margin-right: 38px;
    font-size: 12px;
    line-height: 15px;
    padding: 4px;
}

.top-menu .cart-block .cart-link {
    color: #FFF;
    text-decoration: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    font-style: italic;
    left: -10px;
    right: -10px;
    height: 100%;
    z-index: 1;
}

.top-menu .cart-block .cart-link:before {
    content: 'shopping_cart';
    font-family: 'Material Icons';
    position: relative;
    left: -22px;
    top: 10px;
}

.top-menu .cart-block .currency {
    margin-left: 2px;
    font-size: 10px;
}

.top-menu .cart-block .count-word {
    margin-left: 2px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1.page-title {
    text-transform: uppercase;
    color: #292929;
    line-height: 27px;
}

.center {
    position: relative;
    display: block;
    max-width: 1270px;
    margin: 0 auto;
}

.page-buffer .cap-inner {
    height: 100%;
    position: relative;
}

.page-footer .footer-inner {
    height: 100%;
}

.page-footer .footer-company-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #e9e9e9;
    width: 80%;
}

.cap .top-menu {
    position: relative;
}

.cap .top-menu, .top-menu-background {
    height: 50px;
    background: #202e31;
    display: flex;
    flex-flow: row;
    padding-left: 400px;
    align-items: center;
    justify-content: space-around;
}

.cap .top-menu .slogan {
    color: #03A9F4;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-size: 15px;
    flex: 7;
    text-transform: uppercase;
}

.cap .top-menu .city-wrapper {
    flex: 1;
    margin-right: 10px;
    color: #fff;
    display: flex;
}

.cap .top-menu .city-wrapper .city-title {
    position: relative;
    text-decoration: none;
    padding-right: 17px;
    padding-left: 17px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.cap .top-menu .city-wrapper .city-title:hover {
    color: #fbc13d;
}

.cap .top-menu .city-wrapper .city-title:before {
    content: 'place';
    font-family: 'Material Icons';
    position: absolute;
    left: 0
}

.cap .top-menu .city-wrapper .city-title:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.cap .main-menu {
    position: relative;
}

.cap .main-menu, .main-menu-background {
    height: 80px;
    background: #FFF;
    width: 100%;
}

.cap .logo-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
}

.cap.stick .logo-block {
    position: absolute;
    height: 80px;
    width: 233px;
    top: 50px;
}

.cap.stick .logo-block svg {
    width: 100%;
    height: 100%;
}

.cap .logo-block, .logo-block-background {
    background: #03A9F4;
    height: 100%;
}

.cap .logo-block svg.small-logo {
    display: none;
}

.cap .logo-block svg.main-logo {
    width: 100%;
    height: 100%;
    display: block;
}

.cap.stick .logo-block svg.small-logo {
    display: block;
    height: 40px;
    width: 210px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cap.stick .logo-block svg.main-logo {
    top: 0;
    left: 0;
    position: absolute;
}

.cap .logo-block-angle {
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    height: 0;
    border-top: 130px solid #03A9F4;
    border-right: 35px solid rgba(0, 0, 0, 0);
}

.cap.stick .logo-block-angle {
    border-top: 81px solid #03A9F4;
    border-right: 23px solid rgba(0, 0, 0, 0);
    right: -23px;
}

.cap .logo {
    position: absolute;
    top: 49%;
    left: 0;
    width: 112px;
    height: 107px;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cap .logo-title-wrapper {
    position: absolute;
    margin-left: 125px;
    box-sizing: border-box;
    padding-top: 25px;
}

.cap.stick .logo-title-wrapper .logo-title-first-line, .cap.stick .logo-title-wrapper .logo-title-third-line {
    display: none;
}

.cap.stick .logo-title-wrapper {
    margin-left: 60px;
}

.cap.stick .logo-title-wrapper .logo-title-second-line {
    font-size: 20px;
}

.cap .logo-title-wrapper .logo-title-first-line {
    font-size: 26px;
    color: white;
    font-weight: 800;
    display: inline;
    white-space: nowrap;
    line-height: 37px;
}

.cap .logo-title-wrapper .logo-title-second-line {
    font-size: 22px;
    color: #ffffff;
    line-height: 23px;
}

.cap .logo-title-wrapper .logo-title-third-line {
    font-size: 14px;
    color: azure;
}

.page-footer {
    background: #202e31;
    padding-bottom: 45px;
}

#main-menu {
    position: relative;
    top: 50%;
    margin-left: 400px;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#main-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 2px 0;
    position: relative;
}

#main-menu a {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    overflow: hidden;
    max-width: 200px;
    max-height: 30px;
    margin: 0 10px;
    padding: 5px 8px;
    white-space: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
}

#main-menu>ul>li .corner {
    margin-left: 3px;
}

#main-menu a:hover {
    color: #797979;
}

#main-menu a.active {
    color: #fff;
    background: #03A9F4;
}

#main-menu a.active:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 25px solid #03A9F4;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

#main-menu a.active:after {
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    content: '';
    border-top: 24px solid #03A9F4;
    border-right: 5px solid rgba(0, 0, 0, 0);
}

#main-menu>ul ul {
    position: absolute;
    left: 0;
    overflow: hidden;
    min-width: 200px;
    max-height: 0;
    margin: 10px 0 0 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
}

#main-menu>ul ul li {
    display: block;
    box-shadow: 0 5px 18px -2px rgba(111, 110, 110, 0.5);
    background: #FFF;
    z-index: 1;
}

#main-menu>ul ul li:first-child {
    /* margin-top: 30px; */
}

#main-menu>ul ul a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
    text-transform: none;
    margin: 0;
    max-height: 100%;
}

#main-menu>ul ul a:hover, #main-menu>ul ul a.active {
    background: #03A9F4;
    border-top-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

#main-menu li:hover>ul {
    overflow: visible;
    max-height: 900px;
    margin: 0 0 0 0;
    opacity: 1;
}

.bread-crumbs-block-wrapper {
    position: relative;
}

.bread-crumbs-block {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    color: #7b7b7a;
}

.bread-crumbs-block a {
    color: #212f31;
    text-decoration: none;
}

.bread-crumbs-block a:hover {
    color: #FF9800;
}

.bread-crumbs-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread-crumbs-block li {
    display: inline-block;
    overflow: hidden;
    max-width: 270px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bread-crumbs-block .crumb-arrow {
    display: inline-block;
    margin: 0 13px;
    cursor: default;
    color: #656565;
}

.bread-crumbs-block .crumb-arrow:before {
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    position: relative;
    top: 3px;
    font-feature-settings: 'liga';
}

.bread-crumbs-block .crumb.home {
    margin-left: 3px;
}

.bread-crumbs-block .crumb.active {
    color: #2b2b2b;
}

.main-picture-block {
    position: relative;
    height: 380px;
    background: url(/public/img/background.png);
    background-size: cover;
}

.main-picture-inner {
    position: relative;
    top: 36px;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 24px 0 24px 0;
    background: url(/public/img/girl.png);
    background-size: cover;
    box-shadow: 0 0 0 12px #fff, 0 18px 12px -4px rgba(0, 0, 0, .35);
}


.search-block .search-go {
    line-height: 18px;
    position: absolute;
    top: 6px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 4px 5px;
    text-decoration: none;
    color: #03A9F4;
    transition: all 120ms ease-out;
}

.search-block input:focus+.search-go {
    transform: scale(-1, 1);
}

.catalog-cap-menu-container {width: 100%;position: relative;}
.catalog-cap-menu-container .catalog-cap-menu-inner{
        position: relative;
        z-index: 2;
        top: 0px;
        padding: 3px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 20px;
        max-height: 34px;
}
.catalog-cap-menu-container .search-block {
    position: relative
}
.catalog-cap-menu-container .search-block input{
    margin: 2px 0;
    padding: 8px 10px;
}
.catalog-cap-menu-container .search-block-wrapper {
    display: table-cell;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 76%;
    z-index: 2;
    padding: 0 15px;
}

.catalog-cap-menu-container .search-block .awesomplete {
    width: 100%;
}
.catalog-cap-menu-container .search-block .awesomplete input{margin: 0;}
.catalog-cap-menu-container .search-block .preloader {
    display: none;
    border-radius: .3em;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
    position: absolute;
    left: 0;
    z-index: 1;
    /* min-width: 100%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.catalog-cap-menu-container .search-block .preloader.-visible {
    display: block;
}

.catalog-cap-menu-container .search-block .preloader svg {
    -webkit-animation: omnibox-loading 1s infinite;
    animation: omnibox-loading 1s infinite;
    width: 100%;
}

@-webkit-keyframes omnibox-loading {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}

@keyframes omnibox-loading {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}

.page-buffer.-catalog-opened .catalog-cap-menu-container {
    z-index: 33!important;
    background: #fff;
}

.catalog-cap-menu-background {
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    opacity: 0;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.page-buffer.-catalog-opened .catalog-cap-menu-background {
    display: block;
    opacity: 1;
}

.catalog-cap-menu-container .catalog-button {
    text-align: center;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce00cb+0,9600b0+100 */

    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    padding: 0 26px;
    /* border-radius: 17px; */
    background: #03a9f4;
    color: #fff;
    top: 0px;
}

.page-buffer.-catalog-opened .catalog-cap-menu-container .catalog-button+.catalog-cap-menu, .page-buffer.-catalog-opened .catalog-cap-menu-container .catalog-cap-menu {
    overflow: visible;
    max-height: 68vh;
    margin: 0 0 0 0;
    opacity: 1;
    border-radius: 5px;
    background: white;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    padding: 10px 3px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.page-buffer.-catalog-opened .catalog-cap-menu-container.stick .catalog-button+.catalog-cap-menu, .page-buffer.-catalog-opened .catalog-cap-menu-container .catalog-cap-menu {
    max-height: 77vh;
}

.catalog-cap-menu-container .catalog-cap-menu {
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.34);
    -box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.34);
    border-top: 4px solid #03a9f4;
    min-width: 200px;
    max-height: 0;
    margin: 10px 0 0 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
}

.catalog-cap-menu-container .catalog-button a.catalog-button-opener {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    font-size: 17px;
    letter-spacing: 0.04em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-cap-menu-container .catalog-button a.catalog-button-opener:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    margin-left: 50px;
}

.catalog-cap-menu-container .catalog-button:before {
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    display: none;
    height: 0;
    content: '';
    border-bottom: 40px solid #42b029;
    border-left: 11px solid rgba(0, 0, 0, 0);
}

.cap-categories-list {
    display: block;
    width: 100%;
    max-height: 68vh;
    overflow-y: auto;
    min-height: 68vh;
}

.cap-categories-list .cap-category {
    display: block;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cap-categories-list .cap-category:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cap-categories-list .cap-category>a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

a .caret-right {
    position: absolute;
    float: right;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cap-categories-list .cap-category:hover>a {
    background: #03a9f4;
    color: #FFF;
}

.cap-categories-list .cap-category>a>span {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    display: block;
    width: 100%;
}

.cap-categories-sublist, .cap-categories-last-list {
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.34);
    box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.34);
    border-radius: 0 0 4px 4px;
    text-align: left;
    border-top: 4px solid #03a9f4;
    /* padding: 15px 0 16px 0; */
    left: -99999px;
    /* left: 100%; */
    opacity: 0;
    /* transition: left 240ms 250ms, opacity 240ms 500ms ease-out; */
    -webkit-transition: left 100ms 600ms, opacity 100ms 600ms;
    transition: left 100ms 600ms, opacity 100ms 600ms;
    margin: 0;
    display: block;
    width: 100%;
    top: -4px;
    /* display: none; */
    height: 100%;
    /* visibility: hidden; */
    border-radius: 5px;
}

.cap-categories-list .cap-category:hover .cap-categories-sublist, .cap-categories-list .subcategory:hover .cap-categories-last-list {
    left: 100%;
    opacity: 1;
    /* transition: left 240ms 250ms, opacity 240ms 500ms ease-out; */
    -webkit-transition: opacity 100ms 100ms;
    transition: opacity 100ms 100ms;
    /* visibility: visible; */
    z-index: 1;
    /* display: block; */
}

.cap-categories-list .categories-table-wrapper {
    overflow-y: auto;
    height: 100%;
}

.cap-categories-list .subcategory, .cap-category-last {
    display: block;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: static;
}

.cap-categories-list .subcategory:last-child, .cap-category-last:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cap-categories-list .cap-categories-last-list a:hover {
    background: #fbc13d;
    color: #FFF;
}

.cap-categories-list .subcategory-wrapper>a, .cap-categories-list .cap-category-last>a {
    padding: 10px 30px 10px 10px;
    font-size: 13px;
}

.subcategory-wrapper>a, .cap-category-last>a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding: 0px 30px 0px 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cap-categories-list .subcategory-wrapper:hover>a {
    background: #03a9f4;
    color: #FFF;
}

.cap-categories-list .cap-categories-last-list {
    overflow-y: auto;
    height: 100%;
}


.jsplash-wrapper.confirm-box-dialog {
    background: #202E31;
    border-radius: 2px;
    box-shadow: 0px 7px 24px -5px rgba(0, 0, 0, 0.25);
}

.jsplash-wrapper.message-box-dialog {
    background: #202E31;
    border-radius: 2px;
    box-shadow: 0px 7px 24px -5px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 14px;
}

.jsplash-wrapper.confirm-box-dialog .confirm-box-header {
    margin: 0 0 25px 0;
    color: #FFF;
    font-size: 18px;
}

.jsplash-wrapper.confirm-box-dialog .confirm-box-header i {
    font-style: normal;
    font-size: 12px;
    display: block;
    width: 80%;
    margin: 4px auto 0 auto;
}

.jsplash-wrapper.confirm-box-dialog .confirm-box-ok {
    margin-right: 20px;
    color: #333;
    border: 1px solid #fa2;
    background: -moz-linear-gradient(top, #f9d751 5%, #f1b834 100%);
    background: -webkit-linear-gradient(top, #f9d751 5%, #f1b834 100%);
    background: -o-linear-gradient(top, #f9d751 5%, #f1b834 100%);
    background: -ms-linear-gradient(top, #f9d751 5%, #f1b834 100%);
    background: linear-gradient(to bottom, #f9d751 5%, #f1b834 100%);
    background-color: #f9d751;
    box-shadow: inset 0 1px 0 0 #fff6af;
    text-shadow: 0 1px 0 #fe6;
}

.jsplash-wrapper.confirm-box-dialog .confirm-box-ok:hover {
    background: -moz-linear-gradient(top, #f1b834 5%, #f9d751 100%);
    background: -webkit-linear-gradient(top, #f1b834 5%, #f9d751 100%);
    background: -o-linear-gradient(top, #f1b834 5%, #f9d751 100%);
    background: -ms-linear-gradient(top, #f1b834 5%, #f9d751 100%);
    background: linear-gradient(to bottom, #f1b834 5%, #f9d751 100%);
    background-color: #f1b834;
}

.page-footer ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-footer a {
    color: #757575;
    font-size: 14px;
    margin: 4px 0;
    display: inline-block;
}

.page-footer a:hover {
    color: #EAEAEA;
}

.footer-pages-menu li {}

.footer-pages-menu a {
    display: inline-block;
    margin: 4px 0;
    font-size: 14px;
}

.footer-pages-menu, .footer-categories-list {
    position: relative;
    top: 35px;
    display: inline-block;
    vertical-align: top;
}

.footer-categories-list {
    margin-left: 35px;
}

.footer-categories-list .footer-category {
    display: inline-block;
    vertical-align: top;
    min-width: 145px;
    width: 33%;
}

.footer-pages-menu>li:first-child a, .footer-categories-list .footer-category>a {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    color: #EAEAEA;
}

.footer-pages-menu>li:first-child a:hover, .footer-categories-list .footer-category>a:hover {
    color: #FBF8F8;
    text-decoration: underline;
}

.page-footer .developer {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 225px;
    height: 45px;
}

.page-footer .developer-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: url(/public/img/via-profit.png);
}

.page-footer .developer-text {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 45px;
    width: 115px;
}

.page-footer .social-networks {
    position: absolute;
    right: 0;
    top: 35px;
    width: 225px;
}

.page-footer .social-networks .soc-net-provider:first-child {
    margin: 0;
}

.page-footer .soc-net-provider {
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
    margin: 0 0 0 15px;
}

.page-footer .soc-net-provider.vk {
    color: #EAEAEA;
}

.page-footer .soc-net-provider.vk:hover {
    color: #78B8F1;
}

.page-footer .soc-net-provider.facebook {
    color: #757575;
}

.page-footer .soc-net-provider.facebook:hover {
    color: #4171D6;
}

.page-footer .soc-net-provider.twitter {
    color: #757575;
}

.page-footer .soc-net-provider.twitter:hover {
    color: #1DA1F2;
}

.page-footer .soc-net-provider.google {
    color: #848484;
}

.page-footer .soc-net-provider.google:hover {
    color: #DB4437;
}

.page-footer .soc-net-provider:hover {
    text-decoration: none;
}

.page-footer .footer-logo {
    position: absolute;
    width: 225px;
    height: 74px;
    top: 35px;
    right: 0;
}

.page-footer .footer-logo svg {
    width: 100%;
    height: 100%;
}

.main-page .categories-list {
    position: relative;
}

.main-page .categories-list .category {
    margin: 0;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.main-page .categories-list .category>a {
    display: block;
    width: auto;
    border-radius: 0;
    min-height: inherit;
    position: relative;
    height: 300px;
    margin: 10px;
    box-shadow: 0px 0px 0px 1px #E6E6E6, 0 7px 17px -10px #000;
}

.main-page .categories-list .category>a:hover .category-image {
    background: #03A9F4;
}

.main-page .categories-list .category>a:hover .category-description {
    opacity: 1;
    top: 45px;
}

.main-page .categories-list .category-data {
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.main-page .categories-list .category-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    transition: all 240ms ease-out;
    overflow: hidden;
}

.main-page .categories-list .category-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 106px solid #FFFFFF;
    border-right: 30px solid rgba(0, 0, 0, 0);
}

.main-page .categories-list .category-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 92px solid #03A9F4;
    border-right: 25px solid rgba(0, 0, 0, 0);
}

.main-page .categories-list .no-photo {
    background: none;
}

.main-page .categories-list .image-wrapper {
    padding: 0;
    position: relative;
    top: 105px;
    left: 0;
    width: 100%;
}

.main-page .categories-list .image-wrapper img {
    width: 130px;
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 17px;
}

.main-page .categories-list .category-name {
    font-size: 23px;
    color: #202e31;
    text-shadow: 0 1px 0px #FFFFFF;
    padding: 20px 20px;
    overflow: hidden;
}

.main-page .categories-list .category-description {
    position: absolute;
    opacity: 0;
    background: #FFF;
    top: 30px;
    padding: 10px;
    left: 5px;
    right: 5px;
    height: auto;
    z-index: 2;
    box-shadow: 0px 0px 0px 1px #E6E6E6, 0px 3px 30px -1px rgba(127, 64, 2, 0.66);
    border-radius: 4px;
    margin-left: 1px;
    transition: all 200ms ease-out;
    overflow: visible;
}

.main-page .categories-list .category-description:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #FFF;
    border-right: 10px solid rgba(0, 0, 0, 0);
}

.main-page .categories-list .category-description:after {
    display: none;
}

.main-page .categories-list .category-description:empty {
    display: none;
}

.top-scroller {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    background: #131313;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0;
    transition: all 340ms cubic-bezier(.18, .89, .32, 1.28);
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 4px 13px -4px rgba(0, 0, 0, 0.47);
}

.top-scroller.-visible {
    bottom: 20px;
    opacity: 1;
}

.top-scroller:before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_up';
    position: relative;
    top: 3px;
    font-feature-settings: 'liga';
}

body .top-scroller:hover {
    background: #03A9F4;
}

.recently-viewed-items-container .recently-title {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #807F7F;
}

.recently-viewed-items-list {
    position: relative;
}

.recently-viewed-list {
    white-space: nowrap;
}

.left-block .recently-viewed-items-list .item {}

.column-center .recently-viewed-items-list .item {}

.recently-viewed-items-list .item {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
    white-space: normal;
}

.recently-viewed-items-list .item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.recently-viewed-items-list .item-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.recently-viewed-items-list .item-image img {
    height: 100%;
    display: inline-block;
}

.recently-viewed-items-list .item-name-inner {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 20px;
}

.recently-viewed-items-list .item-link:hover .item-name {
    opacity: 1;
}

.js-simple-slider-btn {
    font-size: 26px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 33px;
    height: 33px;
    text-align: center;
    margin-top: -15px;
    cursor: pointer;
    color: #414142;
    border-radius: 100%;
    z-index: 1;
}

.js-simple-slider-btn:hover {
    color: #212f32;
    box-shadow: 0 0 0 2px #03A9F4;
    background: #03A9F4;
}

.js-simple-slider-btn-next {
    left: inherit;
    right: -20px;
}

.recently-viewed-items-container.-hidden {
    overflow: hidden;
    opacity: 0;
}

.recently-viewed-items-container.left-block {
    /* min-height: 240px; */
}

.content-block ul {
    list-style: none;
    padding: 0 0 0 14px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.content-block ol {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    counter-reset: list1;
    margin: 14px 0 20px 0;
}

.content-block ul li, .content-block ol li {
    position: relative;
    margin-bottom: 6px;
}

.content-block ul>li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    margin-left: -14px;
    background: #212f32;
    border-radius: 100%;
}

.content-block ul li ul {
    list-style: none;
    padding: 6px 0 0 11px;
}

.content-block ul li ul li:before {
    width: 11px;
    height: 6px;
    top: 7px;
}

.content-block ol li {
    padding-left: 20px;
}

.content-block ol>li:before {
    position: absolute;
    right: 100%;
    color: #212f32;
    margin-right: -12px;
}

.content-block ol>li:before {
    content: counter(list1) ".";
    counter-increment: list1;
}

.content-block ol li ol {
    list-style: none;
    padding: 6px 0 0 20px;
    counter-reset: list2;
}

.content-block ol ol li {
    padding-left: 14px;
}

.content-block ol li ol>li:before {
    content: counter(list1) "." counter(list2) ".";
    counter-increment: list2;
}

.callme-btn-fixed {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    position: fixed;
    display: block;
    right: -200px;
    top: 124px;
    padding: 10px 10px 10px 50px;
    z-index: 200;
    background: #03A9F4;
    box-shadow: 0 7px 18px -6px rgba(109, 77, 8, 0.6);
    opacity: 0;
    -webkit-transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
    transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
}

.callme-btn-fixed:before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 37px solid #03A9F4;
    border-left: 10px solid rgba(0, 0, 0, 0);
    transition: inherit;
}

.callme-btn-fixed:after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 40px solid #03A9F4;
    border-right: 10px solid rgba(0, 0, 0, 0);
}

.callme-btn-fixed.-visible {
    opacity: 1;
    right: 50px;
}

.callme-btn-fixed .icon {
    position: absolute;
    display: block;
    width: 27px;
    height: 25px;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    transition: all 240ms cubic-bezier(.18, .89, .32, 1.28);
}

.callme-btn-fixed .icon:after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 38px solid #343434;
    border-right: 10px solid rgba(0, 0, 0, 0);
    opacity: 0;
    transition: inherit;
}

.callme-btn-fixed .icon:before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 37px solid #343434;
    border-left: 10px solid rgba(0, 0, 0, 0);
    opacity: 0;
    transition: inherit;
}

.callme-btn-fixed .callme-label {
    position: relative;
    display: inline-block;
}

.callme-btn-fixed:hover {
    color: #ffffff;
}

.callme-btn-fixed:hover .icon {
    background: #343434;
    color: #FFF;
}

.callme-btn-fixed:hover .icon:before, .callme-btn-fixed:hover .icon:after {
    opacity: 1;
}

.paginator {
    position: relative;
    margin: 10px 0;
}

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

.paginator li {
    display: inline-block;
    vertical-align: middle;
}

.paginator a, .paginator span {
    display: block;
    margin: 0 2px;
    padding: 8px 10px;
    text-decoration: none;
    text-align: center;
    color: #333;
    background: #ebebeb;
    border-radius: 2px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    transition: all 200ms;
}

.paginator .right-arrow:before {
    content: 'keyboard_arrow_right';
}

.paginator .left-arrow:before {
    content: 'keyboard_arrow_left';
}

.paginator .dots {
    color: #7d7d7d;
    background: none;
    cursor: default;
}

.paginator .active {
    cursor: default;
    background: #03A9F4;
    color: #FFF;
}

.paginator a:hover {
    background: #64cfff;
    color: #FFF;
}

.left-block-title {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    color: #807F7F;
    display: block;
    text-decoration: none;
}

.left-block .icon {
    position: relative;
    margin: 0 5px 0 0;
}

.favorites-items-container .icon {
    color: #F44336;
}

.favorites-items-container .icon:before {
    content: 'favorite';
    font-family: 'Material Icons';
    font-size: 18px;
    position: relative;
    top: 3px;
    font-feature-settings: 'liga';
}

.privacy-cookies-info {
    position: fixed;
    background: rgb(255, 255, 255);
    box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.privacy-cookies-inner {
    position: relative;
    max-width: 700px;
    padding-left: 50px;
}

.privacy-cookies-postline {
    color: gray;
    margin-top: 4px;
}

.privacy-cookies-close {
    position: absolute;
    font-size: 22px;
    left: 10px;
    top: 16px;
    text-decoration: none;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    z-index: 1;
}

.privacy-cookies-close:before {
    content: "close";
}

.jsplash-visible .jsplash-wrapper.city-selector-popup:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-wrapper.city-selector-popup:before {
    content: "";
    position: absolute;
    background: url(/public/img/city-select.svg) no-repeat center center;
    background-size: contain;
    width: 340px;
    height: 100%;
    display: block;
    z-index: 2;
    left: -90px;
    /* animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1); */
    pointer-events: none;
}

.jsplash-inner.city-selector-popup {
    width: 70vw;
    height: 80vh;
    max-width: inherit;
    padding-left: 230px;
    box-sizing: border-box;
}

.jsplash-inner.city-selector-popup .city-select-wrapper {
    height: 100%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-flow: column nowrap;
}

.jsplash-inner.city-selector-popup .city-select-wrapper .city-select-title {
    color: #ff9800;
    font-size: 27px;
    padding: 10px 0;
    flex: 1;
}

.jsplash-inner.city-selector-popup .current-city-title {
    font-size: 14px;
    flex: 1;
}

.jsplash-inner.city-selector-popup .search-city-input {
    flex: 1;
    font-size: 14px;
    padding: 20px 0 10px 0;
}

.jsplash-inner.city-selector-popup .current-city-value {
    margin-left: 5px;
    padding: 5px 7px 5px 20px;
    background: #cdefce;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    box-shadow: 2px 3px 0 0px rgba(158, 189, 159, 0.7);
}

.jsplash-inner.city-selector-popup .current-city-value:before {
    content: 'check_circle';
    font-family: 'Material Icons';
    color: #009688;
    position: absolute;
    left: 3px;
}

.jsplash-inner.city-selector-popup .selector-wrapper {
    flex: 15;
    border: 1px solid #a2a2a2;
    border-radius: 8px;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    overflow-y: auto;
}

.jsplash-inner.city-selector-popup .selector-wrapper .city {
    flex: 1;
    position: relative;
    background: #eaeaea;
    padding: 10px 10px 10px 25px;
    border-radius: 8px;
    margin: 5px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.2s ease-out;
    color: #474747;
    box-shadow: 2px 3px 0 0px rgba(148, 148, 148, 0.4);
}

.jsplash-inner.city-selector-popup .selector-wrapper .city.-active {
    background: #cdefce;
    cursor: default;
    box-shadow: 2px 3px 0 0px rgba(158, 189, 159, 0.7);
}

.jsplash-inner.city-selector-popup .selector-wrapper .city.-active:hover {
    background: #cdefce;
}

.jsplash-inner.city-selector-popup .selector-wrapper .city:hover {
    background: #fbc13c;
}

.jsplash-inner.city-selector-popup .selector-wrapper .city:before {
    content: 'place';
    font-family: 'Material Icons';
    position: absolute;
    left: 5px;
    color: #f14b2d
}

.jsplash-inner.city-selector-popup .selector-wrapper .city.-active:before {
    content: 'check_circle';
    color: #009688
}

.jsplash-inner.city-selector-popup .selector-wrapper .city.-hidden {
    display: none;
}
.js-socnet-buttons{
    font-family: 'Open Sans',Tahoma, Verdana, Arial, sans-serif, Faruma, Faseyha;
    font-size: 12px;
    font-weight: normal;
    line-height: 23px;
    position: relative;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #7e7e7e;
}

.js-socnet-buttons > div{
    display: inline-block;
    opacity: 0;
}

.js-socnet-buttons .js-socnet-button{
    position: relative;
    display: inline-block;
    min-width: 140px;
    margin: 8px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .3s;
}

.js-socnet-buttons .js-socnet-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-bottom: 27px solid #5D5D5D;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

.js-socnet-buttons .js-socnet-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    width: 0;
    height: 0;
    border-top: 27px solid #5D5D5D;
    border-right: 6px solid rgba(0, 0, 0, 0);
}

.js-socnet-buttons .js-socnet-inner{
    font-weight: bold;
    position: relative;
    display: block;
    padding: 2px 4px 2px 35px;
    color: #fff;
    background: #474747;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
    font-size: 10px;
}

.js-socnet-buttons .js-socnet-inner:before{
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    left: 0;
    width: 28px;
    content: '';
    text-align: center;
}

.js-socnet-buttons .js-socnet-inner:after{
    position: absolute;
    top: 2px;
    left: 28px;
    width: 1px;
    height: 25px;
    content: '';
    background: rgba(0, 0, 0, .04);
}

.js-socnet-buttons .js-socnet-button:hover{
    opacity: .8;
}

.js-socnet-buttons .js-socnet-counter{
    margin-left: 8px;
}





.js-socnet-buttons .vkontakte .js-socnet-inner{
    background: #4392d8;
}


.js-socnet-buttons .vkontakte .js-socnet-inner:before{
    content: '\f189';
}

.js-socnet-buttons .vkontakte:before {
       border-bottom-color: #4392D8;
}

.js-socnet-buttons .vkontakte:after {
       border-top-color: #4392D8;
}


.js-socnet-buttons .facebook .js-socnet-inner{
    background: #434dd8;
}

.js-socnet-buttons .facebook .js-socnet-inner:before{
    content: '\f09a';
}

.js-socnet-buttons .facebook:before {
       border-bottom-color: #434DD8;
}

.js-socnet-buttons .facebook:after {
       border-top-color: #434DD8;
}

.js-socnet-buttons .twitter .js-socnet-inner{
    background: #75e2f5;
}

.js-socnet-buttons .twitter .js-socnet-inner:before{
    content: '\f099';
}

.js-socnet-buttons .twitter:before {
       border-bottom-color: #75E2F5;
}

.js-socnet-buttons .twitter:after {
       border-top-color: #75E2F5;
}
.js-socnet-buttons .mailru .js-socnet-inner{
    background: #427ce8;
}


.js-socnet-buttons .mailru .js-socnet-inner:before{
    content: '\f1fa';
}

.js-socnet-buttons .mailru:before {
       border-bottom-color: #427CE8;
}

.js-socnet-buttons .mailru:after {
       border-top-color: #427CE8;
}
.js-socnet-buttons .odnoklassniki .js-socnet-inner{
    background: #fd9107;
}

.js-socnet-buttons .odnoklassniki .js-socnet-inner:before{
    content: '\f263';
}

.js-socnet-buttons .odnoklassniki:before {
       border-bottom-color: #FD9107;
}

.js-socnet-buttons .odnoklassniki:after {
       border-top-color: #FD9107;
}
.js-socnet-buttons .pinterest .js-socnet-inner{
    background: #f70000;
}

.js-socnet-buttons .pinterest .js-socnet-inner:before{
    content: '\f231';
}



.js-socnet-buttons .linkedin .js-socnet-inner:before{
    content: '\f0e1';
}

.js-socnet-buttons .google .js-socnet-inner{
    background: #e84242;
}

.js-socnet-buttons .google .js-socnet-inner:before{
    content: '\f0d5';
}

.js-socnet-buttons .google:before {
       border-bottom-color: #E84242;
}

.js-socnet-buttons .google:after {
       border-top-color: #E84242;
}
.js-socnet-buttons .reddit .js-socnet-inner{
    background: #42a2e8;
}

.js-socnet-buttons .reddit .js-socnet-inner:before{
    content: '\f1a1';
}

/*JS VIEWES STYLES*/

/*viewport*/
.js-viewer-vewport{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 400ms;
	   -moz-transition: opacity 400ms;
	    -ms-transition: opacity 400ms;
	     -o-transition: opacity 400ms;
	        transition: opacity 400ms;
	background: rgba(0, 0, 0, .51);
}

/*viewport in visible state*/
.js-viewer-vewport.visible{
	z-index: 9999;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 400ms 100ms;
	   -moz-transition: opacity 400ms 100ms;
	    -ms-transition: opacity 400ms 100ms;
	     -o-transition: opacity 400ms 100ms;
	        transition: opacity 400ms 100ms;
}

/*image container*/
.js-viewer-image-block{
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, .27);
}

/*image container in visible state*/
.js-viewer-image-block.visible{
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 400ms;
	   -moz-transition: opacity 400ms;
	    -ms-transition: opacity 400ms;
	     -o-transition: opacity 400ms;
	        transition: opacity 400ms;
	border-radius: 1px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
}

/*close button*/
.js-viewer-image-block-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: .7;
	border-radius: 100%;
}

.js-viewer-image-block-close:after,
.js-viewer-image-block-close:before{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: opacity 240ms ease-out;
	   -moz-transition: opacity 240ms ease-out;
	    -ms-transition: opacity 240ms ease-out;
	     -o-transition: opacity 240ms ease-out;
	        transition: opacity 240ms ease-out;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	background: #E6760A;
}

.js-viewer-image-block-close:before{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*close button hover state*/
.js-viewer-image-block-close:hover{
	opacity: 1;
}

/*previous and next buttons*/
.js-viewer-image-block-prev,
.js-viewer-image-block-next{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 240ms ease-out;
	   -moz-transition: opacity 240ms ease-out;
	    -ms-transition: opacity 240ms ease-out;
	     -o-transition: opacity 240ms ease-out;
	        transition: opacity 240ms ease-out;
	background: rgba(255, 255, 0, 0); /*For IE 9*/
}

.js-viewer-image-block-prev:before,
.js-viewer-image-block-prev:after{
	position: absolute;
	top: 50%;
	left: 5%;
	width: 45px;
	height: 2px;
	margin: 18px 0 0 0;
	content: '';
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
	background: #E6760A;
	box-shadow: 2px -2px 16px rgba(255, 255, 255, .59);
}

.js-viewer-image-block-prev:before{
	margin: -20px 0 0 0;
	-webkit-transform: rotate(-60deg);
	   -moz-transform: rotate(-60deg);
	    -ms-transform: rotate(-60deg);
	     -o-transform: rotate(-60deg);
	        transform: rotate(-60deg);
	box-shadow: 2px 2px 16px rgba(255, 255, 255, .59);
}


/*next button*/
.js-viewer-image-block-next{
	right: 0;
	left: auto;
}

.js-viewer-image-block-next:before,
.js-viewer-image-block-next:after{
	position: absolute;
	top: 50%;
	right: 5%;
	width: 45px;
	height: 2px;
	margin: 18px 0 0 0;
	content: '';
	-webkit-transform: rotate(120deg);
	   -moz-transform: rotate(120deg);
	    -ms-transform: rotate(120deg);
	     -o-transform: rotate(120deg);
	        transform: rotate(120deg);
	background: #E6760A;
	box-shadow: 2px -2px 16px rgba(255, 255, 255, .59);
}

.js-viewer-image-block-next:before{
	margin: -20px 0 0 0;
	-webkit-transform: rotate(-120deg);
	   -moz-transform: rotate(-120deg);
	    -ms-transform: rotate(-120deg);
	     -o-transform: rotate(-120deg);
	        transform: rotate(-120deg);
	box-shadow: 2px 2px 16px rgba(255, 255, 255, .59);
}

/*next and prev buttons on hover*/
.js-viewer-image-block-prev:hover,
.js-viewer-image-block-next:hover{
	opacity: .9;
}

/*title and description container*/
.js-viewer-image-block-info{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 4px 6px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
}

/*image title*/
.js-viewer-image-block-title{
	font-size: 20px;
	position: relative;
	padding: 4px 6px;
	text-align: right;
	text-transform: uppercase;
}

/*image description*/
.js-viewer-image-block-description{
	font-size: 13px;
	position: relative;
	padding: 4px 6px;
	text-align: right;
}

/*preloader*/
.js-viewer-preloader{
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 100%;
	background: url(/public/img/preloader.gif) center center no-repeat;
	background-color: #0d0d0d;
}

body.-jsplash-opened {
    overflow-y: hidden!important;
}

.jsplash-viewport {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.17);
    opacity: 0;
    z-index: 9999;
    animation: jssplash-fade-out 300ms both cubic-bezier(0.22, 0.61, 0.36, 1);
}

.jsplash-blured {
    filter: blur(4px);
}

.jsplash-viewport.jsplash-visible {
    animation: jssplash-fade-in 400ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-closebtn {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0px;
    font-size: 30px;
    right: -40px;
    color: #000;
}

.jsplash-closebtn:hover {
    
color: #F44336;
}

.jsplash-closebtn:before {
    font-family: 'Material Icons';
    content: "close";
}

.jsplash-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 30px 90px -20px rgba(0,0,0,0.3);
    border-radius: 1px;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jsplash-inner {
    /* position: relative; */
    max-width: 400px;
    height: 100%;
    overflow: auto;
    /* text-align: center; */
}

.jsplash-wrapper.jsplash-fullscreen {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
}

.jsplash-fullscreen .jsplash-inner {
    padding: 0 12px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
}

@keyframes jssplash-fade-out {
    0% {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
}

@keyframes jssplash-fade-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.select-box {
    outline: none;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    padding: 0;
    color: #1b1b1b;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.select-box select {
    display: none;
}

.select-box .select-box-value {
    position: relative;
    padding: 8px 26px 6px 6px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    color: #1b1b1b;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 0px 0px 1px #a2a2a2;
    min-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-box[disabled] .select-box-value,
.select-box[disabled]:focus .select-box-value {
    background-color: #e8e8e8;
    cursor: default;
    box-shadow: inset 0 0px 0px 1px #a2a2a2;
}


.select-box:after {
    display: none;
}

.select-box .select-box-value::before {
    position: absolute;
    font-family: 'Material Icons';
    font-size: 20px;
    z-index: 1;
    top: 1px;
    height: 18px;
    right: 1px;
    padding: 7px 8px;
    border-radius: 13px;
    background: #FFF;
    content: 'keyboard_arrow_down';
    color: #000;
    transition: transform 600ms cubic-bezier(0.1, 0.6, 0.1, 0.93);
}


.select-box.-select-box-opened .select-box-value {
    z-index: 10000;
}

.select-box.-select-box-opened .select-box-value::before {
    z-index: 10000;
    transform: rotateZ(180deg);
}

.select-box.-select-box-opened.-with-filter .select-box-value {
    z-index: 1;
}

.select-box:focus .select-box-value {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.34), 0 2px 6px -1px rgba(7, 255, 7, 0.52);
}

.select-box .select-box-list-container {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    outline: none;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 9999;
}

.select-box.-with-filter .select-box-list-container {
    top: 0;
}

.select-box.-select-box-opened .select-box-list-container {
    height: auto;
    opacity: 1.0;
}

.select-box .select-box-filter {
    display: none;
    padding: 8px 8px;
}

.select-box .select-box-filter input:focus,
.select-box .select-box-filter input {
    width: 100%;
    font-size: 12px;
    color: #1f202a;
    border: none;
    border-bottom: 1px solid #eaeaea;
    outline: none;
    margin: 0;
    padding: 0 0 6px;
    box-shadow:none;
    border-radius:0;
}

.select-box .select-box-options-container {
    display: block;
    margin: 0;
    padding: 0;
}

.select-box .select-box-options-container {
    max-height: 225px;
    overflow-y: auto;
}

.select-box .select-box-list-optgroup {
    position: relative;
}

.select-box .select-box-list-optgroup.-hidden {
    display: none;
}

.select-box .select-box-list-optgroup-label {
    font-weight: bold;
    cursor: default;
    color: #1f202a;
    padding: 8px 10px;
}

.select-box .select-box-list-option {
    display: block;
    color: #1f202a;
    padding: 8px 10px;
    cursor: pointer;
    min-height: 13px;
    position: relative;
}

.select-box .select-box-list-optgroup .select-box-list-option {
    padding-left: 20px;
}

.select-box .select-box-value .fa,
.select-box .select-box-list-option .fa {
    margin-right: 5px;
}

.select-box .select-box-list-option.-hidden {
    display: none;
}

.select-box .select-box-list-option:hover, .select-box .select-box-list-option.-hovered {
    background: #fbc13d;
    /* color: #FFF; */
}

.select-box.-with-filter .select-box-filter {
    display: block;
}

.select-box.-always-opened .select-box-list-container {
    position: relative;
}

.select-box.-always-opened .select-box-value {
    display: none;
}
form .field {
    margin: 6px 0 18px 0;
}

form .field-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

form .field-wrapper .field {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 20px 0;
}

form .field-wrapper .field:last-child {
    padding-right: 0;
}

.search-filter-block .field-wrapper .filter-block {
    height: 100%;
}

.search-filter-block field-wrapper .filter-block-content {
    height: 100%;
}

form .field label > span > i {
    font-style: normal;
    color: red;
}

[data-type='validator-error'] {
    font-size: 11px;
    position: absolute;
    z-index: 10;
    margin-top: 2px;
    color: #ffffff;
    background: rgb(200, 53, 53);
    box-shadow: 0 8px 9px -2px rgba(187, 74, 74, 0.51);
    padding: 4px;
    opacity: .8;
    pointer-events: none;
}

[data-type='validator-error']:before {
    content: '';
    width: 0;
    height: 0;
    top: -5px;
    position: absolute;
    left: 6px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #d35d5d;
}

form input[type='number'],form input[type='text'], form input[type='password'], form textarea {
    font-weight: 400;
    cursor: auto;
    text-align: left;
    color: #1b1b1b;
    background: #fff;
    text-shadow: none;
    margin: 4px 0;
    font-size: 14px;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 6px;
    border: 1px solid #a2a2a2;
    border-radius: 1px;
    outline: none;
    resize: none;
}

body input[type="text"].error, body textarea.error {
    border-color: #F00;
    background: #ffe4e2;
}

form input[type='number']:focus,form input[type='text']:focus, form input[type='password']:focus, form textarea:focus {
    box-shadow: 0 2px 6px -1px rgba(3, 169, 244, 0.8);
}

form input[type='number'][disabled], form input[type='text'][disabled], form input[type='password'][disabled], form textarea[disabled] {
    background-color: #e8e8e8;
}

[type='checkbox']:not(:checked), [type='checkbox']:checked {
    position: absolute;
    opacity: 0;
    margin: 0;
}

[type='checkbox']:not(:checked) + label, [type='checkbox']:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}




[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
    font-family: 'Material Icons';
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: -1px;
    content: 'check_box';
    font-feature-settings: 'liga';
    color: #03a9f4;
    transition: all .2s;
}

[type='checkbox']:not(:checked) + label:before {
    content: 'check_box_outline_blank';
    font-feature-settings: 'liga';
    color: inherit;
}


[type='checkbox']:disabled:not(:checked) + label:before, [type='checkbox']:disabled:checked + label:before {
    color: #9a9a9a;
}

[type='checkbox']:disabled + label {
    color: #9a9a9a;
}

[type='radio']:not(:checked), [type='radio']:checked {
    position: absolute;
    opacity: 0;
}

[type='radio']:not(:checked) + label, [type='radio']:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type='radio']:not(:checked) + label:before, [type='radio']:checked + label:before {
    font-family: 'Material Icons';
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: -1px;
    content: 'radio_button_checked';
    font-feature-settings: 'liga';
    color: #03a9f4;
    transition: all .2s;
}

[type='radio']:not(:checked) + label:before {
    content: 'radio_button_unchecked';
    font-feature-settings: 'liga';
    color: inherit;
}

[type='radio']:disabled:not(:checked) + label:before, [type='radio']:disabled:checked + label:before {
    color: #9a9a9a;
}

[type='radio']:disabled + label {
    color: #9a9a9a;
}

.file-input-wrapper {
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 200px;
    margin-bottom: 20px;
    text-align: center;
}

input[type='file'] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}

.file-input-fake-button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input[type='submit'], input[type='reset'], button, a.button {
    position: relative;
    display: inline-block;
    background: #03A9F4;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 36px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    transition: 0.3s all ease;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type='submit']:hover, input[type='reset']:hover, button:hover, a.button:hover {
    background: #64cfff;
}

input[type='submit']:active, input[type='reset']:active, button:active, a.button:active {
    background: #f79830;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

input[type='submit'][disabled], input[type='reset'][disabled], button[disabled], a.button[disabled], button[disabled]:hover, a.button[disabled]:hover, button[disabled]:active, a.button[disabled]:active button[disabled]:visited, a.button[disabled]:visited {
    cursor: not-allowed;
    background: #9c9c9c;
    color: #cbcbcb;
}

input[type='text'], input[type='password'], textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
    padding: 9px 5px;
    resize: none;
    color: #1d1d1d;
    border: 1px solid #a2a2a2;
    transition: 300ms ease-out;
    border-radius: 1px;
    background: #ffffff;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/public/css/fonts/FontAwesome/fontawesome-webfont.eot');
  src: url('/public/css/fonts/FontAwesome/fontawesome-webfont.eot') format('embedded-opentype'),
       url('/public/css/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
       url('/public/css/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
       url('/public/css/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
       url('/public/css/fonts/FontAwesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.awesomplete [hidden] {
	display: none;
}

.awesomplete .visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.awesomplete {
	display: inline-block;
	position: relative;
}

.awesomplete > input {
	display: block;
}

.awesomplete > ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.awesomplete > ul:empty {
	display: none;
}

.awesomplete > ul {
	border-radius: 2px;
	margin: .2em 0 0;
	background: #FFF;
	border: 1px solid rgba(68, 68, 68, 0.09);
	box-shadow: 0 5px 10px -5px rgba(26, 30, 33, 0.23);
	text-shadow: none;
	transition: all 240ms ease-out;
	max-height: 200px;
	opacity: 1;
	overflow-y: auto;
}
.awesomplete > ul .img{
    display: table-cell;
    width: 5%;
    vertical-align: middle;
}
.awesomplete > ul .img img{
	height:35px;
	width:35px;
	vertical-align: middle;
}
.awesomplete > ul i{display: table-cell;white-space: nowrap;width: 77%;position: relative;vertical-align: middle;text-overflow: ellipsis;overflow: hidden;}
.awesomplete >ul span{
	display: table-cell;
	width: 18%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
.awesomplete >ul span.price:after{
	position: relative;
	font-size: 16px;
	margin: 0 0 0 4px;
	color: #FF9800;
	content: '\f158';
	font-family: FontAwesome;
}
.awesomplete >ul span.old-price{
	text-decoration: line-through;
	display: inline;
	font-size: 13px;
	padding-right: 5px;
	color: #b13f3f;
}
.awesomplete >ul span.item-status-wrapper{
	display: inline;
	vertical-align: top;
	text-align:center;
	padding-right: 5px;
}
.awesomplete >ul span.item-status-wrapper .item-status{
	font-size:12px;
	border-radius:20px;
	text-align:center;
	padding: 2px 8px;
	display:none;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="new"]{
	background: #FF5722;
	color:#fff;
	display: inline;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="best"]{
	background: #03A9F4;
	color:#fff;
	display: inline;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="sale"]{
	background: #4CAF50;
	color:#fff;
	display: inline;
}
.awesomplete > ul[hidden],
.awesomplete > ul:empty {
	opacity: 0;
	max-height: 0;
	display: block;
	transition-timing-function: ease;
	transform: scale(1);
	overflow-y: auto;
}

/* Pointer */
.awesomplete > ul:before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0;
	height: 0;
	padding: .4em;
	background: white;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.awesomplete > ul > li {
	position: relative;
	padding: 8px 4px;
	cursor: pointer;
	display: table;
	table-layout: fixed;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}

.awesomplete > ul > li:hover {
	background: #efba3a;
	color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
	background: hsl(204, 96%, 58%);
	color: white;
}

.awesomplete mark {
	background: #FF9800;
}

.awesomplete li:hover mark {
	background: #ff791a;
}

.awesomplete li[aria-selected="true"] mark {
	background: #3F51B5;
	color: inherit;
}

.awesomplete .date {
	color: #414040;
	display: inline-block;
}

.awesomplete .time {
	display: inline-block;
	margin: 0 4px;
}

.awesomplete .status {
	display: inline-block;
	margin: 0 5px;
	font-size: 11px;
	color: #fff;
	background: #30a9f8;
	border-radius: 2px;
	padding: 0px 6px;
	position: relative;
}

.awesomplete .status-24 {
	background: #3bba04;
}

.awesomplete .status-25 {
	background: #a8a8a8;
}

.awesomplete .status-26 {
	background: #f61616;
}

.awesomplete .status-35 {
	background: #959595;
}

.awesomplete .route {
	display: inline-block;
	position: relative;
	color: #4b4b4b;
}
.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
		overflow: auto;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(0, 0%, 89%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(0, 0%, 66%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(42, 85%, 58%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(30, 99%, 61%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(30, 99%, 61%);
			
			color: black;
		}
/*# sourceMappingURL=awesomplete.css.map */

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

pre.xdebug-var-dump{color: #2b2b2b;background: #fff;z-index: 999999;position: relative;font-size: 12px;}pre.xdebug-var-dump b {color: #0179d4;}pre.xdebug-var-dump i {color: #9e9d9d;}pre.xdebug-var-dump small{color: #6480f1;}pre.xdebug-var-dump font[color="#cc0000"]{color: #c00;}table.xdebug-error{font-size:12px;color:#2b2b2b!important;}


html,
body{
	font: inherit;
	font-family: 'Tahoma', 'Times New Romain', Arial, serif;
	font-size: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #414141;
	border: 0;
}
body p{
	font-size:15px;
}
img{
	max-width: 100%;
	border: 0;
	outline: none;
}

:focus{
	outline: none;
}

a[rel='tofancy'] > img{
	cursor: inherit!important;
}

.clear{
	clear: both;
}






#blockscreen{
	position: fixed;
	z-index: 999998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, .47);
}


#preloader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}
#preloader:before{
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #1d1d1d;
	border-top: 1px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	   -moz-animation: rotation 1s linear infinite;
	    -ms-animation: rotation 1s linear infinite;
	     -o-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
	border-radius: 100%;
}
#preloader > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	opacity: .9;
	background: url(/public/img/loader.svg) no-repeat center center;
	background-size: contain;
}

@-webkit-keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
@keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}

#blockscreen.visible{
	display: block;
}

#preloader.visible{
	display: block;
}












#tooltip{
	font: 1em verdana;
	position: absolute;
	z-index: 99999;
	width: 200px;
	padding: 0 15px;
	opacity: .9;
	color: #fff;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	background-color: #373838;
	-webkit-box-shadow: 3px 4px 6px #000;
	   -moz-box-shadow: 3px 4px 6px #000;
	        box-shadow: 3px 4px 6px #000;
}

#infotips{
	position: fixed;
	z-index: 9999;
	bottom: -30px;
	width: 100%;
	height: 0;
}

#infotips .infotip{
	font-size: 14px;
	line-height: 23px;
	position: relative;
	z-index: 9999;
	margin: 0 auto 0 auto;
	margin-bottom: 3px;
	padding: 2px 30px;
	cursor: default;
	text-align: center;
	opacity: 0;
	color: #fff;
	border: 1px solid #353535;
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	        transform: scale(.9);
	border-radius: 2px;
	background: #252525;
	box-shadow: 0 0 20px 1px #000;
}

#infotips .infotip[data-visible='visible']{
	top: 0;
	left: auto;
	margin-top: -70px;
	opacity: 1;
	-webkit-transition: 320ms ease-out;
	   -moz-transition: 320ms ease-out;
	    -ms-transition: 320ms ease-out;
	     -o-transition: 320ms ease-out;
	        transition: 320ms ease-out;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

img.broken{
	line-height: 50px;
	text-align: center;
	color: #d8d8d8;
	background-image: url('/img/brokenimage.png');
	background-repeat: no-repeat;
	background-position: center;
}




/* spoiler */
.spoiler{
	line-height: 1.6;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.spoiler .spoiler-title{
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	padding: 4px 4px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #f3f3f3;
	border: 1px solid #464646;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background: #202020;
	-webkit-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	   -moz-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	        box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);

	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	    -ms-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	     -o-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
}

.spoiler .spoiler-toggle{
	line-height: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	background: #fff;

	    -ms-border-radius: 100%;
	     -o-border-radius: 100%;
	-webkit-user-modify: read-only;
}

.spoiler.-opened .spoiler-toggle{
	background: #0085ff;
}

.spoiler.-opened > .spoiler-content{
	overflow: visible;
	height: auto;
	padding: 10px;
	opacity: 1;
}

.spoiler > .spoiler-content{
	font-size: 13px;
	position: relative;
	display: block!important;
	overflow: hidden;
	height: 0;
	padding: 0 10px;
	opacity: 0;
	color: #fff;
	border: 1px solid #575151;
	border-top: 0;
	-webkit-transition: all 400ms ease-out;
	   -moz-transition: all 400ms ease-out;
	    -ms-transition: all 400ms ease-out;
	     -o-transition: all 400ms ease-out;
	        transition: all 400ms ease-out;
	border-radius: 0 0 3px 3px;
	background: none repeat scroll 0 0 #353434;
}


/*===================================================*
**                                                  =*
**               FORM ERROR MESSAGES                =*
**                                                  =*
**==================================================*/


.jsplash-inner.cabinet-registry-form,
.cabinet-registry-form {
    text-align: left;
}

.cabinet-registry-form .note {
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 15px;
    margin-bottom: 0;
    text-shadow: 0 0 1px #000;
    display: none;
}

.cabinet-registry-form .submit-field {
    text-align: center;
    margin: 6px 0 0 0;
}

.cabinet-registry-form .bottom-note .note {
    font-size: 12px;
    color: #101010;
    margin: 0;
}

.cabinet-registry-form .submit-field input:active {
    top: inherit;
}





.jsplash-inner.cabinet-sign-in-form {
    width: 230px;
}


.jsplash-inner.cabinet-sign-in-form input {
    text-align: center;
}

.cabinet-sign-in-form .submit-field {
    text-align: center;
    margin: 6px 0 6px 0;
}


.jsplash-wrapper.cabinet-registry-form {
}

.jsplash-inner.cabinet-registry-form {
    max-width: 370px;
}



.cabinet-toolbar {
    background: #FFFFFF;
    margin: 0 0 40px 0;
    border-top: 2px solid #c93638;
    background-color: #fff;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, .32);
}

.cabinet-toolbar a {
    text-decoration: none;
    color: #444;
    padding: 8px 12px;
    display: inline-block;
}

.cabinet-toolbar a:hover {
    color: #c93638;
}

.cabinet-toolbar a:active {

}

.cabinet-toolbar a.active {
    background: #c93638;
    color: #FFF;
}



.cabinet-data-page .field-container {
    display: table;
    width: 100%;
    max-width: 620px;
    margin: 0 0 30px 0;
    table-layout: fixed;
    margin-left: -20px;
}

.cabinet-data-page .field-container .field {
    display: table-cell;
    padding: 0 20px;
}

.cabinet-data-page form[name="userData"] {
    padding: 20px;
}

.cabinet .note {
    background: #F3F3F3;
    padding: 20px;
    margin: 0 0 26px 0;
    border-radius: 2px;
    border: 1px dotted #e9e9e9;
}

.cabinet table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 25px;
    border: 1px solid #f74444;
    text-align: left;
    background: #FFF;
}

.page-content .cabinet table th {
    border: 1px solid #f74444;
    line-height: 30px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    padding: 4px 20px;
    background: #f74444;
}

.page-content .cabinet table td {
    font: 15px/20px arial;
    border: 1px solid #D5D5D5;
    padding: 11px 10px 11px 10px;
}

.page-content .cabinet table p,
.page-content .cabinet table h1,
.page-content .cabinet table h2,
.page-content .cabinet table h3,
.page-content .cabinet table h4 {
    background-color: inherit;
    box-shadow: inherit;
}


.page-content .cabinet table.item-attributes th,
.page-content .cabinet table.item-attributes td {
    
    padding: 2px 4px;
    font-size: 12px;
    line-height: 18px;
}


.page-content .cabinet table td.item-attributes,
.page-content .cabinet table th.item-attributes {
    width: 300px;
}

.cabinet table .order-cost,
.cabinet table .item-cost {
    color: #f74444;
}

.cabinet .item-name .name {
    text-align: center;
}

.cabinet form[name="changePassword"] {
    padding: 20px;
}

.cabinet-password-page .your-login {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 6px;
}

.cabinet-module-action {
    margin-top: 40px;
}

.cabinet .orders-list .pay-order {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f9a1a1), color-stop(1, #f73434));
    background: -moz-linear-gradient(top, #f9a1a1 5%, #f73434 100%);
    background: -webkit-linear-gradient(top, #f9a1a1 5%, #f73434 100%);
    background: -o-linear-gradient(top, #f9a1a1 5%, #f73434 100%);
    background: -ms-linear-gradient(top, #f9a1a1 5%, #f73434 100%);
    background: linear-gradient(to bottom, #f9a1a1 5%, #f73434 100%);
    background-color: #f9a1a1;
    box-shadow: inset 0 1px 0 0 #fff;
    text-shadow: 0 1px 0 #dc1111;
    color: #FFF;
    border: 1px solid #f55555;
    margin-left: 6px;
}
.cabinet .orders-list .pay-order:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #bb4747), color-stop(1, #f73434));
    background: -moz-linear-gradient(top, #bb4747 5%, #f73434 100%);
    background: -webkit-linear-gradient(top, #bb4747 5%, #f73434 100%);
    background: -o-linear-gradient(top, #bb4747 5%, #f73434 100%);
    background: -ms-linear-gradient(top, #bb4747 5%, #f73434 100%);
    background: linear-gradient(to bottom, #bb4747 5%, #f73434 100%);
    background-color: #bb4747;

}

.cabinet .orders-list .pay-order:active {
    box-shadow: inset 0 6px 6px -2px rgba(0, 0, 0, 0.47);
    top: inherit;
}

.jsplash-inner.cabinet-recovery-form #login {
    text-align: center;
}
.callme-form-module{
	margin: 20px 0 50px 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 14px -2px rgba(0, 0, 0, .32);
	border-radius: 4px;
	border-bottom: 4px solid #03A9F4;
}

.callme-form-module .validation-error{
	font-size: 13px;
	position: absolute;
	bottom: -20px;
	padding: 2px 5px;
	color: #FFFFFF;
	border: 1px solid #bbb;
	transition: all 240ms ease-out;
	border-radius: 4px;
	background: #202E31;
	box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, .32);
	opacity: 0;
}

.callme-form-module .validation-error:before {
	content:'';
	position:absolute;
	width:0;
	height: 0;
	border-bottom: 4px solid #202E31;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	top: -4px;
	left: 6px;
}

.callme-form-module .validation-error.-visible {
	opacity: 1;
}

.callme-form-module .error{
	border: 1px solid red;
}

.jsplash-wrapper.callme-js-form {padding: 0;}

.jsplash-inner.callme-js-form {

}

.jsplash-inner .callme-form-module {
	margin: 0;
	width: 300px;
}

.jsplash-inner .callme-form-module label >span {
	text-align: left;
	display: block;
	font-size: 13px;
}

.jsplash-inner .callme-form-module .button-field {
	margin: 0;
}
.jsplash-inner .callme-form-module .button-field input {
	margin-top:0
}
.catalog img {
    opacity: 1;
    -webkit-transition: opacity 200ms 300ms ease-out;
    transition: opacity 200ms 300ms ease-out;
}

.catalog .no-photo {
    background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
}

.catalog-module-action {
    position: relative;
}

.catalog-category-page .categories-list .category, .catalog-main-page.catalog-only .categories-list .category {
    margin: 0;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    vertical-align: top;
    position: relative;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

.categories-list {
    padding: 10px 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.catalog-category-page .categories-list .category:hover>a:after, .catalog-main-page.catalog-only .categories-list .category:hover>a:after {
    border-right: 9px solid #03a9f4;
}

.catalog-category-page .categories-list .category>a, .catalog-main-page.catalog-only .categories-list .category>a {
    display: block;
    border-radius: 0;
    position: relative;
    margin: 5px;
    color: #202e31;
    text-decoration: none;
    box-shadow: 0px 0px 0px 1px #E6E6E6, 0 7px 17px -10px #000;
}

.catalog-category-page .categories-list .category>a:after, .catalog-main-page.catalog-only .categories-list .category>a:after {
    content: '';
    border-right: 9px solid #dadada;
    border-top: 32px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.catalog-category-page .categories-list .category>a .category-image, .catalog-main-page.catalog-only .categories-list .category>a .category-image {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-category-page .categories-list .category>a .category-data, .catalog-main-page.catalog-only .categories-list .category>a .category-data {
    position: relative;
    margin: 0 0 0 65px;
    height: 60px;
}

.catalog-category-page .categories-list .category>a .category-data .category-name, .catalog-main-page.catalog-only .categories-list .category>a .category-data .category-name {
    height: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.catalog-module-action.-loading:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.catalog img.-loading {
    opacity: 0;
}

.catalog .item-favorites-btn {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.catalog .item-favorites-btn:before {
    font-family: 'Material Icons';
    content: 'favorite_border';
    color: #a4a6a7;
    font-size: 23px;
    display: block;
    text-align: center;
    top: 3px;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-feature-settings: 'liga';
}

.catalog .item-favorites-btn.-in-favorites:before {
    content: 'favorite';
    color: #F44336;
}

.catalog .item-favorites-btn:hover:before {
    color: #F44336;
}

.catalog .catalog-buy-btn-style {
    position: relative;
    display: inline-block;
    background: #03A9F4;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 36px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-align: center;
    border: 0;
    outline: none;
}

.catalog .catalog-buy-btn-style .buy-icon {
    position: relative;
    left: -4px;
    margin-right: 3px;
}

.catalog .catalog-buy-btn-style:hover {
    background: #64cfff;
    /* color: #fff; */
}

.catalog .category-brands {
    border: 1px dashed #64cfff;
    padding: 6px 0px;
    border-radius: 6px;
    margin: 0 0 20px 0;
}

.catalog .category-brand-name {
    display: inline-block;
    margin: 2px 8px;
    color: #905600;
}

.catalog .category-description {
    position: relative;
    margin: 80px 0 0 0;
}

.catalog .items-list {
    text-align: center;
    position: relative;
}

.catalog .items-list .item-inner {
    -webkit-transition: transform, opacity 300ms ease-out;
    -moz-transition: transform, opacity 300ms ease-out;
    -o-transition: transform, opacity 300ms ease-out;
    transition: transform, opacity 300ms ease-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    opacity: 0;
    visibility: hidden;
}

.catalog .items-list.-loading .item {}

.catalog .catalog-items-toolbar {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.catalog .catalog-items-toolbar .paginator {
    margin: 20px 0 10px 0;
}

.catalog .catalog-items-toolbar.-bottom-toolbar {
    border: 0;
    border-top: 1px solid #ebebeb;
    padding: 10px 0 0 0;
}

.catalog .catalog-items-toolbar.-bottom-toolbar .paginator {
    width: 480px;
    top: -30px;
    margin: 10px 0;
}

.catalog .catalog-items-toolbar .toolbar-box {
    position: relative;
    display: inline-block;
}

.catalog .catalog-items-toolbar .toolbar-label {
    color: #282828;
    font-size: 14px;
    margin-right: 4px;
}

.catalog .catalog-items-toolbar .toolbar-box-mode {
    width: 20%;
}

.catalog .catalog-items-toolbar .toolbar-box-mode .view-wrapper {
    display: inline;
    white-space: nowrap;
}

.catalog .catalog-items-toolbar .toolbar-box-sort {
    text-align: right;
    width: 80%;
}

.catalog .catalog-items-toolbar.-bottom-toolbar .toolbar-box-mode {
    display: none;
}

.catalog .catalog-items-toolbar.-bottom-toolbar .toolbar-box-sort {
    width: 100%;
}

.catalog .catalog-items-toolbar .toggle-view-mode {
    position: relative;
    font-size: 29px;
    text-align: left;
    color: #dadada;
    text-decoration: none;
    display: inline-block;
    margin: 0 4px 0 -2px;
    top: 9px;
}

.catalog .catalog-items-toolbar .toggle-view-mode:before {
    content: '';
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
}

.catalog .catalog-items-toolbar .toggle-view-mode[data-view-mode="tiles"]:before {
    content: 'view_module';
}

.catalog .catalog-items-toolbar .toggle-view-mode[data-view-mode="list"]:before {
    content: 'view_list';
}

.catalog .catalog-items-toolbar .toggle-view-mode:hover {
    color: #b5b5b5;
}

.catalog .catalog-items-toolbar .toggle-view-mode.-active, .catalog .catalog-items-toolbar .toggle-view-mode.-active:hover {
    color: #03A9F4;
}

.catalog .catalog-items-toolbar .set-sort-mode {
    text-decoration: none;
    color: #7b7b7b;
    font-size: 13px;
    padding: 4px 10px 4px 5px;
    border-radius: 6px;
    margin: 0 3px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.catalog .catalog-items-toolbar .set-sort-mode .label {}

.catalog .catalog-items-toolbar .set-sort-mode .icon {
    color: #fff;
    background: #5e605e;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0 4px 0 0;
    font-family: 'Material Icons';
    position: relative;
    top: 2px;
    display: inline-block;
    font-feature-settings: 'liga';
}

.catalog .catalog-items-toolbar [data-sort-mode="asc"] .icon:before {
    content: 'keyboard_arrow_down';
}

.catalog .catalog-items-toolbar [data-sort-mode="desc"] .icon:before {
    content: 'keyboard_arrow_up';
}

.catalog .catalog-items-toolbar .set-sort-mode:hover, .catalog .catalog-items-toolbar .set-sort-mode.-active {
    background: #03A9F4;
    color: #fff;
}

.catalog .catalog-items-toolbar .set-sort-mode:hover .icon, .catalog .catalog-items-toolbar .set-sort-mode.-active .icon {
    background: #212f31;
}

.catalog .items-list .item-visibility-marker {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.catalog .items-list .item-visibility-marker.-marker-bottom {
    top: inherit;
    bottom: 80px;
}

.catalog .items-list[data-view-mode="tiles"] .item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    vertical-align: top;
    margin: 0 0 15px 0;
}

.catalog .items-list[data-view-mode="tiles"] .item:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.catalog .items-list[data-view-mode="tiles"] .item-inner {
    position: relative;
    box-sizing: border-box;
    margin: 10px;
}

.catalog .items-list[data-view-mode="tiles"] .item-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.catalog .items-list[data-view-mode="tiles"] .item-name {
    color: #263238;
    position: relative;
    font-size: 14px;
    margin: 14px 0 6px 0;
    height: 40px;
    overflow: hidden;
}

.catalog .items-list[data-view-mode="tiles"] .item-description {
    display: none;
}

.catalog .items-list[data-view-mode="tiles"] .item-image {
    position: relative;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
}

.catalog .items-list[data-view-mode="tiles"] .item-image img {
    width: 100%;
    opacity: 0;
}

.catalog .items-list[data-view-mode="tiles"] .item-attributes {
    position: relative;
    color: #8b8b8b;
    font-size: 11px;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
}

.catalog .items-list[data-view-mode="tiles"] .item-attribute {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.catalog .items-list[data-view-mode="tiles"] .item-price {
    position: relative;
    font-size: 27px;
    margin: 15px 0;
    display: inline-block;
    padding: 0 0 20px 0;
}

.catalog .items-list[data-view-mode="tiles"] .item-price .old-price {
    position: absolute;
    font-size: 16px;
    color: #f0611c;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.catalog .items-list[data-view-mode="tiles"] .item-price .old-price:before {
    content: '';
    position: absolute;
    width: 100%;
    padding: 0 5px;
    height: 1px;
    background: #f0611c;
    top: 10px;
    left: -4px;
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
}

.catalog .items-list[data-view-mode="tiles"] .item-price .price {
    display: inline-block;
}

.catalog .items-list[data-view-mode="tiles"] .item-info, .catalog .items-list[data-view-mode="tiles"] .item-price .price-currency-2 {
    display: none;
}

.catalog .items-list[data-view-mode="tiles"] .item-price .price-currency {
    position: relative;
    font-size: 16px;
    margin: 0 4px 0 0;
    color: #03a9f4;
}

.catalog .items-list[data-view-mode="tiles"] .fast-order {
    display: none;
}

.catalog .items-list[data-view-mode="tiles"] .item-buy-btn {
    position: absolute;
    opacity: 0;
    display: block;
    width: 160px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 250px;
    margin: 0 0 0 -80px;
    left: 50%;
    z-index: 2;
}

.catalog .items-list[data-view-mode="tiles"] .item:hover .item-buy-btn {
    opacity: 1;
    top: 230px;
}

.catalog .items-list[data-view-mode="tiles"] .item-favorites-btn {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

.catalog .items-list[data-view-mode="tiles"] .item-favorites-btn.-in-favorites:before {
    color: #F44336;
}

.catalog .items-list[data-view-mode="tiles"] .item-favorites-btn:before {
    color: #fff;
}

.catalog .items-list[data-view-mode="tiles"] .item-favorites-btn.-in-favorites, .catalog .items-list[data-view-mode="tiles"] .item:hover .item-favorites-btn {
    opacity: 1;
}

.catalog .items-list[data-view-mode="tiles"] .item-favorites-btn.-in-favorites {
    text-shadow: none;
}

.catalog .items-list[data-view-mode="list"] .item {
    position: relative;
    text-align: left;
}

.catalog .items-list[data-view-mode="list"] .item-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.catalog .items-list[data-view-mode="list"] .item-inner {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    padding: 10px 10px 10px 210px;
    height: 190px;
}

.catalog .items-list[data-view-mode="list"] .item-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 300px;
    height: 100%;
    z-index: 1;
}

.catalog .items-list[data-view-mode="list"] .item-name {
    color: #263238;
    position: relative;
    font-size: 16px;
    margin: 10px 300px 6px 0;
    text-shadow: 0 0 0 #263238;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog .items-list[data-view-mode="list"] .item-description {
    color: #858586;
    font-size: 13px;
    overflow: hidden;
    height: 60px;
    margin: 0 300px 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
}

.catalog .items-list[data-view-mode="list"] .item-image img {
    width: 100%;
    opacity: 0;
}

.catalog .items-list[data-view-mode="list"] .item-attributes {
    position: relative;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 20px;
    max-height: 118px;
    overflow: hidden;
    margin: 14px 280px 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-attribute {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog .items-list[data-view-mode="list"] .-with-description .item-attributes {
    max-height: 58px;
}

.catalog .items-list[data-view-mode="list"] .item-price {
    position: relative;
    font-size: 34px;
    text-align: center;
    margin: 20px 0 20px 0;
}

.catalog .items-list[data-view-mode="list"] .item-status-sale .item-price {
    top: -10px;
}

.catalog .items-list[data-view-mode="list"] .item-price .old-price {
    position: absolute;
    font-size: 18px;
    color: #f0611c;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.catalog .items-list[data-view-mode="list"] .item-price .old-price:before {
    content: '';
    position: absolute;
    width: 110%;
    padding: 0 5px;
    height: 1px;
    background: #df4413;
    top: 10px;
    left: -15%;
    -webkit-transform: rotateZ(-8deg);
    transform: rotateZ(-8deg);
}

.catalog .items-list[data-view-mode="list"] .item-price .price {
    display: inline-block;
}

.catalog .items-list[data-view-mode="list"] .item-price .price-currency {
    display: none;
}

.catalog .items-list[data-view-mode="list"] .item-price .price-currency-2 {
    position: relative;
    font-size: 16px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.catalog .items-list[data-view-mode="list"] .item-action-block {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 260px;
}

.catalog .items-list[data-view-mode="list"] .item-action-block:before {
    content: '';
    position: absolute;
    background: #e1e1e1;
    width: 1px;
    height: 105px;
    top: 40px;
    left: -20px;
}

.catalog .items-list[data-view-mode="list"] .item-info {
    position: relative;
    margin: 20px 0 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .info-elem {
    font-size: 14px;
    padding: 0px 0 0 20px;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 5px 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .icon {
    color: #333;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.catalog .items-list[data-view-mode="list"] .item-info .label {
    font-size: 13px;
    color: #333;
    border-bottom: 1px dashed #e3e3e3;
}

.catalog .items-list[data-view-mode="list"] .item-info .payments-list {
    display: inline-block;
    position: absolute;
    background: url(/modules/Catalog/public/front/img/payments-list.png) no-repeat center center;
    background-size: contain;
    width: 76px;
    height: 10px;
    top: 6px;
    right: 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .info-elem:hover .label {
    color: #FF5722;
    border-bottom: 1px dashed #FF5722;
}

.catalog .items-list[data-view-mode="list"] .item-buy-btn {
    display: block;
    z-index: 2;
    margin-right: 45px;
}

.catalog .items-list[data-view-mode="list"] .fast-order {
    display: block;
    z-index: 2;
    width: 38px;
    padding: 0;
    height: 36px;
    text-align: center;
    right: 0;
    margin: -36px 0 0 221px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.catalog .item-buy-btn:before {
    content: "done_all";
    position: absolute;
    font-family: 'Material Icons';
    font-size: 19px;
    left: 9px;
    top: 50%;
    margin: -9px 0 0 0;
    /* color: #ffffff; */
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.15, 0.94, 0.15, 1.18);
    transition: all 300ms cubic-bezier(0.15, 0.94, 0.15, 1.18);
    font-feature-settings: 'liga';
}

.catalog .item-buy-btn.-in-cart:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catalog .item-favorites-btn .md-icon {
    font-size: 22px;
    color: #c7c8c9;
}

.catalog .items-list[data-view-mode="list"] .item-favorites-btn {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}

.jsplash-wrapper.catalog-payment-info-popup {
    padding: 20px 20px 20px 220px;
}

.jsplash-inner.catalog-payment-info-popup {
    max-width: 1200px;
    text-align: left;
}

.jsplash-wrapper.catalog-payment-info-popup:before {
    content: '';
    position: absolute;
    background: url(/modules/Catalog/public/front/img/payments-back.png) no-repeat center center;
    background-size: contain;
    width: 330px;
    height: 404px;
    z-index: 2;
    top: 130px;
    left: -50px;
    animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.jsplash-visible .jsplash-wrapper.catalog-payment-info-popup:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-inner.catalog-payment-info-popup {
    max-width: 620px;
    text-align: left;
}

.jsplash-wrapper.catalog-payment-info-popup .payment-slider {
    position: relative;
    margin: 40px 0 0 0;
}

.jsplash-wrapper.catalog-payment-info-popup .payment-logo {
    position: relative;
    width: 100px;
    height: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.jsplash-wrapper.catalog-return-policy-info-popup:before {
    content: '';
    position: absolute;
    background: url(/modules/Catalog/public/front/img/return-policy-back.png) no-repeat center center;
    background-size: contain;
    width: 140px;
    height: 140px;
    z-index: 2;
    bottom: 20px;
    left: -40px;
    animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.jsplash-visible .jsplash-wrapper.catalog-return-policy-info-popup:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-wrapper.catalog-return-policy-info-popup {
    padding: 20px 20px 20px 110px;
}

.jsplash-inner.catalog-return-policy-info-popup {
    max-width: 800px;
    text-align: left;
}

.jsplash-inner.catalog-payment-info-popup .catalog-payment {
    position: relative;
    padding: 0 50px 0 0;
}

.jsplash-wrapper.catalog-delivery-info-popup {
    padding: 0;
}

.jsplash-inner.catalog-delivery-info-popup {
    max-width: 1200px;
    text-align: left;
}

.jsplash-wrapper.catalog-delivery-info-popup:before {
    content: '';
    position: absolute;
    background: url(/modules/Catalog/public/front/img/air-balloon-back.png) no-repeat center center;
    background-size: contain;
    width: 340px;
    height: 390px;
    z-index: 2;
    top: 0px;
    left: -50px;
    animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.jsplash-visible .jsplash-wrapper.catalog-delivery-info-popup:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery {
    position: relative;
    padding: 0 50px 0 0;
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery-tabs {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 80px;
    text-align: right;
    box-shadow: inset 5px 0 12px -1px rgba(190, 190, 190, 0.45);
    background: #eaeaea;
}

.jsplash-inner.catalog-delivery-info-popup .tab {
    position: relative;
    height: 80px;
    cursor: pointer;
}

.jsplash-inner.catalog-delivery-info-popup .tab.-active-tab {
    background: #ffffff;
    box-shadow: 5px 5px 10px -3px rgba(190, 190, 190, 0.45);
}

.jsplash-inner.catalog-delivery-info-popup .tab-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 5px;
    right: 13px;
    top: 14px;
    background-size: cover;
    fill: #8b8b8b;
}

.jsplash-inner.catalog-delivery-info-popup .tab-text {
    position: relative;
    padding: 0 0 0 70px;
    display: none;
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery-contents {
    position: relative;
    width: 800px;
    height: 400px;
    overflow-x: auto;
}

.jsplash-inner.catalog-delivery-info-popup .tab-content {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
    padding: 20px 30px 20px 220px;
    max-height: 0;
}

.jsplash-inner.catalog-delivery-info-popup .tab-content.-active-tab {
    opacity: 1;
    max-height: 999999px;
}

.jsplash-inner.catalog-delivery-info-popup .-active-tab .tab-icon {
    fill: #03a9f4;
}

.jsplash-inner.catalog-payment-info-popup h1, .jsplash-inner.catalog-payment-info-popup h2, .jsplash-inner.catalog-return-policy-info-popup h1, .jsplash-inner.catalog-return-policy-info-popup h2, .jsplash-inner.catalog-delivery-info-popup h1, .jsplash-inner.catalog-delivery-info-popup h2 {
    color: #03A9F4;
    font-size: 27px;
}

.catalog-not-found {
    position: relative;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    background: #ffe5e5;
    margin: 0 0 10px 0;
}

.catalog-cart-page {
    position: relative;
}

.catalog-favorites-page .favorites-is-empty, .catalog-cart-page .cart-is-empty {
    position: relative;
    margin: 30px 0 40px 0;
    padding: 16px 10px;
    text-align: center;
    background-color: #F44336;
    font-size: 15px;
    border-radius: 4px;
    color: #ffffff;
}

.cart-items-list-table {
    position: relative;
    width: 100%;
}

.cart-items-list-table thead tr {
    background: #ebebeb;
}

.cart-items-list-table thead td {
    font-size: 14px;
    position: relative;
    padding: 10px 10px;
}

.cart-items-list-table .td-price {
    width: 130px;
}

.cart-items-list-table .td-cost {
    width: 130px;
}

.cart-items-list-table tbody tr {
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.cart-items-list-table tbody tr.-removed {
    opacity: 0;
}

.cart-items-list-table tbody td {
    font-size: 14px;
    position: relative;
    padding: 12px 10px;
}

.cart-items-list-table .item-name {
    font-size: 15px;
}

.cart-items-list-table .remove-item {
    font-size: 22px;
    text-decoration: none;
    color: #f94747;
}

.cart-items-list-table .remove-item:hover {
    color: red;
}

.cart-items-list-table .remove-item.-disabled, .cart-items-list-table .remove-item.-disabled:hover {
    color: #bbbaba;
}

.cart-items-list-table .cost {
    text-align: center;
}

.cart-items-list-table .cost .item-cost {
    font-size: 22px;
}

.cart-items-list-table .count {
    position: relative;
    width: 90px;
    text-align: center;
}

.cart-items-list-table .count .item-count {
    font-size: 20px;
    display: block;
    vertical-align: top;
    color: #2b2b2b;
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 3px 2px;
    margin-top: 7px;
    background: #f1f1f1;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #03a9f4;
    top: 0;
    left: 0;
}

.cart-items-list-table .count .item-count:focus {
    background: #eaeaea;
}

.cart-items-list-table .arrows {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
}

.cart-items-list-table .arrows .item-count-arrow {
    font-size: 16px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #797979;
    background: #FFF;
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
    margin: 4px 0;
    border: 1px solid #212f31;
    color: #212f31;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.cart-items-list-table .arrows .item-count-arrow:before {
    content: '';
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
}

.cart-items-list-table .arrows .item-count-arrow.more-item:before {
    content: 'keyboard_arrow_up';
}

.cart-items-list-table .arrows .item-count-arrow.less-item:before {
    content: 'keyboard_arrow_down';
}

.cart-items-list-table .arrows .item-count-arrow:hover {
    border: 1px solid #007fb9;
    color: #ffffff;
    background: #03a9f4;
}

.cart-items-list-table .arrows .item-count-arrow:active {}

.cart-items-list-table .arrows .item-count-arrow.-disabled, .cart-items-list-table .arrows .item-count-arrow.-disabled:hover, .cart-items-list-table .arrows .item-count-arrow.-disabled:active {
    cursor: not-allowed;
    border: 1px solid #ffffff;
    color: #d4d4d4;
    background: white;
}

.cart-items-list-table .item-logo {
    position: relative;
    display: block;
    width: 127px;
    height: 127px;
    margin: 0 auto;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
}

.cart-items-list-table .item-logo img {
    display: block;
    width: 100%;
}

.cart-items-list-table .item-logo .no-photo {
    font-size: 30px;
    line-height: 180px;
    display: block;
    height: 100%;
    text-align: center;
    color: #6b6b6b;
    background-color: #dcdcdc;
}

.cart-items-list-table .item-attributes ul {
    font-size: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #525252;
    max-width: 500px;
}

.cart-items-list-table .item-attributes ul li {
    position: relative;
    display: block;
    margin: 1px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-items-list-table .item-attributes .bullet {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 8px 0 0;
    text-indent: -99999px;
    border-radius: 100%;
    background-color: #929292;
}

.cart-items-list-table .item-attributes .attr-values {
    margin-left: 3px;
    text-overflow: ellipsis;
}

.cart-items-list-table .item-attributes .attr-values b {
    font-weight: normal;
    text-shadow: 0 0 0px #000, 0 0 0px #000;
}

.cart-items-list-table .item-attributes .selected-size, .cart-items-list-table .item-attributes .selected-color {
    position: relative;
    margin: 10px 0;
}

.cart-items-list-table .item-attributes .selected-size-title, .cart-items-list-table .item-attributes .selected-color-title {
    display: inline-block;
}

.cart-items-list-table .item-attributes .selected-size-value, .cart-items-list-table .item-attributes .selected-color-value {
    display: inline-block;
    margin-left: 4px;
}

.cart-items-list-table .item-attributes .size-name, .cart-items-list-table .item-attributes .color-name {
    display: inline-block;
}

.cart-items-list-table .item-attributes .color-box {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 28px;
    height: 14px;
    border-radius: 3px;
    box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, 0.2), inset 0px -10px 12px -4px rgba(0, 0, 0, 0.17);
    top: 2px;
    margin-left: 6px;
}

.cart-total-result-table {
    position: relative;
    float: right;
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.22);
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.cart-total-result-table:not(.stick) {
    right: 0!important;
}

.cart-total-result-table thead tr {
    background: #03A9F4;
    color: #494949;
}

.cart-total-result-table thead td {
    font-size: 13px;
    position: relative;
    padding: 6px 10px;
}

.cart-total-result-table tbody td {
    font-size: 19px;
    position: relative;
    padding: 12px 10px;
    white-space: nowrap;
}

.cart-order-form {
    margin: 20px 0 60px 0;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
    max-width: 500px;
}

.cart-order-form ::placeholder {
    color: #bdbdbd;
    font-style: italic;
}

.cart-order-form h4 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}

.cart-order-form .radio-btn-container {
    display: none;
}

.cart-order-form .field {
    max-width: 580px;
}

.cart-order-form textarea {
    height: 100px;
}

.cart-order-form-required {
    font-size: 12px;
    color: #808080;
    position: relative;
    margin: 0 0 30px 0;
}

.cart-order-form-required span {
    font-weight: bold;
    color: #f00;
}

.cart-order-oferta {
    margin: 30px 0 0 0;
}

.cart-order-oferta .cart-order-oferta-show {
    position: relative;
    margin-left: 4px;
    text-decoration: none;
    color: #333;
}

.cart-order-oferta .cart-order-oferta-show:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px dotted #333;
}

.cart-order-oferta .cart-order-oferta-show:hover {
    color: #64cfff;
}

.cart-order-oferta .cart-order-oferta-show:hover:before {
    border-color: #64cfff;
}

.cart-order-oferta.field {
    margin: 15px 0 42px 0;
}

.cart-order-form label[for='accept_oferta'] {
    cursor: pointer;
    top: 3px;
}

.cart-order-oferta [data-field-name='accept_oferta'] {
    top: 0;
    left: 336px;
}

.cart-order-form .field-container {
    display: table;
    width: 100%;
    max-width: 620px;
    margin: 0 0 30px 0;
    margin-left: -20px;
    table-layout: fixed;
}

.cart-order-form .field-container .field {
    display: table-cell;
    padding: 0 20px;
}

.cart-order-form .field-container .label-text {
    display: block;
    height: 30px;
    line-height: 13px;
    font-size: 13px;
}

.cart-order-form .delivery-info-container {
    position: relative;
    padding: 20px 0;
}

.cart-order-form .delivery-info-content {
    font-size: 13px;
    line-height: 18px;
}

.cart-order-form .delivery-services {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.cart-order-form .delivery-services.-opened {
    position: relative;
    opacity: 1;
    max-height: 2000px;
    overflow-y: auto;
}

.cart-order-form .services-list {}

.cart-order-form .delivery-services {}

.cart-order-form .delivery-services .delivery-service {
    position: relative;
    padding: 0 0 0 100px;
    margin: 8px 0;
}

.cart-order-form .delivery-services .icon {
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 0;
    top: 0;
    cursor: pointer;
}

.cart-order-form .delivery-service[data-delivery-service-name="Cdek"] .icon {
    background-image: url(/modules/Catalog/public/front/img/delivery-logo/cdek.png);
}

.cart-order-form .delivery-service[data-delivery-service-name="DelLine"] .icon {
    background-image: url(/modules/Catalog/public/front/img/delivery-logo/delline.png);
}

.cart-order-form .delivery-service[data-delivery-service-name="RusPost"] .icon {
    background-image: url(/modules/Catalog/public/front/img/delivery-logo/ruspost.png);
}

.cart-order-form .delivery-service[data-delivery-service-name="Kit"] .icon {
    background-image: url(/modules/Catalog/public/front/img/delivery-logo/kit.png);
}

.cart-order-form .delivery-services .delivery-service.-unavaliable {
    /* opacity: .2; */
}

.catalog-cart-page .delivery-service.-unavaliable [data-delivery-cost]:empty:before {
    display: none;
}

.cart-order-form .delivery-types-list {
    position: relative;
    padding: 20px 0 0 0;
}

.cart-order-form label[for] span {
    cursor: pointer;
}

.cart-order-form .delivery-types-list .delivery-type {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.cart-order-form .delivery-point-info {
    position: relative;
    padding: 10px 6px;
}

.cart-order-form .delivery-point-container {
    position: relative;
    padding: 2px 0 20px 0;
}

.cart-order-form .point-address-container {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.select-delivery-point .btn-label {
    display: none;
}

.cart-order-form .select-delivery-point {
    padding: 4px 14px 4px 29px;
}

.cart-order-form .select-delivery-point:before {
    content: 'location_on';
    position: absolute;
    font-family: 'Material Icons';
    top: 3px;
    left: 7px;
}

.cart-order-form .delivery-types-list .delivery-type.-opened {
    position: relative;
    opacity: 1;
    overflow: visible;
    max-height: 6000px;
}

.cart-order-form .delivery-services .name {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 10px;
    padding: 10px 0;
    cursor: pointer;
}

.cart-order-form .submit-btn {
    background: #03A9F4;
}

.cart-order-form .submit-btn:hover {
    background: #64cfff;
    color: #FFF;
}

.cart-order-form .delivery-services .total-cost-block {
    display: inline-block;
    position: relative;
}

.catalog-cart-page [data-total-cost]:empty:before, .catalog-cart-page [data-delivery-cost]:empty:before {
    content: '';
    background: url(/modules/Catalog/public/front/img/rolling-spinner-black.gif) no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
}

.catalog-cart-page .total-cost-currency {}

.catalog-cart-page [data-delivery-cost]:empty+.total-cost-currency {
    display: none;
}

.cart-order-form .delivery-services .total-cost-currency {
    position: relative;
    display: inline-block;
    color: gray;
    font-size: 11px;
    margin: 0 0 0 3px;
}

.cart-order-form .delivery-info-trigger {
    position: relative;
    text-decoration: none;
}

.cart-order-form .delivery-info-trigger:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px dotted #4CAF50;
}

.cart-order-form .catalog-final-total-cost {
    color: #FFF;
    padding: 10px;
    margin: 20px 0 20px 0;
    border-radius: 2px;
    max-width: 555px;
    background: #212f32;
    font-size: 18px;
}

.cart-order-form .catalog-final-total-cost .order-cost, .cart-order-form .catalog-final-total-cost .order-delivery {
    display: none;
}

.cart-order-form .catalog-final-total-cost .cost {
    font-size: 20px;
    margin: 0 3px 0 3px;
    color: #ffffff;
}

.cart-order-form .catalog-final-total-cost .currency {
    font-size: 12px;
    color: #009688;
}

.jsplash-wrapper.catalog-oferta {
    background: #fff;
}

.jsplash-inner.catalog-oferta {
    max-width: 600px;
    text-align: inherit;
}

.catalog-brand-page .brand-data-container {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

.catalog-brand-page .brand-image-wrapper {
    display: table-cell;
    width: 360px;
    border-spacing: 0;
    vertical-align: top;
}

.catalog-brand-page .brand-image {
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .33);
}

.catalog-brand-page .brand-image .no-photo {
    font-size: 80px;
    text-align: center;
    display: block;
}

.catalog-brand-page .brand-image:before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 16px;
    width: 50%;
    height: 10px;
    content: '';
    -webkit-transform: rotateZ(3deg);
    transform: rotateZ(3deg);
    box-shadow: 0 19px 12px -1px rgba(0, 0, 0, .32);
}

.catalog-brand-page .brand-image img {
    width: 100%;
}

.catalog-brand-page .brand-description-wrapper {
    display: table-cell;
    padding: 0 20px;
    border-spacing: 0;
    vertical-align: top;
}

.catalog-brand-page .brand-description {
    margin-top: -14px;
}

.catalog-brand-page .brand-categories-container {
    margin: 20px 0;
}

.catalog-brand-page .field-title {
    font-size: 14px;
    margin: 8px 0;
    padding: 0;
    text-transform: uppercase;
}

.catalog-brand-page .brands-categories-list {}

.catalog-brand-page .brands-categories-list li {
    display: inline-block;
    width: 50%;
}

.catalog-brands-page .brands-list {
    text-align: center;
}

.catalog-brands-page .brands-list .brand {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 145px;
    margin: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .33);
}

.catalog-brands-page .brands-list .brand-link {
    text-decoration: none;
    color: #272727;
}

.catalog-brands-page .brands-list .no-photo {
    width: 200px;
    height: 100px;
    color: #ccc;
    line-height: 100px;
    font-size: 30px;
}

.catalog-brands-page .brands-list .brand:before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 16px;
    width: 50%;
    height: 10px;
    content: '';
    -webkit-transform: rotateZ(3deg);
    transform: rotateZ(3deg);
    box-shadow: 0 19px 12px -1px rgba(0, 0, 0, .32);
}

.catalog-brands-page .brands-list .brand-name-outer {
    display: table;
    width: 100%;
    height: 42px;
    background: #fff;
}

.catalog-brands-page .brands-list .brand-name-middle {
    display: table-cell;
    vertical-align: middle;
}

.catalog-brands-page .brands-list .brand-name-inner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.catalog-404-page .code {
    position: relative;
    display: block;
    margin-top: 6px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 2px #0181bb;
    font-size: 50px;
    width: 100px;
    height: 100px;
    background: #03A9F4;
    position: absolute;
    line-height: 100px;
    border-radius: 100%;
    left: 50%;
    margin: 0 0 0 -50px;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .4);
    top: -20px;
}

.jsplash-wrapper.not-found-popup {
    background: #fff;
}

.jsplash-wrapper.not-found-popup:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    border-radius: 0 0 4px 4px;
    background: #ee5d25;
}

.jsplash-wrapper.not-found-popup:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    content: '';
    border-radius: 2px 2px 0 0;
    background: #204f30;
}

.jsplash-inner.not-found-popup .popup-title {
    font-size: 22px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.jsplash-inner.not-found-popup .popup-sub-title {
    position: relative;
    z-index: 2;
    color: #fff;
}

.jsplash-inner.not-found-popup .popup-sub-title {
    font-size: 13px;
}

.jsplash-inner.not-found-popup textarea {
    height: 100px;
}

.jsplash-inner.not-found-popup form[name='popupNotFound'] {
    position: relative;
    margin-top: 32px;
}

.jsplash-inner.not-found-popup input[type='submit'] {
    margin-top: 0;
}

.additional-categories-list {
    text-align: center;
}

.additional-category {
    position: relative;
    display: inline-block;
    width: 33%;
}

.additional-category a {
    position: relative;
    display: block;
    margin: 6px 2px;
    padding: 20px;
    text-decoration: none;
    color: #353535;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .33), 0 11px 11px -7px rgba(0, 0, 0, .28);
}

.additional-category a:before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 16px;
    width: 50%;
    height: 10px;
}

.catalog-filter-container form {
    display: none;
}

.catalog-filter-container.-loaded form {
    display: block;
}

.catalog-filter-container .submit-btn {
    display: none!important;
}

.catalog-filter-container.-loaded:before {
    display: none;
}

.catalog-filter-container .filter-ghost {
    animation: filter-ghost 1.5s infinite;
}

.catalog-filter-container .filter-ghost svg {
    width: 100%;
}

@keyframes filter-ghost {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.catalog-filter-container .fields {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-filter-container .field.buttons {
    margin-bottom: 0;
}

.catalog-filter-container .brand-checkbox {
    display: inline-block;
    margin: 0 20px 0 0;
}

.brand-checkbox [type='checkbox']:not(:checked)+label, .brand-checkbox [type='checkbox']:checked+label {
    padding-left: 20px;
}

.catalog-filter-container .field-cell {
    display: table-cell;
    padding: 0 20px;
}

.catalog-filter-container .price-range-slider {
    height: 6px;
    margin: 15px 10px;
    border: 0;
    border-radius: 4px;
}

.catalog-filter-container .price-range-slider .noUi-connect {
    border: 1px solid #fff0f0;
    background: #03a9f4;
    color: #222222;
    font-weight: bold;
    box-shadow: inset 0 0px 1px 0px #0967b1;
}

.catalog-filter-container .price-range-slider .noUi-base, .catalog-filter-container .price-range-slider .noUi-background {
    border-radius: 4px;
    box-shadow: 0 1px 0 0px #FFF, inset 0 1px 2px 0px rgba(0, 0, 0, 0.38);
    background: #e8e8e8;
}

.catalog-filter-container .price-range-slider .noUi-handle {
    top: -7px;
    left: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    background: rgb(33, 33, 33);
    box-shadow: none;
    background: #F9F9F9;
    font-weight: normal;
    color: #555555;
    padding: 1px;
    border: 0;
    box-shadow: 0px 5px 2px -3px rgba(156, 156, 156, 0.62), 0px 10px 3px -5px rgba(156, 156, 156, 0.11), 0px 4px 4px -1px rgba(224, 227, 228, 0.31), 0px 6px 4px -2px rgba(224, 227, 228, 0.32), 0px 15px 6px -2px rgba(224, 227, 228, 0.65), inset 1px -1px 2px -2px rgba(0, 0, 0, 0.16), inset -1px -1px 9px -2px rgba(0, 0, 0, 0), inset 2px -1px 3px -3px rgba(0, 0, 0, 0.27), inset 0 0 0 5px rgb(249, 249, 249);
}

.catalog-filter-container .price-range-slider .noUi-handle:before {
    content: '';
    position: absolute;
    background: #212f32;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    box-shadow: inset -1px 1px 2px -1px #212f32, inset 2px 3px 4px -1px #223032;
}

.catalog-filter-container .categories-field {
    display: none;
}

.catalog-filter-container .submit-btn {
    display: none;
}

.catalog-filter-container .reset-btn {
    position: relative;
    color: #686868;
    font-size: 13px;
    display: inline-block;
}

.catalog-filter-container .reset-btn:active {
    color: #5cb622;
}

.catalog-filter-container .reset-btn:hover {
    color: #FF5722;
}

.catalog-filter-container .price-inputs .price-from, .catalog-filter-container .price-inputs .price-to {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.catalog-filter-container .price-inputs .price-from {
    padding: 8px 8px 8px 0;
}

.catalog-filter-container .price-inputs .price-to {
    padding: 8px 0 8px 8px;
}

.catalog-filter-container .price-from-label, .catalog-filter-container .price-to-label {
    display: inline-block;
    width: 30px;
    margin-left: 3px;
    font-size: 14px;
    color: #807F7F;
}

.catalog-filter-container .price-field.cell {
    position: relative;
    margin: 0 0 40px 0;
}

.catalog-filter-container .filter-section-title {
    font-size: 14px;
    color: #807F7F;
}

.catalog-filter-container .filter-section-title.brands-trigger {
    color: inherit;
    margin: 0;
}

.catalog-filter-container .price-inputs input {
    display: inline-block;
}

.catalog-filter-container .colors-list {
    margin: 22px 0 10px 0;
}

.catalog-filter-container .colors-list .color-box {
    display: inline-block;
    margin: 3px;
}

.catalog-filter-container .colors-list .color-box label {
    padding: 0;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 3px;
    box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, 0.13), inset 0px -10px 12px -4px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.catalog-filter-container .colors-list [type='checkbox']:not(:checked)+label:before, .catalog-filter-container .colors-list [type='checkbox']:checked+label:before {
    background: none;
    border: none;
}

.catalog-filter-container .colors-list [type='checkbox']:not(:checked)+label:after, .catalog-filter-container .colors-list [type='checkbox']:checked+label:after {
    color: #FFF;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.37);
    font-size: 22px;
    left: 2px;
}

.catalog-filter-container .sizes-list {
    margin: 22px 0 10px 0;
}

.catalog-filter-container .price-range-marker {
    display: none;
}

.catalog-filter-container .sizes-list .size-box {
    display: inline-block;
    margin: 3px;
}

.catalog-filter-container .sizes-list .size-box>label {
    padding: 0;
    min-width: 80px;
    min-height: 26px;
    display: block;
    border-radius: 3px;
    box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, 0.13);
    background: #f1f1f1;
    position: relative;
    cursor: pointer;
}

.catalog-filter-container .sizes-list .size-box>label>span {
    position: absolute;
    padding: 2px;
    display: block;
    top: 3px;
    right: 2px;
}

.catalog-filter-container .sizes-list [type='checkbox']:not(:checked)+label:before, .catalog-filter-container .sizes-list [type='checkbox']:checked+label:before {
    background: none;
    border: none;
}

.catalog-filter-container .sizes-list [type='checkbox']:not(:checked)+label:after, .catalog-filter-container .sizes-list [type='checkbox']:checked+label:after {
    color: #171717;
    font-size: 22px;
    left: 3px;
    top: 1px;
}

.catalog-filter-container .search-input-container {
    position: relative;
    margin-bottom: 20px;
}

.catalog-filter-container .search-input {
    position: relative;
    padding: 6px 35px 6px 10px;
    color: #161616;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    background: #fefefe;
    box-shadow: inset 2px 3px 7px 0 rgba(22, 22, 22, 0.13);
}

.catalog-filter-container .search-go {
    position: absolute;
    text-decoration: none;
    background: #212f32;
    color: #fff;
    padding: 7px 8px 8px 8px;
    border-radius: 0 4px 4px 0;
    top: 5px;
    right: 0px;
    -webkit-transition: all 120ms ease-out;
    transition: all 120ms ease-out;
}

.catalog-filter-container .search-go:hover {
    background: #212121;
    color: #FFF;
}

.catalog-filter-container .search-go:active {
    box-shadow: inset 0px 10px 8px -2px #1f070f, inset -1px 1px 0px 0px #100409;
    color: #d4d4d4;
}

.catalog-filter-container .brands, .catalog-filter-container .attributes {
    position: relative;
    margin: 10px 0;
    font-size: 13px;
}

.catalog-filter-container .attr-name {
    margin: 12px 0 3px 0;
    cursor: pointer;
}

.catalog-filter-container .attr-name .corner {
    position: relative;
    margin-left: 4px;
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    line-height: 15px;
    text-align: center;
    top: 3px;
}

.catalog-filter-container .attr-name .corner:before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
}

.catalog-filter-container .attribute-field {
    position: relative;
    overflow: hidden;
    max-height: 30px;
}

.catalog-filter-container .attribute-field.-opened {
    max-height: 6000px;
    overflow: visible;
    overflow: visible!important;
}

.catalog-filter-container .attribute-field.-opened .corner {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    animation: catalog-filter-corner 600ms ease-out;
    background: #f47b42;
    color: #FFF;
}

@keyframes catalog-filter-corner {
    0% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(0.6) rotateZ(180deg);
    }
    100% {
        transform: scale(1) rotateZ(180deg);
    }
}

.catalog-filter-container .brands-list {
    position: relative;
    margin: 15px 0 0 0;
}

.catalog-filter-container .attribute-field.-opened .attr-name, .catalog-filter-container .attr-name:hover {
    color: #03A9F4;
}

.catalog-filter-container .attr-values {
    position: relative;
    margin: 0 10px;
}

.catalog-filter-container .attr-value {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
}

.catalog-filter-container .attr-value label {
    color: #afafaf;
}

.catalog-filter-container .attr-value label span {
    color: #333333;
}

.catalog-filter-container .attr-value label {
    cursor: pointer;
}

.catalog-filter-container .tags {
    position: relative;
    margin: 30px 0 20px 0;
}

.catalog-filter-container .tags-list {
    position: relative;
    margin: 10px 0;
}

.catalog-filter-container .tag-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.catalog-item-tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #7d7d7d;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 12px 0 20px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.catalog-item-tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 7px;
    position: absolute;
    width: 6px;
    top: 7px;
}

.catalog-item-tag::after {
    background: #fff;
    border-bottom: 10px solid transparent;
    border-left: 7px solid #eee;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.catalog-item-tag:hover, [type='checkbox']:checked+.catalog-item-tag {
    background-color: #212f31;
    color: white;
}

[type='checkbox']:checked+.catalog-item-tag:after, .catalog-item-tag:hover::after {
    border-left-color: #212f31;
}

.catalog .category-quick-description {
    position: relative;
}

.catalog .category-tags-list {
    position: relative;
    margin: 10px 10px;
}

.catalog .category-tags-list .tag {
    position: relative;
    display: inline-block;
    background: #212f32;
    text-decoration: none;
    color: #FFF;
    margin: 0px 10px 6px 0;
    padding: 4px 15px;
    font-size: 12px;
}

.catalog .category-tags-list .tag:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 28px solid #223032;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.catalog .category-tags-list .tag:after {
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    content: '';
    border-top: 28px solid #223032;
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.catalog .category-tags-list .tag:first-child:before {
    display: none;
}

.catalog .category-tags-list .tag:hover {
    background: #03A9F4;
}

.catalog .category-tags-list .tag:hover:after {
    border-top-color: #03A9F4;
}

.catalog .category-tags-list .tag:hover:before {
    border-bottom-color: #03A9F4;
}

@keyframes catalog-fade-out-items {
    0% {
        opacity: 1;
        transform: none;
    }
    60% {
        opacity: .7;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
        visibility: hidden;
    }
}

@keyframes catalog-fade-in-items {
    0% {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    60% {
        opacity: .3;
    }
    100% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
}

.catalog .-in-viewport~.catalog-fade-out-items {
    animation: catalog-fade-out-items 200ms both ease-out;
}

.catalog .-in-viewport~.catalog-fade-in-items {
    animation: catalog-fade-in-items 400ms both ease-out;
}

.catalog-item-page .item-tags {
    position: relative;
    margin: 10px 0;
}

.catalog-item-page .tags-title {
    color: #7d7d7d;
}

.catalog-item-page .catalog-item-tag {
    margin: 0 0 10px 5px;
}

.catalog-item-page .item-data {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .item-attributes, .catalog-item-page .item-image {
    position: relative;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.catalog-item-page .item-attributes {
    padding: 30px 0 30px 15px;
}

.catalog-item-page .item-image {
    padding: 30px 15px 30px 0;
    width: 45%;
}

.catalog-item-page .item-name {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    font-size: 28px;
    color: #313131;
    line-height: 28px;
}

.catalog-item-page .item-data-area {
    position: relative;
    min-height: 110px;
}

.catalog-item-page .item-quick-description {
    font-size: 13px;
    color: #313131;
    font-weight: 400;
    overflow: hidden;
}

.catalog-item-page .brand-item-remark {
    position: relative;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    padding: 2px 11px;
    border: 1px solid #e7e8e8;
    background: #f5f9fa;
    border-radius: 2px;
}

.catalog-item-page .item-main-image {
    width: 100%;
    height: 505px;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
    background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.catalog-item-page .item-main-image:before {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 350ms transform;
    transition: 350ms transform;
    transform-origin: 0 100%;
    content: "";
    display: inline-block;
    width: 100px;
    height: 160px;
    background-color: #03A9F4;
}

.catalog-item-page .item-main-image:after {
    position: absolute;
    bottom: 18px;
    right: 12px;
    content: "zoom_in";
    font-family: 'Material Icons';
    font-size: 30px;
    color: #212f31;
    -webkit-transition: 350ms 250ms transform, 350ms 250ms opacity;
    transition: 350ms 250ms transform, 350ms 250ms opacity;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.catalog-item-page .item-main-image:hover:before {
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog-item-page .item-main-image:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.catalog-item-page .main-image-preloader {
    animation: catalog-loader-spin 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.catalog-item-page .item-main-image.-loaded .main-image-preloader {
    display: none;
}

.catalog-item-page .item-main-image.-no-photo .main-image-preloader, .catalog-item-page .item-main-image.-no-photo:before, .catalog-item-page .item-main-image.-no-photo:after {
    display: none;
}

.catalog-item-page .item-main-image.-no-photo {
    cursor: default;
}

.catalog-item-page .main-image-preloader .path {
    stroke: #03A9F4;
    stroke-linecap: round;
    animation: catalog-loader-dash 1.5s ease-in-out infinite;
}

@keyframes catalog-loader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes catalog-loader-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.catalog-item-page .item-main-image img {
    display: none;
}

.catalog-item-page .item-other-images-container {
    margin: 10px auto 0 auto;
}

.catalog-item-page .item-other-image {
    position: relative;
    height: 80px;
    width: 33.33333%;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.catalog-item-page .item-other-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.59);
    opacity: 0;
    -webkit-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
}

.catalog-item-page .item-other-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    content: "zoom_in";
    font-family: 'Material Icons';
    font-size: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.catalog-item-page .item-other-image:hover:before, .catalog-item-page .item-other-image:hover:after {
    opacity: 1;
}

.catalog-item-page .item-other-image img {
    height: auto;
    width: auto;
    opacity: 0;
}

.catalog-item-page .item-note-info {
    font-size: 13px;
    font-style: italic;
    margin: 15px 0 0 0;
    color: #313131;
}

.catalog-item-page .buy-price {
    position: relative;
    font-size: 34px;
    margin: 20px 0;
    display: inline-block;
}

.catalog-item-page.catalog-item-status-sale .buy-price {
    top: -8px;
}

.catalog-item-page .buy-price .old-price {
    position: absolute;
    font-size: 18px;
    color: #f0611c;
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: -14px;
}

.catalog-item-page .buy-price .old-price:before {
    content: '';
    position: absolute;
    width: 110%;
    padding: 0 5px;
    height: 1px;
    background: #df4413;
    top: 10px;
    left: -15%;
    -webkit-transform: rotateZ(-8deg);
    transform: rotateZ(-8deg);
}

.catalog-item-page .buy-price .currency {
    position: relative;
    font-size: 16px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.catalog-item-page .item-buy {
    position: relative;
    margin: 20px 0;
}

.catalog-item-page .item-buy.buy-table {
    display: table;
    table-layout: fixed;
    vertical-align: top;
}

.catalog-item-page .item-buy.buy-table .row {
    display: table-row;
    vertical-align: middle;
    position: relative;
}

.catalog-item-page .item-buy.buy-table .row .cell {
    display: table-cell;
    vertical-align: middle;
}

.catalog-item-page .item-buy.buy-table .buy-button-wrapper, .catalog-item-page .item-buy.buy-table .fast-buy-wrapper {
    padding-left: 15px;
}

.catalog-item-page .item-buy.buy-table .row .cell.buy-button-wrapper {
    vertical-align: bottom;
}

.catalog-item-page .item-buy.buy-table .row .cell.buy-button-wrapper a {
    margin: 0;
}

.catalog-item-page .item-buy.buy-table .quantity-title {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.catalog-item-page .item-buy.buy-table .icons-wrapper {
    display: inline;
}

.catalog-item-page .item-buy.buy-table .icons-wrapper a.icon {
    text-decoration: none;
    font-size: 22px;
    color: #253135;
    display: inline;
    line-height: 29px;
    vertical-align: middle;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.catalog-item-page .item-buy.buy-table .icons-wrapper a.icon:hover {
    color: #64cfff;
}

.catalog-item-page .item-buy .price-wrapper, .catalog-item-page .item-buy .buy-wrapper {
    display: table-cell;
}

.catalog-item-page .item-buy .price-wrapper {
    width: 40%;
}

.catalog-item-page .item-buy.buy-table .count-item {
    width: 50%;
    display: inline;
    margin: 0;
}

.catalog-item-page .item-buy.buy-table .order-helper-wrapper {
    position: absolute;
    bottom: 0;
    height: 0;
    /* padding-right: 15px; */
    left: 0;
    background: #202E31;
    border-radius: 2px;
    box-shadow: -3px 5px 23px -5px rgba(0, 0, 0, 0.42);
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    opacity: 0;
    /* overflow: hidden; */
    vertical-align: middle;
}

.catalog-item-page .item-buy.buy-table .order-helper-wrapper .order-helper {
    padding: 10px;
    position: relative;
    color: #03A9F4;
    text-align: center;
    font-size: 13px;
    line-height: 35px;
}

.catalog-item-page .item-buy.buy-table .order-helper-wrapper:before {
    position: absolute;
    top: -6px;
    width: 0;
    left: 30px;
    z-index: 46;
    height: 0;
    content: '';
    border-right: 10px solid rgba(255, 0, 0, 0);
    border-bottom: 6px solid #212f31;
    border-left: 10px solid rgba(251, 25, 25, 0);
}

.catalog-item-page .item-buy.buy-table .order-helper-wrapper.-visible {
    bottom: -43px;
    opacity: 1;
    height: 36px;
}

.catalog-item-page .item-buy .buy-wrapper {
    width: 60%;
}

.catalog-item-page .item-buy-btn {
    margin: 0 10px 0 30px;
}

.catalog-item-page .item-favorites-btn {
    top: 25px;
}

.catalog-item-page .item-buy-short:hover {
    background: #d3750d;
}

.catalog-item-page .attributes-list {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    max-height: 100px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.catalog-item-page .attributes-list.-full-list {
    max-height: 320px;
}

.catalog-item-page .attributes-list .color-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 8px 0 0;
    top: 5px;
    box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, 0.2), inset 0px -10px 12px -4px rgba(0, 0, 0, 0.08), inset 0px 10px 12px -4px rgba(0, 0, 0, 0.08);
}

.catalog-item-page .show-more-attributes {
    position: relative;
    display: inline-block;
    top: -20px;
    color: #647e8d;
    text-decoration: none;
}

.catalog-item-page .show-more-attributes:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #647e8d;
}

.catalog-item-page .show-attr-label {
    font-size: 13px;
}

.catalog-item-page .show-attr-label .icon {
    top: 2px;
    right: -19px;
    position: absolute;
}

.catalog-item-page .show-attr-label.-to-hide {
    display: none;
}

.catalog-item-page .show-more-attributes.-full-list .-to-hide {
    display: block;
}

.catalog-item-page .show-more-attributes.-full-list .-to-show {
    display: none;
}

.catalog-item-page .attributes-list .attribute {
    position: relative;
    margin: 4px 0;
    font-size: 14px;
}

.catalog-item-page .attributes-list .attr-name {
    display: inline-block;
    margin-right: 5px;
    color: #545454;
}

.catalog-item-page .attributes-list .attr-values {
    display: inline-block;
}

.catalog-item-page .attributes-list .attr-values b {
    display: inline-block;
    margin-right: 4px;
    font-weight: normal;
    color: #030303;
}

.catalog-item-page .item-not-exists-info {
    font-size: 22px;
    background: #F44336;
    display: inline-block;
    position: relative;
    color: #FFF;
    padding: 20px 120px;
    margin: 0 0 10px 0;
    border-radius: 1px;
}

.catalog-item-page .share-buttons {
    position: relative;
    margin: 20px 0;
}

.catalog-item-page .share-button {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    padding: 6px;
    cursor: pointer;
    background: #FFF;
    border: 2px solid #e5eaef;
    margin: 0 10px 0 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.catalog-item-page .share-button svg {
    width: 100%;
    height: 100%;
    fill: #808080;
}

.catalog-item-page .share-button:hover svg {
    fill: #000;
}

.catalog-item-page .share-buttons .vkontakte:hover {
    border-color: #4392d8;
}

.catalog-item-page .share-buttons .facebook:hover {
    border-color: #434dd8;
}

.catalog-item-page .share-buttons .twitter:hover {
    border-color: #75e2f5;
}

.catalog-item-page .share-buttons .odnoklassniki:hover {
    border-color: #fd9107;
}

.catalog-item-page .share-buttons .google:hover {
    border-color: #e84242;
}

.catalog-item-page .item-info {
    position: relative;
    border: 1px solid #e5eaef;
    border-bottom: 0;
    margin: 60px 0 0 0;
    max-width: 460px;
}

.catalog-item-page .item-info .info-elem {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5eaef;
    padding: 10px 14px;
    color: #777777;
    text-decoration: none;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.catalog-item-page .item-info .info-elem:hover {
    background: #e5eaef;
}

.catalog-item-page .item-info .info-elem .icon {
    position: relative;
    font-size: 20px;
    color: #03A9F4;
    margin: 0 10px 0 0;
    width: 21px;
    text-align: center;
    top: 4px;
}

.catalog-item-page .item-info .info-elem .icon:before {
    font-family: 'Material Icons';
}

.catalog-item-page .item-info .payment-info-trigger .icon:before {
    content: 'credit_card';
}

.catalog-item-page .item-info .delivery-info-trigger .icon:before {
    content: 'local_shipping';
}

.catalog-item-page .item-info .return-policy-info-trigger .icon:before {
    content: 'settings_backup_restore';
}

.catalog-item-page .item-info .payments-list {
    display: block;
    background: url(/modules/Catalog/public/front/img/payments-list.png) no-repeat center center;
    background-size: contain;
    width: 106px;
    height: 14px;
    top: 19px;
    right: 16px;
    position: absolute;
}

.catalog-item-page .catalog-item-other {
    position: relative;
}

.catalog-item-page .catalog-item-tabs-controls {
    position: relative;
}

.catalog-item-page .tab {
    position: relative;
    display: inline-block;
    padding: 15px 24px;
    cursor: pointer;
    font-size: 18px;
    color: #647e8d;
}

.catalog-item-page .tab:first-child {
    padding-left: 0;
}

.catalog-item-page .tab:first-child:before {
    left: 0;
}

.catalog-item-page .tab:before {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 24px;
    right: 24px;
    border-bottom: 1px dashed #647e8d;
}

.catalog-item-page .tab:hover {
    color: #232424;
}

.catalog-item-page .tab.-active-tab {
    color: #03a9f4;
}

.catalog-item-page .tab.-active-tab:before {
    border-bottom-color: #03a9f4;
}

.catalog-item-page .catalog-item-tabs-contents {
    position: relative;
    padding: 20px 0 0 0;
}

.catalog-item-page .tab-content {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.catalog-item-page .tab-content.-active-tab {
    position: relative;
    opacity: 1;
    max-height: 500px;
    overflow-y: auto;
}

.catalog-item-page .tab-content .tab-preloader {
    position: relative;
    width: 100%;
    height: 100px;
}

.catalog-item-page .tab-content .tab-preloader:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(/modules/Catalog/public/front/img/tab-preloader-spinner.gif) no-repeat center center;
    background-size: cover;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

.catalog-item-page .fill-attributes-table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .fill-attributes-table .row {
    position: relative;
    display: table-row;
}

.catalog-item-page .fill-attributes-table .cell {
    padding: 14px 19px 14px;
    color: #4c555a;
    font-size: 14px;
    background: #f7f7f7;
    position: relative;
    display: table-cell;
    border: 2px solid #FFF;
    vertical-align: middle;
}

.catalog-item-page .fill-attributes-table .cell.attr-name {
    text-shadow: 0 0 0 #263238;
    width: 300px;
}

.catalog-item-page .brand-info {
    position: relative;
}

.catalog-item-page .brand-data {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .brand-info .brand-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.catalog-item-page .brand-info .brand-cell.left-cell {
    width: 300px;
    padding: 0 20px 0 0;
}

.catalog-item-page .brand-info .brand-name {
    font-size: 22px;
    margin: 0 0 20px 0;
}

.catalog-item-page .brand-info .brand-logo {
    position: relative;
    width: 300px;
    height: 150px;
    background-size: cover;
    background-position: center center;
}

.recently-viewed-items-list .recently-viewed-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    height: 100px;
}

.recently-viewed-items-list .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    text-decoration: none;
}

.recently-viewed-items-list .item .image {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
}

.recently-viewed-items-list .item .item-data {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 110px;
    color: #161616;
    display: block;
}

.recently-viewed-items-list .item .item-name {
    position: relative;
    display: block;
    padding: 0 0 5px 0;
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.recently-viewed-items-list .item .item-attributes {
    display: block;
    overflow: hidden;
    height: 50px;
    padding: 0;
}

.recently-viewed-items-list .item .item-attribute {
    font-size: 11px;
    line-height: 11px;
    display: block;
}

.recently-viewed-items-list .item .attr-name {
    color: #545454;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.recently-viewed-items-list .item .attr-values {
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.recently-viewed-items-list .item .attr-value {
    margin-left: 4px;
}

.favorites-viewed-list .favorites-viewed-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    height: 100px;
}

.favorites-viewed-list .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    text-decoration: none;
    background: white;
    text-align: center;
}

.favorites-viewed-list .item .image {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    background-size: cover;
    background-color: #f7f7f7;
    background-position: center center;
}

.favorites-viewed-list .item .image.mo-photo {}

.favorites-viewed-list .item .item-data {
    position: relative;
    box-sizing: border-box;
    margin: 10px;
    display: block;
}

.favorites-viewed-list .item .item-name {
    color: #263238;
    position: relative;
    font-size: 16px;
    margin: 14px 0 6px 0;
    height: 40px;
    overflow: hidden;
    display: block;
}

.favorites-viewed-list .item .item-attributes {
    display: block;
    position: relative;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 17px;
    height: 38px;
    overflow: hidden;
}

.favorites-viewed-list .item .item-attribute {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.favorites-viewed-list .item .attr-name {
    color: #545454;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.favorites-viewed-list .item .attr-values {
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.favorites-viewed-list .item .attr-value {
    margin-left: 4px;
}

.catalog-favorites-page .catalog-items-toolbar .toolbar-box-sort {
    display: none;
}

.jsplash-inner.add-to-cart-dialog .preloader {
    background: url(/modules/Catalog/public/front/img/tab-preloader-spinner.gif) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 100px;
}

.jsplash-inner.add-to-cart-dialog {
    max-width: 800px;
    text-align: left;
}

.jsplash-inner.add-to-cart-dialog .table-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.jsplash-inner.add-to-cart-dialog .title {
    color: #FF9800;
    font-size: 27px;
    margin: 0 0 40px 0;
}

.jsplash-inner.add-to-cart-dialog .table-row {
    display: table-row;
}

.jsplash-inner.add-to-cart-dialog .table-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.jsplash-inner.add-to-cart-dialog .table-cell.cell-left {
    width: 260px;
}

.jsplash-inner.add-to-cart-dialog .table-cell.cell-separator {
    width: 40px;
}

.jsplash-inner.add-to-cart-dialog .added-items-list {
    position: relative;
    overflow-y: auto;
    height: 276px;
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox {
    position: relative;
    margin: 20px 0 10px 0;
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input+label {
    padding-left: 20px;
    color: #757575;
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input+label+span {
    font-size: 12px;
    color: #6e6e6e;
    cursor: pointer;
    top: -1px;
    position: relative;
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input+label+span:hover, .jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input:checked+label+span {
    /* color: #1e1e1e; */
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input+label:before {
    width: 12px;
    height: 12px;
}

.jsplash-inner.add-to-cart-dialog .do-not-show-checkbox input+label:after {
    font-size: 14px;
}

.jsplash-inner.add-to-cart-dialog .total {
    position: relative;
    font-size: 20px;
    margin: 20px 0 0 0;
}

.jsplash-inner.add-to-cart-dialog .total .cost {
    font-size: 28px;
}

.jsplash-inner.add-to-cart-dialog .total .currency {
    font-size: 17px;
    color: #525252;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item {
    position: relative;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 0 0 #181818;
    margin: 0 0 2px 0;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-inner {
    position: relative;
    box-sizing: border-box;
    padding: 0 50px 0 68px;
    margin: 4px 0;
    font-size: 12px;
    min-height: 64px;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-counter {
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    margin: -14px 0 0 0;
    font-size: 15px;
    text-shadow: 0 0 0 #181818;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .symbol {
    position: absolute;
    top: 0;
    left: -14px;
    color: #cccccc;
    font-size: 12px;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .units {
    color: #cccccc;
    font-size: 9px;
    margin-left: 2px;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .symbol:before {
    content: 'close';
    font-family: 'Material Icons';
    position: absolute;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-attributes {
    position: relative;
    overflow: hidden;
    height: 42px;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .item-attribute {
    color: #6e6e6e;
    font-size: 11px;
    line-height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .attr-name {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 2px;
    display: inline-block;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .attr-values {
    display: inline-block;
    overflow: hidden;
}

.jsplash-inner.add-to-cart-dialog .added-items-list .attr-value {
    font-weight: normal;
    color: #282828;
}

.jsplash-inner.add-to-cart-dialog .last-item {
    position: relative;
    margin-top: 5px;
}

.jsplash-inner.add-to-cart-dialog .last-item .name {
    text-shadow: 0 0 0 #181818;
    margin: 2px 0 2px 0;
    max-height: 40px;
    overflow: hidden;
}

.jsplash-inner.add-to-cart-dialog .last-item .image {
    position: relative;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
}

.jsplash-inner.add-to-cart-dialog .last-item .attributes {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    max-height: 64px;
}

.jsplash-inner.add-to-cart-dialog .last-item .attribute {}

.jsplash-inner.add-to-cart-dialog .last-item .attrname {
    display: inline-block;
    margin-right: 5px;
    color: #545454;
}

.jsplash-inner.add-to-cart-dialog .last-item .values {}

.jsplash-inner.add-to-cart-dialog .last-item .value {}

.jsplash-inner.add-to-cart-dialog .item-price {
    position: relative;
    font-size: 22px;
    margin: 15px 0;
}

.jsplash-inner.add-to-cart-dialog .price-currency-2 {
    font-size: 14px;
    margin-left: 2px;
}

.jsplash-inner.add-to-cart-dialog .item-price .price-currency {
    position: relative;
    font-size: 16px;
    margin: 0 4px 0 0;
    color: #FF9800;
    display: inline-block;
}

.jsplash-inner.add-to-cart-dialog .item-price .old-price {
    position: absolute;
    font-size: 15px;
    color: #f0611c;
    top: -18px;
    left: 20px;
    white-space: nowrap;
}

.jsplash-inner.add-to-cart-dialog .item-price .old-price:before {
    content: '';
    position: absolute;
    width: 100%;
    padding: 0 5px;
    height: 1px;
    background: #f0611c;
    top: 10px;
    left: -4px;
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
}

.jsplash-inner.add-to-cart-dialog .battons-container .button {
    margin: 0 10px 0 0;
}

.catalog .favorites-effect-container {
    position: relative;
    user-select: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog .favorites-effect-container:before, .catalog .favorites-effect-container:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: '';
}

.catalog .favorites-effect-container:before {
    box-sizing: border-box;
    margin: -24px 0 0 -24px;
    border: solid 30px #ffa5a5;
    width: 70px;
    height: 70px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.catalog .favorites-effect-container:after {
    margin: 8px 0 0 8px;
    opacity: 0;
    width: 8px;
    height: 8px;
    box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080, -0.32476rem -2.625rem 0 -0.1875rem #ffed80, 2.54798rem -1.61656rem 0 -0.1875rem #ffed80, 1.84982rem -1.89057rem 0 -0.1875rem #a4ff80, 2.85252rem 0.98418rem 0 -0.1875rem #a4ff80, 2.63145rem 0.2675rem 0 -0.1875rem #80ffc8, 1.00905rem 2.84381rem 0 -0.1875rem #80ffc8, 1.43154rem 2.22414rem 0 -0.1875rem #80c8ff, -1.59425rem 2.562rem 0 -0.1875rem #80c8ff, -0.84635rem 2.50595rem 0 -0.1875rem #a480ff, -2.99705rem 0.35095rem 0 -0.1875rem #a480ff, -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed, -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed, -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
}

.catalog .-in-favorites .favorites-effect-container:before {
    animation: heart-bubble 1s ease-out;
}

.catalog .-in-favorites .favorites-effect-container:after {
    animation: heart-sparkles 1s ease-out;
}

@keyframes heart-bubble {
    15% {
        transform: scale(1);
        border-width: 30px;
    }
    30%, 100% {
        transform: scale(1);
        border-width: 0;
    }
}

@keyframes heart-sparkles {
    0%, 20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
    }
}

.catalog .button.fast-order {
    background: #414141;
    padding: 10px 36px;
    color: #ffffff;
}

.catalog .button.fast-order:before {
    content: 'schedule';
    position: absolute;
    font-family: 'Material Icons';
    left: 9px;
    font-size: 19px;
    top: 50%;
    margin: -9px 0 0 0;
}

.catalog .button.fast-order:hover {
    background: #828282;
}

.catalog .button.fast-order:active {}

.jsplash-inner.catalog-fast-order-dialog .form-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.jsplash-inner.catalog-fast-order-dialog .form-note {
    margin: 50px 0 20px 0;
}

.jsplash-wrapper.catalog-fast-order-dialog .field {
    margin: 6px 0 30px 0;
}

.jsplash-wrapper.catalog-fast-order-dialog .text-input {
    box-shadow: none;
    border: none;
    background: #f1f1f1;
    padding: 10px 10px;
    margin: 0;
    width: 200px;
}

.jsplash-wrapper.catalog-fast-order-dialog .placeholder {
    color: #4e4e4e;
    font-size: 13px;
}

.jsplash-wrapper.catalog-fast-order-dialog .preloader {
    background: url(/modules/Catalog/public/front/img/tab-preloader-spinner.gif) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 90px;
    right: 180px;
}

.jsplash-inner.catalog-fast-order-dialog {
    text-align: left;
    min-width: 375px;
    min-height: 310px;
}

.jsplash-wrapper.catalog-fast-order-dialog {
    padding: 20px 20px 20px 280px;
}

.jsplash-wrapper.catalog-fast-order-dialog:before {
    content: '';
    position: absolute;
    background: url(/modules/Catalog/public/front/img/delivery-boxes.png) no-repeat center center;
    background-size: contain;
    width: 340px;
    height: 288px;
    z-index: 2;
    top: 115px;
    left: -60px;
    animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.jsplash-visible .jsplash-wrapper.catalog-fast-order-dialog:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.admin-edit-icon {
    background: #03A9F4;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 17px;
    padding: 4px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
}

.admin-id-icon {
    background: #212f31;
    color: #FFF!important;
    font-size: 9px;
    padding: 3px 8px;
    border-radius: 8px;
    display: inline-block;
    height: 9px;
    line-height: 10px;
}

.jsplash-wrapper.catalog-payment-dialog {
    padding: 20px 20px 20px 220px;
}

.jsplash-inner.catalog-payment-dialog {
    max-width: 1200px;
    text-align: left;
}

.jsplash-wrapper.catalog-payment-dialog:before {
    content: '';
    position: absolute;
    background: url(/modules/Catalog/public/front/img/gift-box.png) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 270px;
    z-index: 2;
    top: 0px;
    left: -50px;
    animation: jssplash-fade-out 400ms both cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.jsplash-visible .jsplash-wrapper.catalog-payment-dialog:before {
    animation: jssplash-fade-in 800ms both cubic-bezier(0.13, 0.97, 0.53, 1.01);
}

.jsplash-inner.catalog-payment-dialog .title {
    position: relative;
}

.jsplash-inner.catalog-payment-dialog .note {
    position: relative;
    margin: 40px 0 30px 0;
    padding-left: 42px;
    color: #424242;
}

.jsplash-inner.catalog-payment-dialog .note .icon {
    display: inline-block;
    font-size: 16px;
    background: #27862b;
    width: 24px;
    height: 24px;
    padding: 4px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    color: #FFF;
    margin: 0 6px 0 0;
    position: absolute;
    left: 0;
}

.jsplash-inner.catalog-payment-dialog .note .icon:before {
    content: 'phone_in_talk';
    font-family: 'Material Icons';
}

.jsplash-inner.catalog-payment-dialog .text {
    position: relative;
    margin: 40px 0 40px 0;
    font-size: 13px;
}

.jsplash-inner.catalog-payment-dialog .go-to-pay {
    margin-right: 7px;
    background: #03A9F4;
}

.jsplash-inner.catalog-payment-dialog .go-to-pay:hover {
    background: #64cfff;
}

.catalog-payment-info-page table.order-items th {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 16px;
}

.catalog-payment-info-page table.order-items td {
    padding: 17px 16px;
    border-top: 1px solid #d8d8d8;
}

.catalog-payment-info-page table.order-items tr {
    background: #FFF!important;
}

.catalog-payment-info-page table.order-items .in-mobile {
    display: none;
}

.catalog-payment-info-page table.order-items .item-name {}

.catalog-payment-info-page table.order-items .item-count {
    text-align: center;
}

.catalog-payment-info-page table.order-items .item-price {
    text-align: right;
}

.catalog-payment-info-page table.order-items .item-cost {
    text-align: right;
}

.catalog-payment-info-page .payment-cost-info {
    position: relative;
    margin: 30px 0 20px 5px;
}

.catalog-payment-info-page .cost-row {
    position: relative;
    margin: 7px 0;
    font-size: 15px;
}

.catalog-payment-info-page .cost-row.total {
    font-size: 19px;
    margin-top: 22px;
}

.catalog .order-items {
    border-collapse: separate;
    border-spacing: 0;
    color: #282828;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.catalog .order-items thead {
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
}

.catalog .order-items th {
    padding: 10px 15px;
    color: #3e4143;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.catalog .order-items th:first-child {
    border-top-left-radius: 0;
}

.catalog .order-items th:last-child {
    border-top-right-radius: 0;
}

.catalog .order-items thead {
    font-size: 11px;
    /* text-transform: uppercase; */
}

.catalog .order-items th:first-child {
    border-top-left-radius: 0;
}

.catalog .order-items th:last-child {
    border-top-right-radius: 0;
}

.catalog .order-items tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.catalog-pay-success {
    position: relative;
}

.catalog-pay-success .pay-title {
    position: relative;
    text-align: center;
    font-size: 32px;
    margin: 30px 0;
}

.catalog-pay-success .pay-image {
    position: relative;
    background: url(/public/img/catalog-pay-success.png) no-repeat center center;
    background-size: contain;
    height: 600px;
}

.jsplash-inner.catalog-delivery-points-popup {
    max-width: 80vw;
    text-align: left;
    width: 80vw;
    height: 80vh;
}

.catalog-delivery-points {
    position: relative;
    max-height: 90vh;
    width: 100%;
}

.catalog-delivery-points .container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-delivery-points .gmap-container {
    display: table-cell;
    position: relative;
}

.catalog-delivery-points .gmap-container .gmap {
    background: #f3f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
}

.catalog-delivery-points .sidebar-container {
    display: table-cell;
    width: 340px;
    position: relative;
    padding: 0 0 0 10px;
    height: 80vh;
}

.catalog-delivery-points .points-filter {
    position: relative;
    height: 75px;
    box-sizing: border-box;
    padding: 0 14px;
}

.catalog-delivery-points .points-list {
    position: relative;
    overflow-y: auto;
    height: calc(100% - 80px);
}

.catalog-delivery-points .points-list .list-inner {
    position: relative;
}

.catalog-delivery-points .delivery-point {
    position: relative;
    margin: 2px 0;
}

.catalog-delivery-points .delivery-point.-hidden {
    display: none;
}

.catalog-delivery-points .delivery-point .point-content {
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding: 0 20px 0 20px;
}

.catalog-delivery-points .delivery-point.-opened .point-content {
    max-height: 400px;
}

.catalog-delivery-points .point-field {
    position: relative;
    margin: 9px 0;
}

.catalog-delivery-points .point-filter-field {
    position: relative;
    margin: 4px 0;
    font-size: 13px;
}

.catalog-delivery-points .point-filter-field>label {
    cursor: pointer;
}

.catalog-delivery-points .address {
    position: relative;
}

.catalog-delivery-points .select-point {
    background: #03A9F4;
    padding: 8px 36px;
    display: block;
    margin: 5px 0 30px 0;
}

.catalog-delivery-points .select-point:hover {
    background: #64cfff;
    color: #FFF;
}

.catalog-delivery-points .point-open-trigger {
    border-radius: 1px;
    cursor: pointer;
    padding: 8px 8px 8px 36px;
    border: 1px solid #efefef;
}

.catalog-delivery-points .point-open-trigger .icon {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 16px;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 100%;
}

.catalog-delivery-points .delivery-point.-opened .point-open-trigger, .catalog-delivery-points .point-open-trigger:hover {
    background: #03A9F4;
    color: #FFF;
}

.catalog-delivery-points .label {
    position: absolute;
    color: #676767;
    top: 0;
    left: 0;
    font-size: 13px;
}

.catalog-delivery-points .gm-style .point-open-trigger:hover, .catalog-delivery-points .gm-style .point-open-trigger {
    border: 0;
    background: none;
    cursor: default;
    color: inherit;
    padding: 8px 8px;
}

.catalog-delivery-points .gm-style .select-point {
    margin: 5px 0 0 0;
}

.catalog-delivery-points .gm-style .point-open-trigger .icon {
    display: none;
}

.catalog-delivery-points .-with-label {
    position: relative;
    padding: 0 0 0 140px;
}

.catalog-delivery-points .phone {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery-points .container {
    display: block;
    width: auto;
    height: 250px;
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery-points .gmap-container {
    display: block;
    height: 100%;
}

.jsplash-inner.catalog-delivery-info-popup .catalog-delivery-points .sidebar-container {
    display: none;
}

@media all and (min-width: 1900px) {
    .catalog .items-list[data-view-mode="tiles"] .item {
        width: 25%;
    }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.noUi-origin {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	transition: left .3s, top .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base {
	transform: translate3d(0,0,0);
}


.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	top: -6px;
	left: -17px;
	width: 34px;
	height: 28px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	top: -17px;
	left: -6px;
	width: 28px;
	height: 34px;
}


.noUi-background {
	background: #fafafa;
	box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
	transition: background 450ms;
	background: #3fb8af;
	box-shadow: inset 0 0 3px rgba(51,51,51,.45);
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,.45), 0 3px 6px -5px #bbb;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: default;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:before, .noUi-handle:after {
	position: absolute;
	top: 6px;
	left: 14px;
	display: block;
	width: 1px;
	height: 14px;
	content: '';
	background: #e8e7e6;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
	top: 14px;
	left: 6px;
	width: 14px;
	height: 1px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}


[disabled].noUi-connect, [disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
	cursor: not-allowed;
}

.items-main-page-slider {
    position: relative;
    margin: 50px 0 0 0;
}

.catalogonmainpage-items-slider {
    min-height: 290px;
    margin: 0 0 30px 0;
    opacity: 1;
    transition: opacity 200ms ease-out;
    padding: 20px;
}

.catalogonmainpage-items-slider .slide-item {
    position: relative;
    display: inline-block;
}

.catalogonmainpage-items-slider.items-list .slide-item .item {
    height: 263px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.08), inset 0 -5px 0 -1px #03A9F4, 0 14px 14px -9px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    display: inline-block;
    width: 180px;
    margin: 0 8px 40px 8px;
    vertical-align: top;
    text-align: left;
}
.catalogonmainpage-items-slider.items-list .slide-item .item:hover{
    box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.08), inset 0 -5px 0 -1px #03A9F4, 0 5px 14px 0 rgba(0,0,0,.4);
}
.catalogonmainpage-items-slider.items-list .slide-item .item-link{
    background: #FFF;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.catalogonmainpage-items-slider.items-list .slide-item .item-name{
    font-size: 13px;
    display: block;
    background: #03A9F4;
    border-radius: 2px 2px 0 0;
    padding: 5px 10px;
    overflow: hidden;
    height: 66px;
    line-height: 17px;
    color: #fff;
}
.catalogonmainpage-items-slider.items-list .slide-item .item-price{
    position: absolute;
    right: -6px;
    top: 84px;
    font-size: 16px;
    background: #202e31;
    color: #FFF;
    padding: 6px 10px 5px 10px;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.33);
}

.catalogonmainpage-items-slider.items-list .slide-item .item-price:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid rgba(0,0,0,0);
    border-bottom: 14px solid rgba(0,0,0,0);
    border-right: 10px solid #202e31;
    top: 0;
    left: -10px
}
.catalogonmainpage-items-slider.items-list .slide-item .buy-block{
    display:none;
}
.catalogonmainpage-items-slider.items-list .slide-item .item-attributes {
    display: none;
}

.catalogonmainpage-items-slider.-hidden {
    opacity: 0;
}

.catalogonmainpage-items-slider .js-simple-slider-viewport {
    padding: 20px 0;
    box-sizing: border-box;
}

.catalogonmainpage-items-slider .js-simple-slider-btn {
    font-size: 26px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 33px;
    height: 33px;
    text-align: center;
    margin-top: -55px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1;
    color: #212f32;
    box-shadow: 0 0 0 2px #03A9F4;
    background: #03A9F4;
}

.catalogonmainpage-items-slider .js-simple-slider-btn:hover {
}

.catalogonmainpage-items-slider .js-simple-slider-btn-next {
    left: inherit;
    right: 0px;
}

.catalogonmainpage-items-slider .js-simple-slider-btn-prev:before {
    content: '\f104';
}

.catalogonmainpage-items-slider .js-simple-slider-btn-next:before {
    content: '\f105';
}

.catalogpresentitems-items-slider {
    min-height: 290px;
    margin: 0 0 30px 0;
    opacity: 1;
    transition: opacity 200ms ease-out;
}

.catalogpresentitems-items-slider.-hidden {
    opacity: 0;
}

.catalogpresentitems-items-slider .js-simple-slider-viewport {
    padding: 20px 0;
}

.catalogpresentitems-items-slider .js-simple-slider-btn {
    left: inherit;
    right: 0;
    top: -25px;
    color: #828e98;
    background: white;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    box-shadow: 0 0 0 2px #828e98;
}

.catalogpresentitems-items-slider .js-simple-slider-btn:hover {
    color: #fb7441;
    box-shadow: 0 0 0 2px #fb7441;
}

.catalogpresentitems-items-slider .js-simple-slider-btn-prev {
    right: 43px;
}

.catalogpresentitems-items-slider .js-simple-slider-btn-prev:before {
   content:'\f104'; 
}

.catalogpresentitems-items-slider .js-simple-slider-btn-next:before {
    content:'\f105';
}

.feedback-form-module{
	margin: 20px 0 50px 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 14px -2px rgba(0, 0, 0, .32);
	border-radius: 1px;
}

.feedback-form-module .validation-error{
	font-size: 13px;
	position: absolute;
	bottom: -20px;
	padding: 2px 5px;
	color: #FFFFFF;
	border: 1px solid #bbb;
	transition: all 240ms ease-out;
	border-radius: 2px;
	background: #202E31;
	box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, .32);
	opacity: 0;
}

.feedback-form-module .validation-error:before {
	content:'';
	position:absolute;
	width:0;
	height: 0;
	border-bottom: 4px solid #202E31;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	top: -4px;
	left: 6px;
}

.feedback-form-module .validation-error.-visible {
	opacity: 1;
}

.feedback-form-module .error{
	border: 1px solid red;
}


.feedback-form-module .field textarea{
	height: 85px;
}


.jsplash-wrapper.feedback-js-form {
    padding: 0;
}

.jsplash-wrapper .feedback-form-module {
	margin: 0;
	width: 300px;
}

.jsplash-inner .feedback-form-module label >span {
    text-align: left;
    display: block;
    font-size: 13px;
}

.jsplash-inner .feedback-form-module .button-field {
	margin: 0;
}
.jsplash-inner .feedback-form-module .button-field input {
	margin-top:0
}
.image-gallery {
	opacity:0;
}

.image-gallery.-loaded {
	opacity:1;
}
.js-carousel-container{
    margin: 0 auto;
    background-color: #fff;
}




/*JSCAROUSEL STYLES*/
.js-carousel{
    position: relative;
    z-index: 0!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.js-carousel li{
    display: none;
}

.js-carousel li:first-child{
    display: block;
}

.js-carousel.loaded li{
    font-size: 93px;
    line-height: 240px;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2f2f2f;
}

.js-carousel-prev-button,
.js-carousel-next-button{
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: 0;
    left: 5px;
    width: 28px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    color: #212121;
    display: none;
}

.js-carousel-next-button{
    right: 6px;
    left: initial;
}
.js-carousel-next-button:before{
    position: absolute;
    top: -7px;
    left: -5px;
    content: 'Ã¢â€“Âº';
}

.js-carousel-prev-button:before{
    position: absolute;
    top: -7px;
    left: -10px;
    content: 'Ã¢â€”â€ž';
}

.js-carousel-prev-button:hover,
.js-carousel-next-button:hover{
    color: #DC1103;
}

.js-carousel-bullets-wrapper{
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
}

.js-carousel-bullets-wrapper > div{
    position: relative;
    left: -50%;
    background-color: red;
}

.js-carousel-bullets-wrapper .bullet{
    position: relative;
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    cursor: pointer;
    text-indent: -4000px;
    border-radius: 100%;
    background-color: #ffffff;
}

.js-carousel-bullets-wrapper .bullet.active,
.js-carousel-bullets-wrapper .bullet:hover{
}

.imagesslider {
    position: relative;
}

.imagesslider .slide{
    overflow: hidden;
}

.imagesslider .slide-content {
    opacity: 0;
    z-index: 4;
    position: absolute;
    width: 800px;
    left: 50%;
    margin: 0 0 0 -400px;
    transition: all 600ms ease-out;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: table;
    height: 100%;
    top: 10px;
}

.imagesslider .slide-content.-visible {
    opacity: 1;
    top: 0px;
}

.imagesslider .slide-content-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.imagesslider .slide-title {
    line-height: 80px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 64px;
    color: #212f32;
}

.imagesslider .slide-text {
    color: #020202;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    margin-top: 50px;
    font-weight: 300;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.45), 0 0 19px rgba(255, 255, 255, 0.26);
}

.imagesslider .slide-learn-more {
    color: #ffffff;
    background: #03A9F4;
    padding: 12px 48px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    transition: all 240ms ease-out;
    box-shadow: 0px 0px 0px 1px #E6E6E6, 0px 3px 30px -1px rgb(191, 191, 191);
    border-radius: 4px;
}

.imagesslider .slide-learn-more:hover {
    color: #212121;
}

.js-carousel-container {
    margin: 0 auto;
    background-color: #fff;
}

/*JSCAROUSEL STYLES*/
.js-carousel {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.js-carousel li {
    display: none;
}

.js-carousel li:first-child {
    display: block;
}

.js-carousel.loaded li {
    font-size: 93px;
    line-height: 240px;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2f2f2f;
}

.js-carousel-prev-button, .js-carousel-next-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin-top: -20px;
    cursor: pointer;
    color: #395058;
    border: 20px solid #ffe;
    border-radius: 100%;
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, .46);
    display: none;
}

.js-carousel-next-button {
    right: -20px;
    left: initial;
}

.js-carousel-next-button:before {
    position: absolute;
    top: -7px;
    left: -5px;
    content: 'A??’A‚A?A?A?A?aˆsA¬A?a‚¬A“A?aˆsA‚A?';
}

.js-carousel-prev-button:before {
    position: absolute;
    top: -7px;
    left: -10px;
    content: 'A??’A‚A?A?A?A?aˆsA¬A?a‚¬A?A?A?A?aˆsA¬A…A?';
}

.js-carousel-prev-button:hover, .js-carousel-next-button:hover {
    color: #fc6216;
}

.js-carousel-bullets-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
}

.js-carousel-bullets-wrapper > div {
    position: relative;
    left: -50%;
}

.js-carousel-bullets-wrapper .bullet {
    position: relative;
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    cursor: pointer;
    text-indent: -4000px;
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #03A9F4;
}

.js-carousel-bullets-wrapper .bullet.active, .js-carousel-bullets-wrapper .bullet:hover {
    background: #03A9F4;
}

@media all and (max-width: 1800px) {
    .imagesslider .slide-title {
        font-size: 47px;
        line-height: 47px;
    }

    .imagesslider .slide-text {
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .imagesslider .slide-learn-more {
        margin-top: 30px;
    }
}

@media all and (max-width: 1300px) {
    .imagesslider .slide-title {
        font-size: 44px;
        line-height: 44px;
    }

    .imagesslider .slide-text {
        line-height: 14px;
        font-size: 14px;
        margin-top: 20px;
    }

    .imagesslider .slide-learn-more {
        margin-top: 20px;
        font-size: 12px;
        padding: 8px 35px;
    }
}

.promo-blocks-template-1 {
    position: relative;
    margin: 40px 0;
}

.promo-blocks-template-1 .promo-blocks.-loaded {
    opacity: 1;
}

.promo-blocks-template-1 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-1 .blocks-container {
    width: 400px;
    height: 400px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    border-radius: 100%;
    padding: 100px 0;
}

.promo-blocks-template-1 .promo-block.center-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-blocks-template-1 .promo-block.mini-block {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.promo-blocks-template-1 .promo-block .block-logo {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    overflow: hidden;
}

.promo-blocks-template-1 .promo-block.center-block .block-logo {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
}

.promo-blocks-template-1 .promo-block.mini-block .block-text-wrapper {
    position: absolute;
    left: 110px;
    top: 0;
    width: 330px;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.promo-blocks-template-1 .promo-block.mini-block .block-text {
    display: table-cell;
    vertical-align: middle;
}

.promo-blocks-template-1 .promo-block.mini-block .block-title {
    text-transform: uppercase;
}

.promo-blocks-template-1 .promo-block.mini-block .block-description {
    color: #6d6d6d;
    font-size: 14px;
}

.promo-blocks-template-2 .blocks-title {
    font-size: 35px;
    text-align: center;
}

.promo-blocks-template-2 {
    overflow: hidden;
}

.promo-blocks-template-2 .promo-blocks {
    position: relative;
    margin: 50px 0;
    transition: opacity 240ms ease-out;
    opacity: 0;
}

.promo-blocks-template-2 .promo-blocks.-loaded {
    opacity: 1;
}

.promo-blocks-template-2 .block-line {
    position: relative;
    display: table;
    width: 100%;
    margin: 40px 0;
    table-layout: fixed;
    text-align: center;
}

.promo-blocks-template-2 .block-line .promo-block {
    position: relative;
    display: inline-block;
    display: table-cell;
    height: 100px;
    margin: 0 30px;
    border-radius: 100%;
}

.promo-blocks-template-2 .block-line .block-logo {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
}

.promo-blocks-template-2 .block-arrow {
    position: absolute;
    width: 40px;
    height: 1px;
}

.promo-blocks-template-2 .block-title {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
    color: rgb(138, 138, 138);
    font-size: 14px;
}

.promo-blocks-template-2 .block-arrow:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 120px;
    content: '';
    background: url(/modules/PromoBlocks/public/front/img/arrow.png) no-repeat center center;
    background-size: contain;
}

.promo-blocks-template-2 .promo-blocks .-ghost-block {
    visibility: hidden;
}

.promo-blocks-template-2 .promo-blocks.-has-ghost-block .block-line:first-child .promo-block:last-child .block-arrow,
.promo-blocks-template-2 .promo-blocks .block-line:last-child .promo-block:last-child .block-arrow {
    display: none;
}

.promo-blocks-template-3 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-3 .promo-blocks {
    position: relative;
    margin: 40px 0;
}

.promo-blocks-template-3 .promo-blocks {
    opacity: 0;
}

.promo-blocks-template-3 .promo-blocks.-loaded {
    opacity: 1;
}

.promo-blocks-template-3 .promo-blocks .promo-block {
    display: block;
    position: relative;
    width: 200px;
    height: 240px;
    padding: 10px;
    box-sizing: border-box;
}

.promo-blocks-template-3 .promo-blocks .block-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
}

.promo-blocks-template-3 .promo-blocks .block-url {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.promo-blocks-template-3 .promo-blocks .block-align {
    position: absolute;
    font-family: "Oswald";
    left: 0;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.promo-blocks-template-3 .promo-blocks .block-align .wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.promo-blocks-template-3 .promo-blocks .block-align .inner {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.77);
}


.promo-blocks-template-3 .promo-blocks .block-description {
    font-size: 14px;
    width: 70%;
    margin-left: 30%;
    line-height: 16px;
    font-family: 'Roboto';
}

.promo-blocks-template-3 .promo-blocks .block-align.block-title {
    font-size: 100px;
    width: 20%;
}


.promo-blocks-template-3 .promo-blocks .block-logo:before {
    content: '';
    position: absolute;
    left: -50%;
    top: 48%;
    display: block;
    margin: 0;
    height: 0%;
    width: 200%;
    background: rgba(0, 0, 0, 0.49);
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.promo-blocks-template-3 .promo-blocks .block-logo:hover:before {
    left: -60%;
    top: -90px;
    height: 200%;
    width: 200%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.promo-blocks-template-3 .promo-blocks .block-logo:hover .inner {
    color: #FFF;
}


.promo-blocks-template-3 .js-simple-slider-btn {
    font-size: 40px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 25px;
    padding: 10px;
    text-align: center;
    margin-top: -25px;
    cursor: pointer;
    color: #101010;
    z-index: 0;
    font-family: 'FontAwesome';
    -webkit-transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
    transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
    background: #FFF;
    border-radius: 100%;
    box-shadow: 1px 1px 15px -1px rgba(16, 16, 16, 0.33);
}

.promo-blocks-template-3 .js-simple-slider-btn:hover {
    background: #101010;
    color: #fff;
}

.promo-blocks-template-3 .js-simple-slider-btn-next {
    left: inherit;
    right: 0px;
}

.promo-blocks-template-3 .js-simple-slider-btn-prev:before {
    content: '\f104';
}

.promo-blocks-template-3 .js-simple-slider-btn-next:before {
    content: '\f105';
}

.promo-blocks-template-4 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-4 .promo-blocks {
    position: relative;
    background: #FFF;
}

.promo-blocks-template-4 .promo-block {
    position: relative;
    min-height: 400px;
}

.promo-blocks-template-4 .block-logo-wrapper {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.promo-blocks-template-4 .block-description-wrapper {
    position: relative;
    min-height: 400px;
    display: table;
    table-layout: fixed;
}

.promo-blocks-template-4 .block-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    left: 0;
    top: 0;
}

.promo-blocks-template-4 .block-description {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.promo-blocks-template-4 .block-description .wrapper {
    position: relative;
    width: 50%;
    margin-left: 50%;
}

.promo-blocks-template-4 .block-description .wrapper:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background-color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: -10px;
    margin: -10px 0 0 0;
}

.promo-blocks-template-4 .block-description .inner {
    position: relative;
    padding: 70px;
}

.promo-blocks-template-4 .block-url {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.promo-blocks-template-4 .block-description .title {
    font-family: "Oswald";
    font-weight: 400;
    color: #3a3a3b;
    font-size: 40px;
    text-transform: capitalize;
}

.promo-blocks-template-4 .block-description .text {
    color: #6f6f6f;
    padding-left: 20px;
    border-left: 2px solid #ffd072;
    line-height: 24px;
    margin: 50px 0 50px 0;
}

.promo-blocks-template-4 .block-description .learn-more {
    color: #fff;
    border: 1px solid #101010;
    padding: 7px 43px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: all 240ms ease-out;
    background: #101010;
}

.promo-blocks-template-4 .block-description .learn-more:hover {
    color: #212121;
    background: #fff;
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-logo {
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-logo-wrapper {
    left: inherit;
    right: 0;
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .wrapper {
    margin-left: 0;
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .wrapper:before {
    left: inherit;
    right: -10px;
}

.promo-blocks-template-5 {
    position: relative;
}

.promo-blocks-template-5 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-5 .promo-blocks {
    position: relative;
    margin: 40px 0;
    text-align: center;
}

.promo-blocks-template-5 .promo-block {
    position: relative;
    width: 33%;
    display: inline-block;
    margin: 0 0 100px 0;
}

.promo-blocks-template-5 .block-logo-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 330px;
    height: 330px;
    margin: 0 auto;
    display: block;
}

.promo-blocks-template-5 .block-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    border-radius: 100%;
}

.promo-blocks-template-5 .block-logo-wrapper:before {
    content: '';
    position: absolute;
    background: #2196F3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    opacity: 1;
    transition: all 0ms;
}

.promo-blocks-template-5 .block-logo-wrapper:hover:before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    padding: 60px;
    opacity: 0;
    transition: all 1s cubic-bezier(0, 0, 0, 1.21);
}

.promo-blocks-template-5 .block-description {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.promo-blocks-template-5 .block-description .description-inner {
    vertical-align: middle;
    position: relative;
    display: table-cell;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.promo-blocks-template-5 .block-title {
    position: relative;
    text-align: center;
    background: white;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: -80px auto 0 auto;
    display: block;
}

.promo-blocks-template-5 .block-title:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #ffd072;
    border-left: 1px solid #ffd072;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.promo-blocks-template-5 .title-text-wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.promo-blocks-template-5 .title-text {
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    font-size: 17px;
    word-break: break-all;
    padding: 0px 40px 0px 40px;
    color: #333;
}

.promo-blocks-template-5 .block-url {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.promo-blocks-template-6 {
    position: relative;
    padding: 80px 0;
    background: #222;
}

.promo-blocks-template-6 .blocks-title {

}

.promo-blocks-template-6 .promo-blocks {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.promo-blocks-template-6 .promo-block {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.promo-blocks-template-6 .promo-block .number {
    position: relative;
    font-family: "Oswald";
    color: #FFF;
    font-size: 60px;
}

.promo-blocks-template-6 .promo-block .text {
    position: relative;
    color: #7d7d7d;
    display: inline-block;
    max-width: 110px;
    line-height: 19px;
    font-size: 16px;
    margin-left: 5px;
}
.rekl-template-1 {
    position: relative;
}

.rekl-template-1 .rekl {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.rekl-template-1 .rekl.-loaded {
    overflow: visible;
}

.rekl-template-1 .rekl-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}

.rekl-template-1 .block-inner {
}

.rekl-template-1 .rekl-block .img-cell {
    width: 130px;
    vertical-align: top;
}

.rekl-template-1 .rekl-block .text-cell {
    padding-left: 10px;
}

.rekl-template-1 .rekl-block .img-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
}

.rekl-template-1 .rekl-block .img {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.rekl-template-1 .rekl-block .description {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: table;
    padding: 8px;
    color: #000;
    background: rgba(255, 255, 255, 0.62);
    opacity: 0;
    transition: opacity 200ms ease-out;
    text-align: center;
    table-layout: fixed;
    height: 100%;
}
.rekl-template-1 .rekl-block .description-inner {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 20px;
}

.rekl-template-1 .rekl-block .img:hover .description {
    opacity:1;
}
.rekl-template-1 .rekl-block .title {
    color: inherit;
}
.rekl-template-2 {
    position: relative;
}

.rekl-template-2 .rekl {
    position: relative;
    height: 69px;
    width: 100%;
    overflow: hidden;
}

.rekl-template-2 .rekl.-loaded {
    overflow:visible;
}

.rekl-template-2 .rekl-block {
    position: relative;
    height: 69px;
}

.rekl-template-2 .block-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 69px;
}

.rekl-template-2 .rekl-block .cell {
    display: table-cell;
    vertical-align: middle;
}

.rekl-template-2 .rekl-block .img-cell {
    width: 130px;
    vertical-align: top;
}

.rekl-template-2 .rekl-block .text-cell {
    padding-left: 10px;
}

.rekl-template-2 .rekl-block .img-wrapper {
    position: relative;
    width: 120px;
    height: 60px;
    border: 5px solid #ddd;
    overflow: hidden;
}

.rekl-template-2 .rekl-block .img {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    transition: all 1s cubic-bezier(0.15, 0.75, 0.32, 1.01);
}

.rekl-template-2 .rekl-block .img:hover {
    transform: scale(1.2);
}

.rekl-template-2 .rekl-block .title {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

.rekl-template-2 .rekl-block .title:hover {
    text-decoration: underline;
}

.rekl-template-2 .rekl-block .description {
    color: #777;
    font-size: 13px;
    line-height: 16px;
}

.main-menu a[href="/schedulermanager/"] {
    color: #FF7300;
}

.schedulermanager .task-list .action {
    width: 40px;
    padding: 10px 8px;
}

.schedulermanager .task-list .id {
    width: 100px;
}

.schedulermanager .task-list td.startup-time {
    width: 120px;
}

.schedulermanager .task-list .startup-time-range {
    font-size: 10px;
    display: block;
}

.schedulermanager .task-list .file-to-run {
    width: 320px;
}

.schedulermanager .task-list .cron-time {
    width: 90px;
}

.schedulermanager .task-list .create-date {
    width: 200px;
}

.schedulermanager .task-list .edit-task {
    position: relative;
    display: block;
}

.schedulermanager .task-list .delete-task {
    position: relative;
    display: block;
}

.schedulermanager .task-list .counter {
    text-align: center;
    width:40px;
}






.createEditTask .task-time {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.createEditTask .task-time .field {
    display: table-cell;
    margin: 0;
    padding: 0 10px;
}

.createEditTask .add-snippet:before {
    margin-right: 5px;
}

.createEditTask .add-snippet {
    color: #62C4FF;
    margin: 6px 0 12px 0;
}

.jsplash-inner.scheduler-manager-snippets-list ul{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-radius: 5px;
}

.jsplash-inner.scheduler-manager-snippets-list li{
    padding: 4px 60px;
    cursor: pointer;
    text-align: center;
    color: #353535;
    border-bottom: 1px solid #dadada;
    background-color: #f5f5f5;
}

.jsplash-inner.scheduler-manager-snippets-list li:hover{
    color: #fff;
    background: #ffde5f;
    box-shadow: inset -30px 0 48px -15px #f0c314;
}


.seocatalog-collections .collection-items-list {
	position: relative;
	background: #f7f7f7;
	min-height: 200px;
}

.seocatalog-collections .collection-block {
	margin: 0 0 60px 0;
	position: relative;
}

.seocatalog-collections .button-container {
	position: relative;
	text-align: center;
	margin: 30px 0 0 0;
}

.seocatalog-collections .preloader {
	animation: catalog-loader-spin 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	display: none;
}

.seocatalog-collections .preloader .path {
	stroke: #2f703e;
	stroke-linecap: round;
	animation: catalog-loader-dash 1.5s ease-in-out infinite;
}

.seocatalog-collections .collection-items-list.-visible .preloader {
	display: block;
}

.seocatalog-collections .items-container {
	position: relative;
}

.seocatalog-collections .items-container .items-cell {
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.seocatalog-collections .items-container .item {
	position: relative;
	padding: 5px;
	box-sizing: border-box;
}

.seocatalog-collections .items-container .item-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.seocatalog-collections .grid-layout-1 .items-cell {
	width: 33.33333%;
}

.seocatalog-collections .grid-layout-1 .item-inner {
	height: 300px;
}

.seocatalog-collections .grid-layout-1 .cell-2 .item-1 .item-inner {
	height: 400px;
}

.seocatalog-collections .grid-layout-1 .cell-2 .item-2 .item-inner {
	height: 510px;
}

.seocatalog-collections .grid-layout-2 .items-cell {
	width: 25%;
}

.seocatalog-collections .grid-layout-2 .item-inner {
	height: 280px;
}

.seocatalog-collections .grid-layout-2 .cell-1 .item-1 .item-inner {
	height: 330px;
}

.seocatalog-collections .grid-layout-2 .cell-1 .item-3 .item-inner {
	height: 360px;
}

.seocatalog-collections .grid-layout-2 .cell-2 .item-inner {
	height: 240px;
}

.seocatalog-collections .grid-layout-2 .cell-3 .item-4 .item-inner {
	height: 120px;
}

.seocatalog-collections .grid-layout-2 .cell-4 .item-1 .item-inner {
	height: 120px;
}

.seocatalog-collections .grid-layout-2 .cell-4 .item-3 .item-inner {
	height: 570px;
}

.seocatalog-collections .grid-layout-3 .cell-1 {
	width: 25%;
}

.seocatalog-collections .grid-layout-3 .cell-2 {
	width: 15%;
}

.seocatalog-collections .grid-layout-3 .cell-3 {
	width: 35%;
}

.seocatalog-collections .grid-layout-3 .cell-4 {
	width: 25%;
}

.seocatalog-collections .grid-layout-3 .item-inner {
	height: 120px;
}

.seocatalog-collections .grid-layout-3 .cell-1 .item-1 .item-inner {
	height: 250px;
}

.seocatalog-collections .grid-layout-3 .cell-2 .item-3 .item-inner {
	height: 250px;
}

.seocatalog-collections .grid-layout-3 .cell-3 .item-1 .item-inner, .seocatalog-collections .grid-layout-3 .cell-3 .item-2 .item-inner {
	height: 170px;
}

.seocatalog-collections .grid-layout-3 .cell-3 .item-3 .item-inner {
	height: 150px;
}

.seocatalog-collections .grid-layout-3 .cell-4 .item-3 .item-inner {
	height: 250px;
}

.seocatalog-collections .grid-layout-4 .items-cell {
	width: 50%;
}

.seocatalog-collections .grid-layout-4 .item-inner {
	height: 200px;
}

.seocatalog-collections .grid-layout-4 .cell-1 .item {
	width: 50%;
	display: inline-block;
}

.seocatalog-collections .grid-layout-4 .cell-1 .item-3 {
	width: 100%;
}

.seocatalog-collections .grid-layout-4 .cell-1 .item-4, .seocatalog-collections .grid-layout-4 .cell-1 .item-5, .seocatalog-collections .grid-layout-4 .cell-1 .item-6 {
	width: 33.3333%;
}

.seocatalog-collections .grid-layout-4 .cell-1 .item-4 .item-inner, .seocatalog-collections .grid-layout-4 .cell-1 .item-5 .item-inner, .seocatalog-collections .grid-layout-4 .cell-1 .item-6 .item-inner {
	height: 150px;
}

.seocatalog-collections .grid-layout-4 .cell-2 .item-1 .item-inner {
	height: 230px;
}

.seocatalog-collections .grid-layout-4 .cell-2 .item-2, .seocatalog-collections .grid-layout-4 .cell-2 .item-3, .seocatalog-collections .grid-layout-4 .cell-2 .item-4 {
	width: 33.3333%;
	display: inline-block;
}

.seocatalog-collections .grid-layout-4 .cell-2 .item-2 .item-inner, .seocatalog-collections .grid-layout-4 .cell-2 .item-3 .item-inner, .seocatalog-collections .grid-layout-4 .cell-2 .item-4 .item-inner {
	height: 150px;
}

.seocatalog-collections .grid-layout-4 .cell-2 .item-5, .seocatalog-collections .grid-layout-4 .cell-2 .item-6 {
	width: 50%;
	display: inline-block;
}

.seocatalog-collections .grid-layout-4 .cell-2 .item-5 .item-inner, .seocatalog-collections .grid-layout-4 .cell-2 .item-6 .item-inner {
	height: 170px;
}

.seocatalog-collections .items-container .item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f7f7f7;
	transition: all 400ms ease-out;
	transform: scale(1.05);
}

.seocatalog-collections .items-container .item-inner:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.49);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 280ms ease-out;
}

.seocatalog-collections .items-container .item-inner:hover .item-image {
	transform: scale(1);
}

.seocatalog-collections .items-container .item-inner:hover .item-name {
	transition: all 300ms 300ms ease-out;
	opacity: 1;
	bottom: 10px;
}

.seocatalog-collections .items-container .item-inner:hover .item-price {
	transition: all 300ms 700ms ease-out;
	opacity: 1;
}

.seocatalog-collections .items-container .item-inner:hover:before {
	opacity: 1;
}

.seocatalog-collections .items-container .item-image img {
	display: none;
}

.seocatalog-collections .items-container .item-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.seocatalog-collections .items-container .image-preloader {
	animation: catalog-loader-spin 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}

.seocatalog-collections .items-container .image-preloader .path {
	stroke: #2f703e;
	stroke-linecap: round;
	animation: catalog-loader-dash 1.5s ease-in-out infinite;
}

.seocatalog-collections .items-container .item-image.-loaded .image-preloader {
	display: none;
}

.seocatalog-collections .items-container .item-name {
	position: absolute;
	z-index: 1;
	color: #FFF;
	left: 10px;
	bottom: 5px;
	right: 100px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all 200ms ease-out;
}

.seocatalog-collections .items-container .item-inner .item-price {
	position: absolute;
	z-index: 1;
	color: #FFF;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	font-style: italic;
	opacity: 0;
	transition: all 200ms ease-out;
}

.seocatalog-collections .items-container .item-inner .item-price .currency {
	font-size: 12px;
	font-style: italic;
}
