@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}
* {
	outline: none !important;
}
details,
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	opacity: 0.2;
	max-width: 1300px;
	margin: 0 0 0 20px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	color: #0090f8;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
mark {
	color: red;
	background: none;
}
/*! fancybox*/

body.compensate-for-scrollbar {
	overflow: hidden;
}
.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}
.fancybox-container * {
	box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s, visibility 0.25s;
	visibility: hidden;
	z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity 0.25s, visibility;
	visibility: visible;
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-toolbar {
	right: 0;
	top: 0;
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px;
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0/100% 100% no-repeat;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
	cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}
.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button:focus {
	outline: 0;
}
.fancybox-button.fancybox-focus {
	outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}
.fancybox-button div {
	height: 100%;
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}
.fancybox-navigation .fancybox-button div {
	padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}
.fancybox-caption {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.85) 0,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		#000000 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}
@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
			max(44px, env(safe-area-inset-left));
	}
}
.fancybox-caption--separate {
	margin-top: -50px;
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}
.fancybox-loading {
	animation: 1s linear infinite fancybox-rotate;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}
@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}
.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/*! animate.css */

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
	animation-name: bounce;
	transform-origin: center bottom;
}
@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}
@keyframes pulse {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
}
@keyframes rubberBand {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.headShake {
	-webkit-animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: headShake;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.swing {
	-webkit-animation-name: swing;
	-webkit-transform-origin: top center;
	animation-name: swing;
	transform-origin: top center;
}
@-webkit-keyframes tada {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
@keyframes tada {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
@keyframes wobble {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	-webkit-transform-origin: center;
	animation-name: jello;
	transform-origin: center;
}
@-webkit-keyframes heartBeat {
	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes heartBeat {
	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
.heartBeat {
	-webkit-animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: 1.3s;
	animation-name: heartBeat;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1);
	}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-duration: 0.75s;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-duration: 0.75s;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		-webkit-transform: translate3d(20px, 0, 0);
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		-webkit-transform: translate3d(20px, 0, 0);
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	}
}
@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	}
}
.animated.flip {
	-webkit-animation-name: flip;
	-webkit-backface-visibility: visible;
	animation-name: flip;
	backface-visibility: visible;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	animation-name: flipInX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	animation-name: flipInY;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}
.flipOutX {
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	animation-duration: 0.75s;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
}
.flipOutY {
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	animation-duration: 0.75s;
	animation-name: flipOutY;
	backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}
@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: center;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: center;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center;
	}
	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center;
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center;
	}
	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom;
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left;
	}
	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left;
	}
	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0);
	}
}
@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left;
	}
	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left;
	}
	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0);
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-duration: 2s;
	animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1);
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes rollIn {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}
@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}
@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}
@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}
@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
	}
}
@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
	}
}
@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.animated.fast {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.animated.faster {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important;
	}
}

/*! pagepiling */

body,
html {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
.pp-section {
	height: 100%;
	position: absolute;
	width: 100%;
	backface-visibility: hidden;
}
.pp-easing {
	-webkit-transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99);
	-moz-transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99);
	transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99);
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
#pp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -2rem;
	top: 50%;
	opacity: 1;
}
#pp-nav.right {
	right: 1.0625rem;
}
#pp-nav.left {
	left: 1.0625rem;
}
.pp-section.pp-table {
	display: table;
}
.pp-tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
}
.pp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.pp-slidesNav.bottom {
	bottom: 1.0625rem;
}
.pp-slidesNav.top {
	top: 1.0625rem;
}
#pp-nav ul,
.pp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
	display: block;
	width: 0.875rem;
	height: 0.8125rem;
	margin: 0.4375rem;
	position: relative;
}
.pp-slidesNav li {
	display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
	background: #333;
}
#pp-nav span,
.pp-slidesNav span {
	top: 0.125rem;
	left: 0.125rem;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #000;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.pp-tooltip {
	position: absolute;
	top: -0.125rem;
	color: #fff;
	font-size: 0.875rem;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 13.75rem;
}
.pp-tooltip.right {
	right: 1.25rem;
}
.pp-tooltip.left {
	left: 1.25rem;
}
.pp-scrollable {
	overflow-y: scroll;
	height: 100%;
}

/*! slick */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*! variable */

:root {
	--body-bg: #fff;
	--color: #171717;
	--color2: #171717;
	--color-white-blue: #0090f8;
	--color-hover: #0c4bfa;
	--color-title: #0040f1;
	--color-blue: #0040f1;
	--color-blue-hover: #0040f1;
	--color-green-blue: #0040f1;
	--border: rgba(0, 0, 0, 0.2);
	--dots-bg: #bfbfbf;
	--shadow: rgba(0, 0, 0, 0.2);
	--img-border: rgba(60, 60, 60, 0.2);
	--img-border-blue: #0090f8;
	--time-color: rgba(23, 23, 23, 0.5);
	--light: block;
	--dark: none;
	--colorf4b737-fff: #f4b737;
	--color009-1717: #171717;
	--color-blue-gold: #0040f1;
	--autfTitle: #0040f1;
	--header-bg: #f1f1f1;
	--header-shadow: none;
	--copy-color: rgba(23, 23, 23, 0.4);
	--theme-toggle-bg: #0040f1;
	--theme-toggle-left: 0.1875rem;
	--dark-hidden: 0;
	--light-hidden: 1;
	--title: #0b4cf2;
	--year: #0040f1;
	--video-bg: rgba(255, 255, 255, 0.3);
	--mounting-bg: #ffffff;
	--mounting-border: transparent;
	--mounting-shadow: rgba(0, 0, 0, 0.2);
	--h-basket-color: #ffffff;
	--m-stoves-border: rgba(60, 60, 60, 0.2);
	--m-stoves-hover: #ffffff;
	--m-stoves-arr-hover: #ffffff;
	--m-stoves-arr-bg-hover: #0040f1;
	--m-stoves-color: #0040f1;
	--m-stoves-color-hover: #0090f8;
	--running-bg: rgba(43, 43, 43, 0.3);
	--map-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
	--map-border-color: rgba(60, 60, 60, 0.2);
	--delivery-bg: #99d3fc;
	--delivery-marker: #80c0ee;
	--table-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
	--table-border: rgba(60, 60, 60, 0.2);
	--table-bg: #ffffff;
	--table-head-color: #0040f1;
	--catalog-color: #0040f1;
	--catalog-color-hover: #0090f8;
	--spinner-color: rgba(0, 64, 241, 0.6);
	--border-acc: #fff;
	--subscribe-border: #d8d8d8;
	--subscribe-border-active: #0090f8;
	--check: url(../img/icons/check-blue.png);
	--modules-color-hover: #0090f8;
	--advant-num: rgba(0, 0, 0, 0.1);
	--advant-color: #171717;
	--contacts-link: #0090f8;
	--contacts-hover: #0040f1;
	--contacts-color: #171717;
	--contacts-tabs: #0090f8;
	--news-border: rgba(60, 60, 60, 0.2);
	--args-bg: rgba(191, 191, 191, 0.2);
	--args-bg2: rgba(0, 144, 248, 0.4);
	--bg-lines: url(../img/icons/line1.png), url(../img/icons/line2.png);
	--bg-lines2: url(../img/icons/line2-n.png), url(../img/icons/line3-n.png);
	--filter-by: url("../img/filter-by-params-blue.png");
	--arrow-down: url("../img/arrow-black.png");
	--line: url("../img/line-blue.png");
	--bg-review: url("../img/review1.png");
	--bg-file: url("../img/icons/file-1.png");
	--ripple: ripple2;
}
:root[theme="dark"] {
	--body-bg: #171717;
	--color: #fff;
	--color2: #ededed;
	--color-white-blue: #fff;
	--color-hover: #f4b737;
	--color-title: #f4b737;
	--color-blue: #fff;
	--color-blue-hover: #0090f8;
	--color-green-blue: #0dc143;
	--border: #fff;
	--dots-bg: #ffffff;
	--shadow: rgba(0, 0, 0, 0.4);
	--img-border: #3c3c3c;
	--img-border-blue: #3c3c3c;
	--time-color: rgba(255, 255, 255, 0.5);
	--light: none;
	--dark: block;
	--color-blue-gold: #f4b737;
	--colorf4b737-fff: #fff;
	--color009-1717: #0090f8;
	--autfTitle: #ffffff;
	--header-bg: #0c0c0c;
	--header-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.3);
	--copy-color: rgba(255, 255, 255, 0.2);
	--theme-toggle-bg: #f4b737;
	--theme-toggle-left: 1.875rem;
	--dark-hidden: 1;
	--light-hidden: 0;
	--title: #eba71c;
	--year: #f4b737;
	--video-bg: rgba(23, 23, 23, 0.3);
	--mounting-bg: #1d1d1d;
	--mounting-border: #3c3c3c;
	--mounting-shadow: rgba(0, 0, 0, 0.6);
	--h-basket-color: #4e4e4e;
	--m-stoves-border: #3c3c3c;
	--m-stoves-hover: #1d1d1d;
	--m-stoves-arr-hover: #0090f8;
	--m-stoves-arr-bg-hover: #000000;
	--m-stoves-color: #f4b737;
	--m-stoves-color-hover: #ffffff;
	--running-bg: #2b2b2b;
	--map-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
	--map-border-color: #3c3c3c;
	--delivery-bg: #747474;
	--delivery-marker: #fff;
	--table-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.4);
	--table-border: #3c3c3c;
	--table-bg: #1d1d1d;
	--table-head-color: #f4b737;
	--catalog-color: #ededed;
	--catalog-color-hover: #0090f8;
	--spinner-color: rgba(255, 255, 255, 0.6);
	--border-acc: #3c3c3c;
	--subscribe-border: #fff;
	--subscribe-border-active: #f4b737;
	--check: url(../img/icons/check.png);
	--modules-color-hover: #0090f8;
	--advant-num: rgba(255, 255, 255, 0.1);
	--advant-color: #ededed;
	--contacts-link: #f4b737;
	--contacts-hover: #0090f8;
	--contacts-color: #f4b737;
	--contacts-tabs: #f4b737;
	--news-border: #0090f8;
	--args-bg: rgba(43, 43, 43, 0.4);
	--args-bg2: rgba(255, 255, 255, 0.4);
	--bg-lines: url(../img/icons/line1-green.png), url(../img/icons/line2-green.png);
	--bg-lines2: url(../img/icons/line2-n.png), url(../img/icons/line3-n.png);
	--filter-by: url("../img/filter-by-params.png");
	--arrow-down: url("../img/arrow-down.png");
	--line: url("../img/icons/border-wave.png");
	--bg-review: url("../img/review2.png");
	--bg-file: url("../img/icons/file-2.png");
	--ripple: ripple;
}

/*! fonts */

