

/* Start:/local/templates/supchallenge2/components/bitrix/main.userconsent.request/request_popup/user_consent.css?17122549805543*/
#supchallenge_form-request .user-consent-request{
	display: flex;
	width: calc(100% - 300px);
}
@media (max-width: 767px) {
	#supchallenge_form-request .user-consent-request{
		width: 60%;
	}
}
@media (max-width: 575px) {
	#supchallenge_form-request .user-consent-request{
		width: 80%;
	}
}

.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: 100050;
}

.main-user-consent-request-popup-cont {
	min-height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	background: #125CA7 !important;
    color: #fff;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
}
	.main-user-consent-request-popup-cont-close{
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 0px;
		border: none !important;
		right: 0px !important;
    	top: 0px !important;
    	background: transparent !important;
		text-align: center;
		line-height: 40px;
		display: block;
		text-decoration: none !important;
		font-size: 0;
		cursor: pointer;
	}
	.main-user-consent-request-popup-cont-close:before{
		content: "";
		width: 24px;
		height: 24px;
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzIDEybDUtNS0xLTEtNSA1LTUtNS0xIDEgNSA1LTUgNSAxIDEgNS01IDUgNSAxLTF6IiBmaWxsPSIjY2NjIj48L3BhdGg+PC9zdmc+");
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 8px;
		top: 8px;
	}
	@media screen and (max-width:767px) {
		.main-user-consent-request-popup-cont {
			width: 100% !important;
			top: 0px !important;
		    position: fixed !important;
		    left: 0px !important;
		    -webkit-transform: none !important;
		    transform: none !important;
		    height: 100% !important;
		    padding: 15px !important;
		}
		.main-user-consent-request-popup-cont-close{
			border: none !important;
			right: 0px !important;
    		top: 0px !important;
    		background: transparent !important;
		}
	}
.main-user-consent-request-popup-header {
	margin: 0 0 15px 0;
	font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.01em;
	text-align: left;
}

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

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -10px;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 44px;
	margin: 0 10px 5px 10px;
	padding: 0 18px;
	width: 220px;
	border: none;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;

	cursor: pointer;

	font-size: 18px;
	line-height: 44px;
	color: #fff;

	text-align: center;
	text-decoration: none;
	background: #f7cc01;
	border-radius: 20px;
	
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.main-user-consent-request-popup-button-acc {
	background: #CB4F1A;
}

.main-user-consent-request-popup-button-acc:hover {
	/*background: #e74b23;*/
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyAgMAAADglVkZAAAACVBMVEXoTSPrWCnqUiYZb16sAAAAEElEQVQI12NwAMMGIKQZAAClJAHBsxk0WgAAAABJRU5ErkJggg==');
	background-color: transparent;
}

.main-user-consent-request-popup-button-rej {
	background: #d1d1d1;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #20b0e0;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 250px;
	border: 1px solid #fff;
	background: #125CA7 !important;
	color: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
	resize: none;
}
@media screen and (min-height:650px) {
	.main-user-consent-request-popup-text{
		height: 450px !important;
	}
}
@media screen and (min-height:550px) and (max-height:650px) {
	.main-user-consent-request-popup-text{
		height: 350px !important;
	}
}
@media screen and (max-height:400px) {
	.main-user-consent-request-popup-text{
		height: 190px !important;
	}
}


/** 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;
}

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

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
/* End */
/* /local/templates/supchallenge2/components/bitrix/main.userconsent.request/request_popup/user_consent.css?17122549805543 */
