

/* Start:/local/components/krayt/main.feedback/templates/partner/style.css?17423091524531*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text,div.mf-error-text {color:green; display: none; font-weight:bold; padding-bottom: 1em;}
div.mf-error-text{
    color:red;
}
#feedback-modal-footer {
    text-align: left;
}
feedback-modal-footer span {
    opacity: 0.6;
}

.user_form div.form_widget-content.error .user_form .form_widget-input {
    border-bottom: solid 1px red;
    position: relative;
}
.user_form div.form_widget-content em{
    opacity: 0;
    position: absolute;
    top: 53px;
    font-size: 12px;
    color: red;
}
.user_form div.form_widget-content.error em{
    opacity: 1;
}
#dirFeedback .modal-dialog.modal-dialog-centered.user_form_wrp.nwss1 {
    max-width: 800px;
}
#dirFeedback .modal-content.nwss {
    max-width: 800px !important;
    padding:0 !important
}
#dirFeedback .modal-content.nwss  .modal-body {
    padding-top: 20px;
    padding: 20px !important;
}
#dirFeedback  .modal-header {
    justify-content: center;
    padding-top: 9px!important;
    background: #f0a400;
    border: none;
    border-radius: 0 !important;
    color: #fff !important;
    padding-bottom: 8px !important;
    font-weight: normal;
}
#dirFeedback .user_form .user_form_wrp .modal-content {
   
    border: none !important;
 
}
#dirFeedback .modal-body.mfeedback .description {
    float: left;
    width: 47%;
   color: #333 !important;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
}
#dirFeedback .mm_tt {
    background: #d9d9d9;
    padding: 15px;
    margin-bottom: 20px;
}
#dirFeedback form.form_popup {
    width: 52%;
    float: right;
}
#dirFeedback .user_form .form_widget {
    position: relative;
    margin-top: 30px;
    text-align: left;
}

#dirFeedback .btn-close::before, #dirFeedback .btn-close::after, #dirFeedback .popup-window-close-icon::before,#dirFeedback  .popup-window-close-icon::after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 20px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transition: .2s ease-in-out;
}
#dirFeedback .fa.fa-angle-down {
    position: absolute;
    right: 19px;
    top: 11px;
    font-size: 22px;
    cursor: pointer;
}
#tsr {
    width: 100%;
    border: 1px solid #FACD01;
    padding: 20px;
    box-sizing: border-box;
}
.twl {
    border: 1px solid #FACD01;
    background: #FACD01;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.insub {
    border-radius: 0;
    background: #f0a400;
    border-color: #f0a400;
    color: #fff;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 0;
    min-width: 100px;
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.user_form .form_widget-textarea {
    position: relative;
    display: block;
    float: right;
    padding: 10px 15px;
    color: #808080;
    -webkit-appearance: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: border-color 0.25s;
}
.user_form .form_widget-sel {
    position: relative;
    display: block;
    float: right;
    padding: 10px 15px;
    color: #808080;
    -webkit-appearance: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: border-color 0.25s;
}
/* End */


/* Start:/local/templates/floor/components/bitrix/main.userconsent.request/consent/user_consent.css?17423091493644*/
.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;
	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 {
	font-weight: bold;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 18px;
	font-size: 14px;
	color: #fff;
	outline: none;
	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: #ff760e;
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(255, 121, 15, 0.81);
}

.main-user-consent-request-popup-button-rej {}

.main-user-consent-request-popup-button-rej:hover {
	background-color: #cdcdcd;
	opacity: 1;
}

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

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@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 {
		height: 240px;
	}
}
/* End */
/* /local/components/krayt/main.feedback/templates/partner/style.css?17423091524531 */
/* /local/templates/floor/components/bitrix/main.userconsent.request/consent/user_consent.css?17423091493644 */
