.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 {
	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 {
	position: absolute;
	width: 540px;
	height: calc(100vh - 135px);
	padding: 0 80px 40px 80px;
	border-radius: 10px;
	left: calc(50% - 350px);
	top: 70px;
	background-color: rgba(255, 255, 255, 0.98);
}

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

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

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

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

.closeDocuments:hover, .closeCountryCertificates:hover {
	opacity: 1;
}

.documentsPDF {
	padding-top: 5px;
}

.documentsPDF 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 {
	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;
}

.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) {
	.documentsPopup, .countryCertificatesPopup {
		height: calc(100vh - 187px);
	}

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

	.operatorDocumentsPopup {
		width: 400px;
		padding: 0 50px 40px 50px;
		left: calc(50% - 250px);
		top: 25%;
	}

	.operatorDocumentsPopup h1 {
		font-size: 1.3rem !important;
	}

	.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 {
		width: 80%;
		padding: 0 5% 0 5%;
		left: 5%;
		height: calc(100vh - 109px);
		top: 39px;
	}

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

	.operatorDocumentsPopup {
		width: calc(100% - 48px);
		padding: 0 18px 40px 18px;
		height: calc(100% - 128px);
		left: 6px;
		top: 29px;
		right: 6px;
		border-radius: 0;
		bottom: 59px;
	}
}

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