@charset "UTF-8";
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-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-wrapper,
.owl-carousel .owl-item {
	-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 {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.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 {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-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;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	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;
	}
	to {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.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 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}
#lg-counter,
.lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block;
}
@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format('embedded-opentype'), url(../fonts/lg.woff?n1z373) format('woff'), url(../fonts/lg.ttf?n1z373) format('truetype'), url(../fonts/lg.svg?n1z373#lg) format('svg');
	font-weight: 400;
	font-style: normal;
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: '\e095';
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: '\e094';
}
@-webkit-keyframes lg-right-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: -30px;
	}
}
@-moz-keyframes lg-right-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: -30px;
	}
}
@-ms-keyframes lg-right-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: -30px;
	}
}
@keyframes lg-right-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: -30px;
	}
}
@-webkit-keyframes lg-left-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: 30px;
	}
}
@-moz-keyframes lg-left-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: 30px;
	}
}
@-ms-keyframes lg-left-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: 30px;
	}
}
@keyframes lg-left-end {
	0%,
	to {
		left: 0;
	}
	50% {
		left: 30px;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: '\e070';
}
.lg-toolbar .lg-download:after {
	content: '\e0f2';
}
.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
}
.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}
@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	font-family: 'object-fit:cover';
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toggle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}
.lg-outer .lg-toggle-thumb:after {
	content: '\e1ff';
}
.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: '\e01d';
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: '\e01a';
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: '\e311';
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: '\e033';
}
#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: '\e312';
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: '\e20c';
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: '\e20d';
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: '\e80d';
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: '\e901';
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: '\e904';
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: '\e902';
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: '\e903';
}
.group:after,
.group:before {
	display: table;
	content: '';
	line-height: 0;
}
.group:after {
	clear: both;
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url(../img/loading.gif) center center no-repeat;
	display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: 0;
}
html {
	font-family: sans-serif;
	font-size: 62.5%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	min-width: 320px;
}
@-ms-viewport {
	width: device-width;
}
html,
body {
	height: 100%;
	min-height: 100%;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: Gilroy, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #444;
	text-align: left;
	background-color: #fff;
}
body.menu-open {
	overflow: hidden;
}
body.bg-black {
	color: #fff;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	p {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	p {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	p {
		margin-bottom: 32px;
	}
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 900;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
	color: #000;
}
body.bg-black b,
body.bg-black strong {
	color: #fff;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #fdc246;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #158062;
	text-decoration: underline;
}
a.a_black {
	color: #444;
	text-decoration: none;
}
a.a_black:hover,
a.a_black:focus {
	color: #444;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 5rem 0;
}
figcaption {
	margin-top: 1rem;
	font-size: 1.4rem;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
a svg,
button svg {
	pointer-events: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #999;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
a,
input,
button,
[role='button'],
select,
optgroup,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input,
select {
	overflow: visible;
	text-transform: none;
}
button,
html [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 {
	padding: 0;
	border-style: none;
}
[role='button'] {
	cursor: pointer;
}
input[type='radio'],
input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[tabindex='-1']:focus {
	outline: 0 !important;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
@font-face {
	font-family: 'Gilroy';
	src: url(../fonts/GilroyLight_0.eot);
	src: url(../fonts/GilroyLight_0.eot) format('embedded-opentype'), url(../fonts/GilroyLight_0.woff2) format('woff2'), url(../fonts/GilroyLight_0.woff) format('woff'), url(../fonts/GilroyLight_0.ttf) format('truetype'), url(../fonts/GilroyLight_0.svg#GilroyLight_0) format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url(../fonts/GilroyExtraBold_0.eot);
	src: url(../fonts/GilroyExtraBold_0.eot) format('embedded-opentype'), url(../fonts/GilroyExtraBold_0.woff2) format('woff2'), url(../fonts/GilroyExtraBold_0.woff) format('woff'), url(../fonts/GilroyExtraBold_0.ttf) format('truetype'), url(../fonts/GilroyExtraBold_0.svg#GilroyExtraBold_0) format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'r52Shop';
	src: url(../fonts/r52Shop.eot);
	src: url(../fonts/r52Shop.eot?#iefix) format('embedded-opentype'), url(../fonts/r52Shop.woff) format('woff'), url(../fonts/r52Shop.ttf) format('truetype'), url(../fonts/r52Shop.svg#r52Shop) format('svg');
	font-weight: 400;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'r52Shop' !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^='i-']:before,
[class*=' i-']:before {
	font-family: 'r52Shop' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.i-question:before {
	content: '\61';
}
.i-share:before {
	content: '\62';
}
.i-user:before {
	content: '\63';
}
.i-heart:before {
	content: '\64';
}
.i-cart:before {
	content: '\65';
}
.i-zoom:before {
	content: '\66';
}
.i-whatsapp:before {
	content: '\ea93';
}
.i-viber:before {
	content: '\e900';
}
.i-telegram:before {
	content: '\ea95';
}
.i-vk:before {
	content: '\ea98';
}
.i-plane:before {
	content: '\6b';
}
.i-pencil:before {
	content: '\6c';
}
.i-copy-link:before {
	content: '\6d';
}
.i-right-arrow:before {
	content: '\6e';
}
.i-left-arrow:before {
	content: '\6f';
}
.i-angle-arrow-right:before {
	content: '\70';
}
.i-linkedin:before {
	content: '\71';
}
.i-angle-arrow-left:before {
	content: '\72';
}
.i-trash:before {
	content: '\73';
}
.i-check-solid:before {
	content: '\74';
}
.i-delivery-car:before {
	content: '\75';
}
.i-star:before {
	content: '\76';
}
.i-star--filled:before {
	content: '\77';
}
.i-google:before {
	content: '\78';
}
.i-eye:before {
	content: '\79';
}
.i-plus:before {
	content: '\7a';
}
.i-plus-base:before {
	content: '\41';
}
.i-exit:before {
	content: '\42';
}
.i-repeat:before {
	content: '\43';
}
.fs-14 {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 900;
	line-height: 1.2;
	color: #000;
}
body.bg-black h1,
body.bg-black h2,
body.bg-black h3,
body.bg-black h4,
body.bg-black h5,
body.bg-black h6,
body.bg-black .h1,
body.bg-black .h2,
body.bg-black .h3,
body.bg-black .h4,
body.bg-black .h5,
body.bg-black .h6 {
	color: #fff;
}
body.bg-black .modal h1,
body.bg-black .modal h2,
body.bg-black .modal h3,
body.bg-black .modal h4,
body.bg-black .modal h5,
body.bg-black .modal h6,
body.bg-black .modal .h1,
body.bg-black .modal .h2,
body.bg-black .modal .h3,
body.bg-black .modal .h4,
body.bg-black .modal .h5,
body.bg-black .modal .h6 {
	color: #000;
}
h1,
.h1 {
	font-size: 7rem;
	line-height: 0.85714;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	h1,
	.h1 {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	h1,
	.h1 {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	h1,
	.h1 {
		margin-bottom: 32px;
	}
}
h2,
.h2 {
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	h2,
	.h2 {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	h2,
	.h2 {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		margin-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	h2,
	.h2 {
		font-size: 4rem;
	}
}
@media (max-width: 575.98px) {
	h2,
	.h2 {
		font-size: 3rem;
	}
}
h3,
.h3 {
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	h3,
	.h3 {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	h3,
	.h3 {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		margin-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	h3,
	.h3 {
		font-size: 3rem;
	}
}
h4,
.h4 {
	font-size: 3rem;
	line-height: 1.13333;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	h4,
	.h4 {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	h4,
	.h4 {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		margin-bottom: 21px;
	}
}
h5,
.h5 {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	h5,
	.h5 {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	h5,
	.h5 {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	h5,
	.h5 {
		margin-bottom: 21px;
	}
}
h6,
.h6 {
	font-size: 1.8rem;
	line-height: 1.22222;
	margin-bottom: 11px;
}
@media (min-width: 768px) {
	h6,
	.h6 {
		margin-bottom: 11px;
	}
}
@media (min-width: 992px) {
	h6,
	.h6 {
		margin-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	h6,
	.h6 {
		margin-bottom: 11px;
	}
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
	font-size: 80%;
	font-weight: 400;
}
mark,
.mark {
	padding: 0 3px;
	background-color: #ffec82;
}
.list-unstyled {
	padding-left: 0 !important;
	list-style: none !important;
}
.list-unstyled li {
	list-style-image: none !important;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: '\2014 \00A0';
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (max-width: 575.98px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.m-10 {
	margin: 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.p-10 {
	padding: 10px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.m-20 {
	margin: 20px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.p-20 {
	padding: 20px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.m-30 {
	margin: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.p-30 {
	padding: 30px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.m-40 {
	margin: 40px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}
.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.p-40 {
	padding: 40px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.m-50 {
	margin: 50px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}
.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.p-50 {
	padding: 50px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.m-60 {
	margin: 60px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}
.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.p-60 {
	padding: 60px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.m-70 {
	margin: 70px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}
.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.p-70 {
	padding: 70px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}
.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.m-80 {
	margin: 80px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}
.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.p-80 {
	padding: 80px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}
.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.m-90 {
	margin: 90px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}
.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
.p-90 {
	padding: 90px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}
.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.m-100 {
	margin: 100px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}
.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.p-100 {
	padding: 100px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}
.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.m-sm-10 {
		margin: 10px !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mx-sm-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.p-sm-10 {
		padding: 10px !important;
	}
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pb-sm-10 {
		padding-bottom: 10px !important;
	}
	.px-sm-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.py-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.m-sm-20 {
		margin: 20px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mx-sm-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.p-sm-20 {
		padding: 20px !important;
	}
	.pt-sm-20 {
		padding-top: 20px !important;
	}
	.pb-sm-20 {
		padding-bottom: 20px !important;
	}
	.px-sm-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.py-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.m-sm-30 {
		margin: 30px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mx-sm-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.p-sm-30 {
		padding: 30px !important;
	}
	.pt-sm-30 {
		padding-top: 30px !important;
	}
	.pb-sm-30 {
		padding-bottom: 30px !important;
	}
	.px-sm-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.m-sm-40 {
		margin: 40px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mx-sm-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.p-sm-40 {
		padding: 40px !important;
	}
	.pt-sm-40 {
		padding-top: 40px !important;
	}
	.pb-sm-40 {
		padding-bottom: 40px !important;
	}
	.px-sm-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.m-sm-50 {
		margin: 50px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mx-sm-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.p-sm-50 {
		padding: 50px !important;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.px-sm-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.m-sm-60 {
		margin: 60px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mx-sm-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.p-sm-60 {
		padding: 60px !important;
	}
	.pt-sm-60 {
		padding-top: 60px !important;
	}
	.pb-sm-60 {
		padding-bottom: 60px !important;
	}
	.px-sm-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.m-sm-70 {
		margin: 70px !important;
	}
	.mt-sm-70 {
		margin-top: 70px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.mx-sm-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}
	.my-sm-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	.p-sm-70 {
		padding: 70px !important;
	}
	.pt-sm-70 {
		padding-top: 70px !important;
	}
	.pb-sm-70 {
		padding-bottom: 70px !important;
	}
	.px-sm-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.m-sm-80 {
		margin: 80px !important;
	}
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
	.mx-sm-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.p-sm-80 {
		padding: 80px !important;
	}
	.pt-sm-80 {
		padding-top: 80px !important;
	}
	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.px-sm-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.m-sm-90 {
		margin: 90px !important;
	}
	.mt-sm-90 {
		margin-top: 90px !important;
	}
	.mb-sm-90 {
		margin-bottom: 90px !important;
	}
	.mx-sm-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}
	.my-sm-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	.p-sm-90 {
		padding: 90px !important;
	}
	.pt-sm-90 {
		padding-top: 90px !important;
	}
	.pb-sm-90 {
		padding-bottom: 90px !important;
	}
	.px-sm-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.m-sm-100 {
		margin: 100px !important;
	}
	.mt-sm-100 {
		margin-top: 100px !important;
	}
	.mb-sm-100 {
		margin-bottom: 100px !important;
	}
	.mx-sm-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}
	.my-sm-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	.p-sm-100 {
		padding: 100px !important;
	}
	.pt-sm-100 {
		padding-top: 100px !important;
	}
	.pb-sm-100 {
		padding-bottom: 100px !important;
	}
	.px-sm-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.m-md-10 {
		margin: 10px !important;
	}
	.mt-md-10 {
		margin-top: 10px !important;
	}
	.mb-md-10 {
		margin-bottom: 10px !important;
	}
	.mx-md-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.my-md-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.p-md-10 {
		padding: 10px !important;
	}
	.pt-md-10 {
		padding-top: 10px !important;
	}
	.pb-md-10 {
		padding-bottom: 10px !important;
	}
	.px-md-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.m-md-20 {
		margin: 20px !important;
	}
	.mt-md-20 {
		margin-top: 20px !important;
	}
	.mb-md-20 {
		margin-bottom: 20px !important;
	}
	.mx-md-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.my-md-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.p-md-20 {
		padding: 20px !important;
	}
	.pt-md-20 {
		padding-top: 20px !important;
	}
	.pb-md-20 {
		padding-bottom: 20px !important;
	}
	.px-md-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.m-md-30 {
		margin: 30px !important;
	}
	.mt-md-30 {
		margin-top: 30px !important;
	}
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	.mx-md-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.p-md-30 {
		padding: 30px !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pb-md-30 {
		padding-bottom: 30px !important;
	}
	.px-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.m-md-40 {
		margin: 40px !important;
	}
	.mt-md-40 {
		margin-top: 40px !important;
	}
	.mb-md-40 {
		margin-bottom: 40px !important;
	}
	.mx-md-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.p-md-40 {
		padding: 40px !important;
	}
	.pt-md-40 {
		padding-top: 40px !important;
	}
	.pb-md-40 {
		padding-bottom: 40px !important;
	}
	.px-md-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.m-md-50 {
		margin: 50px !important;
	}
	.mt-md-50 {
		margin-top: 50px !important;
	}
	.mb-md-50 {
		margin-bottom: 50px !important;
	}
	.mx-md-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.my-md-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.p-md-50 {
		padding: 50px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pb-md-50 {
		padding-bottom: 50px !important;
	}
	.px-md-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.m-md-60 {
		margin: 60px !important;
	}
	.mt-md-60 {
		margin-top: 60px !important;
	}
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mx-md-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.my-md-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.p-md-60 {
		padding: 60px !important;
	}
	.pt-md-60 {
		padding-top: 60px !important;
	}
	.pb-md-60 {
		padding-bottom: 60px !important;
	}
	.px-md-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.m-md-70 {
		margin: 70px !important;
	}
	.mt-md-70 {
		margin-top: 70px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}
	.mx-md-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}
	.my-md-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	.p-md-70 {
		padding: 70px !important;
	}
	.pt-md-70 {
		padding-top: 70px !important;
	}
	.pb-md-70 {
		padding-bottom: 70px !important;
	}
	.px-md-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.m-md-80 {
		margin: 80px !important;
	}
	.mt-md-80 {
		margin-top: 80px !important;
	}
	.mb-md-80 {
		margin-bottom: 80px !important;
	}
	.mx-md-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.p-md-80 {
		padding: 80px !important;
	}
	.pt-md-80 {
		padding-top: 80px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.px-md-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.m-md-90 {
		margin: 90px !important;
	}
	.mt-md-90 {
		margin-top: 90px !important;
	}
	.mb-md-90 {
		margin-bottom: 90px !important;
	}
	.mx-md-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}
	.my-md-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	.p-md-90 {
		padding: 90px !important;
	}
	.pt-md-90 {
		padding-top: 90px !important;
	}
	.pb-md-90 {
		padding-bottom: 90px !important;
	}
	.px-md-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.m-md-100 {
		margin: 100px !important;
	}
	.mt-md-100 {
		margin-top: 100px !important;
	}
	.mb-md-100 {
		margin-bottom: 100px !important;
	}
	.mx-md-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}
	.my-md-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	.p-md-100 {
		padding: 100px !important;
	}
	.pt-md-100 {
		padding-top: 100px !important;
	}
	.pb-md-100 {
		padding-bottom: 100px !important;
	}
	.px-md-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.m-lg-10 {
		margin: 10px !important;
	}
	.mt-lg-10 {
		margin-top: 10px !important;
	}
	.mb-lg-10 {
		margin-bottom: 10px !important;
	}
	.mx-lg-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.my-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.p-lg-10 {
		padding: 10px !important;
	}
	.pt-lg-10 {
		padding-top: 10px !important;
	}
	.pb-lg-10 {
		padding-bottom: 10px !important;
	}
	.px-lg-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.m-lg-20 {
		margin: 20px !important;
	}
	.mt-lg-20 {
		margin-top: 20px !important;
	}
	.mb-lg-20 {
		margin-bottom: 20px !important;
	}
	.mx-lg-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.my-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.p-lg-20 {
		padding: 20px !important;
	}
	.pt-lg-20 {
		padding-top: 20px !important;
	}
	.pb-lg-20 {
		padding-bottom: 20px !important;
	}
	.px-lg-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.m-lg-30 {
		margin: 30px !important;
	}
	.mt-lg-30 {
		margin-top: 30px !important;
	}
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	.mx-lg-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.p-lg-30 {
		padding: 30px !important;
	}
	.pt-lg-30 {
		padding-top: 30px !important;
	}
	.pb-lg-30 {
		padding-bottom: 30px !important;
	}
	.px-lg-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.m-lg-40 {
		margin: 40px !important;
	}
	.mt-lg-40 {
		margin-top: 40px !important;
	}
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	.mx-lg-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.p-lg-40 {
		padding: 40px !important;
	}
	.pt-lg-40 {
		padding-top: 40px !important;
	}
	.pb-lg-40 {
		padding-bottom: 40px !important;
	}
	.px-lg-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.m-lg-50 {
		margin: 50px !important;
	}
	.mt-lg-50 {
		margin-top: 50px !important;
	}
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	.mx-lg-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.my-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.p-lg-50 {
		padding: 50px !important;
	}
	.pt-lg-50 {
		padding-top: 50px !important;
	}
	.pb-lg-50 {
		padding-bottom: 50px !important;
	}
	.px-lg-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.m-lg-60 {
		margin: 60px !important;
	}
	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	.mx-lg-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.my-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.p-lg-60 {
		padding: 60px !important;
	}
	.pt-lg-60 {
		padding-top: 60px !important;
	}
	.pb-lg-60 {
		padding-bottom: 60px !important;
	}
	.px-lg-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.m-lg-70 {
		margin: 70px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}
	.mx-lg-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}
	.my-lg-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	.p-lg-70 {
		padding: 70px !important;
	}
	.pt-lg-70 {
		padding-top: 70px !important;
	}
	.pb-lg-70 {
		padding-bottom: 70px !important;
	}
	.px-lg-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.m-lg-80 {
		margin: 80px !important;
	}
	.mt-lg-80 {
		margin-top: 80px !important;
	}
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
	.mx-lg-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
	.my-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.p-lg-80 {
		padding: 80px !important;
	}
	.pt-lg-80 {
		padding-top: 80px !important;
	}
	.pb-lg-80 {
		padding-bottom: 80px !important;
	}
	.px-lg-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.m-lg-90 {
		margin: 90px !important;
	}
	.mt-lg-90 {
		margin-top: 90px !important;
	}
	.mb-lg-90 {
		margin-bottom: 90px !important;
	}
	.mx-lg-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}
	.my-lg-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	.p-lg-90 {
		padding: 90px !important;
	}
	.pt-lg-90 {
		padding-top: 90px !important;
	}
	.pb-lg-90 {
		padding-bottom: 90px !important;
	}
	.px-lg-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.m-lg-100 {
		margin: 100px !important;
	}
	.mt-lg-100 {
		margin-top: 100px !important;
	}
	.mb-lg-100 {
		margin-bottom: 100px !important;
	}
	.mx-lg-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}
	.my-lg-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	.p-lg-100 {
		padding: 100px !important;
	}
	.pt-lg-100 {
		padding-top: 100px !important;
	}
	.pb-lg-100 {
		padding-bottom: 100px !important;
	}
	.px-lg-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.m-xl-10 {
		margin: 10px !important;
	}
	.mt-xl-10 {
		margin-top: 10px !important;
	}
	.mb-xl-10 {
		margin-bottom: 10px !important;
	}
	.mx-xl-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.my-xl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.p-xl-10 {
		padding: 10px !important;
	}
	.pt-xl-10 {
		padding-top: 10px !important;
	}
	.pb-xl-10 {
		padding-bottom: 10px !important;
	}
	.px-xl-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.m-xl-20 {
		margin: 20px !important;
	}
	.mt-xl-20 {
		margin-top: 20px !important;
	}
	.mb-xl-20 {
		margin-bottom: 20px !important;
	}
	.mx-xl-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.my-xl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.p-xl-20 {
		padding: 20px !important;
	}
	.pt-xl-20 {
		padding-top: 20px !important;
	}
	.pb-xl-20 {
		padding-bottom: 20px !important;
	}
	.px-xl-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.m-xl-30 {
		margin: 30px !important;
	}
	.mt-xl-30 {
		margin-top: 30px !important;
	}
	.mb-xl-30 {
		margin-bottom: 30px !important;
	}
	.mx-xl-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.my-xl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.p-xl-30 {
		padding: 30px !important;
	}
	.pt-xl-30 {
		padding-top: 30px !important;
	}
	.pb-xl-30 {
		padding-bottom: 30px !important;
	}
	.px-xl-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.m-xl-40 {
		margin: 40px !important;
	}
	.mt-xl-40 {
		margin-top: 40px !important;
	}
	.mb-xl-40 {
		margin-bottom: 40px !important;
	}
	.mx-xl-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.my-xl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.p-xl-40 {
		padding: 40px !important;
	}
	.pt-xl-40 {
		padding-top: 40px !important;
	}
	.pb-xl-40 {
		padding-bottom: 40px !important;
	}
	.px-xl-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.m-xl-50 {
		margin: 50px !important;
	}
	.mt-xl-50 {
		margin-top: 50px !important;
	}
	.mb-xl-50 {
		margin-bottom: 50px !important;
	}
	.mx-xl-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.my-xl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.p-xl-50 {
		padding: 50px !important;
	}
	.pt-xl-50 {
		padding-top: 50px !important;
	}
	.pb-xl-50 {
		padding-bottom: 50px !important;
	}
	.px-xl-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.m-xl-60 {
		margin: 60px !important;
	}
	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mb-xl-60 {
		margin-bottom: 60px !important;
	}
	.mx-xl-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.my-xl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.p-xl-60 {
		padding: 60px !important;
	}
	.pt-xl-60 {
		padding-top: 60px !important;
	}
	.pb-xl-60 {
		padding-bottom: 60px !important;
	}
	.px-xl-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.m-xl-70 {
		margin: 70px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}
	.mb-xl-70 {
		margin-bottom: 70px !important;
	}
	.mx-xl-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}
	.my-xl-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	.p-xl-70 {
		padding: 70px !important;
	}
	.pt-xl-70 {
		padding-top: 70px !important;
	}
	.pb-xl-70 {
		padding-bottom: 70px !important;
	}
	.px-xl-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.m-xl-80 {
		margin: 80px !important;
	}
	.mt-xl-80 {
		margin-top: 80px !important;
	}
	.mb-xl-80 {
		margin-bottom: 80px !important;
	}
	.mx-xl-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
	.my-xl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.p-xl-80 {
		padding: 80px !important;
	}
	.pt-xl-80 {
		padding-top: 80px !important;
	}
	.pb-xl-80 {
		padding-bottom: 80px !important;
	}
	.px-xl-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.m-xl-90 {
		margin: 90px !important;
	}
	.mt-xl-90 {
		margin-top: 90px !important;
	}
	.mb-xl-90 {
		margin-bottom: 90px !important;
	}
	.mx-xl-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}
	.my-xl-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	.p-xl-90 {
		padding: 90px !important;
	}
	.pt-xl-90 {
		padding-top: 90px !important;
	}
	.pb-xl-90 {
		padding-bottom: 90px !important;
	}
	.px-xl-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.m-xl-100 {
		margin: 100px !important;
	}
	.mt-xl-100 {
		margin-top: 100px !important;
	}
	.mb-xl-100 {
		margin-bottom: 100px !important;
	}
	.mx-xl-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}
	.my-xl-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	.p-xl-100 {
		padding: 100px !important;
	}
	.pt-xl-100 {
		padding-top: 100px !important;
	}
	.pb-xl-100 {
		padding-bottom: 100px !important;
	}
	.px-xl-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto {
		margin-left: auto !important;
	}
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-bold {
	font-weight: 900 !important;
	color: #000 !important;
}
.font-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-muted {
	color: #999 !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-underline {
	text-decoration: underline !important;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
input[type='text']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
input[type='text']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}
input[type='text']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}
input[type='text']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
.add-to-links {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}
.add-to-links li {
	list-style-image: none;
}
.add-to-links__wishlist {
	stroke: #444;
	fill: transparent;
}
.add-to-links__wishlist.active svg {
	stroke: #fc5539;
	fill: #fc5539;
}
.add-to-links_w-caption .add-to-links__wishlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.add-to-links_w-caption .add-to-links__wishlist:after {
	content: attr(data-add-caption);
	margin-left: 10px;
	font-size: 1.4rem;
	border-bottom: #ddd 1px dashed;
}
.add-to-links_w-caption .add-to-links__wishlist.active:after {
	content: attr(data-added-caption);
}
.product-landing-start-screen_dark .add-to-links_w-caption .add-to-links__wishlist {
	color: #fff;
	stroke: #fff;
}
.product-landing-start-screen_dark .add-to-links_w-caption .add-to-links__wishlist.active svg {
	fill: #fff;
	stroke: #fff;
}
.address__item + .address__item {
	margin-top: 20px 0;
}
.address__num:after {
	content: ' ' attr(data-address-num);
}
.advantages {
	position: relative;
	overflow: hidden;
	background: url(../img/spots-r-g.png), #fdc246;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body.bg-black .advantages {
	background: 0 0;
}
.advantages .container {
	padding-top: 150px;
	padding-bottom: 120px;
}
@media (max-width: 575.98px) {
	.advantages .container {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
.advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 64px;
}
@media (min-width: 768px) {
	.advantages__item {
		margin-top: 21px;
	}
}
@media (min-width: 992px) {
	.advantages__item {
		margin-top: 21px;
	}
}
@media (min-width: 1200px) {
	.advantages__item {
		margin-top: 21px;
	}
}
@media (min-width: 768px) {
	.advantages__item {
		margin-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.advantages__item {
		margin-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.advantages__item {
		margin-bottom: 64px;
	}
}
.advantages__item:hover {
	text-decoration: none;
}
.advantages__icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.advantages__icon {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.advantages__icon {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.advantages__icon {
		margin-bottom: 21px;
	}
}
body.bg-black .advantages__icon {
	background-color: #fdc246;
}
.advantages__item:hover .advantages__icon {
	background-color: transparent;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.advantages_simple .advantages__icon:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fc5539;
	border: 1px solid #fc5539;
	border-radius: 50%;
	z-index: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.advantages__item:hover .advantages__icon:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.advantages_main .advantages__icon .advantages__circle {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fc5539;
	border: 1px solid #fc5539;
	border-radius: 50%;
	z-index: 0;
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
}
.advantages__item:hover .advantages__icon .advantages__circle {
	-webkit-transform: scale(1.25) !important;
	transform: scale(1.25) !important;
}
.advantages__icon svg {
	z-index: 1;
	-webkit-transition: fill 300ms ease-in-out;
	transition: fill 300ms ease-in-out;
	width: 50px;
	height: 32px;
}
.advantages__item:hover .advantages__icon svg {
	fill: #fff;
}
.advantages__item:hover .advantages__icon path {
	fill: #fff;
}
.advantages__text {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
}
@media (max-width: 1199.98px) {
	.advantages {
		background-position: 60% 65%;
	}
}
@media (max-width: 991.98px) {
	.advantages {
		background-size: cover;
	}
}
@media (max-width: 575.98px) {
	.advantages {
		background-image: none;
	}
}
.block {
	position: relative;
}
.block_red {
	padding-top: 11px;
	padding-bottom: 11px;
}
@media (min-width: 768px) {
	.block_red {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}
@media (min-width: 992px) {
	.block_red {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	.block_red {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}
.block_red-t {
	padding-top: 11px;
}
@media (min-width: 768px) {
	.block_red-t {
		padding-top: 11px;
	}
}
@media (min-width: 992px) {
	.block_red-t {
		padding-top: 11px;
	}
}
@media (min-width: 1200px) {
	.block_red-t {
		padding-top: 11px;
	}
}
.block_red-b {
	padding-bottom: 11px;
}
@media (min-width: 768px) {
	.block_red-b {
		padding-bottom: 11px;
	}
}
@media (min-width: 992px) {
	.block_red-b {
		padding-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	.block_red-b {
		padding-bottom: 11px;
	}
}
.block_orange {
	padding-top: 21px;
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.block_orange {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.block_orange {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.block_orange {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
.block_orange-t {
	padding-top: 21px;
}
@media (min-width: 768px) {
	.block_orange-t {
		padding-top: 21px;
	}
}
@media (min-width: 992px) {
	.block_orange-t {
		padding-top: 21px;
	}
}
@media (min-width: 1200px) {
	.block_orange-t {
		padding-top: 21px;
	}
}
.block_orange-b {
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.block_orange-b {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.block_orange-b {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.block_orange-b {
		padding-bottom: 21px;
	}
}
.block_yellow {
	padding-top: 32px;
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.block_yellow {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.block_yellow {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.block_yellow {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.block_yellow-t {
	padding-top: 32px;
}
@media (min-width: 768px) {
	.block_yellow-t {
		padding-top: 32px;
	}
}
@media (min-width: 992px) {
	.block_yellow-t {
		padding-top: 32px;
	}
}
@media (min-width: 1200px) {
	.block_yellow-t {
		padding-top: 32px;
	}
}
.block_yellow-b {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.block_yellow-b {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.block_yellow-b {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.block_yellow-b {
		padding-bottom: 32px;
	}
}
.block_green {
	padding-top: 43px;
	padding-bottom: 43px;
}
@media (min-width: 768px) {
	.block_green {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.block_green {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.block_green {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
.block_green-t {
	padding-top: 43px;
}
@media (min-width: 768px) {
	.block_green-t {
		padding-top: 43px;
	}
}
@media (min-width: 992px) {
	.block_green-t {
		padding-top: 43px;
	}
}
@media (min-width: 1200px) {
	.block_green-t {
		padding-top: 43px;
	}
}
.block_green-b {
	padding-bottom: 43px;
}
@media (min-width: 768px) {
	.block_green-b {
		padding-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.block_green-b {
		padding-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.block_green-b {
		padding-bottom: 43px;
	}
}
.block_blue {
	padding-top: 64px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.block_blue {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.block_blue {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.block_blue {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.block_blue-t {
	padding-top: 64px;
}
@media (min-width: 768px) {
	.block_blue-t {
		padding-top: 64px;
	}
}
@media (min-width: 992px) {
	.block_blue-t {
		padding-top: 64px;
	}
}
@media (min-width: 1200px) {
	.block_blue-t {
		padding-top: 64px;
	}
}
.block_blue-b {
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.block_blue-b {
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.block_blue-b {
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.block_blue-b {
		padding-bottom: 64px;
	}
}
.block_brown {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 768px) {
	.block_brown {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 992px) {
	.block_brown {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.block_brown {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
.block_brown-t {
	padding-top: 70px;
}
@media (min-width: 768px) {
	.block_brown-t {
		padding-top: 100px;
	}
}
@media (min-width: 992px) {
	.block_brown-t {
		padding-top: 130px;
	}
}
@media (min-width: 1200px) {
	.block_brown-t {
		padding-top: 130px;
	}
}
.block_brown-b {
	padding-bottom: 70px;
}
@media (min-width: 768px) {
	.block_brown-b {
		padding-bottom: 100px;
	}
}
@media (min-width: 992px) {
	.block_brown-b {
		padding-bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.block_brown-b {
		padding-bottom: 130px;
	}
}
.block_bg-color-white {
	background-color: #fff;
}
.block_bg-color-grey {
	background-color: #f6f6f3;
}
.block_bg-img {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.stories-title-block {
	background-color: #158062;
	margin-top: 45px;
	color: #fff;
	position: relative;
}
.stories-title-block__img {
	margin-left: -80px;
	margin-top: -25px;
}
@media (max-width: 767.98px) {
	.stories-title-block__img {
		display: none;
	}
}
.stories-title-block__decor--01 {
	position: absolute;
	width: 153px;
	height: 57px;
	bottom: 30px;
	right: -46px;
}
@media (max-width: 767.98px) {
	.stories-title-block__decor--01 {
		bottom: -30px;
	}
}
.stories-title-block__decor--02 {
	position: absolute;
	width: 266px;
	height: 83px;
	top: -45px;
	right: 46px;
}
@media (max-width: 1199.98px) {
	.stories-title-block__descr {
		margin: 50px 0 50px -80px;
	}
}
@media (max-width: 767.98px) {
	.stories-title-block__descr {
		margin: 50px 30px;
	}
}
.stories-title-block__descr .h3 {
	color: #fff;
}
.news__item {
	padding-top: 64px;
	padding-bottom: 64px;
	border-bottom: 1px solid #ededed;
}
@media (min-width: 768px) {
	.news__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.news__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.news__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.news-list .news__item:first-child {
	padding-top: 0;
}
.news__link {
	display: block;
	text-decoration: none;
}
.news__link:hover {
	text-decoration: none;
}
.news__link:hover .h2 {
	color: #fc5539;
	-webkit-transition: color 250ms ease-out;
	transition: color 250ms ease-out;
}
.news__description {
	margin-left: -30px;
}
@media (max-width: 767.98px) {
	.news__description {
		margin: 20px 0 0;
	}
}
.news__description .h2 {
	margin-bottom: 0;
}
.news__date {
	font-size: 18px;
	color: #666;
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.news__date {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.news__date {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.news__date {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.delimeter_catalog {
		margin-top: -50px;
	}
}
.aside-panel {
	height: 100%;
	position: relative;
	padding-right: 25px;
}
.aside-panel:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -64px;
	right: 0;
	bottom: 0;
	width: 50vw;
	background-color: #f6f6f3;
}
@media (max-width: 1199.98px) {
	.aside-panel {
		padding-right: 30px;
		padding-left: 30px;
	}
	.aside-panel:before {
		width: initial;
		left: 0;
		top: 80px;
	}
}
.catalog-banner {
	background-color: #fdc246;
	color: #fff;
	position: relative;
}
.catalog-banner .h2 {
	color: #fff;
}
.catalog-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background-position: center;
	background-size: cover;
}
@media (max-width: 767.98px) {
	.catalog-banner__image {
		bottom: initial;
		width: 100%;
		height: 300px;
	}
}
.catalog-banner__text {
	margin-left: 25px;
	padding: 175px 0;
}
@media (max-width: 1199.98px) {
	.catalog-banner__text {
		padding: 100px 0;
	}
}
@media (max-width: 767.98px) {
	.catalog-banner__text {
		padding: 360px 0 60px;
	}
}
.catalog-banner:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
	width: 170px;
	height: 80px;
	background-image: url(../img/decor-img--01.svg);
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 1199.98px) {
	.catalog-banner:after {
		-webkit-transform: translateX(-85%);
		transform: translateX(-85%);
	}
}
@media (max-width: 767.98px) {
	.catalog-banner:after {
		display: none;
	}
}
.spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.spec:not(:last-child) {
	margin-bottom: 10px;
}
@media (max-width: 575.98px) {
	.spec {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.spec__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}
.spec__name:after {
	content: '';
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin: 0 15px 5px;
}
@media (max-width: 575.98px) {
	.spec__name:after {
		display: none;
	}
}
.review__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review__photo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-o-object-fit: cover;
	font-family: 'object-fit:cover;object-position:center';
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-right: 10px;
}
.review__author {
	font-weight: 700;
}
.review__rating {
	margin-left: auto;
}
.account__item {
	margin-top: 32px;
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #f6f6f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
@media (min-width: 768px) {
	.account__item {
		margin-top: 32px;
	}
}
@media (min-width: 992px) {
	.account__item {
		margin-top: 32px;
	}
}
@media (min-width: 1200px) {
	.account__item {
		margin-top: 32px;
	}
}
@media (min-width: 768px) {
	.account__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.account__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.account__item {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.account__item-icon {
	width: 45px;
	height: 40px;
	fill: #fc5539;
	z-index: 1;
}
.account__item-caption {
	margin-top: 21px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #000;
	z-index: 1;
}
@media (min-width: 768px) {
	.account__item-caption {
		margin-top: 21px;
	}
}
@media (min-width: 992px) {
	.account__item-caption {
		margin-top: 21px;
	}
}
@media (min-width: 1200px) {
	.account__item-caption {
		margin-top: 21px;
	}
}
.account__item:before {
	position: absolute;
	display: block;
	content: '';
	width: 150%;
	height: 0;
	padding-bottom: 150%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	background-color: #fc5539;
	border: 1px solid #fc5539;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.account__item:hover {
	text-decoration: none;
}
.account__item:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	transition: -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.account__item:hover .account__item-icon {
	fill: #fff;
	-webkit-transition: fill 300ms ease-in-out;
	transition: fill 300ms ease-in-out;
}
.account__item:hover .account__item-caption {
	color: #fff;
	-webkit-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
.order-details-icon {
	width: 100px;
	height: 100px;
	border: 1px solid #ededed;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 30px;
	margin-top: -3px;
}
.order-details-icon_payment {
	background-image: url(../img/order-details-ico--payment.png);
}
.order-details-icon_shipping {
	background-image: url(../img/order-details-ico--shipping.png);
}
.bg-black {
	background-color: #1e1e1e;
}
.ml-0 {
	margin-left: 0 !important;
}
.product-item-scu-item-list {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}
.product-item-scu-item-text-container {
	list-style-image: none;
	margin: 5px !important;
	padding: 15px !important;
	min-width: 45px !important;
	height: 45px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.product-item-scu-item-text-container.selected {
	border-color: #158062 !important;
	color: #158062 !important;
	pointer-events: none;
}
.product-item-scu-item-text-container.disabled {
	pointer-events: none;
}
.product-item-scu-item-text-container.disabled:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 1px;
	background-color: #ececec;
}
body.bg-black .product-item-scu-item-text-container {
	color: #444 !important;
}
body.bg-black .product-item-scu-item-text-container.selected,
body.bg-black .product-item-scu-item-text-container:hover,
body.bg-black .product-item-scu-item-text-container:focus {
	border-color: #158062 !important;
	color: #158062 !important;
}
.btn_select-size .selected-size {
	font-weight: 700;
}
.dashed-link {
	text-decoration: none;
	color: #444;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dashed-link:hover,
.dashed-link:focus {
	text-decoration: none;
	color: #444;
}
.dashed-link__text {
	font-size: 1.4rem;
	border-bottom: 1px dashed #ddd;
}
.dashed-link_sizes:before {
	content: '';
	width: 18px;
	height: 12px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icon--sizes.svg);
}
.dashed-link_delivery:before {
	content: '';
	width: 17px;
	height: 14px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icon--delivery.svg);
}
.position-relative {
	position: relative;
}
.breadcrumbs {
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	padding: 5px 0;
	display: inline-block;
	line-height: 1;
}
.breadcrumbs a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff1db;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: all ease-in-out 100ms 0ms;
	transition: all ease-in-out 100ms 0ms;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.breadcrumbs__delimiter {
	display: inline-block;
	margin-left: 6px;
	margin-right: 8px;
	vertical-align: middle;
}
.breadcrumbs__delimiter:before {
	content: '→';
	font-size: 14px;
	color: #fff;
	margin-left: 6px;
	margin-right: 3px;
}
.breadcrumbs__inline {
	display: inline;
	line-height: 1.5;
}
.breadcrumbs_dark {
	color: #000;
}
@media (max-width: 767.98px) {
	.breadcrumbs_dark {
		color: #fff;
	}
}
.breadcrumbs_dark a {
	color: #000;
}
@media (max-width: 767.98px) {
	.breadcrumbs_dark a {
		color: #fff;
	}
}
.breadcrumbs_dark a:hover,
.breadcrumbs_dark a:focus {
	color: #000;
}
@media (max-width: 767.98px) {
	.breadcrumbs_dark a:hover,
	.breadcrumbs_dark a:focus {
		color: #fff;
	}
}
.breadcrumbs_dark .breadcrumbs__delimiter:before {
	color: #000;
}
@media (max-width: 767.98px) {
	.breadcrumbs_dark .breadcrumbs__delimiter:before {
		color: #fff;
	}
}
.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	border: 0;
	padding: 12px 24px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	font-size: 1em;
	font-family: inherit;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	color: #444;
	background-color: #f6f6f3;
	background-image: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
}
.btn__icon {
	font-size: 1.7rem;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	margin-top: -2px;
}
.btn__icon + span {
	margin-left: 0.9375em;
}
@media (max-width: 575.98px) {
	.btn__icon + span .btn:not(.btn_full) {
		display: none;
	}
}
.btn_primary {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	padding: 18px 30px;
	border-radius: 30px;
	background-size: 72%;
	background-color: #fdc246;
	text-transform: uppercase;
}
.btn_primary:hover,
.btn_primary:focus {
	color: #fff;
	background-color: #158062;
}
.btn_primary.btn_disabled,
.btn_primary.btn:disabled {
	color: gray;
	background-color: #f6f6f3;
}
.btn_secondary {
	color: #444;
	font-size: 1.4rem;
	padding: 18px 40px;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #eee;
}
.btn_secondary:hover,
.btn_secondary:focus {
	color: #158062;
	border-color: #158062;
}
.btn_secondary.btn_disabled,
.btn_secondary.btn:disabled {
	color: gray;
	border-color: #f6f6f3;
	background-color: #f6f6f3;
}
.btn_secondary--warning:hover,
.btn_secondary--warning:focus {
	color: #fc5539;
	border-color: #fc5539;
}
.modal_remove .btn_secondary--warning {
	margin-right: 20px;
}
.product-landing-start-screen_dark .btn_secondary {
	color: #fff;
}
.product-landing-start-screen_dark .btn_secondary:hover,
.product-landing-start-screen_dark .btn_secondary:focus {
	color: #fdc246;
	border-color: #fdc246;
}
.order-history__item-header .btn_secondary {
	padding-left: 5px;
	padding-right: 5px;
	min-width: 100%;
}
.order-history__item-header .btn_secondary:after {
	content: attr(data-view-caption);
	margin-left: 0.9375em;
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.order-history__item-header .btn_secondary {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%);
	}
}
.order-history__item_unwrapped .order-history__item-header .btn_secondary {
	background-color: #f6f6f3;
}
.order-history__item_unwrapped .order-history__item-header .btn_secondary:after {
	content: attr(data-hide-caption);
}
.order-history__item-body .btn_secondary {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.modal .btn_secondary {
	color: #444 !important;
}
.btn_reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn_reverse .btn__icon + span {
	margin-left: 0;
	margin-right: 0.9375em;
}
.btn_order-details + .btn_order-details {
	margin-left: 13px;
}
@media (max-width: 575.98px) {
	.btn_order-details + .btn_order-details {
		margin-left: 0;
	}
}
.btn_address-add {
	display: none;
}
.address__item:last-child .btn_address-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}
@media (max-width: 575.98px) {
	.btn_address-add {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}
.address__item:only-child .btn_address-remove {
	display: none;
}
@media (max-width: 575.98px) {
	.btn_address-remove {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.burger {
	position: relative;
	width: 23px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.burger button {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 24px;
	border: 0;
	padding: 0;
	background: 0 0;
	cursor: pointer;
}
.burger button > span {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 4px;
	background: #010101;
	border-radius: 2px;
	vertical-align: middle;
	font-size: 0;
	color: transparent;
}
.burger button > span:before,
.burger button > span:after {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 4px;
	background: #010101;
	border-radius: 2px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: top 200ms 200ms, -webkit-transform 200ms;
	transition: top 200ms 200ms, -webkit-transform 200ms;
	transition: top 200ms 200ms, transform 200ms;
	transition: top 200ms 200ms, transform 200ms, -webkit-transform 200ms;
}
.burger button > span:before {
	top: -7px;
}
.burger button > span:after {
	top: 7px;
}
.header_landing:not(.fixed) .burger button > span,
.header_landing:not(.fixed) .burger button > span:before,
.header_landing:not(.fixed) .burger button > span:after {
	background: #fff;
}
.burger_close button > span {
	-webkit-transition: background 200ms 0s;
	transition: background 200ms 0s;
	background: 0 0;
}
.burger_close button > span:before,
.burger_close button > span:after {
	top: 0;
	-webkit-transition: top 200ms, -webkit-transform 200ms 200ms;
	transition: top 200ms, -webkit-transform 200ms 200ms;
	transition: top 200ms, transform 200ms 200ms;
	transition: top 200ms, transform 200ms 200ms, -webkit-transform 200ms 200ms;
}
.burger_close button > span:before {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
.burger_close button > span:after {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.burger__caption {
	position: absolute;
	right: -60px;
	top: 0;
	font-size: 1.8rem;
	font-weight: 900;
	color: #010101;
}
body.menu-open .burger__caption {
	right: -80px;
}
.header_landing:not(.fixed) .burger__caption {
	color: #fff;
}
.callback__btn {
	position: fixed;
	z-index: 100;
	bottom: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(../img/callback-icon.svg);*/
	cursor: pointer;
}
@media (max-width: 575.98px) {
	.callback__btn {
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: 20px;
	}
}
.callback .modal__body {
	min-width: 420px;
}
@media (max-width: 575.98px) {
	.callback .modal__body {
		min-width: 100%;
	}
}
.callback .btn_primary {
	padding: 18px 45px;
}
.close {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 22px;
	height: 22px;
	border: 0;
	padding: 0;
	line-height: 20px;
	background: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.close span {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 1px;
	vertical-align: middle;
	font-size: 0;
	color: transparent;
	background: 0 0;
}
.close span:before,
.close span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.close span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.close span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
ul,
ol {
	list-style-type: none;
}
ul {
	padding-left: 25px;
}
ul li {
	list-style-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='list' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='10px' viewBox='0 0 14 10' enable-background='new 0 0 14 10' xml:space='preserve'%3E %3Ccircle fill='%23FDC246' cx='2.5' cy='5' r='2.5'/%3E %3C/svg%3E");
}
ol {
	padding-left: 0;
	counter-reset: myCounter;
}
ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) '.';
	display: inline-block;
	font-weight: 900;
	text-align: center;
	padding-right: 10px;
}
.dropdown {
	background-color: #f6f6f3;
}
.dropdown:not(:last-child) {
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.dropdown:not(:last-child) {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.dropdown:not(:last-child) {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.dropdown:not(:last-child) {
		margin-bottom: 32px;
	}
}
.dropdown__header {
	padding-top: 43px;
	padding-bottom: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 98px;
	padding-right: 98px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.dropdown__header {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.dropdown__header {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.dropdown__header {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (max-width: 991.98px) {
	.dropdown__header {
		padding-left: 43px;
		padding-right: 43px;
	}
}
@media (max-width: 575.98px) {
	.dropdown__header {
		padding-left: 43px;
		padding: 20px 25px;
	}
}
.dropdown__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fc5539;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	margin-right: 40px;
}
@media (max-width: 575.98px) {
	.dropdown__num {
		display: none;
	}
}
.dropdown__title {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	margin-right: 50px;
}
@media (max-width: 767.98px) {
	.dropdown__title {
		font-size: 24px;
	}
}
.dropdown__plus-minus {
	position: relative;
	height: 20px;
	width: 20px;
	margin-left: auto;
	margin-top: 20px;
}
.dropdown__plus-minus:before,
.dropdown__plus-minus:after {
	background: #000;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.dropdown__plus-minus:after {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dropdown__plus-minus:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown_unwrapped .dropdown__plus-minus:after,
.dropdown_unwrapped .dropdown__plus-minus:before {
	-webkit-transform: none;
	transform: none;
}
.dropdown__content {
	overflow-y: hidden;
	-webkit-transition: max-height 300ms ease-in-out;
	transition: max-height 300ms ease-in-out;
	padding-left: 194px;
	padding-right: 290px;
}
@media (max-width: 991.98px) {
	.dropdown__content {
		padding-left: 135px;
		padding-right: 120px;
	}
}
@media (max-width: 575.98px) {
	.dropdown__content {
		padding-left: 25px;
		padding-right: 60px;
	}
}
.dropdown__content-wrapper {
	padding-bottom: 43px;
}
@media (min-width: 768px) {
	.dropdown__content-wrapper {
		padding-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.dropdown__content-wrapper {
		padding-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.dropdown__content-wrapper {
		padding-bottom: 43px;
	}
}
.field-checkbox {
	display: block;
	margin-bottom: 1em;
}
.filter__item .field-checkbox {
	margin-bottom: 0.5em;
}
.field-checkbox__title {
	display: block;
	margin-bottom: 0.6875em;
	line-height: 1.5;
	font-weight: 300;
}
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
	margin-top: 1em;
}
.field-checkbox__input-wrap--filter + .field-checkbox__input-wrap {
	margin-top: 0.5em;
}
.field-checkbox__input-wrap--error .field-checkbox__name-text,
.field-checkbox__input-wrap--error .field-checkbox__help-text {
	color: #fc5539;
}
.field-checkbox__name {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	margin-right: 0.6em;
	font-weight: 400;
	line-height: 1.5;
}
.field-checkbox__name-text {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 10px;
}
input:disabled ~ .field-checkbox__name-text {
	cursor: default;
}
.field-checkbox__name-text:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
input:focus ~ .field-checkbox__name-text:before {
	border-color: #fdc246;
}
.field-checkbox__input-wrap_error .field-checkbox__name-text:before {
	border-color: #fc5539;
}
input:checked ~ .field-checkbox__name-text:before {
	background-color: #fc5539;
	border-color: #fc5539;
}
input:disabled ~ .field-checkbox__name-text:before {
	border-color: #999;
	background: #ccc;
}
.field-checkbox__name-text:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 6px;
	opacity: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
input:checked ~ .field-checkbox__name-text:after {
	opacity: 1;
}
input:checked:disabled ~ .field-checkbox__name-text:after {
	border-color: #999;
}
.field-checkbox__input-wrap--filter .field-checkbox__name-text {
	font-size: 1.6rem;
	margin-left: 10px;
}
.field-checkbox__input-wrap--filter .field-checkbox__name-text:before {
	top: 3px;
}
.field-checkbox__input-wrap--filter .field-checkbox__name-text:after {
	top: 7px;
}
.field-checkbox__input {
	position: absolute;
	top: 0.7em;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.field-checkbox__input:focus,
.field-checkbox__input:active {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
	box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}
.field-checkbox__help-text-wrap {
	padding-left: 1.5em;
}
.field-checkbox__help-text {
	display: block;
	padding-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
	color: gray;
}
.field-checkbox__help-text:empty {
	display: none;
}
.field-num {
	display: block;
}
.field-num__name {
	display: block;
	margin-bottom: 0.6875em;
	line-height: 1.5;
	font-weight: 300;
}
.field-num__input-wrap {
	display: block;
}
.field-num__input-and-btns {
	position: relative;
	display: block;
	width: 140px;
}
.field-num__input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 5px 40px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-family: inherit;
	background-color: #fff;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	padding: 12px 65px 12px 25px;
	text-align: center;
	background-color: #f6f6f3;
	border-color: #f6f6f3;
}
.field-num__input[disabled],
.field-num__input[readonly] {
	cursor: not-allowed;
	background-color: #ccc;
}
.field-num__input::-webkit-search-cancel-button,
.field-num__input::-webkit-search-decoration,
.field-num__input::-webkit-inner-spin-button,
.field-num__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.field-num__input[type='color'] {
	padding: 0;
}
.field-num__input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-num__input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.field-num__input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-num__input::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-num__input::placeholder {
	color: #999;
	opacity: 1;
}
.field-num__input:focus {
	border-color: #fdc246;
}
.field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
	border-color: #fdc246;
}
.product-landing-start-screen_dark .field-num__input {
	background-color: transparent;
	color: #fff;
}
.field-num__buttons {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 45px;
	height: 45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
}
.field-num__buttons-delimeter {
	width: 20px;
	height: 1px;
	background-color: #f6f6f3;
}
.field-num__btn {
	border: 0;
	background: 0 0;
	outline: 0;
	position: relative;
	width: 20px;
	height: 20px;
	background-image: url(../img/chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.field-num__btn--minus {
	background-image: url(../img/chevron--down.svg);
}
.field-num--disabled .field-num__btn {
	cursor: not-allowed;
}
.field-num--disabled .field-num__btn:hover,
.field-num--disabled .field-num__btn:focus {
	background-color: transparent;
}
.field-num__help-text {
	display: block;
	padding-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
	color: gray;
}
.field-num__help-text:empty {
	display: none;
}
.field-num--error .field-num__name,
.field-num--error .field-num__input,
.field-num--error .field-num__help-text {
	color: #fc5539;
}
.field-num--error .field-num__input {
	border-color: #fc5539;
	background-color: #ffece9;
}
.field-num--card {
	margin-right: 22px;
}
.field-radio {
	display: block;
	margin-bottom: 1em;
}
.field-radio__title {
	display: block;
	margin-bottom: 0.6875em;
	line-height: 1.5;
	font-weight: 300;
}
.field-radio__input-wrap + .field-radio__input-wrap {
	margin-top: 1em;
}
.field-radio__input-wrap--filter + .field-radio__input-wrap {
	margin-top: 0.5em;
}
.field-radio__input-wrap--error .field-radio__name-text,
.field-radio__input-wrap--error .field-radio__help-text {
	color: #fc5539;
}
.field-radio__input-wrap--query-subject {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.field-radio__input-wrap--query-subject + .field-radio__input-wrap--query-subject {
	margin-top: 0;
}
.field-radio__name {
	display: inline-block;
	position: relative;
	margin-right: 0.6em;
	padding-left: 1.5em;
	font-weight: 400;
	line-height: 1.5;
}
.field-radio__input-wrap--query-subject .field-radio__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 32px;
	position: relative;
}
@media (min-width: 768px) {
	.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon {
		margin-bottom: 32px;
	}
}
.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon svg {
	z-index: 1;
}
.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #fc5539;
	-webkit-transform: scale(0);
	transform: scale(0);
}
@media (max-width: 767.98px) {
	.field-radio__input-wrap--query-subject .field-radio__name .field-radio__icon {
		display: none;
	}
}
.field-radio__name-text {
	display: inline-block;
}
.field-radio__input-wrap--filter .field-radio__name-text {
	margin-left: 10px;
}
.field-radio__input-wrap--query-subject .field-radio__name-text {
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
	color: #000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.field-radio__input-wrap--query-subject .field-radio__name-text {
		font-size: 1.6rem;
	}
}
.ie .field-radio__input-wrap--query-subject .field-radio__name-text {
	max-width: 180px;
}
input:disabled ~ .field-radio__name-text {
	cursor: not-allowed;
}
.field-radio__name-text:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
input:checked ~ .field-radio__name-text:before {
	border-color: #fc5539;
}
.field-radio__input-wrap--query-subject .field-radio__name-text:before {
	position: static;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
}
.field-radio__input-wrap--query-subject input:checked ~ .field-radio__name-text:before {
	background-color: #fc5539;
}
input:disabled ~ .field-radio__name-text:before {
	border-color: #999;
	background: #ccc;
}
.field-radio__name-text:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	opacity: 0;
	border-radius: 50%;
	background-color: #fc5539;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
input:checked ~ .field-radio__name-text:after {
	opacity: 1;
}
input:checked:disabled ~ .field-radio__name-text:after {
	background-color: #999;
}
.field-radio__input-wrap--query-subject .field-radio__name-text:after {
	display: none;
}
.field-radio__input {
	position: absolute;
	top: 0.8em;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.field-radio__input:focus,
.field-radio__input:active {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
	box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}
.field-radio__input-wrap--query-subject .field-radio__input:checked + .field-radio__icon:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.field-radio__input-wrap--query-subject .field-radio__input:checked + .field-radio__icon svg {
	fill: #fff;
}
.field-radio__help-text-wrap {
	padding-left: 1.5em;
}
.field-radio__help-text {
	display: block;
	padding-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
	color: gray;
}
.field-radio__help-text:empty {
	display: none;
}
.field-select {
	display: block;
	margin-bottom: 0;
}
.field-select__name {
	display: block;
	margin-bottom: 0.6875em;
	line-height: 1.5;
	font-weight: 300;
}
.field-select__select-wrap {
	position: relative;
}
.field-select__select-wrap::after {
	content: '';
	position: absolute;
	top: 25px;
	right: 30px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.field-select_choices .field-select__select-wrap::after {
	display: none;
}
.field-select_catalog .field-select__select-wrap::after {
	top: 23px;
	right: 25px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	z-index: 11;
	cursor: pointer;
}
.field-select_catalog .field-select__select-wrap::before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	z-index: 10;
	cursor: pointer;
}
.field-select__select {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.5;
	padding: 18.5px 50px 18.5px 30px;
	font-size: 1.4rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}
.field-select_catalog .field-select__select {
	background-color: #f6f6f3;
	border: 1px solid #f6f6f3;
}
.field-select__select[multiple] {
	background-image: none;
	min-height: 6.8em;
}
.field-select__select::-ms-expand {
	display: none;
}
.field-select__select:active,
.field-select__select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.field-select__help-text {
	display: block;
	padding-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
	color: gray;
}
.field-select__help-text:empty {
	display: none;
}
.field-select--error {
	color: #fc5539;
}
.field-select--error .field-select__name,
.field-select--error .field-select__select,
.field-select--error .field-select__help-text {
	color: #fc5539;
}
.field-select--error .field-select__select,
.field-select--error .choices__inner,
.field-select--error .choices:after {
	border-color: #fc5539;
	background-color: #ffece9;
}
.choices {
	position: relative;
}
.choices:focus {
	outline: 0;
}
.choices:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 30px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.choices.is-open:after {
	-webkit-transform: translateY(3px) rotate(135deg);
	transform: translateY(3px) rotate(135deg);
}
.choices .is-hidden {
	display: none;
}
.choices__inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 5px 40px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-family: inherit;
	background-color: #fff;
	padding: 5px 50px 5px 30px;
	line-height: 46px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.choices__inner[disabled],
.choices__inner[readonly] {
	cursor: not-allowed;
	background-color: #ccc;
}
.choices__inner::-webkit-search-cancel-button,
.choices__inner::-webkit-search-decoration,
.choices__inner::-webkit-inner-spin-button,
.choices__inner::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.choices__inner[type='color'] {
	padding: 0;
}
.choices__inner::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.choices__inner::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.choices__inner:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.choices__inner::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.choices__inner::placeholder {
	color: #999;
	opacity: 1;
}
.choices__inner > .choices__list {
	max-width: 95%;
}
.choices__inner > .choices__input {
	border: 0;
}
.choices__inner > .choices__list:not(:empty) + .choices__input {
	max-width: 2ch !important;
}
.choices__inner .choices__item {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.is-open .choices__inner {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.choices__list--dropdown {
	display: none;
	position: absolute;
	z-index: 31;
	top: 100%;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	word-break: break-all;
}
.choices__list--dropdown .choices__item {
	font-size: 1.4rem;
	padding: 16px 30px;
	cursor: pointer;
}
.choices__list--dropdown .choices__item.is-highlighted {
	background: #f6f6f3;
}
.choices__heading {
	padding: 12px 24px;
	font-size: 1.4rem;
	font-weight: 700;
	opacity: 0.5;
	cursor: default;
}
.choices.is-open .choices__list--dropdown {
	display: block;
}
.choices.is-disabled .choices__inner {
	background-color: #ccc;
	cursor: default;
}

.field-select_img .choices__list--dropdown .choices__item:before {
	left: 30px;
}
.field-select_catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767.98px) {
	.field-select_catalog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.field-select_catalog:not(:last-child) {
	margin-right: 30px;
}
.field-select_catalog .field-select__name {
	font-weight: 700;
	margin-right: 15px;
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.field-select_catalog .field-select__name {
		margin-bottom: 10px;
	}
}
.field-select_catalog .choices__inner {
	background-color: #f6f6f3;
	border: 1px solid #f6f6f3;
}
.field-select_catalog .choices__list--dropdown {
	z-index: 9;
	background-color: #f6f6f3;
	border: 1px solid #f6f6f3;
}
.field-select_catalog .choices:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	z-index: 10;
	cursor: pointer;
}
.field-select_catalog .choices:after {
	top: 23px;
	right: 25px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	z-index: 11;
	cursor: pointer;
}
.field-select_catalog .choices__list--single .choices__item {
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.field-select_catalog .is-open .choices__list--single .choices__item {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.field-select_catalog .choices__list--dropdown .choices__item {
	padding: 5px 30px;
}
.field-select_catalog .choices__list--dropdown .choices__item:hover {
	color: #999;
}
.field-select_catalog .choices__list--dropdown .choices__list {
	margin-top: -5px;
	padding-bottom: 15px;
}
.field-select_sort .field-select__select-wrap {
	min-width: 225px;
}
@media (max-width: 575.98px) {
	.field-select_sort {
		margin-bottom: 32px;
		z-index: 20;
	}
}
.field-select_count .field-select__select-wrap {
	min-width: 150px;
}
.field-select_sizes {
	margin-right: 10px !important;
}
.field-select_sizes .field-select__select-wrap {
	min-width: 140px;
}
.field-select_long-dropdown .choices.is-open:before {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	top: 264px;
	left: 0;
	right: 0;
	height: 30px;
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	border: 1px solid #ccc;
	border-top: none;
}
.field-select_long-dropdown .choices.is-open .choices__list--dropdown {
	overflow-y: auto;
	height: 205px;
	border-radius: 0;
	border-bottom: none;
	scrollbar-width: thin;
	scrollbar-color: #fdc246 #fff;
	scrollbar-face-color: #fdc246;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
}
.field-select_long-dropdown .choices.is-open .choices__list--dropdown::-webkit-scrollbar {
	width: 5px;
}
.field-select_long-dropdown .choices.is-open .choices__list--dropdown::-webkit-scrollbar-track {
	background: #fff;
}
.field-select_long-dropdown .choices.is-open .choices__list--dropdown::-webkit-scrollbar-thumb {
	background-color: #fdc246;
}
.field-text {
	display: block;
	margin-bottom: 0;
}
.field-text__name {
	display: block;
	margin-bottom: 0.6875em;
	line-height: 1.5;
	font-weight: 300;
}
.field-text_required .field-text__name:after {
	content: '*';
	color: #fc5539;
}
.field-text__input-wrap {
	display: block;
	position: relative;
}
.field-text__input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 5px 40px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-family: inherit;
	background-color: #fff;
}
.field-text__input[disabled],
.field-text__input[readonly] {
	cursor: not-allowed;
	background-color: #ccc;
}
.field-text__input::-webkit-search-cancel-button,
.field-text__input::-webkit-search-decoration,
.field-text__input::-webkit-inner-spin-button,
.field-text__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.field-text__input[type='color'] {
	padding: 0;
}
.field-text__input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-text__input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.field-text__input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-text__input::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.field-text__input::placeholder {
	color: #999;
	opacity: 1;
}
textarea.field-text__input {
	height: auto;
	padding-top: 25px;
	min-height: 150px;
	resize: vertical;
}
.field-text__input:focus {
	border-color: #fdc246 !important;
}
.field-text__help-text {
	display: block;
	padding-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
	color: gray;
}
.field-text__help-text:empty {
	display: none;
}
.field-text_success .field-text__name,
.field-text_success .field-text__input,
.field-text_success .field-text__help-text {
	color: #444;
}
.field-text_success .field-text__input {
	border-color: #158062;
	background-color: #f3f9f7;
}
.field-text_search-select .field-text__input-wrap:after {
	content: '\66';
	font-family: 'r52Shop';
	color: #ccc;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.field-text_error .field-text__input {
	border-color: #fc5539;
	background-color: #fff6f5;
}
.filter__list {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	max-height: calc(100dvh - 60px);
	overflow-y: scroll;
	padding-left: 20px;
	padding-right: 20px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.filter__list::-webkit-scrollbar {
	display: none;
}
@media (max-width: 1199px) {
	.filter__list {
		max-height: initial;
		overflow: initial;
		padding-left: initial;
		padding-right: initial;
	}
}
.filter__list-toggler {
	font-size: 1.4rem;
	padding: 20px 30px;
	border: 1px solid #ededed;
	border-radius: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filter__list-toggler:before {
	content: '';
	width: 22px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/filter-toggler--filter.png);
	display: inline-block;
	margin-right: 20px;
}
.filter__list-toggler_showed {
	margin-bottom: 70px;
}
.filter__list-toggler_showed:before {
	background-image: url(../img/filter-toggler--close.png);
}
@media (min-width: 1200px) {
	.filter__list-toggler {
		display: none;
	}
}
.filter__item {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.filter__item {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.filter__item {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.filter__item {
		padding-bottom: 32px;
	}
}
.filter__header {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeae9;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: margin 300ms ease-in-out;
	transition: margin 300ms ease-in-out;
}
.filter__item_dropdown .filter__header:after {
	content: '';
	position: absolute;
	top: 35%;
	right: 5px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: translateY(-60%) rotate(-45deg);
	transform: translateY(-60%) rotate(-45deg);
	-webkit-transform-origin: 32% center;
	transform-origin: 32% center;
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.filter__item_dropdown-unwrapped .filter__header:after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.filter__item_dropdown-unwrapped .filter__header {
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.filter__item_dropdown-unwrapped .filter__header {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.filter__item_dropdown-unwrapped .filter__header {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.filter__item_dropdown-unwrapped .filter__header {
		margin-bottom: 32px;
	}
}
.filter__item_dropdown .filter__body {
	opacity: 0;
	overflow-y: hidden;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.filter__item_dropdown-unwrapped .filter__body {
	opacity: 1;
}
.filter__link {
	display: block;
	color: #000;
	text-decoration: none;
	margin-bottom: 11px;
}
@media (min-width: 768px) {
	.filter__link {
		margin-bottom: 11px;
	}
}
@media (min-width: 992px) {
	.filter__link {
		margin-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	.filter__link {
		margin-bottom: 11px;
	}
}
.filter__link:last-child {
	margin-bottom: 0;
}
.filter__more-btn {
	cursor: pointer;
}
.filter__range {
	margin-top: 75px;
}
.filter__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filter__color:last-child {
	margin-bottom: 0;
}
.filter__color-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}
.filter__color-circle:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translate(-50%, -60%) rotate(-45deg);
	transform: translate(-50%, -60%) rotate(-45deg);
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
.filter__color_checked .filter__color-circle:after {
	opacity: 1;
}
/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}
.noUi-connect {
	height: 100%;
	width: 100%;
}
.noUi-origin {
	height: 10%;
	width: 10%;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}
.noUi-connects {
	border-radius: 3px;
}
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-sub {
	background: #aaa;
}
.noUi-marker-large {
	background: #aaa;
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
.noUi-target {
	background-color: #ddd;
	border-radius: 3px;
}
.noUi-horizontal {
	height: 4px;
	margin: 75px 5px 0;
}
.noUi-connect {
	background: #000;
	border-radius: 3px;
}
.noUi-horizontal .noUi-handle {
	bottom: calc(100% + 25px);
}
.noUi-handle {
	cursor: pointer;
	width: 22px;
	height: 18px;
	background-image: url(../img/range-picker.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-handle-upper {
	right: -8px;
}
.noUi-handle:before {
	position: absolute;
	content: attr(aria-valuetext);
	bottom: calc(100% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
@media (max-width: 1199.98px) {
	html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
		right: 0;
		left: 75px;
	}
}
@media (max-width: 991.98px) {
	html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
		left: 52px;
	}
}
@media (max-width: 767.98px) {
	html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
		left: 34px;
	}
}
@media (max-width: 575.98px) {
	html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
		left: 69%;
	}
}
.footer {
	background-color: #f6f6f3;
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 64px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.footer {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.footer {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.footer {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
body.bg-black .footer {
	background-color: transparent;
	color: #fff;
}
body.bg-black .footer .main-nav__link {
	color: #fff;
}
body.bg-black .footer .main-nav__link:hover,
body.bg-black .footer .main-nav__link:focus {
	color: #fdc246;
}
.footer__title {
	font-size: 1.8rem;
	font-weight: 900;
	color: #010101;
	line-height: 1;
}
body.bg-black .footer__title {
	color: #fff;
}
@media (max-width: 991.98px) {
	.footer__first {
		margin-bottom: 64px;
	}
}
@media (max-width: 991.98px) and (min-width: 768px) {
	.footer__first {
		margin-bottom: 64px;
	}
}
@media (max-width: 991.98px) and (min-width: 992px) {
	.footer__first {
		margin-bottom: 64px;
	}
}
@media (max-width: 991.98px) and (min-width: 1200px) {
	.footer__first {
		margin-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.footer__logo {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) and (min-width: 768px) {
	.footer__logo {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.footer__logo {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.footer__logo {
		margin-bottom: 32px;
	}
}
@media (max-width: 575.98px) {
	.footer__logo {
		margin-bottom: 11px;
		text-align: center;
	}
}
@media (max-width: 575.98px) and (min-width: 768px) {
	.footer__logo {
		margin-bottom: 11px;
	}
}
@media (max-width: 575.98px) and (min-width: 992px) {
	.footer__logo {
		margin-bottom: 11px;
	}
}
@media (max-width: 575.98px) and (min-width: 1200px) {
	.footer__logo {
		margin-bottom: 11px;
	}
}
@media (max-width: 991.98px) {
	.footer__social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.footer__social .footer__title {
		margin-right: 30px;
	}
}
@media (max-width: 767.98px) {
	.footer__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.footer__social .footer__title {
		margin-right: 0;
	}
}
@media (max-width: 575.98px) {
	.footer__social {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__social .footer__title {
		display: none;
	}
}
.footer__copyright {
	font-size: 1.4rem;
}
.footer__creator {
	display: none;
}
.footer__creator img {
	width: 53px;
	height: 10px;
}
.form__fieldset {
	min-width: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
.form__fieldset:not(:last-child) {
	margin-bottom: 1rem;
}
.form__legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-family: Gilroy, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-weight: 700;
	line-height: 1.5;
	white-space: normal;
	color: currentColor;
}
.contact-form__subject-select {
	background-color: #f6f6f3;
	padding-top: 64px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.contact-form__subject-select {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.contact-form__subject-select {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.contact-form__subject-select {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.contact-form__subject-select .field-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-form__subject-select .field-radio__title {
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #000;
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.contact-form__subject-select .field-radio__title {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.contact-form__subject-select .field-radio__title {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.contact-form__subject-select .field-radio__title {
		padding-bottom: 32px;
	}
}
.contact-form__subject-select .field-radio__input-wrap--query-subject {
	width: 20%;
	padding: 0 3px;
}
@media (max-width: 767.98px) {
	.contact-form__subject-select .field-radio__input-wrap--query-subject {
		width: 100%;
		padding: 0;
	}
}
.header__top {
	font-size: 1.4rem;
	height: 50px;
	background-color: #f6f6f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body.bg-black .header__top {
	background-color: transparent;
}
body.bg-black .header__top .lang,
body.bg-black .header__top .support,
body.bg-black .header__top .share__link,
body.bg-black .header__top .secondary-nav a {
	color: #fff;
}
@media (max-width: 991px) {
	.header__supp {
		display: none !important;
	}
}
.header__utils {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fixed .header__medium {
	position: fixed;
	top: -142px;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
@media (max-width: 767.98px) {
	.fixed .header__medium {
		top: -72px;
	}
}
.fixed .header__medium .main-nav_header > ul > li > .main-nav__link {
	padding: 20px 28px !important;
}
@media (max-width: 991.98px) {
	.fixed .header__medium .main-nav_header > ul > li > .main-nav__link {
		padding: 20px 0 !important;
	}
}
.scrolled .header__medium {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	top: 0;
}
.header__medium-wrap {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #efefef;
}
.fixed .header__medium-wrap {
	height: 84px;
	padding-top: 13px;
	padding-bottom: 13px;
}
@media (max-width: 767.98px) {
	.fixed .header__medium-wrap {
		height: 72px;
	}
}
.header_modern .header__medium-wrap,
.header_landing--light .header__medium-wrap {
	position: relative;
	z-index: 100;
}
@media (max-width: 767.98px) {
	.header__medium-wrap {
		border-bottom: none;
		padding-bottom: 32px;
	}
}
@media (max-width: 767.98px) {
	.header__nav {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.header__logo {
		margin-bottom: 32px;
	}
	.fixed .header__logo {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.header__search {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 768px) {
	.header__search {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 992px) {
	.header__search {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 1200px) {
	.header__search {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) {
	.fixed .header__search {
		display: none;
	}
}
.header__search--transparent input {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.header__search--transparent input::-webkit-input-placeholder {
	color: #fff;
}
.header__search--transparent input::-moz-placeholder {
	color: #fff;
}
.header__search--transparent input:-ms-input-placeholder {
	color: #fff;
}
.header__search--transparent input::-ms-input-placeholder {
	color: #fff;
}
.header__search--transparent input::placeholder {
	color: #fff;
}
.header__search--transparent icon {
	color: #fff;
}
@media (max-width: 767.98px) {
	.header__bottom {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.header {
		height: 224px;
		height: auto;
	}
}
.hint {
	position: fixed;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	right: 45px;
	bottom: 35px;
	-webkit-box-shadow: -5px 3px 16px 0 rgba(9, 32, 61, 0.07);
	box-shadow: -5px 3px 16px 0 rgba(9, 32, 61, 0.07);
	background-color: #fff;
	max-width: 450px;
	padding: 35px 100px;
}
@media (max-width: 767.98px) {
	.hint {
		right: 50%;
		bottom: 20px;
		padding: 30px 20px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		min-width: 80%;
		max-width: 300px;
	}
}
.hint__close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.hint__message {
	text-align: center;
	margin-top: 11px;
	margin-bottom: 11px;
}
@media (min-width: 768px) {
	.hint__message {
		margin-top: 11px;
		margin-bottom: 11px;
	}
}
@media (min-width: 992px) {
	.hint__message {
		margin-top: 11px;
		margin-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	.hint__message {
		margin-top: 11px;
		margin-bottom: 11px;
	}
}
body.bg-black .hint__message {
	color: #444;
}
.hint__inner {
	display: none;
}
.hint_type--item-added .hint__inner_item-added {
	display: block;
}
.icon {
	color: currentColor;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	font-size: inherit;
	text-decoration: none;
}
.icon_left {
	padding-right: 10px;
}
.icon_right {
	padding-left: 10px;
}
.icon_flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.icon_header {
	font-size: 1.7rem;
}
.icon_header:before {
	margin-right: 6px;
}
.iconsvg_block {
	display: block;
}
.iconsvg_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.iconsvg_inline-block {
	display: inline-block;
}
.inner-title {
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #fdc246;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.inner-title {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.inner-title {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.inner-title {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.inner-title_modern,
.inner-title_modern-light {
	height: calc(100vh - 247.5px);
	height: calc(var(--vh, 1vh) * 100 - 247.5px);
	overflow: visible;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 70px;
}
@media (min-width: 768px) {
	.inner-title_modern,
	.inner-title_modern-light {
		padding-bottom: 100px;
	}
}
@media (min-width: 992px) {
	.inner-title_modern,
	.inner-title_modern-light {
		padding-bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.inner-title_modern,
	.inner-title_modern-light {
		padding-bottom: 130px;
	}
}
@media (min-width: 768px) {
	.inner-title_modern,
	.inner-title_modern-light {
		background: 0 0;
	}
}
@media (max-width: 767.98px) {
	.inner-title_modern,
	.inner-title_modern-light {
		height: auto;
	}
}
.inner-title .title {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 7rem;
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.inner-title .title {
		font-size: 5.2rem;
	}
}
.inner-title__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 767.98px) {
	.inner-title__bg {
		display: none;
	}
}
.inner-title_modern .inner-title__bg,
.inner-title_modern-light .inner-title__bg {
	top: 50px;
	z-index: -1;
	background-position: center;
	background-size: cover;
}
.inner-title__bg-shapes {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
	.inner-title__bg-shapes {
		width: 120%;
	}
}
.inner-title_modern .inner-title__bg-shapes,
.inner-title_modern-light .inner-title__bg-shapes {
	display: none;
}
.label {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	line-height: 1;
	padding: 0.65em 1.1em 0.55em;
	background-color: #f6f6f3;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.1rem;
	white-space: nowrap;
	border-radius: 8px;
}
.label + .label {
	margin-left: 5px;
}
.label_sale {
	background-color: #fc5539;
}
body.bg-black .product-landing-start-screen .label_sale {
	color: #fc5539;
	background-color: #fff;
}
.label_new {
	background-color: #30bc8c;
}
body.bg-black .product-landing-start-screen .label_new {
	color: #30bc8c;
	background-color: #fff;
}
.label_hit {
	background-color: #fdc246;
}
body.bg-black .product-landing-start-screen .label_hit {
	color: #fdc246;
	background-color: #fff;
}
.label_in-stock {
	color: #158062;
	width: auto;
	background-color: transparent;
	text-transform: none;
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.label_in-stock .icon {
	font-size: 1rem;
	margin-right: 5px;
}
.product-landing-start-screen_dark .label_in-stock {
	color: #fff;
}
.label_in-stock:only-child {
	padding-left: 0;
	padding-right: 0;
}
.label_in-stock:first-child {
	padding-left: 0;
}
.label_ml-15 {
	margin-left: 15px;
}
@media (max-width: 767.98px) {
	.label_ml-15 {
		margin-left: 0;
		margin-top: 5px;
		display: block;
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
	}
}
.lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	text-decoration: none;
	-webkit-transition: color ease-in-out 200ms;
	transition: color ease-in-out 200ms;
}
.lang:hover {
	color: #999;
	text-decoration: none;
}
.lang__flag {
	margin-right: 8px;
}
.lang__flag img {
	height: 20px;
	width: 26.6px;
}
.loader {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}
.lg .loader {
	background-color: #1a1a1a;
}
.loader__text {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1em;
	color: #8e8e8e;
}
.loader__svg {
	width: 150px;
	-webkit-animation: loading 3s linear infinite;
	animation: loading 3s linear infinite;
}
.loader__svg-circle {
	stroke-dashoffset: 0;
	stroke-dasharray: 300;
	stroke-width: 10;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	-webkit-animation: loading-circle 2s linear infinite;
	animation: loading-circle 2s linear infinite;
	stroke: #30bc8c;
	fill: transparent;
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-circle {
	0% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -600;
	}
}
@keyframes loading-circle {
	0% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -600;
	}
}
.logo {
	display: inline-block;
	white-space: nowrap;
}
.logo img {
	display: block;
	max-width: 100%;
}
.logo img.logo_light {
	display: none;
}
.header_modern .logo img.logo_light {
	display: block;
}
@media (max-width: 767.98px) {
	.header_modern:not(.header_landing) .logo img.logo_light {
		display: none;
	}
}
.header_modern.fixed .logo img.logo_light {
	display: none;
}
.header_modern .logo img.logo_dark {
	display: none;
}
@media (max-width: 767.98px) {
	.header_modern:not(.header_landing) .logo img.logo_dark {
		display: block;
	}
}
.header_modern.fixed .logo img.logo_dark {
	display: block;
}
.fixed .logo {
	width: 150px;
}
@media (max-width: 767.98px) {
	.logo {
		width: 200px;
	}
}
.main-nav {
	position: relative;
	z-index: 20;
}
.main-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav__list_lvl-2 {
	display: block;
}
.main-nav__list_lvl-3 {
	display: block;
}
.main-nav__item {
	position: relative;
	list-style-image: none;
}
.main-nav__item_active > .main-nav__link {
	color: #fdc246;
}
.main-nav__link {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	background-color: transparent;
	font-size: 1.6rem;
	line-height: 1;
	color: #010101;
	-webkit-transition: color ease-in-out 200ms 0ms;
	transition: color ease-in-out 200ms 0ms;
}
.main-nav__link:hover,
.main-nav__link:focus {
	text-decoration: none;
	color: #fdc246;
}
.header_modern:not(.fixed) .main-nav__link:not([class*='main-nav__link_lvl-'], .cut-list__more-content .root-item) {
	color: #fff;
}

.main-nav__sublist-wrapper_lvl-2 {
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	height: auto;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	pointer-events: none;
}
.main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-2,
.main-nav__item:hover .main-nav__sublist-wrapper_lvl-2 {
	overflow: visible;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	pointer-events: all;
}
.main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-2 .main-nav__link,
.main-nav__item:hover .main-nav__sublist-wrapper_lvl-2 .main-nav__link {
	opacity: 1;
	-webkit-transition: 1000ms cubic-bezier(0.25, 1, 0.5, 1);
	transition: 1000ms cubic-bezier(0.25, 1, 0.5, 1);
}
.main-nav__sublist-wrapper_lvl-3 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	height: 0;
	overflow: hidden;
}
.main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-3,
.main-nav__item_lvl-2:hover .main-nav__sublist-wrapper_lvl-3 {
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.main-nav__arrow {
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.main-nav__arrow:before,
.main-nav__arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
.main-nav__arrow:before {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translate(-50%, -80%) rotate(-45deg);
	transform: translate(-50%, -80%) rotate(-45deg);
	width: 10px;
	height: 10px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
body.bg-black .main-nav_footer .main-nav__arrow:before {
	border-color: #fff;
}
.main-nav__arrow:after {
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-nav__arrow.active:before {
	-webkit-transform: translate(-50%, -40%) rotate(135deg);
	transform: translate(-50%, -40%) rotate(135deg);
}
.main-nav > .main-nav__list > .main-nav__item > .main-nav__link {
	font-size: 1.8rem;
	font-weight: 900;
}
.main-nav > .main-nav__list > .main-nav__item > .main-nav__link:hover {
	color: #fdc246;
}
.main-nav_header > .main-nav__list {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991.98px) {
	.main-nav_header > .main-nav__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.main-nav_header > .main-nav__list > .main-nav__item {
	position: static;
	margin: 24px 0;
}
.main-nav_header > .main-nav__list > .main-nav__item > .main-nav__link {
	padding: 8px 26px;
}
@media (max-width: 991.98px) {
	.main-nav_header > .main-nav__list > .main-nav__item > .main-nav__link {
		padding: 8px 10px;
	}
}
.main-nav_header .main-nav__list_lvl-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.main-nav_header .main-nav__item_show-child > .main-nav__link {
	color: #fdc246;
}
.main-nav_header .main-nav__item_lvl-2 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.main-nav_header .main-nav__item_lvl-2 {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.main-nav_header .main-nav__item_lvl-2 {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.main-nav_header .main-nav__item_lvl-2 {
		margin-bottom: 32px;
	}
}
.main-nav_header .main-nav__item_lvl-3 {
	margin-bottom: 11px;
}
@media (min-width: 768px) {
	.main-nav_header .main-nav__item_lvl-3 {
		margin-bottom: 11px;
	}
}
@media (min-width: 992px) {
	.main-nav_header .main-nav__item_lvl-3 {
		margin-bottom: 11px;
	}
}
@media (min-width: 1200px) {
	.main-nav_header .main-nav__item_lvl-3 {
		margin-bottom: 11px;
	}
}
.main-nav_header .main-nav__item_lvl-3:last-child {
	margin-bottom: 0;
}
.main-nav_header .main-nav__link {
	padding: 0;
}
.main-nav_header .main-nav__link_lvl-2 {
	font-size: 1.8rem;
	font-weight: 900;
}
.main-nav_header .main-nav__link_lvl-3 {
	line-height: 1.5;
}
.main-nav_header .main-nav__sublist-wrapper_lvl-2 {
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	padding: 40px 40px 10px;
}
@media (min-width: 768px) {
	.main-nav_header .main-nav__sublist-wrapper_lvl-2 {
		-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	}
}
.main-nav_header .main-nav__sublist-wrapper_lvl-2:before {
	content: '';
	display: block;
	height: 34px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.touch .main-nav_header .main-nav__sublist-wrapper_lvl-2 {
	display: none;
}
.main-nav_header .main-nav__sublist-wrapper_lvl-2 .main-nav__link {
	opacity: 0;
}
.main-nav_header .main-nav__sublist-wrapper_lvl-3 {
	position: static;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	margin-top: 32px;
}
@media (min-width: 768px) {
	.main-nav_header .main-nav__sublist-wrapper_lvl-3 {
		margin-top: 32px;
	}
}
@media (min-width: 992px) {
	.main-nav_header .main-nav__sublist-wrapper_lvl-3 {
		margin-top: 32px;
	}
}
@media (min-width: 1200px) {
	.main-nav_header .main-nav__sublist-wrapper_lvl-3 {
		margin-top: 32px;
	}
}
.main-nav_header .main-nav__extra-bg {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	background-color: #fff;
	-webkit-transition: height 0ms ease-in-out;
	transition: height 0ms ease-in-out;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 767.98px) {
	.main-nav_header .main-nav__extra-bg {
		display: none;
	}
}
.main-nav_footer {
	z-index: 0;
}
@media (min-width: 576px) {
	.main-nav_footer .main-nav__arrow {
		display: none;
	}
}
.main-nav_footer .main-nav__arrow:after {
	width: 100vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: -20px;
}
.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		margin-bottom: 32px;
	}
}
@media (max-width: 575.98px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		padding-bottom: 11px;
		border-bottom: 1px solid #e9e9e7;
	}
}
@media (max-width: 575.98px) and (min-width: 768px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		padding-bottom: 11px;
	}
}
@media (max-width: 575.98px) and (min-width: 992px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		padding-bottom: 11px;
	}
}
@media (max-width: 575.98px) and (min-width: 1200px) {
	.main-nav_footer > .main-nav__list > .main-nav__item > .main-nav__link {
		padding-bottom: 11px;
	}
}
@media (max-width: 575.98px) {
	.main-nav_footer > .main-nav__list > .main-nav__item {
		padding-top: 10px;
	}
}
.main-nav_footer .main-nav__item {
	display: block;
	width: 100%;
	overflow: hidden;
}
.main-nav_footer .main-nav__item_lvl-2 {
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.main-nav_footer .main-nav__item_lvl-2 {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.main-nav_footer .main-nav__item_lvl-2 {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.main-nav_footer .main-nav__item_lvl-2 {
		padding-bottom: 21px;
	}
}
.main-nav_footer .main-nav__item_lvl-2:last-child {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.main-nav_footer .main-nav__item_lvl-2:last-child {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.main-nav_footer .main-nav__item_lvl-2:last-child {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.main-nav_footer .main-nav__item_lvl-2:last-child {
		padding-bottom: 32px;
	}
}
.main-nav_footer .main-nav__link {
	padding: 0;
}
.main-nav_footer .main-nav__sublist-wrapper_lvl-2 {
	position: static;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: height 200ms ease-in-out;
	transition: height 200ms ease-in-out;
}
@media (min-width: 576px) {
	.main-nav_footer .main-nav__sublist-wrapper_lvl-2 {
		height: auto !important;
	}
}
.main-nav_mobile > .main-nav__list {
	margin-bottom: 30px;
}
.main-nav_mobile > .main-nav__list > .main-nav__item {
	padding-top: 32px;
}
@media (min-width: 768px) {
	.main-nav_mobile > .main-nav__list > .main-nav__item {
		padding-top: 32px;
	}
}
@media (min-width: 992px) {
	.main-nav_mobile > .main-nav__list > .main-nav__item {
		padding-top: 32px;
	}
}
@media (min-width: 1200px) {
	.main-nav_mobile > .main-nav__list > .main-nav__item {
		padding-top: 32px;
	}
}
.main-nav_mobile .main-nav__item {
	display: block;
	width: 100%;
	overflow: hidden;
}
.main-nav_mobile .main-nav__item:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.main-nav_mobile .main-nav__item_lvl-2 {
	border-bottom: none !important;
}
.main-nav_mobile .main-nav__item_lvl-3 {
	border-bottom: none !important;
}
.main-nav_mobile .main-nav__item .main-nav__arrow {
	top: 25px;
}
.main-nav_mobile .main-nav__link {
	padding: 0;
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 15px;
}
.main-nav_mobile .main-nav__link_lvl-2 {
	margin-bottom: 25px;
}
.main-nav_mobile .main-nav__link_lvl-3 {
	font-weight: 400;
	font-size: 1.6rem;
}
.main-nav_mobile .main-nav__sublist-wrapper_lvl-2 {
	position: static;
	height: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: height 200ms ease-in-out;
	transition: height 200ms ease-in-out;
	padding-left: 30px;
}
.main-nav_mobile .main-nav__sublist-wrapper_lvl-3 {
	position: static;
	opacity: 1;
	height: auto;
}
.main-nav_mobile .main-nav__list_lvl-2 {
	padding: 20px 0;
}
.main-nav_mobile .main-nav__list_lvl-3 {
	padding-bottom: 25px;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, z-index 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, z-index 200ms ease-in-out;
}
.mobile-menu__inner {
	position: relative;
	padding-top: 120px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow-y: auto;
}
.mobile-menu__top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-menu__bottom {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.mobile-menu__footer {
	background-color: #f6f6f3;
	padding-top: 32px;
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.mobile-menu__footer {
		padding-top: 32px;
	}
}
@media (min-width: 992px) {
	.mobile-menu__footer {
		padding-top: 32px;
	}
}
@media (min-width: 1200px) {
	.mobile-menu__footer {
		padding-top: 32px;
	}
}
@media (min-width: 768px) {
	.mobile-menu__footer {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.mobile-menu__footer {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.mobile-menu__footer {
		padding-bottom: 21px;
	}
}
.mobile-menu__search {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.mobile-menu__search {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.mobile-menu__search {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.mobile-menu__search {
		padding-bottom: 32px;
	}
}
.mobile-menu__top,
.mobile-menu__search,
.mobile-menu__footer-wrap,
.mobile-menu__nav {
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.mobile-menu_shown {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
	-webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, z-index 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, z-index 200ms ease-in-out;
}
.mobile-menu_shown .mobile-menu__top {
	opacity: 1;
	-webkit-transition: opacity 200ms 100ms ease-in-out;
	transition: opacity 200ms 100ms ease-in-out;
}
.mobile-menu_shown .mobile-menu__search {
	opacity: 1;
	-webkit-transition: opacity 200ms 200ms ease-in-out;
	transition: opacity 200ms 200ms ease-in-out;
}
.mobile-menu_shown .mobile-menu__nav {
	opacity: 1;
	-webkit-transition: opacity 200ms 300ms ease-in-out;
	transition: opacity 200ms 300ms ease-in-out;
}
.mobile-menu_shown .mobile-menu__footer-wrap {
	opacity: 1;
	-webkit-transition: opacity 200ms 400ms ease-in-out;
	transition: opacity 200ms 400ms ease-in-out;
}
@media (min-width: 768px) {
	.mobile-menu {
		display: none !important;
	}
}
.js-modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.js-modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal__dialog {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	margin: 0;
}
@media (min-width: 768px) {
	.modal__dialog {
		width: 600px;
		margin: auto;
	}
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
	.modal__dialog {
		padding: 2em 0;
	}
}
@media (min-width: 768px) {
	.modal_open .modal__dialog {
		-webkit-animation: modal-content-show 0.2s 1 both;
		animation: modal-content-show 0.2s 1 both;
	}
}
.modal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	background-color: #fff;
	outline: 0;
}
.modal__header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 50px;
	text-align: center;
}
@media (max-width: 575.98px) {
	.modal__header {
		padding: 0 15px;
	}
}
.modal__title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: 700;
	color: currentColor;
}
.modal__close {
	position: absolute !important;
	top: 15px;
	right: 15px;
}
.modal__body {
	padding: 0 15px;
	max-width: 100%;
}
.modal__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 15px;
}
.modal__backdrop {
	position: fixed;
	z-index: 1999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
	.modal__backdrop {
		-webkit-animation: modal-backdrop-show 0.2s 1;
		animation: modal-backdrop-show 0.2s 1;
	}
}
@media (min-width: 768px) {
	.modal_open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
	.modal_open {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.modal_lang .modal__content {
	padding-top: 43px;
	padding-bottom: 43px;
	background-image: url(../img/modal__bg_lang.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (min-width: 768px) {
	.modal_lang .modal__content {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.modal_lang .modal__content {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.modal_lang .modal__content {
		padding-top: 43px;
		padding-bottom: 43px;
	}
}
.modal_lang .modal__header {
	height: 0;
}
@media (min-width: 992px) {
	.modal_lang .modal__dialog {
		width: 900px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.modal_lang .modal__dialog {
		width: 740px;
	}
}
.modal_lang .modal__body {
	padding: 0 60px;
	width: 100%;
}
@media (max-width: 575.98px) {
	.modal_lang .modal__body {
		padding: 0 30px;
	}
}
body.bg-black .modal {
	color: #444;
}
@-webkit-keyframes modal-backdrop-show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes modal-backdrop-show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes modal-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2em);
		transform: translateY(-2em);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes modal-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2em);
		transform: translateY(-2em);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media (min-width: 576px) {
	#modal-sizes .modal__dialog {
		width: 100%;
		max-width: 1005px;
	}
}
@media (min-width: 576px) {
	#modal-sizes .modal__body {
		padding: 0 50px;
	}
}
@media (max-width: 575.98px) {
	#modal-sizes .modal__body {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	#modal-sizes .modal__content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.ie #modal-select-size .product-item-scu-item-list {
	width: 100%;
}
@media (min-width: 768px) {
	#modal-select-size .product-item-scu-item-list {
		padding: 0 85px;
	}
}
.newsslider {
	position: relative;
}
.newsslider__slide-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 505px;
}
@media (max-width: 991.98px) {
	.newsslider__slide-img {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.newsslider__slide-img {
		height: 200px;
	}
}
.newsslider__slide-info {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.newsslider__slide-info {
		padding: 0 30px;
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (max-width: 767.98px) and (min-width: 768px) {
	.newsslider__slide-info {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (max-width: 767.98px) and (min-width: 992px) {
	.newsslider__slide-info {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (max-width: 767.98px) and (min-width: 1200px) {
	.newsslider__slide-info {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.newsslider__slide-info-bg {
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	height: 100%;
	width: calc(74% + 30px);
	margin-left: -30px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.newsslider__slide-info-bg {
		height: 100%;
		width: calc(100% - 30px);
		margin: 0;
		background-size: 24%;
	}
}
.newsslider__slide-info-day {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 10px;
}
.newsslider__slide-info-title {
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.newsslider__slide-info-title:hover {
	color: #fff;
	text-decoration: none;
}
img.ofp-demo {
	-o-object-fit: cover;
	font-family: 'object-fit:cover';
	object-fit: cover;
}
.order-history__th {
	font-weight: 700;
}
.order-history__item {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.order-history__item_unwrapped {
	border-bottom-color: transparent;
}
.order-history__item + .order-history__item {
	border-top-color: transparent;
}
.order-history__item-status {
	font-weight: 700;
}
.order-history__item_completed .order-history__item-status {
	color: #30bc8c;
}
.order-history__item_not-completed .order-history__item-status {
	color: #fc5539;
}
.order-history__item-header {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
}
@media (min-width: 768px) {
	.order-history__item-header {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.order-history__item-header {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.order-history__item-header {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.order-history__item-header:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.order-history__item_completed .order-history__item-header:before {
	background-image: url(../img/order-icon--completed.png);
}
.order-history__item_not-completed .order-history__item-header:before {
	background-image: url(../img/order-icon--not-completed.png);
}
@media (max-width: 575.98px) {
	.order-history__item-header:before {
		left: initial;
		right: 20px;
		top: 60px;
	}
}
.order-history__item-body {
	background-color: #f6f6f3;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.order-history__item_unwrapped .order-history__item-body {
	opacity: 1;
}
.order-history__item-body span.order-history__item-price {
	margin-left: 40px;
	white-space: nowrap;
}
@media (max-width: 1199.98px) {
	.order-history__item-body {
		padding: 0 50px;
	}
}
@media (max-width: 575.98px) {
	.order-history__item-body {
		padding: 0 20px;
	}
}
.index__stories {
	position: relative;
	height: 528px;
}
@media (max-width: 991.98px) {
	.index__stories {
		height: 318px;
	}
}
@media (max-width: 767.98px) {
	.index__stories {
		height: 184px;
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 768px) {
	.index__stories {
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 992px) {
	.index__stories {
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) and (min-width: 1200px) {
	.index__stories {
		margin-bottom: 32px;
	}
}
.index__stories-bg,
.index__stories-men,
.index__stories-text,
.index__stories-decor,
.index__stories-link {
	position: absolute;
}
.index__stories-bg {
	bottom: 0;
	right: 0;
	width: 95%;
	height: 450px;
	background-color: #158062;
}
@media (max-width: 991.98px) {
	.index__stories-bg {
		height: 270px;
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.index__stories-bg {
		height: 154px;
	}
}
.index__stories-men {
	bottom: 0;
	left: -260px;
}
@media (max-width: 991.98px) {
	.index__stories-men {
		width: 260px;
		left: -10px;
		bottom: initial;
		top: 50%;
		-webkit-transform: translateY(-36%);
		transform: translateY(-36%);
	}
}
@media (max-width: 767.98px) {
	.index__stories-men {
		width: 150px;
		left: 0;
	}
}
.index__stories-text {
	font-size: 6rem;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	max-width: 400px;
	top: 40%;
	left: 45%;
}
@media (max-width: 1199.98px) {
	.index__stories-text {
		max-width: 300px;
		font-size: 5rem;
		top: 40%;
		left: 55%;
	}
}
@media (max-width: 991.98px) {
	.index__stories-text {
		max-width: 240px;
		font-size: 4rem;
		top: 40%;
		left: 52%;
	}
}
@media (max-width: 767.98px) {
	.index__stories-text {
		max-width: 200px;
		font-size: 3rem;
		top: 32%;
		left: 52%;
	}
}
@media (max-width: 767.98px) {
	.index__stories-text {
		max-width: 125px;
		font-size: 2rem;
		top: 40%;
		left: 55%;
	}
}
.index__stories-decor {
	top: 12%;
	left: 36%;
}
.index__stories-decor svg {
	width: 173px;
	height: 77px;
}
@media (max-width: 1199.98px) {
	.index__stories-decor {
		top: 12%;
		left: 50%;
	}
	.index__stories-decor svg {
		width: 173px;
		height: 77px;
	}
}
@media (max-width: 991.98px) {
	.index__stories-decor {
		top: 11%;
		left: 44%;
	}
	.index__stories-decor svg {
		width: 104px;
		height: 47px;
	}
}
@media (max-width: 767.98px) {
	.index__stories-decor {
		top: 12%;
		left: 24%;
	}
	.index__stories-decor svg {
		width: 60px;
		height: 27px;
	}
}
@media (max-width: 575.98px) {
	.index__stories-decor {
		top: 12%;
		left: 125px;
	}
}
.index__stories-link {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index__wholesale {
	position: relative;
	height: 528px;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.index__wholesale {
		height: 318px;
	}
}
@media (max-width: 767.98px) {
	.index__wholesale {
		height: 196px;
	}
}
.index__wholesale:before {
	content: '';
	position: absolute;
	width: 160px;
	bottom: 20px;
	top: 78px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #346bf0;
}
@media (max-width: 1200px) {
	.index__wholesale:before {
		width: 130px;
	}
}
@media (max-width: 768px) {
	.index__wholesale:before {
		display: none;
	}
}
.index__wholesale-bg,
.index__wholesale-map,
.index__wholesale-text,
.index__wholesale-bird,
.index__wholesale-decor {
	position: absolute;
}
.index__wholesale-bg {
	height: 154px;
	width: 100%;
	background-color: #fdc246;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 768px) {
	.index__wholesale-bg {
		display: none;
	}
}
.index__wholesale-map {
	top: 0;
	left: 0;
}
@media (max-width: 767.98px) {
	.index__wholesale-map {
		width: 118px;
		left: auto;
		right: 10px;
	}
}
.index__wholesale-text {
	font-size: 3.6rem;
	line-height: 1.25;
	font-weight: 900;
	color: #000;
	top: 30%;
	left: 0;
	z-index: 10;
}
@media (max-width: 1199.98px) {
	.index__wholesale-text {
		top: 30%;
		left: 0;
		font-size: 2.8rem;
	}
}
@media (max-width: 991.98px) {
	.index__wholesale-text {
		font-size: 2rem;
		top: 30%;
		left: 0;
	}
}
@media (max-width: 767.98px) {
	.index__wholesale-text {
		top: 50%;
		left: 23px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.index__wholesale-bird {
	right: 0;
	bottom: 0;
}
@media (max-width: 991.98px) {
	.index__wholesale-bird {
		width: 123px;
	}
}
@media (max-width: 767.98px) {
	.index__wholesale-bird {
		width: 90px;
		right: 10px;
	}
}
.index__wholesale-decor {
	top: 5%;
	left: 30px;
}
.index__wholesale-decor svg {
	width: 90px;
	height: 23px;
}
@media (min-width: 768px) {
	.index__wholesale-decor {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.index__featured {
		padding-bottom: 70px;
	}
}
@media (max-width: 991.98px) and (min-width: 768px) {
	.index__featured {
		padding-bottom: 100px;
	}
}
@media (max-width: 991.98px) and (min-width: 992px) {
	.index__featured {
		padding-bottom: 130px;
	}
}
@media (max-width: 991.98px) and (min-width: 1200px) {
	.index__featured {
		padding-bottom: 130px;
	}
}
.index__categories {
	position: relative;
}
.index__categories .container,
.index__categories .title,
.index__categories .row {
	position: relative;
}
.index__categories .title,
.index__categories .row {
	z-index: 10;
}
.index__categories-bird {
	position: absolute;
	bottom: 0;
	left: -270px;
}
@media (max-width: 1666px) {
	.index__categories-bird {
		display: none;
	}
}
.index__categories-spot-red {
	position: absolute;
	top: 0;
	left: 0;
}
.index__categories-spot-green {
	position: absolute;
	top: 0;
	right: 0;
}
.index__banners-lg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-transition: border-radius 250ms ease-in-out;
	transition: border-radius 250ms ease-in-out;
}
@media (max-width: 767.98px) {
	.index__banners-lg {
		height: 490px;
		margin-bottom: 23px;
	}
}
@media (max-width: 575.98px) {
	.index__banners-lg {
		height: 85.22vw;
	}
}
.index__banners-sm {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 351px;
	-webkit-transition: border-radius 250ms ease-in-out;
	transition: border-radius 250ms ease-in-out;
}
@media (max-width: 1199.98px) {
	.index__banners-sm {
		height: 280px;
	}
}
@media (max-width: 991.98px) {
	.index__banners-sm {
		height: 205px;
	}
}
@media (max-width: 767.98px) {
	.index__banners-sm {
		height: 230px;
	}
}
@media (max-width: 575.98px) {
	.index__banners-sm {
		height: 89.045vw;
	}
}
.index__banners-lg:hover {
	border-radius: 0 75px;
}
.index__banners-sm:hover {
	border-radius: 50px 0;
}
.index__banners-right .index__banners-col {
	margin-bottom: 23px;
}
.index__banners-right .index__banners-col:last-child {
	margin-bottom: 0;
}
.index__news {
	background-image: url(../img/index-news-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 768px) {
	.index__news {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 992px) {
	.index__news {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.index__news {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
.index__news-subtitle {
	font-size: 2.4rem;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin-bottom: 43px;
}
@media (min-width: 768px) {
	.index__news-subtitle {
		margin-bottom: 43px;
	}
}
@media (min-width: 992px) {
	.index__news-subtitle {
		margin-bottom: 43px;
	}
}
@media (min-width: 1200px) {
	.index__news-subtitle {
		margin-bottom: 43px;
	}
}
.index__news-more {
	text-align: center;
	margin-top: 43px;
}
@media (min-width: 768px) {
	.index__news-more {
		margin-top: 43px;
	}
}
@media (min-width: 992px) {
	.index__news-more {
		margin-top: 43px;
	}
}
@media (min-width: 1200px) {
	.index__news-more {
		margin-top: 43px;
	}
}
@-ms-viewport {
	width: device-width;
}
.page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page__inner {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.page__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page__breadcrumbs {
	margin-bottom: 30px;
}
.ie .js-modal-open .page {
	width: 100vw;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.pagination__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f3;
	width: 45px;
	height: 45px;
	text-decoration: none;
	text-align: center;
	color: #444;
	margin-right: 15px;
	border-radius: 50%;
	font-weight: 900;
	-webkit-transition: all ease-in-out 200ms 0ms;
	transition: all ease-in-out 200ms 0ms;
}
.pagination__item:hover,
.pagination__item:focus {
	text-decoration: none;
	color: #444;
}
a.pagination__item:hover,
a.pagination__item:focus {
	color: #fff;
	background-color: #444;
}
span.pagination__item {
	cursor: default;
}
.pagination__item_active {
	color: #fff;
	background-color: #fc5539;
	pointer-events: none;
}
.pagination__ellipsis {
	background-color: transparent;
	width: 20px;
}
.pagination__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1;
	width: 45px;
	height: 45px;
	padding-left: 0;
	padding-right: 0;
	color: #444;
}
.pagination__arrow:visited {
	color: #444;
}
.pagination__arrow_disable {
	background-color: #fff;
	border-color: #f7f7f7;
	color: #a9b1bf !important;
	pointer-events: none;
}
.pagination__space {
	width: 8px;
}
.pagination_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.payment-systems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -7px;
}
.payment-systems__item {
	max-width: 65px;
	max-height: 40px;
	margin: 7px;
}
.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.price__current {
	font-size: 4rem;
	font-weight: 700;
	color: #fdc246;
}
.price__old {
	color: #fc5539;
	text-decoration: line-through;
	margin-left: 15px;
	margin-top: 10px;
}
.product-landing-start-screen_dark .price__old {
	color: #fff;
}
.product-landing-start-screen {
	min-height: calc(100vh - 247.5px);
	min-height: calc(var(--vh, 1vh) * 100 - 247.5px);
}
.product-landing-start-screen_dark .h2 {
	color: #fff;
}
.product-landing-start-screen_bg-red {
	background-color: #fc5539;
}
.product-landing-start-screen_bg-green {
	background-color: #158062;
}
.product-landing-start-screen__bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-landing-start-screen_bg-red .product-landing-start-screen__bg {
	background-color: #fc5539;
}
.product-landing-start-screen_bg-green .product-landing-start-screen__bg {
	background-color: #158062;
}
.product-landing-start-screen__shapes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1600px) {
	.product-landing-start-screen__shapes {
		width: 120%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 991.98px) {
	.product-landing-start-screen__shapes {
		display: none;
	}
}
.product-landing-start-screen__decor {
	position: absolute;
	left: 0;
	bottom: 50px;
	opacity: 0.5;
	width: 400px;
}
@media (max-width: 767.98px) {
	.product-landing-start-screen__decor {
		display: none;
	}
}
.product-landing-photos {
	position: relative;
}
.product-landing-photos__full {
	display: block;
	border: 1px solid #eee;
	max-width: 360px;
}
.product-landing-photos_no-slider .product-landing-photos__full + .product-landing-photos__full {
	margin-left: 30px;
}
.product-landing-description__image {
	width: 100%;
	height: 460px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 991.98px) {
	.product-landing-description__image {
		height: 320px;
	}
}
@media (max-width: 575.98px) {
	.product-landing-description__image {
		height: 240px;
	}
}
.product-landing-description__text {
	padding: 60px 90px;
	background-color: #fc5539;
	color: #fff;
}
.product-landing-description__text .h2 {
	color: #fff;
}
@media (max-width: 575.98px) {
	.product-landing-description__text .h2 br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.product-landing-description__text {
		padding: 25px 35px;
	}
}
.product-landing-video {
	position: relative;
	padding-bottom: 56%;
}
.product-landing-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
body.lg-on {
	overflow: hidden;
}
.lg-backdrop.in {
	background-color: #1a1a1a;
}
.product-photos__main-photo {
	height: 390px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 21px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.product-photos__main-photo {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.product-photos__main-photo {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.product-photos__main-photo {
		margin-bottom: 21px;
	}
}
.product-landing-start-screen_dark .product-photos__main-photo {
	height: auto;
}
.product-photos__main-photo img {
	max-height: 100%;
	width: auto;
}
.product-photos__previews-slider {
	position: relative;
}
.product-photos__previews-slider .owl-carousel {
	padding: 0 20px;
}
.product-photos__preview {
	border: 1px solid #ededed;
	padding-bottom: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.product-photos__preview_current {
	border-color: #fdc246;
}
.product-photos_multiple .product-photos__previews-slider:not(.product-photos__previews-slider_current) {
	display: none;
}
.color-picker__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}
.color-picker__item {
	width: 45px;
	height: 45px;
	margin: 7px;
	background-position: center;
	background-size: contain;
	background-image: url(../img/sku-circle-icon.svg);
	border-radius: 50%;
	background-origin: border-box;
	border: 1px solid #eee;
	position: relative;
	cursor: pointer;
}
.color-picker__item.selected {
	border-color: #308f74;
}
.product-teaser {
	text-align: center;
	height: 100%;
	padding-top: 43px;
	padding-bottom: 32px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.product-teaser {
		padding-top: 43px;
	}
}
@media (min-width: 992px) {
	.product-teaser {
		padding-top: 43px;
	}
}
@media (min-width: 1200px) {
	.product-teaser {
		padding-top: 43px;
	}
}
@media (min-width: 768px) {
	.product-teaser {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.product-teaser {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.product-teaser {
		padding-bottom: 32px;
	}
}
.product-teaser:hover .product-teaser__btn {
	opacity: 1;
}
.product-teaser:hover .product-teaser__add-to {
	opacity: 1;
}
.product-teaser__labels {
	position: absolute;
	z-index: 1;
	left: 25px;
	top: 20px;
}
body.bg-black .product-teaser__labels {
	top: 65px;
}
.product-teaser__add-to {
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 23px;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
@media (max-width: 991.98px) {
	.product-teaser__add-to {
		opacity: 1;
	}
}
.product-teaser__img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.product-teaser__img {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.product-teaser__img {
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.product-teaser__img {
		margin-bottom: 32px;
	}
}
.product-teaser__img a {
	display: block;
}
.product-teaser__img img {
	max-width: 100%;
}
.product-teaser__info {
	padding: 0 40px;
}
.product-teaser__title {
	display: block;
	font-size: 1.6rem;
	color: #444;
	text-decoration: none;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	.product-teaser__title {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.product-teaser__title {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.product-teaser__title {
		margin-bottom: 21px;
	}
}
body.bg-black .product-teaser__title {
	color: #fff;
}
.product-teaser__title:hover {
	color: #444;
	text-decoration: none;
}
.product-teaser__price {
	font-size: 2rem;
	font-weight: 900;
	color: #fdc246;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	.product-teaser__price {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.product-teaser__price {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.product-teaser__price {
		margin-bottom: 21px;
	}
}
.product-teaser__price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	.product-teaser__price-wrapper {
		margin-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.product-teaser__price-wrapper {
		margin-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.product-teaser__price-wrapper {
		margin-bottom: 21px;
	}
}
.product-teaser__price_old {
	text-decoration: line-through;
	font-size: 14px;
}
body.bg-black .products-slider__item:hover .product-teaser__price_old {
	color: #444;
}
.product-teaser__price_new {
	font-size: 20px;
	font-weight: 700;
	color: #fc5539;
	margin-left: 15px;
}
.product-teaser__btn {
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
@media (max-width: 991.98px) {
	.product-teaser__btn {
		opacity: 1;
	}
}
.products-slider {
	position: relative;
}
.products-slider .owl-stage-outer {
	padding: 10px 0;
}
.products-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.products-slider__item {
	position: relative;
	height: 100%;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
@media (max-width: 991.98px) {
	.products-slider__item {
		-webkit-box-shadow: 1px 3px 15px 0 rgba(9, 32, 61, 0.07);
		box-shadow: 1px 3px 15px 0 rgba(9, 32, 61, 0.07);
		background-color: #fff;
		z-index: 1;
	}
}
.products-slider__item:hover {
	-webkit-box-shadow: 1px 3px 15px 0 rgba(9, 32, 61, 0.07);
	box-shadow: 1px 3px 15px 0 rgba(9, 32, 61, 0.07);
	background-color: #fff;
	z-index: 1;
}
body.bg-black .products-slider__item:hover .product-teaser__title {
	color: #444;
}
.promoslider {
	position: relative;
	overflow: hidden;
	height: 55vw;
}
@media (min-width: 1200px) {
	.promoslider {
		height: 650px;
	}
}
.promoslider__slide {
	display: block;
	height: 55vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (min-width: 1200px) {
	.promoslider__slide {
		height: 650px;
	}
}
.promoslider__slide img {
	height: 100%;
	-o-object-fit: cover;
	font-family: 'object-fit:cover;object-position:center';
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rating .i-star,
.rating .i-star--filled {
	color: #fdc246;
	font-size: 20px;
	line-height: 0;
}
.rating__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.rating__filled-stars {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
}
.rating__review-link {
	margin-left: 20px;
	font-size: 1.4rem;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	color: #444;
}
.rating__review-link:hover,
.rating__review-link:focus {
	text-decoration: none;
	color: #444;
}
.product-landing-start-screen_dark .rating__review-link {
	color: #fff;
}
.bg-black .rating__review-link {
	color: #fff;
}
.rating__review-link:only-child {
	margin-left: 0;
}
.rating__caption {
	margin-bottom: 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rating__group {
	position: relative;
	width: 10rem;
}
.rating__group,
.rating__star {
	height: 2rem;
	background-size: 2rem 2rem;
	background-repeat: repeat-x;
}
.rating__name {
	margin-right: 20px;
}
.rating__name:after {
	content: '*';
	color: #fc5539;
}
.rating__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.rating__star {
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
	cursor: pointer;
}
.rating__star:nth-of-type(1) {
	z-index: 5;
	width: 2rem;
}
.rating__star:nth-of-type(2) {
	z-index: 4;
	width: 4rem;
}
.rating__star:nth-of-type(3) {
	z-index: 3;
	width: 6rem;
}
.rating__star:nth-of-type(4) {
	z-index: 2;
	width: 8rem;
}
.rating__star:nth-of-type(5) {
	z-index: 1;
	width: 10rem;
}
.rating__input:checked + .rating__star,
.rating__star:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3RhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTQgNTIiPiAgPHBhdGggZD0iTTI2LjkzNCAxLjMxOGw4LjMyMiAxNi44NjQgMTguNjExIDIuNzA1TDQwLjQgMzQuMDEzbDMuMTc5IDE4LjUzNi0xNi42NDUtOC43NTEtMTYuNjQ2IDguNzUxIDMuMTc5LTE4LjUzNkwwIDIwLjg4N2wxOC42MTEtMi43MDV6IiBmaWxsPSIjRUZDRTRBIi8+PC9zdmc+ICA=);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yIDAgMjIuOCAxOCI+PHBhdGggZmlsbD0iI0ZEQzI0NiIgZD0iTTkuNCAwYy0uNCAwLS43LjItLjkuNkw2LjEgNS40bC01LjIuN2MtLjQuMS0uNy4zLS45LjctLjEuNCAwIC44LjMgMWwzLjggMy43LS45IDUuM2MtLjEuNC4xLjguNCAxIC4yLjEuNC4yLjYuMi4yIDAgLjMgMCAuNS0uMWw0LjctMi41IDQuNyAyLjVjLjEuMS4zLjEuNS4xcy40LS4xLjYtLjJjLjMtLjIuNS0uNi40LTFsLS45LTUuMyAzLjgtMy43Yy4zLS4zLjQtLjcuMy0xLS4xLS40LS40LS42LS44LS43bC01LjMtLjhMMTAuMy41Yy0uMi0uMy0uNS0uNS0uOS0uNXoiLz48L3N2Zz4=);
}
.rating__group,
.rating__star:hover ~ .rating__star {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3RhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTQgNTIiPiAgPHBhdGggZD0iTTI2LjkzNCAxLjMxOGw4LjMyMiAxNi44NjQgMTguNjExIDIuNzA1TDQwLjQgMzQuMDEzbDMuMTc5IDE4LjUzNi0xNi42NDUtOC43NTEtMTYuNjQ2IDguNzUxIDMuMTc5LTE4LjUzNkwwIDIwLjg4N2wxOC42MTEtMi43MDV6IiBmaWxsPSIjY2NjIi8+PC9zdmc+);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yIDAgMjIuOCAxOCI+PHBhdGggZmlsbD0iI0ZEQzI0NiIgZD0iTTkuNCAxTDEyIDYuM2w1LjguOC00LjIgNC4xIDEgNS44LTUuMi0yLjdMNC4yIDE3bDEtNS44TDEgNy4xbDUuOC0uOEw5LjQgMW0wLTFjLS40IDAtLjcuMi0uOS42TDYuMSA1LjRsLTUuMi43Yy0uNC4xLS43LjMtLjkuNy0uMS40IDAgLjguMyAxbDMuOCAzLjctLjkgNS4zYy0uMS40LjEuOC40IDEgLjIuMS40LjIuNi4yLjIgMCAuMyAwIC41LS4xbDQuNy0yLjUgNC43IDIuNWMuMS4xLjMuMS41LjFzLjQtLjEuNi0uMmMuMy0uMi41LS42LjQtMWwtLjktNS4zIDMuOC0zLjdjLjMtLjMuNC0uNy4zLTEtLjEtLjQtLjQtLjYtLjgtLjdsLTUuMy0uOEwxMC4zLjVjLS4yLS4zLS41LS41LS45LS41eiIvPjwvc3ZnPg==);
}
@media (max-width: 991.98px) {
	.rating_avg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.rating_avg .rating__review-link {
		margin-left: 0;
		margin-top: 5px;
	}
}
.search {
	position: relative;
}
.search .field-text__input {
	padding-right: 60px;
	min-height: 40px;
}
.search__submit {
	position: absolute;
	top: 10px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.search__submit:hover .icon {
	color: #aaa;
}
.search__submit .icon {
	font-size: 1.9rem;
	color: #ccc;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.search__submit .icon:before {
	margin: 0;
}
.secondary-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.secondary-nav a {
	color: #444;
	text-decoration: none;
	-webkit-transition: color ease-in-out 200ms;
	transition: color ease-in-out 200ms;
}
.secondary-nav a:hover {
	color: #999;
	text-decoration: none;
}
.secondary-nav_header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.secondary-nav_mobile {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.secondary-nav_mobile a {
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.secondary-nav_mobile a {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.secondary-nav_mobile a {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.secondary-nav_mobile a {
		padding-bottom: 21px;
	}
}
.share {
	position: relative;
}
.share_sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.ie .share_sidebar {
	position: static;
}
.share_header:hover .share__dropdown {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.share__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	cursor: default;
}
.share_sidebar .share__link,
.share_row .share__link {
	display: none;
}
.share_header .share__dropdown {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	top: 100%;
	right: 0;
	padding-top: 10px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
@media (min-width: 768px) {
	.share_header .share__dropdown {
		left: -30px;
	}
}
.share_header .share__dropdown_visible {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.share_row .share__dropdown {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid #ededed;
}
@media (min-width: 768px) {
	.share_row .share__dropdown {
		margin-top: 64px;
	}
}
@media (min-width: 992px) {
	.share_row .share__dropdown {
		margin-top: 64px;
	}
}
@media (min-width: 1200px) {
	.share_row .share__dropdown {
		margin-top: 64px;
	}
}
@media (min-width: 768px) {
	.share_row .share__dropdown {
		padding-top: 32px;
	}
}
@media (min-width: 992px) {
	.share_row .share__dropdown {
		padding-top: 32px;
	}
}
@media (min-width: 1200px) {
	.share_row .share__dropdown {
		padding-top: 32px;
	}
}
.share_header .share__dropdown-wrap {
	width: 270px;
	background-color: #fff;
	padding-top: 21px;
	padding-bottom: 21px;
	-webkit-box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
}
@media (min-width: 768px) {
	.share_header .share__dropdown-wrap {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.share_header .share__dropdown-wrap {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.share_header .share__dropdown-wrap {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}
.share__current-link {
	padding: 5px 30px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 21px;
}
@media (min-width: 768px) {
	.share__current-link {
		padding-bottom: 21px;
	}
}
@media (min-width: 992px) {
	.share__current-link {
		padding-bottom: 21px;
	}
}
@media (min-width: 1200px) {
	.share__current-link {
		padding-bottom: 21px;
	}
}
.share__current-link input {
	width: 100%;
	border: 0;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	color: #444;
}
.share_sidebar .share__current-link,
.share_row .share__current-link {
	display: none;
}
.share__ref-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
}
.share_sidebar .share__ref-list,
.share_row .share__ref-list {
	margin-top: 0;
}
.share_row .share__ref-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}
.share__ref-wrap {
	cursor: pointer;
	list-style-image: none !important;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.share_header .share__ref-wrap:hover {
	background-color: #f6f6f4;
}
.share__ref {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 30px;
	white-space: nowrap;
	text-decoration: none;
}
.share_sidebar .share__ref,
.share_row .share__ref {
	padding: 5px 0;
}
.share_row .share__ref {
	margin: 5px;
	padding: 5px 10px;
	border-radius: 8px;
}
.share__ref span {
	color: #444;
	text-transform: none;
}
.share_sidebar .share__ref span,
.share_row .share__ref span {
	font-size: 1.4rem;
}
.share_row .share__ref span {
	color: #fff;
}
.share__ref:hover {
	text-decoration: none;
}
.share__ref .icon {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #ccc;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
}
.share_row .share__ref .icon {
	width: initial;
	height: initial;
	border-radius: 0;
}
.share__ref-wrap_cl .share__ref .icon {
	color: #666;
	background-color: transparent;
}
.share_sidebar .share__ref-wrap_cl .share__ref,
.share_row .share__ref-wrap_cl .share__ref {
	display: none;
}
.share__ref-wrap_tw .share__ref .icon,
.share_row .share__ref-wrap_tw .share__ref {
	background-color: #1da1f2;
}
.share__ref-wrap_fb .share__ref .icon,
.share_row .share__ref-wrap_fb .share__ref {
	background-color: #3b5998;
}
.share__ref-wrap_in .share__ref .icon,
.share_row .share__ref-wrap_in .share__ref {
	background-color: #0083be;
}
.shopping-cart__th,
.shopping-cart__price {
	font-weight: 700;
	color: #000;
}
@media (max-width: 991.98px) {
	.shopping-cart__price_total:before {
		content: attr(data-label);
		margin-right: 10px;
		font-weight: 400;
	}
}
.shopping-cart__price_prev {
	font-size: 1.4rem;
	text-decoration: line-through;
}
.shopping-cart__item {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
}
@media (min-width: 768px) {
	.shopping-cart__item {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.shopping-cart__item {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.shopping-cart__item {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	.shopping-cart__item {
		padding-right: 20px;
	}
}
.shopping-cart__item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	background: -webkit-gradient(linear, left top, right top, from(#ddd), color-stop(66%, #ddd), color-stop(66%, #fff), to(#fff));
	background: linear-gradient(to right, #ddd 0%, #ddd 66%, #fff 66%, #fff 100%);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}
.shopping-cart__img {
	width: 65px;
	height: 85px;
	-o-object-fit: contain;
	font-family: 'object-fit:contain;object-position:center';
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin: 0 25px;
}
.shopping-cart__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991.98px) {
	.shopping-cart__icons {
		right: 20px;
		top: 40px;
	}
}
.shopping-cart__icon {
	margin-left: 25px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1199.98px) {
	.shopping-cart__icon {
		margin-left: 15px;
	}
}
.shopping-cart__icon svg {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.shopping-cart__icon_add-to-wishlist svg {
	fill: #fff;
	stroke: #9f9f9f;
}
.shopping-cart__icon_add-to-wishlist--added svg,
.shopping-cart__icon_add-to-wishlist:hover svg {
	fill: #fc5539;
	stroke: #fc5539;
}
@media (max-width: 991.98px) {
	.shopping-cart__icon_add-to-wishlist {
		display: none;
	}
}
.shopping-cart__icon_remove svg {
	fill: #9f9f9f;
}
.shopping-cart__icon_remove:hover svg {
	fill: #fc5539;
}
.shopping-cart__resume {
	background-color: #f6f6f3;
	padding-top: 64px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.shopping-cart__resume {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.shopping-cart__resume {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.shopping-cart__resume {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (max-width: 991.98px) {
	.shopping-cart__resume {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 575.98px) {
	.shopping-cart__resume {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.shopping-cart__resume-hr:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #eeeeec;
	background: -webkit-gradient(linear, left top, right top, from(#eeeeec), color-stop(66%, #eeeeec), color-stop(66%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #eeeeec 0%, #eeeeec 66%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}
.shopping-cart__resume-hr:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #eeeeec;
	background: -webkit-gradient(linear, left top, right top, from(#e5e5e4), color-stop(66%, #e5e5e4), color-stop(66%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #e5e5e4 0%, #e5e5e4 66%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}
.shopping-cart__sum-cost,
.shopping-cart__sum-discount,
.shopping-cart__sum-cost-total {
	font-weight: 700;
}
.shopping-cart__sum-cost,
.shopping-cart__sum-cost-total {
	color: #000;
}
.shopping-cart__sum-discount {
	color: #fc5539;
}
.shopping-cart__sum-cost-total {
	font-size: 3rem;
}
.slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slider-control.disabled {
	display: none;
}
.slider-control .owl-prev,
.slider-control .owl-next {
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	background-color: #fff;
	border-radius: 50%;
	color: #666;
	-webkit-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.07);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.slider-control .owl-prev i,
.slider-control .owl-next i {
	line-height: 0.6;
}
.slider-control .owl-prev:hover,
.slider-control .owl-next:hover {
	color: #fff;
	background-color: #fdc246;
}
.slider-control .owl-prev.disabled,
.slider-control .owl-next.disabled {
	color: #ccc;
	background-color: #fff;
	cursor: default;
}
.slider-control__dots button {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 0;
	background-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 0;
	margin: 0 12px;
}
.slider-control__dots button.active {
	background-color: #fdc246;
}
.slider-control__dots button:focus {
	outline: 0;
}
.slider-control_local {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-bottom: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
}
.slider-control_local .slider-control__dots {
	pointer-events: auto;
}
.slider-control_up-half {
	position: absolute;
	z-index: 10;
	top: 30%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
}
.slider-control_up-half .owl-prev,
.slider-control_up-half .owl-next {
	pointer-events: auto;
}
.slider-control_middle {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
}
.slider-control_middle .owl-prev,
.slider-control_middle .owl-next {
	pointer-events: auto;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.footer__social-wrap .social {
		margin-top: 0;
	}
}
.social__link-wrap {
	margin-right: 15px;
	list-style-image: none !important;
}
.social__link-wrap:last-child {
	margin-right: 0;
}
.social__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	width: 30px;
	height: 30px;
	background-color: #fc5539;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.social__link:hover {
	color: #fff;
	text-decoration: none;
}
.social__link-wrap_fb .social__link:hover {
	background-color: #23599a;
}
.social__link-wrap_yt .social__link:hover {
	background-color: #ff1b0f;
}
.social__link-wrap_inst .social__link:hover {
	background-color: #de4c90;
}
.social__link-wrap_tw .social__link:hover {
	background-color: #00a1f4;
}
.social__link-wrap_in .social__link:hover {
	background-color: #0083be;
}
.social__link-wrap_google .social__link:hover {
	background-color: #0f9d58;
}
.social__link svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: #fff;
}
.social__text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.social_login {
	margin-top: 0;
}
.subscribe {
	position: relative;
}
.subscribe .field-text__input {
	padding-right: 60px;
}
.subscribe__submit {
	position: absolute;
	top: 5px;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #fdc246;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.subscribe__submit:hover {
	background-color: #158062;
}
.subscribe__submit .icon {
	font-size: 1.8rem;
	color: #fff;
}
.subscribe__submit .icon:before {
	margin: 0;
}
.subscription {
	background: url(../img/subscription-bg.jpg), #158062;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 64px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
	.subscription {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.subscription {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.subscription {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
.subscription .h3 {
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.subscription .h3 br {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.subscription {
		background-position: 80% 100%;
		background-size: auto;
	}
}
body.bg-black .subscription {
	background: 0 0;
}
body.bg-black .subscription .field-text__input {
	background: 0 0;
	color: #fff;
}
body.bg-black .subscription .field-text__input::-webkit-input-placeholder {
	color: #fff;
}
body.bg-black .subscription .field-text__input::-moz-placeholder {
	color: #fff;
}
body.bg-black .subscription .field-text__input:-ms-input-placeholder {
	color: #fff;
}
body.bg-black .subscription .field-text__input::-ms-input-placeholder {
	color: #fff;
}
body.bg-black .subscription .field-text__input::placeholder {
	color: #fff;
}
.support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	text-decoration: none;
	-webkit-transition: color ease-in-out 200ms;
	transition: color ease-in-out 200ms;
}
.support:hover {
	color: #999;
	text-decoration: none;
}
.table {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	overflow-x: auto;
}
.table table {
	margin: 0;
	border: #000;
	border-collapse: collapse;
	width: 100%;
}
.table td,
.table th {
	padding: 30px 24px;
	vertical-align: top;
	border-bottom: 1px solid #f6f6f3;
}
.table tr:last-child td {
	border-bottom: none;
}
.table th {
	text-align: inherit;
}
.table_sizes th,
.table_sizes td {
	text-align: center;
}
.table_sizes th {
	background-color: #f6f6f3;
}
.tabs {
	margin-top: 1em;
	margin-bottom: 1em;
}
.tabs__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 575.98px) {
	.tabs__links {
		overflow-x: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.tabs__link-wrap {
	position: relative;
	color: gray;
	list-style: none;
	padding: 0 20px;
}
@media (min-width: 768px) {
	.tabs__link-wrap {
		margin: 0;
	}
	.tabs__link-wrap:not(:last-child) {
		border-right: none;
	}
}
@media (max-width: 575.98px) {
	.tabs__link-wrap {
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.tabs__link-wrap:before {
		display: none;
	}
}
.tabs__link-wrap_active:before,
.tabs__link-wrap:hover:before {
	opacity: 1;
}
.tabs__link-wrap:not(:last-child) {
	border-right: 2px solid #fc5539;
}
.tabs__link {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
.tabs__link-wrap_active .tabs__link {
	color: #fc5539 !important;
	cursor: default;
}
body.bg-black .tabs__link {
	color: #fff;
}
body.bg-black .modal__body .tabs__link {
	color: #000;
}
.tabs__link:hover,
.tabs__link:focus {
	text-decoration: none;
	color: #000;
}
.tabs__content-wrapper {
	display: block;
}
.tabs__content-item {
	display: none;
}
.tabs__content-item > :last-child {
	margin-bottom: 0;
}
.tabs__content-item_active {
	display: block;
}
.tabs_modal .tabs__links {
	max-width: 100vw;
}
@media (min-width: 576px) {
	.tabs_modal .tabs__links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (min-width: 576px) {
	.tabs_modal .tabs__link-wrap {
		border-right: 0;
		margin: 15px 0;
	}
	.tabs_modal .tabs__link-wrap a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tabs_modal .tabs__link-wrap:before {
		top: -20px;
	}
}
.title {
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 0 92px;
}
.title:before,
.title:after {
	content: '';
	display: inline-block;
	width: 72px;
	-webkit-box-flex: 72px;
	-ms-flex: 72px 1 0px;
	flex: 72px 1 0;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.title:before {
	left: 0;
}
.title:after {
	right: 0;
}
body.bg-black .title_dark:before,
body.bg-black .title_dark:after {
	background-image: url(../img/title-pattern-light.svg);
}
body.bg-black .title_dark {
	color: #fff;
}
.title_light {
	color: #fff;
}
.title_black {
	color: #000;
}
.title_black:before,
.title_black:after {
	background-image: url(../img/title-pattern-dark.svg);
}
@media (max-width: 767.98px) {
	.inner-title_modern-light .title_black {
		color: #fff;
	}
	.inner-title_modern-light .title_black:before,
	.inner-title_modern-light .title_black:after {
		background-image: url(../img/title-pattern-light.svg);
	}
}
@media (max-width: 575.98px) {
	.title {
		padding: 0;
	}
	.title:before,
	.title:after {
		content: none;
	}
}
.title__wrapper {
	text-align: center;
}
.ulc-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.ulc-icons .cart-modal {
	position: absolute;
	top: calc(100% + 20px);
	right: -10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	box-shadow: 0 6px 16px 0 rgba(9, 32, 61, 0.07);
	width: 320px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.ulc-icons .cart-modal_visible {
	z-index: 100;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.ulc-icons .cart-modal__list {
	max-height: 250px;
	overflow-y: auto;
	padding-right: 15px;
	scrollbar-color: #fdc246 #efefef;
	scrollbar-width: thin;
}
.ulc-icons .cart-modal__list::-webkit-scrollbar {
	width: 5px;
}
.ulc-icons .cart-modal__list::-webkit-scrollbar-track {
	background: #efefef;
}
.ulc-icons .cart-modal__list::-webkit-scrollbar-thumb {
	background-color: #fdc246;
}
.ulc-icons .cart-modal__list-item {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.ulc-icons .cart-modal__list-item {
		padding-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.ulc-icons .cart-modal__list-item {
		padding-bottom: 32px;
	}
}
@media (min-width: 1200px) {
	.ulc-icons .cart-modal__list-item {
		padding-bottom: 32px;
	}
}
.ulc-icons .cart-modal__list-item:last-child {
	padding-bottom: 0;
}
.ulc-icons .cart-modal__price {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fdc246;
}
.ulc-icons .cart-modal__old-price {
	text-decoration: line-through;
}
.ulc-icons__item {
	position: relative;
	width: 45px;
	height: 45px;
	margin-left: 16px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	text-decoration: none;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}
.ulc-icons__item .icon {
	color: #666;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.ulc-icons__item:first-child {
	margin-left: 0;
}
.ulc-icons__item:hover {
	background-color: #fdc246;
	text-decoration: none;
	-webkit-box-shadow: 0 6px 16px 0 transparent;
	box-shadow: 0 6px 16px 0 transparent;
}
.ulc-icons__item:hover .icon {
	color: #fff;
}
.ulc-icons__counter {
	position: absolute;
	right: -8px;
	top: -7px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	font-size: 1rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ulc-icons__counter_green {
	background-color: #30bc8c;
}
.ulc-icons__counter_red {
	background-color: #fc5539;
}

/* Плагин Cut List  */
.cut-list {
	display: flex;
}
.cut-list__elem {
	white-space: nowrap;
}
.cut-list__dropdown {
	position: relative;
}
.cut-list__drop-toggle {
	cursor: pointer;
	user-select: none;
}
.cut-list__more {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 150px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	display: none;
}

.cut-list__more.is-top {
	top: auto;
	bottom: 100%;
}

.cut-list__more.is-left {
	right: auto;
	left: 0;
}

/* r52.css */
.product-item-scu-item-list .notallowed {
	display: none !important;
}
.bg-black .dashed-link {
	color: #fff;
}

.inner-title h1.title__text {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
}

.inner-title {
	z-index: 100;
}
.owl-carousel .owl-item .product-teaser img {
	width: auto;
	margin: auto;
}

/* old-custom.css */
.form_vote {
	display: flex;
	justify-content: flex-start;
	margin-top: 33px;
	margin-bottom: 27px;
}
.wrap_select {
	margin-right: 20px;
}
.reiting {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.reiting_count {
	font-size: 31px;
	margin-left: 5px;
}
.reiting_title {
	font-weight: 600;
}
.title_news {
	margin-top: 20px;
	margin-bottom: 0;
}
.recent-article__data {
	margin-top: 30px;
	margin-bottom: 8px;
}
.recent-article__data span img {
	margin-right: 5px;
}
.recent-article__data span {
	margin-right: 10px;
}
.field-text__input-wrap input,
.field-text__input-wrap select {
	font-weight: 500;
}

textarea.field-text__input {
	font-weight: 500;
}
.wrap_form_btn {
	margin-top: 20px;
}
.field-text .field-text__input-wrap {
	display: flex;
	align-items: center;
}
.wrap_text_slider {
	height: 100%;
}
.wrap_text_slider .description {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}
.wrap_text_slider h3 {
	color: #fff;
	font-size: 61px;
}
@media (max-width: 932px) {
	.promoslider__slide h3 {
		font-size: 45px;
	}
	.promoslider__slide .description {
		font-size: 19px;
	}
}
@media (max-width: 838px) {
	.promoslider__slide h3 {
		font-size: 33px;
	}
	.promoslider__slide .description {
		font-size: 17px;
	}
	.slider-control {
		padding-bottom: 9px;
	}
	.slider-control__dots button.active {
		background-color: #fdc246;
	}
	.slider-control__dots button {
		height: 6px;
		width: 6px;
		margin: 0px 7px;
	}
}
@media (max-width: 596px) {
	.promoslider__slide h3 {
		font-size: 25px;
	}
	.promoslider__slide .description {
		font-size: 16px;
	}
}
@media (max-width: 578px) {
	.slider_picture {
		right: 0;
	}
	.promoslider__slide .btn_primary {
		padding: 10px 30px;
	}
	.promoslider__slide h3 {
		font-size: 21px;
	}
	.promoslider__slide .description {
		font-size: 14px;
	}
}

.main-nav_header > .main-nav__list {
	flex-wrap: nowrap;
}

.main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-2 .main-nav__link,
.main-nav__item:hover .main-nav__sublist-wrapper_lvl-2 .main-nav__link {
	white-space: break-spaces;
}

.cut-list__elem.cut-list__dropdown {
	position: static;
	margin: 24px 0;
}

.cut-list__elem.cut-list__dropdown.is-show .cut-list__drop-toggle {
	color: #fdc246;
}

.cut-list__drop-toggle {
	font-size: 1.8rem;
	font-weight: 900;
	padding: 8px 26px;
	line-height: 1;
	transition: color ease-in-out 200ms 0ms;
}

.cut-list__more {
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	padding: 40px 40px 10px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07);
	border: none;
}

.cut-list__more::before {
	content: '';
	display: block;
	height: 34px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
}

.cut-list__more-content {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cut-list__more-content li {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	margin-bottom: 32px;
}

.cut-list__more-content li a {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	transition: color ease-in-out 200ms 0ms;
}

.cut-list__more-content .main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-2,
.cut-list__more-content .main-nav__item:hover .main-nav__sublist-wrapper_lvl-2 {
	overflow: visible;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	pointer-events: none;
}

.main-nav__extra-bg {
	display: none !important;
}

.product-teaser__img {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
}

.product-teaser__img .product-item-image-wrapper {
	width: 100%;
	height: 100%;
	max-width: 240px;
	max-height: 240px;
}

.product-teaser__img .product-item-image-wrapper > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-teaser__info {
	line-height: 1.2;
}

.product-teaser__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.product-teaser__price {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.breadcrumbs-black .breadcrumbs,
.breadcrumbs-black .breadcrumbs a,
.breadcrumbs-black .breadcrumbs__delimiter:before {
	color: #444;
}

.products-slider .owl-carousel .owl-item > div {
	height: 100% !important;
}

.line_basket-total_price {
	display: none;
}

.cut-list__more-content .cut-list__elem {
	white-space: initial !important;
}

.product-item-detail-info-container-title {
	margin-bottom: 20px;
}

.product-item-scu-block .product-item-scu-item-color::after {
	content: attr(title);
}

.product-item-scu-block .product-item-scu-item-list {
	margin: 0;
	column-gap: 14px;
	row-gap: 7px;
}

.product-item-scu-block .product-item-scu-item-list .product-item-scu-item-color-container {
	cursor: pointer;
	color: #444;
	font-size: 1.4rem;
	padding: 18px 40px;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #eee;
}

.product-item-scu-block .product-item-scu-item-list .product-item-scu-item-color-container.selected {
	border-color: #308f74;
}

.product-item-scu-block .product-item-scu-item-list li {
	list-style-image: none;
}

.other-prop {
	display: flex;
	flex-wrap: wrap;
	column-gap: 22px;
}

.product-landing-start-screen_dark .product-item-scu-block .product-item-scu-item-color::after {
	color: #fff;
}

.product-landing-start-screen_dark .color-picker__item {
	background-image: url(../img/sku-circle-icon-black.svg);
}

.basket-total {
	padding: 0 79px;
	margin-left: 0;
}

@media screen and (max-width: 991px) {
	.basket-total {
		padding: 0;
	}
}

@media screen and (max-width: 575px) {
	.basket-total {
		padding: 0 15px;
	}
}

.basket-total .block_orange-t > div {
	flex-wrap: wrap;
	column-gap: 20px;
}

.bg-black .paper-svg {
	display: none !important;
}

.bx-soa-section-content.container-fluid .bx-soa-pp {
	display: flex;
	flex-direction: column;
}

.bx-soa-pp-item-container,
.bx-soa-pp-desc-container {
	flex: initial !important;
	width: 100% !important;
	max-width: 100% !important;
}

.bx-soa-pp-company-image {
	width: 50px !important;
	background-size: cover !important;
	flex-shrink: 0;
}

.bx-soa-pp-company-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bx-soa-pp-list li {
	display: flex;
	flex-wrap: wrap;
}

.choices-profile .choices__input.choices__input--cloned {
	display: none;
}

.bx-soa-pp-company-selected.d-inline-block > img {
	width: 100% !important;
	max-width: 120px;
	height: auto;
	max-height: 60px;
}
.advantages_main .advantages__icon .advantages__circle {
	top: 5px;
	left: -10px;
}

.index__news {
	background-color: #fd6a37;
}
body.bg-black .hint__message {
	color: #fff;
}
.advantages_main .advantages__icon .advantages__circle {
	opacity: 0;
}
.advantages_main .advantages__item:hover .advantages__circle {
	opacity: 1;
}
