

/* Start:/local/templates/initium_new/components/initium/form.request/order_project/style.css?171863034014152*/
.order_project .file-placeholder .files-name {
    width: 30%;
}

.order_project .file-placeholder .load-number {
    line-height: 13px;
    vertical-align: top;
}

.order_project .file-placeholder .files-list .service-tr td {
    padding: 0;
}

.order_project .required-star {
    color: #F47724;
}

.order_project .er-padding {
    padding-left: 15px;
}
.order_project.block_gray {
    border-bottom: 1px solid #DDDFEB;
}

.order_project p.errors {
    color: red;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0;
}

.form-result {
    -webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    bottom: 41px;
}

.form-result .btns_line > div {
    padding: 0 15px;
    margin-top: 6px;
}

.form-result .col_not_found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-result .btn_main {
    min-width: 108px;
}

.form-result-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.form-result .btn {
    background: #000000;
}

.form-result .btn:hover {
    background: #4e4d4d;
}

.form-result .nope_found .in {
    background: #fff;
    background-image: url(/local/templates/initium_new/img/forms/img-accept.svg);
    background-repeat: no-repeat;
    background-position: 640px 14px;
    position: relative;
    padding: 31px 24px 30px 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 944px;
    height: 216px;
    z-index: 10;
    border-radius: 4px;
}

.order_project .inner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.order_project p {
    margin-bottom: 25px;
    color: #161615;
    font-size: 17px;
    line-height: 1.6;
}

.order_project .content__col_left {
    width: 40%;
    padding-top: 15px;
}

.order_project .content__col_right {
    border-radius: 4px;
    background-color: #FFFFFF;
    width: 60%;
    padding-left: 72px;
    padding-top: 35px;
    padding-right: 82px;
    padding-bottom: 48px;
}

.order_project .title-block {
    padding-bottom: 30px;
}

.order_project h3 {
    display: block;
    color: #161615;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 30px;
}

.order_project .required:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(/local/templates/initium_new/img/forms/required-star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    left: -16px;
    top: 23px;
}

.order_project .content__cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.order_project .form__items {
    margin-bottom: 0;
}

.order_project .form-group.last-form-group {
    margin-bottom: 35px;
}

.order_project select {
    width: 100%;
}

.order_project .gray-p {
    color: #757f93;
    font-size: 15px;
    line-height: 26px;
    padding-right: 25px;
}

.order_project .file-selectdialog .file-extended .file-load-img {
    background: #F6F6F6;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order_project .file-selectdialog {
    border: none;
    background: transparent;
}

