/*! 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: #212121;
	font-size: 14px;
	line-height: 20px;
	/*font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
	background: #000;
}

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 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 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: 0px;
	margin: 0px;
}

/* -------------------------------------------
	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: #fff;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
	top: 22px;
	right: 52px;
	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, .head-more img, .head-search img, .player-icon img, .player-info-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: #ff9a77;
		text-decoration: none;
	}

	.btn-ok-txt, .btn-ok-icon {
		display: inline-block;
		vertical-align: middle;
	}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok {
			width: 140px;
			height: 140px;
			padding: 2px;
			margin: 0px auto;
			background: #ff0000;
			border-radius: 50%;
		}

		.btn-ok-bg {
			width: 136px;
			height: 136px;
			position: relative;
			border-radius: 50%;
		}

		.btn-ok-txt {
			font-size: 12px;
			line-height: 14px;
			/*font-weight: bold;*/
			/*font-weight: 800;*/
			text-align: center;
			text-transform: uppercase;
			bottom: 10px;
			/*left: 0px;*/
			/*right: 0px;*/
			left: 50%;
			position: absolute;
			margin-left: -14px;
			/*background: rgba(255,255,255,0.2);*/
		}

		.btn-ok-icon {
			width: 49px;
			height: 57px;
			top: 50%;
			left: 50%;
			position: absolute;
			margin: -28.5px 0px 0px -19.5px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		text-align: center;
		bottom: -70px;
		left: 0px;
		right: 0px;
		position: absolute;
		margin-top: 15px;
	}

	.btn-cancel, .btn-cancel:hover {
		color: #848484;
		font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
	}

	.btn-cancel {
		height: 20px;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		padding: 5px 6px 0px;
		background: #373737;
		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 {
	height: 54px;
	padding: 0px 15px;
	background: #2e2e2e;
}
	.head .container {
		position: relative;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		width: 150px;
		position: relative;
		margin-top: 15px;
	}

		.logo-year {
			height: 20px;
			/*float: left;*/
			color: #fff;
			font-size: 11px;
			line-height: 14px;
			top: 2px;
			right: -48px;
			position: absolute;
			padding: 1px 4px 3px;
			border: 2px solid #585858;
			border-radius: 6px;
		}

	/* -------------------------------------------
		Head search
	------------------------------------------- */
	.head-search {
		width: 18px;
		top: 18px;
		right: 19px;
		position: absolute;
	}

	/* -------------------------------------------
		Head more
	------------------------------------------- */
	.head-more {
		width: 4px;
		top: 18px;
		right: 0px;
		position: absolute;
	}

/* -------------------------------------------
	Player controls
------------------------------------------- */
.player-controls {
	padding: 10px 15px 0px;
	background: #262626;
}

	/* -------------------------------------------
		Player progress
	------------------------------------------- */
	.player-progress {
		height: 3px;
		position: relative;
		background: rgba(255,255,255,0.6);
		border-radius: 2px;
	}

	.player-progress::before,
	.player-progress::after {
		content: "";
		position: absolute;
		background: #ff0000;
	}

	.player-progress::before {
		width: 15px;
		height: 3px;
		top: 0px;
		left: 0px;
		border-radius: 2px;
	}

	.player-progress::after {
		width: 7px;
		height: 7px;
		top: -2px;
		left: 0px;
		border-radius: 4px;
	}

	/* -------------------------------------------
		Player list
	------------------------------------------- */
	.player-list {
		padding: 15px 0px;
	}
	.player-list-1 {
		float: left;
	}
	.player-list-2 {
		float: right;
	}
		.player-list li {
			float: left;
			margin-left: 20px;
		}
		.player-list li:first-child {
			margin-left: 0px;
		}

		/* -------------------------------------------
			Player icon
		------------------------------------------- */
		.player-icon {
		}

		/* -------------------------------------------
			Player play
		------------------------------------------- */
		.player-play {
			width: 14px;
		}

		/* -------------------------------------------
			Player forward
		------------------------------------------- */
		.player-forward {
			width: 12px;
		}

		/* -------------------------------------------
			Player volume
		------------------------------------------- */
		.player-volume {
			width: 19px;
		}

		/* -------------------------------------------
			Player time
		------------------------------------------- */
		.player-time {
			width: 80px;
			margin-top: 2px;
		}

		/* -------------------------------------------
			Player settings
		------------------------------------------- */
		.player-settings {
			width: 16px;
		}

		/* -------------------------------------------
			Player repeat
		------------------------------------------- */
		.player-repeat {
			width: 18px;
		}

		/* -------------------------------------------
			Player expand
		------------------------------------------- */
		.player-expand {
			width: 16px;
		}

/* -------------------------------------------
	Player info
------------------------------------------- */
.player-info {
	padding: 15px;
	margin-bottom: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

	/* -------------------------------------------
		Player info list
	------------------------------------------- */
	.player-info-list {
	}
	.player-info-list-1 {
		float: left;
	}
	.player-info-list-2 {
		float: right;
	}
		.player-info-list li {
			float: left;
			margin-left: 20px;
		}
		.player-info-list li:first-child {
			margin-left: 0px;
		}

		/* -------------------------------------------
			Player info icon
		------------------------------------------- */
		.player-info-icon {
		}

		/* -------------------------------------------
			Player info like
		------------------------------------------- */
		.player-info-like {
		}

			/* -------------------------------------------
				Player info like icon
			------------------------------------------- */
			.player-info-like-icon {
				width: 16px;
				float: left;
				margin-right: 10px;
			}

			/* -------------------------------------------
				Player info like count
			------------------------------------------- */
			.player-info-like-count {
				float: right;
				color: #7f7f7f;
				font-size: 14px;
				line-height: 16px;
			}

		/* -------------------------------------------
			Player info pluse
		------------------------------------------- */
		.player-info-pluse {
			width: 14px;
			margin-top: 1px;
		}

		/* -------------------------------------------
			Player info share
		------------------------------------------- */
		.player-info-share {
			width: 16px;
			margin-top: 1px;
		}

		/* -------------------------------------------
			Player info download
		------------------------------------------- */
		.player-info-download {
			width: 16px;
		}

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	z-index: 5;
	/*padding: 2px 1px 2px;*/
	background: #f2f2f2;
}

/* -------------------------------------------
	Rules
------------------------------------------- */
.rules {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	/*letter-spacing: -0.2px;*/
	/*letter-spacing: -0.8px;*/
}

	/* -------------------------------------------
		Responsive max-width: 369px;
	------------------------------------------- */
	@media (max-width: 369px) {

		.rules {
			letter-spacing: -0.2px;
		}

	}

	.rules div {
		/*-webkit-filter: blur(4px);*/
		/*filter: blur(4px);*/
	}

.rules, .rules a {
	color: #a6a6a6;
	font-family: Arial, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 2px 1px 2px;
	background: #f2f2f2;
}

.rules-bottom {
	padding: 2px 1px 2px;
}

/* -------------------------------------------
	Responsive max-width: 768px;
------------------------------------------- */
@media (max-width: 768px) {

	.rules {
		font-size: 9px;
		line-height: 9px;
	}

}





/* -------------------------------------------
	Responsive max-width: 319px;
------------------------------------------- */
@media (max-width: 319px) {

	/* -------------------------------------------
		Player list
	------------------------------------------- */
	.player-list li:nth-child(4) {
		display: none;
	}

		/* -------------------------------------------
			Player time
		------------------------------------------- */
		.player-time {
			display: none;
		}

}


/* -------------------------------------------
	Responsive max-width: 299px;
------------------------------------------- */
@media (max-width: 299px) {

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo-year {
		display: none;
	}

}


/* -------------------------------------------
	Responsive max-width: 280px;
------------------------------------------- */
@media (max-width: 280px) {

	/* -------------------------------------------
		Player info list
	------------------------------------------- */
	.player-info-list li {
		margin-left: 15px;
	}

	.player-info-list-2 li:nth-child(2) {
		display: none;
	}

		/* -------------------------------------------
			Player info share
		------------------------------------------- */
		.player-info-share {
			display: none;
		}

}


/* -------------------------------------------
	Responsive max-width: 259px;
------------------------------------------- */
@media (max-width: 259px) {

	/* -------------------------------------------
		Age
	------------------------------------------- */
	.age {
		right: 19px;
	}

	/* -------------------------------------------
		Head search
	------------------------------------------- */
	.head-search {
		display: none;
	}

}




/* -------------------------------------------
	Responsive for *** BUTTON *** in table
------------------------------------------- */
@media 
(min-width: 1436px) {

	.btn-price-pseudo-table {
		padding-top: 68px;
		padding-bottom: 124px;
	}

}

@media 
(min-width: 769px) and (max-width: 1435px) {

	.btn-price-pseudo-table {
		padding-top: 78px;
		padding-bottom: 124px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) {

	.btn-price-pseudo-table {
		padding-top: 76px;
		padding-bottom: 123px;
	}

}

@media 
(min-width: 603px) and (max-width: 658px) {

	.btn-price-pseudo-table {
		padding-top: 85px;
		padding-bottom: 123px;
	}

}

@media 
(min-width: 445px) and (max-width: 602px) {

	.btn-price-pseudo-table {
		padding-top: 85px;
		padding-bottom: 132px;
	}

}

@media 
(min-width: 370px) and (max-width: 444px) {

	.btn-price-pseudo-table {
		padding-top: 94px;
		padding-bottom: 132px;
	}

}

@media 
(min-width: 320px) and (max-width: 369px) {

	.btn-price-pseudo-table {
		padding-top: 94px;
		padding-bottom: 132px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) {

	.btn-price-pseudo-table {
		padding-top: 103px;
		padding-bottom: 141px;
	}

}

@media 
(min-width: 0px) and (max-width: 269px) {

	.btn-price-pseudo-table {
		padding-top: 112px;
		padding-bottom: 141px;
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 1436px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 0px),
(min-width: 659px) and (max-width: 768px) and (max-height: 0px),
(min-width: 603px) and (max-width: 658px) and (max-height: 0px),
(min-width: 445px) and (max-width: 602px) and (max-height: 0px),
(min-width: 370px) and (max-width: 444px) and (max-height: 0px),
(min-width: 320px) and (max-width: 369px) and (max-height: 0px),
(min-width: 270px) and (max-width: 319px) and (max-height: 0px),
(min-width: 0px) and (max-width: 269px) and (max-height: 0px) {


}

@media 
(min-width: 1436px) and (max-height: 452px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 462px),
(min-width: 659px) and (max-width: 768px) and (max-height: 459px),
(min-width: 603px) and (max-width: 658px) and (max-height: 468px),
(min-width: 445px) and (max-width: 602px) and (max-height: 477px),
(min-width: 370px) and (max-width: 444px) and (max-height: 486px),
(min-width: 320px) and (max-width: 369px) and (max-height: 496px),
(min-width: 270px) and (max-width: 319px) and (max-height: 504px),
(min-width: 0px) and (max-width: 269px) and (max-height: 513px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -50px;
	}

}

@media 
(min-width: 1436px) and (max-height: 432px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 442px),
(min-width: 659px) and (max-width: 768px) and (max-height: 439px),
(min-width: 603px) and (max-width: 658px) and (max-height: 448px),
(min-width: 445px) and (max-width: 602px) and (max-height: 457px),
(min-width: 370px) and (max-width: 444px) and (max-height: 466px),
(min-width: 320px) and (max-width: 369px) and (max-height: 466px),
(min-width: 270px) and (max-width: 319px) and (max-height: 484px),
(min-width: 0px) and (max-width: 269px) and (max-height: 493px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -40px;
	}

}

@media 
(min-width: 1436px) and (max-height: 412px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 422px),
(min-width: 659px) and (max-width: 768px) and (max-height: 419px),
(min-width: 603px) and (max-width: 658px) and (max-height: 428px),
(min-width: 445px) and (max-width: 602px) and (max-height: 437px),
(min-width: 370px) and (max-width: 444px) and (max-height: 446px),
(min-width: 320px) and (max-width: 369px) and (max-height: 446px),
(min-width: 270px) and (max-width: 319px) and (max-height: 464px),
(min-width: 0px) and (max-width: 269px) and (max-height: 473px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -35px;
	}

}

@media 
(min-width: 1436px) and (max-height: 402px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 412px),
(min-width: 659px) and (max-width: 768px) and (max-height: 409px),
(min-width: 603px) and (max-width: 658px) and (max-height: 418px),
(min-width: 445px) and (max-width: 602px) and (max-height: 427px),
(min-width: 370px) and (max-width: 444px) and (max-height: 436px),
(min-width: 320px) and (max-width: 369px) and (max-height: 436px),
(min-width: 270px) and (max-width: 319px) and (max-height: 454px),
(min-width: 0px) and (max-width: 269px) and (max-height: 463px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		position: static;
	}

}