@font-face {
	font-family: "Century Gothic";
	src: url(../fonts/CenturyGothic.woff2) format("woff2"), url(../fonts/CenturyGothic.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Kinetika Ultra";
	src: url(../fonts/Kinetika-Ultra.woff2) format("woff2"), url(../fonts/Kinetika-Ultra.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Century Gothic Bold";
	src: url(../fonts/CenturyGothic-Bold.woff2) format("woff2"), url(../fonts/CenturyGothic-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Myriad Pro Bold";
	src: url(../fonts/MyriadPro-Bold.woff2) format("woff2"), url(../fonts/MyriadPro-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Myriad Pro";
	src: url(../fonts/MyriadPro-Regular.woff2) format("woff2"), url(../fonts/MyriadPro-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gilroy-SemiBold";
	src: url(../fonts/Gilroy-SemiBold.woff2) format("woff2"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*! ----------- global ------------- */
*,
:after,
:before {
	box-sizing: inherit;
}
html {
	font-size: 15px;
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 20rem;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.3;
	background-color: var(--body-bg);
	color: var(--color);
	-webkit-transform: background-color 0.3s;
	-ms-transform: background-color 0.3s;
	transform: background-color 0.3s;
	overflow: auto;
	font-family: "Myriad Pro";
	overflow-x: hidden;
}
body.hidden {
	overflow: hidden;
}
.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}
.wrap--bg {
	background: url(../img/icons/bg-menu.png) left top/46.875rem no-repeat;
	background-attachment: fixed;
}
.container {
	max-width: 101.875rem;
	margin: 0 auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
a,
a:focus,
button,
button:focus,
input,
input:focus {
	outline: 0;
	text-decoration: none;
}

.dark {
	display: var(--dark);
}
.light {
	display: var(--light);
}

.container {
	max-width: 101.875rem;
}
.section .container {
	height: 100% !important;
}
.page .slick-dots {
	display: none !important;
}
.stoves-carousel {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.made-carousel {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.reviews-carousel {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.articles-carousel {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.news-carousel {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.sert-carousel {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.stoves-carousel .owl-carousel .owl-stage,
.made-carousel .owl-carousel .owl-stage {
	display: flex;
}
.stoves-carousel .owl-carousel .owl-stage .item {
	height: 100%;
}
.stoves-carousel .owl-carousel .owl-stage .item a {
	height: 100%;
}
.m-stoves-carousel a.back-catalog,
.m-made-carousel a.back-catalog {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.m-made-carousel a.back-catalog:before {
	display: none;
}
.m-sert-carousel.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	position: absolute;
	z-index: 100;
	top: calc(50% - 1.3125rem);
	width: 2.625rem;
	height: 2.625rem;
	border: none;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-next svg,
.owl-carousel .owl-prev svg {
	width: 0.9375rem;
	height: 0.6875rem;
	fill: #bcbcbc;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.owl-carousel .owl-prev {
	left: -0.3rem;
}
.owl-carousel .owl-next {
	right: -0.3rem;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
	background-color: var(--m-stoves-arr-bg-hover);
}
.owl-carousel .owl-next:hover svg,
.owl-carousel .owl-prev:hover svg {
	fill: var(--m-stoves-arr-hover);
}
.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}
.owl-carousel .owl-dot {
	width: 0.825rem;
	height: 0.825rem;
	margin: 0 0.8rem;
	background-color: var(--dots-bg);
	border: none;
	border-radius: 50%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.owl-carousel .owl-dot:last-child,
.owl-carousel .owl-dot:first-child {
	transform: scale(0.6);
}
.owl-carousel .owl-dot.active {
	background: #0090f8;
	transform: scale(1);
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.slick-dots button {
	font-size: 0;
	width: 0.825rem;
	height: 0.825rem;
	margin: 0 0.8rem;
	padding: 0;
	background-color: var(--dots-bg);
	border: none;
	border-radius: 50%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.slick-dots li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li:last-child,
.slick-dots li:first-child {
	transform: scale(0.6);
}

.slick-dots li.slick-active {
	transform: scale(1);
}
.slick-dots .slick-active button {
	background: #0090f8;
}

/*! ----------- header ------------- */

.h-phone__label {
	font-family: "Century Gothic";
}
.header {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	/*min-height: 7.5rem;*/
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.header__hat {
	padding-top: 1rem;
	width: 100%;
	position: relative;
}
.header.js-header .running {
	opacity: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.header.js-header.scroll {
	/*padding-top: 0.3125rem;*/
	/*height: 7.5rem;*/
}
.header.js-header.scroll .logo__link {
	/*	height: 5.375rem;
	margin: 0.625rem 0;*/
}
.header.js-header.scroll .logo__text {
	opacity: 0;
}
.header.js-header.scroll .running {
	opacity: 1;
}
.header.js-header.scroll .h-phone__label,
.header.js-header.scroll .social__label {
	overflow: hidden;
}
/*.header--inner {
	margin-bottom: 1.5625rem;
	position: relative;
	box-shadow: none;
	background-color: transparent;
}
.header--inner .running {
	margin-top: 1.875rem;
}*/
.header.fixed {
	position: fixed;
} /* .wrap-page {
	padding-top: 10.625rem;
} */ .header.scroll {
	/* background-color: var(--body-bg);
	background-image: url(../img/bg.png);
	*/
	background-repeat: no-repeat;
	background-size: auto;
}
.header__row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.header__logo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(25.666666666666668% - 1.875rem);
	position: relative;
	z-index: 20;
}
.header__menu {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(13.333333333333336% - 1.875rem);
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 20;
}
.header__phone {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(25% - 1.875rem);
}
.header__social {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(16.666666666666668% - 1.875rem);
}
.header__right {
	box-sizing: border-box;
	word-wrap: break-word;
	width: calc(16.666666666666668% - 1.875rem);
	margin: 1.0625rem -0.9375rem 0;
	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;
}

.logo {
	position: relative;
}
.logo__link {
	position: relative;
	display: block;
	width: 19.6875rem;
	height: 5.4375rem;
}
.logo__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left top;
	object-position: left top;
}
.logo__img.dark {
	opacity: var(--dark-hidden);
}
.logo__img.light {
	opacity: var(--light-hidden);
}
.logo__text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -3.125rem;
	white-space: nowrap;
	font-family: Roboto;
	font-size: 0.875rem;
	text-transform: uppercase;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu-toggle {
	margin: 0.9375rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.menu-toggle__icon {
	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;
	min-width: 3.25rem;
	height: 3.25rem;
	margin-right: 0.625rem;
	border-radius: 50%;
	border-width: 0.125rem;
	border-style: solid;
	border-color: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu-toggle__icon span {
	width: 1.5rem;
	height: 0.125rem;
	margin: 0.1875rem 0;
	background-color: var(--color);
	-webkit-transform-origin: 34% center;
	-ms-transform-origin: 34% center;
	transform-origin: 34% center;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu-toggle__text {
	font-family: "Century Gothic";
	font-size: 1.25rem;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu-toggle:hover .menu-toggle__icon {
	border-color: var(--color-hover);
}
.menu-toggle:hover .menu-toggle__icon span {
	background-color: var(--color-hover);
}
.menu-toggle:hover .menu-toggle__text {
	color: var(--color-hover);
}
.menu-toggle.open .menu-toggle__icon span:nth-child(2) {
	display: none;
}
.menu-toggle.open .menu-toggle__icon span:first-child {
	-webkit-transform: rotate(45deg) translateX(0.125rem);
	-ms-transform: rotate(45deg) translateX(0.125rem);
	transform: rotate(45deg) translateX(0.125rem);
}
.menu-toggle.open .menu-toggle__icon span:last-child {
	-webkit-transform: rotate(-45deg) translateX(0.125rem);
	-ms-transform: rotate(-45deg) translateX(0.125rem);
	transform: rotate(-45deg) translateX(0.125rem);
}
.menu-toggle.open .menu-toggle__text {
	opacity: 0;
}
.menu {
	position: fixed;
	z-index: 10;
	top: 0;
	left: -110%;
	width: calc((100% - 101.875rem) / 2 + 37.8125rem);
	height: 100%;
	padding-left: calc((100% - 101.875rem) / 2 + 3.75rem);
	padding-top: 11.875rem;
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.4);
	background-color: var(--body-bg);
	background-image: url(../img/icons/bg-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow-y: auto;
	-webkit-transition: left 0.6s;
	transition: left 0.6s;
}
.menu.open {
	left: 0;
}
.menu__wrap {
	position: absolute;
	top: 0;
	left: 0;
}
.menu__background {
	background-color: var(--body-bg);
	background-size: cover;
	background-image: url(../img/icons/bg-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9.375rem;
	position: fixed;
	z-index: 100;
	width: calc((100% - 101.875rem) / 2 + 37.75rem);
}
.menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__list li {
	margin-bottom: 1.25rem;
	color: #a1a1a1;
	font-family: Roboto;
	font-size: 1.75rem;
	line-height: 1;
}
.menu__list li &gt; ul {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}
.menu__list li a {
	position: relative;
	display: block;
	color: var(--color);
	font-size: 1.375rem;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu__list li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.3125rem);
	left: 0;
	display: block;
	width: 0.6875rem;
	height: 0.6875rem;
	border-radius: 50%;
	background-color: var(--color-blue-hover);
	opacity: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.menu__list li a:hover {
	color: var(--color-blue-hover);
	-webkit-transform: translateX(1.75rem);
	-ms-transform: translateX(1.75rem);
	transform: translateX(1.75rem);
}
.menu__list li a:hover::before {
	opacity: 1;
	-webkit-transform: translateX(-1.75rem);
	-ms-transform: translateX(-1.75rem);
	transform: translateX(-1.75rem);
}
.navbar {
	position: fixed;
	z-index: 200;
	right: calc((100% - 105rem) / 2 + 2.8125rem);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar__list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.navbar__list li {
	margin: 0.625rem 0;
}
.navbar__list li a {
	position: relative;
	display: block;
	color: var(--color);
	font-family: "Century Gothic";
	font-size: 1rem;
	font-weight: normal;
}
.navbar__list li a span {
	margin-left: 0.9375rem;
}
.navbar__list li a::after {
	content: "";
	position: absolute;
	right: -1.5625rem;
	top: calc(50% - 0.4375rem);
	width: 0;
	height: 0;
	border-right: 0.5rem solid transparent;
	border-top: 0.4375rem solid transparent;
	border-bottom: 0.4375rem solid transparent;
}
.navbar__list li a:hover {
	color: var(--color-hover);
}
.navbar__list li a:hover::after {
	border-right-color: var(--color-hover);
}
.navbar__list li.active a {
	color: var(--color-hover);
}
.navbar__list li.active a::after {
	border-right-color: var(--color-hover);
}
.social__label {
	margin: -0.875rem 0 0.9375rem;
	font-size: 0.875rem;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	font-family: "Century Gothic";
}
.social__list {
	margin: 0.125rem -0.625rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social__list li {
	margin: 0 0.625rem;
}
.social__list li a {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.social__list li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.social__list li a:hover {
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 144, 248, 0.3);
}
.h-phone__label {
	font-size: 0.875rem;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.h-phone__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.h-phone__watsapp {
	display: block;
	width: 2.5rem;
	height: 2rem;
	margin-right: 1.25rem;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.h-phone__watsapp img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.h-phone__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.h-phone__tel svg {
	width: 2rem;
	height: 2rem;
	margin-right: 1.25rem;
	fill: var(--color);
}
.h-phone__tel a {
	color: var(--color);
	font-family: "Century Gothic Bold";
	font-size: 1.5rem;
	font-weight: 700;
}
.h-phone__tel:hover a {
	color: var(--color-hover);
}
.h-phone__tel:hover svg {
	fill: var(--color-hover);
}
.search-home {
	border: none;
	background: 0 0;
	width: 2rem;
	height: 2rem;
	margin-right: 2.5rem;
	padding: 0;
	cursor: pointer;
}
.search-home svg {
	width: 100%;
	height: 100%;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.search-open {
	border: none;
	background: 0 0;
	width: 2rem;
	height: 2rem;
	margin-right: 2.5rem;
	padding: 0;
	cursor: pointer;
}
.search-open svg {
	width: 100%;
	height: 100%;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.search-open:hover svg {
	fill: var(--color-hover);
}
.login {
	border: none;
	background: 0 0;
	width: 1.875rem;
	height: 2rem;
	margin-right: 2.5rem;
	padding: 0;
	cursor: pointer;
}
.login svg {
	width: 100%;
	height: 100%;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.login:hover svg {
	fill: var(--color-hover);
}
.h-basket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.h-basket svg {
	width: 1.875rem;
	height: 2.1875rem;
	margin-right: 0.5rem;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.h-basket span {
	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;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: var(--color);
	color: var(--h-basket-color);
	font-family: "Myriad Pro Bold";
	font-size: 1.5rem;
	line-height: 0;
	font-weight: 700;
}
.h-basket:hover svg {
	fill: var(--color-hover);
}

/*! ----------- footer ------------- */

.footer {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer__row {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 5rem;
}

.footer-link {
	display: none;
}
.footer__social {
	display: none;
}
.footer__wrap {
	margin: 0 0 1.25rem;
	text-align: center;
	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;
}
.footer__wrap img {
	margin: 0 0.625rem 0 0;
}
.footer__web {
	font-family: Roboto;
	font-size: 0.875rem;
	color: #fff;
}
.footer__fixed {
	width: 100%;
	bottom: -200px;
	left: 0;
	position: fixed;
	border-radius: 0.625rem;
	box-shadow: 0 0.625rem 1.875rem 0 #000;
	background-color: var(--body-bg);
	border: 0.125rem solid var(--img-border);
	border-bottom: none;
	transition: 0.5s;
}
.footer__container {
	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;
	margin: 0.625rem auto;
}

.copy {
	margin: 0;
	font-family: Roboto;
	font-size: 0.75rem;
	color: var(--copy-color);
}
.theme-toggle {
	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;
	padding: 0 0 0.9375rem;
}
.theme-toggle p {
	font-family: "Century Gothic";
	margin: 0 0 0.625rem;
	font-size: 0.75rem;
}
.theme-toggle__wrap {
	position: relative;
	width: 3.75rem;
	height: 1.25rem;
	border-radius: 0.625rem;
	background-color: var(--theme-toggle-bg);
	cursor: pointer;
}
.theme-toggle__inner {
	position: absolute;
	top: 0.1875rem;
	left: var(--theme-toggle-left);
	width: 1.6875rem;
	height: 0.875rem;
	border-radius: 0.4375rem;
	background-color: var(--body-bg);
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

/*! ----------- home ------------- */

.pp-section {
	background-color: var(--body-bg);
}
.pp-tableCell {
	vertical-align: top;
	padding-top: 11rem;
	padding-bottom: 3rem;
	overflow: hidden;
}
.section {
	overflow: hidden !important;
/*	padding-top: 0.625rem;*/
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100vh !important;
}
.section .container {
	/*	overflow: hidden !important;*/
	max-height: 100vh !important;
}

.section.m-reviews {
	background-image: url(../img/bg-review.png);
}
.section-wrap {
	max-width: 84.375rem;
}

.page-title {
	color: var(--color-title);
	font-family: "Century Gothic";
	font-size: 1.875rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
	position: relative;
	z-index: 10;
}
/*

.m-advant.section .page-title {
	margin-bottom: 1.25rem;
}
*/
.m-contacts.section .page-title {
	margin-bottom: 3.4375rem;
}

.section .page-title {
	margin-bottom: 1.5rem;
}
.m-args.section .page-title {
	margin-bottom: 3.4375rem;
}
.section_header {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.section_link {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.section_link:hover {
	color: #0040f1;
}
.link-mobil {
	display: none;
}

/*!m-house*/
.m-house {
	overflow: hidden;
}
.m-house .pp-tableCell {
	padding: 0;
	overflow: hidden;
}
.m-house__content {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 8.125rem 0 8rem;
}
.m-house__title {
	color: var(--title);
	font-family: "Kinetika Ultra";
	font-size: 1.875rem;
	font-weight: 400;
	margin: 0 0 2.5rem;
	position: absolute;
	top: 48%;
}
.m-house__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.m-house__row {
	height: 100%;
}
.m-house__left {
	width: 50%;
}
.m-house__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 50%;
}
.m-house__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.m-house__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 1.875rem;
	margin: 0;
	font-family: "Century Gothic";
	font-size: 1.25rem;
	font-weight: 400;
}
.m-house__item:last-child {
	padding-right: 0;
}
.m-house__year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 8.8125rem;
	padding-bottom: 1.5625rem;
}
.m-house__year svg {
	width: 8.8125rem;
	height: 5.6875rem;
	margin-bottom: 1.875rem;
	fill: none;
	stroke-width: 0.25rem;
	stroke: var(--year);
}
.m-house__year span {
	font-family: "Century Gothic Bold";
	font-size: 1.25rem;
	font-weight: 700;
}
.m-house__play {
	position: relative;
	top: 4.6875rem;
	width: 27.375rem;
	height: 28.4375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.round {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 100%;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.round img {
	width: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0.3125rem 1.25rem 1.25rem rgba(248, 161, 33, 0.05);
	box-shadow: 0 0.3125rem 1.25rem 1.25rem rgba(248, 161, 33, 0.05);
}

.round img:hover {
	box-shadow: none;
}

.round-box .body {
	position: relative;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-animation: var(--ripple) 2s linear infinite;
	animation: var(--ripple) 2s linear infinite;
	z-index: 5;
}
.round-box .body::before,
.round-box .body::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
}

.round-box .body::after {
	-webkit-animation: var(--ripple) 2s linear infinite 2s;
	animation: var(--ripple) 2s linear infinite 2s;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.09);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.09);
	}

	50% {
		-webkit-box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.04);
		box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.04);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0.01);
		box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0.01);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.09);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.09);
	}

	50% {
		-webkit-box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.04);
		box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.04);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes ripple2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
	}

	50% {
		-webkit-box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
	}
}

@keyframes ripple2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
	}

	50% {
		-webkit-box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0);
	}
}
/*!m-stoves*/

/*!m-config*/

.m-config__header {
	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;
	margin-bottom: 1.5625rem;
}

.m-config__link {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-config__link:hover {
	color: #0040f1;
}

.config-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/**/
.deck {
	position: relative;
	width: 28%;
	margin-bottom: 1.25rem;
}
.deck-item {
	position: absolute;
	top: 0;
	left: -62.5rem;
	right: 0;
	width: 10rem;
	height: 16.875rem;
	background-color: var(--body-bg);
	background-image: url(../img/deck-n.png);
	background-size: auto 100%;
	border-radius: 0.625rem;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.section.active .animation-1 .deck-1 {
	animation: animation-1 0.8s ease-in-out 0.2s, deck-1 0.8s ease-in-out 1.6s,
		deck-1-revers 0.8s ease-in-out 2.4s forwards, deck-1-to 1s ease-in-out 3.8s forwards;
}
.section.active .animation-1 .deck-2 {
	animation: animation-1 0.8s ease-in-out 0.4s, deck-2 0.8s ease-in-out 1.6s,
		deck-2-revers 0.8s ease-in-out 2.4s forwards, deck-2-to 1s ease-in-out 3.8s forwards;
}
.section.active .animation-1 .deck-3 {
	animation: animation-1 0.8s ease-in-out 0.6s, deck-3 0.8s ease-in-out 1.6s,
		deck-3-revers 0.8s ease-in-out 2.4s forwards, deck-3-to 1s ease-in-out 3.8s forwards;
}
.section.active .animation-1 .deck-4 {
	animation: animation-1 0.8s ease-in-out 0.8s, deck-4 0.8s ease-in-out 1.6s,
		deck-4-revers 0.8s ease-in-out 2.4s forwards, deck-4-to 1s ease-in-out 3.8s forwards;
}
.section.active .animation-1 .deck-5 {
	animation: animation-1 0.8s ease-in-out 1s, deck-5 0.8s ease-in-out 1.6s, deck-5-revers 0.8s ease-in-out 2.4s,
		deck-5-flip 0.6s ease-in-out 3.2s forwards, deck-5-to 1s ease-in-out 3.8s forwards;
}

@keyframes animation-1 {
	from {
		left: -62.5rem;
		box-shadow: 0 0.625rem 1.875rem var(--shadow);
	}
	to {
		left: 0;
		box-shadow: 0 0 0 var(--shadow);
	}
}
@keyframes deck-1 {
	from {
		left: 0;
		top: 0;
		transform: rotate(0deg);
	}

	to {
		left: -5.625rem;
		top: 2.5rem;
		transform: rotate(-30deg);
	}
}
@keyframes deck-2 {
	from {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}

	to {
		top: 1.875rem;
		left: -3.125rem;
		transform: rotate(-15deg);
	}
}
@keyframes deck-3 {
	from {
		left: 0;
		top: 0;
	}

	to {
		left: 0;
		top: 1.25rem;
	}
}
@keyframes deck-4 {
	from {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}

	to {
		top: 0.9375rem;
		left: 3.125rem;
		transform: rotate(15deg);
	}
}
@keyframes deck-5 {
	from {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}

	to {
		top: 1.25rem;
		left: 5.625rem;
		transform: rotate(30deg);
	}
}

@keyframes deck-1-revers {
	from {
		top: 2.5rem;
		left: -5.625rem;
		transform: rotate(-30deg);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
	to {
		top: 0;
		left: -6.875rem;
		transform: rotate(0deg);
	}
}
@keyframes deck-2-revers {
	from {
		top: 1.875rem;
		left: -3.125rem;
		transform: rotate(-15deg);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
	to {
		top: 0;
		left: -3.75rem;
		transform: rotate(0deg);
	}
}
@keyframes deck-3-revers {
	from {
		top: 1.25rem;
		left: 0;
	}
	50% {
		top: 0;
		left: 0;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes deck-4-revers {
	from {
		top: 0.9375rem;
		left: 3.125rem;
		transform: rotate(15deg);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
	to {
		top: 0;
		left: 3.75rem;
		transform: rotate(0deg);
	}
}
@keyframes deck-5-revers {
	from {
		top: 1.25rem;
		left: 5.625rem;
		transform: rotate(30deg);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
	to {
		top: 0;
		left: 6.875rem;
		transform: rotate(0deg);
	}
}
@keyframes deck-5-flip {
	from {
		top: 0;
		left: 6.875rem;
		transform: rotate(0deg);
		background-image: url(../img/deck-n.png);
	}
	50% {
		top: 0;
		left: 6.875rem;
		transform: rotate(0deg) rotateY(90deg);
		background-image: url(../img/deck-n.png);
	}
	to {
		top: 0;
		left: 6.875rem;
		transform: rotate(0deg) rotateY(0deg);
		background-image: url(../img/deck.png);
	}
}
@keyframes deck-1-to {
	from {
		top: 0;
		left: -6.875rem;
		transform: rotate(0deg);
		background-image: url(../img/deck-n.png);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
		background-image: url(../img/deck.png);
	}
	to {
		left: -5.625rem;
		top: 2.5rem;
		transform: rotate(-30deg);
		background-image: url(../img/deck.png);
	}
}
@keyframes deck-2-to {
	from {
		top: 0;
		left: -3.75rem;
		transform: rotate(0deg);
		background-image: url(../img/deck-n.png);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
		background-image: url(../img/deck.png);
	}
	to {
		top: 1.875rem;
		left: -3.125rem;
		transform: rotate(-15deg);
		background-image: url(../img/deck.png);
	}
}
@keyframes deck-3-to {
	from {
		top: 0;
		left: 0;
		background-image: url(../img/deck-n.png);
	}
	50% {
		top: 0;
		left: 0;
		background-image: url(../img/deck.png);
	}
	to {
		left: 0;
		top: 1.25rem;
		background-image: url(../img/deck.png);
	}
}
@keyframes deck-4-to {
	from {
		top: 0;
		left: 3.75rem;
		transform: rotate(0deg);
		background-image: url(../img/deck-n.png);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
		background-image: url(../img/deck.png);
	}
	to {
		top: 0.9375rem;
		left: 3.125rem;
		transform: rotate(15deg);
		background-image: url(../img/deck.png);
	}
}
@keyframes deck-5-to {
	from {
		top: 0;
		left: 6.875rem;
		transform: rotate(0deg);
	}
	50% {
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
	to {
		top: 1.25rem;
		left: 5.625rem;
		transform: rotate(30deg);
	}
}
/**/
.con {
	width: 67%;
}
.config {
	position: relative;

	margin-bottom: 1.25rem;
	position: relative;
	border: 0.125rem solid var(--img-border-blue);
	background-color: var(--m-stoves-hover);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	border-radius: 0.625rem;
	padding: 0;
	display: flex;
	justify-content: center;
}
.config .item {
	width: 10.5%;
	height: 18.75rem;
	padding: 0.625rem 0 1.875rem !important;
	text-align: center;
	position: relative;
	background-color: var(--body-bg);
	background: url(../img/border-2.png) 0 0, url(../img/border-2.png) 100% 0;
	background-repeat: repeat-y;
	margin-left: -0.125rem;
}
.config .item:nth-child(4) {
	z-index: 1;
}
.config .item:nth-child(3) {
	z-index: 2;
}
.config .item:nth-child(2) {
	z-index: 3;
}
.config .item:nth-child(1) {
	z-index: 4;
}
.config .item .port {
	position: absolute;
	bottom: 2.8125rem;
	top: 0.625rem;
	right: -2.5rem;
	left: -2.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}
.config .item .doo {
	position: absolute;
	bottom: 50%;
	top: 0.3125rem;
	right: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

.config .item .doo img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 300%;
}
.config .item .port img {
	width: 8.75rem;
	height: auto;
	display: block;
	max-width: 300%;
}
.config .item .but {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.125rem solid var(--img-border-blue);
	color: var(--img-border-blue);
	font-size: 2.1875rem;
	line-height: 1.2;
	font-family: Roboto;
	position: absolute;
	z-index: 100;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.config .item .but:hover {
	border-color: #63bbfb;
	color: #63bbfb;
}
.config-text {
	width: 40%;
	font-size: 0.875rem;
	display: none;
}
.config-text.active {
	display: block;
}
.config-text .line {
	display: none;
}
.config-text ul {
	margin: 0;
	padding: 0 0 0 0.9375rem;
}
.config-option {
	width: 50%;
}
.config-option .row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.config-option .row .name {
	font-family: "Myriad Pro Bold";
	color: var(--color-title);
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.1;
	text-align: right;
	margin-left: 3.125rem;
}

.config-total {
	width: 40%;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.875rem;
	display: none;
}
.config-total.active {
	display: flex;
}
.config-total .cost {
	font-family: "Myriad Pro Bold";
	color: #f4b737;
	width: 100%;
	font-size: 1.875rem;
	line-height: 1.1;
}
.config-total ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.config-total ul span {
	color: #0090f8;
}
.config-total .button {
	width: 11.875rem;
	display: inline-flex;
	margin-right: 1.875rem;
}
.config-total .print {
	cursor: pointer;
	width: 3.75rem;
	height: 2.8125rem;
	border: none;
	border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 0;
}
/*radio*/

.radio-option {
	margin: 0.5rem;
	display: inline-block;
	cursor: pointer;
}

.radio-option &gt; span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 100%;
	box-shadow: 0 0.3125rem 0.3125rem rgb(0, 0, 0, 0.1);
	border: 0.125rem solid var(--img-border);
}

.radio-option &gt; input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.radio-option &gt; input:not(:disabled):not(:checked) + span:hover {
	box-shadow: 0 0.3125rem 0.3125rem rgba(244, 183, 55, 0.1);
	border: 0.125rem solid #f4b737;
}
.radio-option:hover &gt; input:not(:disabled):not(:checked) + span {
	box-shadow: 0 0.3125rem 0.3125rem rgba(244, 183, 55, 0.1);
	border: 0.125rem solid #f4b737;
}
.radio-option &gt; input:checked + span {
	border: 0.125rem solid #f4b737;
	box-shadow: 0 0.3125rem 0.3125rem rgba(79, 15, 69, 0.1);
}

.modul-list {
	display: flex;
	flex-wrap: wrap;
}
.modul-list .item-modul {
	width: 12.5rem;
	margin: 1.25rem 1.875rem 1.25rem 0;
	cursor: pointer;
}
.modul-list .item-modul.non {
	display: none;
}
.modul-list .item-modul .image {
	height: 19rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	margin-bottom: 1.25rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
}
.modul-list .item-modul .title {
	font-size: 1.25rem;
}
.modul-list .item-modul .image img {
	width: auto;
	height: 90%;
}
.modul-list .item-modul:hover .image {
	border-color: var(--modules-color-hover);
}
.modul-list .item-modul:hover .title {
	color: var(--modules-color-hover);
}
/*!m-brick*/

.m-brick__content {
	padding-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.m-brick__left {
	width: calc(50% - 0.625rem);
	padding-right: 3.75rem;
}
.m-brick__left .m-brick__text {
	max-width: 28.75rem;
}
.m-brick__right {
	width: calc(50% + 0.625rem);
}
.m-brick__right .m-brick__text {
	max-width: 36.875rem;
}
.m-brick__text p {
	margin: 0 0 1.25rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.m-brick__text p a {
	color: #0090f8;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-brick__text p a:hover {
	color: #0c4bfa;
}
.m-brick__text .m-brick__text1 {
	margin: 0;
}
.m-brick.active .details__label {
	-webkit-animation: zoomIn 0.5s linear;
	animation: zoomIn 0.5s linear;
	animation-fill-mode: forwards;
	opacity: 1;
}
.bricks {
	padding: 0 0 6.25rem;
	background: url(../img/img48.png) right bottom/50% no-repeat;
}
.bricks__row {
	max-width: 30rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	margin-bottom: 1.25rem;
}
.bricks__item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: 5.3125rem;
	text-align: center;
}
.bricks__img {
	width: 4.625rem;
	height: 4.625rem;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
	border: 0.0625rem solid #000;
	overflow: hidden;
	margin: 1.25rem auto;
	-webkit-transform: translate3d(0, -100%, 0);
	opacity: 0;
	transform: translate3d(0, -100%, 0);
}
.bricks__img img {
	position: relative;
	top: -0.0625rem;
	width: 4.75rem;
	height: 4.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%;
}
.m-brick.active .bricks__img {
	-webkit-animation: fadeInDown 0.5s linear;
	animation: fadeInDown 0.5s linear;
	animation-fill-mode: forwards;
}
.bricks__text {
	margin: 0;
	color: var(--color2);
	font-family: "Myriad Pro";
	font-size: 0.6875rem;
	font-weight: 400;
	text-transform: uppercase;
}
.bricks__text span {
	display: inline-block;
	text-transform: none;
}
.bricks__link {
	margin: 1.25rem 0 0;
	font-family: "Century Gothic";
	display: inline-block;
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.bricks__link:hover {
	color: #0040f1;
}
/*!m-mounting*/

.m-mounting__row {
	padding-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.m-mounting__left {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(41.66666666666667% - 1.875rem);
	padding-right: 1.5625rem;
}

.m-mounting__section {
	margin-bottom: 0.9375rem;
}
.m-mounting__section p {
	margin: 0;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.m-mounting__section:nth-child(2n-1) {
	padding: 1.25rem 1.25rem 1rem;
	box-shadow: 0 0.625rem 1.875rem var(--mounting-shadow);
	border-radius: 0.3125rem;
	border: 0.125rem solid var(--mounting-border);
	background-color: var(--mounting-bg);
}
.m-mounting__section:nth-child(2n-1) p {
	font-size: 1.125rem;
}
.m-mounting__link {
	color: #0090f8;
	font-family: "Century Gothic";
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-mounting__link:hover {
	color: #f4b737;
}
.m-mounting__right {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(58.333333333333336% - 1.875rem);
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: -6.25rem;
}
.video {
	width: 67.5rem;
	margin-left: -6.25rem;
}
/*!m-advant*/

.m-advant .section-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.m-advant__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 2.5rem);
	margin: 1.25rem 0 1.875rem;
}
.m-advant__num {
	position: relative;
	top: 0.3125rem;
	width: 3.75rem;
	margin-right: 1.25rem;
	color: var(--advant-num);
	font-family: Impact;
	font-size: 4.5rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}
.m-advant__icon {
	width: 14.375rem;
	height: 5.6875rem;
	margin-right: 1.25rem;
}
.m-advant__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.m-advant.active .m-advant__icon img {
	-webkit-animation: fadeInLeft 0.5s linear;
	animation: fadeInLeft 0.5s linear;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}

.m-advant.active .m-advant__num {
	-webkit-animation: fadeInRight 0.5s linear;
	animation: fadeInRight 0.5s linear;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}
.m-advant__text {
	width: calc(100% - 14.375rem);
}
.m-advant__text p {
	width: 100%;
	min-width: 9.375rem;
	margin: 0;
	color: var(--advant-color);
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
}

/*!m-args*/

.m-args .section-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-args__left,
.m-args__right {
	width: 48%;
}

.m-args__row {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5625rem 0;
	margin-bottom: 2.5rem;
	border-radius: 0 0.625rem 0.625rem 0;
	background-color: var(--args-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-args__row::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 37.5rem;
	height: 100%;
	background-color: var(--args-bg);
}
.m-args__item {
	width: calc(100% / 3);
	padding-right: 1.25rem;
}
.m-args__ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 9.375rem;
	margin-bottom: 0.9375rem;
}
.m-args__text {
	margin: 0;
	padding-right: 0.625rem;
	color: var(--color2);
	font-family: "Myriad Pro";
	font-size: 0.875rem;
	font-weight: 400;
}
.m-args__bottom {
	position: relative;
	padding-top: 2.1875rem;
}
.m-args__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 9.375rem;
	height: 0.25rem;
	background-color: var(--args-bg2);
}
.m-args__bottom p {
	margin: 0 0 1.875rem;
	color: var(--color2);
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.m-args__bottom a {
	color: #0090f8;
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-args__bottom a:hover {
	color: #0040f1;
}
/*!m-made*/

.m-made__header {
	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;
	/*margin-bottom: 1.5625rem;*/
}

.m-made__more {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-made__more:hover {
	color: #0040f1;
}
/*!.m-reviews*/

.m-reviews__header {
	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;
	/*margin-bottom: 1.25rem;*/
}

.m-reviews__more {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-reviews__more:hover {
	color: #0040f1;
}
/*!m-articles*/

.m-articles__header {
	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;
	/*	margin-bottom: 1.875rem;*/
}

.m-articles__more {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-articles__more:hover {
	color: #0040f1;
}
/*!m-news*/

.m-news__header {
	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;
	/*	margin-bottom: 1.875rem;*/
}

.m-news__more {
	font-family: "Century Gothic";
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-news__more:hover {
	color: #0040f1;
}
/*!m-load*/

.m-load .container {
	height: 100%;
}
.m-load .section-wrap {
	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;
	height: 100%;
}

.m-load__links {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4.0625rem;
}
.m-load__view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3.125rem;
}
.m-load__view span {
	color: var(--color);
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-load__view svg {
	width: 2.4375rem;
	height: 1.4375rem;
	margin-left: 0.625rem;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-load__view:hover span {
	color: var(--color-title);
}
.m-load__view:hover svg {
	fill: var(--color-title);
}
.m-load__load {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3.125rem;
}
.m-load__load span {
	color: var(--color);
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-load__load svg {
	width: 2.6875rem;
	height: 2.6875rem;
	margin-left: 0.625rem;
	fill: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-load__load:hover span {
	color: var(--color-title);
}
.m-load__load:hover svg {
	fill: var(--color-title);
}
.m-load__text {
	width: 100%;
	position: relative;
	z-index: 10;
	margin: auto 0 2rem;
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
}
.m-load__text a {
	color: var(--color-title);
	text-decoration: underline;
}
.m-load__img {
	position: relative;
	z-index: 10;
	max-height: 19.875rem;
	margin-bottom: 2.5rem;
}
.m-load__img img {
	max-height: 100%;
}
.m-load__bg {
	position: absolute;
	z-index: 1;
	top: -3rem;
	left: 21.25rem;
	max-width: 75%;
	height: 15rem;
}
.m-load__bg img {
	width: 100%;
}
.buy-window_load {
	padding: 0 0 0 2.5rem;
	position: relative;
	top: 6.25rem;
	display: none;
}
.buy-window_load.active {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	right: 0;
	display: block;
}
/*!m-sert */

/*!m-contacts*/
.contacts__infobar {
	display: none;
}

.m-stoves-carousel .item {
	padding: 0.9375rem !important;
}
.m-stoves-carousel a {
	display: grid;
	padding: 1.375rem 0.75rem;
	border: 0.125rem solid var(--m-stoves-border);
	border-radius: 0.625rem;
	background-color: var(--body-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-stoves-carousel a:hover {
	background-color: var(--m-stoves-hover);
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.2);
}
.m-stoves-carousel a:hover .m-stoves-carousel__price,
.m-stoves-carousel a:hover .m-stoves-carousel__title {
	color: var(--m-stoves-color-hover);
}
.m-stoves-carousel__big-img {
	grid-area: 1/1/4/2;
}
.m-stoves-carousel__desc {
	grid-area: 4/1/5/2;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0.625rem;
}
.m-stoves-carousel__thumbs {
	grid-area: 1/2/5/3;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-stoves-carousel__thumbs div img {
	width: 100%;
	height: 5rem;
	margin-bottom: 0.1125rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.m-stoves-carousel__thumbs div p {
	margin: 0 0 0.6rem;
	color: #9a9696;
	font-family: "Century Gothic";
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.m-stoves-carousel__title {
	margin: 0 0 0.9375rem;
	color: var(--m-stoves-color);
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-stoves-carousel__price {
	margin: 0;
	color: var(--m-stoves-color);
	font-family: "Century Gothic";
	font-size: 1.5rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.running {
	position: relative;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 2rem;
	margin-top: 0.75rem;
	background-color: var(--running-bg);
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.running span {
	color: #fff;
	font-family: "Century Gothic Bold";
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: 20s linear infinite marquee;
	animation: 20s linear infinite marquee;
}
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}
.page .page {
	padding: 0.625rem 0 1.25rem;
}

.page .item {
	padding: 0 0 0 1.25rem !important;
}

/*! breadcrumbs*/

.breadcrumbs {
	margin: 0 0 1.5625rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
.breadcrumbs li {
	margin-right: 0.625rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 0.875rem;
	font-weight: 400;
}
.breadcrumbs li a {
	color: var(--color);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.breadcrumbs li a svg {
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.625rem;
	fill: var(--color);
}
.breadcrumbs li a::after {
	content: "-";
	margin-left: 0.625rem;
	color: var(--color);
}
.breadcrumbs li a:hover {
	color: var(--color-hover);
}
.breadcrumbs li a:hover::after {
	color: var(--color);
}

/*!article*/

article h2,
article h3,
article h4,
article h5 {
	margin: 2.1875rem 0;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
}
article h2.title-border {
	position: relative;
	margin: 0 0 1.5625rem;
	padding-bottom: 1.5625rem;
	text-transform: none;
}
article h2.title-border::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9.375rem;
	height: 0.25rem;
	background-color: var(--delivery-bg);
}
article p {
	margin: 1.625rem 0;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

article a {
	color: #0090f8;
	margin: 0 0.1875rem;
}

article a:hover {
	opacity: 0.5;
}
article strong {
	font-family: "Myriad Pro Bold";
	font-weight: 700;
}
article ul {
	list-style: none;
	padding-left: 0.625rem;
	margin: 1.875rem 0;
}

article ul li {
	padding: 0.3125rem 0.4375rem;
	position: relative;
}

article ul li:before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background: var(--delivery-marker);
	border-radius: 100%;
	position: absolute;
	left: -0.625rem;
	top: 0.75rem;
}

article ol {
	padding-left: 1.0625rem;
	margin: 1.875rem 0;
}

article ol li {
	counter-increment: listCounter;
	padding: 0.3125rem 0.4375rem;
}

article ol li::marker {
	color: var(--color);
	font-weight: 600;
}
article img {
	max-width: 100%;
	margin: 1.875rem 0;
	display: block;
}

time {
	opacity: 0.5;
}
article a.tel {
	display: inline-block;
	margin-bottom: 1.5625rem;
	color: var(--color-blue);
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	font-weight: 700;
}
article a.back {
	font-size: 1.125rem;
}
#pecom-kabinet-iframe {
	margin: 1.875rem 0;
	width: 100%;
	height: 87.5rem;
}

article h2.blue {
	color: var(--color-blue);
	margin: 1.5625rem 0;
}

article.description {
	padding-top: 1.875rem;
}
.text img {
	margin-bottom: 1.25rem;
	box-shadow: 0 0.625rem 1.875rem var(--shadow);
	border: 0.125rem solid var(--payment-border);
}
article .button {
	width: 380px;
	height: 42px;
	max-width: 100%;
}

.btn {
	display: inline-block;
	margin: 0.9375rem 0;
	padding: 0.8125rem 1.875rem;
	box-shadow: 0 0.625rem 1.875rem var(--shadow);
	text-align: center;
	border-radius: 0.3125rem;
	background-color: #0dc143;
	color: #fff;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.btn:hover {
	background-color: #0a9132;
}

.dealers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.dealers__left {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(41.66666666666667% - 1.875rem);
	padding-right: 6.625rem;
}
.dealers__right {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(58.333333333333336% - 1.875rem);
}

.dealers__map {
	width: 100%;
	height: 25rem;
	padding: 0;
	margin: 0;
	border-radius: 0.625rem;
	overflow: hidden;
	border: 0.125rem solid rgba(60, 60, 60, 0.2);
	box-shadow: var(--map-shadow);
}
.dealers__text {
	margin: 0 0 1.5625rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.button.dealers__qstn {
	width: 21.625rem;
max-width: 100%;
	margin: 0 0 1.875rem;
}
.button.dealers__qstn:hover {
	background-color: #0040f1;
}
.dealers__email {
	margin: 0 0 2.5rem;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
}
.dealers__email a {
	color: #0090f8;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.dealers__email a:hover {
	color: #0040f1;
}
.dealers__text-lg {
	margin: 0 0 1.5625rem;
	color: var(--color-green-blue);
	font-family: "Kinetika Ultra";
	font-size: 1.25rem;
	font-weight: 900;
}
.dealers-form__text {
	margin: 0 0 1.5625rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.dealers-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.3125rem 1.875rem;
}
.dealers-form .form-group {
	width: calc(100% / 3 - 0.625rem);
	margin: 0 0.3125rem;
}
.dealers-form__btn {
	width: calc(100% / 3 - 0.625rem);
	height: 2rem;
	margin: 0 0.3125rem;
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
	border: none;
	border-radius: 0.3125rem;
	background-color: #0dc143;
	color: #fff;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.dealers-form__btn:hover {
	background-color: #0a9132;
}
.dealers-form__info {
	margin: 0 0 1.5625rem;
	font-family: "Myriad Pro";
	font-size: 0.875rem;
	font-weight: 400;
}
.dealers-form__info a {
	color: #0090f8;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.dealers-form__info a:hover {
	color: #0040f1;
}

.forma .form-group input {
	width: 100%;
	border-radius: 0.5rem;
	border: 0.125rem solid var(--border);
	padding: 0.375rem 0.75rem 0.3125rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.forma .form-group .button {
	height: 2.45rem;
}
.forma .form-group {
	position: relative;
}
.forma .form-group .labels {
	display: none;
}
.table-delivery {
	margin-bottom: 1.5625rem;
	padding-top: 0.625rem;
}
.table-delivery .table-delivery__title {
	margin: 0 0 1.5625rem;
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	font-weight: 700;
}
.table-delivery table {
	display: block;
	width: 100%;
	margin: 1.875rem 0;
	box-shadow: var(--table-shadow);
	border-radius: 0.625rem;
	border: 0.125rem solid var(--table-border);
	background-color: var(--table-bg);
	border-collapse: collapse;
}
.table-delivery table th {
	height: 3.125rem;
	padding-left: 1.875rem;
	color: var(--table-head-color);
	text-align: left;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	border-bottom: 0.125rem solid var(--table-border);
}
.table-delivery table th:first-child {
	width: 27.5%;
}
.table-delivery table td {
	vertical-align: top;
	padding: 1.625rem 1.875rem;
	border-bottom: 0.125rem solid var(--table-border);
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.table-delivery table tbody tr:last-child td {
	border-bottom: none;
}
.table-delivery p {
	margin: 0;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
}
.first__td {
	font-size: 21.375rem;
}
.catalog {
	padding-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.catalog__item {
	width: calc(50% - 1.25rem);
	margin-bottom: 1.25rem;
}

.catalog__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 25rem;
	margin-bottom: 0.9375rem;
	padding: 1.25rem 0.625rem;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.catalog__img img {
	width: calc(50% - 0.875rem);
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 0.4375rem;
}
.catalog__title {
	margin: 0 0 0 1.875rem;
	color: var(--catalog-color);
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.catalog__item:hover .catalog__title {
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	color: #0090f8;
}
.catalog__item:hover .catalog__img {
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	background-color: var(--mounting-bg);
}
/*
.catalog__item:hover__title {
	color: var(--catalog-color-hover);
}*/

.catalog__item:hover__img {
	box-shadow: var(--map-shadow);
}

/*! modules*/
.modules {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	max-width: 90.625rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.625rem;
}
.modules__item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: 12.5rem;
	margin-bottom: 2.1875rem;
	min-width: 12.5rem;
}
.modules__item:hover .modules__img {
	border-color: var(--modules-color-hover);
}
.modules__item:hover .modules__name {
	color: var(--modules-color-hover);
}
.modules__img {
	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;
	height: 17.5rem;
	margin-bottom: 1.25rem;
	padding: 0.625rem;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.modules__img img {
	height: 100%;
}
.modules__name {
	margin-left: 1.25rem;
	color: var(--color-blue);
	font-family: "Myriad Pro";
	font-size: 1.25rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.modules__link {
	display: none;
}
.module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module__img {
	width: 21.25rem;
	margin-right: 1.875rem;
	margin-bottom: 1.875rem;
	padding-top: 1.875rem;
}
.module__desc {
	width: calc(100% - 23.125rem);
	margin-bottom: 1.875rem;
}
.module__desc span {
	color: var(--color-blue);
}
.module__slider {
	width: 50%;
	margin-right: 2.5rem;
	margin-bottom: 1.875rem;
}
.module__info {
	width: calc(50% - 2.5rem);
	margin-bottom: 1.875rem;
	margin-top: -1.25rem;
}
.module__info a {
	display: none;
}
.page .module-carousel {
	overflow: visible;
}

.page .module-carousel .slick-list {
	margin: 0 !important;
}
.module-carousel .item {
	padding: 1.25rem 0.9375rem !important;
}
.module-carousel .slick-arrow {
	position: absolute;
	z-index: 100;
	top: 44%;
	width: 2.625rem;
	height: 2.625rem;
	border: none;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.module-carousel .slick-arrow svg {
	width: 0.9375rem;
	height: 0.6875rem;
	fill: #bcbcbc !important;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.module-carousel .slick-arrow.prev {
	left: -0.3125rem;
}
.module-carousel .slick-arrow.next {
	right: -0.3125rem;
}
.module-carousel .slick-arrow:hover {
	background-color: var(--m-stoves-arr-bg-hover);
}
.module-carousel .slick-arrow:hover svg {
	fill: var(--m-stoves-arr-hover) !important;
}

.works {
	padding: 0;
}
.works__header {
	margin-bottom: 2.8125rem;
}
.works__header p {
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.works__header p:last-child {
	margin-bottom: 0;
}
.works__header p a {
	color: #0090f8;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.works__header p a:hover {
	color: #0040f1;
	text-decoration: underline;
}
.works__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5625rem;
}
.works__item {
	position: relative;
	width: calc(100% / 3 - 3.125rem);
	margin: 0 1.5625rem 3.125rem;
	height: 35.3125rem;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
}
.works__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}
.works__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
	background-color: rgba(0, 144, 248, 0.2);
	background-image: url(../img/icons/icon-eye.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3.75rem;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.works__item:hover::after {
	opacity: 1;
}
.spinner {
	width: 4.375rem;
	height: 4.375rem;
	margin: 0 auto;
	color: var(--spinner-color);
}
.account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 1.25rem;
}
.account-title {
	display: none;
}
.account__section {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(25% - 1.875rem);
	margin-bottom: 1.875rem;
	box-shadow: 0 0.625rem 1.875rem var(--shadow);
	border-radius: 0.3125rem;
	border: 0.125rem solid var(--border-acc);
	background-color: var(--mounting-bg);
}
.account__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.125rem;
	padding: 0 1.25rem;
	border-bottom: 0.0625rem solid var(--border-acc);
}
.account__header span {
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.account__header img {
	width: 1.875rem;
	height: 1.875rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 1.25rem;
}
.account__header img.dark {
	display: var(--dark);
}
.account__header img.light {
	display: var(--light);
}
.account__body {
	height: calc(100% - 3.125rem);
	padding: 1.25rem;
}
.personal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.personal__text {
	margin-bottom: 0.9375rem;
}
.personal p {
	margin: 0 0 0.25rem;
}
.personal p span {
	display: inline-block;
	margin-right: 0.3125rem;
	font-size: 1rem;
	font-family: "Myriad Pro Bold";
	font-weight: 700;
}
.personal p span:nth-child(2) {
	margin-right: 0;
	font-family: "Myriad Pro";
	font-weight: 400;
}
.personal p span a {
	color: var(--color);
}
.personal__footer {
	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;
	margin-top: auto;
}
.personal__btn {
	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;
	width: calc(50% - 0.3125rem);
	height: 2.375rem;
	border-radius: 0.3125rem;
	background-color: #0090f8;
	color: #fff;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.personal__btn:hover,
.personal__btn:nth-child(2) {
	background-color: #f4b737;
	color: #171717;
}
.personal__btn:nth-child(2):hover {
	background-color: #0090f8;
	color: #fff;
}
.story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.story__list {
	margin-bottom: 0.625rem;
}
.story__item {
	margin-bottom: 0.875rem;
}
.story__item p {
	margin: 0 0 0.25rem;
	font-family: "Myriad Pro";
	font-size: 0.875rem;
	font-weight: 700;
}
.story__item p span {
	margin-right: 0.3125rem;
	color: #0090f8;
	font-size: 1rem;
}
.story__item p span.yellow {
	margin: 0 0 0 0.3125rem;
	color: #f4b737;
	font-size: 0.875rem;
}
.story__item p span.green {
	margin: 0 0 0 0.3125rem;
	color: #0dc143;
	font-size: 0.875rem;
}
.story__btn {
	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;
	width: 11.25rem;
	height: 2.375rem;
	margin-top: auto;
	border-radius: 0.3125rem;
	background-color: #f4b737;
	color: #171717;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.story__btn:hover {
	background-color: #0090f8;
	color: #fff;
}
.addr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.addr address {
	margin-bottom: 1rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
}
.addr__del {
	display: inline-block;
	margin-bottom: 0.9375rem;
	color: #0090f8;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.addr__btn {
	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;
	width: 11.25rem;
	height: 2.375rem;
	margin-top: auto;
	border-radius: 0.3125rem;
	background-color: #0090f8;
	color: #fff;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.addr__btn:hover {
	background-color: #f4b737;
	color: #171717;
}
.discount {
	height: 100%;
}
.discount p {
	margin: 0 0 0.9375rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.discount p.green {
	color: #0dc143;
}
.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.subscribe input {
	width: 100%;
	height: 2.125rem;
	margin-bottom: 1.5625rem;
	padding: 0 0.9375rem;
	border-radius: 0.3125rem;
	border: 0.125rem solid var(--img-border);
	background-color: #fff;
	color: #171717;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.subscribe button {
	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;
	width: 11.25rem;
	height: 2.375rem;
	margin-top: 0.9375rem;
	border: none;
	border-radius: 0.3125rem;
	background-color: #0090f8;
	color: #fff;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.subscribe button:hover {
	background-color: #f4b737;
	color: #171717;
}
.subscribe__checkbox {
	margin-bottom: 1.5625rem;
}
.subscribe__checkbox label {
	position: relative;
	padding: 0.5625rem 0 0.5625rem 2.8125rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	cursor: pointer;
}
.subscribe__checkbox label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2.1875rem;
	height: 2.1875rem;
	border: 0.125rem solid var(--subscribe-border);
	border-radius: 50%;
}
.subscribe__checkbox input {
	display: none;
}
.subscribe__checkbox input:checked + label::before {
	border-color: var(--subscribe-border-active);
	background-image: var(--check);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.8125rem;
}
.contacts {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*	margin-left: -0.9375rem;
	margin-right: -0.9375rem;*/
}

.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 50rem;
	justify-content: space-between;
}
.contacts__item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 0.9375rem;
	margin-right: 1.875rem;
	width: 11.25rem;
	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: left;
	justify-content: center;
}
.contacts__icon {
	width: 3.125rem;
	height: 3.125rem;
	margin: 0 0 1.25rem;
}
.contacts__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.contacts__tel {
	width: 100%;
	display: inline-block;
	margin-bottom: 0.625rem;
	color: var(--contacts-link);
	font-family: "Myriad Pro Bold";
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.contacts__tel:hover {
	color: var(--contacts-hover);
}
.contacts__email {
	width: 100%;
	display: inline-block;
	margin-bottom: 0.625rem;
	padding: 0.25rem 0;
	color: #0090f8;
	font-family: "Myriad Pro Bold";
	font-size: 1rem;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.contacts__email:hover {
	color: #0040f1;
}
.contacts__text {
	width: 100%;
	margin: 0 0 1.25rem;
	font-family: "Myriad Pro";
	font-size: 0.9375rem;
	font-weight: 400;
}
.contacts__label {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2rem;
	margin-top: auto;
	padding: 0 1.25rem;
	border-radius: 0.3125rem;
	background-color: var(--color-blue-hover);
	color: #f0f0f0;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	cursor: pointer;
}
.contacts__info {
	margin-top: 4.375rem;
}
.contacts__info p {
	margin: 0 0 1.25rem;
	color: var(--color-blue-gold);
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
}
.contacts__info p span {
	color: var(--color);
}
.contacts__info p a.email {
	white-space: nowrap;
	color: #0090f8;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.contacts__info p a.email:hover {
	color: #0040f1;
}
.contacts__info p a.tel {
	color: var(--color);
}
.contacts-tabs {
	font-family: "Myriad Pro";
	line-height: 1.4;
}
.contacts-tabs__content {
	display: none;
}
.contacts-tabs__content.active {
	display: block;
}
.contacts-tabs__nav {
	margin: 0.625rem 0 2.5rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Century Gothic";
}
.contacts-tabs__nav li {
	margin-right: 1.875rem;
}
.contacts-tabs__nav li:last-child {
	margin-right: 0;
}
.contacts-tabs__nav li a {
	color: #0090f8;
	font-family: "Century Gothic";
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.contacts-tabs__nav li a:hover {
	color: var(--color);
}
.contacts-tabs__nav li.active a {
	color: var(--color-blue-hover);
}
.contacts-tabs__content {
	padding: 1.875rem;
	border: 0.125rem solid var(--img-border);
	border-radius: 0.625rem;
	background-color: var(--body-bg);
}

.contacts-tabs__title {
	margin: 0 0 1.5625rem;
	color: var(--color-blue-gold);
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}
.contacts-tabs__title span {
	display: inline-block;
}
.contacts-tabs__text p {
	background-color: var(--color);
	margin: 0 0 0.9375rem;
	font-family: "Myriad Pro";
	font-size: 16.67x;
	line-height: 1.5rem;
	font-weight: 400;
}
.p-contacts {
	padding-top: 0.625rem;
	max-width: 84.375rem;
}
.contacts__mobile {
	display: none;
}
.m-reviews-carousel .slick-list {
	margin: 0 -0.9375rem;
}
.m-reviews-carousel .item {
	padding: 1.25rem 0.9375rem;
}
.m-reviews-carousel .slick-arrow {
	position: absolute;
	z-index: 100;
	top: 44%;
	width: 2.625rem;
	height: 2.625rem;
	border: none;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-reviews-carousel .slick-arrow svg {
	width: 0.9375rem;
	height: 0.6875rem;
	fill: #bcbcbc;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-reviews-carousel .slick-arrow.prev {
	left: -1.0625rem;
}
.m-reviews-carousel .slick-arrow.next {
	right: -1.0625rem;
}
.m-reviews-carousel .slick-arrow:hover {
	background-color: var(--m-stoves-arr-bg-hover);
}
.m-reviews-carousel .slick-arrow:hover svg {
	fill: var(--m-stoves-arr-hover);
}

.review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.25rem;
	box-shadow: 0 0.5rem 0.625rem var(--shadow);
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border-blue);
	background-color: var(--body-bg);
}

.reviews .review {
	border: 0.125rem solid var(--img-border);
}
.review__img {
	width: 16.875rem;
	height: 22.5rem;
	margin-right: 1.875rem;
}
.review__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}
.review__desc {
	width: calc(100% - 19.5rem);
}
.review__author {
	width: 20.625rem;
	max-width: 100%;
	margin-bottom: -0.625rem;
	padding-bottom: 0.9375rem;
	background-size: 20.625rem;
}
.review__author span {
	margin-right: 0.3125rem;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
}
.review__author a {
	color: #0090f8;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.review__author a:hover {
	color: #0040f1;
}
.review__text p {
	margin: 0 0 0.625rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.review__text p a {
	color: #0090f8;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.review__text p a:hover {
	color: #0040f1;
}
.text-wrap {
	margin: 0;
}
.reviews {
	padding-top: 0.625rem;
}
.reviews__header {
	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;
	margin-bottom: 1.5625rem;
}

.reviews__add {
	font-family: "Century Gothic";
	cursor: pointer;
	color: #0090f8;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.reviews__add:hover {
	color: #0040f1;
}
.reviews__list {
	margin-bottom: 1.25rem;
}
.reviews__list .review {
	margin-bottom: 1.875rem;
}
.reviews__list .review:last-child {
	margin-bottom: 0;
}
.popup {
	position: fixed;
	z-index: 8500;
	top: 0;
	right: 0;
	width: 23.5rem;
	height: 100%;
	padding: 5.625rem 3.125rem 1.875rem;
	overflow-y: auto;
	background-color: var(--body-bg);
	box-shadow: 0 0.625rem 1.875rem var(--shadow);
}


.m-sert-carousel .item {
	padding: 1.25rem 0.9375rem;
}
.m-sert-carousel__item {
	position: relative;
	display: block;

	border: 0.125rem solid var(--img-border);
}
.m-sert-carousel__item:hover {
	box-shadow: 0 0.5rem 0.75rem var(--shadow);
}
.m-sert-carousel__item::before {
	content: "";
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 144, 248, 0.2);
	background-image: url(../img/icons/icon-eye-lg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3.75rem;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-sert-carousel__item:hover::before {
	opacity: 1;
}
.m-sert-carousel .slick-arrow {
	position: absolute;
	z-index: 100;
	top: calc(50% - 1.3125rem);
	width: 2.625rem;
	height: 2.625rem;
	border: none;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-sert-carousel .slick-arrow svg {
	width: 0.9375rem;
	height: 0.6875rem;
	fill: #bcbcbc;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-sert-carousel .slick-arrow.prev {
	left: -0.3125rem;
}
.m-sert-carousel .slick-arrow.next {
	right: -0.3125rem;
}
.m-sert-carousel .slick-arrow:hover {
	background-color: var(--m-stoves-arr-bg-hover);
}
.m-sert-carousel .slick-arrow:hover svg {
	fill: var(--m-stoves-arr-hover);
}


.m-news-carousel .item {
	padding: 1.25rem 0.9375rem;
}

.m-news-carousel .item {
	padding: 1.25rem 0.9375rem;
}

.m-news-carousel__item {
	display: block;
	padding: 1.25rem;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-news-carousel__item:hover {
	border-color: var(--news-border);
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
}
.m-news-carousel__item:hover .m-news-carousel__title {
	color: #0090f8;
}
.m-news-carousel__img {
	height: 15rem;
	margin-bottom: 1rem;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 0.625rem;
}

.m-news-carousel__title {
	margin: 0 0 1rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	white-space: nowrap;
}
.m-news-carousel__text {
	margin: 0 0 1.25rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.m-news-carousel time {
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 0.9375rem;
	font-weight: 400;
	opacity: 0.5;
}


.m-works-carousel__img {
	height: 16.25rem;
	margin-bottom: 1.5625rem;
}
.m-works-carousel__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}

.m-articles-carousel .item {
	padding: 1.25rem 0.9375rem;
}

.m-articles-carousel__item {
	display: block;
	padding: 1.25rem;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-articles-carousel__item:hover {
	border-color: var(--news-border);
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
}
.m-articles-carousel__item:hover .m-articles-carousel__title {
	color: #0090f8;
}
.m-articles-carousel__img {
	height: 12.5rem;
	margin-bottom: 1.5625rem;
}
.m-articles-carousel__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}
.m-articles-carousel__title {
	margin: 0 0 1.5625rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-articles-carousel__text {
	margin: 0 0 1.5625rem;
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.m-articles-carousel time {
	color: var(--color);
	font-family: "Myriad Pro";
	font-size: 0.9375rem;
	font-weight: 400;
	opacity: 0.5;
}

.m-made-carousel .item {
	padding: 1.25rem 0.9375rem;
}
.m-made-carousel__item {
	position: relative;
	display: block;
	border-radius: 0.625rem;
	overflow: hidden;
	border: 0.125rem solid var(--img-border);
	height: 31.25rem;
	background-size: cover;
	background-position: 50% 50%;
}
.m-made-carousel__item:hover {
	box-shadow: 0 0.5rem 0.75rem var(--shadow);
}
.m-made-carousel__item img {
	width: 100%;
	height: 31.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}
.m-made-carousel__item::before {
	content: "";
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 144, 248, 0.2);
	background-image: url(../img/icons/icon-eye-lg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3.75rem;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.m-made-carousel__item:hover::before {
	opacity: 1;
}

.args {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.25rem;
	background-image: var(--bg-lines);
	background-repeat: no-repeat;
	background-position: 45% 29%, 29% 60%;
}
.args__left,
.args__right {
	width: 50%;
}
.args__text {
	margin: 0.25rem -1.25rem 0;
	color: var(--color2);
	font-family: "Myriad Pro";
	font-size: 0.875rem;
	font-weight: 700;
	text-align: left;
}
.args__logo {
	margin: -5rem 0 1.875rem;
}
.args__img {
	width: 100%;
}
.args__img img {
	margin-left: -1rem;
}
.args__item1 {
	position: relative;
	margin-bottom: 2.1875rem;
	text-align: center;
}
.args__item1 img {
	width: 70%;
}
.args__item1::after {
	right: 32%;
	top: 35%;
	content: "1";
	position: absolute;
	color: var(--advant-num);
	font-family: Impact;
	font-size: 4.5rem;
	font-weight: 400;
	font-style: italic;
}
.args__item2 {
	position: relative;
	text-align: center;
}
.args__item2 img {
	width: 70%;
}
.args__item2::after {
	right: 30%;
	top: 40%;
	content: "2";
	position: absolute;
	color: var(--advant-num);
	font-family: Impact;
	font-size: 4.5rem;
	font-weight: 400;
	font-style: italic;
}
.details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.25rem;
}
.details__title {
	margin: 0 1.5625rem 2.1875rem 0;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
}
.details__items {
	position: relative;
	min-width: calc(100% - 12.5rem);
	margin-top: -1.25rem;
}
.details__item {
	position: relative;
}

.details__item:first-child img {
	width: 100%;
	height: 9.625rem;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.details__item:first-child .details__label:nth-last-child(2) {
	bottom: -1.5625rem;
	left: 1.875rem;
}
.details__item:first-child .details__label:last-child {
	bottom: 1.0625rem;
	right: 0;
}
.details__item:nth-child(2) img {
	width: 100%;
	height: 11.0625rem;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}
.details__item:nth-child(2) .details__label {
	bottom: 1.75rem;
	right: 0;
}
.details__label {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2rem;
	border-radius: 0.3125rem;
	background-color: #0090f8;
	color: #f0f0f0;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0;
}

.video-box {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.video-box .videos {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.video-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--video-bg);
	z-index: 2;
}
.order {
	font-family: "Myriad Pro";
	padding-top: 0.0625rem;
}
.order__title p {
	margin: 1.25rem 0;
}
.order__title p a {
	text-decoration: underline;
}
.order__title p span {
	color: var(--color-title);
	display: block;
	margin: 0;
	font-size: 1.125rem;
}
.order__summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
.order__img {
	margin-right: 0.9375rem;
}
.order__descr {
	line-height: 1.5rem;
}
.order__paym-done {
	display: inline-block;
	margin: 0.9375rem 0 1.875rem;
	border-radius: 0.5rem;
}
.order__paym-done img {
	border: 0.0625rem solid var(--border);
	border-radius: 0.5rem;
	box-shadow: 0 0.625rem 1.875rem rgb(0, 0, 0, 0.2);
}
.order__footer a {
	text-decoration: underline;
}

/*!modal*/

.state {
	width: 23.75rem;
	max-width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -31.25rem;
	z-index: 10000;
	overflow-y: auto;
	background-color: var(--body-bg);
	color: var(--color);
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding: 5.625rem 2.9375rem 1.875rem;
}
.state.modul-state {
	right: -100%;
	width: 100%;
	background-image: url(../img/modul-bg-.png);
	background-repeat: no-repeat;
}
.state.active {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	right: 0;
	box-shadow: 0 0.625rem 1.875rem rgb(0, 0, 0, 0.3);
}
.state .close {
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
	width: 1.875rem;
	height: 1.875rem;
	opacity: 1;
}

.state .close:hover {
	opacity: 0.5;
}
.state .close:after,
.state .close:before {
	position: absolute;
	left: 0.9375rem;
	content: " ";
	height: 1.625rem;
	width: 0.125rem;
	background-color: var(--color);
}
.state .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.state .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.state__title {
	font-size: 1.4375rem;
	font-family: "Kinetika Ultra";
	margin-bottom: 1.4375rem;
	color: var(--color-blue);
}
.state p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}
.state p.small {
	font-size: 1rem;
	line-height: 1.375rem;
}
.state p.min {
	font-size: 0.875rem;
	line-height: 1.375rem;
	opacity: 0.5;
}
.state p span {
	color: #0090f8;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.state p span:hover {
	color: #eba71c;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.state p a {
	text-decoration: underline;
}
.state p a:hover {
	text-decoration: none;
}
.state .forma {
	margin: 1.5625rem 0;
}
.button {
	cursor: pointer;

	width: 100%;
	height: 2.8125rem;
	border: none;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 0;
	box-shadow: 0 0.625rem 1.875rem rgb(0, 0, 0, 0.1);
}
.button:hover {
	box-shadow: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.button-global {
	background: #0dc143;
	color: #fff;
}
.button-global:hover {
	background-color: #4caf50;
}
.button-blue {
	background: #0090f8;
	color: #fff;
}
.button-blue:hover {
	background-color: #0040f1;
}
.button-white {
	background: #fff;
	color: #1d1d1d;
	border: 0.125rem solid var(--border);
}
.button-white:hover {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.button-gold {
	background: var(--colorf4b737-fff);
	color: #1d1d1d;
	border: 0.125rem solid var(--colorf4b737-fff);
}
.button-gold:hover {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.state .forma .wide-row {
	width: 100%;
	margin: 1.125rem 0;
	display: block;
}
.state .forma .wide-row input {
	width: 100%;
	border-radius: 0.5rem;
	border: 0.125rem solid var(--border);

	padding: 0.375rem 0.75rem 0.3125rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.state .forma .wide-row textarea {
	width: 100%;
	height: 9.375rem;
	border-radius: 0.5rem;
	border: 0.125rem solid var(--border);

	padding: 0.375rem 0.75rem 0.3125rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

.state .forma .wide-row.phone input[type="tel"] {
	padding-left: 2.1875rem;
	background-image: url(../img/tel-for-reviews.png);
	background-repeat: no-repeat;
	background-position: 0.625rem 45%;
}
.state .forma .wide-row.user input[type="text"] {
	padding-left: 2.1875rem;
	background-image: url(../img/person.png);
	background-repeat: no-repeat;
	background-position: 0.625rem 45%;
}
.state .social-login {
	margin: 1.375rem 0;
}
.state .social-login a {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.625rem;
	border-radius: 100%;
}
.state .social-login a:hover {
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 144, 248, 0.3);
}
img.captcha {
	width: 100%;
}
.state .products-list {
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
}
.state .products-list .button {
	margin: 1.5625rem 0;
}
.state .products-list .item {
	position: relative;
}
.state .products-list .item .image {
	width: 100%;
	height: 15.5rem;
	background-color: var(--body-bg);
	border: 0.125rem solid var(--img-border);
	border-radius: 0.5rem;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 1.125rem;
}
.state .products-list .item .title {
	padding: 0 1.5625rem;
	font-size: 1.125rem;
	line-height: 1.2;
	margin-bottom: 0.9375rem;
}

.state .products-list .item .remove {
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	width: 1.4375rem;
	height: 1.4375rem;
	opacity: 1;
	border-radius: 100%;
	background: transparent;
	cursor: pointer;
}

.state .products-list .item .remove:hover {
	background: #f4b737;
}
.state .products-list .item .remove:after,
.state .products-list .item .remove:before {
	position: absolute;
	left: 0.625rem;
	top: 0.4375rem;
	content: " ";
	height: 0.625rem;
	width: 0.125rem;
	background-color: var(--color);
}
.state .products-list .item .remove:hover:before,
.state .products-list .item .remove:hover:after {
	background: #fff;
}

.state .products-list .item .remove:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.state .products-list .item .remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*! */
.rait {
	display: flex;
	align-items: center;
	margin: 1.25rem 0;
}
.rait-stars {
	margin-left: 1.25rem;
}
.star {
	margin: 0 0.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
}

.star &gt; span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.star &gt; span::before {
	content: "";
	display: inline-block;
	width: 1.0625rem;
	height: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background-image: url(../img/icons/star-off.png);
	background-size: contain;
}

.star &gt; input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.star &gt; input:checked + span::before {
	background-image: url(../img/icons/star-on.png);
	background-size: contain;
}

.star.active &gt; span::before {
	background-image: url(../img/icons/star-on.png);
	background-size: contain;
}

.file-box {
	width: 100%;
	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;
}

.file-box #list {
	display: block;
	width: 100%;
	padding-top: 0.625rem;
}

.file-box .thumb {
	height: 2.8125rem;
	border: 0.0625rem solid var(--color-title);
	margin: 0.625rem;
}

.jq-file {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 6.25rem;
	line-height: 1em;
	cursor: pointer;
}

.jq-file__name {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: none;
	padding-top: 0.5rem;
	margin-left: 0.9375rem;
	font-size: 0.75rem;
}

.jq-file.changed .jq-file__name {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: block;
}

.jq-file__browse {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: flex;
	align-items: center;
	background-image: var(--bg-file);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
	width: 9.375rem;
	height: 2rem;
	cursor: pointer;
}
.jq-file__browse:hover {
	color: #f4b737;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	opacity: 0.6;
}
/*select*/

.jq-selectbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 10;
	width: 14rem;
}

.jq-selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	width: 12.5rem;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox ul li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	min-height: 1.125rem;
	padding: 0.3125rem 0.625rem 0.375rem;
	text-decoration: underline;
}

.jq-selectbox ul li:hover {
	color: #0090f8;
	text-decoration: underline;
}

.jq-selectbox ul li.selected {
	color: #0090f8;
}

.jq-selectbox ul li.disabled {
	color: #aaa;
}

.jq-selectbox ul li.disabled:hover {
	background: none;
}

.jq-selectbox ul li.optgroup {
	font-weight: bold;
}

.jq-selectbox ul li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default;
}

.jq-selectbox ul li.option {
	padding-left: 1.5625rem;
}

.jq-selectbox__select {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 1.875rem;
	padding: 0.25rem 1.25rem;
	background: transparent;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0090f8;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	width: 100% !important;
	text-decoration: underline;
}

.jq-selectbox__select:active,
.jq-selectbox__select:hover {
	background: transparent;
	color: var(--color-hover);
}
.jq-selectbox.focused .jq-selectbox__select {
	color: var(--color-hover);
}
.jq-selectbox__dropdown {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0.625rem 0;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	border-radius: 0.3125rem;

	-webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
	font-size: 1rem;

	overflow: hidden;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-selectbox__trigger {
	display: none;
}
.sort-box {
	display: flex;
	justify-content: flex-end;
	margin-top: -2.5rem;
	margin-bottom: 0.625rem;
	position: relative;
	z-index: 50;
}
.sort-by {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Century Gothic";
}

.filter-toggle {
	color: #0090f8;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	height: 1.875rem;
	cursor: pointer;
}
.filter-toggle:before {
	content: "";
	width: 1.5rem;
	height: 1.25rem;
	margin-right: 0.625rem;
	background-image: var(--filter-by);
	background-size: cover;
	background-repeat: no-repeat;
}
.filter-toggle.active,
.filter-toggle:hover {
	background: transparent;
	color: var(--color-hover);
}

/*! filter */
body {
	position: relative;
	overflow-x: hidden;
}
.jspVerticalBar {
	background: transparent;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.3125rem;
}
.jspTrack {
	background: #dee4ec;
	position: relative;
}

.jspDrag {
	background: var(--color);
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}
.chang {
	width: 8.75rem;
	height: 3.125rem;
	background: #fff;
	position: fixed;
	right: 21.875rem;
	top: 3.125rem;
	transition: 0.3s;
	display: none;
}
.filter-fix {
	position: absolute;
	bottom: 0;
	max-height: 100%;
}
.filter {
	height: calc(100% - 4.375rem);
	overflow-x: visible;
	overflow-y: auto;
	position: relative;
}

.filter-box .top {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	line-height: 1.2;
	cursor: pointer;
}
.filter-box .top:after {
	content: "";
	display: block;
	width: 0.4375rem;
	height: 0.4375rem;
	border-left: 0.125rem solid var(--color);
	border-bottom: 0.125rem solid var(--color);
	transform: rotate(-45deg);
	margin-right: 0.3125rem;
	margin-top: -0.0625rem;
}
.filter-box.active .top:after {
	transform: rotate(135deg);
	margin-right: 0.3125rem;
	margin-top: -0.0625rem;
}
.filter-box .line {
	padding-bottom: 0.125rem;
	margin: 0;
}
.filter-box .body {
	padding-bottom: 0.625rem;
	display: none;
}
.filter-box.active .body {
	display: block;
}
.filter-box .body .checkbox {
	display: block;
	width: 100%;
	margin: 0.4375rem 0;
}
.filter .button-show {
	background-color: #0090f8;
	color: #fff;
	margin-top: 2.5rem;
}
.filter .button-show:hover {
	background-color: #0040f1;
}
.filter .button-reset {
	background-color: transparent;
	color: var(--color);
	margin-top: 0.9375rem;
	box-shadow: none;
}
.filter .button-reset:hover {
	background-color: transparent;
	color: #f4b737;
}

.input__names {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 0 0.625rem;
	font-family: "Myriad Pro";
	font-size: 1rem;
	font-weight: 400;
}
.input__to,
.input__from {
	width: 46%;
}
.price__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 0 1.25rem;
}
.price__inputs input {
	margin: 0;
	width: 46%;
	height: 2.0625rem;
	border: 0.125rem solid var(--border);
	background-color: #fff;
	border-radius: 0.3125rem;
	opacity: 0.8;
	font-family: "Myriad Pro";
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	padding: 0 0 0 0.625rem;
}
.range-slider-wrap {
	margin-bottom: 0.9375rem;
}
.range-slider {
	position: relative;
}
.range-slider-wrap .irs--round {
	height: 0.9375rem;
	margin-top: 0;
	margin-bottom: 0;
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
	display: none !important;
}
.range-slider-wrap .irs--round .irs-handle {
	top: 0;
	border-radius: 100%;
	width: 0.9375rem;
	height: 0.9375rem;
	border: none;
	cursor: pointer;
	background: #ffffff;
	-webkit-box-shadow: 0 0.125rem 0.75rem rgba(9, 25, 39, 0.15);
	box-shadow: 0 0.125rem 0.75rem rgba(9, 25, 39, 0.15);
}

.range-slider-wrap .irs--round .irs-handle:hover {
	background: #f4b737;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.range-slider-wrap .irs--round .irs-handle:active {
	background: #f4b737;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.irs--round .irs-line {
	top: 0.4375rem;
}
.range-slider-wrap .irs--round .irs-bar {
	height: 0.1875rem;
	background-color: #0090f8;
	cursor: pointer;
	top: 0.4375rem;
}

.range-slider-wrap .irs--round .irs-line {
	height: 0.1875rem;
}

.range-slider-wrap .irs--round .irs-max,
.range-slider-wrap .irs--round .irs-min {
	display: none;
}

.range-slider-wrap .irs--round .irs-from,
.range-slider-wrap .irs--round .irs-to {
	font-size: 1rem;
	line-height: 1;
	text-shadow: none;
	padding: 0.2143rem 0.3571rem;
	background-color: #d7bca3;
	color: white;
	border-radius: 0.2857rem;
	position: absolute;
	display: none !important;
	z-index: -10 !important;
}

.range-slider-wrap .irs--round .irs-from:before,
.range-slider-wrap .irs--round .irs-to:before {
	display: none;
}

.range-slider-wrap .filter-price {
	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;
}

.range-slider-wrap .filter-price .label {
	position: relative;
	width: 48%;
}

.range-slider-wrap .filter-price .label span {
	font-size: 0.625rem;
	font-family: "Montserrat-Medium";
	color: #83868b;
	position: absolute;
	top: 0.375rem;
	left: 0.9375rem;
}

.range-slider-wrap .filter-price .js-input-to,
.range-slider-wrap .filter-price .js-input-from {
	background: #f8f9fa;
	border: 0.0625rem solid #eaeeee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.5rem;
	width: 100%;
	height: 2.75rem;
	margin: 0;
	font-size: 1rem;
	padding: 1.25rem 0.875rem 0.4375rem;
	text-align: left;
}

.range-slider-wrap .filter-price .js-input-to:hover,
.range-slider-wrap .filter-price .js-input-from:hover {
	background: #ffffff;
	border: 0.07143rem solid #eeeeee;
}

.range-slider-wrap .filter-price .js-input-to.active,
.range-slider-wrap .filter-price .js-input-from.active {
	background: #ffffff;
	border: 0.07143rem solid #252525;
	color: #252525;
}

/*! basket*/
.basket__title {
	font-family: "Century Gothic";
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-title);
}
.basket__checkbox {
	margin: 0.3125rem 2.5rem 0 0;
}
.basket__delete-function {
	color: var(--color-title);
	cursor: pointer;
	padding: 0 2.5rem;
	line-height: 0;
	white-space: nowrap;
	width: 12.5625rem;
	height: 2.125rem;
	margin-left: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.3125rem;
	background: url(../img/cross.png) 0.9375rem 0.75rem no-repeat;
	border: 0.125rem solid var(--img-border);
	color: var(--color-title);
}
.basket .basket__header {
	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;
}
.basket .basket__header .basket__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket .basket__main {
	font-family: "Myriad Pro";
	border: 0.125rem solid var(--img-border);
	box-shadow: 0 0.5rem 1.25rem 0 rgb(0, 0, 0, 0.1);
	border-radius: 0.625rem;
	padding: 0 1.875rem;
	background: var(--body-bg);
}

.basket .basket__main .main-basket__nav {
	padding: 1.5625rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	font-family: "Myriad Pro";
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #0090f8;
}
.basket.checkout-table .basket__main .main-basket__nav {
	color: var(--color-blue);
}
.nav-basket__title {
	width: 40%;
}

.nav-basket__count,
.nav-basket__price,
.nav-basket__price-for-one {
	width: 15%;
}
.nav-basket__delete {
	width: 3%;
}

.checkout-table .nav-basket__price {
	width: 30%;
}
.basket .basket__main .main-basket__block {
	padding: 1.875rem 0;
	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;
	border-top: 0.0625rem solid var(--img-border);
}
.basket .basket__main .main-basket__block .main-basket__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	width: 40%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-basket__count,
.main-basket__price-for-one,
.main-basket__price {
	width: 15%;
}
.main-basket__delete {
	width: 3%;
}
.checkout-table .main-basket__price {
	width: 30%;
}
.basket .basket__main .main-basket__block .main-basket__title a {
	color: var(--color);
	font-size: 1.125rem;
}
.basket .basket__main .main-basket__block .main-basket__title .checkbox {
	margin-right: 1.25rem;
}
.checkbox &gt; span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox &gt; span:before {
	content: "";
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 0.3125rem;
	background: #ffffff;
	border: 0.0625rem solid var(--img-border);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 0.625rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70% auto;
	cursor: pointer;
}

.checkbox &gt; input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox &gt; input:checked + span::before {
	background-image: url(../img/icons/check-blue.png);
}

.checkbox &gt; input:disabled + span::before {
	background-color: #e9ecef;
}

.basket .basket__main .main-basket__block .main-basket__title .main-basket__img {
	width: 10rem;
	height: 10rem;
	margin-right: 1.25rem;
	border: 0.125rem solid var(--img-border);
	border-radius: 0.625rem;
	position: relative;
	overflow: hidden;
}
.basket .basket__main .main-basket__block .main-basket__title .main-basket__img a {
	top: 0.625rem;
	left: 0.0625rem;
	bottom: 0.625rem;
	right: 0.625rem;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.main-basket__delete a.remove {
	color: var(--color);
	width: 1.875rem;
	height: 1.875rem;
	line-height: 0.001;
	font-size: 20px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 1px 1px 0 !important;
}
.main-basket__delete a.remove:hover {
	background-color: var(--color-title);
	color: #fff;
}
.quantity {
	width: 6.25rem;
	max-width: 100%;
	height: 2.1875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: 0.0625rem solid var(--img-border);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.quantity .quantity-input {
	border: none;
	outline: none;
	width: 2.1875rem;
	padding: 0 0.5rem;
	text-transform: uppercase;
	text-align: center;
	border-left: 0.0625rem solid (--img-border);
	border-right: 0.0625rem solid (--img-border);
	background: transparent;
}

.quantity .quantity-bnt {
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	width: 1.875rem;
	height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0;
	font-size: 1.125rem;
}

.quantity .quantity-bnt:hover {
	color: #0dc143;
}

.basket .basket__footer {
	font-family: "Myriad Pro";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.875rem 0;
}
.basket .basket__footer .footer-basket__go-menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}
.basket .basket__footer .footer-basket__go-menu a {
	color: #fff;
	padding: 0.325rem 0.9375rem;
	border: 0.125rem solid var(--img-border);
	color: var(--color);
	border-radius: 0.3125rem;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 400;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.basket .basket__footer .footer-basket__total {
	font-family: "Myriad Pro";
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--color);
	white-space: nowrap;
	margin: 0 5.625rem 0 0;
}
.basket .basket__footer .footer-basket__button-done {
	margin: 0 5.625rem 0 0;
	width: 13.0625rem;
	height: 2.9375rem;
	background-color: #0dc143;
	box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.4);
	border-radius: 0.3125rem;
	padding: 0.5rem 2.5rem;
	cursor: pointer;
}
.basket .basket__footer .footer-basket__button-done a {
	color: #fff;
	white-space: nowrap;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 400;
}
.basket .basket__footer .footer-basket__button-done:hover {
	background-color: #008528;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.basket .basket__footer .footer-basket__button-cheap {
	background-color: var(--colorf4b737-fff);
	box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.4);
	border-radius: 0.3125rem;
	padding: 0.625rem 3.125rem;
	cursor: pointer;
}
.basket .basket__footer .footer-basket__button-cheap a {
	white-space: nowrap;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #171717;
}
.basket .basket__footer .footer-basket__button-cheap:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #949494;
}
.counter {
	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;
}
.counter input {
	width: 3.125rem;
	border: 0;
	line-height: 1.8125rem;
	font-size: 1.25rem;
	text-align: center;
	background: #fff;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
.counter span {
	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;
	font-size: 1.5625rem;
	padding: 0 0.625rem;
	cursor: pointer;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1.875rem;
	height: 1.875rem;
	background-color: #fff;
	border: 0.0625rem solid #d3d3d3;
}
.counter span:hover {
	color: #0dc143;
}

/*! checkout*/

.checkout-form {
	border: 0.125rem solid var(--img-border);
	box-shadow: 0 0.5rem 1.25rem 0 rgb(0, 0, 0, 0.1);
	border-radius: 0.625rem;
	padding: 1.5625rem;
	background: var(--body-bg);
	margin: 1.25rem 0;
}
.checkout-form .page-title {
	color: var(--color-blue);
	padding-top: 0.625rem;
}
/*radio*/

.radio-custom {
	margin: 0.625rem 0;
	display: block;
	cursor: pointer;
}

.radio-custom &gt; span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-custom &gt; span::before {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background: #fff;
	border: 0.0625rem solid var(--border);
	border-radius: 50%;
	margin-right: 0.625rem;
}

.radio-custom &gt; input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio-custom &gt; input:checked + span::before {
	border: 0.0625rem solid var(--border);
	background-color: #0090f8;
	-webkit-box-shadow: 0 0 0 0.25rem inset #fff;
	box-shadow: 0 0 0 0.25rem inset #fff;
}

.radio-custom &gt; input:disabled + span::before {
	background-color: #e9ecef;
}

.checkout-form label {
	display: block;
}
.checkout-form label.city {
	width: 100%;
	max-width: 25rem;
}
.checkout-form label.wide-row {
	width: 23%;
	display: inline-block;
	margin-right: 1.5%;
	margin-bottom: 0.9375rem;
}
.checkout-form label.comment {
	width: 48%;
	display: inline-block;
	margin-right: 1.5%;
	margin-bottom: 1.875rem;
}
.checkout-form input,
.checkout-form textarea {
	width: 100%;
	border-radius: 0.5rem;
	border: 0.125rem solid var(--border);
	padding: 0.375rem 0.75rem 0.3125rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.checkout-form textarea {
	height: 6.25rem;
}
.checkout-form p.small {
	font-size: 0.875rem;
}
.checkout-form p.small a {
	margin: 0 0.1875rem;
	text-decoration: underline;
}
.checkout-form p.small a:hover {
	text-decoration: none;
}
.checkout-form .checkbox {
	display: inline-block;
	margin-right: 1.875rem;
	margin-bottom: 1.25rem;
}
.checkout-form .checkbox &gt; span {
	display: flex;
	text-align: center;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	width: 12.5rem;
	height: auto;
}
.checkout-form .checkbox &gt; span:before {
	position: absolute;
	top: 0.625rem;
	left: 0.625rem;
}
.checkout-form .checkbox &gt; span p {
	font-size: 0.875rem;
	color: #888888;
	margin: 0.625rem 0;
	width: 100%;
}
.checkout-form .checkbox &gt; span img {
	width: 12.5rem;
	height: auto;
}

.checkout-form .checkbox &gt; input:checked + span p {
	color: var(--color);
}
.checkout-form .checkbox &gt; input:checked + span img {
	color: var(--color);
	box-shadow: 0 0.5rem 1.25rem 0 rgb(0, 0, 0, 0.1);
}
.chechout-button {
	width: 12.5rem;
}
.credit-button {
	width: 20rem;
	margin-left: 1.875rem;
}
/*!search*/
.results {
	font-family: Myriad Pro;
	line-height: 1.5;
}
.results .founded {
	margin-bottom: 1.875rem;
}
.results__title {
	color: var(--subscribe-border-active);
	font-size: 1.125rem;
}
.results__subtitle {
	margin-bottom: 1.875rem;
}
.search-menu {
	padding-top: 0.0625rem;
}
/**/

.search {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 50;
	background: #fff;
	bottom: 100%;
}
.search.active {
	bottom: 3.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	z-index: 1001;
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.search__block {
	height: 4.6875rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search__block .forma {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.4375rem 8.125rem;
}
.search__block .forma input {
	width: 100%;
	padding: 0.625rem 3.75rem;
	border: none;
	font-size: 1.5rem;
}
.search__block .forma input::-webkit-input-placeholder {
	color: #0090f8;
}

.search__block .forma input::-moz-placeholder {
	color: #0090f8;
}

.search__block .forma input:-moz-placeholder {
	color: #0090f8;
}

.search__block .forma input:-ms-input-placeholder {
	color: #0090f8;
}

.forma input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.forma input:focus::-moz-placeholder {
	opacity: 0;
}

.forma input:focus:-moz-placeholder {
	opacity: 0;
}

.forma input:focus:-ms-input-placeholder {
	opacity: 0;
}
.search__block .forma button {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0 !important;
}
.search__block .forma button svg {
	height: 2.1875rem;
	width: 2.1875rem;
}
.search__block .forma button:hover svg {
	fill: var(--title);
}
.search__close {
	padding: 0.625rem 0 0;
}

.categories-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.options {
	padding: 0 0 0 0.3125rem;
	color: #0090f8;
}

.filter-by-params {
	cursor: pointer;
	color: #0090f8;
	padding: 0 0 0 2.5rem;
	background: var(--filter-by) 0 0 no-repeat;
}
.filter-by-params:hover {
	color: #f4b737;
}

/*!product*/
.products-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.product-item {
	position: relative;
	margin: 0.9375rem;
	width: calc(33.33% - 1.875rem);
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	border-radius: 0.625rem;
	padding: 26% 1.5625rem 1.5625rem;
}
.product-item:hover {
	background-color: var(--m-stoves-hover);
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.2);
}

.product-item .image {
	position: absolute;
	top: 1.5625rem;
	left: 1.5625rem;
	bottom: 5.3125rem;
	right: 1.5625rem;
	z-index: 5;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.stikers {
	position: absolute;
	top: 1.5625rem;
	left: 1.5625rem;
}

.stikers img {
	width: 2.9375rem;
	height: auto;
}
.product-item .bottom {
	position: absolute;
	left: 1.5625rem;
	right: 1.5625rem;
	bottom: 1.5625rem;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.product-item .title {
	width: 100%;
	font-family: "Century Gothic";
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: var(--m-stoves-color);
	margin-bottom: 0.625rem;
}
.product-item .price {
	width: 100%;
	font-family: "Century Gothic";
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: var(--m-stoves-color);
	margin-top: 0;
	margin-right: 1.25rem;
	width: 11.25rem;
}
.product-item:hover .title,
.product-item:hover .price {
	color: var(--m-stoves-color-hover);
}

.product-item .info,
.summary .info {
	font-size: 0.875rem;
	line-height: 1;
	opacity: 0.5;
}
.product-item .options {
	position: absolute;
	top: 1.5625rem;
	right: 1.5625rem;
	z-index: 15;
}
.product-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.product-row.row-2 {
	align-items: flex-start;
}
.img-product {
	position: relative;
	margin: 0.9375rem;
	width: calc(62.6% - 1.875rem);

	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	border-radius: 0.625rem;
	padding: 1.5625rem;
}
.summary,
.dop-offer {
	position: relative;
	margin: 0.9375rem;
	width: calc(37% - 1.875rem);

	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	border-radius: 0.625rem;
	padding: 1.5625rem;
}
.dop-offer .title {
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.dop-offer p {
	margin: 1.25rem 0 1.875rem;
}
.summary .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0.625rem;
}
.summary .price-box {
	font-family: "Century Gothic";
	font-size: 1.125rem;
}
.summary .price {
	font-family: "Century Gothic";
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 400;
	color: var(--color-blue);
	margin-top: 0.625rem;
	margin-right: 1.25rem;
}
.summary .options-block {
	padding: 0.4375rem 0;
}
.summary .options-block .title {
	font-family: "Myriad Pro Bold";
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.summary .bottom {
	padding: 0.625rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.summary .bottom .button {
	margin-bottom: 1.5625rem;
}
.summary .bottom .button:nth-child(1),
.summary .bottom .button:nth-child(2) {
	width: 48%;
}
.summary .bottom .delivery-info {
	text-align: center;
	width: 100%;
	font-family: "Century Gothic";
}

.prod-tabs {
	position: relative;
	margin: 0.9375rem;
	width: calc(62.6% - 1.875rem);
	padding: 0;
	margin-bottom: 1.875rem;
}
.tabs-list {
	margin: 0 0 1.875rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tabs-list li {
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	color: var(--color009-1717);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	padding: 0.3125rem 1.4375rem;
	border-radius: 0.625rem;
	margin-right: 0.625rem;
	cursor: pointer;
}
.tabs-list li.active,
.tabs-list li:hover {
	color: var(--color-white-blue);
	background-color: var(--m-stoves-hover);
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.2);
}
.tabs-content {
	min-height: 3.25rem;
}
.tabs-content article p,
.tabs-content article ul,
.tabs-content article h2,
.tabs-content article img {
	margin: 1.25rem 0;
}

.atributes {
	padding: 0;
	margin: 0.625rem 0;
	list-style: none;
}

.atributes li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.3125rem;
}

.atributes li a {
	color: #0090f8;
	text-decoration: underline;
}

.atributes li a:hover {
	text-decoration: none;
}

.atributes li span {
	background-color: var(--body-bg);
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0.3125rem;
}

.atributes li .th {
	width: 35%;
}

.atributes li .th:after {
	content: "";
	width: 100%;
	height: 0.0625rem;
	border-bottom: 0.0625rem solid var(--img-border);
	display: block;
	margin-top: -0.625rem;
}

.atributes li .td {
	width: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/*!options*/
.radio-color {
	margin: 0.6875rem 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
	height: 1.875rem;
}
.radio-color p {
	margin: 0 0.625rem;
}
.radio-color &gt; span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
	border: 0.125rem solid var(--img-border);
	width: 1.875rem;
	min-width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	cursor: pointer;
}
.radio-color:hover &gt; input:not(:disabled):not(:checked) + span {
	box-shadow: 0 0.3125rem 0.3125rem rgba(244, 183, 55, 0.1);
	border: 0.125rem solid #f4b737;
}
.radio-color &gt; input:not(:disabled):not(:checked) + span:hover {
	box-shadow: 0 0.3125rem 0.3125rem rgba(244, 183, 55, 0.1);
	border: 0.125rem solid #f4b737;
}
.radio-color:hover p {
	color: var(--color-title);
}
.radio-color &gt; input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio-color &gt; input:checked + span {
	border: 0.125rem solid #f4b737;
	box-shadow: 0 0.3125rem 0.3125rem rgba(79, 15, 69, 0.1);
}
.radio-color &gt; input:checked + span:before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 100%;
	background: #fff;
}

/**/
.page .slider-nav .slick-list {
	margin: 0 !important;
}
.slider-nav {
	padding: 0 4.375rem 0 0;
	width: 100%;
	margin: 0;
}
.slider-nav .slick-slide {
	margin: 0.3125rem;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	border-radius: 0.625rem;
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
}
.slider-nav .slider-nav__foto {
	padding-top: 100%;
	cursor: pointer;
	position: relative;
}
.slider-nav .slider-nav__foto .foto {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.slider-nav .slick-arrow {
	position: absolute;
	z-index: 100;
	top: calc(50% - 1.3125rem);
	width: 2.625rem;
	height: 2.625rem;
	border: none;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav .slick-arrow svg {
	width: 0.9375rem;
	height: 0.6875rem;
	fill: #bcbcbc;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.slider-nav .slick-arrow.prev {
	left: 0;
}
.slider-nav .slick-arrow.next {
	right: 0;
}
.slider-nav .slick-arrow:hover {
	background-color: var(--m-stoves-arr-bg-hover);
}
.slider-nav .slick-arrow:hover svg {
	fill: var(--m-stoves-arr-hover);
}
.slider-nav .slick-disabled {
	opacity: 0;
}

.slider-p {
	max-width: 100%;
	margin-bottom: 1.25rem;
}

.slider__foto {
	position: relative;
	display: block !important;
	width: 100%;
	height: 34.375rem;
	margin: 0;
	border-radius: 0.625rem;

	outline: none !important;
	border: none !important;
}
.slider__foto .foto {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/*! benefits*/
.benefits {
	position: relative;
	margin: 0.9375rem 0;
	width: calc(63% - 1.0625rem);
	border: 0.125rem solid var(--img-border);
	background-color: var(--body-bg);
	border-radius: 0.625rem;
	padding: 0.9375rem 1.875rem;
	margin: 1.875rem 0 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits .benefits-item {
	width: 46%;
	display: inline-flex;
	min-height: 3.75rem;
	margin: 0.625rem 0;
}
.benefits .benefits-item .ico {
	width: 2.5rem;
	min-width: 2.5rem;
	margin-right: 0.9375rem;
	padding-top: 0.3125rem;
}
.benefits .benefits-item p {
	font-size: 0.9375rem;
}

.crossell,
.related {
	margin-top: 0.1875rem;
	margin-bottom: 1.875rem;
}

/*! */
.dropbtn {
	color: #0090f8;
}
.dropdown {
	position: relative;
	display: inline-block;
	padding: 0.125rem;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--body-bg);
	min-width: 10rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.dropdown-content.show-dropdown {
	display: block;
	background-color: var(--body-bg);
	box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.4);
	padding: 0.125rem;
	border: 0.125rem solid #3c3c3c;
	border-top: none;
}
.dropdown-content a {
	color: var(--color);
	padding: 0.75rem 1rem;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: var(--color);
}
._loading-icon {
	height: 3.125rem;
	background: url(../img/spinner.gif) center/3.125rem no-repeat;
}
.categories-filters {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	min-width: 23.5rem;
	position: fixed;
	height: 100%;
	top: 0;
	right: -31.25rem;
	z-index: 10000;
	overflow: auto;
	min-height: auto;
}
.categories-filters:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2000;
	top: 0;
	right: 0;
	background-color: var(--body-bg);
}
.show_filters {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	right: 0;
}
.categories-filters__block {
	margin: 3.75rem 0 0 3.75rem;
	position: relative;
	z-index: 2;
}
.close {
	position: absolute;
	right: 2rem;
	top: -2.5rem;
	width: 2rem;
	height: 2rem;
	opacity: 0.3;
}
.close:hover {
	opacity: 1;
}
.close:after,
.close:before {
	position: absolute;
	left: 0.9375rem;
	content: " ";
	height: 2.0625rem;
	width: 0.125rem;
	background-color: var(--color);
}
.close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.categories-filters__title {
	font-family: "Kinetika - Ultra";
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	color: var(--color-title);
	padding: 1.25rem 0 1.5625rem 1.25rem;
	height: auto;
}
.accordion {
	font-family: "Myriad Pro";
	line-height: 1.5rem;
	font-weight: 700;
	color: var(--color-bg);
	cursor: pointer;
	padding: 1.125rem;
	width: 100%;
	border: none;
	text-align: left;
	outline: 0;
	font-size: 0.9375rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: var(--arrow-down) 17.8125rem 1.5rem no-repeat;
}

.footer-basket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-between;
}

.line {
	width: 100%;
	margin-bottom: 1.125rem;
	padding-bottom: 0.9375rem;
	background: var(--line) left bottom repeat-x;
	background-size: 20% 0.125rem;
}

.footer-basket__button-done {
	margin: 0.625rem 5.625rem 0 0;
	width: 13.0625rem;
	height: 2.9375rem;
	background-color: #0dc143;
	box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.4);
	border-radius: 0.3125rem;
	padding: 0.5rem 2.5rem;
	cursor: pointer;
}
.footer-basket__button-done a {
	white-space: nowrap;
	font-family: "Myriad Pro";
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 400;
	color: #fff;
}
.footer-basket__button-done:hover {
	background-color: #008528;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer--inner {
	margin-top: auto;
}

.menu__list {
	width: calc(100% - 1.875rem);
}

.header--inner .logo__text {
	display: none;
}
.header__menu {
	position: relative;
}
.footer-line,
.footer__wrap {
	display: none;
}

.h-phone__label {
	margin: -1.375rem 0 0.9375rem;
}
.m-stoves-carousel a {
	grid-template-columns: 1fr 7.1875rem;
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0.625rem;
	grid-row-gap: 1.25rem;
}

.contacts {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.contacts__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 65%;
	flex: 0 1 65%;
}
.contacts__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 29%;
	flex: 0 1 29%;
	padding-top: 2rem;
}

.details__label {
	padding: 0 1.875rem;
}

.basket .basket__footer .footer-basket__go-menu {
	margin: 0 1.875rem 0 0;
}

.args__item1 img {
	margin: -2.375rem 0 0 -9.0625rem;
}
.args__item2 img {
	margin: -0.875rem 0 0 -8.8125rem;
}

.slick-dots-container {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0.625rem auto;
	height: 0.875rem;
	position: relative;
}

.slick-dots-container &gt; ul {
	padding: 0;
	display: flex;
	transition: all 0.25s;
	position: relative;
	margin: 0;
	list-style: none;
	transform: translateX(0);
	align-items: center;
	bottom: unset;
	height: 100%;
}

.slick-dots-container &gt; ul li {
	width: 0.825rem;
	height: 0.825rem;
	margin: 0 0.8rem;
	background-color: var(--dots-bg);
	border: none;
	border-radius: 50%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: none;
}

.slick-dots-container &gt; ul li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0.5125rem;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.slick-dots-container &gt; ul li.next {
	display: block;
}
.slick-dots-container &gt; ul li.p-small-1,
.slick-dots-container &gt; ul li.n-small-1 {
	transform: scale(1);

	display: block;
}
.slick-dots-container &gt; ul li.p-small-2,
.slick-dots-container &gt; ul li.n-small-2 {
	transform: scale(0.65);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: block;
}
.slick-dots-container &gt; ul li.slick-active {
	transform-origin: center;
	background: #0090f8;
	transform: scale(1);

	display: block;
}

.slick-dots li button:before {
	display: none;
}
.slick-dots li:hover {
	background-color: #0090f8;
}

.slick-dots-container-2 {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0.625rem auto;
	height: 0.875rem;
	position: relative;
}

.slick-dots-container-2 &gt; ul {
	padding: 0;
	display: flex;
	transition: all 0.25s;
	position: relative;
	margin: 0;
	list-style: none;
	transform: translateX(0);
	align-items: center;
	bottom: unset;
	height: 100%;
}

.slick-dots-container-2 &gt; ul li {
	width: 0.825rem;
	height: 0.825rem;
	margin: 0 0.8rem;
	background-color: var(--dots-bg);
	border: none;
	border-radius: 50%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.slick-dots-container-2 &gt; ul li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0.5125rem;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.slick-dots-container-2 &gt; ul li:first-child,
.slick-dots-container-2 &gt; ul li:last-child {
	transform: scale(0.65);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: block;
}
.slick-dots-container-2 &gt; ul li.slick-active {
	transform-origin: center;
	background: #0090f8;
	transform: scale(1);
	display: block;
}
.slick-dots-container-2 ul &gt; li:nth-child(n + 5) {
	display: none;
}
.slick-dots-container-2 ul &gt; li:nth-child(5) {
	transform: scale(0.65);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: block;
}
.cookie{
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
background-color: var(--body-bg);
color: var(--color);
position: fixed;
z-index: 999999;
bottom: 0;
left: 0;
right: 0;
padding: 30px 0;
display: none;
}
.cookie.active{
display: block;
}
.cookie .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookie .close{
	position: relative;
	top: 0;
	right: 0;
	margin-left: 2rem;
	cursor: pointer;
}
.cookie .text{
	width: 70.625rem;
	max-width: 85%	;
	font-size: 1.125rem;
}