.modal-background__hidden, .footer_modal-background__hidden{
	display: none; 
}

/* bitrix uploader START*/
.uploader-wrapper{
    margin:131px auto;
    background: #ffffff; 
    padding: 50px 60px 60px 60px;
    box-sizing: border-box; 
    display:flex;
    flex-direction: column; 
    justify-content:left; 
    position: relative;
    max-width: 826px;  
    overflow-y: auto; 
    z-index: 600;
	border-radius: 16px;
}

.uploader-wrapper_subtitle{
    display: flex;
    flex-direction: column;
	margin-top: 24px;
}

.uploader-wrapper_subtitle-item {
    font-size: 18px;
    font-weight: 500;
    color: #737373;
    display: flex;
    align-items: center;
}

.uploader-wrapper_subtitle-item::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: #275EC7;
    border-radius: 50%;
}

.uploader-wrapper_title{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #222222;
}

.uploader-wrapper_draganddrop{
    width: 100%; 
    height: auto; 
    background: aliceblue;
    border-radius:16px; 
    border: 2px dashed #275EC7; 
    display: block;
    position: relative; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding-bottom: 80px; 
}

.uploader-wrapper_draganddrop-icon{
    background-size:cover; 
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/draganddrop-icon.png); 
    width: 80px; 
    height: 80px; 
}
.uploader-wrapper .file-selectdialog{
    background:none;
    border:none;
    box-shadow:none;
    padding: 0;
}

.uploader-wrapper .file-selectdialog .file-label{
    display:none;
}
.file-selectdialog .file-simple, .file-selectdialog .file-extended{
    margin-left: 0 !important; 
    /*height: 320px; */ 
}

.file-selectdialog .file-extended .file-selector{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
    padding: 50px 10px !important; 
    box-sizing: border-box;
    border: 3px dashed #275EC7;
    border-radius:16px !important;
    text-align:center;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #222222 !important;
}

.file-selectdialog .file-extended .file-selector .file-uploader{
    color: #275EC7;
}

.file-selectdialog .file-simple,
.file-selectdialog .file-placeholder{
    margin-left:0 !important;
}

.file-placeholder{
    margin-top: 32px; 
}

.file-selectdialog  .file-placeholder .files-list td{

}

.file-selectdialog .file-extended .file-selector:hover{
    padding: 50px 10px !important;
    border: 0 !important;
    border: 3px dashed #275EC7 !important;
}

.file-selectdialog .file-extended .file-load-img{
    background-image: url("/local/templates/doma-main/icons/download-cloud.svg") !important;
    position:initial !important;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img{
    background-position: initial !important;
    position: initial !important;
}
/* bitrix uploader END*/


.upload-wrapper_button{
    padding: 16px 40px;
    border-radius: 100px; 
    border: 2px solid #275EC7; 
    background: #275EC7; 
    color: #ffffff; 
    box-sizing: border-box;
    cursor: pointer; 
    font-size: 18px; 
    width: 252px; 
    margin: 20px auto 20px 0; 
    text-align: center; 

}

.upload-wrapper_button:hover, .upload-wrapper_button:active{
    padding: 16px 40px;
    border-radius: 100px; 
    background: #ffffff; 
    color: #275EC7; 
    box-sizing: border-box;
    cursor: pointer; 

}

.upload-wrapper_images{
    max-height:80px;
    overflow-x: auto
    display: flex;
    flex-direction: row; 
}

.uploaded-images_wrapper{
    display: flex;
    flex-direction: row; 
    justify-content: left; 
    max-height: 80px; 
}
.uploaded-preview-image{
    width:80px;
    border-radius: 4px; 
}

.uploaded-images_item{
    position: relative; 
    height: 80px;
    overflow: hidden;
    width: 80px;
    border-radius: 4px;
    margin-right: 16px; 
}
.uploaded-images_item .uploaded-preview-image{
    background-size: cover;
}

.preview-image_delete{
    background-size: cover;
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/circle-close-icon__filled.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.modal_close{
    background-size: cover;
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/modal-close-icon.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: 20px;
    right: 20px;
    cursor: pointer; 
}


@media screen and(max-width: 1600px){
    .uploader-wrapper{
        margin: 137px 107px; 
    }
}

@media screen and (max-width: 480px){

    .request_input {
        padding: 18px 16px 10px 24px;
    }

    .request_input-label {
        top: 16px;
    }

    .request_input-label__active {
        top: 5px;
    }

    .problem-description{
        padding: 0 20px 60px; 
    }

    .problem-description > .content{
        margin: auto; 
    }

    .problem-description .title{
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 200;
        font-size: 30px;
        line-height: 120%;
        text-align: left;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

    .uploader-wrapper{
        margin:20px;
        background: #ffffff; 
        padding: 10px 20px;
        box-sizing: border-box; 
        display:flex;
        flex-direction: column; 
        justify-content:left; 
    }

    .uploader-wrapper_subtitle.sm-display {
        display: flex !important;
    }

    .uploader-wrapper_subtitle-item {
        align-items: flex-start;
    }

    .uploader-wrapper_subtitle-item::before {
        min-width: 8px;
        position: relative;
        top: 8px;
    }

     .uploaded-images_wrapper{
        display: flex;
        flex-direction: row;
        justify-content: left;
        max-height: 100px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        /*padding-bottom: 20px;*/
    }

     .uploaded-images_item{
        position: relative; 
        height: 80px;
        overflow: hidden;
        width: 80px;
        border-radius: 4px;
        margin-right: 16px; 
        min-width: 80px;
    }
    .uploaded-preview-image{
          position: relative;
          height: 80px;
          overflow: hidden;
          width: 80px;
          border-radius: 4px;
    }

    .preview-image_delete{
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/local/templates/doma-main/icons/circle-close-icon__filled.png);
        position: absolute;
        width: 50%;
        height: 50%;
        top: -5px;
        right: -5px;
        cursor: pointer;
        z-index: 20;
    }

    .uploader-wrapper_title{
        font-size: 22px; 
    }

    .send-request_form{
        padding: 60px 10px; 
        margin: 10% 20px 0 20px;
        width: 100%; 
    }

    /* bitrix uploader start */ 
    .file-selectdialog .file-extended .file-load-img{
        display: none; 
    }
    .file-selectdialog .file-extended .file-selectdialog .file-label{
        display: none; 
    }
    /* bitrix uploader end */ 
}