@font-face {
	font-family: 'numbers';
	src: url('/fonts/numbers.eot');
	src: url('/fonts/numbers.eot?#iefix') format('embedded-opentype'),
		url('/fonts/numbers.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/numbers.woff') format('woff'), /* Modern Browsers */
		url('/fonts/numbers.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/numbers.otf') format('opentype'),
		url('/fonts/numbers.svg?#svgnumbers') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'numbersBold';
	src: url('/fonts/numbers.eot');
	src: url('/fonts/numbers.eot?#iefix') format('embedded-opentype'),
		url('/fonts/numbers.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/numbers.woff') format('woff'), /* Modern Browsers */
		url('/fonts/numbers.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/numbers.otf') format('opentype'),
		url('/fonts/numbers.svg?#svgnumbersBold') format('svg'); /* Legacy iOS */
	font-weight: bold;
	font-style: normal;
}

.money-formatted.numbers {
	font-family: 'numbers', Arial, sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-weight: normal;
}
.money-formatted-italic.numbers {
	font-family: 'numbers', Arial,sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-style: italic;
}
.money-formatted-bold.numbers, .money-formatted.numbers b {
	font-family: 'numbersBold', Arial,sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

@font-face {
	font-family: 'ruble';
	src: url('/fonts/rubleLig.eot');
	src: url('/fonts/rubleLig.eot?#iefix') format('embedded-opentype'),
		url('/fonts/rubleLig.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/rubleLig.woff') format('woff'), /* Modern Browsers */
		url('/fonts/rubleLig.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/rubleLig.otf') format('opentype'),
		url('/fonts/rubleLig.svg?#svgruble') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rubleBold';
	src: url('/fonts/rubleLig.eot');
	src: url('/fonts/rubleLig.eot?#iefix') format('embedded-opentype'),
	url('/fonts/rubleLig.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/rubleLig.woff') format('woff'), /* Modern Browsers */
	url('/fonts/rubleLig.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/rubleLig.otf') format('opentype'),
	url('/fonts/rubleLig.svg?#svgrubleBold') format('svg'); /* Legacy iOS */
	font-weight: bold;
	font-style: normal;
}
.money-formatted,
.fontsymb .money-formatted.numbers {
	font-family: 'ruble', Arial, sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-weight: normal;
}
.money-formatted-italic,
.fontsymb .money-formatted-italic.numbers {
	font-family: 'ruble', Arial,sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-style: italic;
}
.money-formatted-bold,
.money-formatted b,
.fontsymb .money-formatted-bold.numbers,
.fontsymb .money-formatted.numbers b {
	font-family: 'rubleBold', Arial,sans-serif;
	-webkit-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig=1';
	-moz-font-feature-settings: 'dlig';
	-moz-font-feature-settings: 'dlig' 1;
	font-feature-settings: 'dlig';
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

html, body {
	position: relative;
	margin: 0;
	padding: 0;
	color: black;
}

html {
	height: 100%;
	font-size: 100.1%;
}

body {
	min-height: 100%;
	min-width: 1024px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
}

body.progress {
	cursor: progress;
}

* {
	font: inherit;
	color: inherit;
}
iframe,
ul, ol, li,
form, label, input, select, button, optgroup, option,
table, thead, tfoot, tbody, tr, th, td { margin: 0; padding: 0; border: none; text-align: left; vertical-align: baseline; }

b, .bold { font-weight: bold; }
a, .link { color: #2b76ac; cursor: pointer; text-decoration: underline; }
.dashed, .dotted { text-decoration: none; border-bottom: 1px dashed; cursor: pointer; }
.dotted { border-bottom-style: dotted; display: inline-block; line-height: 0.9; }
a img { border: none; vertical-align: middle; }

table { border-collapse: collapse; }
table.layout { width: 100%; table-layout: fixed; }
table.layout > tbody > tr > td { padding: 0; vertical-align: top; }

ul>li { list-style: none; }

input:not([type='checkbox']):not([type='radio']) { outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
button, input[type='button'], input[type='submit'], input[type='reset'] { outline: none; background: none; text-align: center; cursor: pointer; }
button::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='submit']::-moz-focus-inner, input[type='reset']::-moz-focus-inner { margin: 0; border: 0; padding: 0; }

.abs, .abs>* { position: absolute; background-repeat: no-repeat; }
.abs>.t { top: 0; background-position: top; background-repeat: repeat-x; }
.abs>.b { bottom: 0; background-position: bottom; background-repeat: repeat-x; }
.abs>.l { left: 0; background-position: left; background-repeat: repeat-y; }
.abs>.r { right: 0; background-position: right; background-repeat: repeat-y; }
.abs>.l, .abs>.r, .abs>.c {/* Opera */ padding: 0%; }
.abs>.tl { top: 0; left: 0; background-position: top left; }
.abs>.tr { top: 0; right: 0; background-position: top right; }
.abs>.bl { bottom: 0; left: 0; background-position: bottom left; }
.abs>.br { bottom: 0; right: 0; background-position: bottom right; }

.invis { display: none; }
.vis { display: block; }
.invisible { display: none !important; }
.inlineBlock { display: inline-block; }
.clear { clear: both; }
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
.italic {font-style: italic;}
.nowrap { white-space: nowrap;}
.capitalize { text-transform: capitalize;}
/*ie10*/
canvas {-ms-touch-action: double-tap-zoom;}

.tripcoins_info {
	position: relative;
}

.tripcoins_info .money-formatted {
	text-transform: none;
}

.tripcoins_info .text {
	display: inline-block;
	vertical-align: middle;

	text-transform: uppercase;
}

.tripcoins_info .icon {
	display: inline-block;
	vertical-align: middle;

	background: url('/images/bonus_icon.98517d43.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.tripcoins_info.advise {
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #0099E0;
	color: white;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20), 0 1px 3px 0 rgba(0,0,0,0.10);
	white-space: nowrap;
}

.tripcoins_info.advise .text {
	width: 154px;  /* 220 - 15*2 - 36 */
	font-size: 13px;
	text-transform: none;
	white-space: normal;
}

.tripcoins_info.advise .icon {
	width: 36px;
	height: 36px;
}

.footer .tripcoins_info ~ button {
	margin-top: 0 !important;
}

.footer .tripcoins_info {
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer .tripcoins_info .text {
	font-size: 80%;
}

.footer .tripcoins_info .icon {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	float: left;
}

.pf_button.tripcoins {
	height: 70px;
}

.pf_button.tripcoins .price_button {
	top: 25px;
}

.pf_button.tripcoins .info_tripcoins {
	position: absolute;
	right: 7px;
	top: 4px;
	line-height: 15px;
	z-index: 4;
}

.pf_button.tripcoins .info_tripcoins .text {
	display: inline-block;
	vertical-align: middle;

	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.pf_button.tripcoins .info_tripcoins .money-formatted {
	text-transform: none;
}

.pf_button.tripcoins .info_tripcoins .icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 6px;
	vertical-align: middle;

	background: url('/images/bonus_icon.98517d43.png') no-repeat;
	background-size: cover;
	background-position: center center;
}
