

/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1770987149565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/bitrix/templates/next/components/slam/easyform/modal_popup/style.css?17709870392085*/
.slam-easyform .modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .slam-easyform .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media screen and (max-width: 599px) {
    .slam-easyform  .modal-dialog {width: 100%!important;}
}
.slam-easyform .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.has-success .form-control {border: 1px solid #ccc;}

.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}

.hide-formvalidation small.help-block {
    display: none !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,
.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}

.slam-easyform .form-control {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 16px;
    padding: 5px 8px 5px;
    width: 100%;
}

.slam-easyform textarea.form-control {
    height: 70px;
    resize: auto;
}

.slam-easyform .warning-buy small {
    font-size: 16px;
}

div[class^="bx-"] button.close {border: none;}

.slam-easyform .form-group {
    margin-bottom: 10px;
}

.slam-easyform .form-control {
    margin: 0;
}

.slam-easyform .form-group.switch-parent select {
    color: #383838;
    padding-left: 4px;
}
.slam-easyform .form-group.switch-parent:not(.has-success) select {
    color: #999;
}

.slam-easyform .form-group.switch-parent select option {
    color: #383838;
}

.slam-easyform .form-group.switch-parent select option[disabled] {
    display:none;
}
/* End */


/* Start:/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/style.css?17709870398822*/

.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #30c4a8, #12a162);
    background:-moz-linear-gradient(top, #30c4a8, #12a162);
    background:-o-linear-gradient(top, #30c4a8, #12a162);
    background:-ms-linear-gradient(top, #30c4a8, #12a162);
    background:-webkit-gradient(linear, left top, left bottom, from(#30c4a8), to(#12a162));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}


html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:40%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #12a162;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
	padding-left: 5px;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
	background: #f7f7f7;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 10px 0 0;
    position: relative;
	display: none;
	border-radius: 10px;
}

.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
	color: #5C6470;
	font-size: 16px;
	padding-left: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	/*width: 54px;*/
	line-height: 20px;
	display: block;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;

    line-height: 16px;
    margin: 10px 0px 7px 0px;
    padding: 5px 0px 8px 5px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active,
.file-selectdialog .file-extended .file-selector:hover {
	border:3px dashed #12a162;
	padding: 5px 0 5px 5px;
	margin-left: -3px;
	margin-top: 7px;
}
.file-selectdialog .file-extended .file-load-img {background:url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 -104px;
	left:55px;
	top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #12a162;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:auto;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 10px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}

.webform-field-upload-notice{
	font-size: 16px;
}
/* End */


/* Start:/local/js/olls_phoneverification/olls_lib/dist/olls.lib.bundle.css?17709698021052*/
.phone_verification.code_confirm {
    margin-top: 10px;
    position: relative;
}

.phone_verification.code_confirm .message {
    margin: 10px 0;
}

.phone_verification.code_confirm .message.error {
    color: #ff5722;
}

.phone_verification.code_confirm .message.succes {
    color: #4caf50;
}


.verification_input_group {
    position: relative;
}

.phone_verification.code_confirm .button_block {
    position: absolute;
    right: 0;
    top: 0;
    margin: 4px;
}

.phone_verification.code_confirm .btn {
    margin: 0 0 0 4px;
    padding: 5px 10px;
    color: #fff;
    border-color: #87b36e;
    background: #76a87f;
}

.phone_verification.code_confirm .btn:not(.no-cliked):hover {
    opacity: 0.8;
}

.phone_verification.code_confirm .btn.no-cliked {
    cursor: default;
}

.phone_verification_ok {
    color: #0f8b54;
    font-size: 16px;
    background: #f7f7f7;
    border-radius: 20px;
    height: 37px;
    vertical-align: middle;
    padding: 7px 14px;
    text-align: center;
}
/* End */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1770987149565 */
/* /bitrix/templates/next/components/slam/easyform/modal_popup/style.css?17709870392085 */
/* /bitrix/templates/next/components/slam/easyform/modal_popup/bitrix/main.file.input/drag_n_drop/style.css?17709870398822 */
/* /local/js/olls_phoneverification/olls_lib/dist/olls.lib.bundle.css?17709698021052 */
