

/* Start:/local/templates/supclub/components/bitrix/main.userconsent.request/supform-lite/user_consent.css?17395205308867*/
.main-user-consent-request a {
	cursor: pointer;
	display: block;
    /* float: left; */
    margin: 0 0 0 25px;
    font-weight: normal;
}
.main-user-consent-request--lite{
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}
.main-user-consent-request--lite a{
	display: inline-block;
	margin: 0;
}
.main-user-consent-request--lite span{
	display: inline-block;
	padding-left: 5px;
}
@media screen and (max-width:767px) {
	.main-user-consent-request--lite span{
		display: inline;
	}
}
.main-user-consent-request a:hover{
	text-decoration: none;
}

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

.main-user-consent-request-popup-cont {
	min-height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
}
	.main-user-consent-request-popup-cont-close{
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		background: #fff;
		border: 1px solid #e6e6e6;
		right: -20px;
		top: -20px;
		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: 38px;
		height: 38px;
		background: url("data:image/svg+xml,%3Csvg%20%20%20%20%20xmlns='http://www.w3.org/2000/svg'%20%20%20%20%20xmlns:xlink='http://www.w3.org/1999/xlink'%20%20%20%20%20width='11px'%20height='11px'%3E%20%20%20%20%3Cpath%20fill-rule='evenodd'%20%20fill='rgb(2,%20116,%20189)'%20%20%20%20%20d='M6.807,5.500%20L10.729,1.578%20C11.090,1.217%2011.090,0.632%2010.729,0.270%20C10.368,-0.091%209.783,-0.091%209.422,0.270%20L5.500,4.193%20L1.578,0.270%20C1.217,-0.091%200.631,-0.091%200.270,0.270%20C-0.090,0.632%20-0.090,1.217%200.270,1.578%20L4.192,5.500%20L0.270,9.421%20C-0.090,9.783%20-0.090,10.368%200.270,10.729%20C0.631,11.090%201.217,11.090%201.578,10.729%20L5.500,6.807%20L9.422,10.729%20C9.783,11.090%2010.368,11.090%2010.729,10.729%20C11.090,10.368%2011.090,9.783%2010.729,9.421%20L6.807,5.500%20Z'/%3E%20%20%20%20%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		top: 0;
	}
	@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: 18px;
	font-weight: normal;
	color: #000;
	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;
}
.main-user-consent-request-popup-button-acc {
	background: #0274bd;
}

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

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

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

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 250px;
	border: 1px solid #999;
	background: #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);
	}
}

.user-consent-request input[type='checkbox'].styled-on-label:checked + label::before {
    background-position: -34px -29px;
}

.user-consent-request input[type='checkbox'].styled-on-label + label::before {
    background-position: -34px -5px;
}

.user-consent-request input[type='checkbox'].styled-on-label + label::before{
    position: relative;
    top: 0px;
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
    content: '';
    vertical-align: top;
    background-image: url(/local/templates/supclub/components/bitrix/main.userconsent.request/supform-lite/images/form-sprite.png);
    background-repeat: no-repeat;

}

.pay-about__form-form .user-consent-request{
	background: #0274bd;
	padding: 13px;
}
.pay-about__form-form .user-consent-request label a{
	color: #fff !important;
	font-weight: normal;
}
.pay-about__form-form .user-consent-request input[type='checkbox'].styled-on-label + label::before{
	background-color: #fff;
}


/*************** SCROLLBAR BASE CSS ***************/

body .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

body .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

body .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

body .scroll-element {
    display: none;
}
body .scroll-element, .scroll-element div {
    box-sizing: content-box;
}

body .scroll-element.scroll-x.scroll-scrollx_visible,
body .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

body .scroll-element .scroll-bar,
body .scroll-element .scroll-arrow {
    cursor: default;
}

body .scroll-textarea {
	border: 0 !important
}
body .scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
body .scroll-textarea > .scroll-content > textarea {
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    position: relative !important;
    top: 0;
    width: 100% !important;
    padding: 6px 30px 6px 14px !important;
	border: 1px solid #9a9ea0 !important;
	width: 100%;
	resize: none;
}

body .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
body .scrollbar-outer > .scroll-element.scroll-y{
	height: 90%;
	right: 16px;
	top: 5%;
}
body .scroll-element_track{
	width: 9px !important;
	left: 2px !important;
	background-color: #f5f5f5 !important;
}
body .scrollbar-outer > .scroll-element .scroll-bar{
	background-color: #0274bd !important;
	max-height: 14px;
	min-height: 14px !important;
	width: 14px;
}
body .scrollbar-outer > .scroll-content.scroll-scrolly_visible{
	margin-left: 0;
	left: 0;
}

body .scrollbar-outer > .scroll-element .scroll-element_outer{
	overflow: visible !important;
}
/* End */
/* /local/templates/supclub/components/bitrix/main.userconsent.request/supform-lite/user_consent.css?17395205308867 */
