@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
html {
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 14px/20px Arial, "sans-serif";
	color: #000;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: 0;
	width: 100%;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #9c9c9c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9c9c9c;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0.5!important;
}
input::-ms-clear {
	display: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea {
	resize: none;
}
img:not([src]) {
	visibility: hidden;
}
@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}
.upload__cardimage, .upload__videoimage {
	display: none;
}
.loading {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: .8;
	z-index: 2;
}
.outtaHere {
	position: fixed!important;
	left: -10000px!important;
}
.rtl__invert {
	unicode-bidi: plaintext;
}
a {
	unicode-bidi: plaintext;
	text-decoration: none;
	color: #2578f3;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
p, ol, ul, li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
p:last-child, ol:last-child, ul:last-child, li:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 17.7px 0 0 0;
	font-size: inherit;
	text-align: left;
}
h1 {
	margin: -1px 0 8px -2px;
	font-weight: bold;
	font-size: 27px;
	line-height: 1;
}
.mainwrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#token-container {
	display: none;
}
.cart-payments {
	display: none;
}
.error.redalert {
	border-color: #f00;
}
.alert__border {
	border: 1px #f00 solid;
	animation: blink 1s;
	animation-iteration-count: 3;
}
@keyframes blink {
	50% { border-color: #ccc ; }
}
#submitpay {
	position: absolute;
	opacity: .0;
	z-index: -1;
}
@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: transparent;
	}
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 32px white inset,  0 0 0 1px rgb(190, 192, 195, 0.451) !important;
	border-radius: 15px;
	border: 1px solid rgb(52, 120, 246, 0.902);
}
input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 32px white inset,  0 0 0 1px rgb(190, 192, 195, 0.451) !important;
	border-radius: 15px;
	border: 1px solid rgb(190, 192, 195, 0.451);
}

input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 32px white inset,  0 0 0 1px rgb(52, 120, 246, 0.902) !important;
	border-radius: 15px;
}
.payment-type {
	outline: none;
}
.lock__overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	opacity: 0.0;
}
.hidden {
	display: none !important;
}
.opacity {
	opacity: 0;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 49px;
	max-width: 694px;
}
.content {
	padding-top: 35px;
	padding-bottom: 30px;
}
@keyframes fadein {  from { opacity: 0; }
	to { opacity: 1; }
}
img.lazy,
video.lazy{
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	transition: visibility 0s, opacity 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
}

