html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0.5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin-block-start: 0;
	margin-block-end: 0.9rem;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #2ff2b4;
}
a:active,
a:hover {
	color: #a6ffe3;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	height: auto;
	max-width: 100%;
}
details {
	display: block;
}
summary {
	display: list-item;
}
figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}
[hidden],
template {
	display: none;
}
@media print {
	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
}
input[type='date']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
	border-color: #333;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	width: auto;
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[type='button'],
[type='submit'],
button {
	display: inline-block;
	font-weight: 400;
	color: #2ff2b4;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #2ff2b4;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all 0.3s;
}
[type='button']:focus,
[type='submit']:focus,
button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}
[type='button']:focus,
[type='button']:hover,
[type='submit']:focus,
[type='submit']:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #2ff2b4;
	text-decoration: none;
}
[type='button']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: vertical;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
select {
	display: block;
}
table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
}
table td,
table th {
	padding: 5px 10px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
	font-weight: 700;
}
table tfoot th,
table thead th {
	font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
	table table {
		font-size: 0.8em;
	}
	table table td,
	table table th {
		padding: 7px;
		line-height: 1.3;
	}
	table table th {
		font-weight: 400;
	}
}
dd,
dl,
dt,
li,
ol,
ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.mobile-button__header .mobile-button__control {
	margin-left: auto;
}

.mobile-button__header .mobile-button__control:hover {
	background-color: #000;
	opacity: 0.9;
	cursor: pointer;
}

.mobile-button__control--show .open,
.mobile-button__control--show.open .close,
.mobile-button__header
	.mobile-button__control.mobile-button__control--show.open:before {
	display: none;
}

.mobile-button__control--show.open .open {
	display: block;
}

.mobile-button__control {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: none;
	padding: 12px 16px;
	min-width: 80px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	background: #ffbb01;
	color: #000;
}