.order_project .file-selectdialog .file-extended .file-selector {
    padding: 40px 20px 38px 55px;
    /*background: url(/local/templates/initium_new/img/forms/container.svg);*/
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: hsl(219, 18%, 69%);; stroke-width: 2; stroke-dasharray: 10 5'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.order_project .file-selectdialog .file-simple,
.order_project .file-selectdialog .file-extended {
    margin-left: 0;
}

.order_project .file-selectdialog {
    padding: 0;
}

.order_project .file-load-img:before {
    width: 23px;
    height: 26px;
    content: "";
    background: url(/local/templates/initium_new/img/forms/ico-file.svg);
}

.order_project .file-load-text {
    padding-left: 50px;
    line-height: 30px;
    font-size: 15px;
    color: #60697C;
}

.order_project h3.files-h3 {
    margin-bottom: 10px;
}

.order_project .file-selectdialog .file-extended .file-uploader .file-but-text {
    font-size: 15px;
    color: #5683EB;
    font-weight: bold;
}

.order_project .file-selectdialog .file-placeholder {
    margin-left: 0;
}

.order_project .file-placeholder-tbody {
    width: 100%;
    height: 56px;
    padding: 0;
    color: #161615;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 1;
}

.order_project .file-placeholder-tbody td.files-name {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.order_project .file-placeholder-tbody td.files-storage {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.order_project .file-placeholder-tbody td {
    border: solid 1px;
    background-color: #f6f6f6;
    color: #161615;
    font-size: 15px;
}

.order_project .file-placeholder .f-wrap {
    color: #161615;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.order_project .file-placeholder .files-storage + span,
.order_project .file-placeholder .files-list td.files-size {
    color: #60697C;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    padding-right: 5px;
    text-align: right;
}

.order_project .file-placeholder .files-list td.files-storage {
    width: 59px;
}

.order_project .file-placeholder .files-storage-block .del-but {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order_project .file-placeholder .files-storage-block .del-but:before {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: url(/local/templates/initium_new/img/forms/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.order_project .file-placeholder .files-list td {
    border: none;
    padding: 14px 17px 14px 16px;
}

.order_project .file-placeholder .files-storage {
    width: 10%;
}

.order_project .file-placeholder .files-storage-block {
    top: -2px;
    width: 26px;
}

.order_project .btn {
    width: 100%;
    height: 56px;
    padding: 0 16px 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    background-color: #f47724;
    border-radius: 4px;
    border: solid 1px #f47724;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
}

.order_project .file-placeholder .files-size {
    width: auto;
}

.order_project .order_project .form__items_between p {
    margin-bottom: 0;
}

.order_project .form__items.form__items_between {
    margin-top: 38px;
    margin-bottom: 13px;
}

.order_project .mobile-file-title {
    display: none;
}
.checkbox .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media (max-width: 992px) {
    .order_project .form-result .col_not_found {
        width: 100%;
    }

    .order_project .form-result-overlay {
        padding-right: 24px;
        padding-left: 24px;
    }

    .order_project .form-result,
    .order_project .form-result .nope_found .in {
        width: 100%;
    }

    .order_project .form-result .nope_found .in {
        background-position: right bottom;
    }
}

@media (max-width: 768px) {
    .order_project .file-selectdialog .file-uploader .file-fileUploader {
        width: 100%;
        height: 50px;
        top: -1px;
    }

    .order_project .form__items.form__items_between {
        margin-top: 30px;
    }

    .order_project .file-load-img:before {
        width: 15px;
        height: 16px;
    }

    .order_project .work {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-result .col_not_found h2 {
        padding-bottom: 0;
        font-size: 12px;
    }

    .form-result .btn {
        width: 100%;
    }

    .form-result .nope_found .in {
        padding: 0px 15px 30px 15px;
        height: auto;
        padding-bottom: 120px;
        background-position: center bottom;
    }

    .order_project .content__col_right,
    .order_project .content__col_left {
        width: 100%;
    }

    .order_project .inner {
        padding-top: 15px;
    }

    .order_project .title-block {
        padding-bottom: 5px;
    }

    .order_project p {
        font-size: 15px;
    }

    .order_project .content__col_right {
        padding-left: 24px;
        padding-right: 24px;
    }

    .order_project h3 {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .order_project input[type='text'],
    .order_project input[type='password'],
    .order_project input[type='search'],
    .order_project input[type='tel'],
    .order_project input[type='email'] {
        height: 50px;
    }

    .order_project .form-group.last-form-group {
        margin-bottom: 30px;
    }

    .order_project .gray-p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .order_project h3.files-h3 {
        margin-bottom: 10px;
    }

    .order_project .desktop-file-title {
        display: none;
    }

    .order_project .mobile-file-title {
        display: inline;
    }

    .order_project .file-selectdialog .file-extended .file-selector {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        /*background: url(/local/templates/initium_new/img/forms/container-mobile.svg);*/
        background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: hsl(219, 18%, 69%);; stroke-width: 2; stroke-dasharray: 10 5'/></svg>");
        background-repeat: no-repeat;
    }

    .order_project .file-load-text {
        padding-left: 0;
    }

    .order_project .file-selectdialog .file-extended .file-load-img {
        width: 32px;
        height: 32px;
    }

    .order_project .file-load-img:before {
        background-position: center;
        background-size: cover;
    }

    .order_project .file-selectdialog .file-extended .file-uploader .file-but-text {
        font-size: 14px;
    }

    .order_project .file-placeholder .files-list td {
        padding: 10px 17px 9px 16px;
    }

    .order_project .file-placeholder .f-wrap {
        font-size: 13px;
        line-height: 30px;
    }

    .order_project .file-placeholder .files-storage {
        width: 22%;
    }

    .order_project .file-placeholder .files-storage + span,
    .order_project .file-placeholder .files-list td.files-size {
        font-size: 13px;
        line-height: 30px;
    }

    .order_project .form__items_between p {
        font-size: 13px;
        padding-left: 17px;
    }

    .order_project .form__items.form__items_between {
        margin-bottom: 18px;
    }

    .order_project .checkbox label > span {
        top: 0;
    }

    .order_project .checkbox label, .order_project .label {
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .order_project .btn {
        height: 48px;
    }

    .order_project .content__col_right {
        padding-bottom: 40px;
    }

    .order_project .inner {
        padding-bottom: 7px;
    }

    .form-group__label_textarea {

    }
}

@media (max-width: 320px) {
    .form-result .nope_found .in {
        padding-bottom: 59px;
        background-size: 74%;
    }
}
/* End */


/* Start:/local/templates/initium_new/components/bitrix/main.file.input/drag_n_drop/style.css?17186303409905*/
.file-placeholder {
    margin-left: 56px;
}

.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("/local/templates/initium_new/components/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, #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));
    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("/local/templates/initium_new/components/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;
}

.file-placeholder .files-list-wrap {
    margin-left: 56px;
}

.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: 30%
}

.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: #ff6600;
    display: inline-block;
    font-weight: bold;
    max-width: 100%;
    padding-right: 20px;
    position: relative;
    zoom: 1;
}

.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("/local/templates/initium_new/components/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("/local/templates/initium_new/components/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("/local/templates/initium_new/components/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("/local/templates/initium_new/components/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 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
    display: none;
}

.file-selectdialog .file-placeholder {
    margin-left: 56px;
}

.file-selectdialog .file-simple .file-placeholder {
    margin-top: 0px;
    margin-left: 90px;
}

.file-selectdialog .file-label {
    background: url("/local/templates/initium_new/components/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
    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;
}

.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #a4a4a4;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin: 30px 0 10px;
    padding: 10px 3px 5px 115px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.file-selectdialog .file-extended .file-selector-active {
    background-position: 57px -88px;
    border: 3px dashed #d4dde1;
    padding: 21px 0 40px 190px;
}

.file-selectdialog .file-extended .file-load-img {
    background: url("/local/templates/initium_new/components/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
    height: 79px;
    left: 0;
    top: 20px;
    position: absolute;
    width: 90px;
}

.file-selectdialog .file-extended .file-uploader {
    color: #ff6600;
    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: 100%;
}

.file-selectdialog .file-simple .file-uploader .file-fileUploader {
    /*font-size: 12px;*/
}

.file-selectdialog .file-uploader .file-fileUploader {
    /*font-size: 120px;*/
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.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: 30px;
}

.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("/local/templates/initium_new/components/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("/local/templates/initium_new/components/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("/local/templates/initium_new/components/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;
}

.file-selectdialog .file-project {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .file-selectdialog .file-extended .file-load-img {
        left: 0;
    }


    .file-selectdialog .file-extended .file-selector {
        padding: 10px 3px 15px 120px;
    }


}

@media screen and (max-width: 425px) {
    .file-placeholder .files-storage {
        width: 10%;
    }
}

@media screen and (max-width: 375px) {
    .file-selectdialog .file-extended .file-load-img {
        display: none;
    }

    .file-selectdialog .file-extended .file-selector {
        padding: 10px 3px 15px 0;
    }

}
/* End */
/* /local/templates/initium_new/components/initium/form.request/order_project/style.css?171863034014152 */
/* /local/templates/initium_new/components/bitrix/main.file.input/drag_n_drop/style.css?17186303409905 */
