

/* Start:/bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/jquery.fancybox.css?14993513664140*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/.default/components/awz/ajax.form/ajax/style.css?17695366767468*/
.dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-input {
    outline: none;
    border: none;
    flex-grow: 1;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
    background-color: transparent;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
    width: 100%;
    list-style: none;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #dfd8cd;
    background-color: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 0;
}

.dropdown-list li {
    padding: 20px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
}

.dropdown-list li:last-child:hover,
.dropdown-list li:last-child:focus {
    background: #dfd8cd;
    border-radius: 0px 0px 20px 20px;
}

.dropdown-list li:hover,
.dropdown-list li:focus {
    background: #dfd8cd;
}

.dropdown-list::-webkit-scrollbar {
    width: 7px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #dfd8cd;
}


.datepicker {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datepicker-input {
    border: none;
    outline: none;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
    width: 100%;
    background-color: transparent;
    z-index: 1;
}

img.calendar-icon {
    position: absolute;
    right: 30px;
}

.datepicker-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.checkbox-wrapper-42 {
    display: block;
    float: left;
    margin-right: 5px;
}

.checkbox-wrapper-42 input[type=checkbox] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 label {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox-wrapper-42 label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.checkbox-wrapper-42 input[type=checkbox]:checked+label {
    border-color: transparent;
    background: #000000;
}

.checkbox-wrapper-42 input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.form-border .system-error {
    display: none;
}

.form-border .system-error p {
    color: red;
    padding: 0;
    margin: 0 !important;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name,
.awz-ajax-form .row-clever {
    font-size: 12px;
    line-height: 14px;
}

.awz-checkbox-form-styled {
    overflow: hidden;
}

.awz-checkbox-form-styled .checkbox-wrapper-42 {
    margin-top: -2px;
}

.awz-ajax-field-stars .star {
    cursor: pointer;
}

.awz-ajax-field-stars .star:hover {
    cursor: pointer;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    min-height: 26px;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name * {
    margin-right: 3px;
    margin-left: 3px;
}

.awz-ajax-form .awz-checkbox-form-styled span:hover {
    cursor: pointer;
}

.awz-ajax-form-wrap .preload {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 21;
    background: url('/local/templates/.default/components/awz/ajax.form/ajax/images/loadbg2.png') 0 0 repeat;
    left: 0;
}

.awz-ajax-form-wrap .preload .load {
    width: 100%;
    height: 100%;
    display: block;
    background: url('/local/templates/.default/components/awz/ajax.form/ajax/images/load.gif') 50% 50% no-repeat;
    opacity: 0.8;
}

.awz-ajax-form-wrap {
    position: relative;
}

.awz-ajax-form-wrap .error .form-control {}

.awz-ajax-form-wrap .system-error {
    margin-top: 10px;
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 145%;
}

.awz-ajax-field_wrap,
.awz-ajax-field_wrap .program__form-input,
.awz-ajax-field_wrap .input-wrap {
    width: 100%;
}

.awz-ajax-field_wrap .input-wrap {
    position: relative;
}

.awz-ajax-field_wrap .error-label {
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 145%;
}

.success .awz-ajax-form-wrap {
    text-align: center;
}

.awz-ajax-field_wrap .modal__input {
    display: flex;
    width: 100%;
    padding: 15px;
    outline: none;
    border: 1px solid #dfd8cd;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;

    padding: 16px 20px;
    width: 100%;
    border: 1px solid #4F4C48;
    background-color: transparent;
    border-radius: 200px;
    outline: none;
    color: #4F4C48;
}

.awz-ajax-field_wrap .modal__input input {
    padding: 0;
    border: none;
    border-radius: 0;
}

.awz-ajax-field_wrap .modal__input.time:disabled {
    background: #fbf9f7;
}

.ajax__form-wrappe .awz-ajax-field_wrap.half {
    width: 50%;
}

.input-wrap.error {
    border: 0px solid #F00!important;
    background-color: transparent;
}

div[data-modal="appointment"] .modal__inputs {
    flex-direction: row;
    flex-wrap: wrap;
}

.form-subtitle {
    margin: auto;
    margin-bottom: 36px;
    max-width: 340px;
}

.awz-ajax-field_wrap .modal__input.textarea {
    height: auto;
}

.checkbox {
    display: none;
}

.checkbox-label {
    margin: 10px 0 20px;
    gap: 10px;
    cursor: pointer;
}

.checkbox-checkmark {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    border: 2px solid #F57441;
    flex-shrink: 0;
}

.checkbox:checked+.checkbox-checkmark::after {
    content: "";
    width: 4px;
    height: 8px;
    border: 1px solid #F57441;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
}

.checkbox-text {
    line-height: 120%;
}

/*.awz-ajax-form-wrap {padding-right:20px;}*/
@media screen and (max-width: 768px) {
    .ajax__form-wrappe .awz-ajax-field_wrap.half {
        width: 100%;
    }

    .awz-ajax-form-wrap {
        padding-right: 5px;
    }

    .form-subtitle {
        margin-bottom: 20px;
    }

    .checkbox-checkmark {
        width: 15px;
        height: 15px;
    }

    .checkbox-text.text-sm {
        font-size: 12px;
    }
}

.form .awz-form-tag {
    padding: 30px;
    max-width: 385px;
    border-radius: 13px;
}

.form .awz-form-tag form {
    padding: 0;
}

.awz-ajax-form .modal__checkbox-text {line-height:130%;}
.awz-ajax-form .modal__checkbox-text * {display:inline;}
.awz-ajax-form .checkbox-label {display:flex;gap:5px;}
.awz-rounded-13 {    border-radius: 13px;}
.awz-maxw-385 {max-width: 385px;}
/* End */


/* Start:/bitrix/components/awz/file.input/templates/drag_n_drop/style.css?175552404611471*/
.awz-file-component .fileLoadWrapper {position:relative;}
.awz-file-component .file-placeholder {
    margin-left: 56px;
}
.awz-file-component .file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.awz-file-component .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;
    height:17px;

}
.awz-file-component .file-placeholder .loading .del-but {
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat scroll 7px -20px transparent;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.awz-file-component .file-placeholder .load-indicator {
    background:#40c0e9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40c0e9', endColorstr='#2698db');
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    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;
}
.awz-file-component .file-placeholder .load-number {
    display:inline-block; box-sizing:border-box; padding-top:2px;
}
.awz-file-component .file-placeholder .files-title {
    background:url("/bitrix/components/awz/file.input/templates/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;
}
.awz-file-component .file-placeholder .files-list-wrap {
    margin-left:56px;
}
html* .awz-file-component .file-placeholder .files-list {
    width: auto !important;
}
.awz-file-component .file-placeholder .files-list {
    table-layout:fixed;
    width:96%;
    position:relative;
    margin-left:2%;
}
.awz-file-component .file-placeholder .files-list td {
    border-bottom:1px solid #dde5e8;
    color:#5c6470;
    font-size:12px;
    line-height:14px;
    padding:3px 0 3px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    zoom:1;
}
.awz-file-component .file-placeholder .file-edit,
.awz-file-component .file-placeholder .file-section {
    display: none;
}
.awz-file-component .file-placeholder .files-name {
    width:30%
}
.awz-file-component .file-placeholder .files-size {
    width:12%
}
.awz-file-component .file-placeholder .files-storage {
    width:20%;
}
.awz-file-component .file-placeholder .files-storage .files-storage-text{
    display: inline-block;
    width:80px;
    color:#5C6470;
}
.awz-file-component .file-placeholder .files-storage-block {
    position:relative;
}
.awz-file-component .file-placeholder .files-text {
    -moz-box-sizing: border-box;
    color: #2067B0;
    display: inline-block;
    font-weight: bold;
    max-width: 100%;
    padding-right: 20px;
    position: relative;
    zoom:1;
}
.awz-file-component .file-placeholder .error-load .files-text {
    color:#bb0000;
}
.awz-file-component .file-placeholder .f-wrap {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    zoom:1;
}
.awz-file-component .file-placeholder .del-but {
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    display:block;
}
.awz-file-component .file-placeholder .files-text .del-but {
    background-position:6px -19px;
    display:inline-block;
    margin-top:-2px;
    position:static;
    vertical-align:top;
}
.awz-file-component .file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.awz-file-component .file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.awz-file-component .file-placeholder .info-icon {
    background:url("/bitrix/components/awz/file.input/templates/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;
}
.awz-file-component .file-placeholder .stor-place {
    display:inline-block;
    margin-left:10px;
    vertical-align:top;
}
.awz-file-component .file-placeholder .stor-text {
    display:inline-block;
    border-bottom:1px solid #5c6470;
}
.awz-file-component .file-placeholder .stor-pl-arrow {
    background:url("/bitrix/components/awz/file.input/templates/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;
}
.awz-file-component .file-placeholder .edit-stor {
    background:url("/bitrix/components/awz/file.input/templates/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;
}
.awz-file-component .file-placeholder .files-path,
.awz-file-component .file-placeholder .files-path:visited,
.awz-file-component .file-placeholder .files-path:active,
.awz-file-component .file-placeholder .files-path:link,
.awz-file-component .file-placeholder .files-path:hover {
    border-bottom:1px dashed #5C6470;
    display:inline-block;
    color:#5C6470;
    /*margin-left:10px;*/
    text-decoration:none;
}
.awz-file-component .file-placeholder .files-placement,
.awz-file-component .file-placeholder .files-placement:visited,
.awz-file-component .file-placeholder .files-placement:active,
.awz-file-component .file-placeholder .files-placement:link,
.awz-file-component .file-placeholder .files-placement:hover {
    display:inline-block;
    color:#5C6470;
    /*margin-left:10px;*/
    text-decoration:none;
}
.awz-file-component .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 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: none;
    clear: both;
    top: 0px;
    /*position: absolute;*/
    z-index: 20;
    width: 100%;
    text-align:center;
    display:none;
}
.awz-file-component .file-selectdialog .file-placeholder{
    margin-left: 0px;
}
.awz-file-component .file-selectdialog .file-simple .file-placeholder {
    margin-top: 0px;
    margin-left: 90px;
}
.awz-file-component .file-selectdialog .file-label {
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat scroll -146px -186px transparent;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
    line-height: 20px;
    display:none;
}
.awz-file-component .file-selectdialog .file-extended .file-selector {
    color: #A0AEB5;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 15px 5px 35px 5px;
    border:3px dashed #ffffff;
}
.awz-file-component .file-selectdialog .file-extended .file-selector-active {
    background-position:57px -88px;
    border:3px dashed #d4dde1;
}
.awz-file-component .file-selectdialog .file-extended .file-selector:hover {
}
.awz-file-component .file-selectdialog .file-extended .file-load-img {
    height:79px;
    left:58px;
    top:20px;
    position:absolute;
    width:90px;
    display:none;
}
.awz-file-component .file-selectdialog .file-extended .file-selector:hover .file-load-img  {

}
.awz-file-component .file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.awz-file-component .file-selectdialog .file-extended .file-uploader .file-but-text {
    cursor: pointer;
    display: block;
    width:100%;
    height:100%;
}
.awz-file-component .file-selectdialog .file-simple .file-uploader .file-fileUploader {
    /*font-size: 12px;*/
}
.awz-file-component .file-selectdialog .file-uploader .file-fileUploader {
    font-size:12px;
    height:20px;
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    width:100%;
}
.awz-file-component .file-selectdialog .file-uploader .file-filemacos {
    left:0 !important;
}
.awz-file-component .file-selectdialog .file-label2 {
    color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.awz-file-component .file-selectdialog .file-simple,
.awz-file-component .file-selectdialog .file-extended {
    display: none;
    margin-left: 0px;
}
.awz-file-component .file-selectdialog .file-simple .file-label2 {
    margin-top:20px;
}
.awz-file-component .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);
}
.awz-file-component .file-selectdialog .file-simple .file-uploader{
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
.awz-file-component .file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat scroll 0px -240px transparent;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.awz-file-component .file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat scroll -7px -240px transparent;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.awz-file-component .file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/components/awz/file.input/templates/drag_n_drop/images/live_feed_sprite.png") repeat-x scroll 0 -267px transparent;
    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;
}

.awz-file-component .file-selectdialog .file-extended .file-uploader {cursor:pointer!important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.awz-file-component .file-selectdialog .file-extended .file-uploader .file-but-text {
    display: block;
    position: absolute;
    bottom: 15px;
    height:auto;
}
.awz-file-component .file-selectdialog .file-uploader .file-fileUploader {cursor:pointer;}

.awz-file-component .file-selectdialog .file-uploader .file-fileUploader {
    width:100%;height:100%;
}
/* End */
/* /bitrix/components/mlife/mlife.bistroclick/templates/.default/fancybox/jquery.fancybox.css?14993513664140 */
/* /local/templates/.default/components/awz/ajax.form/ajax/style.css?17695366767468 */
/* /bitrix/components/awz/file.input/templates/drag_n_drop/style.css?175552404611471 */
