
@charset "utf-8";


@media screen and (max-width: 1300px) {
	.cover {
		padding-right: 30px;
		padding-left: 30px;
	}
	.cover.header {
		padding: 16px 30px;
	}

}


@media screen and (max-width: 1200px) {
	.header {
		height: 76px;
	}
	.header__logo {
		margin-right: auto;
	}
	.bonus-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - 20px);
		        flex: 0 1 calc(50% - 20px);
	}

	/* HEADER */

	.header__button-signup, .header__button-signin {
		padding: 13px 36px;
	}
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		    order: 3;
		min-width: 0;
		background: #F8FF13;
		padding: 12px 13px;
		margin: 0px 0px 0px 16px;
		border-radius: 12px;
		border: 1px solid #fff;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
		fill: #000;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}


	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}

	/* hover */
	.header__button-menu:hover {
		opacity: 0.7;
		background: #F8FF13;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.header__button-menu.active {
		background: #F8FF13;
		opacity: 1;
	}

	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		-ms-transform: scale(0,2);
		    transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: calc(100vh - 76px);
		overflow: auto;
		text-align: center;
		background: -webkit-gradient(linear, left bottom, left top, from(rgb(44 44 44)), to(rgb(6 4 4)));
		background: -o-linear-gradient(bottom, rgb(44 44 44), rgb(6 4 4));
		background: linear-gradient(0deg, rgb(44 44 44), rgb(6 4 4));
		opacity: 0.00;
		padding: 40px 32px 80px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;

	}


	.header__menu ul {
		display: block;
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto !important;
	}


	.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.menu li > a {
		padding: 12px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border: 1px solid #fff;
		border-radius: 2px;
	}
	.menu li {
		width: 100%;
	}
	.menu li + li {
		margin: 10px 0px 0px 0px;
	}

}

@media screen and (max-width: 1100px) {
	.upto__background img {
		-o-object-position: right;
		   object-position: right;
		opacity: 0.6;
	}

}

@media screen and (max-width: 1000px) {
	.prime {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.prime__wrap {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		padding: 40px 0;
	}
	.breadcrumbs {
		text-align: center;
	}
	.home .prime__wrap {
		padding: 40px 0px;
	}
	.prime__title {
		text-align: center;
	}

	.prime__background img{
		-o-object-position: right;
		   object-position: right;
		opacity: 0.65;
	}

	.upto {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 50px 20px;
	}

	.upto__image {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		opacity: 0.5;
	}
	.upto__wrapp {
		z-index: 1;
	}


	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 32px 32px 0 32px;
	}

	.app__logo {
		margin: 0 0 30px 0;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.app__image {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 30px auto 0 auto;
	}
	.app__background img {
		-o-object-position: right;
		   object-position: right;
	}
	.about__table {
		display: block;
	}
	table {
		width: 100%;
	}
	.about__table tr + tr {
		margin-top: 10px;
	}
	table + table {
		margin-top: 10px;
	}
}
@media screen and (max-width: 900px) {
	.container {
		padding: 0px 16px;
	}
	.cover {
		padding-left: 16px;
		padding-right: 16px;
	}
	.cover.header {
		padding-left: 16px;
		padding-right: 16px;
	}


	.bonus {
		padding: 0;
	}

	.upto {
		padding: 65px 20px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.bonus {
		padding: 0;
	}

	.faq-item {
		display: block;
	}
	.faq-item__title {
		width: 100%;
	}

	.faq-item__desc {
		width: 100%;
	}

}

@media screen and (max-width: 800px) {
	.bonus-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;

	}

	.bonus-item__image {
		padding-top: 56%;
	}
	.app {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 20px 20px 0px 20px;
	}

	.app__button {
		margin-top: 20px;
	}

}
@media screen and (max-width: 700px) {
	.prime__background img{
		-o-object-position: 80%;
		   object-position: 80%;
	}
	.about__info li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.about__info p:first-child {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}


	.header__button-signup, .header__button-signin {
		display: none;
	}
	.header__menu .header__button-signup, .header__menu .header__button-signin {
		display: block;
		max-width: 320px;
	}

	.header__button-menu {
		margin-left: 30px;
	}

	.about__table th, .about__table td {
		width: 100%;
		display: block;
		text-align: center;
		padding: 8px 12px;
	}
	.about__table th {
		padding: 8px 12px 0px 12px;
	}

	.about__table th span:first-child {
		margin-right: 14px;
		width: 26px;
	}
	.about__table tr {
		display: block;
	}
	.about__table th, .about__table td {
		display: block;
		text-align: center;
		width: 100%;
	}

	.about__table th span:first-child {
		margin-right: 14px;
	}

	.upto__wrapp {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.upto__text {
		text-align: center;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__inner p {
		width: 100%;
		margin-bottom: 15px;

	}
	.footer p {
		text-align: center;
	}
	.footer ul {
		margin: 15px 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

}

@media screen and (max-width: 600px) {
	h2, .title.high {
		font-size: 6vw;
		line-height: 7vw;
	}

	h3, .title.middle {
		font-size: 5.3vw;
		line-height: 6.3vw;
	}

	h4, .title.mini {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}

	.prime__title {
		font-size: 7vw;
		line-height: 8vw;
	}

	.section {
		padding: 24px 14px;
	}

	.app {
		padding: 24px 14px 0 14px;
	}
	.bonus {
		padding: 0;
	}
	.prime__button {
		width: 100%;
		min-width: auto;
		max-width: 300px;
	}
	.header__button-menu {
		min-width: auto;
		padding: 12px;
	}

	.upto {
		padding: 45px 16px;
	}

	.upto__text {
		font-size: 9.5vw;
	}
	.upto__button {
		min-width: auto;
		max-width: 300px;
	}
	.upto__text:nth-child(2) {
		font-size: 6vw;
		line-height: 7vw;
	}

	.upto__image {
		display: none;
	}
	.upto__background img {
		-o-object-position: 85%;
		   object-position: 85%;
	}
	.faq-item__title {
		font-size: 20px;
	}

	.faq-item__title::before {
		top: 13px;
	}
	.bonus-item__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.bonus-item__button + .bonus-item__button {
		margin: 12px 0 0 0;
	}
	.bonus-item__text {
		margin: 0 0 20px 0;
	}

	.bonus-item__image {
		padding-top: 70%;
	}
	.bonus-item {
		padding: 0;
	}
	.bonus-item__desc {
		margin: 0;
		padding: 35px 15px 20px 15px;
		width: 100%;
	}
	.app__button {
		min-width: auto;
		max-width: 300px;
		width: 100%;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cover {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media screen and (max-width: 415px) {
	.about__info p img {
		margin-right: 10px;
	}


	.bonus-item__title {
		font-size: 20px;
		line-height: 24px;
	}

}



@media screen and (max-width: 374px) {
	.header__logo {
		max-width: 135px;
	}
	.header__button-menu {
		margin-left: 20px;
	}
	.bonus-item__text {
		font-size: 14px;
		line-height: 20px;
	}
	.about__table th span:first-child {
		margin-right: 8px;
		font-size: 14px;
	}
	.about__table th img {
		width: 24px;
	}
}

/*
     FILE ARCHIVED ON 15:46:52 Dec 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:30:23 Jul 04, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.919
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.078
  esindex: 0.011
  cdx.remote: 113.055
  LoadShardBlock: 153.129 (3)
  PetaboxLoader3.datanode: 70.993 (4)
  PetaboxLoader3.resolve: 195.794 (2)
  load_resource: 124.797
*/