

/* Start:/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/style.css?16050809854205*/
/*.simpleforms-form
{
	padding: 20px 0;
}

.simpleforms-form .form-container
{
	padding: 0 15px;
}

.simpleforms-form .form-content
{
	padding: 15px 0;
}*/

.simpleforms-form .form-content form.wait {
	position: relative;
}

.simpleforms-form .form-content form.wait:after {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	content: ""; 
	background: rgba(255, 255, 255, 0.75) url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/preloader.gif") no-repeat 50% 50%; 
	top: 0; 
	left: 0; 
	z-index: 50;
}

.simpleforms-form .form-content .captcha-wrapper
{
	display: flex;
	align-items: center;
}

.simpleforms-form .form-content .captcha-image-wrapper
{
	background: rgba(255, 255, 255, 0) url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/preloader.gif") no-repeat 50% 50% / contain; 
	display: inline-block;
	height: 40px;
	width: 180px;
}

.simpleforms-form .form-content .captcha-image-wrapper .captcha-image
{
	display: block;
	width: 100%;
	height: 100%;
}

.simpleforms-form .form-content .reload-captcha
{
	margin-left: 5px;
}

.simpleforms-form .form-content .reload-captcha.hiden
{
	display: none;
}

/*.simpleforms-form .form-content .form-group
{
	width: 100%;
	position: relative;
}

.simpleforms-form .form-content .form-group:not(:first-child)
{
	padding-bottom: 15px;
}

.simpleforms-form .form-content .form-group .form-input
{
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #cecece;
}

.simpleforms-form .form-content .form-group .form-captcha
{
	padding: 10px 15px;
	display: inline;
	border: 1px solid #cecece;
}

.simpleforms-form .form-content .form-group .form-textarea
{
	padding: 10px 15px;
	width: 100%;
	min-height: 200px;
	border: 1px solid #cecece;
}*/

.simpleforms-form .form-content label
{
	cursor: pointer;
}

/*.simpleforms-form .form-content .form-group .form-button
{
	padding: 10px 15px;
	display: block;
	border: 0 none;
	background: #4bbc65;
	color: #fff;
	cursor: pointer;
}

.simpleforms-form .form-content .form-group .form-button:hover
{
	background: #41a356;
}*/

.simpleforms-form .form-content .form-group .form-control.valid
{
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.simpleforms-form .form-content .form-group .form-control.error
{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.simpleforms-form .form-content .form-group label.error
{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.simpleforms-form .text-after
{
	font-style: italic;
	font-size: 80%;
}
/*
.simpleforms-form .response
{
	margin-bottom: 20px;
	padding: 15px 20px 15px 34px;
	border-left: 10px solid #cecece;
	background: url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/info.png") no-repeat 10px 20px / 16px 16px; 
}

.simpleforms-form .response.error
{
	color: #ba5b5b;
	border-color: #f27b7b;
	background-color: #f9b6b6;
	background-image: url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/error.png");
}

.simpleforms-form .response.warning
{
	color: #a87b1a;
	border-color: #F4B525;
	background-color: #ffecc4;
	background-image: url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/warning.png");
}

.simpleforms-form .response.success
{
	color: #1d7c4f;
	border-color: #2BB673;
	background-color: #87edbb;
	background-image: url("/bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/./images/success.png");
}*/

/*


.consert a
{
	color: #fff;
}*/
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16673018693754*/
.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;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:0 0 10px 0;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;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 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .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:0}.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:#545454}.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}.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;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}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */
/* /bitrix/components/webprostor/simpleforms.form/templates/bootstrap_v4/style.css?16050809854205 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16673018693754 */
