

/* Start:/local/templates/tores/components/bitrix/main.file.input/file-2/style.css?17770229985158*/
.file-input {
    width: 80%;
}

.bx-bxu-thumb-thumb {
	padding: 0.75rem;
	background: var(--neutral-100);
	border-radius: 1.5rem;
	position: relative;
}

.webform-field-upload-list del {
	position: absolute;
    width: 1.5rem;
    height: 1.5rem;
	top: 0.75rem;
	right: 0.75rem;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.webform-field-upload-list del:hover {
    opacity: 0.9;
}

.webform-field-upload-list .error-text {
    color: #E00101;
}

.hidden-caption {
    display: none;
}

/* from intranet-common.css */
.webform-field-upload-list {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.webform-field-upload-list a.upload-file-name {
    margin: 0 0 0 -4px;
    color: #0069c4;
    text-decoration: underline;
}

.webform-field-upload-list a.upload-file-name:hover {
    color: #1c91e7;
}

.webform-field-upload-list li {
    width: 100%;
	height: 100%;
}

.webform-field-upload-list li div.webform-field-item-wrap {
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.webform-field-upload-list li.uploading {
    color: #bbbbbb;
}

.webform-field-upload-list li.uploading a.upload-file-name {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.webform-field-upload-list li.uploading i {
    display: inline-block;
}

.webform-field-upload-list li .upload-file-name {
    padding: 0;
	text-align: center;
	margin-top: 1rem;
	line-height: 1.2;
	color:var(--neutral-600);
    max-width: 100%;
    word-break: break-all;
}

.webform-field-upload {
    overflow: hidden;
    width: 17.75rem;
    max-width: 100%;
    cursor: pointer;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 1.25rem 3.5rem;
    text-align: center;
    margin: 0;
}

.file-input .webform-field-upload input[type=file],
.file-input .webform-field-upload input[type=button] {
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}

.webform-field-upload .webform-small-button {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.webform-field-upload-list ~ .webform-field-upload .webform-button-replace {
    display: none;
}

.webform-field-upload-list.webform-field-upload-list-single, .webform-field-upload-list.webform-field-upload-list-multiple {
    list-style: none;
}
.webform-field-upload-list.webform-field-upload-list-single li, .webform-field-upload-list.webform-field-upload-list-multiple li {
    margin: 0 0.75rem 0 0;
    min-width: 10.25rem;
    max-width: 10.25rem;
}

.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload {
    display: none;
}

.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace {
    display: inline-block;
}

.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload {
    display: inline-block;
}

.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace {
    display: none;
}

.webform-field-upload-icon {
    width: 3.5rem;
    height: 3.5rem;
}

webform-field-upload-notice div {
    color: var(--neutral-600);
    line-heihgt: 1.2;
}

@media screen and (max-width: 767px) {
    .file-input {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .webform-upload-zone {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .webform-field-upload {
        width:100%;
    }
    
    .webform-field-upload-list, .webform-field-upload-list li .upload-file-name {
        max-width: 100%;
    }

    .webform-field-upload-list li {
        height: auto;
    }

    .webform-field-upload-list.webform-field-upload-list-single li, .webform-field-upload-list.webform-field-upload-list-multiple li {
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }

    .webform-field-upload-list del {
        width: 2.5rem;
        height: 2.5rem;
    }

    .webform-field-upload-list del svg {
        width: 100%;
        height: 100%;
    }
}
/* End */


/* Start:/local/templates/tores/components/bitrix/main.userconsent.request/main/user_consent.css?1777022998230*/
.bx-checkmark span {
    color: var(--neutral-500);
    line-height: 1;
}

.bx-checkmark a {
    color: var(--neutral-800);
}

.bx-checkmark a.main-user-consent-cashback-announce {
    color: var(--primary-light-600);
}
/* End */
/* /local/templates/tores/components/bitrix/main.file.input/file-2/style.css?17770229985158 */
/* /local/templates/tores/components/bitrix/main.userconsent.request/main/user_consent.css?1777022998230 */
