

/* Start:/local/templates/thaicon-climate/components/bitrix/main.userconsent.request/.default/user_consent.css?17765110155335*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 100000;
	font-family: inherit;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}



.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}



.main-user-consent-request-popup-cont {
	width: 100%;
	min-width: inherit;
	max-width: 1000px;
	border-radius: 50px;
	padding: 60px 20px 60px 70px;
}

.main-user-consent-request-popup-header {
	display: none;
}

.main-user-consent-request-popup-text {
	height: 340px;
	border: 0;


	h1 {
		font-weight: 700;
		font-size: 35px;
		color: #1D272E;
		margin-bottom: 30px;

	}

	p {
		font-weight: 500;
		font-size: 15px;
		line-height: 147%;
		color: #000;
		margin-bottom: 10px;


		a {
			color: #7ea5ba;
			text-decoration: underline;
			font-weight: 700;
			font-size: 15px;
			word-wrap: break-word;
			display: block;
		}
	}

	ul {
		margin: 10px 0;
	}

	ul li {
		margin-bottom: 10px;
		position: relative;
		padding-left: 23px;
		font-size: 15px;
		font-weight: 500;
		color: #1D272E;
	}

	ul li:last-child {
		margin-bottom: 0;
	}

	ul li:before {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		background: #7ea5ba;
		left: 0;
		top: 6px;
		border-radius: 2px;
	}

	h2 {
		font-size: 22px;
		color: #C4D3DD;
		margin-top: 10px;
		margin-bottom: 15px;

	}

	h3 {
		font-size: 20px;
		color: #C4D3DD;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}

.main-user-consent-request-popup-text::-webkit-scrollbar {
	border-radius: 20px;
	width: 5px;
	background: #E6EEF3;
}

.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	background: #C4D3DD;
	width: 5px;
	border-radius: 20px;
}

.main-user-consent-request-popup-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 50px;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-cont {
		padding: 20px;
		padding-right: 5px;
		width: calc(100% - 40px);
		border-radius: 20px;
		height: 620px;
	}

	.main-user-consent-request-popup-text {
		height: 428px;
		overflow-y: auto;

		h1 {
			font-size: 19px;
		}

		p {
			font-size: 13px;
		
			a {
				font-size: 13px;
			}
		}

		h2 {
			font-size: 19px;
		}

		h3 {
			font-size: 18px;
		}

		ul {
			li {
				font-size: 13px;
			}
		}
	}


	.main-user-consent-request-popup-buttons {
		flex-direction: column;

		.btn {
			width: 100%;
		}
	}
}
/* End */
/* /local/templates/thaicon-climate/components/bitrix/main.userconsent.request/.default/user_consent.css?17765110155335 */
