

/* Start:/local/templates/main/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495484705712*/
.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: 99999;
}

.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-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		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: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

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

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

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

@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;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.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-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	min-width: 350px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: rgba(242, 96, 101, 1);
	border: 0;
	border-radius: 0;
	color: #fff;
	
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(208, 64, 69, 1);

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(186, 41, 46, 1);

}


.main-user-consent-request-popup-button-rej {
	border: 1px solid rgba(226, 14, 24, 1);
	color: rgba(226, 14, 24, 1);
	background: #fff;
	border-radius: 0;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(159, 40, 44, 1);
	color: rgba(159, 40, 44, 1);
	background: #fff;

}

.main-user-consent-request-popup-button-rej:active {
	border: 1px solid rgba(7, 55, 126, 1);
	color: rgba(7, 55, 126, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 341px);

		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/technical.support_new/style.css?17315114111973*/
.sort-input-container {
    position: relative;
}
.sort-input-head {
    padding: 13px 0;
    border-bottom: 1px solid #555555;
    font-size: 18px;
    cursor: pointer;
}
.sort-input-head::after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(45deg,transparent 25%,#555 25%, #555 35%, transparent 35%), linear-gradient(315deg,transparent 25%,#555 25%, #555 35%, transparent 35%);
    width: 12px;
    height: 9px;
    right: 25px;
    top: 22px;
}
.sort-input-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
}
.sort-input-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #D1D2D7;
    border-radius: 3px;
    padding: 13px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
}
.sort-input-inner input {
    display: none;
}
.sort-input-label {
    margin: 10px 0 10px 45px;
    position: relative;
}
.sort-input-label::before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ' ';
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
    z-index: 10;
    background-color: inherit;
    position: absolute;
    left: -35px;
    top: -1px;
    border-color: #c4c4c4;
}
.sort-input-inner input:checked +  .sort-input-label::after {
    background: none;
    border: none;
    content: '';
    position: absolute;
    left: -31px;
    top: 3px;
    width: 12px;
    height: 8px;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(-50deg);
    z-index: 11;
}
.sort-body .last-row {
    overflow: hidden;
    cursor: default;
}
.sort-body .last-row.hide-table {
    height: 0;
    padding: 0;
    border: 0;
}
/* End */
/* /local/templates/main/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495484705712 */
/* /local/templates/main/components/bitrix/news.list/technical.support_new/style.css?17315114111973 */
