

/* Start:/local/templates/demidkovo2024/components/bitrix/form.result.new/default_v2/style.css?17733034824669*/
.form-guarantees {
    padding-top: 2.5rem;
}

.form-guarantees .alert {
    margin-bottom: 1rem;
}

.form-guarantees .form-mes {
    font-size: 1.125rem;
}

.form-guarantees .wrapper {}

.form-guarantees .wrapper .row:nth-child(2) {
    padding-top: 14px;
}

.form-guarantees .form-fields {
    /*display: flex;*/
    /*gap: 2rem;*/
}

.form-guarantees .form-item:nth-child(n + 2) {
    padding-top: 20px;
}


.form-guarantees .form-item .form-control {
    width: 100%;
    min-height: auto;
    height: auto;
    padding: .7rem 1rem;
    border: 1px solid #d2d2d2;
    border-radius: var(--radius10);
    background: #fff;
    color: #b5b5b5;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.form-guarantees .form-item .form-control::placeholder {
    color: #b5b5b5;
}

.form-guarantees .form-item .form-control:focus,
.form-guarantees .form-item .form-control:not(:placeholder-shown) {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 0 2px var(--color-primary2);
}

.form-guarantees  .form-floating>.form-control-plaintext:focus,
.form-guarantees  .form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-guarantees  .form-floating>.form-control:focus,
.form-guarantees  .form-floating>.form-control:not(:placeholder-shown) {
    padding: .7rem 1rem !important;
}


.nbCustomFileInput {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.nbCustomFileInput__input {
    display: none;
}

.nbCustomFileInput__icon {
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.nbCustomFileInput:hover .nbCustomFileInput__icon {
    color: #2140EF;
    transition: var(--transition);
}


.nbCustomFileInput__icon svg {
    margin-left: 2px;
    min-width: 22px;
    width: 22px;
    height: 22px;
}

.nbCustomFileInput:nth-child(n + 2) {
    margin-top: 6px;
}

.nbCustomFileInput__value {
    width: auto !important;
    text-align: end;
}

.nbCustomFileInput__more {
    cursor: pointer;
    margin-top: 10px;
    margin-left: 6px;
    color: var(--primary-color);
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    transition: var(--transition);
}

.nbCustomFileInput__more:hover {
    color: #c23421;
    transition: var(--transition);
}

.form-guarantees-footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.form-guarantees_captcha {
    width: 40%;
}

.form-prefooter {
    display: flex;
    width: 100%;
    padding-top: 1rem;
}

.form-guarantees_captcha .question_field {

}

.form-guarantees .smart-captcha {
    /*min-width: 212px !important;*/
    /*height: 46px !important;*/
    min-width: auto !important;
}

.CheckboxCaptcha-Label {
    margin-left: 10px !important;
}


.form-guarantees .form-guarantees-consent {
    width: 60%;
    color: #B5B5B5;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: normal;
}
.form-guarantees-consent label {font-size: 12px;}
.form-guarantees-consent label a {color: var(--bs-link-color);}
.form-guarantees-consent label a:hover {color: var(--bs-link-hover-color);}

/*.form-guarantees .form-guarantees-consent a {*/
/*    color: #000;*/
/*}*/

.form-guarantees .form-guarantees-consent a:hover {
    text-decoration: underline;
}

.form-guarantees-btn {
    width: auto;
}

.form-guarantees .form-guarantees-btn button {
    width: auto;

}

.form-guarantees .form-btn button:focus {
    box-shadow: none !important;
}


.file-input-wrapper .file-name {
    margin-left: 10px;
    color: #666;
}
.add-file-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
}
.add-file-btn:hover {
    text-decoration: underline;
}


@media (max-width: 1590px) {
    .form-guarantees_captcha {
        width: 50%;
    }
    .form-guarantees .form-guarantees-consent {
        width: 50%;
    }
}
@media (max-width: 1400px) {}
@media (max-width: 1200px) {
    .form-guarantees_captcha .question_field {
        scale: .8;
        margin: -5px 0 0 -25px;
    }
}
@media (max-width: 991px) {
    .form-guarantees .form-item:nth-child(n + 2) {
        padding-top: 10px;
    }
    .form-guarantees .form-item textarea {
        margin-top: 10px;
    }
    .form-guarantees_captcha .question_field {
        margin: -6px 0 0 -38px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
    .form-prefooter {
        flex-direction: column;
    }
    .form-guarantees_captcha {
        width: 100%;
    }
    .form-guarantees .form-guarantees-consent {
        width: 100%;
    }
    .form-guarantees_captcha .question_field {
        scale: 1;
        margin: 0;
    }
}

/* End */


/* Start:/local/templates/demidkovo2024/components/bitrix/main.userconsent.request/nb/user_consent.css?17313313493383*/
.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: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	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-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 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	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;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	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: #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 {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** 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/demidkovo2024/components/bitrix/form.result.new/default_v2/style.css?17733034824669 */
/* /local/templates/demidkovo2024/components/bitrix/main.userconsent.request/nb/user_consent.css?17313313493383 */
