/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}body{margin:0;}article,aside,footer,header,nav,section{display:block;}h1{font-size:2em;margin:0.67em 0;}figcaption,figure,main{display:block;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;}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;}audio,video{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details,menu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}



/* ===============================================

	D E F A U L T
	Default styles of browsers

=============================================== */
*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ===============================================

	C O M M O N
	General styles

=============================================== */
html {
	position: relative;
}

body {
	color: #616569;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
	background: #fff;
}

input, button, select, textarea {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

html, body {
	min-height: 100%;
	height: 100%;
}

/* -------------------------------------------
	Link
------------------------------------------- */
a {
	color: #337ab7;
	text-decoration: underline;
}

a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* -------------------------------------------
	Images
------------------------------------------- */
img {
	vertical-align: middle;
}

/* -------------------------------------------
	Position and clear
------------------------------------------- */
.clearfix:before, .clearfix:after,
.container:before, .container:after {
	content: " ";
	display: table;
}

.clearfix:after, .container:after {
	clear: both;
}

/* -------------------------------------------
	Transition
------------------------------------------- */
.trn, .trna a {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* -------------------------------------------
	Opacity
------------------------------------------- */
.opacity-0 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.opacity-1 {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.opacity-5 {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

/* -------------------------------------------
	Box-shadow
------------------------------------------- */
.box-shadow {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

/* -------------------------------------------
	User select
------------------------------------------- */
.no-select {
	-webkit-user-select: none;
	user-select: none;
}

/* -------------------------------------------
	List reset
------------------------------------------- */
.reset, .reset > li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* -------------------------------------------
	Text overflow
------------------------------------------- */
.to-el {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------------
	Font smoothing
------------------------------------------- */
.fsmoothing-y {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fsmoothing-n {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}





/* -------------------------------------------
	Grid sistem
------------------------------------------- */
.container {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------------
	Age
------------------------------------------- */
.age {
	color: #b7bbc0;
	font-size: 12px;
	line-height: 14px;
	top: 3px;
	right: 5px;
	position: absolute;
	z-index: 6;
}

/* -------------------------------------------
	Pseudo table
------------------------------------------- */
.pseudo-table {
	width: 100%;
	/*height: 100%;*/
	display: table;
	table-layout: fixed;
}

.pseudo-table > li {
	display: table-row;
}

.pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	Button and Price: Pseudo table
------------------------------------------- */
.btn-price-pseudo-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	z-index: 4;
}

.btn-price-pseudo-table > li {
	display: table-row;
}

.btn-price-pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	Images display: block;
------------------------------------------- */
.logo img, .btn-ok-icon img, .progress-icon img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	Button style
------------------------------------------- */
.btn-price-container {
	text-align: center;
	position: relative;
	padding: 0px;
}

.btn-container {
	position: relative;
	padding: 0px;
}

	/* -------------------------------------------
		Button
	------------------------------------------- */
	.btn {
		display: block;
	}

	.btn, .btn:hover {
		color: #fff;
		text-decoration: none;
	}

	.btn-ok-txt, .btn-ok-icon {
		display: inline-block;
		vertical-align: middle;
	}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok {
			max-width: 325px;
			width: 87%;
			position: relative;
			z-index: 1;
			padding: 2px;
			margin: 0px auto;
			background: #1fad0c;
			-webkit-box-shadow: 0px 10px 40px -5px rgba(17,126,3,0.7), inset 0px 0px 0px 3px #1e960f;
			box-shadow: 0px 10px 40px -5px rgba(17,126,3,0.7), inset 0px 0px 0px 3px #1e960f;
			border-radius: 100px;
		}


		.btn-ok-bg {
			position: relative;
			padding: 36px 0px;
			border-radius: 100px;
		}

		.btn-ok-txt {
			font-size: 32px;
			line-height: 34px;
			/*font-weight: bold;*/
			/*text-shadow: 0px 2px 0px rgba(0,0,0,0.1);*/
		}

		.btn-ok-icon {
			max-width: 24px;
			margin-left: 16px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		text-align: center;
		/*bottom: -60px;*/
		/*left: 0px;*/
		/*right: 0px;*/
		/*position: absolute;*/
		margin-top: 30px;
	}

	.btn-cancel, .btn-cancel:hover {
		color: #fff;
	}

	.btn-cancel {
		height: 20px;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		padding: 5px 6px 0px;
		background: #aeb1b3;
		border-radius: 10px;
	}





/* -------------------------------------------
	Height full
------------------------------------------- */
.height-full {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
}

/* -------------------------------------------
	Head
------------------------------------------- */
.head {}
	.head .container {
		position: relative;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		color: #b7bbc0;
		font-size: 10px;
		line-height: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin-top: 5px;
	}

/* -------------------------------------------
	Content
------------------------------------------- */
.content {}

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		color: #2c8ceb;
		font-size: 36px;
		line-height: 40px;
		font-weight: bold;
	}

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		display: inline-block;
		vertical-align: top;
		color: #b7bbc0;
		font-size: 16px;
		line-height: 20px;
		margin: 9px 0px;
	}
		.progress-text {
			float: left;
			margin-top: 3px;
		}

		.progress-icon {
			width: 24px;
			float: right;
			margin-left: 10px;
		}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 25px;
	}

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	z-index: 5;
	padding: 2px 1px 2px;
	background: #fff;
	/*background: rgba(0,0,0,0.03);*/
}

.footer *, .rules, .rules * {
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	/*-moz-osx-font-smoothing: auto;*/
}

/* -------------------------------------------
	Rules
------------------------------------------- */
.rules {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	/*letter-spacing: -0.2px;*/
}

	/* -------------------------------------------
		Responsive max-width: 359px;
	------------------------------------------- */
	@media (max-width: 359px) {

		.rules {
			letter-spacing: -0.2px;
		}

	}

	.rules div {
		/*-webkit-filter: blur(4px);*/
		/*filter: blur(4px);*/
	}

.rules, .rules a {
	color: #b7bbc0;
	font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 2px 1px 2px;
	background: #fff;
	/*background: rgba(0,0,0,0.03);*/
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}

/* -------------------------------------------
	Responsive max-width: 768px;
------------------------------------------- */
@media (max-width: 768px) {

	.rules {
		font-size: 9px;
		line-height: 9px;
	}

}





/* -------------------------------------------
	Responsive max-width: 329px;
------------------------------------------- */
@media (max-width: 329px) {

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		margin-bottom: 10px;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		font-size: 13px;
		margin-bottom: 24px;
	}

}


/* -------------------------------------------
	Responsive max-width: 279px;
------------------------------------------- */
@media (max-width: 279px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-icon {
		display: none;
	}

}




/* -------------------------------------------
	Responsive for *** BUTTON *** in table
------------------------------------------- */
@media 
(min-width: 1448px) {

	.btn-price-pseudo-table {
		padding-top: 31px;
		padding-bottom: 14px;
	}

}

@media 
(min-width: 769px) and (max-width: 1447px) {

	.btn-price-pseudo-table {
		padding-top: 41px;
		padding-bottom: 14px;
	}

}

@media 
(min-width: 669px) and (max-width: 768px) {

	.btn-price-pseudo-table {
		padding-top: 39px;
		padding-bottom: 13px;
	}

}

@media 
(min-width: 603px) and (max-width: 668px) {

	.btn-price-pseudo-table {
		padding-top: 48px;
		padding-bottom: 13px;
	}

}

@media 
(min-width: 452px) and (max-width: 602px) {

	.btn-price-pseudo-table {
		padding-top: 48px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 360px) and (max-width: 451px) {

	.btn-price-pseudo-table {
		padding-top: 57px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 314px) and (max-width: 359px) {

	.btn-price-pseudo-table {
		padding-top: 66px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 270px) and (max-width: 313px) {

	.btn-price-pseudo-table {
		padding-top: 66px;
		padding-bottom: 31px;
	}

}

@media 
(min-width: 0px) and (max-width: 269px) {

	.btn-price-pseudo-table {
		padding-top: 75px;
		padding-bottom: 31px;
	}

}





/* -------------------------------------------
	Responsive for button max-height
------------------------------------------- */
@media (max-height: 549px) {

	.btn-ok-bg {
		padding: 36px 0;
	}

}

@media (max-height: 499px) {

	.btn-ok-bg {
		/*padding: 31px 0;*/
	}

}

@media (max-height: 449px) {

	.btn-ok-bg {
		/*padding: 26px 0;*/
	}

}

@media (max-height: 399px) {

	.btn-ok-bg {
		/*padding: 21px 0;*/
	}

}

@media (max-height: 349px) {

	.btn-ok-bg {
		/*padding: 17px 0;*/
	}

}

@media (max-height: 299px) {

	.btn-ok-bg {
		/*padding: 12px 0;*/
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 1448px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 0px),
(min-width: 669px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 668px) and (max-height: 0px),
(min-width: 452px) and (max-width: 602px) and (max-height: 0px),
(min-width: 360px) and (max-width: 451px) and (max-height: 0px),
(min-width: 314px) and (max-width: 359px) and (max-height: 0px),
(min-width: 270px) and (max-width: 313px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {


}

@media 
(min-width: 1448px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 0px),
(min-width: 669px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 668px) and (max-height: 0px),
(min-width: 452px) and (max-width: 602px) and (max-height: 0px),
(min-width: 360px) and (max-width: 451px) and (max-height: 0px),
(min-width: 314px) and (max-width: 359px) and (max-height: 0px),
(min-width: 270px) and (max-width: 313px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {

	.btn-cancel-container {
		/*bottom: -50px;*/
	}

}

@media 
(min-width: 1448px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 0px),
(min-width: 669px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 668px) and (max-height: 0px),
(min-width: 452px) and (max-width: 602px) and (max-height: 0px),
(min-width: 360px) and (max-width: 451px) and (max-height: 0px),
(min-width: 314px) and (max-width: 359px) and (max-height: 0px),
(min-width: 270px) and (max-width: 313px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {

	.btn-cancel-container {
		/*bottom: -40px;*/
	}

}

@media 
(min-width: 1448px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 0px),
(min-width: 669px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 668px) and (max-height: 0px),
(min-width: 452px) and (max-width: 602px) and (max-height: 0px),
(min-width: 360px) and (max-width: 451px) and (max-height: 0px),
(min-width: 314px) and (max-width: 359px) and (max-height: 0px),
(min-width: 270px) and (max-width: 313px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {

	.btn-cancel-container {
		/*bottom: -30px;*/
	}

}

@media 
(min-width: 1448px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 0px),
(min-width: 669px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 668px) and (max-height: 0px),
(min-width: 452px) and (max-width: 602px) and (max-height: 0px),
(min-width: 360px) and (max-width: 451px) and (max-height: 0px),
(min-width: 314px) and (max-width: 359px) and (max-height: 0px),
(min-width: 270px) and (max-width: 313px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {

	.btn-cancel-container {
		/*position: static;*/
	}

}


/* ТУЦ-ТУЦ */


@media 
(min-width: 1448px) and (max-height: 342px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 352px),
(min-width: 669px) and (max-width: 768px) and (max-height: 349px),
(min-width: 603px) and (max-width: 668px) and (max-height: 358px),
(min-width: 452px) and (max-width: 602px) and (max-height: 367px),
(min-width: 360px) and (max-width: 451px) and (max-height: 376px),
(min-width: 314px) and (max-width: 359px) and (max-height: 385px),
(min-width: 270px) and (max-width: 313px) and (max-height: 414px),
(min-width: 0px) and (max-width: 269px) and (max-height: 423px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		margin-top: 15px;
	}

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		margin: -1px 0px;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		margin-bottom: 15px;
	}

}

@media 
(min-width: 1448px) and (max-height: 297px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 307px),
(min-width: 669px) and (max-width: 768px) and (max-height: 304px),
(min-width: 603px) and (max-width: 668px) and (max-height: 313px),
(min-width: 452px) and (max-width: 602px) and (max-height: 322px),
(min-width: 360px) and (max-width: 451px) and (max-height: 331px),
(min-width: 314px) and (max-width: 359px) and (max-height: 340px),
(min-width: 270px) and (max-width: 313px) and (max-height: 369px),
(min-width: 0px) and (max-width: 269px) and (max-height: 378px) {

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		margin-bottom: -3px;
	}

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		display: none;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		margin-bottom: 5px;
	}

}

@media 
(min-width: 1448px) and (max-height: 262px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 272px),
(min-width: 669px) and (max-width: 768px) and (max-height: 269px),
(min-width: 603px) and (max-width: 668px) and (max-height: 278px),
(min-width: 452px) and (max-width: 602px) and (max-height: 287px),
(min-width: 360px) and (max-width: 451px) and (max-height: 296px),
(min-width: 314px) and (max-width: 359px) and (max-height: 305px),
(min-width: 270px) and (max-width: 313px) and (max-height: 334px),
(min-width: 0px) and (max-width: 269px) and (max-height: 343px) {

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		display: none;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		margin-bottom: 5px;
	}

}

@media 
(min-width: 1448px) and (max-height: 225px),
(min-width: 769px) and (max-width: 1447px) and (max-height: 235px),
(min-width: 669px) and (max-width: 768px) and (max-height: 232px),
(min-width: 603px) and (max-width: 668px) and (max-height: 241px),
(min-width: 452px) and (max-width: 602px) and (max-height: 250px),
(min-width: 360px) and (max-width: 451px) and (max-height: 259px),
(min-width: 314px) and (max-width: 359px) and (max-height: 268px),
(min-width: 270px) and (max-width: 313px) and (max-height: 297px),
(min-width: 0px) and (max-width: 269px) and (max-height: 306px) {

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		display: none;
	}

}





/* -------------------------------------------
	Galaxy S3
------------------------------------------- */
/* Portrait */
@media (width: 360px) 
and (height: 567px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: portrait) {


}

/* Landscape */
@media (width: 640px) 
and (height: 287px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: landscape) {


}



/* -------------------------------------------
	iPhone 4 and 4S
------------------------------------------- */
/* Portrait */
@media (width: 320px) 
and (height: 372px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media (width: 480px) 
and (max-height: 320px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.rules-bottom {
		letter-spacing: -0.3px;
	}

}


/* -------------------------------------------
	iPhone 5, 5S, SE
------------------------------------------- */
/* Portrait */
@media (width: 320px) 
and (height: 460px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait),
(width: 320px) 
and (height: 454px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media (width: 568px) 
and (max-height: 320px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.rules-bottom {
		letter-spacing: -0.2px;
	}

	.btn-price-container {
		top: -45px;
	}

	.btn-ok-bg {
		padding: 31px 0;
	}

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		display: none;
	}

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		display: none;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		margin-bottom: 5px;
	}

}


/* -------------------------------------------
	iPhone 6, 6S, 7, 8
------------------------------------------- */
/* Portrait */
@media (width: 375px) 
and (height: 559px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait),
(width: 375px) 
and (height: 553px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media (width: 667px) 
and (max-height: 375px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.btn-price-container {
		top: -30px;
	}

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		margin-bottom: 12px;
	}

	/* -------------------------------------------
		Progress
	------------------------------------------- */
	.progress {
		display: none;
	}

	/* -------------------------------------------
		Text
	------------------------------------------- */
	.text {
		/*margin-bottom: 5px;*/
	}

}


/* -------------------------------------------
	iPhone 6+, 6S+, 7+, 8+
------------------------------------------- */
/* Portrait */
@media (width: 414px) 
and (height: 628px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait),
(width: 414px) 
and (height: 622px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media (width: 736px) 
and (max-height: 414px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: landscape) {


}