@media 
(min-width: 1436px) and (max-height: 367px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 377px),
(min-width: 659px) and (max-width: 768px) and (max-height: 384px),
(min-width: 603px) and (max-width: 658px) and (max-height: 393px),
(min-width: 445px) and (max-width: 602px) and (max-height: 402px),
(min-width: 370px) and (max-width: 444px) and (max-height: 401px),
(min-width: 320px) and (max-width: 369px) and (max-height: 401px),
(min-width: 270px) and (max-width: 319px) and (max-height: 429px),
(min-width: 0px) and (max-width: 269px) and (max-height: 438px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok {
		max-width: 210px;
		width: auto;
		height: auto;
		border-radius: 50px;
	}

	.btn-ok-bg {
		width: auto;
		height: auto;
		padding: 19px 0px;
		border-radius: 50px;
	}

	.btn-ok-txt {
		font-size: 34px;
		line-height: 36px;
		font-weight: bold;
		font-weight: 800;
		position: static;
		margin-left: 0px;
	}

	.btn-ok-icon {
		width: 32.6666666667px;
		height: auto;
		position: static;
		margin: 0px 0px 0px 16px;
	}

}


/* 
	1
 */


@media 
(min-width: 1436px) and (max-height: 317px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 317px),
(min-width: 659px) and (max-width: 768px) and (max-height: 324px),
(min-width: 603px) and (max-width: 658px) and (max-height: 333px),
(min-width: 445px) and (max-width: 602px) and (max-height: 342px),
(min-width: 370px) and (max-width: 444px) and (max-height: 351px),
(min-width: 320px) and (max-width: 369px) and (max-height: 351px),
(min-width: 270px) and (max-width: 319px) and (max-height: 369px),
(min-width: 0px) and (max-width: 269px) and (max-height: 378px) {

	/* -------------------------------------------
		Player info
	------------------------------------------- */
	.player-info {
		padding-top: 5px;
		padding-bottom: 5px;
	}

}

