.noLimitInternal {
	width: 100%;
	float: left;
}

.noLimitInternalDocuments {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 80px;
}

.noLimitInternalDocuments h3 {
	font-size: 0.9rem;
	margin-bottom: 5px;
	display: block;
}

.noLimitInternalDocuments ul {
	width: 31.2%;
	height: 150px;
	margin-right: 2%;
	float: left;
}

.noLimitInternalDocuments ul:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.noLimitInternalDocuments ul li {
	list-style: none;
	padding: 4px 0;
}

.noLimitInternalDocuments ul li img {
	width: 22px;
	vertical-align: -2px;
}

.documentsPopupBG, .countryCertificatesPopupBG, .rngPopupBG, .auditCertificatesPopupBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

.documentsPopup, .countryCertificatesPopup, .rngPopup, .auditCertificatesPopup {
	position: absolute;
    width: 540px;
    height: calc(100vh - 150px);
    padding: 0 80px 40px 80px;
    left: calc(50% - 350px);
    top: 90px;
    background-color: rgba(255, 255, 255, 0.98);
}

.documentsContainer, .countryCertificatesContainer, .rngContainer, .auditCertificatesContainer {
	overflow-y: auto;
	height: calc(100vh - 250px);
	margin-top: 24px;
}

.documentsPopup h1, .countryCertificatesPopup h1, .rngPopup h1, .auditCertificatesPopup h1 {
	font-size: 1.6rem !important;
	font-weight: 600;
	padding-top: 60px !important;
}

.documentsPopup h2, .countryCertificatesPopup h2, .rngPopup h2, .auditCertificatesPopup h2 {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 24px;
}

.rngPopup h2 {
	font-size: 1.1rem;
	text-decoration: underline;
    color: #0900f8;
    cursor: pointer;
}

.closeDocuments, .closeCountryCertificates, .closeRng, .closeAuditCertificates, .closePlayGamePopup {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 18px;
	cursor: pointer;
	opacity: 0.2;
	backface-visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9;
}

.closeDocuments:hover, .closeCountryCertificates:hover, .closeRng:hover, .closeAuditCertificates:hover, .closePlayGamePopup:hover {
	opacity: 1;
}

.documentsPDF {
	padding-top: 5px;
}

.documentsPDF li, .rngPDF li {
	background-image: url("../img/operator-img/icon-pdf.png");
	background-repeat: no-repeat;
	background-size: 25px;
	list-style: none;
	padding-left: 36px;
	margin: 6px 0 12px 0;
}

.documentsZIP li, .countryCertificatesZIP li, .rngZIP li, .auditCertificatesZIP li {
	background-image: url("../img/operator-img/icon-download.png");
	background-repeat: no-repeat;
	background-size: contain;
	list-style: none;
	padding-left: 36px;
	margin: 6px 0 12px 0;
}

/*.countryCertificatesZIP li {
	background-image: url("../img/operator-img/icon-download.png");
	background-repeat: no-repeat;
	background-size: contain;
	list-style: none;
	padding-left: 36px;
	margin: 6px 0 12px 0;
}*/

.certificationListPopup {
	display: inline-block;
	width: 100%;
}

.certificationListPopup li {
	list-style: none;
	margin: 6px 0 0 0;
	margin-right: 20px;
}

.certificationListPopup li.certificationSub {
	padding-left: 30px;
	list-style: initial;
	font-size: 0.9rem;
}

.rng1Files, .rng2Files {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.rng1Files.active, .rng2Files.active {
	max-height: 100px;
}

.gameVideosListPopup li {
	background-image: url("../img/operator-img/icon-vid.png");
	background-repeat: no-repeat;
	background-size: contain;
	list-style: none;
	padding-left: 36px;
	margin: 6px 0 12px 0;
}

.gameVideosListPopupH2 {
	margin-top: 0px;
}

@media only screen and (max-width: 1025px) and (min-width: 100px) {

	.documentsContainer, .countryCertificatesContainer, .rngContainer, .auditCertificatesContainer {
		height: calc(100vh - 320px);
	}

	.operatorDocumentsPDF li {
		font-size: 1rem;
	}

	.operatorDocumentsZIP li {
		font-size: 1rem;
	}

	.noLimitInternalDocuments {
		margin-top: 22px;
	}

	.noLimitInternalDocuments ul {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}

	.noLimitInternalDocuments ul:not(:last-child) {
		border-right: 0px solid rgba(0, 0, 0, 0.2);
	}

	.operatorDocumentsZIP {
		display: none;
	}

	.closeOperatorDocuments {
		opacity: 1;
	}
}

@media only screen and (max-width: 780px) and (min-width: 100px) {
	.documentsPopup, .countryCertificatesPopup, .rngPopup, .auditCertificatesPopup {
		width: 90%;
		padding: 0 5% 0 5%;
		height: calc(100vh - 70px);
		top: 60px;
		left: 0;
	}

	.documentsContainer, .countryCertificatesContainer, .rngContainer, .auditCertificatesContainer {
		height: calc(100vh - 270px);
	}

}

@media only screen and (max-width: 594px) and (min-width: 100px) {
	.documentsPopup h1, .countryCertificatesPopup h1, .rngPopup h1, .auditCertificatesPopup h1 {
		font-size: 1rem !important;
	}
}