.mobile-button__footer {
	position: absolute;
	margin-top: 20px;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.calculate__body label,
.select-lang {
	position: relative;
}

.mobile-button__bonus {
	margin: 0;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.mobile-button__bonus span {
	color: #ff9901;
	font-weight: 600;
}

.mobile-button__bonus b,
.mobile-button__bonus strong {
	font-weight: 700;
}

.mobile-button__promocode-controls {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.mobile-button__header {
	display: flex;
	align-items: center;
}

.mobile-button {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	margin: 0 auto;
	border-radius: 12px 12px 0 0;
	padding: 5px 12px 0;
	background: #fff;
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px) {
	.mobile-button.show {
		display: block;
	}
}

.mobile-button__header .get-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	margin-bottom: 0;
}

.mobile-button__info {
	margin-right: 8px;
}

.mobile-button__name {
	margin: 0 0 8px;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.mobile-button__short-bonus {
	position: relative;
	margin: 5px 0 0;
	padding-left: 20px;
	color: #333;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
}

.mobile-button__short-bonus:before {
	content: '';
	background-image: url(/img/gift-small.png);
	height: 16px;
	display: block;
	width: 16px;
	position: absolute;
	top: -2px;
	left: 0;
}

.mobile-button__short-bonus span {
	color: #ff9901;
	font-weight: 800;
}

.mobile-button_link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#e5r8yKn64Nt3_ts {
	animation: e5r8yKn64Nt3_ts__ts 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt3_ts__ts {
	0% {
		transform: translate(27px, 49.967152px) scale(1, 1);
	}
	50% {
		transform: translate(27px, 49.967152px) scale(1, 1);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	62.5% {
		transform: translate(27px, 49.967152px) scale(1, 0.747947);
	}
	68.75% {
		transform: translate(27px, 49.967152px) scale(1, 0.747947);
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	72.5% {
		transform: translate(27px, 49.967152px) scale(1, 1.096112);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	76.25% {
		transform: translate(27px, 49.967152px) scale(1, 0.997946);
	}
	100% {
		transform: translate(27px, 49.967152px) scale(1, 0.997946);
	}
}
#e5r8yKn64Nt4_ts {
	animation: e5r8yKn64Nt4_ts__ts 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt4_ts__ts {
	0% {
		transform: translate(27px, 50.001107px) scale(1, 1.032493);
	}
	50% {
		transform: translate(27px, 50.001107px) scale(1, 1.032493);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	62.5% {
		transform: translate(27px, 50.001107px) scale(1, 0.774388);
	}
	68.75% {
		transform: translate(27px, 50.001107px) scale(1, 0.774388);
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	72.5% {
		transform: translate(27px, 50.001107px) scale(1, 1.133841);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	76.25% {
		transform: translate(27px, 50.001107px) scale(1, 1.032492);
	}
	100% {
		transform: translate(27px, 50.001107px) scale(1, 1.032492);
	}
}
#e5r8yKn64Nt5_to {
	animation: e5r8yKn64Nt5_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt5_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt5 {
	animation: e5r8yKn64Nt5_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt5_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt6_to {
	animation: e5r8yKn64Nt6_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt6_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt6 {
	animation: e5r8yKn64Nt6_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt6_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt7_to {
	animation: e5r8yKn64Nt7_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt7_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt7 {
	animation: e5r8yKn64Nt7_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt7_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt8_to {
	animation: e5r8yKn64Nt8_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt8_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt8 {
	animation: e5r8yKn64Nt8_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt8_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt9_to {
	animation: e5r8yKn64Nt9_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt9_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt9 {
	animation: e5r8yKn64Nt9_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt9_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt10_to {
	animation: e5r8yKn64Nt10_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt10_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt10 {
	animation: e5r8yKn64Nt10_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt10_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt11_to {
	animation: e5r8yKn64Nt11_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt11_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt11 {
	animation: e5r8yKn64Nt11_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt11_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt12_to {
	animation: e5r8yKn64Nt12_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt12_to__to {
	0% {
		offset-distance: 0%;
	}
	68.75% {
		offset-distance: 0%;
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		offset-distance: 100%;
	}
	100% {
		offset-distance: 100%;
	}
}
#e5r8yKn64Nt12 {
	animation: e5r8yKn64Nt12_c_o 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt12_c_o {
	0% {
		opacity: 0;
	}
	68.75% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	73.75% {
		opacity: 1;
	}
	76.25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#e5r8yKn64Nt13_to {
	animation: e5r8yKn64Nt13_to__to 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt13_to__to {
	0% {
		transform: translate(27px, 23.499988px);
	}
	50% {
		transform: translate(27px, 23.499988px);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	62.5% {
		transform: translate(27px, 27.499984px);
	}
	68.75% {
		transform: translate(27px, 27.499984px);
	}
	72.5% {
		transform: translate(27px, 14.499984px);
		animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
	}
	76.25% {
		transform: translate(27px, 23.500012px);
	}
	100% {
		transform: translate(27px, 23.500012px);
	}
}
#e5r8yKn64Nt13_tr {
	animation: e5r8yKn64Nt13_tr__tr 8000ms linear infinite normal forwards;
}
@keyframes e5r8yKn64Nt13_tr__tr {
	0% {
		transform: rotate(0deg);
	}
	68.75% {
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	71.25% {
		transform: rotate(-5deg);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	73.75% {
		transform: rotate(5deg);
		animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
	}
	76.25% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

#eYdm8rcu04h3_to {
	animation: eYdm8rcu04h3_to__to 8000ms linear infinite normal forwards;
}
@keyframes eYdm8rcu04h3_to__to {
	0% {
		transform: translate(14px, 12.5px);
	}
	37.5% {
		transform: translate(14px, 12.5px);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	41.25% {
		transform: translate(14px, 38.5px);
	}
	45% {
		transform: translate(28px, 38.5px);
	}
	47.5% {
		transform: translate(28px, -8.5px);
		animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}
	50% {
		transform: translate(14px, -8.5px);
	}
	53.75% {
		transform: translate(14px, 12.5px);
	}
	100% {
		transform: translate(14px, 12.5px);
	}
}

@media screen and (max-width: 1024px) {
	.e-con.e-flex > .e-con-inner {
		/*flex-wrap: nowrap!important;*/
	}
}

.elementor-1572 .elementor-element.elementor-element-1440f147 {
	overflow: hidden;
}
