@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: inherit;
}
body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}
input::-ms-clear {
	display: none;
}
@-ms-viewport {
	width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	td.visible-print,
	th.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: ' ';
	display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
*,
:after,
:before {
	box-sizing: border-box;
}
@font-face {
	font-family: Nunito;
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3ig.ttf) format('truetype');
}
@font-face {
	font-family: Nunito;
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTo3ig.ttf) format('truetype');
}
@font-face {
	font-family: Nunito;
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTo3ig.ttf) format('truetype');
}
@font-face {
	font-family: Nunito;
	font-style: normal;
	font-weight: 900;
	src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTo3ig.ttf) format('truetype');
}
.transition {
	transition: all 0.2s ease-in-out;
}
.transformFix {
	transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
	.flex-row {
		display: -ms-flexbox;
		display: flex;
	}
}
.bottom-gradient {
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
.btn {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s ease-in-out;
	line-height: 34px;
	padding: 0 25px;
	border-radius: 5px;
	font-size: 13px;
	background-color: #d60e41;
	color: #fff;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover {
	background-color: #e90f47;
}
@media only screen and (min-width: 768px) {
	.btn {
		line-height: 28px;
	}
}
@media only screen and (min-width: 992px) {
	.btn {
		line-height: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.btn {
		font-size: 18px;
		line-height: 45px;
	}
}
.btn--color {
	background-color: #63b450;
}
.btn--color:hover {
	background-color: #7cc06d;
}
.btn--color-secondary {
	background-color: #3b5b3f;
}
.btn--color-secondary:hover {
	background-color: #4b7450;
}
.btn--panel {
	background-color: #1f5071;
}
.btn--panel:hover {
	background-color: #28668f;
}
.pagination-item {
	transition: all 0.2s ease-in-out;
	width: 45px;
	height: 45px;
	border: solid 1px #b8c3c0;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-right: 14px;
}
.pagination-item:last-child {
	margin-right: 0;
}
.pagination-item:hover {
	background-color: #fafdfb;
}
.pagination-item svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 20px;
}
.pagination-item--left svg {
	transform: translate(-50%, -50%) rotate(180deg);
}
.pagination-item.swiper-button-disabled svg path {
	fill: #b8c3c0;
}
.more-btn {
	display: inline-block;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	color: #d60e41;
	font-weight: 600;
	margin-top: 5px;
	position: relative;
}
.more-btn::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #d60e41;
	transition: all 0.2s ease-in-out;
}
.more-btn:hover::after {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.more-btn {
		margin-top: 16px;
	}
}
.h2 {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
}
@media only screen and (min-width: 992px) {
	.h2 {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.h2 {
		font-size: 24px;
		line-height: 1.17;
	}
}
.twoheads a {
	transition: all 0.2s ease-in-out;
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.9);
	text-align: left;
	letter-spacing: 1px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	display: block;
}
.twoheads a span {
	color: #00e58d;
}
.twoheads a strong {
	transition: all 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.4);
	text-decoration: underline;
}
.twoheads a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.twoheads a:hover strong {
	color: #00e58d;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
body.blocked,
html.blocked {
	overflow: hidden;
}
html {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: Nunito, sans-serif;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
input[type='submit'] {
	cursor: pointer;
}
::-moz-selection {
	background: #63b450;
	color: #000;
}
::selection {
	background: #63b450;
	color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #63b450;
	-webkit-box-shadow: 0 0 0 1000px #fafdfb inset;
	font-size: 20px !important;
}
strong {
	font-weight: 700;
}
#wpadminbar {
	overflow-x: hidden;
	max-width: 100vw;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E');
	left: 10px;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E');
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E');
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E');
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E');
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E');
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
	transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
	transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
	transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
	transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
	transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
	transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
	transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
	transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
	transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
	transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
	transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
	transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
	transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
	transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
	transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
	transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
	transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
	transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
	transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
	transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
	transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
	transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
	transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
	transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
	transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
	transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
	transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
	transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
	transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
	transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
	transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
	transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
	transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
	transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
	transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
	transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
	transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
	transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
	transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
	transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
	transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
	transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
	transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
	transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
	transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
	transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
	transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
	transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
	transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
	transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
	transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
	transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
	transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
	transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
	transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
	transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
	transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
	transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
	transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
	transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
	transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
	transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
	transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
	transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
	transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
	transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
	transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
	transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
	transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
	transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
	transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
	transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
	transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
	transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
	transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
	transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
	transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
	transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
	transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
	transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
	transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
	transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
	transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
	transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
	transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
	transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
	transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
	transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
	transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
	transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
	transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
	transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
	transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
	transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
	transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
	transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
	transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
	transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
	transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
	transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
	transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
	transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
	transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
	transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
	transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
	transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
	transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
	transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
	transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
	transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
	transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
	transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
	transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
	transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
	transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
	transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
	transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
	transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
	transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
	transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
	transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
	transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
	transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
	transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^='fade'][data-aos^='fade'] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}
