

/* Start:/local/components/dss/main.register/templates/template/style.css?17486146543325*/
.form h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.02em;
}
.form p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #1A1A1A;
}

.form ul>li {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 18px;
    color: #1A1A1A;
}
.form p.small:last-child{
    margin-bottom: 8px;
}
.form .mt-3 p {
    margin-bottom: 40px;
}
.form p.head {
    font-size: 20px;
    letter-spacing: 0em;
    margin-bottom: 32px;
    line-height: 25px;
}
.form a{
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #1A1A1A;
    text-decoration: underline;
    margin-top: 18px;
}
.form a.register{
    color: #7664AA;
    float: right;
    margin-top: 12px;
}
.form input {
    width: 100%;
    border: 1px solid #A5A5A5;
    padding: 12px 25px;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 30px;
}
.form input.error{
    border: 1px solid #F04E51;
}
.form input.error::placeholder{
    color: #F04E51;
}
.form select {
    width: 100%;
    border: 1px solid #A5A5A5;
    padding: 12px 25px;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    position: relative;
    outline: none;
}
.form select.error{
    border: 1px solid #F04E51;
    color: #F04E51;
}
.form select option{
    padding: 12px 25px;
}
.form select.error option{
    color: #1A1A1A;
}
.form .select:after {
    content: url("/local/components/dss/main.register/templates/template/images/arrow_down.svg");
    width: 14px;
    height: 9px;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px;
}
.form label {
    display: block;
    margin: 0 0 20px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.form label input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.form label span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
}
.form label span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #A5A5A5;
}
.form label input[type=checkbox] + span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form label input[type=checkbox]:checked + span:after {
    content: "✓";
    color: #7664AA;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    left: 2px;
    top: -1px;
    opacity: 1;
}
.form label span:hover:after {
    filter: brightness(110%);
}
.form label span:active:before,
.form label span:active:after {
    filter: brightness(80%);
}
.form label input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}
.form label input[type=checkbox]:disabled + span:before,
.form label input[type=checkbox]:disabled + span:after {
    filter: grayscale(100%);
    opacity: 0.6;
}
.form input.btn {
    border: 1px solid #7664AA;
    font-family: OpenSans;
    background: #7664AA;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 16px 0;
    color: #fff;
}
.form input.btn:hover {
    opacity: .6;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

/* End */


/* Start:/local/components/dss/main.register/templates/template/suggestions/suggestions.min.css?17486146542417*/
.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%;
    margin-top: -31px;
    margin-bottom: 30px;
}

.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    padding: 12px 25px;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions strong {
    font-weight: 400;
    color: #7664aa;
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden
}

.suggestions-suggestion:hover {
    background: #9c8ec3
}

.suggestions-selected {
    background: #f0f0f0
}

.suggestions-selected:hover {
    background: #f0f0f0
}

.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
    line-height: 20px
}

.suggestions-subtext {
    color: #777
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

.suggestions-subtext_label {
    margin: 0 0 0 .25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
    position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, .4);
    content: ""
}

.suggestions-promo {
    display: none;
}

.suggestions-promo a {
    display: none;
}
/* End */


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

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	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;
	overflow-y: auto;
    padding: 44px 50px 44px 50px;
    box-shadow: 0 0 50px rgb(11 11 13 / 20%);
    transition: 0.3s all;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #1A1A1A;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    text-transform: uppercase;
	max-width: 260px;
}

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

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 0;
	padding: 0 25px;
	border: none;
	border-radius: 0;
    font-size: 14px;
	outline: none;
    line-height: 38px;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #7664AA;
    color: #ffffff;
}

.main-user-consent-request-popup-button-acc:hover {
    opacity: .6;
}

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

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

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

.main-user-consent-request-popup-text::-webkit-scrollbar { width: 5px; height: 5px;}
.main-user-consent-request-popup-text::-webkit-scrollbar-button {  background-color: #fff; height: 0}
.main-user-consent-request-popup-text::-webkit-scrollbar-track {  background-color: #fff;}
.main-user-consent-request-popup-text::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.main-user-consent-request-popup-text::-webkit-scrollbar-thumb { height: 50px; background-color: #7664AA; border-radius: 6px;}
.main-user-consent-request-popup-text::-webkit-scrollbar-corner { background-color: #fff;}
.main-user-consent-request-popup-text::-webkit-resizer { background-color: #fff;}

.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-link i{
    color: #7664AA;
    text-decoration: underline;
    font-style: normal;
}
@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;
	}
}
/* End */
/* /local/components/dss/main.register/templates/template/style.css?17486146543325 */
/* /local/components/dss/main.register/templates/template/suggestions/suggestions.min.css?17486146542417 */
/* /local/templates/bestbrands_new/components/bitrix/main.userconsent.request/.default/user_consent.css?17486146544980 */
