html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Black.woff") format("woff"), url("fonts/Roboto-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
html {
	font: 14px/1.3 Roboto, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	height: 100%;
}
body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 320px;
	min-height: 100%;
}
#content {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.container.full-width {
	max-width: 100%;
}
.container.flex {
	display: flex;
	flex-wrap: wrap;
}
.clearfix:before, .clearfix:after, .container:not(.flex):before, .container:not(.flex):after, .rating:after {
	content: "";
	display: table;
	clear: both;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-uppercase {
	text-transform: uppercase;
}
.overflow-hidden {
	overflow: hidden;
}
.top-gap {
	margin-top: 30px;
}
.bottom-gap {
	margin-bottom: 30px;
}
.font-bold, b, strong {
	font-weight: bold;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: normal;
}
.nowrap {
	white-space: nowrap;
}
.text-large {
	font-size: 1.25em;
	font-weight: 300;
}
.article-content {
	font-size: 16px;
	text-align: justify;
}
.article-content h2, .article-content h3 {
	margin-top: 60px;
}
.article-content p, .article-content ul, .article-content ol {
	margin: 1.67rem 0;
}
.article-content ul {
	list-style: disc outside;
	margin-left: 1.67rem;
}
.article-content ol {
	list-style: decimal outside;
	margin-left: 1.67rem;
}
.gaps li + li {
	margin-top: 1rem;
}
.article-content > :first-child {
	margin-top: 0;
}
.article-content > :last-child {
	margin-bottom: 0;
}
.article-content img {
	margin: 1.67rem 0;
}
ul, ol, .list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal inside;
}
.bullet li {
	padding-left: 1em;
	position: relative;
}
.bullet li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: currentColor;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .75em;
}
p {
	margin: 0;
}
a, [data-href], button {
	cursor: pointer;
}
a, button {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .1s;
	transition: .1s;
}
a:before, a:after, button:before, button:after {
	-webkit-transition: inherit;
	transition: inherit;
}
a[href^="tel:"] {
	white-space: nowrap;
}
.article-content a {
	text-decoration: underline;
}
.article-content a:hover {
	text-decoration: none;
}
:focus {
	outline: none !important;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
hr {
	width: 100%;
	height: 1px;
	background: #C4C4C4;
	border: 0;
	margin: 30px 0;
}
.table-wrapper {
	overflow-x: auto;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	color: #909090;
}
.table.auto-width {
	width: auto;
}
tr {
	border-bottom: 1px solid #E5E5E5;
}
thead tr {
	border-color: #C4C4C4;
}
th, td {
	padding: 10px 0 10px 20px;
	vertical-align: middle;
}
th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-top: 0;
}
th:first-child, td:first-child {
	padding-left: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 500;
	margin: 1em 0;
}
h1, .h1, .section-header {
	margin-top: 0;
	line-height: 1.2;
}
h2, .h2 {
	font-size: 20px;
}
h3, .h3 {
	font-size: 16px;
}
label {
	display: block;
}
.form-field {
	margin: 0 0 20px;
	position: relative;
}
.field-label {
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 1em;
}
input, textarea {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0 12px;
	background: #F8F8F8;
	color: #909090;
	border: 1px solid #F8F8F8;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	font-family: inherit;
	font-size: 14px;
	-webkit-transition: .1s;
	transition: .1s;
	margin-bottom: 25px;
}
input:not([type=checkbox]):not([type=radio]), textarea {
	-webkit-appearance: none; /* remove safari inner shadow */
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:disabled, textarea:disabled {
	opacity: .5;
}
textarea {
	height: 120px;
	min-height: 52px;
	padding-top: 17px;
	resize: vertical;
	overflow: auto;
}
::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
::placeholder {
	color: inherit;
	opacity: 1;
}
:focus::-moz-placeholder {
	opacity: .4;
}
:focus:-ms-input-placeholder {
	opacity: .4;
}
:focus::-webkit-input-placeholder {
	opacity: .4;
}
:focus::placeholder {
	opacity: .4;
}
.input-error {
	color: #f00;
	border-color: #f00 !important;
}
form .agreement, .login-form .alt-action {
	font-size: 9px;
	line-height: 1.5;
	margin-top: 12px;
}
form .agreement a, .login-form .alt-action a {
	color: #0373B2;
}
form .agreement a:hover, .login-form .alt-action a:hover {
	text-decoration: underline;
}
.quantity {
	display: inline-block;
	width: 70px;
	height: 18px;
	text-align: center;
}
.quantity .decrease, .quantity .increase {
	width: 21px;
	height: 19px;
	background: #F2F2F2 url("img/minus2.svg") 50% 50% no-repeat;
	border: 1px solid #E5E5E5;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.13);
	float: left;
	opacity: 1;
	position: relative;
}
.quantity .increase {
	background-image: url("img/plus2.svg");
	float: right;
}
.quantity .decrease:hover, .quantity .increase:hover {
	background-color: #F8F8F8;;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.quantity .decrease.disabled, .quantity .increase.disabled {
	opacity: .4;
	pointer-events: none;
}
.quantity input {
	display: inline-block !important;
	vertical-align: top;
	pointer-events: none;
	border: 0;
	width: 28px;
	height: 21px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	font-size: 13px;
	color: #000;
}
.rating input {
	display: none;
}
.rating label, .rating li {
	display: block;
	width: 16px;
	height: 10px;
	background: url("img/star.svg") 0 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	float: left;
}
.rating label {
	float: right;
	cursor: pointer;
}
.rating label:first-of-type, .rating li:last-of-type {
	width: 10px;
}
.rating :checked ~ label, .rating label:hover, .rating label:hover ~ label, .rating-1 li:nth-child(-n+1), .rating-2 li:nth-child(-n+2), .rating-3 li:nth-child(-n+3), .rating-4 li:nth-child(-n+4), .rating-5 li:nth-child(-n+5) {
	background-image: url("img/star-active.svg");
}
.rating:hover label {
	background-image: url("img/star.svg");
}
.rating:hover label:hover, .rating:hover label:hover ~ label {
	background-image: url("img/star-active.svg");
}
.button {
	display: block;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	text-align: center;
	border: 0;
	border-radius: 1px;
	background: #D5072E url("img/arrow-white.svg") calc(100% - 20px) 50% no-repeat;
	color: #fff;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s;
}
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.button:hover {
	background-color: #ec0430;
	text-decoration: none;
}
.button.black {
	background-color: #000;
}
.button.black:hover {
	background-color: #222;
}
.button.add-to-cart {
	padding: 0 20px 0 46px;
	background-image: url("img/cart-white.svg");
	background-position: 20px 50%;
	text-transform: none;
}
button:disabled, .button.disabled {
	background-color: #E5E5E5;
	color: #BEBEBE;
	pointer-events: none;
}
button:disabled, .button.disabled:not(:empty) {
	background-color: #F2F2F2;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form .button {
	width: 100%;
}
.modal-trigger {
	cursor: pointer;
}
.modal-open, .menu-open, .search-open {
	overflow: hidden;
}
.modal-open .modal-container, .menu-open .modal-container, .search-open .modal-container {
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal-container, .lightboxOverlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1010;
	-webkit-transform-style: preserve-3d;
}
.modal-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 50px 30px;
}
.modal-window {
	width: 100%;
	max-width: 450px;
	padding: 50px 30px 40px;
	background: #fff;
 	position: relative;
 	text-align: center;
}
.modal-header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.modal-close {
	width: 60px;
	height: 60px;
	background: url("img/close.svg") 50% 50% no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 50;
}
.modal-close:hover, .modal-window.alt .modal-close:hover {
	opacity: 1;
}
.modal-window.modal-video {
	max-width: 960px;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #000;
}
.modal-window .message {
	font-size: 1.2em;
	font-weight: bold;
}
.modal-window .button {
	width: 100%;
}
.form-message {
	display: none;
}
.form-message {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 0;
}
.modal-message {
	display: none;
}
.video-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.video-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.video-wrapper .cover ~ iframe {
	display: none;
}
.video-wrapper .cover {
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: inherit;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.video-wrapper .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
	-webkit-transition: .1s;
	transition: .1s;
}
.video-wrapper .play:hover ~ .cover img {
	opacity: .85;
}
.video-wrapper .play {
	width: 80px;
	height: 80px;
	background: none;
	border: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 3;
}
.video-wrapper .play:before, .video-wrapper .play:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("img/play-white.svg") 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.video-wrapper .play:after {
	background-image: url("img/play.svg");
	opacity: 0;
}
.video-wrapper .play:hover:after {
	opacity: 1;
}
.video-wrapper .play:hover:before {
	opacity: 0;
}
[data-lightbox] {
	cursor: zoom-in;
}
.lightbox {
	width: 100%;
	/* padding-bottom: 50px; */
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 10000;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-loader {
	width: 32px;
	height: 32px;
	border: 2px solid #666;
	border-top-color: #bbb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.lb-nav {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
.lb-nav a {
	display: table;
	width: 50%;
	height: 100%;
	font-size: 4em;
	color: #0373B2;
	text-decoration: none;
}
.lb-nav a:hover {
	color: #0373B2;
}
.lb-nav a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}
.lb-nav a span:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
}
.lb-nav a.lb-prev {
	float: left;
	text-align: left;
}
.lb-nav a.lb-next {
	float: right;
	text-align: right;
}
.lb-dataContainer {
	margin: 0 auto;
	padding: 4px 0 0;
	width: 100%;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 10px;
}
.lb-details {
	width: 85%;
	float: left;
	text-align: left;
	margin-top: 4px;
}
.lb-caption {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
.lb-number {
	display: block;
	color: #fff;
}
.lb-close {
	display: block;
	float: right;
	font-size: 3em;
	line-height: .7;
	color: #fff;
	cursor: pointer;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-prev, .owl-next {
	width: 20px;
	height: 20px;
	background: url("img/next.svg") 50% 50% no-repeat;
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	opacity: 1;
	-webkit-transition: .1s;
	transition: .1s;
}
.owl-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 0;
}
.owl-prev:hover, .owl-next:hover {
	opacity: .67;
}
.owl-prev.disabled, .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}
.owl-dots {
	display: flex;
	justify-content: center;
	margin: 16px 0 -4px;
}
.owl-dot {
	width: 16px;
	height: 16px;
	padding: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #909090;
	background-clip: content-box;
	margin: 0 2px;
	-webkit-transition: .1s;
	transition: .1s;
}
.owl-dot.active {
	background-color: #0373B2;
}
#header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 501;
	margin-bottom: 40px;
}
#header .top {
	padding: 15px 0;
	position: relative;
	z-index: 2;
}
#header .top .container {
	align-items: center;
}
.site-logo {
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
}
.site-logo img {
	display: block;
	max-width: 100%;
}
#header .descriptor {
	font-size: 11px;
	font-weight: 500;
	margin-left: 24px;
}
#nav {
	font-size: 12px;
	line-height: 1.333;
}
#nav a {
	text-decoration: underline;
}
#nav a:hover {
	text-decoration: none;
}
#header .profile {
	display: block;
	padding-left: 22px;
	background: url("img/profile.svg") 0 50% no-repeat;
	color: #0373B2;
}
#header .contacts .phone {
	display: block;
	padding-left: 22px;
	background: url("img/support.svg") 0 50% no-repeat;
	color: #0373B2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#header .contacts .email {
	margin-left: 22px;
	color: #0373B2;
}
#header .bottom {
	padding: 10px 0;
	background: #0373B2;
	background-image: linear-gradient(96.2deg, #0373B2 1.45%, #056DA7 89.5%);
	color: #fff;
}
.catalog-menu-trigger {
	display: block;
	height: 36px;
	padding: 0 10px 0 34px;
	border: 0;
	border-radius: 1px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .04em;
	text-transform: uppercase;
	background: #000;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	margin-right: 4px;
	position: relative;
}
.catalog-menu-trigger:hover {
	background-color: #222;
}
.catalog-menu-trigger.active {
	background: #fff;
	color: #000;
}
.catalog-menu-trigger:before, .catalog-menu-trigger:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url("img/menu-trigger-white.svg") 50% 50% no-repeat;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
}
.catalog-menu-trigger:after {
	background-image: url("img/menu-trigger.svg");
	opacity: 0;
}
.catalog-menu-trigger.active:after {
	opacity: 0;
}
.catalog-menu-trigger.active:after {
	opacity: 1;
}
.catalog-menu {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 24px 30px 24px 24px;
	font-size: 12px;
	line-height: 1.5;
	position: absolute;
	top: calc(100% - 6px);
	background: #0373B2;
	box-shadow: 7px 6px 22px rgba(0, 0, 0, 0.06);
	display: none;
}
.catalog-menu > li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 20px;
}
.catalog-menu .header {
	display: table;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
.catalog-menu .header:after {
	content: "";
	display: block;
	width: 21px;
	height: 2px;
	background: #C9AE69;
	margin-top: 4px;
}
.catalog-menu a:hover {
	color: #C9AE69;
}
.cart-preview {
	width: 120px;
	background: url("img/cart-white.svg") 4px 40% no-repeat;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
}
.cart-preview.disabled {
	display: none;
}
.cart-preview .main {
	padding-left: 39px;
	cursor: pointer;
}
.cart-preview .amount {
	font-weight: bold;
	margin-top: 2px;
}
.cart-preview .count {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	background: #D5072E;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.11);
	position: absolute;
	left: 16px;
	top: -2px;
}
.products-preview {
	width: 680px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	color: #000;
	position: absolute;
	right: -18px;
	top: 60px;
	max-height: 70vh;
	overflow-y: auto;
	display: none;
}
.products-preview .products-list li {
	display: flex;
}
.products-preview .products-list li + li {
	margin-top: 15px;
}
.products-preview .remove {
	width: 16px;
	height: 16px;
	background: url("img/close.svg") 50% 50% no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	margin-right: 15px;
	border: 0;
	opacity: .4;
}
.products-preview .remove:hover {
	opacity: 1;
}
.products-preview .remove-all {
	padding: 0 30px;
	background-image: none;
}
.products-preview .title {
	width: calc(100% - 110px);
	font-weight: bold;
}
.products-preview .selected-quantity {
	width: 30px;
	text-align: right;
	margin-left: auto;
}
.products-preview .selected-quantity:before {
	content: "x ";
}
.products-preview .price {
	width: 64px;
	text-align: right;
}
.products-preview .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}
.products-preview .actions li {
	flex-grow: 1;
	margin: 20px 10px 0;
}
.products-preview .button {
	width: 100%;
	max-width: 100%;
}
.search-form {
	width: calc(100% - 360px);
	position: relative;
}
.search-request {
	height: 36px;
	padding-right: 80px;
	font-size: 10px;
	color: #0373B2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	margin: 0;
}
.search-request:focus {
	color: #0373B2;
}
.search-form .submit {
	width: 66px;
	height: 100%;
	background: #F2F2F2 url("img/search.svg") 50% 50% no-repeat;
	border: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.search-form .submit:hover {
	background-color: #ddd;
}
#intro {
	margin-top: -40px;
}
.showcase {
	width: 800px;
	height: 427px;
	padding: 30px 10px 30px 20px;
	overflow: hidden;
	position: relative;
}
.showcase .header {
	white-space: nowrap;
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 .75em;
}
.showcase .description {
	max-width: 9.5em;
	font-size: 24px;
	font-weight: 500;
	line-height: .833;
	color: #fff;
}
.showcase img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}
#intro .module {
	padding: 28px 20px 15px;
	background: #fff;
	box-shadow: 7px 6px 22px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	position: relative;
}
#intro .module:first-child {
	z-index: 2;
}
#intro .modules .header {
	display: table;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 12px;
	position: relative;
	z-index: 3;
}
#intro .modules .show-more {
	display: table;
	min-width: 75px;
	padding: 0 10px;
	border-radius: 1px;
	font-size: 9px;
	line-height: 24px;
	background: #fff;
	color: #909090;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
	position: absolute;
	right: 25px;
	bottom: 16px;
}
#intro .modules .show-more:after {
	content: url("img/arrow.svg");
	position: absolute;
	top: 1px;
	right: -6px;
}
#intro .modules .show-more:hover {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#intro .news .description {
	min-height: 4.5em;
}
#intro .modules .button {
	width: 100%;
	margin: 10px auto 0;
}
.news.latest {
	font-size: 12px;
	line-height: 1.5;
}
.news li + li {
	margin-top: 40px;
}
.news .description {
	max-width: 900px;
}
.news p + p {
	margin-top: 1em;
}
.news a {
	text-decoration: underline;
}
.news a:hover {
	text-decoration: none;
}
.news .date {
	color: #E5E5E5;
	font-weight: bold;
	margin-top: 12px;
}
.products-gallery .item {
	min-height: 120px;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.products-gallery .owl-nav {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 94px;
	top: -38px;
}
.products-gallery .owl-item:not(.active) .item {
	opacity: 0;
}
.products-gallery .title {
	min-height: 4.5em;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	max-width: 45%;
}
.products-gallery a.title:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.products-gallery .id {
	font-size: 11px;
	color: #909090;
	margin-top: 10px;
}
.products-gallery .owl-stage-outer {
	overflow: visible;
}
.products-gallery img {
	width: auto !important;
	max-width: 80%;
	position: absolute;
	left: 45%;
	top: -64px;
	z-index: -1;
}
.products-gallery .price {
	font-size: 20px;
	color: #D5072E;
	margin-top: 14px;
}
.products-gallery .price .old {
	font-size: 19px;
	color: #BEBEBE;
}
.price .old {
	text-decoration: none;
	position: relative;
}
.price .old:after {
	content: "";
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(12deg);
	transform: translate(-50%,-50%) rotate(12deg);
}
#intro .products-gallery .show-more {
	bottom: 0;
	right: 5px;
}
.page-section {
	padding: 50px 0;
}
.section-header {
	font-size: 31px;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-align: center;
	margin: -10px 0 20px;
}
.catalog {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 1px;
	margin: -5px -15px;
}
.catalog > li {
	width: calc(25% - 30px);
	padding: 20px 15px 25px;
	border-radius: 1px;
	box-shadow: 7px 6px 22px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	margin: 5px 15px;
	position: relative;
	z-index: 1;
}
.catalog .header {
	display: table;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.catalog ul {
	width: 65%;
	min-height: 7em;
	font-size: 13px;
	line-height: 1.4;
}
.catalog a:hover {
	color: #0373B2;
}
.catalog img {
	max-width: 50%;
	max-height: 75%;
	position: absolute;
	right: 3px;
	top: 44%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.catalog .long ~ img {
	top: 58%;
}
.more-header {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #909090;
	margin: 50px auto 0;
}
.more-header ~ .show-more {
	width: 100%;
	margin: 50px auto 0;
}
.reasons-section {
	background: #0373B2;
	background-image: linear-gradient(96.2deg, #0373B2 1.45%, #056DA7 89.5%);
	color: #fff;
	margin-top: 60px;
}
.page-section + .reasons-section {
	margin-top: 0;
}
.reasons-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	font-size: 16px;
	line-height: 1.25;
}
.reasons-list li {
	display: flex;
	align-items: center;
	width: calc(100% / 3 - 30px);
	margin: 20px 15px 0;
}
.reasons-list .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: linear-gradient(96.2deg, #0373B2 1.45%, #056DA7 89.5%), #0373B2;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	margin-right: 20px;
}
.reasons-list .icon img {
	max-width: 70%;
	max-height: 70%;
}
.reasons-list .text {
	width: calc(100% - 80px);
	max-width: 250px;
}
.sidebar {
	margin-bottom: 40px;
}
.sidebar .menu {
	font-size: 13px;
	font-weight: 500;
	color: #0373B2;
	margin-left: 20px;
}
.sidebar .menu li {
	position: relative;
}
.sidebar .menu > li + li {
	margin-top: 17px;
}
.sidebar .menu ul {
	display: none;
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0 10px;
}
.sidebar .menu li {
	margin-top: 4px;
}
.sidebar .submenu-trigger {
	width: 13px;
	height: 13px;
	max-width: 13px;
	font-size: 0; /* safari fix */
	background: #0373B2;
	padding: 0;
	border: 0;
	border-radius: 1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
	position: absolute;
	left: -20px;
	top: 2px;
}
.sidebar .submenu-trigger:before, .sidebar .submenu-trigger:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("img/plus-white.svg") 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar .menu ul .submenu-trigger {
	width: 11px;
	max-width: 11px;
	height: 11px;
	background: #F2F2F2;
	left: -19px;
}
.sidebar .menu ul .submenu-trigger:before {
	background-image: url("img/plus.svg");
}
.sidebar .submenu-trigger.active, .sidebar .menu ul .submenu-trigger.active {
	background: #000;
}
.sidebar .submenu-trigger:after {
	background-image: url("img/minus-white.svg");
	opacity: 0;
}
.sidebar .submenu-trigger.active:before {
	opacity: 0;
}
.sidebar .submenu-trigger.active:after {
	opacity: 1;
}
.sidebar .submenu-trigger.active + ul {
	display: block;
}
.sidebar .menu ul a {
	color: #909090;
}
.sidebar .menu ul .active, .sidebar .menu ul a.active ~ ul a {
	color: #000;
}
.sidebar .menu ul > li > a.active {
	font-weight: 500;
}
.sidebar .menu a:hover {
	color: #C9AE69 !important;
}
.sidebar .menu a.active {
	pointer-events: none;
}
.tablesorter-header:not(.sorter-false) {
	cursor: pointer;
}
/*
.tablesorter-header {
	background: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==") 100% calc(50% - 5px) no-repeat;
	padding-right: 20px;
	cursor: pointer;
}
.headerSortUp, .tablesorter-headerSortUp, .tablesorter-headerAsc {
	background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}
.headerSortDown, .tablesorter-headerSortDown, .tablesorter-headerDesc {
	background-image: url("data: image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}
.sorter-false {
	padding-right: 0;
	background-image: none;
	cursor: default;
}
*/
.products td:last-child {
	width: 90px;
}
.products .add-to-cart {
	width: 70px;
	height: 35px;
	background-position: 50% 50%;
	margin-top: 6px;
}
.products .title {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.products .title.disabled {
	color: #909090;
	pointer-events: none;
}
.products .images {
	display: inline-flex;
	justify-content: flex-end;
}
.products .images a {
	display: block;
	width: 18px;
	height: 18px;
	background: url("img/camera.svg") 50% 20% no-repeat;
	opacity: .3;
}
.products .images a ~ a {
	margin-left: 8px;
}
.products .images .certificate {
	background: url("img/certificate.svg") 50% 100% no-repeat;
}
.products .images a:hover {
	opacity: 1;
}
.products .images .extra {
	display: none;
}
.products .price {
	font-size: 15px;
	white-space: nowrap;
	color: #000;
}
.products .price .old {
	display: table;
	color: #c4c4c4;
	margin-bottom: 4px;
}
.products .price.out-of-stock {
	font-size: 11px;
	color: #909090;
}
.products .rating {
	width: 56px;
	opacity: .3;
}
.products .rating li {
	width: 12px;
	height: 8px;
	float: left;
}
.products .rating li:last-of-type {
	width: 8px;
}
.products.carousel {
	padding-top: 72px;
}
.products.carousel .owl-stage-outer {
	overflow: visible;
}
.products .owl-nav {
	width: 100%;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
}
.products .owl-prev, .products .owl-next {
	width: 24px;
	height: 42px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-top: -24px;
}
.products.carousel .item {
	padding: 7px 7px 20px;
	box-shadow: 7px 6px 22px rgba(0, 0, 0, 0.06);
	-webkit-transition: .15s;
	transition: .15s;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
}
.products.carousel .active .item {
	opacity: 1;
	visibility: visible;
}
.products.carousel .image {
	display: block;
	max-width: 256px;
	margin: 0 auto;
}
.products.carousel .image img {
	margin: 0 auto;
}
.products.carousel .image:after {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background: #EBEBEB;
	margin: 14px auto;
}
.products.carousel .title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 3.2vw;
	margin: 0;
}
.products.carousel .title:after {
	content: none;
}
.products.carousel .sku {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #909090;
	margin-top: 12px;
}
.products.carousel .extra {
	max-width: 216px;
	margin: 0 auto;
}
.products.carousel .rating {
	float: left;
	clear: left;
	margin-top: 20px;
}
.products.carousel .images {
	width: 44px;
	float: left;
	clear: left;
	margin-top: 14px;
}
.products.carousel .price {
	float: right;
	clear: right;
	margin-top: 20px;
}
.products.carousel .price {
	font-size: 20px;
	margin: 14px 0 0;
}
.products.carousel .price .old {
	font-size: 15px;
}
.products.carousel .order {
	display: flex;
	justify-content: space-between;
	width: 207px;
	margin: 20px auto 0;
}
.products.carousel .quantity {
	display: inline-block;
	width: 128px;
	height: 48px;
	padding: 8px;
	background: #F2F2F2;
	margin: 0;
}
.products.carousel .quantity .increase, .products.carousel .quantity .decrease {
	width: 36px;
	height: 30px;
}
.products.carousel .quantity .value {
	width: 40px;
	height: 32px;
	font-size: 15px;
}
.products.carousel .add-to-cart {
	display: inline-block;
	width: 70px;
	height: 48px;
	-webkit-background-size: 18px 22px;
	background-size: 18px 22px;
	margin: 0;
}
.show-more.button {
	width: 100%;
	margin: 40px auto 0;
}
.breadcrumbs {
	font-size: 10px;
	display: flex;
	flex-wrap: wrap;
	color: #909090;
	margin-bottom: 12px;
}
.breadcrumbs li {
	margin-bottom: 4px;
}
.breadcrumbs li:not(:last-child):after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs a:hover {
	color: #000;
}
.related-link {
	display: table;
	padding-left: 22px;
	color: #0373B2;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.related-link.repeat-order, .related-link.orders-history {
	padding-left: 24px;
	background: url("img/repeat.svg") 0 50% no-repeat;
}
.related-link.orders-history {
	padding-left: 22px;
	background-image: url("img/history.svg");
}
.related-link:hover {
	text-decoration: none;
}
.pagination {
	display: flex;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
	font-weight: 500;
	color: #909090;
}
.pagination a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0373B2;
}
.pagination li {
	width: 30px;
}
.pagination .next, .pagination .prev {
	background: url("img/next.svg") 50% 50% no-repeat;
}
.pagination .prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pagination .disabled {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	pointer-events: none;
}
.cart .add-to-cart {
	display: none;
}
.cart .total {
	width: 170px;
	margin-top: 30px;
}
.cart .total .header {
	font-size: 31px;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.cart .total .price {
	display: table;
	font-size: 27px;
	font-weight: 500;
	color: #D5072E;
	margin: 15px auto 20px;
}
.cart .total .old {
	display: table;
	font-size: 21px;
	color: #C4C4C4;
	margin-bottom: 4px;
}
.cart .total .old.disabled {
	display: none;
}
.cart .total .button {
	padding: 0 30px;
	background-image: none;
}
.article-modules .header {
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 24px;
}
#footer {
	padding-top: 38px;
	background: #181818;
	color: #E5E5E5;
	line-height: 1.5;
	margin-top: 60px;
}
#footer .container {
	justify-content: space-between;
}
#footer .menu {
	width: 16%;
	font-size: 11px;
	margin-bottom: 30px;
}
#footer .contacts {
	width: 16%;
	margin-bottom: 30px;
}
#footer .location {
	width: 65.5%;
	margin-bottom: 30px;
}
#footer .label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 18px;
}
#footer .label:after {
	content: "";
	display: block;
	width: 21px;
	height: 2px;
	background: #0373B2;
	margin-top: 9px;
}
.footer-menu li + li {
	margin-top: 10px;
}
.footer-menu a:hover {
	color: #0373B2;
}
.contact-details {
	font-size: 12px;
}
.contact-details li + li {
	margin-top: 6px;
}
.contact-details .phone {
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
}
.contact-details .email {
	text-decoration: underline;
}
.contact-details .email:hover {
	text-decoration: none;
}
.contact-details .note {
	font-size: 10px;
}
.contact-details .instagram {
	display: block;
	width: 32px;
	height: 32px;
	background: url("img/instagram.svg") 50% 50% no-repeat;
}
.consultation-section {
	margin-bottom: -60px;
}
.consultation-section .cta {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	max-width: 640px;
	margin: 0 auto 50px;
}
.consultation-form input, .consultation-form .button, .consultation-form .agreement, .login-form input, .login-form .button, .registration-form input, .registration-form .button, .login-form .alt-action {
	width: calc(33.333% - 20px);
}
.registration-wrapper .header, .login-wrapper .header {
	text-align: center;
	font-size: 31px;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.registration-wrapper .description, .login-wrapper .description {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
}
.login-wrapper {
	background: #F6F6F6;
	box-shadow: 0 0 21px -5px rgba(0, 0, 0, 0.14) inset;
	margin-bottom: 40px;
}
.login-wrapper .description a {
	color: #0373B2;
	text-decoration: underline;
}
.login-wrapper .description a:hover {
	text-decoration: none;
}
.login-form input {
	background: #fff;
}
.product-card {
	margin-bottom: 30px;
	text-align: center;
}
.product-card h1 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 40px;
}
.product-card .main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 380px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
}
.product-card .main > li {
	width: calc(50% - 5px);
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px 0;
}
.product-card .availability, .product-card .delivery {
	padding-left: 41px;
	background: url("img/boxes.svg") 0 50% no-repeat;
}
.product-card .delivery {
	background-image: url("img/truck.svg");
}
.product-card .rating {
	display: inline-block;
	margin-left: 24px;
}
.product-card .sku {
	font-weight: normal;
}
.product-card .price {
	font-size: 27px;
	font-weight: 500;
	color: #D5072E;
	text-align: center;
	margin: 40px 0;
}
.product-card .price .old {
	font-size: 21px;
	font-weight: normal;
	color: #C4C4C4;
	margin: 0 20px 0 10px;
}
.product-card .quantity {
	width: 170px;
	height: 48px;
	vertical-align: middle;
	padding: 9px 18px;
	background: #F6F6F6;
	margin-right: 30px;
}
.product-card .quantity .increase, .product-card .quantity .decrease {
	width: 36px;
	height: 30px;
}
.product-card .quantity .value {
	width: 62px;
	height: 30px;
	font-size: 15px;
}
.product-card .button {
	display: inline-flex;
	margin-left: -4px;
}
.product-gallery {
	max-width: 570px;
	margin: 0 auto 30px;
	position: relative;
}
.product-gallery .owl-stage {
    display: -webkit-flex;
    display: flex;
}
.product-gallery .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-gallery img {
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
}
.product-gallery .owl-dots {
	width: 100px;
	max-height: 500px;
	padding: 23px 15px;
	overflow: hidden;
	position: absolute;
	right: -15px;
	bottom: -30px;
}
.product-gallery .owl-dots {
	display: block;
}
.product-gallery .owl-dots div {
	width: 70px;
	height: 70px;
	border: 1px solid transparent;
	box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.06);
	position: relative;
}
.product-gallery .owl-dots img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-gallery .owl-dots .active {
	border-color: #000;
}
.product-gallery .owl-dots .video:after {
	content: "";
	width: 70px;
	height: 70px;
	background: url("img/play2.svg") 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.product-features {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	margin: 40px 0 0;
}
.product-features dt, .product-features dd {
	display: flex;
	align-items: center;
	width: 50%;
	min-height: 38px;
	padding: 3px 8px;
	margin: 0;
}
.product-features dt {
	font-weight: 300;
}
.product-features dd {
	font-weight: 500;
	justify-content: flex-end;
}
.product-features dt:nth-of-type(odd), .product-features dd:nth-of-type(odd) {
	background: #F2F2F2;
}
.product-gallery.article-gallery {
	max-width: 100%;
	margin: 50px 0;
}
#footer .contact-details {
	margin-top: -4px;
}
#footer .contact-details .instagram {
	background-image: url("img/instagram-white.svg");
}
.map {
	display: block;
	height: 170px;
	max-width: 768px;
}
.map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer .bottom {
	padding: 12px 0;
	background: #000;
	font-size: 10px;
	margin-top: 18px;
}
#cart-message .header {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
}
#cart-message .actions div {
	margin: 15px;
}
#cart-message .actions .close {
	background-image: none;
}
@media (min-width: 1080px) {
	.showcase {
		float: left;
	}
	#intro .modules {
		width: calc(100% - 800px);
		float: right;
	}
	/*
	.more-header {
		text-align: left;
		float: right;
		margin-top: -60px;
		width: calc(50% - 30px);
	}
	*/
}
@media (max-width: 1079px) {
	.catalog > li {
		width: calc(33.333% - 30px);
	}
	.more-header .show-more {
		margin-top: 40px;
	}
	#intro .modules {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#intro .module {
		width: calc(50% - 7.5px);
	}
}
@media (min-width: 992px) {
	#header .descriptor {
		max-width: 180px;
	}
	#nav {
		display: flex !important;
		align-items: center;
		max-width: calc(100% - 370px);
		margin-left: auto;
	}
	#menu, .menu-trigger {
		display: none !important;
	}
	.main-menu {
		display: flex;
		flex-wrap: wrap;
		white-space: nowrap;
		justify-content: center;
		padding: 0 28px;
		color: #0373B2;
		position: relative;
	}
	.main-menu li:not(:last-child) {
		margin-right: 15px;
	}
	.main-menu:before, .main-menu:after, #header .contacts:before {
		content: "";
		width: 4px;
		height: 44px;
		border-radius: 1px;
		background: #F6F6F6;
		box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -22px;
	}
	.main-menu:after {
		left: auto;
		right: 0;
	}
	#header .profile {
		max-width: 140px;
		margin: 0 24px;
	}
	#header .contacts {
		padding-left: 28px;
		position: relative;
	}
	.consultation-section {
		min-height: 300px;
		background: url("img/master.jpg") calc(50vw - 600px) 100% no-repeat;
		padding-bottom: 60px;
	}
	.consultation-form {
		width: 78%;
		max-width: 870px;
		float: right;
		margin-bottom: -20px;
	}
	.sidebar {
		width: 170px;
		float: left;
		margin-bottom: 0;
	}
	.sidebar + * {
		width: calc(100% - 200px);
		float: right;
	}
	.cart .products {
		width: calc(100% - 200px);
		float: left;
	}
	.cart .total {
		float: right;
		margin-top: -6px;
	}
	.article-gallery .video-wrapper {
		padding-bottom: 52%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		max-width: 280px;
		padding: 0 18px;
	}
	#header .profile {
		margin: 0 14px;
	}
	#header .contacts {
		padding-left: 18px;
	}
}
@media (max-width: 991px) {
	#nav {
		width: 100%;
		padding: 0 15px 25px;
		background: #fff;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
	}
	.menu-trigger {
		display: block;
		width: 30px;
		height: 30px;
		background: none;
		border: 0;
		margin-left: auto;
		position: relative;
	}
	.menu-trigger:before, .menu-trigger:after {
		content: "";
		width: 100%;
		height: 100%;
		background: url("img/menu-trigger.svg") 50% 50% no-repeat;
		-webkit-background-size: 20px;
		background-size: 20px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.menu-trigger:after {
		background-image: url("img/close.svg");
		opacity: 0;
	}
	.menu-trigger.active:before {
		opacity: 0;
	}
	.menu-trigger.active:after {
		opacity: 1;
	}
	.main-menu {
		margin: 0 -15px 15px;
	}
	.main-menu a {
		display: block;
		padding: 10px 15px;
		text-decoration: none;
	}
	#header .profile {
		margin-bottom: 20px;
	}
	.showcase {
		width: 768px;
		max-width: calc(100% + 30px);
		height: 410px;
		padding-left: 15px;
		margin: 0 -15px;
	}
	.showcase .header {
		font-size: 52px;
	}
	.showcase .description {
		font-size: 23px;
	}
	.catalog > li {
		width: calc(50% - 30px);
	}
	.reasons-list {
		max-width: 720px;
		margin: 0 auto;
	}
	.reasons-list li {
		width: calc(50% - 30px);
	}
	.consultation-section .cta {
		margin-bottom: 40px;
	}
	.product-card h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.product-card .main > li {
		margin: 5px 0;
	}
	.product-card .price {
		margin: 20px 0;
	}
	#footer .menu {
		width: 20%;
	}
	#footer .contacts {
		width: 24%;
	}
	#footer .location {
		width: 52%;
	}
}
@media (min-width: 768px) {
	.consultation-form .agreement, .login-form .alt-action {
		margin: -13px 0 0 auto;
	}
	.products td {
		max-width: 280px;
	}
	.products .title {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 0 -60px 0 0;
	}
	.products .title:after {
		content: "";
		display: inline-block;
		vertical-align: top;
		width: 60px;
		height: 1.6em;
	}
	.products .images {
		vertical-align: bottom;
		width: 50px;
	}
	.product-card {
		width: calc(50% - 15px);
	}
	.product-card:not(:last-child) {
		float: right;
	}
	.product-card + .product-gallery {
		width: calc(50% - 15px);
		float: left;
	}
	.product-description:not(:last-child) {
		width: calc(50% - 15px);
		float: left;
	}
	.product-description + .product-features {
		width: 50%;
		width: calc(50% - 15px);
		float: right;
		margin-top: 50px;
	}
	.product-gallery.article-gallery {
		max-height: 440px;
		padding-right: 285px;
	}
	.product-gallery.article-gallery .owl-dots {
		width: 270px;
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
		-webkit-column-gap: 23px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		right: 0;
	}
	.product-gallery .owl-dots div {
		margin-top: 0 !important;
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product-card .quantity {
		width: 140px;
		padding: 9px;
		margin-right: 20px;
	}
	.product-card .quantity .value {
		width: 50px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.search-form {
		width: calc(100% - 340px);
	}
	.cart-preview {
		margin: 0 0 0 auto;
	}
	.products-preview {
		width: calc(100vw - 30px);
		max-width: 450px;
		right: 0;
	}
	.products-preview .actions li:last-child {
		width: 100%;
	}
	.showcase {
		height: 53.375vw;
		padding-top: 4%;
	}
	.showcase .header {
		font-size: 6.5vw;
	}
	.showcase .description {
		font-size: 3vw;
	}
	.showcase img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: -1;
	}
	.consultation-form input, .consultation-form .button, .consultation-form .agreement {
		width: calc(50% - 15px);
	}
	.products, .products tbody, .products th, .products td {
		display: block;
	}
	.products td:last-child {
		padding-bottom: 0;
	}
	.products thead {
		display: none;
	}
	.products tr {
		display: flex;
		flex-direction: column;
	}
	.products .links {
		order: -1;
	}
	.products th, .products td {
		padding: 0 0 10px;
	}
	.products [data-label]:before {
		content: attr(data-label) ": ";
	}
	.products tr {
		border: 0;
	}
	.products tr ~ tr {
		margin-top: 30px;
	}
}
@media (min-width: 600px) {
	.cart-preview {
		order: 3;
	}
	.related-link {
		float: right;
		margin: -50px 30px 0 0;
	}
	.products.carousel {
		padding-top: 80px;
		margin-top: -56px;
	}
	.products .owl-nav {
		width: 86px;
		right: 0;
	}
	.product-features.columns {
		display: block;
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
	}
	.product-features.columns:before, .product-features.columns:after {
		content: "";
		width: 15px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.product-features.columns:after {
		left: auto;
		right: 0;
	}
	.product-features.columns dt, .product-features.columns dd {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		overflow: hidden;
		width: 50%;
		padding-left: 23px;
		padding-right: 23px;
	}
	.product-features.columns dd {
		margin: -38px 0 0 50%;
	}
	.product-gallery.article-gallery {
		max-width: 100%;
	}
	.article-modules {
		display: flex;
		flex-wrap: wrap;
		margin: -30px -15px 0;
	}
	.article-modules .module {
		width: calc(100% / 3 - 30px);
		margin: 30px 15px 0;
	}
	#cart-message .modal-window {
		max-width: 540px;
	}
	#cart-message .actions {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	.projects-filter {
		margin-bottom: 20px;
	}
	.product-features.columns {
		columns: 2;
	}
	.article-modules .module {
		width: calc(100% / 2 - 30px);
	}
}
@media (max-width: 599px) {
	html {
		font-size: 13px;
	}
	.article-content {
		font-size: 15px;
	}
	.modal-window {
		max-width: 370px;
		padding: 50px 20px 40px;
	}
	.modal-header {
		font-size: 20px;
	}
	.products-preview {
		top: 110px;
	}
	.search-form {
		width: 100%;
		margin-top: 10px;
	}
	#intro .module {
		width: 100%;
	}
	.section-header {
		font-size: 28px;
	}
	.catalog {
		margin: -5px -7.5px;
	}
	.catalog > li {
		width: calc(50% - 15px);
		margin: 5px 7.5px;
	}
	.more-header {
		font-size: 20px;
		margin: 40px auto 0;
	}
	.more-header ~ .show-more {
		margin-top: 30px;
	}
	.reasons-list {
		display: block;
		max-width: 310px;
	}
	.reasons-list li {
		width: 100%;
		margin: 30px 0 0;
	}
	.consultation-form input, .consultation-form .button, .consultation-form .agreement, .login-form input, .login-form .alt-action, .login-form .button, .registration-form input {
		width: calc(50% - 7.5px);
	}
	.consultation-section .cta {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.registration-wrapper .header {
		font-size: 28px;
	}
	.registration-wrapper .description {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.registration-form .button {
		width: 100%;
		max-width: 100%;
	}
	.news li + li {
		margin-top: 30px;
	}
	.pagination {
		margin-top: 40px;
	}
	.article-modules .module + .module {
		margin-top: 30px;
	}
	#footer .menu, #footer .contacts {
		width: calc(50% - 15px);
	}
	#footer .location {
		width: 100%;
	}
}
@media (min-width: 480px) {
	.button {
		max-width: 370px;
	}
	.consultation-form, .login-form, .registration-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.article-content img.left {
		width: 31.6%;
		float: left;
		margin: 2px 30px 2px 0;
	}
	.article-content img.right {
		width: 31.6%;
		float: right;
		margin: 2px 0 2px 30px;
	}
	.product-gallery {
		max-height: 400px;
		padding-right: 100px;
	}
	.product-gallery .owl-dots div {
		margin: 23px 0;
		display: none;
	}
	.product-gallery .owl-dots .active, .product-gallery .owl-dots .active + div, .product-gallery .owl-dots .active + div + div, .product-gallery .owl-dots div:nth-last-child(-n+3) {
		display: block;
	}
}
@media (max-width: 479px) {
	#header .search-trigger, #header .language-switcher {
		display: none;
	}
	#header .descriptor {
		width: 100%;
		order: 3;
		margin: 4px 0 0;
	}
	#header .descriptor br {
		display: none;
	}
	.catalog-menu {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		padding: 20px;
		max-width: calc(100% - 30px);
		overflow: auto;
	}
	.showcase .header {
		font-size: 6.2vw;
		margin-bottom: .5em;
	}
	.showcase .description {
		font-size: 3.5vw;
		max-width: 7em;
	}
	.catalog > li {
		width: 100%;
	}
	.consultation-form input, .consultation-form .button, .consultation-form .agreement, .login-form input, .login-form .button, .login-form .alt-action, .registration-form input {
		width: 100%;
	}
	.product-card .quantity {
		display: block;
		margin: 0 auto 20px;
	}
	.product-gallery {
		padding: 0 0 85px;
	}
	.product-gallery .owl-dots {
		display: flex;
		justify-content: flex-start;
		width: calc(100% + 30px);
		height: 110px;
		overflow-x: auto;
		padding: 20px 15px;
		right: auto;
		left: -15px;
		bottom: -15px;
	}
	.product-gallery .owl-dots div {
		min-width: 70px;
	}
	.product-gallery .owl-dots div + div {
		margin-left: 15px;
	}
}
@media (max-width: 359px) {
	.catalog-menu-trigger {
		padding: 0 8px 0 26px;
		border-radius: 1px;
		font-size: 10px;
	}
	.catalog-menu-trigger:before, .catalog-menu-trigger:after {
		left: 8px;
	}
	.catalog-menu {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		max-width: 100%;
		left: 0;
	}
	.cart-preview {
		width: 110px;
		margin-right: -5px;
	}
	.site-logo {
		font-size: 28px;
	}
	#header .descriptor {
		font-size: 10px;
	}
	.product-card .rating {
		margin-left: 10px;
	}
}
#ajax-next-page {
    display:none;
}