@media 
(min-width: 1436px) and (max-height: 317px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 317px) {

	.btn-price-pseudo-table {
		padding-bottom: 104px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) and (max-height: 324px),
(min-width: 603px) and (max-width: 658px) and (max-height: 333px) {

	.btn-price-pseudo-table {
		padding-bottom: 103px;
	}

}

@media 
(min-width: 445px) and (max-width: 602px) and (max-height: 342px),
(min-width: 370px) and (max-width: 444px) and (max-height: 351px),
(min-width: 320px) and (max-width: 369px) and (max-height: 351px) {

	.btn-price-pseudo-table {
		padding-bottom: 112px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) and (max-height: 369px),
(min-width: 0px) and (max-width: 269px) and (max-height: 378px) {

	.btn-price-pseudo-table {
		padding-bottom: 121px;
	}

}


/* 
	2
 */


@media 
(min-width: 1436px) and (max-height: 297px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 307px),
(min-width: 659px) and (max-width: 768px) and (max-height: 304px),
(min-width: 603px) and (max-width: 658px) and (max-height: 313px),
(min-width: 445px) and (max-width: 602px) and (max-height: 322px),
(min-width: 370px) and (max-width: 444px) and (max-height: 331px),
(min-width: 320px) and (max-width: 369px) and (max-height: 331px),
(min-width: 270px) and (max-width: 319px) and (max-height: 349px),
(min-width: 0px) and (max-width: 269px) and (max-height: 358px) {

	/* -------------------------------------------
		Player info
	------------------------------------------- */
	.player-info {
		display: none;
	}

}

@media 
(min-width: 1436px) and (max-height: 297px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 307px) {

	.btn-price-pseudo-table {
		padding-bottom: 73px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) and (max-height: 304px),
(min-width: 603px) and (max-width: 658px) and (max-height: 313px) {

	.btn-price-pseudo-table {
		padding-bottom: 72px;
	}

}

@media 
(min-width: 445px) and (max-width: 602px) and (max-height: 322px),
(min-width: 370px) and (max-width: 444px) and (max-height: 331px),
(min-width: 320px) and (max-width: 369px) and (max-height: 331px) {

	.btn-price-pseudo-table {
		padding-bottom: 81px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) and (max-height: 349px),
(min-width: 0px) and (max-width: 269px) and (max-height: 358px) {

	.btn-price-pseudo-table {
		padding-bottom: 90px;
	}

}


/* 
	3
 */


@media 
(min-width: 1436px) and (max-height: 266px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 276px),
(min-width: 659px) and (max-width: 768px) and (max-height: 273px),
(min-width: 603px) and (max-width: 658px) and (max-height: 282px),
(min-width: 445px) and (max-width: 602px) and (max-height: 291px),
(min-width: 370px) and (max-width: 444px) and (max-height: 300px),
(min-width: 320px) and (max-width: 369px) and (max-height: 300px),
(min-width: 270px) and (max-width: 319px) and (max-height: 318px),
(min-width: 0px) and (max-width: 269px) and (max-height: 327px) {

	/* -------------------------------------------
		Head
	------------------------------------------- */
	.head {
		height: 34px;
	}

		/* -------------------------------------------
			logo
		------------------------------------------- */
		.logo {
			margin-top: 5px;
		}

		/* -------------------------------------------
			Head search
		------------------------------------------- */
		.head-search {
			top: 8px;
		}

		/* -------------------------------------------
			Head more
		------------------------------------------- */
		.head-more {
			top: 8px;
		}

	/* -------------------------------------------
		Age
	------------------------------------------- */
	.age {
		top: 12px;
	}

}

@media 
(min-width: 1436px) and (max-height: 266px) {

	.btn-price-pseudo-table {
		padding-top: 48px;
	}

}

@media 
(min-width: 769px) and (max-width: 1435px) and (max-height: 276px) {

	.btn-price-pseudo-table {
		padding-top: 58px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) and (max-height: 273px) {

	.btn-price-pseudo-table {
		padding-top: 56px;
	}

}

@media 
(min-width: 603px) and (max-width: 658px) and (max-height: 282px),
(min-width: 445px) and (max-width: 602px) and (max-height: 291px) {

	.btn-price-pseudo-table {
		padding-top: 65px;
	}

}

@media 
(min-width: 370px) and (max-width: 444px) and (max-height: 300px),
(min-width: 320px) and (max-width: 369px) and (max-height: 300px) {

	.btn-price-pseudo-table {
		padding-top: 74px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) and (max-height: 318px) {

	.btn-price-pseudo-table {
		padding-top: 83px;
	}

}

@media 
(min-width: 0px) and (max-width: 269px) and (max-height: 327px) {

	.btn-price-pseudo-table {
		padding-top: 92px;
	}

}


/* 
	4
 */


@media 
(min-width: 1436px) and (max-height: 246px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 256px),
(min-width: 659px) and (max-width: 768px) and (max-height: 253px),
(min-width: 603px) and (max-width: 658px) and (max-height: 262px),
(min-width: 445px) and (max-width: 602px) and (max-height: 271px),
(min-width: 370px) and (max-width: 444px) and (max-height: 280px),
(min-width: 320px) and (max-width: 369px) and (max-height: 280px),
(min-width: 270px) and (max-width: 319px) and (max-height: 298px),
(min-width: 0px) and (max-width: 269px) and (max-height: 307px) {

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		padding-top: 0;
	}

		/* -------------------------------------------
			Player progress
		------------------------------------------- */
		.player-progress {
			display: none;
		}

}

@media 
(min-width: 1436px) and (max-height: 246px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 256px) {

	.btn-price-pseudo-table {
		padding-bottom: 60px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) and (max-height: 253px),
(min-width: 603px) and (max-width: 658px) and (max-height: 262px) {

	.btn-price-pseudo-table {
		padding-bottom: 59px;
	}

}

@media 
(min-width: 445px) and (max-width: 602px) and (max-height: 271px),
(min-width: 370px) and (max-width: 444px) and (max-height: 280px),
(min-width: 320px) and (max-width: 369px) and (max-height: 280px) {

	.btn-price-pseudo-table {
		padding-bottom: 68px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) and (max-height: 298px),
(min-width: 0px) and (max-width: 269px) and (max-height: 307px) {

	.btn-price-pseudo-table {
		padding-bottom: 77px;
	}

}


/* 
	5
 */


@media 
(min-width: 1436px) and (max-height: 233px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 243px),
(min-width: 659px) and (max-width: 768px) and (max-height: 240px),
(min-width: 603px) and (max-width: 658px) and (max-height: 249px),
(min-width: 445px) and (max-width: 602px) and (max-height: 258px),
(min-width: 370px) and (max-width: 444px) and (max-height: 267px),
(min-width: 320px) and (max-width: 369px) and (max-height: 267px),
(min-width: 270px) and (max-width: 319px) and (max-height: 285px),
(min-width: 0px) and (max-width: 269px) and (max-height: 294px) {

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		display: none;
	}

}

@media 
(min-width: 1436px) and (max-height: 233px),
(min-width: 769px) and (max-width: 1435px) and (max-height: 243px) {

	.btn-price-pseudo-table {
		padding-bottom: 14px;
	}

}

@media 
(min-width: 659px) and (max-width: 768px) and (max-height: 240px),
(min-width: 603px) and (max-width: 658px) and (max-height: 249px) {

	.btn-price-pseudo-table {
		padding-bottom: 13px;
	}

}

@media 
(min-width: 445px) and (max-width: 602px) and (max-height: 258px),
(min-width: 370px) and (max-width: 444px) and (max-height: 267px),
(min-width: 320px) and (max-width: 369px) and (max-height: 267px) {

	.btn-price-pseudo-table {
		padding-bottom: 22px;
	}

}

@media 
(min-width: 270px) and (max-width: 319px) and (max-height: 285px),
(min-width: 0px) and (max-width: 269px) and (max-height: 294px) {

	.btn-price-pseudo-table {
		padding-bottom: 31px;
	}

}





/* -------------------------------------------
	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;
	}

	/* -------------------------------------------
		Button style
	------------------------------------------- */
	.btn-price-container {
		top: -40px;
	}

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		display: none;
	}

	.btn-price-pseudo-table {
		padding-bottom: 22px;
	}

}


/* -------------------------------------------
	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;
	}

	/* -------------------------------------------
		Button style
	------------------------------------------- */
	.btn-price-container {
		top: -40px;
	}

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		padding-top: 0;
	}

		/* -------------------------------------------
			Player progress
		------------------------------------------- */
		.player-progress {
			display: none;
		}

	.btn-price-pseudo-table {
		padding-bottom: 59px;
	}

}


/* -------------------------------------------
	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) {


}