img.lazy.loaded,
img.lazy.entered,
video.lazy.loaded,
video.lazy.entered{
	opacity: 1;
	/* animation: fadein 0.4s; */
}
/* modal-buy */
.modal-buy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	padding: 39px 31.5px 31.5px;
	border-radius: 35px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	font-family: Arial, "sans-serif";
	position: relative;
	overflow: hidden;
}
.modal-buy .bold {
	font-weight: bold !important;
}
.modal-buy__wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-top: 45.5px;
}
.modal-buy .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 0 25px 0;
}
.modal-buy .input input, .modal-buy .input .jcf-select {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.modal-buy .input > * {
	position: relative;
	z-index: 2;
}
.jcf-select-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	cursor: pointer;
	color: #2578f3 !important;
	text-decoration: underline;
	width: 100%;
}
.jcf-select select {
	cursor: pointer;
	z-index: 3;
	padding: 0;
}
.jcf-select:hover .jcf-select-text {
	text-decoration: none;
}
.modal-buy .input input, .modal-buy .input .jcf-select-text {
	text-decoration: none;
	border-width: 0;
	background-color: transparent;
	font: inherit;
	color: #1c1d1f;
	padding: 0 0 0 22px;
	height: 63px;
	line-height: 61px;
	font-size: 23px;
	border-radius: 15px;
}
.modal-buy .input .choise-select span {
	color: #2578f3;
}
.modal-buy .input .jcf-select select {
	cursor: pointer;
	z-index: 3;
}
.modal-buy .input__border {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	z-index: 1;
	border-radius: 15px;
	border: 1px solid rgb(190, 192, 195, 0.451);
}
.modal-buy .input input:focus ~ .input__border {
	border-color: rgb(52, 120, 246, 0.902);
	box-shadow: 0 0 0 6px rgba(52, 120, 246, 0.09);
}
.modal-buy .input input::-webkit-input-placeholder {
	font-size: 23px;
	color: rgb(145, 145, 151);
	line-height: 1.2;
}
.modal-buy .input input::-moz-placeholder {
	font-size: 23px;
	color: rgb(145, 145, 151);
	line-height: 61px;
}
.modal-buy .input input:-ms-input-placeholder {
	font-size: 23px;
	color: rgb(145, 145, 151);
	line-height: 1.2;
}
.modal-buy .input__qr-wrap {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 61px;
	padding-right: 24px;
	padding-left: 30px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: -webkit-linear-gradient( -180deg, rgb(255,255,255) 84%, rgba(255,255,255,0) 100%);
	overflow: hidden;
}
.input__bold {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	font-size: 7.62px;
	font-weight: 900;
	line-height: 1.2;
	color:rgb(209, 209, 212);
	text-transform: uppercase;
	letter-spacing: 0.85;
	text-align: right;
}
.select-phone-code li {
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: left;
	background-position-x: 17px;
	background-position-y: 15px;
	margin: 0;
	height: 63px;
	padding-left: 52px;
	color: #1c1d1f;
	display: flex;
	font-size: 23px;
	line-height: 61px;
}
.select-phone-code__value {
	max-width: 225px;
	overflow: hidden;
	margin-left: 8px;
}
.select-phone-code li:not(:nth-child(1)) {
	border-top: 1px solid #dfe2e5;
}
.select-phone-code li div.textwrap {
	width: 100%;
	height: 52px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 1) 67%, rgba(255, 255, 255, 1.1) 100%);
	position: absolute;
}
.select-phone-code .ui-selectee {
	cursor: pointer;
	white-space: nowrap;
}
.select-phone-code {
	position: absolute;
	display: none;
	width: calc(100% - 63px);
	max-width: 100%;
	max-height: 243px;
	margin: -27px 0 0 0;
	padding: 0 !important;
	border-radius: 0 0 15px 15px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	overflow-y: scroll;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	outline: none;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
@media only screen and (min-width: 501px) {
	.select-phone-code li:hover {
		background-color: #f8f8f8;
	}
}
@media only screen and (max-width: 500px) {
	.select-phone-code li:hover,
	.select-phone-code li:hover > div {
		position: relative;
	}
	.select-phone-code li:hover:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #f8f8f8;
		top: 0;
		left: 0;
	}
}
body::-webkit-scrollbar, .mainwrap::-webkit-scrollbar, .mfp-wrap::-webkit-scrollbar, .mfp-container::-webkit-scrollbar {
	display: none !important;
	width: 3px;
	background: rgba(255,255,255,0);
}
.select-phone-code::-webkit-scrollbar-thumb {
	background: #2578f3;
}
div.input.expanded .input__border {
	border-radius: 15px 15px 0 0;
}
.ui-selected {
	background-color: #f8f8f8;
}
.select-phone-code__codeholder {
	color: #80868b;
	font-size: 21px;
	margin-left: 8px;
}
.modal-buy .input.bg-lock:before {
	content: "";
	background: url(../img/secured-lock.svg) no-repeat calc(100% - 21px) 50%;
	background-size: auto 23px;
	width: 48px;
	height: 30px;
	right: 4px;
	margin-top: 16.5px;
	position: absolute;
	z-index: 3;
}
.modal-buy .input .flag {
	position: absolute;
	top: 50%;
	left: 32.5px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	cursor: pointer;
	z-index: 3;
}
.modal-buy .input .flag img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26.5px;
	height: 20px;
	margin-left: -8px;
	/* margin-top: -10px; */
	border: 1px solid rgba(234,234,234,1);
}
.select-phone-code li img {
	position: absolute;
	left: 24px;
	margin-top: 20px;
	border: 1px solid rgba(234,234,234,1);
}
.modal-buy .input .flag + input {
	padding-left: 62px;
}
.modal-buy .input .jcf-select {
	position: relative;
	display: block;
	z-index: 5;
}
.modal-buy .input .jcf-select-opener {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 19px;
	height: 12.5px;
	background: url(../img/arrow-blue.svg) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	/* margin-top: 0.5px; */
	z-index: 12;
}
.grecaptcha-badge {
	display: none;
}
.modal-buy .input .jcf-drop-active .jcf-select-opener {
	-webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
	transform: translate3d(0, -50%, 0) rotate(-180deg);
}
.modal-buy .input .jcf-select-drop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid #dfe2e5;
	background: #fff;
	padding: 60px 0 0 0;
	overflow: hidden;
	z-index: 1;
	border-radius: 15px;
}
.modal-buy .input .jcf-select-drop ul, .modal-buy .input .jcf-select-drop li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-buy .input .jcf-select-drop li:before {
	display: none;
}
.modal-buy .input .jcf-select-drop .jcf-option {
	cursor: pointer;
	font: inherit;
	color: #2578f3;
	padding: 0 0 0 19px;
	height: 63px;
	line-height: 61px;
	border-top: 1px solid #dfe2e5;
	margin: 1px 0 -1px 0;
	display: block;
	font-size: 23px;
}
.modal-buy .input .jcf-select-drop .jcf-option:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.modal-buy .input .jcf-select-drop .jcf-option.jcf-selected {
	display: none;
}
.modal-buy .input.error .input__border, .modal-buy .input.error .jcf-select-text {
	border-color: #f00;
}
.modal-buy__text {
	font-size: 16.5px;
	color: rgb(145, 145, 151);
	line-height: 1.231;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 31.5px;
	margin: 0;
}
.modal-buy__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-buy__card-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 124px;
	height: auto;
	-webkit-box-shadow: 19px 23px 60px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 19px 23px 60px 0px rgba(0, 0, 0, 0.45);
	z-index: 11;
}
.for-card__holder {
	height: 22px;
	width: 100%;
	display: flex;
	margin-top: 19px;
}
.for-card__field {
	width: 100%;
}
.for-card__field_wid_num {
	margin-left: 20px;
	margin-top: 3px;
}
.for-card__field_wid_exp {
	width: 150px;
	margin-top: 3px;
}
.for-card__field_wid_cvc {
	width: 100px;
	margin-top: 3px;
}
.for-card {
	display: flex;
	height: 61px;
}
.modal-buy .go {
	display: block;
	cursor: pointer;
	width: 100%;
	max-width: 235px;
	margin: 0 auto;
	padding: 0;
	font: inherit;
	font-size: 22.86px;
	height: 58px;
	line-height: 46px;
	color: #fff;
	border-radius: 22px;
	border: 0;
	-webkit-appearance: none;
	text-align: center;
	text-decoration: none!important;
	background: #047aff;
	overflow: hidden;
	position: relative;
	transition: background-color 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	touch-action: manipulation;
}
.modal-buy .go:hover:not(.lockedpay) {
	opacity: 0.95;
}
.modal-buy .help {
	text-align: center;
	font-size: 19.05px;
	line-height: 23px;
}
.modal-buy .help {
	margin-top: 36px;
}
.modal-buy .help a {
	color: #3b89fd !important;
	font-size: 19px;
}
.payby_null {
	color: rgb(50,150,255) !important;
}
.modal-buy .go.payby_card {
	background: #047aff;
}
.modal-buy .payby_paypal.go {
	background: #ffbb1f url(/img/payments/paypal.svg) no-repeat 50% 50%;
	background-size: auto 21px;
	transition: none;
}
.modal-buy .payby_paypal.go .txt {
	opacity: 0;
}
.modal-buy .payby_applepay.go {
	background:  #020202 url(/img/payments/applepay.svg) no-repeat 50% 50%;
	background-size: auto 23px;
	transition: none;
}
.modal-buy .payby_applepay.go .txt {
	opacity: 0;
}
.modal-buy .payby_gpay.go {
	background: #020202 url(/img/payments/gpay.svg) no-repeat 50% 50%;
	background-size: auto 23px;
	transition: none;
}
.modal-buy .payby_gpay.go .txt {
	opacity: 0;
}
.modal-buy .go .spinner-border, .link-modal .spinner-border {
	display: none;
}
.modal-buy.payby_applepay .go .spinner-border, .modal-buy.payby_gpay .go .spinner-border, .link-modal .spinner-border {
	border-color: #000;
}
.modal-buy .go.go-loading {
	background-image: none!important;
}
.modal-buy .go.go-loading .spinner-border, .link-modal .spinner-border {
	display: block;
}
.modal-buy .go.go-loading .txt {
	opacity: 0;
}
.modal-buy .mfp-close {
	right: 20px;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #cfcfcf;
	border-radius: 50%;
	background-color: rgb(243, 243, 243);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url('/img/close.svg');
	background-size: 12px 12px;
	background-position: center;
	background-repeat: no-repeat;
}
.modal-buy .mfp-close:hover {
	background-color: rgba(243, 243, 243, 0.6);
}
.spinner-border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	border: 3px solid #fff;
	border-right-color: transparent!important;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	transform: rotate(0deg);
	border-radius: 50%;
	margin: -11px;
}
.spinner-border.black {
	border: 3px solid #000;
}
.spinner{
	position: absolute;
	left: calc(50% - 11px);
	top: calc(50% - 11px);
	width: 22px;
	height: 22px;
	border: 3px solid #fff;
	border-right-color: transparent!important;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	transform: rotate(0deg);
	border-radius: 50%;
}
@-webkit-keyframes spinner-border {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes spinner-border {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.mfp-bg {
	top: -5px !important;
	left: -5px !important;
	width: 110% !important;
	height: 110% !important;
	background-color: rgba(255, 255, 255, 0.15);
}
.mfp-content {
	padding: 15px 0;
}
.mfp-fade-up.mfp-bg {
	background-color: rgba(247, 247, 247, 0);
	-webkit-transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.mfp-fade-up.mfp-bg.mfp-ready:not(.mfp-removing) {
	background-color: rgba(247, 247, 247, 0.7);
}
.mfp-fade-up.mfp-wrap {
	-webkit-transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transform: translate3d(0, 110vh, 0);
	transform: translate3d(0, 110vh, 0);
	/* transform-origin: 50% 50%;*/
}
.mfp-fade-up.mfp-wrap.mfp-ready:not(.mfp-removing) {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* banner-holder */
.banner-holder {
	touch-action: none;
	display: none;
	width: 100%;
	text-align: center;
	font: normal 21px Arial, "sans-serif";
	letter-spacing: normal;
	color: #1c1d1f;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.banner-holder .continue {
	margin: 30px;
	cursor: pointer;
}
div.banner-holder div.banner {
	padding: 20px 25px 10px 25px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	max-width: 856.5px;
}
/* logo */
.main-logo {
	position: fixed;
	top: 35px;
	left: 51px;
	z-index: 20;
}
.main-logo__link {
	display: inline-block;
}
.main-logo__img {
	width: auto;
	pointer-events: none;
	height: 85px;
}
/* card-index */
.card-index__link:active, .card-index__link:focus {
	outline: 0 !important;
	outline-color: transparent !important;
	outline-width: 0 !important;
	outline-style: none !important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card-index:before {
	content: '';
	display: block;
	padding-top: 125%;
}
.card-index__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-width: 0;
	max-width: 100%;
	min-height: 0;
	-webkit-box-shadow: 6px 10.392px 77px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 6px 10.392px 77px 0px rgba(0, 0, 0, 0.1);
}
.card-index__video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: 0;
	border-radius: 40px;
	overflow: hidden;
	cursor: pointer;
}
.card-index__video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	border-radius: 40px;
}
.card-index_type_video {
	border-radius: 40px;
	overflow: hidden;
}
.card-index {
	position: relative;
	display: block;
	background-color: #f5f5f5;
}
.card-index_type_max {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}
.card-index_type_max::before {
	padding-top: 56.35%;
}
.card-index_type_max .card-index__video {
	width: 101%;
	height: 101%;
	margin-left: -0.5%;
}
.card-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 25px;
}
.card-list_space_top {
	margin-top: 0;
}
/* card-profile */
.card-profile {
	position: relative;
	max-width: 596px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-top: 73px;
	background-color: #fff;
	-webkit-box-shadow: 35px 70px 180px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 35px 70px 180px 0 rgba(0, 0, 0, 0.05);
	z-index: 1;
	border-radius: 42px;
	overflow: hidden;
}
.card-profile__img-wrap {
	position: relative;
	width: 70%;
	height: auto;
	margin: 0 auto;
	background-color: #fafafa;
}
.card-profile__img-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 125%;
}
.card-profile__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fafafa;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
}
.card-profile__img_ready {
	opacity: 1;
}
.card-profile__img-shadow {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
}
.card-profile__img-shadow_active {
	opacity: 1;
}
.card-profile__video-wrapper {
	cursor: pointer;
}
.card-profile__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 100%;
	margin-right: 40px;
}
.card-profile__logo {
	width: auto;
	max-width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	transition: all 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
}
.card-profile__logo_active {
	opacity: 1;
}
.card-profile__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0;
	padding: 40px;
	padding-top: 41px;
	color: #1c1d1f;
	font: normal 24.13px/29px Arial, "sans-serif";
	letter-spacing: normal;
	z-index: -1;
}
.card-profile__btn {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	margin-left: auto;
	padding: 14px 20px;
	width: auto;
	min-width: 120px;
	height: 58px;
	font: inherit;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none!important;
	color: #2a76ef;
	background-color: #eff1f7;
	border-radius: 22px;
	-webkit-transition: background-color 0.3s, opacity 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	-o-transition: background-color 0.3s, opacity 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	transition: background-color 0.3s, opacity 0.4s cubic-bezier(0.3, 0, 0.4, 0.4);
	opacity: 0;
	-webkit-appearance: none;
	cursor: pointer;
}
.card-profile__btn_active {
	opacity: 1;
}
.card-profile__btn:hover {
	background-color: #e2e6f1;
}
/* faq */
.faq {
	width: 100%;
	max-width: 596px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	font-family: "Arial", sans-serif;
}
.faq ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.faq h3,
.faq p {
	font-weight: 400;
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	margin: 0;
	word-break: break-word;
}
.faq p {
	margin-bottom: 24px;
}
/* lookup */
.lookup.search .result table {
	margin-top: 20px;
	font-size: 11px;
}
.lookup.search div.holder {
	display: flex;
}
.lookup.search input.lookup {
	width: 200%;
}
.lookup.search .result table td {
	padding: 3px;
}
.lookup.search .total {
	margin-top:20px;
	font-size: 24px;
	color: #aaa;
}
.lookup.search .result table tr.itemdata:hover {
	cursor: pointer;
	background: #eee;
}
#ui-datepicker-div {
	background: #fff;
	border: 1px solid;
	padding: 10px;
}
.lookup .result .download {
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #eee;
	padding: 10px;
	width: auto;
	position: absolute;
	border-radius: 64px;
	cursor: pointer;
	margin-top: 20px;
}
/* collab */
.page-oct .card-descr {
	color: #1c1d1f;
	font: normal 24.13px/29px Arial, "sans-serif";
	letter-spacing: normal;
	margin: 0;
	margin: 0 0 49.5px 0;
	z-index: -1;
}
.page-oct .card-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0;
	padding: 40px;
}
div.collab {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
}
div.collab .content {
	display: flex;
	width: 30%;
	max-width: 30%;
	margin: auto;
	z-index: 100;
	background: #fff;
	padding: 20px;
	padding-right: 35px;
	border-radius: 15px;
	box-shadow: 0 0 20px #aaa;
	border: 1px solid #555;
}
div.collab .content .wrap {
	width: 100%;
	display: grid;
}
div.collab h2 {
	margin: 20px;
}
div.collab input {
	height: 52px;
	margin: 6px;
	width: 100%;
	padding: 20px !important;
}
div.collab .bg {
	position: fixed;
	background: #eee;
	width: 100%;
	height: 100%;
	z-index: 99 !important;
	opacity: 0.95;
}
div.collab .btn {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 9px auto 0 auto;
	margin-left: 7px;
	font: inherit;
	font-size: 22.86px;
	height: 53px;
	line-height: 51px;
	color: #fff;
	border-radius: 15px;
	border: 0;
	-webkit-appearance: none;
	text-align: center;
	text-decoration: none!important;
	background: #3b89fd;
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
div.collab .btn:hover {
	background-color: #3984f3;
}
/* 404 */
.done {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 16.51px;
	line-height: 20px;
	padding: 100px 0;
}
.done .container {
	padding-left: 22px;
	padding-right: 22px;
}
.done .container > * {
	width: 100%;
	margin: 0 auto;
	max-width: 509px;
}
.done .h1 {
	font-weight: bold;
	font-size: 30.48px;
	line-height: 1;
	margin-bottom: 22px;
	margin-top: 0;
}
.done .link {
	margin-top: 49px;
}
/* privacy */
.text-block {
	text-align: justify;
	padding-bottom: 100px;
	font-family: "Arial", sans-serif;
}

@keyframes bellshake {
	0% { transform: rotate(0); }
	15% { transform: rotate(5deg); }
	30% { transform: rotate(-5deg); }
	45% { transform: rotate(4deg); }
	60% { transform: rotate(-4deg); }
	75% { transform: rotate(2deg); }
	85% { transform: rotate(-2deg); }
	92% { transform: rotate(1deg); }
	100% { transform: rotate(0); }
}

.shake {
	animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) 2s both;
}
/* rtl */
.rtl {
	margin-right: 0 !important;
}
.rtl .main-logo {
	right: 51px;
}
.rtl .card-profile__logo-link {
	margin-right: 0;
	margin-left: 40px;
}
.rtl .card-profile__btn {
	margin-right: auto;
	margin-left: 0;
}
.rtl .modal-buy .mfp-close {
	left: 20px;
	right: auto;
}
.rtl .modal-buy .input__qr-wrap {
	left: 1px;
	right: auto;
}
.rtl .modal-buy .input input,
.rtl .modal-buy .input .jcf-select-text {
	padding: 0 22px 0 0;
}
.rtl .modal-buy .input.bg-lock:before {
	left: 4px;
	right: auto;
	background: url(../img/secured-lock.svg) no-repeat calc(100% - 10px) 50%;
	background-size: auto 23px;
}
.rtl .modal-buy .input .flag {
	left: auto;
	right: 32.5px;
}
.rtl .modal-buy .input .flag img {
	margin-right: -8px;
	margin-left: 0;
}
.rtl .modal-buy .input .flag + input {
	padding-right: 62px;
}
.rtl .mfp-content {
	text-align: right;
}
.rtl .modal-buy .input .jcf-select-opener {
	left: 25px;
	right: auto;
}
.rtl .modal-buy .input .jcf-select-drop .jcf-option {
	padding: 0 19px 0 0;
}
.rtl .select-phone-code li {
	padding-right: 52px;
	padding-left: 0;
}
.rtl .select-phone-code li img {
	left: auto;
	right: 24px;
}
.rtl .select-phone-code__value {
	margin-right: 8px;
}
.rtl .select-phone-code__codeholder {
	margin-left: 0;
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
	text-align: initial;
}
.rtl .for-card__field_wid_num {
	margin-right: 20px;
}

/* card */
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.spinnerDiv{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	cursor: default;
}
.paypal_btn_holder {
	position: relative;
}
.paypal_btn_holder .overlay {
	max-width: 235px;
	border-radius: 22px;
	overflow: hidden;
	margin: auto;
	position: absolute;
	height: 55px;
	background-color: #fbc63c;
}
.paypal_btn_holder .spinnerDiv {
	height: 55px;
}
.paypal_btn_holder .spinner2 {
	border: 3px solid #fff;
	border-right-color: transparent!important;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	transform: rotate(0deg);
	border-radius: 50%;
	margin: -11px;
	width: 22px;
	height: 22px;
}
.brainTree-paypal-btn{
	max-width:235px;
	border-radius:22px;
	overflow: hidden;
	margin: auto;
	position: relative;
	z-index: 1;
	background: #ffc439;
}
.brainTree-paypal-btn:hover {
	-webkit-filter: brightness(0.95);
	filter: brightness(0.95);
}
.brainTree-paypal-btn .paypal-buttons {
	height: 58px !important;
}
.brainTree-paypal-btn iframe{
	width:500px !important;
	margin-left:-130px;
	height: 58px !important;
	padding-top: 2px;
}
