html,body{
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0;
  left: 0;
	overflow: hidden;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  background-image: url(fon.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}
.price{
  font-size: 27px;
  line-height: 1;
  margin: 10px 0;
}
.zagolovok{
  box-sizing: border-box;
	text-align: center;
	font-size: 10px;
	color: #92a8e0;
	padding: 5px 10px;
  background-color: #355EC7;
  position: relative;
  z-index: 2;
}
.zagolovok a {
	color: #92a8e0;
}
.logo-wrapper {
  text-align: center;
}
.logo-img {
  height: 29vh;
  max-height: 202px;
}
.content {
  width: 796px;
  position: absolute;
  top: 105px;
  left: 50%;
  margin-left: -400px;
  bottom: 130px;
  text-align: center;
  border-radius: 13px;
  z-index: 9;
}
.btn-wrapper {
	position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  width: 100%;
  margin-top: -59px;
  text-align: center;
  z-index: 100000;
}
.btn-link { 
  width: 325px;
  height: 119px;
  cursor: pointer;
  outline: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180.46deg, #FFD600 1%, #F79408 35.41%, #E4381C 75.92%, #C21111 101.27%), #C4C4C4;
  box-shadow: 0px 4px 11px rgba(120, 6, 6, 0.81), inset 0px 3px 9px rgba(255, 255, 255, 0.2), inset 0px -2px 5px rgba(158, 0, 0, 0.43), inset 0px -2px 4px rgba(255, 92, 0, 0.9), inset 0px 2px 4px #FFECAA;
  border-radius: 22px;
  position: relative;
  z-index: 2;
}
.btn-img {
  margin: 0 15px 2px 0;
  width: 44px;
  height: 49px;
}
.cancel {
  background-color: #a1a1a1;
  width: 57px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  outline: none;
  display: inline-block;
  text-decoration: none;
      border-radius: 5px;
}
.btn-otmena-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	font-size: 10px;
  color: #2D2D2D;
	width: 100%;
	z-index: 100;
}
.footer-img-wrapper {
  padding: 0 0 15px;
  text-align: center;
}
.footer-img-wrapper img + img {
  margin-left: 15px;
}
.footer-text {
  background-color: #EDBEAC;
  padding: 5px 0;
}
.footer span {
  display: block;
}
.footer a {
	color: #2D2D2D;
}
@media screen and (max-width: 768px) {
.zagolovok, .footer {
  font-size: 9px;
  line-height: 9px;
}
.zagolovok, .header {
  width: 100%;
}
.header {
  padding: 5px 0;
}
.header-left {
  font-size: 20px;
}
.header-content {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.btn-wrapper {
  margin-top: -50px;
}
.btn-link {
  height: 100px;
  width: 88%;
  max-width: 325px;
}
.content {
  width: 94%;
  left: 3%;
  margin-left: 0;
  top: 90px;
  bottom: 80px;
}
.footer-img-wrapper {
  padding-bottom: 10px;
}
.footer-img-wrapper img {
  width: 67px;
}
}
@media screen and (max-width: 768px) and (max-height: 520px) {
.logo-img {
  height: 25vh;
}
.footer-img-wrapper img {
  width: 50px;
}
.footer-img-wrapper {
  padding-bottom: 7px;
}
}
@media screen and (max-width: 768px) and (max-height: 445px) {
.btn-img {
  width: 33px;
  height: 38px;
}
.stars-wrapper, .footer-img-wrapper {
  display: none;
}
.content {
  bottom: 50px;
}
.trackbar {
  height: 44px;
}
.trackbar-line {
  height: 6px;
}
.trackbar-line-circle {
  left: -6px;
  top: -6px;
}
.pause {
  margin-bottom: -8.5px;
}
.volume-i {
  margin-bottom: -11px;
}
.btn-link {
  height: 90px;
}
.btn-wrapper {
  margin-top: -30px;
}
}
@media screen and (max-height: 580px) and (min-width: 769px) {
.btn-link {
  height: 90px;
}
.btn-wrapper {
  margin-top: -65px;
}
.stars-wrapper {
  display: none;
}
.content {
  bottom: 70px;
}
.footer-img-wrapper {
  padding-bottom: 7px;
}
.footer-img-wrapper img {
  width: 40px;
}
}
@media screen and (max-height: 447px) and (min-width: 769px) {
.btn-link {
  height: 70px;
}
.btn-wrapper {
  margin-top: -45px;
}
.content {
  bottom: 40px;
  top: 105px;
}
.footer span {
  display: inline-block;
}
}
@media screen and (orientation: landscape) and (max-height: 400px) {
.stars-wrapper, .footer-img-wrapper, .btn-above-text {
  display: none;
}
.footer span {
  display: inline-block;
}
.content {
  top: 80px;
  bottom: 35px;
}
.btn-wrapper {
  margin-top: 0;
}
.btn-link {
  height: 60px;
}
.trackbar {
  opacity: .5;
}
}