[data-aos='fade-up'] {
	transform: translate3d(0, 100px, 0);
}
[data-aos='fade-down'] {
	transform: translate3d(0, -100px, 0);
}
[data-aos='fade-right'] {
	transform: translate3d(-100px, 0, 0);
}
[data-aos='fade-left'] {
	transform: translate3d(100px, 0, 0);
}
[data-aos='fade-up-right'] {
	transform: translate3d(-100px, 100px, 0);
}
[data-aos='fade-up-left'] {
	transform: translate3d(100px, 100px, 0);
}
[data-aos='fade-down-right'] {
	transform: translate3d(-100px, -100px, 0);
}
[data-aos='fade-down-left'] {
	transform: translate3d(100px, -100px, 0);
}
[data-aos^='zoom'][data-aos^='zoom'] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}
[data-aos='zoom-in'] {
	transform: scale(0.6);
}
[data-aos='zoom-in-up'] {
	transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos='zoom-in-down'] {
	transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos='zoom-in-right'] {
	transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos='zoom-in-left'] {
	transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos='zoom-out'] {
	transform: scale(1.2);
}
[data-aos='zoom-out-up'] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos='zoom-out-down'] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos='zoom-out-right'] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos='zoom-out-left'] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^='slide'][data-aos^='slide'] {
	transition-property: transform;
}
[data-aos^='slide'][data-aos^='slide'].aos-animate {
	transform: translateZ(0);
}
[data-aos='slide-up'] {
	transform: translate3d(0, 100%, 0);
}
[data-aos='slide-down'] {
	transform: translate3d(0, -100%, 0);
}
[data-aos='slide-right'] {
	transform: translate3d(-100%, 0, 0);
}
[data-aos='slide-left'] {
	transform: translate3d(100%, 0, 0);
}
[data-aos^='flip'][data-aos^='flip'] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform;
}
[data-aos='flip-left'] {
	transform: perspective(2500px) rotateY(-100deg);
}
[data-aos='flip-left'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-right'] {
	transform: perspective(2500px) rotateY(100deg);
}
[data-aos='flip-right'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-up'] {
	transform: perspective(2500px) rotateX(-100deg);
}
[data-aos='flip-up'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}
[data-aos='flip-down'] {
	transform: perspective(2500px) rotateX(100deg);
}
[data-aos='flip-down'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}
.header {
	transition: all 0.2s ease-in-out;
	width: 100%;
	height: 60px;
	background-color: #63b450;
	position: fixed;
	z-index: 10;
	top: -60px;
	left: 0;
	right: 0;
}
.header--fixed {
	max-width: 100vw;
	top: 0;
}
.header--fixed-with-admin {
	max-width: 100vw;
	top: 32px;
}
.header__logo {
	width: 33px;
	margin-top: 7px;
	display: block;
}
.header__logo svg {
	width: 100%;
	height: 100%;
}
.header__logo svg path {
	fill: #d7e9cf;
}
@media only screen and (min-width: 768px) {
	.header__logo {
		width: 69px;
	}
}
.header__logo--desktop {
	display: none;
}
@media only screen and (min-width: 768px) {
	.header__logo--desktop {
		display: block;
	}
}
.header__logo--desktop path {
	fill: #d7e9cf;
}
@media only screen and (min-width: 768px) {
	.header__logo--mobile {
		display: none;
	}
}
.module-top {
	background-color: #e7f0eb;
	height: 100%;
	width: 100%;
	position: relative;
	padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
	.module-top--color-home::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.8);
	}
}
.module-top .module-top {
	position: relative;
}
.module-top .module-top__bar {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
}
.module-top .module-top__bar::before {
	background-image: url(../images/bg-01.svg);
}
@media only screen and (min-width: 768px) {
	.module-top .module-top__bar::before {
		width: 305px;
		height: 145px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top .module-top__bar::before {
		width: 338px;
		height: 161px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top .module-top__bar::before {
		width: 469px;
		height: 223px;
	}
}
.module-top--eco {
	height: 500px;
	background-image: none;
}
@media only screen and (min-width: 768px) {
	.module-top--eco {
		height: 850px;
		background-image: url(../images/eco_bg.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: auto 56%;
	}
}
@media only screen and (min-width: 992px) {
	.module-top--eco {
		height: 740px;
		background-size: auto 80%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top--eco {
		height: 800px;
		background-size: auto 100%;
	}
}
.module-top--about {
	height: auto;
}
@media only screen and (min-width: 992px) {
	.module-top--about {
		min-height: 640px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top--about {
		min-height: 700px;
	}
}
.module-top--new-about {
	height: 450px;
}
@media only screen and (min-width: 768px) {
	.module-top--new-about {
		height: 600px;
		background-size: auto 78%;
	}
}
@media only screen and (min-width: 992px) {
	.module-top--new-about {
		height: 700px;
		background-size: auto 82%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top--new-about {
		height: 800px;
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 768px) {
	.module-top--contact {
		padding-bottom: 60px;
		height: auto !important;
	}
}
.module-top__addon {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 240px;
	height: 125px;
}
@media only screen and (min-width: 768px) {
	.module-top__addon {
		width: 305px;
		height: 145px;
		left: -15px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__addon {
		width: 338px;
		height: 161px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__addon {
		width: 240px;
		height: 150px;
		left: 0;
	}
}
.module-top__addon img,
.module-top__addon svg {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.module-top__bar {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 27px;
	z-index: 2;
}
@media only screen and (min-width: 768px) {
	.module-top__bar {
		padding-top: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__bar {
		padding-top: 35px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__bar {
		padding-top: 45px;
	}
}
.module-top__nav {
	display: none;
}
@media only screen and (min-width: 992px) {
	.module-top__nav {
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.module-top__btn {
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	.module-top__btn {
		display: none;
	}
}
.module-top__btn:last-child {
	margin-right: 0;
}
.module-top__social {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	margin-top: 35px;
}
@media only screen and (max-width: 767px) {
	.module-top__social {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__social {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__social {
		margin-top: 50px;
		display: none;
	}
}
.module-top__social--fb::before {
	background-image: url(../images/i-social-blue.svg);
}
.module-top__social--insta::before {
	background-image: url(../images/i-social-green.svg);
}
.module-top__social--alt {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
	.module-top__social--alt {
		padding: 0 52px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__social--alt {
		padding: 0 57px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__social--alt {
		padding: 0 67px;
	}
}
.module-top__social-item {
	margin-right: 15px;
	position: relative;
	width: 35px;
	height: 35px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
	.module-top__social-item {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
	.module-top__social-item:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__social-item {
		width: 50px;
		height: 50px;
		margin-right: 25px;
	}
	.module-top__social-item:last-child {
		margin-right: 0;
	}
}
.module-top__social-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
	.module-top__social-item::before {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__social-item::before {
		width: 50px;
		height: 50px;
	}
}
.module-top__social-item:last-child {
	margin-right: 0;
}
.module-top__social-item svg {
	z-index: 2;
	height: 14px;
	width: auto;
}
@media only screen and (min-width: 992px) {
	.module-top__social-item svg {
		height: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__social-item svg {
		height: 18px;
	}
}
.module-top__social-item:hover {
	opacity: 0.9;
}
.module-top__logo {
	position: relative;
	display: block;
	z-index: 2;
}
.module-top__logo img,
.module-top__logo svg {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.module-top__logo {
		max-width: 242px;
		margin: 100px auto 0 auto;
		max-height: 200px;
	}
}
@media only screen and (min-width: 768px) {
	.module-top__logo {
		max-width: 267px;
		margin-top: 140px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__logo {
		max-width: 290px;
		margin-top: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__logo {
		max-width: 334px;
		margin-top: 180px;
	}
}
.module-top__box-wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.module-top__box-wrapper {
		width: 242px;
		margin: 30px auto 0 auto;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__box-wrapper {
		margin-top: 40px;
	}
}
.module-top__box {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	color: #3b5b3f;
}
.module-top__box img {
	min-width: 65px;
	width: 65px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
@media only screen and (min-width: 992px) {
	.module-top__box {
		width: 50%;
		margin-bottom: 0;
	}
	.module-top__box:nth-child(even) {
		padding-left: 20px;
	}
	.module-top__box:nth-child(3),
	.module-top__box:nth-child(4) {
		margin-top: 28px;
	}
}
.module-top__box-header {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	padding-left: 25px;
	color: inherit;
}
@media only screen and (min-width: 992px) {
	.module-top__box-header {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__box-header {
		font-size: 24px;
		line-height: 1.17;
	}
}
.module-top__header {
	font-size: 50px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	text-align: center;
	color: #3b5b3f;
	margin-top: 118px;
}
@media only screen and (min-width: 768px) {
	.module-top__header {
		margin-top: 70px;
		font-size: 54px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__header {
		font-size: 56px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__header {
		margin-top: 52px;
		font-size: 60px;
	}
}
.module-top__title {
	margin-top: 41px;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	color: #63b450;
}
@media only screen and (min-width: 992px) {
	.module-top__title {
		font-size: 44px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__title {
		margin-top: 52px;
		font-size: 52px;
	}
}
.module-top__calc {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: -30px;
	right: 25px;
	display: none;
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.module-top__calc {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__calc {
		width: 80px;
		height: 80px;
		bottom: -40px;
	}
}
.module-top__calc img,
.module-top__calc svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.module-top__relative {
	position: relative;
}
.module-top__additional {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}
.module-top__text {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	margin-left: auto;
	color: #63b450;
}
@media only screen and (min-width: 768px) {
	.module-top__text {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__text {
		font-size: 17px;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 768px) {
	.module-top__text {
		text-align: left;
		padding-right: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.module-top__text {
		max-width: 60%;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-top__text {
		font-size: 20px;
		max-width: 64%;
		min-height: 56px;
	}
}
.module-top--no-padding-bottom {
	padding-bottom: 0;
}
.footer {
	min-height: 180px;
	background-color: #63b450;
}
.footer__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 0 20px 0;
}
@media only screen and (min-width: 768px) {
	.footer__container {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
		padding: 30px 0 20px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.footer__container {
		padding: 40px 0 30px 0;
	}
}
.footer__container-col {
	margin-bottom: 38px;
}
@media only screen and (min-width: 768px) {
	.footer__container-col {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer__container-col {
		margin-left: auto;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {
	.footer__wrapper--column {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 768px) {
	.footer__wrapper {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.footer__custom-col::after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #3b5b3f;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.footer__blog {
	padding: 32px 0 20px 0;
}
@media only screen and (min-width: 768px) {
	.footer__blog {
		padding: 30px 0 20px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.footer__blog {
		padding: 40px 0 30px 0;
	}
}
.footer__phone {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	transition: all 0.2s ease-in-out;
	position: relative;
	font-family: Nunito, sans-serif;
	font-size: 30px;
	margin-bottom: 38px;
}
.footer__phone:hover {
	color: #3b5b3f;
}
.footer__phone img,
.footer__phone svg {
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 20px;
}
@media only screen and (min-width: 768px) {
	.footer__phone {
		-ms-flex-order: 2;
		order: 2;
		margin-left: auto;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer__phone {
		margin-bottom: 0;
	}
}
.footer #menu-menu-w-stopce-2 li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 20px;
}
@media only screen and (min-width: 540px) {
	.footer #menu-menu-w-stopce-2 li {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}
}
@media only screen and (min-width: 768px) {
	.footer #menu-menu-w-stopce-2 li {
		margin-bottom: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.footer #menu-menu-w-stopce-2 li {
		-ms-flex-preferred-size: calc(25% - 7.5px);
		flex-basis: calc(25% - 7.5px);
		padding-right: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.footer #menu-menu-w-stopce-2 li {
		padding-right: 95px;
	}
}
.footer #menu-menu-w-stopce-2 li a,
.footer #menu-menu-w-stopce-2 li button {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	font-size: 12px !important;
	background: 0 0;
	border: none;
	text-align: left;
	cursor: pointer;
}
.footer #menu-menu-w-stopce-2 li button {
	padding: 0;
}
.footer__nav-list {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	column-gap: 10px;
}
.footer__nav-list li {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	transition: all 0.2s ease-in-out;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 10px;
	margin-bottom: 14px;
}
.footer__nav-list li:hover {
	color: #fff;
}
@media only screen and (min-width: 540px) {
	.footer__nav-list li {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}
}
@media only screen and (min-width: 768px) {
	.footer__nav-list li {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.footer__nav-list li {
		padding-right: 10px;
		-ms-flex-preferred-size: calc(33.33% - 7px);
		flex-basis: calc(33.33% - 7px);
	}
}
.footer__nav-list li.client-panel {
	color: #1f5071;
}
.footer__nav-list li.client-panel:hover {
	color: #28668f;
}
.footer__nav-list:last-child {
	margin-bottom: 0;
}
.footer__link {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	margin-bottom: 8px;
	margin-top: 23px;
	display: block;
	transition: all 0.2s ease-in-out;
}
.footer__link:last-of-type {
	margin-top: 0;
}
.footer__link:hover {
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.footer__link {
		margin-top: 0;
	}
}
.footer__rights {
	font-size: 12px;
}
.footer__rights a {
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.footer__rights a:hover {
	color: #fff;
}
.footer__logo {
	display: block;
	width: 74px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.footer__logo {
		margin-left: auto;
	}
}
@media only screen and (min-width: 992px) {
	.footer__logo {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.footer__logo {
		height: auto;
	}
}
.footer__logo svg {
	width: 100%;
	height: auto;
}
.footer__logo svg path {
	fill: #d7e9cf;
}
.footer__bottom {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	padding: 22px 0 20px 0;
	font-size: 12px;
}
@media only screen and (min-width: 768px) {
	.footer__bottom {
		padding: 0;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.footer__bottom {
		-ms-flex: 100%;
		flex: 100%;
		margin-top: 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media only screen and (min-width: 1200px) {
	.footer__bottom {
		padding-bottom: 30px;
	}
}
.footer__bottom-link {
	margin-right: 15px;
}
.footer__bottom-link--copyright {
	-ms-flex-order: 100;
	order: 100;
	margin-top: 10px;
}
@media only screen and (min-width: 992px) {
	.footer__bottom-link--copyright {
		margin-top: 0;
		-ms-flex-order: 0;
		order: 0;
	}
}
.mobile-btn {
	width: 27px;
	height: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	float: right;
	z-index: 11;
}
@media only screen and (min-width: 768px) {
	.mobile-btn {
		margin-left: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.mobile-btn {
		margin-left: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.mobile-btn {
		margin-left: 40px;
	}
}
.mobile-btn.active span {
	background-color: #d7e9cf;
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
	opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
	transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
	transform: rotate(-45deg);
}
.mobile-btn span {
	transition: all 0.2s ease-in-out;
	width: 100%;
	display: block;
	background-color: #63b450;
	height: 4px;
	margin-bottom: 7px;
	position: absolute;
	right: 0;
	border-radius: 1px;
}
.mobile-btn span:nth-child(1) {
	top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
	top: 8px;
	right: 0;
}
.mobile-btn span:nth-child(4) {
	top: 16px;
}
.mobile-nav {
	transition: all 0.2s ease-in-out;
	max-width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(99, 180, 80, 0.95);
	z-index: 5;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}
.mobile-nav.active {
	opacity: 1;
	visibility: visible;
}
.mobile-nav__header {
	padding: 20px 0;
}
@media only screen and (min-width: 768px) {
	.mobile-nav__header {
		padding: 40px 0;
	}
}
.mobile-nav__header img {
	height: 58px;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.mobile-nav__header img {
		height: 41px;
	}
}
.mobile-nav__header .mobile-btn {
	z-index: 20;
}
.mobile-nav__header .mobile-btn span {
	background-color: #000;
}
.mobile-nav__menu {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: right;
	color: #fff;
}
@media only screen and (min-width: 992px) {
	.mobile-nav__menu {
		line-height: 1.4;
		font-size: 30px;
	}
}
.mobile-nav__menu-wrapper {
	width: 100%;
	padding-top: 96px;
	text-align: right;
	padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
	.mobile-nav__menu-wrapper {
		padding-top: 120px;
	}
}
.mobile-nav__menu li {
	transition: all 0.2s ease-in-out;
	display: block;
	margin-bottom: 17px;
}
.mobile-nav__menu li:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.mobile-nav__menu li {
		margin-bottom: 0;
	}
}
.mobile-nav__menu li a {
	transition: all 0.2s ease-in-out;
}
.mobile-nav__menu li a:hover {
	color: #d7e9cf;
}
.mobile-nav .mobile-btn {
	position: absolute;
	right: 15px;
	top: -60px;
}
.mobile-diet-btn {
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
}
.mobile-diet-btn__block {
	margin-top: 20px;
}
@media only screen and (min-width: 992px) {
	.mobile-diet-btn__block {
		margin-top: 25px;
	}
}
.mobile-diet-btn__client {
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.66;
	letter-spacing: normal;
	text-align: right;
	color: #1f5071;
	margin-top: 35px;
}
@media only screen and (min-width: 992px) {
	.mobile-diet-btn__client {
		margin-top: 50px;
	}
}
.mobile-diet-btn__client:hover {
	color: #28668f;
}
.nav {
	height: 60px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.nav ul {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	display: none;
}
@media only screen and (min-width: 768px) {
	.nav ul {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.nav ul {
		margin-right: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.nav ul {
		margin-right: 60px;
		display: -ms-flexbox;
		display: flex;
	}
}
.nav ul li {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s ease-in-out;
	padding-right: 18px;
	color: #d7e9cf;
}
.nav ul li:last-child {
	padding-right: 0;
}
.nav ul li:hover {
	color: #fff;
}
@media only screen and (min-width: 992px) {
	.nav ul li {
		padding-right: 20px;
	}
}
.nav__extra {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.nav__extra-btn {
	font-size: 13px;
	margin-left: 15px;
	display: inline-block;
}
.nav__extra-btn:first-of-type {
	margin-left: 0;
}
.nav__extra-btn--desktop {
	display: none;
}
@media only screen and (min-width: 768px) {
	.nav__extra-btn--desktop {
		display: block;
	}
}
.nav__extra .mobile-btn--inside {
	display: inline-block;
	margin-left: 30px;
}
.nav__extra .mobile-btn--inside span {
	background-color: #d7e9cf;
}
@media only screen and (min-width: 1200px) {
	.nav__extra .mobile-btn--inside {
		display: none;
	}
}
.nav__social {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.nav__social {
		display: none;
	}
}
.nav__social-item {
	margin-left: 20px;
	display: inline-block;
	position: relative;
	height: 21px;
}
.nav__social-item svg {
	height: 100%;
	width: auto;
}
.nav__social-item::after {
	transition: all 0.2s ease-in-out;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 100%;
	overflow: hidden;
	opacity: 0;
}
.nav__social-item:hover::after {
	width: 42px;
	height: 42px;
	opacity: 1;
	overflow: visible;
}
@media only screen and (min-width: 992px) {
	.nav__social-item {
		margin-left: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.nav__social-item {
		margin-left: 30px;
	}
}
.nav .btn {
	line-height: 27px;
	padding: 0 13px;
}
@media only screen and (min-width: 768px) {
	.nav .btn {
		line-height: 35px;
		padding: 0 19px;
	}
}
.module-calculator {
	min-height: 570px;
	background-color: #3b5b3f;
}
@media only screen and (min-width: 992px) {
	.module-calculator {
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator {
		margin-bottom: 0;
	}
}
.module-calculator__header {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__header {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media only screen and (min-width: 992px) {
	.module-calculator__header {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__header {
		margin-top: 100px;
	}
}
.module-calculator__close {
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
	border-radius: 5px;
	height: 60px;
	color: #fff;
	max-height: 60px;
	padding: 0 60px 0 0;
	background-color: #d60e41;
	width: 100%;
	font-size: 18px;
	padding: 20px 0 20px 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.module-calculator__close {
		display: none;
	}
}
.module-calculator__close.active::after {
	transform: rotate(0);
}
.module-calculator__close::after {
	transition: all 0.2s ease-in-out;
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/i-arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center;
	transform: rotate(180deg);
}
.module-calculator__switcher {
	margin-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.module-calculator__switcher {
		display: none;
	}
}
.module-calculator__switcher.active {
	height: auto;
}
.module-calculator__switcher.active::after {
	transform: rotate(180deg);
}
.module-calculator__switcher.active .module-calculator__switcher-list {
	height: 400px;
}
.module-calculator__switcher::after,
.module-calculator__switcher::before {
	transition: all 0.2s ease-in-out;
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}
.module-calculator__switcher::after {
	background-image: url(../images/i-arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center;
}
.module-calculator__switcher::before {
	background-color: #d60e41;
}
.module-calculator__switcher-list {
	height: 0;
	overflow: scroll;
}
.module-calculator__switcher-list__item {
	padding: 0 60px 0 0;
}
.module-calculator__switcher-current,
.module-calculator__switcher-item {
	height: 60px;
	padding: 0 60px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #3b5b3f;
}
.module-calculator__switcher-current span,
.module-calculator__switcher-item span {
	width: calc(100% - 60px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
	padding: 20px 0 20px 20px;
}
.module-calculator__switcher-current {
	padding: 0;
}
.module-calculator__switcher-item {
	padding: 0;
	width: 100%;
	margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
	.module-calculator__switcher-item {
		margin-left: 12px;
	}
}
.module-calculator__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	text-align: center;
	color: #d7e9cf;
	font-size: 40px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.module-calculator__title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.module-calculator__title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.module-calculator__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__title {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 768px) {
	.module-calculator__title {
		text-align: left;
		font-size: 32px;
	}
}
.module-calculator__tester {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: normal;
	color: #b5ccab;
	border: solid 1px #63b450;
	border-radius: 5px;
	padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
	.module-calculator__tester {
		font-size: 20px;
		padding: 0 20px 0 70px;
	}
}
.module-calculator #calculatorContainer {
	transition: all 0.2s ease-in-out;
	position: relative;
}
.module-calculator #calculatorContainer:after,
.module-calculator #calculatorContainer:before {
	content: '';
	transition: all 0.2s ease-in-out;
	transform: translate(-50%, -50%);
	visibility: hidden;
	position: absolute;
	opacity: 0;
	left: 50%;
	top: 50%;
}
.module-calculator #calculatorContainer:before {
	background-color: #fafdfb;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	z-index: 2;
}
@keyframes loadingbtnXY {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.module-calculator #calculatorContainer:after {
	content: '';
	background: url(../images/i-loading.svg) no-repeat center;
	animation: loadingbtnXY 2s infinite;
	background-size: contain;
	height: 28px;
	width: 28px;
	z-index: 3;
}
.module-calculator #calculatorContainer.loading:after,
.module-calculator #calculatorContainer.loading:before {
	visibility: visible;
	opacity: 1;
}
.module-calculator #calculatorContainer.loading .module-calculator__container {
	pointer-events: none;
	opacity: 0.3;
}
.module-calculator__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	transition: all 0.2s ease-in-out;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.module-calculator__container {
		overflow: visible;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 0;
	}
}
.module-calculator__container-inner {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	transition: all 0.2s ease-in-out;
	max-height: 0;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.module-calculator__container-inner {
		max-height: none;
	}
}
.module-calculator__container-inner.active {
	max-height: 1000px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__container-inner.active {
		max-height: none;
	}
}
.module-calculator__wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	transition: all 0.2s ease-in-out;
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper {
		-ms-flex-preferred-size: calc(25% - 12px);
		flex-basis: calc(25% - 12px);
		overflow: visible;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: auto;
	}
}
.module-calculator__wrapper:first-of-type,
.module-calculator__wrapper:last-of-type {
	margin-right: 0;
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper {
		margin-right: 20px;
	}
	.module-calculator__wrapper:last-of-type {
		margin-right: 0;
	}
	.module-calculator__wrapper:first-of-type {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper .module-calculator__box-inside--wrap {
		height: 100%;
	}
}
.module-calculator__wrapper--first {
	position: relative;
	min-width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper--first {
		min-width: 540px;
		margin-bottom: 0;
	}
}
.module-calculator__wrapper--first .module-calculator__box {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background-color: transparent;
}
.module-calculator__wrapper--first .module-calculator__box--padding {
	padding: 0;
}
.module-calculator__wrapper--first .module-calculator__box-outside {
	display: none;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--first .module-calculator__box-outside {
		background-color: #fafdfb;
		margin-bottom: 20px;
		border-radius: 5px;
		padding: 15px;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}
}
.module-calculator__wrapper--first .module-calculator__box-outside .module-calculator__diet-options {
	width: 100%;
	margin: 0;
}
.module-calculator__wrapper--first .module-calculator__box-inside {
	background-color: #fafdfb;
	border-radius: 5px;
	padding: 15px;
}
.module-calculator__wrapper--first .module-calculator__box-inside .module-calculator__item {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--first .module-calculator__box-inside .module-calculator__item img,
	.module-calculator__wrapper--first .module-calculator__box-inside .module-calculator__item svg {
		margin-bottom: 10px;
		height: 40px;
		width: 40px;
	}
}
.module-calculator__wrapper--second {
	width: 100%;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--second {
		width: 160px;
		margin-top: 0;
	}
}
@media only screen and (min-width: 992px) {
	.module-calculator__wrapper--second {
		width: 230px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper--second {
		width: 100px;
	}
}
.module-calculator__wrapper--second .module-calculator__box-outside {
	width: auto;
	margin-right: 5%;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--second .module-calculator__box-outside {
		width: 100%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper--third {
		width: auto;
		min-width: 140px;
	}
}
.module-calculator__wrapper--third .module-calculator__box-inside {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box-inside {
		min-width: 100%;
		width: auto;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.module-calculator__wrapper--third .module-calculator__box-inside--wrap {
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box-inside--wrap {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.module-calculator__wrapper--third .module-calculator__box-outside {
	display: block;
	width: auto;
	margin-right: calc(5% + 10px);
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box-outside {
		width: 100%;
		margin-right: 0;
	}
}
.module-calculator__wrapper--third .module-calculator__box .select-box__field {
	opacity: 0;
	margin-top: -5px;
	visibility: hidden;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box .select-box__field {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}
}
.module-calculator__wrapper--third .module-calculator__box .select-box__list {
	display: block;
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box .select-box__list {
		display: none;
	}
}
.module-calculator__wrapper--third .module-calculator__box .select-box__list li {
	width: 110px;
	height: 45px;
	font-size: 24px;
	background-color: #ebf4e7;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto 10px;
	text-align: center;
	background-color: #d60e41;
	padding: 0 22px 0 22px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box .select-box__list li {
		text-align: left;
		margin: 0;
		width: auto;
		height: auto;
		font-size: 16px;
		background-color: transparent;
		border-radius: 0;
		padding: 0 40px 0 22px;
		color: #3b5b3f;
	}
	.module-calculator__wrapper--third .module-calculator__box .select-box__list li:hover {
		background-color: rgba(181, 204, 171, 0.5);
	}
}
.module-calculator__wrapper--third .module-calculator__box .select-box__list li.selected {
	background-color: #ebf4e7;
	color: #3b5b3f;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--third .module-calculator__box .select-box__list li.selected {
		background-color: #63b450;
		color: #fafdfb;
	}
	.module-calculator__wrapper--third .module-calculator__box .select-box__list li.selected:hover {
		background-color: #63b450;
	}
}
.module-calculator__wrapper--third .module-calculator__box .select-box__list li:nth-last-child(1) {
	margin-bottom: 0;
}
.module-calculator__wrapper--fourth {
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--fourth {
		margin-top: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper--fourth {
		width: 100px;
	}
}
.module-calculator__wrapper--fourth .module-calculator__box-outside {
	width: auto;
	margin-right: 5%;
}
@media only screen and (min-width: 768px) {
	.module-calculator__wrapper--fourth .module-calculator__box-outside {
		width: 100%;
	}
}
.module-calculator__wrapper--fifth {
	padding-top: 46px;
}
@media only screen and (min-width: 1200px) {
	.module-calculator__wrapper--fifth {
		width: auto;
	}
}
.module-calculator__wrapper--fifth.active {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3b5b3f;
	z-index: 9;
}
.module-calculator__box {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	background-color: #fafdfb;
	padding: 34px 0;
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box {
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 0 0 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0 15px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__box {
		width: auto;
	}
}
.module-calculator__box--padding {
	padding-top: 25px;
}
.module-calculator__box--summary {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: transparent;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box--summary {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.module-calculator__box-inside {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 0 15px;
	width: 70%;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box-inside {
		width: auto;
		min-width: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.module-calculator__box-inside--diet-select {
	position: relative;
	padding-bottom: 16px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box-inside--diet-select {
		width: auto;
	}
}
.module-calculator__box-inside--diet-select::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: 0;
	height: 47px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
.module-calculator__box-inside--wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box-inside--wrap {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.module-calculator__box-inside--kcal {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.module-calculator__box-outside {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 0 5px 5px;
	width: 30%;
	padding: 0 10px 0 10px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box-outside {
		width: 100%;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__box-outside {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.module-calculator__diet-options {
	margin-left: auto;
	margin-top: -5px !important;
}
.module-calculator__diet-options img {
	width: 27px;
	height: 27px;
	transition: all 0.2s ease-in-out;
}
.module-calculator__diet-options img:hover {
	transform: translateY(-4px);
}
.module-calculator__diet-option {
	position: relative;
	margin-top: 5px;
	margin-left: 12px;
	height: 100%;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}
.module-calculator__diet-option:hover .module-calculator__diet-option-desc {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -10px);
}
.module-calculator__diet-desc {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	margin-bottom: 5px;
}
.module-calculator__diet-option-desc {
	background-color: #fff;
	position: absolute;
	display: block;
	padding: 3px 8px;
	border: solid 1px #3b5b3f;
	border-radius: 5px;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 120px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	font-size: 12px;
	color: #3b5b3f;
	z-index: 10;
}
.module-calculator__item {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.module-calculator__item--select img {
	width: 79px;
	height: 79px;
}
.module-calculator__item--select:nth-child(1) {
	padding-left: 5px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__item--select:nth-child(1) {
		min-width: 200px;
	}
}
@media only screen and (min-width: 768px) {
	.module-calculator__item--select:nth-child(2) {
		min-width: 284px;
		padding-right: 50px;
	}
}
.module-calculator__item--select:nth-child(3) {
	min-width: 26px;
}
.module-calculator__item--select:nth-child(3) svg {
	width: 26px;
	height: 26px;
	margin-bottom: 10px;
}
.module-calculator__item--select:nth-child(3) svg path {
	fill: #ffcd1c;
}
.module-calculator__box-diet {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #fafdfb;
	font-weight: 700;
	width: 100%;
	font-weight: 400;
	color: #ffcd1c;
	margin-bottom: 8px;
	display: none;
}
@media only screen and (min-width: 768px) {
	.module-calculator__box-diet {
		display: block;
	}
}
.module-calculator__box-header {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #fafdfb;
	font-weight: 700;
	margin-bottom: 22px;
}
.module-calculator__box-header span {
	color: #ffcd1c;
}
.module-calculator__desc {
	font-family: Nunito, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #3b5b3f;
	line-height: 1.33;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__desc {
		margin-top: 0;
		padding-bottom: 0;
	}
}
.module-calculator__desc:nth-child(2) {
	font-weight: 600;
	margin-top: 10px;
}
.module-calculator__option-desc {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	display: block;
	width: 100%;
	color: #3b5b3f;
}
@media only screen and (min-width: 768px) {
	.module-calculator__option-desc {
		margin-bottom: 53px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__option-desc {
		margin-bottom: 0;
	}
}
.module-calculator__quanity {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	color: #3b5b3f;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: auto 0;
}
@media only screen and (min-width: 768px) {
	.module-calculator__quanity {
		margin: 0;
	}
}
.module-calculator__btn {
	width: 44px;
	height: 44px;
	background-color: #d60e41;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
	.module-calculator__btn {
		width: 35px;
		height: 35px;
	}
}
.module-calculator__btn:last-child {
	margin-bottom: 10px;
	-ms-flex-order: -1;
	order: -1;
}
@media only screen and (min-width: 768px) {
	.module-calculator__btn:last-child {
		margin-bottom: 0;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 10px;
	}
}
.module-calculator__btn:hover {
	background-color: #e90f47;
}
.module-calculator__btn--disabled {
	background-color: #b8c3c0;
}
.module-calculator__btn--disabled:hover {
	background-color: #c6cfcc;
}
.module-calculator__btn img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__btn img {
		left: 10px;
		top: 10px;
	}
}
.module-calculator__per-day,
.module-calculator__per-month {
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	white-space: nowrap;
}
.module-calculator__per-day {
	font-size: 40px;
	color: #ffcd1c;
}
.module-calculator__per-month {
	font-size: 20px;
	color: #63b450;
}
.module-calculator__client-info {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #d7e9cf;
	margin-top: 20px;
}
.module-calculator__order-btn {
	width: 100%;
	font-size: 18px;
	line-height: 3.3;
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	.module-calculator__order-btn {
		margin-top: 0;
		font-size: 14px;
		line-height: 2.8;
	}
}
@media only screen and (min-width: 1200px) {
	.module-calculator__order-btn {
		line-height: 3.3;
	}
}
.select-box {
	width: 100%;
	position: relative;
	z-index: 1;
}
.select-box--active .select-box__field {
	border-radius: 5px 5px 0 0;
}
.select-box--active .select-box__list {
	display: block !important;
	border-radius: 0 0 5px 5px;
}
.select-box__field {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	width: 100%;
	height: 35px;
	position: absolute;
	background-color: rgba(215, 233, 207, 0.5);
	display: block;
	border-radius: 5px;
	line-height: 35px;
	padding: 0 40px 0 22px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.select-box__field {
		position: relative;
	}
}
.select-box__field::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background-color: #d60e41;
	border-radius: 0 5px 5px 0;
	transition: all 0.2s ease-in-out;
}
.select-box__field::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 12.5px;
	width: 15px;
	height: 10px;
	background-image: url(../images/i-arrow.svg);
	background-repeat: no-repeat;
}
.select-box__field:hover::before {
	background-color: #e90f47;
}
.select-box__list {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	display: none;
	left: 0;
	right: 0;
	top: 35px;
	line-height: 35px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.select-box__list {
		background-color: #ebf4e7;
	}
}
@media only screen and (min-width: 992px) {
	.select-box__list {
		position: absolute;
	}
}
.select-box__list li {
	transition: all 0.2s ease-in-out;
	padding: 0 40px 0 22px;
	line-height: 1.9;
}
@media only screen and (min-width: 768px) {
	.select-box__list li {
		border-top: 1px solid #d3e0cd;
		line-height: 35px;
	}
}
.select-box__list li:first-of-type {
	border-top: 0;
}
.select-box__list li:hover {
	background-color: rgba(181, 204, 171, 0.5);
}
.select-box__list li.selected {
	background-color: #63b450;
	color: #fff;
}
.module-blog-post {
	margin: 50px 0;
}
@media only screen and (min-width: 768px) {
	.module-blog-post {
		margin: 60px 0;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post {
		margin: 80px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-blog-post {
		margin: 100px 0;
	}
}
.module-blog-post__error {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.module-blog-post__error {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.module-blog-post__error {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post__error {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-blog-post__error {
		font-size: 40px;
		line-height: 1.35;
	}
}
.module-blog-post__container {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__container--main-post {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.module-blog-post__container--main-post .module-blog-post__pic {
	position: relative;
	width: 100%;
	margin-right: 30px;
	height: auto;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__container--main-post .module-blog-post__pic {
		max-width: 345px;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post__container--main-post .module-blog-post__pic {
		max-width: 315px;
	}
}
.module-blog-post__container--main-post .module-blog-post__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__container--main-post .module-blog-post__pic img {
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.module-blog-post__container--main-post .module-blog-post__pic {
		height: 150px;
	}
}
@media only screen and (min-width: 768px) {
	.module-blog-post__container--main-post .module-blog-post__pic {
		margin-bottom: 0;
	}
}
.module-blog-post__container--main-post .module-blog-post__date {
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.module-blog-post__container--main-post .module-blog-post__desc p {
		margin-bottom: 20px;
	}
	.module-blog-post__container--main-post .module-blog-post__desc p:first-of-type {
		display: block;
	}
}
.module-blog-post__link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.module-blog-post__row::before {
		content: none;
	}
}
.module-blog-post--next-page {
	margin-top: 50px;
}
@media only screen and (min-width: 768px) {
	.module-blog-post--next-page {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post--next-page {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-blog-post--next-page {
		margin-top: 100px;
	}
}
.module-blog-post__container {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__container {
		margin-bottom: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post__container {
		margin-bottom: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-blog-post__container {
		margin-bottom: 80px;
	}
}
.module-blog-post__pic {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	display: block;
}
.module-blog-post__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.module-blog-post__pic {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.module-blog-post__pic {
		height: 200px;
	}
}
.module-blog-post__box {
	position: relative;
}
.module-blog-post__header {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.module-blog-post__header {
		font-size: 26px;
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 992px) {
	.module-blog-post__header {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-blog-post__header {
		font-size: 30px;
	}
}
.module-blog-post__date,
.module-blog-post__more {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.module-blog-post__desc p {
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 20px;
	color: #3b5b3f;
}
.module-blog-post__desc p:last-of-type {
	margin-bottom: 10px;
}
.module-blog-post__date {
	color: #b8c3c0;
}
.module-blog-post__more {
	color: #d60e41;
	margin-bottom: 0;
}
.module-loading {
	min-width: 180px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #b5ccab;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	.module-loading {
		margin-bottom: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.module-loading {
		margin-bottom: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-loading {
		margin-bottom: 80px;
	}
}
.module-loading__btn {
	line-height: 35px;
	display: inline-block;
	padding: 0 28px 0 28px;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.module-loading__btn:hover {
	background-color: #e6f1e0;
}
.module-loading__btn.loading {
	padding: 0 56px 0 28px;
}
.module-loading__btn.loading::after {
	content: '';
	animation: loadingbtn 2s infinite;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/i-loading.svg);
	width: 18px;
	height: 18px;
}
@keyframes loadingbtn {
	from {
		transform: translateY(-50%) rotate(0);
	}
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}
.module-help {
	background-color: #63b450;
	position: relative;
	padding: 50px 0;
}
.module-help::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
@media only screen and (min-width: 768px) {
	.module-help {
		padding: 60px 0 40px 0;
	}
}
@media only screen and (min-width: 992px) {
	.module-help {
		padding: 70px 0 50px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help {
		padding: 80px 0 55px 0;
	}
}
@media only screen and (max-width: 767px) {
	.module-help__container {
		max-width: 250px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) {
	.module-help__container {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.module-help__icon {
	max-width: 200px;
}
.module-help__icon img {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.module-help__icon {
		max-width: 250px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help__icon {
		max-width: 307px;
	}
}
.module-help__desc p {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #d7e9cf;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.module-help__desc p {
		font-size: 26px;
		margin-bottom: 6px;
	}
}
@media only screen and (min-width: 992px) {
	.module-help__desc p {
		font-size: 34px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help__desc p {
		font-size: 40px;
	}
}
.module-help__desc p:last-child {
	color: #fafdfb;
	margin-bottom: 0;
}
.module-help__desc a {
	transition: all 0.2s ease-in-out;
	display: inline-block;
	cursor: pointer;
}
.module-help__desc a:hover {
	color: #3b5b3f;
}
@media only screen and (min-width: 768px) {
	.module-help__desc {
		padding-left: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help__desc {
		padding-left: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.module-help--map {
		padding: 35px 0 25px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help--map {
		padding: 45px 0 35px 0;
	}
}
.module-help--map .module-help__container {
	display: block;
}
@media only screen and (max-width: 767px) {
	.module-help--map .module-help__container {
		max-width: 100%;
	}
}
@media only screen and (min-width: 992px) {
	.module-help--map .module-help__container {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.module-help--map .module-help__more {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	color: #d7e9cf !important;
	font-weight: 500;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {
	.module-help--map .module-help__more {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.module-help--map .module-help__more {
		font-size: 17px;
		line-height: 1.4;
	}
}
.module-help--map .module-help__more b {
	font-weight: 700;
	color: #fafdfb;
}
@media only screen and (min-width: 992px) {
	.module-help--map .module-help__more {
		text-align: right;
		margin-top: 0;
	}
}
.module-help--map .module-help__title {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.85;
	line-height: 1.2;
	letter-spacing: normal;
	color: #fafdfb;
}
@media only screen and (min-width: 768px) {
	.module-help--map .module-help__title {
		font-size: 26px;
		line-height: normal;
	}
}
@media only screen and (min-width: 992px) {
	.module-help--map .module-help__title {
		font-size: 32px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 1200px) {
	.module-help--map .module-help__title {
		font-size: 40px;
	}
}
.module-diet {
	margin: 25px 0;
}
@media only screen and (min-width: 768px) {
	.module-diet {
		margin: 30px 0;
	}
}
@media only screen and (min-width: 992px) {
	.module-diet {
		margin: 35px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet {
		margin: 40px 0;
	}
}
.module-diet__flex {
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.module-diet__flex .col-xs-12 {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.module-diet__flex .col-xs-12 {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.module-diet__flex .col-xs-12 {
		margin-bottom: 40px;
	}
}
.module-diet__content {
	display: block;
	background: 0 0;
	border: none;
	text-align: left;
	cursor: pointer;
}
.module-diet__container {
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 22px 20px 30px 20px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.module-diet__container {
		margin-bottom: 30px;
		min-height: 630px;
	}
}
@media only screen and (min-width: 992px) {
	.module-diet__container {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet__container {
		min-height: 605px;
		padding: 30px 20px 40px 20px;
	}
}
.module-diet-box {
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 22px 20px 30px 20px;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.module-diet-box {
		min-height: 630px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet-box {
		min-height: 605px;
		padding: 30px 20px 40px 20px;
	}
}
.module-diet__header {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.module-diet__header:first-child {
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.module-diet__header:first-child {
		margin-bottom: 24px;
	}
}
.module-diet__header--optimal {
	color: #f39325;
	fill: #f39325;
}
.module-diet__header--vege-fish {
	color: #21b5ea;
	fill: #21b5ea;
}
.module-diet__header--hash {
	color: #d60e41;
	fill: #d60e41;
}
.module-diet__header--ig {
	color: #ffcd1c;
	fill: #ffcd1c;
}
.module-diet__header--sport {
	color: #005074;
	fill: #005074;
}
.module-diet__header--vege {
	color: #63b450;
	fill: #63b450;
}
.module-diet__title {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: inherit;
}
@media only screen and (min-width: 768px) {
	.module-diet__title {
		font-size: 26px;
	}
}
@media only screen and (min-width: 992px) {
	.module-diet__title {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet__title {
		font-size: 30px;
	}
}
.module-diet__icon {
	width: 35px;
	height: 35px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.module-diet__icon svg {
	width: 100%;
	height: 100%;
}
.module-diet__icon svg path {
	fill: inherit;
}
@media only screen and (min-width: 992px) {
	.module-diet__icon {
		width: 45px;
		height: 45px;
	}
}
.module-diet__pic {
	width: 100%;
	height: 200px;
}
.module-diet__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.module-diet__pictograms {
	margin-bottom: 10px;
	display: block;
	font-size: 0;
	width: 100%;
}
.module-diet__pictograms .module-pictogram {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
.module-diet__pictograms .module-pictogram:last-of-type {
	margin-right: 0;
}
.module-diet__desc {
	margin-top: 25px;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
	.module-diet__desc {
		margin-top: 30px;
	}
}
.module-diet__buttons {
	margin-top: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.module-diet__buttons a:first-child {
	margin-right: 4px;
}
@media only screen and (min-width: 1200px) {
	.module-diet__buttons a:first-child {
		margin-right: 10px;
	}
}
.module-diet__btn {
	line-height: 45px;
	font-size: 18px;
}
@media only screen and (min-width: 768px) {
	.module-diet__btn {
		width: 120px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet__btn {
		width: 170px;
		padding: 0;
	}
}
.module-diet__btn--green {
	background-color: #63b450;
}
.module-diet__btn--green:hover {
	background-color: rgba(99, 180, 80, 0.75);
}
@media only screen and (min-width: 768px) {
	.module-diet__btn--green {
		width: 120px;
	}
}
.module-diet__btn--disabled {
	opacity: 0.7;
	width: auto;
	padding: 0 10px;
}
.module-diet__btn--disabled:hover {
	background-color: #d60e41;
}
.module-diet__btn--menu {
	line-height: 45px;
	font-size: 18px;
	width: auto;
}
@media only screen and (min-width: 768px) {
	.module-diet__btn--menu {
		width: 120px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-diet__btn--menu {
		width: 140px;
		padding: 0;
	}
}
.module-diet .module-loading {
	margin-top: 40px;
}
.home-diets {
	padding: 10px 0 80px 0;
	overflow: hidden;
}
@media only screen and (min-width: 992px) {
	.home-diets {
		padding: 20px 0 100px 0;
	}
}
.home-diets--alt {
	border-top: 1px solid #d7e9cf !important;
}
.home-diets__header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.home-diets__header {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.home-diets__header {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.home-diets__header {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.home-diets__header {
		font-size: 40px;
		line-height: 1.35;
	}
}
.home-diets__item {
	display: block;
	width: 152px;
	text-align: center;
}
.home-diets__item svg {
	width: 110px;
	height: 110px;
	fill: inherit !important;
}
.home-diets__item svg path {
	fill: inherit !important;
}
.home-diets__item-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	color: inherit;
	display: block;
	margin-top: 10px;
}
.home-diets__pagination {
	text-align: right;
}
.home-diets .swiper-container {
	overflow: visible;
}
.home-diets .swiper-scrollbar {
	bottom: -50px;
	height: 8px;
	background-color: rgba(217, 217, 217, 0.4);
	left: 50%;
	transform: translateX(-50%);
}
.home-diets .swiper-scrollbar-drag {
	background-color: #d60e41;
}
#masterLifeInit {
	display: none !important;
	font-size: 0 !important;
}
.module-single-diet {
	background-color: #fafdfb;
}
@media only screen and (min-width: 768px) {
	.module-single-diet {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet {
		padding-top: 80px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet {
		padding-top: 100px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet {
		padding-top: 100px;
	}
}
.module-single-diet .module-diet__container {
	border: none;
	margin-bottom: 0;
	min-height: auto;
	padding: 20px 0;
}
@media only screen and (min-width: 768px) {
	.module-single-diet .module-diet__container {
		padding: 40px 30px 10px 30px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__container {
		padding: 48px 30px 30px 0;
	}
}
.module-single-diet .module-diet__container--pic {
	padding: 0;
}
.module-single-diet .module-diet__header {
	margin-bottom: 15px;
}
.module-single-diet .module-diet__wrapper {
	position: relative;
	border: none;
	min-height: auto;
	font-size: 0;
}
@media only screen and (min-width: 768px) {
	.module-single-diet .module-diet__wrapper {
		border: solid 1px #d7e9cf;
		padding: 30px 20px 50px;
		border-radius: 5px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		min-height: 600px;
		border-radius: 5px 5px 0 0;
		padding: 40px 30px 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__wrapper {
		padding: 50px 30px;
	}
}
.module-single-diet .module-diet__box {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__box {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 40px;
		width: calc(50% - 60px);
	}
}
.module-single-diet .module-diet__content {
	display: block;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.module-single-diet .module-diet__content {
		min-width: 100%;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__content {
		padding-right: 30px;
		min-width: 400px;
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__content {
		padding-right: 60px;
		width: 570px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__icon {
		width: 60px;
		height: 60px;
	}
}
.module-single-diet .module-diet__pic {
	min-width: calc(100% + 30px);
	margin-bottom: 20px;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
	height: 200px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.module-single-diet .module-diet__pic {
		margin: 0 0 30px 0;
		min-width: 100%;
		height: 300px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__pic {
		margin-bottom: 40px;
		margin-right: 30px;
		min-width: 400px;
		max-width: 50%;
		height: auto;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__pic {
		margin-right: 60px;
		width: 570px;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__pic img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 300px;
		width: 100%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__pic img {
		height: 385px;
	}
}
.module-single-diet .module-diet__adv {
	display: none;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__adv {
		display: block;
		width: calc(50% - 60px);
	}
}
.module-single-diet .module-diet__adv--mobile {
	display: block;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__adv--mobile {
		display: none;
	}
}
.module-single-diet .module-diet__adv-link {
	position: relative;
	border-radius: 5px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	font-size: 18px;
	color: #3b5b3f;
	z-index: 10;
	text-decoration: underline;
	font-weight: 700;
}
.module-single-diet .module-diet__adv-pictograms {
	margin-bottom: 30px;
}
.module-single-diet .module-diet__title {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.85;
	line-height: 1.2;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
	.module-single-diet .module-diet__title {
		font-size: 26px;
		line-height: normal;
	}
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__title {
		font-size: 32px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__title {
		font-size: 40px;
	}
}
.module-single-diet .module-diet__desc {
	margin-top: 40px;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__desc {
		margin-top: 0;
	}
}
.module-single-diet .module-diet__desc--kcal {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__desc--kcal {
		margin-top: auto;
	}
}
.module-single-diet .module-diet__desc--kcal p {
	color: #63b450;
}
.module-single-diet .module-diet__desc--small {
	font-weight: 400;
}
.module-single-diet .module-diet__desc--small p {
	margin-bottom: 10px;
}
.module-single-diet .module-diet__desc--small p:last-child {
	margin-bottom: 0;
}
.module-single-diet .module-diet__buttons {
	margin-bottom: 30px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 20px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 992px) {
	.module-single-diet .module-diet__buttons {
		margin-top: 30px;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.module-single-diet .module-diet__buttons {
		margin-top: 40px;
	}
}
.menu {
	border-radius: 0 0 5px 5px;
	padding: 20px 0 50px 0;
}
@media only screen and (min-width: 992px) {
	.menu {
		border: solid 1px #d7e9cf;
		border-top: none;
		padding: 30px 40px 60px 40px;
	}
}
.menu .dietly-app {
	background: 0 0 !important;
}
@media only screen and (min-width: 768px) {
	.menu .dietList {
		display: block !important;
	}
}
@media only screen and (min-width: 768px) {
	.menu__header-extra {
		padding: 40px 0 30px 0;
	}
}
@media only screen and (min-width: 992px) {
	.menu__header-extra {
		border: solid 1px #d7e9cf;
		border-top: none;
		padding: 30px 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.menu__header-extra {
		padding: 48px 40px;
	}
}
.menu__header {
	text-transform: uppercase;
	display: inline-block;
	line-height: 45px;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 0 15px;
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	color: #63b450;
}
@media only screen and (max-width: 767px) {
	.menu__header {
		display: none;
	}
}
.menu__header--dietly {
	border-top: 1px solid #d7e9cf;
}
@media only screen and (min-width: 1200px) {
	.menu__header--dietly {
		border-top: none;
	}
}
.menu__header-btn {
	position: relative;
	padding: 40px 0;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.menu__header-btn {
		display: none;
	}
}
.menu__header-btn::after,
.menu__header-btn::before {
	content: '';
	position: absolute;
	left: -50px;
	right: -50px;
	height: 1px;
	background-color: #d7e9cf;
}
.menu__header-btn::before {
	top: 0;
}
.menu__header-btn::after {
	bottom: 0;
}
.menu__inner-btn {
	display: inline-block;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	text-align: left;
	color: #63b450;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 0 15px;
	line-height: 45px;
	text-transform: uppercase;
}
.menu__inner-btn img,
.menu__inner-btn svg {
	width: 18px;
	height: 18px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.menu__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	max-width: 1540px;
}
.menu__wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.menu__date {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	display: block;
}
@media only screen and (max-width: 767px) {
	.menu__date {
		font-size: 11px;
	}
}
@media only screen and (min-width: 768px) {
	.menu__date {
		font-size: 12px !important;
	}
}
.menu__item {
	min-width: 14.1%;
	max-width: 14.1%;
	border-right: solid 1px #d7e9cf;
	padding: 20px 15px 70px 15px;
}
@media only screen and (min-width: 992px) {
	.menu__item {
		padding: 30px 20px 85px 20px;
	}
}
.menu__item:last-child {
	border-right: none;
}
.menu__item p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.menu__item p {
		font-size: 13px;
	}
}
.menu__item--day {
	padding-top: 0;
	padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
	.menu__item--day {
		padding-bottom: 90px;
	}
}
.menu__item--day p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	color: #b8c3c0;
}
@media only screen and (max-width: 767px) {
	.menu__item--day p {
		font-size: 13px;
	}
}
.menu__item--meal {
	min-width: 100%;
	max-width: 100%;
	border-bottom: solid 1px #63b450;
	padding-bottom: 0;
	margin-top: -55px;
}
@media only screen and (min-width: 992px) {
	.menu__item--meal {
		padding-bottom: 30px;
		margin-top: -95px;
	}
}
.menu__item--meal p {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
}
@media only screen and (min-width: 768px) {
	.menu__item--meal p {
		font-size: 26px;
	}
}
@media only screen and (min-width: 992px) {
	.menu__item--meal p {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.menu__item--meal p {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.menu__item--meal p {
		font-size: 20px;
	}
}
.menu--swiper #swiperList {
	padding-top: 50px;
}
@media only screen and (min-width: 992px) {
	.menu--swiper #swiperList {
		padding-top: 35px;
	}
}
@media only screen and (min-width: 1200px) {
	.menu--swiper #swiperList {
		padding-top: 40px;
	}
}
.menu--swiper .menuSwiper {
	padding-top: 60px;
}
@media only screen and (min-width: 992px) {
	.menu--swiper .menuSwiper {
		padding-top: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.menu--swiper .menuSwiper {
		padding-top: 50px;
	}
}
.menu--swiper .swiper-container {
	overflow: visible;
}
@media only screen and (min-width: 992px) {
	.menu--swiper .swiper-container {
		overflow: hidden;
		display: block;
	}
}
.menu--swiper .swiper-slide {
	transition: all 0.2s ease-in-out;
	width: auto;
	opacity: 0;
	visibility: hidden;
}
.menu--swiper .swiper-slide-active {
	opacity: 1;
	visibility: visible;
}
.menu--swiper .swiper-pagination {
	position: static;
	text-align: left;
}
.menu--swiper .swiper-pagination-bullet {
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 0 20px;
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	color: #63b450;
	opacity: 1;
	background-color: transparent;
	margin: 15px 15px 0 0;
	text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
	.menu--swiper .swiper-pagination-bullet {
		margin: 20px 20px 0 0;
	}
}
.menu--swiper .swiper-pagination-bullet-active {
	background-color: #63b450;
	color: #fff;
}
.menu--swiper .swiper-scrollbar {
	top: 0;
	height: 8px;
	background-color: rgba(217, 217, 217, 0.4);
}
.menu--swiper .swiper-scrollbar-drag {
	background-color: #d60e41;
}
.module-post {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.module-post {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.module-post {
		margin-top: 80px;
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post {
		margin-top: 100px;
		margin-bottom: 60px;
	}
}
.module-post__actual-container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.module-post__actual-headline {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	margin-bottom: 15px;
}
.module-post__recent {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 15px;
}
.module-post__recent:last-child {
	margin-bottom: 0;
}
.module-post__recent:hover .module-post__recent-headline {
	color: #d60e41;
}
.module-post__recent-container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.module-post__recent-img {
	width: 100%;
	max-width: 100px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.module-post__recent-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.module-post__recent-headline {
	transition: all 0.2s ease-in-out;
	font-family: Nunito, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	margin-bottom: 7px;
	color: #63b450;
}
@media only screen and (min-width: 1200px) {
	.module-post__recent-headline {
		font-size: 14px;
		line-height: 1.17;
	}
}
.module-post__recent-date {
	font-family: Nunito, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #3b5b3f;
	color: #b8c3c0;
}
.module-post__recent-link {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: 0 0;
	border: none;
	cursor: pointer;
}
@media only screen and (min-width: 992px) {
	.module-post__container {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post__container {
		margin-right: 35px;
	}
}
.module-post__pic {
	width: 100%;
	height: 200px;
	margin-bottom: 32px;
}
.module-post__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.module-post__pic {
		margin: 0 -15px 30px -15px;
		width: calc(100% + 30px);
	}
}
@media only screen and (min-width: 768px) {
	.module-post__pic {
		height: 300px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post__pic {
		height: 380px;
	}
}
.module-post__header {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.85;
	line-height: 1.2;
	letter-spacing: normal;
	color: #63b450;
	margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
	.module-post__header {
		font-size: 26px;
		line-height: normal;
	}
}
@media only screen and (min-width: 992px) {
	.module-post__header {
		font-size: 32px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post__header {
		font-size: 40px;
	}
}
.module-post__info {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	color: #b8c3c0;
	margin-bottom: 22px;
}
.module-post__desc p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	margin-bottom: 15px;
}
.module-post__desc h1,
.module-post__desc h2,
.module-post__desc h3,
.module-post__desc h4,
.module-post__desc h5 {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	margin-bottom: 20px;
	margin-top: 30px;
}
.module-post__desc h1 {
	font-size: 26px;
}
.module-post__desc h2 {
	font-size: 24px;
}
.module-post__desc h3 {
	font-size: 22px;
}
.module-post__desc h4 {
	font-size: 20px;
}
.module-post__desc h5 {
	font-size: 18px;
}
.module-post__desc ul {
	list-style-type: disc;
}
.module-post__desc ol {
	list-style-type: decimal;
}
.module-post__desc ol,
.module-post__desc ul {
	margin: 15px 0;
	padding-left: 30px;
}
.module-post__desc ol li,
.module-post__desc ul li {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	font-size: 18px;
	margin-bottom: 10px;
}
.module-post__desc ol li:last-child,
.module-post__desc ul li:last-child {
	margin-bottom: 0;
}
.module-post__desc blockquote {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	background-color: #fafdfb;
	padding: 20px 40px;
	border-radius: 5px;
	margin: 15px 20px;
}
.module-post__desc img {
	width: 100%;
	height: auto;
	margin: 10px 0;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.module-post__desc img {
		width: 50%;
		height: auto;
		float: left;
		margin: 15px 25px 15px 0;
	}
}
.module-post__list-wrapper {
	border-left: solid 1px #d7e9cf;
	display: none;
}
@media only screen and (min-width: 992px) {
	.module-post__list-wrapper {
		display: block;
		padding-left: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post__list-wrapper {
		padding-left: 40px;
		padding-right: 25px;
	}
}
.module-post__list {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
	.module-post__list {
		margin-bottom: 40px;
	}
}
.module-post__list-container {
	padding-left: 17px;
}
.module-post__list li {
	margin-bottom: 15px;
	position: relative;
}
.module-post__list li ::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	left: -17px;
	top: 7px;
	background-color: #63b450;
	border-radius: 50%;
	position: absolute;
}
.module-post__list li:last-child {
	margin-bottom: 0;
}
.module-post__list li a {
	display: block;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #5a6663;
	transition: all 0.2s ease-in-out;
}
.module-post__list li a:hover {
	color: #d60e41;
}
@media only screen and (min-width: 768px) {
	.module-post__list li a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.module-post__list li a {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-post__list li a {
		font-size: 18px;
	}
}
.module-post__list-headline {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #3b5b3f;
	margin-bottom: 15px;
}
.module-post__list .active {
	color: #d60e41;
}
.module-post .module-loading {
	margin-top: 60px;
}
.module-exit-popup {
	transition: all 0.2s ease-in-out;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}
.module-exit-popup.active {
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.5);
}
.module-exit-popup--bf .module-exit-popup__container {
	background: 0 0 !important;
	padding: 0;
	max-width: 1080px;
	font-size: 0;
	top: 100px;
}
.module-exit-popup textarea {
	font-size: 16px;
}
.module-exit-popup__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
}
.module-exit-popup__container {
	position: absolute;
	z-index: 10;
	top: 80px;
	left: 0;
	right: 0;
	width: 308px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #d8f0ce;
	padding: 45px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
	.module-exit-popup__container {
		background-image: url(../images/bg-popup.svg);
		background-size: 200px auto;
		background-position: -85px 102%;
		background-repeat: no-repeat;
		padding: 40px 130px 30px 130px;
	}
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__container {
		top: 100px;
		width: 518px;
		padding: 55px 180px 30px 180px;
		background-size: 320px auto;
		background-position: -130px 102%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-exit-popup__container {
		padding: 70px 200px 30px 200px;
		background-size: 405px auto;
		background-position: -180px 102%;
	}
}
.module-exit-popup__image {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.module-exit-popup__image--desktop {
	display: none;
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__image--desktop {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__image--mobile {
		display: none;
	}
}
.module-exit-popup__exit {
	display: inline-block;
	font-size: 0;
	background: url(../images/i-close-popup.png) no-repeat center;
	background-size: cover;
	background-position: center;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__exit {
		top: 8px;
		right: 8px;
	}
}
.module-exit-popup__logo {
	display: none;
}
@media only screen and (min-width: 768px) {
	.module-exit-popup__logo {
		display: block;
		width: 80px;
		height: auto;
		position: absolute;
		top: 30px;
		left: 35px;
	}
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__logo {
		width: 115px;
	}
}
.module-exit-popup__logo img,
.module-exit-popup__logo svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.module-exit-popup__deco {
	display: none;
}
@media only screen and (min-width: 768px) {
	.module-exit-popup__deco {
		display: block;
		width: auto;
		height: calc(100% - 120px);
		position: absolute;
		right: 30px;
		bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__deco {
		height: calc(100% - 60px);
		right: 34px;
	}
}
.module-exit-popup__deco img,
.module-exit-popup__deco svg {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.module-exit-popup__title {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	text-align: center;
	color: #005074;
	margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__title {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-exit-popup__title {
		font-size: 24px;
		line-height: 1.17;
	}
}
.module-exit-popup__title strong {
	font-weight: 900;
}
.module-exit-popup__content {
	position: relative;
	z-index: 10;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	font-weight: 400;
	color: #3b5b3f;
	text-align: center;
}
.module-exit-popup__content p {
	margin-bottom: 15px;
}
.module-exit-popup__content img {
	width: auto;
	max-width: 100%;
	height: 62px;
	margin-bottom: 15px;
}
.module-exit-popup__content span {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	font-style: italic;
	color: #005074;
	font-weight: 900;
	display: inline-block;
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__content span {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-exit-popup__content span {
		font-size: 24px;
		line-height: 1.17;
	}
}
.module-exit-popup__btn {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s ease-in-out;
	line-height: 34px;
	padding: 0 25px;
	border-radius: 5px;
	font-size: 13px;
	background-color: #d60e41;
	color: #fff;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 10px;
}
.module-exit-popup__btn:hover {
	background-color: #e90f47;
}
@media only screen and (min-width: 768px) {
	.module-exit-popup__btn {
		line-height: 28px;
	}
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__btn {
		line-height: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-exit-popup__btn {
		font-size: 18px;
		line-height: 45px;
	}
}
.module-exit-popup__btn--color {
	background-color: #63b450;
}
.module-exit-popup__btn--color:hover {
	background-color: #7cc06d;
}
.module-exit-popup__btn--color-secondary {
	background-color: #3b5b3f;
}
.module-exit-popup__btn--color-secondary:hover {
	background-color: #4b7450;
}
.module-exit-popup__btn--panel {
	background-color: #1f5071;
}
.module-exit-popup__btn--panel:hover {
	background-color: #28668f;
}
.module-exit-popup__footer {
	font-family: Nunito, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #3b5b3f;
}
.module-exit-popup__input {
	position: absolute;
	left: 22px;
	top: 49.5%;
	color: #63b450;
	font-size: 34px;
	font-weight: 800;
}
@media only screen and (min-width: 992px) {
	.module-exit-popup__input {
		transform: none;
		width: 20%;
		height: 11%;
		left: 30px;
		top: 46%;
		font-size: 44px;
	}
}
.module-pictogram {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.module-pictogram__icon {
	height: 35px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.module-pictogram__icon img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.module-pictogram__name {
	position: relative;
	display: block;
	border-radius: 5px;
	text-align: left;
	opacity: 1;
	visibility: visible;
	font-size: 18px;
	color: #3b5b3f;
	z-index: 10;
	font-weight: 700;
	line-height: 1.2;
}
.module-pagination {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.module-pagination .page-numbers {
	transition: all 0.2s ease-in-out;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #d7e9cf;
	border-radius: 5px;
	color: #63b450;
	font-weight: 600;
}
.module-pagination .page-numbers:not(.dots):hover {
	background-color: rgba(215, 233, 207, 0.15);
}
.module-pagination .page-numbers:not(.next):not(.prev) {
	height: 35px;
	width: 35px;
	margin-right: 5px;
}
.module-pagination .page-numbers:not(.next):not(.prev).current {
	background-color: #63b450;
	border-color: #63b450;
	color: #fff;
}
.module-pagination .page-numbers:not(.next):not(.prev):last-child {
	margin-right: 0;
}
.module-pagination .prev {
	margin-right: 10px;
}
.module-pagination .next {
	margin-left: 10px;
}
.module-pagination .next,
.module-pagination .prev {
	display: none;
}
@media only screen and (min-width: 768px) {
	.module-pagination .next,
	.module-pagination .prev {
		display: -ms-flexbox;
		display: flex;
		height: 35px;
		width: 136px;
		padding: 0 16px;
	}
}
.module-seo__container p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	margin: 20px 0 10px;
}
.module-seo__container h1,
.module-seo__container h2,
.module-seo__container h3,
.module-seo__container h4,
.module-seo__container h5,
.module-seo__container h6 {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 700;
}
.module-seo__container h1 {
	font-size: 26px;
}
.module-seo__container h2 {
	font-size: 24px;
}
.module-seo__container h3 {
	font-size: 22px;
}
.module-seo__container h4 {
	font-size: 20px;
}
.module-seo__container h5 {
	font-size: 18px;
}
.module-seo__container h6 {
	font-size: 16px;
}
.module-seo__container ul {
	list-style-type: disc;
}
.module-seo__container ol {
	list-style-type: decimal;
}
.module-seo__container ol,
.module-seo__container ul {
	margin: 15px 0;
	padding-left: 30px;
}
.module-seo__container ol li,
.module-seo__container ul li {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	font-size: 18px;
	margin-bottom: 10px;
}
.module-seo__container ol li:last-child,
.module-seo__container ul li:last-child {
	margin-bottom: 0;
}
.module-seo__container blockquote {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #3b5b3f;
	background-color: #fafdfb;
	padding: 20px 40px;
	border-radius: 5px;
	margin: 15px 20px;
}
.module-404 {
	padding: 200px 0;
}
.module-404__container {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.module-404__container h1 {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.module-404__container h1 {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.module-404__container h1 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.module-404__container h1 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-404__container h1 {
		font-size: 40px;
		line-height: 1.35;
	}
}
.module-404__container p {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
}
@media only screen and (min-width: 768px) {
	.module-404__container p {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.module-404__container p {
		font-size: 17px;
		line-height: 1.4;
	}
}
.module-404__link {
	margin-top: 40px;
}
.module-banner {
	height: 100%;
	width: 100%;
	background-color: #e7f0eb;
}
.module-banner .swiper-container {
	overflow: visible !important;
}
.module-banner .swiper-slide {
	height: auto;
	margin-top: -1px;
}
.module-banner .swiper-pagination {
	bottom: 20px;
	left: calc(50% + 1px);
	transform: translateX(-50%);
}
.module-banner .swiper-pagination-bullet {
	z-index: 999;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0 !important;
}
@media only screen and (min-width: 768px) {
	.module-banner .swiper-pagination-bullet {
		margin: 0 12px 0 0 !important;
	}
}
@media only screen and (min-width: 992px) {
	.module-banner .swiper-pagination-bullet {
		margin: 0 15px 0 0 !important;
		width: 12px;
		height: 12px;
	}
}
.module-banner .swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}
.module-banner .swiper-pagination-bullet-active {
	background: #63b450;
}
.module-banner .swiper-pagination.disable {
	display: none;
}
.module-banner__slide {
	position: relative;
	height: 100%;
	padding-top: 155px;
}
@media only screen and (min-width: 992px) {
	.module-banner__slide {
		min-height: 720px;
	}
}
.module-banner__slide::before {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	height: 100%;
	width: 100vw;
	z-index: 1;
	background-color: rgba(231, 240, 235, 0.8);
	content: '';
}
@media only screen and (min-width: 992px) {
	.module-banner__slide::before {
		display: none;
	}
}
.module-banner__slide-height {
	height: 100%;
}
.module-banner__col {
	position: relative;
	height: 100%;
}
.module-banner__wrapper {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 0 155px;
	height: 100%;
}
.module-banner__buttons {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.module-banner__buttons {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.module-banner__btn {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 2.5em;
	margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
	.module-banner__btn {
		margin-bottom: 0;
		margin-right: 20px;
	}
}
.module-banner__btn:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.module-banner__promo {
	height: 47px;
	width: 126px;
	margin: 30px 0 10px;
}
@media only screen and (min-width: 992px) {
	.module-banner__promo {
		height: 52px;
		width: 140px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner__promo {
		height: 58px;
		width: 155px;
	}
}
.module-banner__promo img,
.module-banner__promo svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.module-banner__headline {
	font-size: 40px;
	font-weight: 600;
	color: #3b5b3f;
	margin-bottom: 30px;
	text-align: left;
	word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
	.module-banner__headline {
		font-size: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.module-banner__headline {
		font-size: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner__headline {
		font-size: 70px;
	}
}
.module-banner__headline b,
.module-banner__headline strong {
	font-weight: 700;
}
.module-banner__headline span {
	font-size: inherit !important;
	font-family: inherit;
}
.module-banner__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
@media only screen and (min-width: 992px) {
	.module-banner__row {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 100%;
	}
}
.module-banner__image {
	width: 100%;
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media only screen and (min-width: 992px) {
	.module-banner__image {
		display: block;
		background-size: contain;
		width: 50vw;
		margin-right: 0;
	}
}
.module-banner__image img,
.module-banner__image picture,
.module-banner__image svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left bottom;
	object-position: left bottom;
}
.module-banner__img-mobile {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	margin: 0;
	background-size: auto 60%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 540px) {
	.module-banner__img-mobile {
		background-size: auto 75%;
		margin: 0 calc(-1 * (100vw - 540px) / 2);
	}
}
@media only screen and (min-width: 768px) {
	.module-banner__img-mobile {
		background-size: auto 85%;
		margin: 0 calc(-1 * (100vw - 750px) / 2);
	}
}
@media only screen and (min-width: 992px) {
	.module-banner__img-mobile {
		display: none;
	}
}
.module-banner__description {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-bottom: 30px;
	font-size: 18px;
}
@media only screen and (min-width: 992px) {
	.module-banner__description {
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner__description {
		margin-bottom: 43px;
	}
}
.module-banner__description b,
.module-banner__description strong {
	font-weight: 700;
}
.module-banner__description i {
	font-style: italic;
}
.module-banner-light {
	height: 100%;
	width: 100%;
	background-color: #e7f0eb;
}
.module-banner-light__bg {
	position: relative;
	z-index: 1;
}
.module-banner-light__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	content: '';
	background-color: rgba(231, 240, 235, 0.8);
}
@media only screen and (min-width: 992px) {
	.module-banner-light__bg::before {
		display: none;
	}
}
.module-banner-light__wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 310px;
}
@media only screen and (min-width: 540px) {
	.module-banner-light__wrapper {
		height: 357px;
	}
}
@media only screen and (min-width: 768px) {
	.module-banner-light__wrapper {
		height: 380px;
	}
}
@media only screen and (min-width: 992px) {
	.module-banner-light__wrapper {
		height: 415px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner-light__wrapper {
		height: 435px;
	}
}
.module-banner-light__headline {
	position: relative;
	z-index: 3;
	font-size: 40px;
	font-weight: 600;
	color: #3b5b3f;
	max-width: 70%;
	word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
	.module-banner-light__headline {
		font-size: 50px;
		max-width: 60%;
	}
}
@media only screen and (min-width: 992px) {
	.module-banner-light__headline {
		max-width: unset;
		font-size: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner-light__headline {
		font-size: 70px;
	}
}
@media only screen and (min-width: 768px) {
	.module-banner-light__headline--width {
		max-width: 90%;
	}
}
@media only screen and (min-width: 992px) {
	.module-banner-light__headline--width {
		max-width: 80%;
	}
}
@media only screen and (min-width: 1200px) {
	.module-banner-light__headline--width {
		max-width: 75%;
	}
}
.module-banner-light__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 45px;
}
@media only screen and (min-width: 992px) {
	.module-banner-light__row {
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100%;
	}
}
.module-banner-light__image {
	display: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media only screen and (min-width: 992px) {
	.module-banner-light__image {
		display: block;
		background-size: contain;
		width: 50vw;
		margin-right: 0;
	}
}
.module-banner-light__image img,
.module-banner-light__image picture,
.module-banner-light__image svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left bottom;
	object-position: left bottom;
}
.module-banner-light__img-mobile {
	position: absolute;
	z-index: -1;
	left: -15px;
	right: -15px;
	bottom: 0;
	width: 100vw;
	height: 100%;
	margin: 0;
	background-size: auto 90%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 540px) {
	.module-banner-light__img-mobile {
		background-size: auto 95%;
		margin-right: calc(-1 * (100vw - 540px));
	}
}
@media only screen and (min-width: 768px) {
	.module-banner-light__img-mobile {
		background-size: auto 100%;
		margin-right: calc(-1 * (100vw - 750px));
	}
}
@media only screen and (min-width: 992px) {
	.module-banner-light__img-mobile {
		display: none;
	}
}
#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink:hover {
	color: #3b5b3f !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogActive {
	color: #3b5b3f !important;
	border-color: #3b5b3f !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
	border-color: #3b5b3f !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	border-color: #3b5b3f !important;
	background-color: #3b5b3f !important;
}
#CybotCookiebotDialogTabContent input:checked:not([disabled='disabled']) + .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #3b5b3f !important;
	border-color: #3b5b3f !important;
}
.page-home .home-info {
	padding: 60px 0;
	margin-bottom: 20px;
	display: none;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.page-home .home-info {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-info {
		padding: 80px 0;
	}
}
.page-home .home-info:after,
.page-home .home-info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #fafdfb;
}
.page-home .home-info:after {
	left: 50%;
	background-color: #63b450;
}
.page-home .home-info__header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.page-home .home-info__header {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-info__header {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-info__header {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .home-info__header {
		font-size: 40px;
		line-height: 1.35;
	}
}
.page-home .home-info__header--left {
	color: #63b450;
	margin-bottom: 42px;
}
@media only screen and (min-width: 992px) {
	.page-home .home-info__header--left {
		margin-bottom: 56px;
	}
}
.page-home .home-info__header--right {
	color: #fff;
	margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
	.page-home .home-info__header--right {
		margin-bottom: 44px;
	}
}
.page-home .home-info__desc {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	color: #d7e9cf;
	margin-bottom: 58px;
}
@media only screen and (min-width: 992px) {
	.page-home .home-info__desc {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .home-info__desc {
		font-size: 24px;
		line-height: 1.17;
	}
}
@media only screen and (max-width: 767px) {
	.page-home .home-info__btn {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-info__btn {
		font-size: 18px;
	}
}
.page-home .home-about {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.page-home .home-about {
		background-color: #fafdfb;
		display: none;
	}
}
.page-home .home-about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
.page-home .home-about__container {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	min-height: 350px;
	padding-top: 50px;
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__container {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
		padding-top: 0;
		min-height: 500px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-about__container {
		min-height: 540px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .home-about__container {
		min-height: 600px;
	}
}
.page-home .home-about__wrapper {
	width: 100%;
	-ms-flex-order: 1;
	order: 1;
}
@media only screen and (max-width: 767px) {
	.page-home .home-about__wrapper {
		padding: 0 15px;
		margin-bottom: 62px;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__wrapper {
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__wrapper--text {
		width: 100%;
	}
}
.page-home .home-about__header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
	.page-home .home-about__header {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__header {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-about__header {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .home-about__header {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__header {
		margin-bottom: 26px;
	}
}
.page-home .home-about__desc p {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__desc p {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-about__desc p {
		font-size: 17px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 767px) {
	.page-home .home-about__desc p {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__desc p {
		margin-bottom: 26px;
	}
}
.page-home .home-about__pic {
	height: 329px;
	width: 100%;
	-ms-flex-order: 2;
	order: 2;
}
.page-home .home-about__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.page-home .home-about__pic {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .home-about__pic {
		max-width: 50%;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-ms-flex-order: 1;
		order: 1;
		height: 400px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-about__pic {
		height: 480px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .home-about__pic {
		height: 518px;
	}
}
.page-home .home-about__btn {
	position: relative;
}
@media only screen and (max-width: 767px) {
	.page-home .home-about__btn {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .home-about__btn {
		font-size: 18px;
	}
}
.page-home .new-advantages {
	margin-bottom: 15px;
	margin-top: 60px;
}
@media only screen and (min-width: 768px) {
	.page-home .new-advantages {
		display: none;
	}
}
.page-home .new-advantages__box {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 20px;
	color: #3b5b3f;
}
.page-home .new-advantages__box img,
.page-home .new-advantages__box svg {
	min-width: 65px;
	width: 65px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.page-home .new-advantages__box-header {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	padding-left: 25px;
	color: inherit;
}
@media only screen and (min-width: 992px) {
	.page-home .new-advantages__box-header {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .new-advantages__box-header {
		font-size: 24px;
		line-height: 1.17;
	}
}
.page-home .new-featured {
	margin-bottom: 60px;
	padding: 130px 0;
	background-color: #e7f0eb;
}
.page-home .new-featured__content {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
	.page-home .new-featured__content {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-home .new-featured__content {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-home .new-featured__content {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-home .new-featured__content {
		font-size: 40px;
		line-height: 1.35;
	}
}
.page-home .new-featured__btn {
	text-align: center;
}
.page-home .new-featured__btn .btn {
	font-size: 18px;
	padding: 0 15px;
}
@media only screen and (min-width: 768px) {
	.page-home .new-featured {
		display: none;
	}
}
.page-contact .module-top--homepage {
	height: auto;
}
@media only screen and (max-width: 767px) {
	.page-contact .module-top--homepage {
		padding-bottom: 300px;
	}
}
@media only screen and (min-width: 768px) {
	.page-contact .module-top--homepage {
		background-size: auto 50%;
	}
}
@media only screen and (min-width: 992px) {
	.page-contact .module-top--homepage {
		background-size: auto 60%;
	}
}
@media only screen and (min-width: 1200px) {
	.page-contact .module-top--homepage {
		background-size: auto 70%;
	}
}
.contact-order {
	margin-top: 120px;
	border: solid 1px #63b450;
	border-radius: 5px;
	padding: 40px 15px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) {
	.contact-order {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
		padding: 36px 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-order {
		margin-top: 216px;
	}
}
.contact-order__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
}
@media only screen and (max-width: 767px) {
	.contact-order__title {
		text-align: center;
	}
}
.contact-order__btn {
	padding: 0 45px;
	line-height: 60px;
	font-size: 18px;
	text-transform: none;
}
@media only screen and (max-width: 767px) {
	.contact-order__btn {
		margin-top: 30px;
	}
}
.contact-about {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
}
@media only screen and (min-width: 768px) {
	.contact-about {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
	}
}
.contact-about__wrapper {
	position: relative;
}
.contact-about__wrapper:last-of-type {
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contact-about__wrapper {
		padding-bottom: 40px;
	}
	.contact-about__wrapper::after {
		content: '';
		pointer-events: none;
		width: calc(100% + 30px);
		height: 90px;
		position: absolute;
		bottom: 0;
		left: -15px;
		right: -15px;
		background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
	}
}
@media only screen and (min-width: 768px) {
	.contact-about__wrapper {
		width: 50%;
	}
}
.contact-about__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.contact-about__title br {
		display: none;
	}
}
.contact-about__desc {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
}
.contact-about__desc:last-of-type {
	margin-top: 6px;
}
.contact-about__desc a {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
	color: #d60e41;
	display: block;
	margin-top: 10px;
}
.contact-about__desc a:first-of-type {
	margin-bottom: 22px;
}
.contact-about__desc a:last-of-type {
	font-size: 24px;
}
@media only screen and (min-width: 1200px) {
	.contact-about__desc a:last-of-type {
		font-size: 30px;
	}
}
.contact-about__desc--location {
	font-size: 16px;
}
@media only screen and (min-width: 992px) {
	.contact-about__desc--location {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-about__desc--location {
		font-size: 20px;
	}
}
.contact-info {
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (min-width: 992px) {
	.contact-info {
		margin-top: 62px;
	}
	.contact-info::after {
		content: '';
		position: absolute;
		left: calc(50% + 65px);
		top: 0;
		width: 1px;
		height: calc(100% - 30px);
		background-color: #d7e9cf;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-info {
		margin-top: 82px;
	}
	.contact-info::after {
		height: calc(100% - 50px);
	}
}
.contact-info__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contact-info__title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.contact-info__title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-info__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-info__title {
		font-size: 40px;
		line-height: 1.35;
	}
}
.contact-info__header {
	padding-right: 30px;
}
.contact-info__header h2,
.contact-info__header h3,
.contact-info__header h4,
.contact-info__header h5 {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	color: #63b450;
}
.contact-info__content {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
}
.contact-info__content p {
	margin-bottom: 8px;
}
.contact-info__content p:first-of-type {
	margin-top: 10px;
}
.contact-info__content ol,
.contact-info__content ul {
	padding-left: 15px;
	margin-bottom: 8px;
}
.contact-info__content ol li,
.contact-info__content ul li {
	margin-bottom: 4px;
}
.contact-info__content ul {
	list-style-type: disc;
}
.contact-info__content ol {
	list-style-type: decimal;
}
@media only screen and (min-width: 992px) {
	.contact-faq {
		padding-right: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-faq {
		padding-right: 84px;
	}
}
.contact-faq .contact-info__content {
	display: none;
}
.contact-faq .active {
	display: block;
	border-color: #63b450;
}
.contact-faq .active .contact-faq__btn {
	transform: rotate(180deg);
}
.contact-faq .active .contact-info__content {
	display: block;
}
.contact-faq__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.contact-faq__box {
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	margin: 10px 0;
	padding: 10px 15px;
	position: relative;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.contact-faq__box:hover {
	background-color: rgba(215, 233, 207, 0.15);
}
.contact-faq__btn {
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 22px;
}
.contact-faq__btn svg {
	width: 22px;
}
.contact-faq__btn svg path {
	fill: #63b450;
}
@media only screen and (min-width: 1200px) {
	.contact-reg {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-reg .contact-info__title {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.contact-reg .contact-info__title {
		margin-top: 15px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-reg .contact-info__title {
		margin-bottom: 15px;
		margin-top: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-reg .contact-info__title {
		margin-bottom: 38px;
	}
}
.contact-reg .contact-info__more-content {
	display: none;
}
.contact-reg__btn {
	line-height: 35px;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	padding: 0 45px 0 15px;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #63b450;
	display: inline-block;
	position: relative;
	margin: 12px 0 0 0;
	transition: all 0.2s ease-in-out;
}
.contact-reg__btn::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 12px;
	background-image: url(../images/i-alt-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 10px;
}
.contact-reg__btn:hover {
	background-color: rgba(215, 233, 207, 0.15);
}
.contact-reg__btn.active::after {
	transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
	.contact-reg__btn {
		margin: 12px 0 20px 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact-reg__btn {
		margin: 12px 0 35px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-reg__btn {
		margin: 12px 0 50px 0;
	}
}
@media only screen and (max-width: 767px) {
	.page-about .module-top__logo {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.page-about .module-top__logo {
		max-width: 320px;
		margin-top: 140px;
	}
}
@media only screen and (min-width: 992px) {
	.page-about .module-top__logo {
		max-width: 400px;
		margin-top: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-about .module-top__logo {
		max-width: 470px;
		margin-top: 220px;
	}
}
.page-about .module-top__logo svg path {
	fill: #3b5b3f;
}
.page-about .module-top__headline {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #3b5b3f;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.page-about .module-top__headline {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-about .module-top__headline {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-about .module-top__headline {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-about .module-top__headline {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (max-width: 767px) {
	.page-about .module-top__headline {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.page-about .module-top__headline {
		max-width: 320px;
		margin-top: 140px;
		font-size: 70px;
		margin-bottom: 100px;
	}
}
@media only screen and (min-width: 992px) {
	.page-about .module-top__headline {
		max-width: 400px;
		margin-top: 150px;
		font-size: 78px;
		margin-bottom: 125px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-about .module-top__headline {
		max-width: 470px;
		margin-top: 220px;
		font-size: 90px;
		margin-bottom: 98px;
	}
}
.page-about__container {
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.page-about__container {
		background: 0 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.page-about__container {
		background-size: auto 420px;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
}
@media only screen and (min-width: 992px) {
	.page-about__container {
		background-size: auto 500px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-about__container {
		background-size: auto 640px;
	}
}
@media only screen and (max-width: 767px) {
	.page-about__container .col-pd-xs {
		padding-right: 0;
		padding-left: 0;
	}
}
.flex-col {
	display: -ms-flexbox;
	display: flex;
}
.about-team {
	position: relative;
	margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
	.about-team {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.about-team .flex-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) {
	.about-team .flex-row {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	.about-team .image-col {
		-ms-flex-order: -1;
		order: -1;
	}
}
.about-team::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
.about-team__container {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) {
	.about-team__container {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.about-team__text {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
	.about-team__text {
		margin-bottom: 0;
	}
}
.about-team__image {
	position: relative;
}
@media only screen and (max-width: 767px) {
	.about-team__image {
		width: 100%;
		height: 300px;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.about-team__image {
		margin-top: auto;
	}
}
@media only screen and (max-width: 767px) {
	.about-team__image::before {
		content: '';
		position: absolute;
		left: -50px;
		right: -50px;
		bottom: 0;
		height: 45px;
		background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
	}
}
.about-team__image img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.about-team__image img {
		height: 100%;
		width: auto;
	}
}
.about-team__header {
	font-family: Nunito, sans-serif;
	font-size: 50px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-top: 112px;
}
@media only screen and (max-width: 767px) {
	.about-team__header {
		line-height: 1.08;
		text-align: center;
		margin-bottom: 28px;
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.about-team__header {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-team__header {
		margin-top: 52px;
	}
}
.about-team__name {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	font-size: 24px;
	font-weight: 700;
	color: #63b450;
	margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
	.about-team__name {
		margin-right: 15px;
		margin-left: 15px;
	}
}
.about-team__content {
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.about-team__content {
		margin-right: 15px;
		margin-left: 15px;
	}
}
.about-team__content p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
	.about-team__content p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.about-team__content p {
		font-size: 16px;
	}
}
.about-team__content p:last-of-type {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.about-team__content {
		background-image: none !important;
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 992px) {
	.about-team__content {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-team__content {
		width: 66%;
		margin-bottom: 42px;
	}
}
.about-team__signature {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
}
.about-info {
	margin-top: 40px;
	position: relative;
}
.about-info::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
.about-info::after {
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 90px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
@media only screen and (min-width: 768px) {
	.about-info {
		margin-top: 45px;
	}
}
@media only screen and (min-width: 992px) {
	.about-info {
		margin-top: 55px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info {
		margin-top: 70px;
	}
}
.about-info__wrapper {
	margin-bottom: 65px;
}
.about-info__logo {
	text-align: center;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	.about-info__logo {
		display: none;
	}
}
.about-info__logo img,
.about-info__logo svg {
	max-width: 200px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.about-info__top-title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	margin-bottom: 35px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.about-info__top-title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.about-info__top-title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.about-info__top-title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__top-title {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (max-width: 767px) {
	.about-info__top-title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.about-info__top-title {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.about-info__top-title {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__top-title {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.about-info__top-content {
		text-align: center;
	}
}
.about-info__top-content p {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
}
@media only screen and (min-width: 768px) {
	.about-info__top-content p {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.about-info__top-content p {
		font-size: 17px;
		line-height: 1.4;
	}
}
.about-info__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}
.about-info__box {
	margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
	.about-info__box {
		width: 50%;
		padding-right: 25px;
		margin-bottom: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__box {
		padding-right: 30px;
		margin-bottom: 80px;
	}
}
.about-info__header {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
	.about-info__header {
		margin-bottom: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.about-info__header {
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__header {
		margin-bottom: 50px;
	}
}
.about-info__header h2,
.about-info__header h3,
.about-info__header h4,
.about-info__header h5 {
	font-family: Nunito, sans-serif;
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.09;
	letter-spacing: normal;
	color: inherit;
	margin-left: 20px;
}
@media only screen and (min-width: 768px) {
	.about-info__header h2,
	.about-info__header h3,
	.about-info__header h4,
	.about-info__header h5 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 992px) {
	.about-info__header h2,
	.about-info__header h3,
	.about-info__header h4,
	.about-info__header h5 {
		font-size: 27px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__header h2,
	.about-info__header h3,
	.about-info__header h4,
	.about-info__header h5 {
		margin-left: 30px;
		font-size: 30px;
	}
}
.about-info__header svg {
	width: 100%;
	height: 45px;
	max-height: 45px;
	max-width: 45px;
	fill: inherit;
}
@media only screen and (min-width: 992px) {
	.about-info__header svg {
		height: 50px;
		max-height: 50px;
		max-width: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-info__header svg {
		height: 60px;
		max-height: 60px;
		max-width: 60px;
	}
}
.about-info__header--optimal {
	color: #f39325;
}
.about-info__header--vege-fish {
	color: #21b5ea;
}
.about-info__header--ig {
	color: #ffcd1c;
}
.about-info__header--sport {
	color: #005074;
}
.about-info__content p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.about-info__content p {
		display: none;
	}
	.about-info__content p:first-child {
		display: block;
	}
}
.about-info__content p:last-of-type {
	margin-bottom: 0;
}
.about-info__content-link {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	color: #3b5b3f;
	font-weight: 600;
	margin-top: 20px;
}
.about-info__content-link img {
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.about-info__content-link.active img {
	transform: rotate(180deg);
}
.about-info__more {
	display: none;
}
@media only screen and (max-width: 767px) {
	.about-info__more {
		display: inline-block;
		font-family: Nunito, sans-serif;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #3b5b3f;
		color: #d60e41;
		text-decoration: underline;
		font-weight: 600;
	}
}
@media only screen and (min-width: 992px) {
	.about-info .module-loading {
		margin-top: 10px;
	}
}
.about-delivery {
	margin-top: 50px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}
.about-delivery::after {
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 90px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
@media only screen and (min-width: 768px) {
	.about-delivery {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.about-delivery {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-delivery {
		margin-top: 100px;
	}
}
.about-delivery__header {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.about-delivery__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	text-align: left !important;
}
@media only screen and (max-width: 767px) {
	.about-delivery__title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.about-delivery__title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.about-delivery__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-delivery__title {
		font-size: 40px;
		line-height: 1.35;
	}
}
.about-delivery__box {
	width: 100%;
}
.about-delivery__pic {
	width: 100%;
	height: 180px;
	margin-bottom: 40px;
}
.about-delivery__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.about-delivery__pic {
		height: 250px;
	}
}
@media only screen and (min-width: 992px) {
	.about-delivery__pic {
		height: 280px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-delivery__pic {
		height: 300px;
	}
}
.about-delivery__box-header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
	color: #3b5b3f;
	margin-bottom: 20px;
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
	.about-delivery__box-header {
		font-size: 22px;
	}
}
@media only screen and (min-width: 992px) {
	.about-delivery__box-header {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-delivery__box-header {
		font-size: 30px;
	}
}
.about-delivery__box-content p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	margin-bottom: 12px;
}
.about-delivery__box-content p:last-of-type {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.about-delivery__box-content p {
		display: none;
	}
	.about-delivery__box-content p:first-child {
		display: block;
	}
}
.about-delivery__box-content p:last-of-type {
	margin-bottom: 0;
}
.about-delivery .swiper-container {
	overflow: visible;
}
.about-clients {
	padding: 80px 0;
}
@media only screen and (min-width: 768px) {
	.about-clients {
		padding: 80px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.about-clients {
		padding: 130px 0;
	}
}
.about-clients__pic {
	width: 100%;
	height: 75px;
	max-width: 250px;
}
.about-clients__pic img,
.about-clients__pic svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.about-clients .swiper-slide {
	width: auto;
}
.page-price-list .price-info {
	background-color: #fafdfb;
	position: relative;
	padding: 50px 0;
}
.page-price-list .price-info::after {
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 90px;
	background-image: linear-gradient(to bottom, rgba(250, 253, 251, 0), rgba(59, 91, 63, 0.05));
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-info {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-info__container {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-info__box {
		width: 50%;
	}
}
.page-price-list .price-info__header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.page-price-list .price-info__header {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-info__header {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-info__header {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-info__header {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (max-width: 767px) {
	.page-price-list .price-info__header {
		text-align: left;
		margin-bottom: 30px;
	}
}
.page-price-list .price-info__content p {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	font-size: 24px;
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-info__content p {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-info__content p {
		font-size: 17px;
		line-height: 1.4;
	}
}
.page-price-list .price-info__btn {
	background-color: #63b450;
	padding: 0 58px 0 25px;
	margin-top: 30px;
	position: relative;
	line-height: 45px;
	transition: all 0.2s ease-in-out;
}
.page-price-list .price-info__btn::before {
	content: '';
	position: absolute;
	right: 25px;
	top: 11.5px;
	width: 17px;
	height: 22px;
	background-image: url(../images/i-download.svg);
	background-repeat: no-repeat;
}
.page-price-list .price-info__btn:hover {
	background-color: #7cc06d;
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-info__btn {
		margin-top: 16px;
	}
}
.page-price-list .price-list {
	margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
	.page-price-list .price-list {
		display: none;
	}
}
.page-price-list .price-list__additional-info {
	font-size: 0.8em;
}
.page-price-list .price-list__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.page-price-list .price-list__title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-list__title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-list__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__title {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-list__title {
		margin-top: 75px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__title {
		margin-top: 100px;
	}
}
.page-price-list .price-list__header {
	font-size: 0;
}
.page-price-list .price-list__headline {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #63b450;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-right: 15px;
	min-width: 235px;
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-list__headline {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__headline {
		margin-top: 60px;
	}
}
.page-price-list .price-list__desc {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3b5b3f;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	border: solid 1px #63b450;
	color: #63b450;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	margin-top: 10px;
	max-width: 100%;
	padding: 15px;
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-list__desc {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.page-price-list .price-list__desc {
		font-size: 17px;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-list__desc {
		font-size: 16px !important;
	}
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-list__desc {
		min-width: 360px;
	}
}
.page-price-list .price-list__desc em {
	font-style: italic;
}
.page-price-list .price-list__desc ol,
.page-price-list .price-list__desc ul {
	padding-left: 15px;
}
.page-price-list .price-list__desc ul {
	list-style-type: disc;
}
.page-price-list .price-list__desc ol {
	list-style-type: decimal;
}
.page-price-list .price-list__wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}
.page-price-list .price-list__diet {
	margin-bottom: -40px;
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__diet {
		margin-bottom: -50px;
	}
}
.page-price-list .price-list__box {
	width: calc((100% - 60px) / 3);
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	margin-bottom: 40px;
}
.page-price-list .price-list__box:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__box {
		margin-bottom: 50px;
	}
}
.page-price-list .price-list__box--alt .price-list__item {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.page-price-list .price-list__box--alt .price-list__item p {
	text-align: center;
}
.page-price-list .price-list__box--alt .price-list__item p span {
	font-size: 12px;
	text-align: center;
}
.page-price-list .price-list__box--alt .price-list__item--day,
.page-price-list .price-list__box--alt .price-list__item--single {
	-ms-flex-pack: center;
	justify-content: center;
}
.page-price-list .price-list__line {
	-ms-flex: 100%;
	flex: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 1px #63b450;
}
.page-price-list .price-list__item {
	width: 15%;
	padding: 15px 0;
}
.page-price-list .price-list__item p {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	display: block;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.page-price-list .price-list__item p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__item p {
		font-size: 16px;
	}
}
.page-price-list .price-list__item:first-of-type {
	border-right: solid 1px #d7e9cf;
	width: 55%;
	margin-right: 20px;
}
.page-price-list .price-list__item--kcal p {
	color: inherit;
}
.page-price-list .price-list__item--kcal p:first-of-type {
	font-size: 25px;
	font-weight: 700;
}
@media only screen and (min-width: 1200px) {
	.page-price-list .price-list__item--kcal p:first-of-type {
		font-size: 30px;
	}
}
.page-price-list .price-list__item--day p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	color: #b8c3c0;
}
.page-price-list .price-list__item--optimal {
	color: #f39325;
}
.page-price-list .price-list__item--vege-fish {
	color: #21b5ea;
}
.page-price-list .price-list__item--hash {
	color: #d60e41;
}
.page-price-list .price-list__item--ig {
	color: #ffcd1c;
}
.page-price-list .price-list__item--sport {
	color: #005074;
}
.page-price-list .price-list__item--vege {
	color: #63b450;
}
.page-price-list .price-list__item--width {
	width: 25%;
}
.page-price-list .price-list__item--single {
	width: 45%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-eco .eco-top {
	margin-top: 150px;
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-top {
		padding-right: 50px;
		margin-top: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-top {
		margin-top: 210px;
	}
}
.page-eco .eco-top__title {
	color: #63b450;
	line-height: 1.28;
	font-size: 32px;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-top__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-top__title {
		font-size: 42px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-top__title {
		font-size: 50px;
	}
}
.page-eco .eco-top__title--color {
	color: #3b5b3f;
}
.page-eco .eco-top__pic {
	margin-top: 40px;
	width: auto;
	height: 100px;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-top__pic {
		height: 120px;
	}
}
.page-eco .eco-top__pic img,
.page-eco .eco-top__pic svg {
	width: auto;
	max-width: 80%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-top__pic img,
	.page-eco .eco-top__pic svg {
		max-width: 100%;
	}
}
.page-eco .eco-info {
	position: relative;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.page-eco .eco-info {
		margin-top: -80px;
	}
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-info {
		margin-bottom: 80px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info {
		margin-bottom: 100px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info {
		margin-bottom: 150px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info::after {
		content: '';
		position: absolute;
		left: calc(50% + 65px);
		top: 60px;
		width: 1px;
		height: calc(100% - 60px);
		background-color: #d7e9cf;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info::after {
		top: 100px;
		height: calc(100% - 100px);
	}
}
.page-eco .eco-info__pic {
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-info__pic {
		margin-top: -30px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__pic {
		margin-top: -50px;
		max-height: none;
	}
}
.page-eco .eco-info__pic img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.page-eco .eco-info__pic img {
		text-align: center;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__pic img {
		max-height: 400px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info__pic img {
		max-height: 430px;
	}
}
.page-eco .eco-info__content {
	margin-top: 50px;
	border: solid 1px #63b450;
	border-radius: 5px;
	padding: 25px 20px;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-info__content {
		margin-right: 250px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__content {
		margin-top: 70px;
		margin-right: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info__content {
		padding: 35px 50px 30px 50px;
		margin-right: 80px;
		margin-top: 75px;
	}
}
.page-eco .eco-info__desc {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	line-height: 1.17;
	color: #3b5b3f;
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-info__desc {
		font-size: 26px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__desc {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info__desc {
		font-size: 30px;
	}
}
.page-eco .eco-info__desc--color {
	color: #d60e41;
}
.page-eco .eco-info__buttons {
	font-size: 0;
	margin-top: 20px;
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__buttons {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info__buttons {
		margin-top: 60px;
	}
}
.page-eco .eco-info__btn {
	position: relative;
	line-height: 45px;
	font-size: 18px;
	text-transform: none;
	margin-right: 20px;
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.page-eco .eco-info__btn {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-info__btn {
		width: auto;
		min-width: 200px;
		padding: 0;
	}
}
.page-eco .eco-info__btn--green {
	background-color: #63b450;
	padding: 0 50px 0 30px;
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__btn--green {
		padding: 0 65px 0 40px;
	}
}
.page-eco .eco-info__btn--green:hover {
	background-color: rgba(99, 180, 80, 0.75);
}
.page-eco .eco-info__btn--green::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 11.5px;
	width: 17px;
	height: 22px;
	background-image: url(../images/i-download.svg);
	background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-info__btn--green::before {
		right: 25px;
	}
}
.page-eco .eco-faq {
	margin-top: 40px;
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-faq {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-faq {
		margin-top: 100px;
		padding-left: 15px;
	}
}
.page-eco .eco-faq .active {
	display: block;
	border-color: #63b450;
}
.page-eco .eco-faq .active .eco-faq__btn {
	transform: rotate(180deg);
}
.page-eco .eco-faq .active .eco-faq__content {
	display: block;
}
.page-eco .eco-faq__container {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
}
.page-eco .eco-faq__box {
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	border: solid 1px #d7e9cf;
	margin: 10px 0;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}
.page-eco .eco-faq__box:hover {
	background-color: rgba(215, 233, 207, 0.15);
}
.page-eco .eco-faq__title {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.page-eco .eco-faq__title {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-eco .eco-faq__title {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-eco .eco-faq__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-eco .eco-faq__title {
		font-size: 40px;
		line-height: 1.35;
	}
}
.page-eco .eco-faq__header {
	padding-right: 30px;
}
.page-eco .eco-faq__header h2,
.page-eco .eco-faq__header h3,
.page-eco .eco-faq__header h4,
.page-eco .eco-faq__header h5 {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
	color: #63b450;
}
.page-eco .eco-faq__content {
	display: none;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5b3f;
}
.page-eco .eco-faq__content p {
	margin-bottom: 8px;
}
.page-eco .eco-faq__content p:first-of-type {
	margin-top: 10px;
}
.page-eco .eco-faq__content ol,
.page-eco .eco-faq__content ul {
	padding-left: 15px;
	margin-bottom: 8px;
}
.page-eco .eco-faq__content ol li,
.page-eco .eco-faq__content ul li {
	margin-bottom: 4px;
}
.page-eco .eco-faq__content ul {
	list-style-type: disc;
}
.page-eco .eco-faq__content ol {
	list-style-type: decimal;
}
.page-eco .eco-faq__btn {
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 22px;
}
.page-eco .eco-faq__btn svg {
	width: 22px;
}
.page-eco .eco-faq__btn svg path {
	fill: #63b450;
}
.page-map .module-top {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.page-map .module-top {
		height: 150px;
	}
}
@media only screen and (min-width: 768px) {
	.page-map .module-top {
		height: 180px;
	}
}
@media only screen and (min-width: 992px) {
	.page-map .module-top {
		height: 200px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-map .module-top {
		height: 250px;
	}
}
.page-map .module-top__header {
	background-color: #63b450;
	position: relative;
	color: #fafdfb;
	margin-top: 110px;
	padding: 20px 0;
}
@media only screen and (min-width: 1200px) {
	.page-map .module-top__header {
		margin-top: 140px;
	}
}
.page-map .module-top__header:after,
.page-map .module-top__header:before {
	content: '';
	background-color: #63b450;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.page-map .module-top__header:before {
	right: 100%;
}
.page-map .module-top__header:after {
	left: 100%;
}
.page-map .map {
	background-color: #b8c3c0;
	position: relative;
	height: 420px;
}
@media only screen and (min-width: 768px) {
	.page-map .map {
		height: 580px;
	}
}
@media only screen and (min-width: 992px) {
	.page-map .map {
		height: 770px;
	}
}
.page-map .map__content {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.page-map .map .mapboxgl-ctrl-geocoder {
	margin-top: 30px !important;
	max-width: 100% !important;
	width: 100% !important;
}
.page-map .map .map-search {
	width: calc(100% - 10px);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.page-map .map .map-search {
		margin-top: 60px;
		width: 100%;
	}
}
.page-map .map .map-search__field {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fafdfb;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px 0 0;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 65px;
	width: 100%;
}
.page-map .map .map-search__icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 100%;
	width: 62px;
}
.page-map .map .map-search__icon img,
.page-map .map .map-search__icon svg {
	transform: translate(-50%, -50%);
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	height: 22px;
	width: 22px;
	left: 50%;
	top: 50%;
}
.page-map .map .map-search__input {
	width: calc(100% - 48px - 50px);
	background-color: #fafdfb;
	font-family: Nunito, sans-serif;
	color: #63b450;
	margin-right: 20px;
	font-weight: 700;
	font-size: 18px;
}
.page-map .map .map-search__input::-moz-selection {
	background: 0 0;
}
.page-map .map .map-search__input::selection {
	background: 0 0;
}
.page-map .map .map-search__input:-ms-input-placeholder {
	transition: all 0.15s ease-in-out;
	color: #63b450;
	opacity: 1;
}
.page-map .map .map-search__input::placeholder {
	transition: all 0.15s ease-in-out;
	color: #63b450;
	opacity: 1;
}
.page-map .map .map-search__close {
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	pointer-events: none;
	visibility: hidden;
	cursor: pointer;
	height: 16px;
	width: 16px;
	opacity: 0;
}
.page-map .map .map-search__close--active {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}
.page-map .map .map-search__close img,
.page-map .map .map-search__close svg {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.page-map .map .map-search__results {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fafdfb;
	border-radius: 5px;
	padding: 15px 20px;
	margin-top: 10px;
	display: none;
	width: 100%;
}
.page-map .map .map-search__results--init {
	display: block;
}
.page-map .map .map-search__results--empty .map-search__empty {
	display: block;
}
.page-map .map .map-search__scroll {
	max-height: 240px;
	overflow-y: auto;
}
.page-map .map .map-search__empty {
	color: #d60e41;
	font-weight: 700;
	font-size: 14px;
	display: none;
}
.page-map .map .map-search__result {
	color: #3b5b3f;
	margin-bottom: 1em;
	line-height: 1.3;
	font-size: 14px;
}
.page-map .map .map-search__result:last-of-type {
	margin-bottom: 0;
}
.page-map .map .map-search__result strong {
	font-weight: 700;
}
.page-loyalty-program .module-banner-light__row {
	padding-top: 155px;
}
.page-loyalty-program .lp-steps {
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-steps {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-steps {
		padding: 80px 0;
	}
}
.page-loyalty-program .lp-steps__items {
	display: -ms-grid;
	display: grid;
	gap: 42px;
	counter-reset: item;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-steps__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 52px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-steps__items {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
		gap: 32px;
	}
}
.page-loyalty-program .lp-steps__item {
	word-break: break-word;
	text-align: center;
}
.page-loyalty-program .lp-steps__item:before {
	counter-increment: item;
	content: counter(item, decimal-leading-zero);
	font-size: 40px;
	color: #63b450;
	font-weight: 700;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-steps__item:before {
		font-size: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-steps__item:before {
		font-size: 80px;
	}
}
.page-loyalty-program .lp-steps__headline {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	color: #3b5b3f;
	margin: 16px 0 10px;
	font-weight: 700;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-steps__headline {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-steps__headline {
		font-size: 24px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-steps__headline {
		margin: 19px 0 12px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-steps__headline {
		margin: 28px 0 17px;
	}
}
.page-loyalty-program .lp-steps__desc p {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #3b5b3f;
	font-weight: 600;
	line-height: 1.33;
}
.page-loyalty-program .lp-steps__desc b,
.page-loyalty-program .lp-steps__desc strong {
	color: #d60e41;
}
.page-loyalty-program .lp-info {
	position: relative;
}
.page-loyalty-program .lp-info:after,
.page-loyalty-program .lp-info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #63b450;
}
.page-loyalty-program .lp-info__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-info__row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.page-loyalty-program .lp-info__wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__wrapper {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-info__wrapper {
		padding: 80px 0;
	}
}
.page-loyalty-program .lp-info__header {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
	.page-loyalty-program .lp-info__header {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-info__header {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__header {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-info__header {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__header {
		margin-bottom: 44px;
	}
}
.page-loyalty-program .lp-info__desc {
	margin-bottom: 58px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.page-loyalty-program .lp-info__desc {
		text-align: center;
	}
}
.page-loyalty-program .lp-info__desc p {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	color: #d7e9cf;
	margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__desc p {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-info__desc p {
		font-size: 24px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__desc p {
		margin-bottom: 17px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-info__desc p {
		margin-bottom: 25px;
	}
}
.page-loyalty-program .lp-info__desc b,
.page-loyalty-program .lp-info__desc strong {
	font-weight: 800;
}
.page-loyalty-program .lp-info__btn {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.page-loyalty-program .lp-info__btn {
		margin: 0 auto;
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-info__btn {
		font-size: 18px;
	}
}
.page-loyalty-program .lp-info__image {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	aspect-ratio: 1.22222222;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-info__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		height: 100%;
		margin-left: unset;
		aspect-ratio: unset;
	}
}
.page-loyalty-program .lp-info__image img,
.page-loyalty-program .lp-info__image svg {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-size: 0;
}
.page-loyalty-program .lp-benefits {
	background-image: linear-gradient(to bottom, #fff 30%, #ecefec 91%);
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits {
		padding: 80px 0;
	}
}
.page-loyalty-program .lp-benefits__headline {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	margin-bottom: 42px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.page-loyalty-program .lp-benefits__headline {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-benefits__headline {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits__headline {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__headline {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits__headline {
		margin-bottom: 59px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__headline {
		margin-bottom: 85px;
	}
}
.page-loyalty-program .lp-benefits__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-benefits__items {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__items {
		-ms-grid-columns: (1fr) [5];
		grid-template-columns: repeat(5, 1fr);
		gap: 30px;
	}
}
.page-loyalty-program .lp-benefits__item {
	text-align: center;
	word-wrap: break-word;
}
.page-loyalty-program .lp-benefits__title {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	color: #3b5b3f;
	margin-bottom: 17px;
	font-weight: 700;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits__title {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__title {
		font-size: 24px;
		line-height: 1.17;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits__title {
		margin-bottom: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__title {
		margin-bottom: 35px;
	}
}
.page-loyalty-program .lp-benefits__desc {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #3b5b3f;
	font-weight: 600;
	line-height: 1.33;
	margin-top: 17px;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-benefits__desc {
		margin-top: 23px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-benefits__desc {
		margin-top: 34px;
	}
}
.page-loyalty-program .lp-benefits__image {
	height: 113px;
}
.page-loyalty-program .lp-benefits__image img,
.page-loyalty-program .lp-benefits__image svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.page-loyalty-program .lp-points {
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-points {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points {
		padding: 80px 0;
	}
}
.page-loyalty-program .lp-points__headline {
	font-family: Nunito, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #63b450;
	line-height: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	font-weight: 700;
	margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
	.page-loyalty-program .lp-points__headline {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-points__headline {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-points__headline {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points__headline {
		font-size: 40px;
		line-height: 1.35;
	}
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-points__headline {
		margin-bottom: 29px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points__headline {
		margin-bottom: 55px;
	}
}
.page-loyalty-program .lp-points__cell {
	position: relative;
	display: -ms-grid;
	display: grid;
	padding: 20px 0;
	width: 100%;
	gap: 10px 20px;
	word-break: break-word;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-points__cell {
		padding: 30px 0;
		-ms-grid-columns: minmax(auto, 45%) 1fr;
		grid-template-columns: minmax(auto, 45%) 1fr;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points__cell {
		padding: 40px 0;
		-ms-grid-columns: minmax(auto, 35%) 1fr;
		grid-template-columns: minmax(auto, 35%) 1fr;
	}
}
.page-loyalty-program .lp-points__cell:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #b8c3c0;
	content: '';
}
.page-loyalty-program .lp-points__cell:last-of-type:after {
	display: none;
}
.page-loyalty-program .lp-points__head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	column-gap: 20px;
	word-break: break-word;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-points__head {
		-ms-grid-columns: minmax(auto, 25%) 1fr;
		grid-template-columns: minmax(auto, 25%) 1fr;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points__head {
		-ms-grid-columns: minmax(auto, 35%) 1fr;
		grid-template-columns: minmax(auto, 35%) 1fr;
	}
}
.page-loyalty-program .lp-points__num,
.page-loyalty-program .lp-points__points {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #ffcd1c;
	color: #3b5b3f;
	font-weight: 700;
	text-align: left;
}
@media only screen and (min-width: 992px) {
	.page-loyalty-program .lp-points__num,
	.page-loyalty-program .lp-points__points {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.page-loyalty-program .lp-points__num,
	.page-loyalty-program .lp-points__points {
		font-size: 24px;
		line-height: 1.17;
	}
}
.page-loyalty-program .lp-points__desc {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	column-gap: 20px;
	word-break: break-word;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-points__desc {
		display: block;
	}
}
.page-loyalty-program .lp-points__desc span {
	opacity: 0;
	visibility: hidden;
}
@media only screen and (min-width: 768px) {
	.page-loyalty-program .lp-points__desc span {
		display: none;
	}
}
.page-loyalty-program .lp-points__desc p {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #3b5b3f;
	font-weight: 600;
	line-height: 1.33;
	text-align: left;
}
.christmas-btn {
	background-color: #d60e41 !important;
}
@media screen and (min-width: 1024px) {
	.christmas-contact-img {
		position: absolute;
		right: -30px;
	}
}
