71.zremgec.com Open in urlscan Pro
172.67.217.203  Public Scan

Submitted URL: http://71.zremgec.com/assets/styles/arrow.css?v1
Effective URL: https://71.zremgec.com/assets/styles/arrow.css?v1
Submission: On November 20 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic'); */

@font-face {
 	font-family: "Roboto";
	font-weight: 300;
 	src: url("./Roboto/Roboto-Light.ttf") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-weight: 400;
	src: url("./Roboto/Roboto-Regular.ttf") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-weight: 500;
	src: url("./Roboto/Roboto-Medium.ttf") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-weight: 700;
	src: url("./Roboto/Roboto-Bold.ttf") format("ttf");
}

@keyframes pump {
	0% { transform: translateY(0); }
	25% { transform: translateY(-5px); }
	75% { transform: translateY(5px); }
	100% { transform: translateY(0); }
}

/* Notification */

.layout {
    display: block;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}

.layout__arrow {
    display: block;
    /* background-image: url(/assets/images/arrow.png); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 135px;
    width: 114px;
    margin: 0 auto 50px;
    animation: pump .75s ease-out 0s infinite;
}

.layout__text {
    display: block;
    font-family: sans-serif;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 165px;
    left: 285px;
    max-width: 350px;
    transform: translateX(-50%);
}

.Chrome {
    top: 165px;
    left: 250px;
}

.Firefox {
    left: 350px;
}

.Opera {
    top: 120px;
    left: 288px;
}

.Yandex {
    top: 190px;
    left: auto;
    right: 250px;
    transform: translateX(50%);
}

html[lang="en"] .Chrome,
html[lang="th"] .Chrome,
html[lang="th"] .Opera {
    left: 310px;
}

html[lang="en"] .Opera {
  left: 340px;
}

html .modal .layout__text {
    top: 165px;
    left: 410px;
    right: auto;
    transform: translateX(-50%);
}

html[lang="ru"] .modal .layout__text,
html[lang="es"] .modal .layout__text,
html[lang="fr"] .modal .layout__text,
html[lang="de"] .modal .layout__text {
    left: 345px;
}

html[lang="ar"],
html[lang="fa"] {
	direction: rtl;
}

html[lang="ar"] .layout__text,
html[lang="fa"] .layout__text {
	left: auto;
	right: 300px;
	transform: translateX(50%);
}

/* Captcha */

.main-captcha {
	display:block;
	width:98%
	;max-width:500px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:10000;
}
.main-captcha img {
	max-width:100%;
}

/*** Confirm ***/

/* Chrome */
.custom-confirm {
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 2px;
	color: #3c4043;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	position: fixed;
	top: 0;
	left: 109px;
	padding: 16px;
	min-width: 300px;
	max-width: 320px;
	z-index: 9999;
}

.custom-confirm,
.custom-confirm * {
	box-sizing: border-box;
}

.custom-confirm img {
	height: auto;
}

.confirm-link {
	position: absolute;
	display: block;
	cursor: default;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.confirm-close {
	display: block;
	cursor: default;
	height: 10px;
	opacity: .75;
	position: absolute;
	top: 12px;
	right: 12px;
}

.confirm-close svg {
	height: 100%;
}

.confirm-bell {
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	opacity: .75;
	vertical-align: bottom;
}

.confirm-row-1 {
	margin: 5px 0 10px;
	padding-right: 20px;
}

.confirm-Chrome .confirm-row-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: rtl;
}

.confirm-row-2 {
	font-size: 12px;
	opacity: .75;
	margin: 0 0 15px;
}

.domain-name {
	direction: ltr;
    unicode-bidi: embed;
}

.confirm-btns {
	text-align: right;
}

.confirm-btns-rtl {
	direction: rtl;
}

.confirm-allow,
.confirm-block {
	display: inline-block;
	border: 1px solid #d7d9dd;
	border-radius: 4px;
	cursor: default;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	margin-left: 8px;
	padding: 6px 10px;
	width: 71px;
}

html[lang="ru"] .confirm-allow,
html[lang="ru"] .confirm-block {
	color: #1a73e8;
	width: 106px;
}

.confirm-allow:hover,
.confirm-block:hover {
	background: rgba(0,0,0,.1);
}

/* Firefox */
.confirm-Firefox {
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	padding: 0;
	font-size: 12px;
	max-width: 361px;
	left: 271px;
}

.confirm-flex {
	display: flex;
}

.confirm-Firefox .confirm-flex {
	padding: 10px;
}

.confirm-Firefox .confirm-icon {
	margin-right: 15px;
}

.confirm-icon img {
	max-width: none;
}

.confirm-Firefox .confirm-row-1 {
	direction: ltr;
	margin-top: 0;
	white-space: normal;
	overflow: visible;
}

.confirm-Firefox .domain-name {
	font-weight: 700;
}

.confirm-Firefox .confirm-row-2 {
	color: #1f5ae8; /* #E55B0A; */
	margin-bottom: 0;
}

.confirm-Firefox .confirm-btns {
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding: 0;
}

.confirm-Firefox .confirm-btns a {
	border: 0;
	border-radius: 0;
	font-weight: 400;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 50%;
}

.confirm-Firefox .confirm-allow {
	background: #1f5ae8;
	color: #fff !important;
}

.confirm-Firefox .confirm-block {
	background: rgba(238, 238, 238, 0.8);
	padding-right: 46px;
	position: relative;
}

.confirm-Firefox .confirm-allow::first-letter,
.confirm-Firefox .confirm-block::first-letter {
	text-decoration: underline;
}

.confirm-Firefox .arrow-icon {
	width: 46px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding: 3px 0;
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 0;
}

/* Yandex */
.confirm-Yandex {
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	color: #000;
	font-size: 14px;
	padding: 24px;
	left: auto;
	top: 3px;
	right: 30px;
	max-width: 435px;
}

.confirm-Yandex .confirm-close {
	font-size: 18px;
	font-weight: 300;
	opacity: .3;
	top: 0;
	right: 10px;
}

.confirm-Yandex .confirm-icon {
	margin-right: 20px;
}

.confirm-Yandex .confirm-row-1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: -2px;
}

.confirm-Yandex .confirm-row-2 {
	color: inherit;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
	opacity: 1;
}

.confirm-Yandex .domain-name {
	font-weight: 700;
}

.confirm-Yandex .confirm-btns a {
	border: 0;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
	color: inherit !important;
	font-weight: 400;
}

.confirm-Yandex .confirm-btns-rtl {
	direction: ltr;
}

.confirm-info {
	opacity: .3;
	position: absolute;
	bottom: 24px;
	left: 24px;
}

/* Mobile confirm */
@media (max-width: 768px) {
	.custom-confirm {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

._not_window_ {
	left: 380px;
}