.mod-fileupload__wrapper input[type=file] { color: #FFF; }

.mod-upload__block-file {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    max-width: 160px;
    min-width: 160px;
    min-height: 120px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    padding-top: 5px;
}

.mod-upload__block-file.icon {
    min-width: 60px;
    min-height: 100px;
    border: none;
    margin: 0 0 0 10px;
}

.mod-upload__block-file:hover {
    opacity: 0.8;
}

.mod-upload__block-file img {
    height: 100%;
    max-height: 120px;
}

.mod-upload__block-file-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    background: #e0e0e0;
    border: 1px solid #ccc;
}

.mod-upload__block-file-delete {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #e0e0e0;
    cursor: pointer;
    text-align: center;
    line-height: 65px;
}

.mod-upload__block-file-delete > span {
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0BAMAAAA3VgbYAAAAG1BMVEVMaXEAAAAAAAAAAAAAAAA9PT3Z2dnl5eXz8/Ma9oF5AAAACXRSTlMABx4yTFu+zeSQDrIeAAAA6klEQVR4AZSO0QnCUBRD2+oARTtAxQ6g0gG0L24gOoHgAoITaMeWQAhtvYiez+Se95L9Qr5ugbQrP5tFC5C0mjZLmG3QhF2BEfWgajCiy8wMEzauWkxIgWQt/sm/eV40skLAIR7hITnI8QpxPoGU3nd5MeHN4+6NFcitZ8Kb/unPGiXUKOmm0wpHPkHSCmeWuKMArFkitQZKk6SJrhhLUjXHQBtI2KuSZsmVNUr/VfGD8Yxv49991AEBAAAIgKD/r10gPahUrIxD4bx4Cl4JAIANYAOiABs6QCKoB2GhOeKApCBEzheih1TOBPG4IIhLULzzAAAAAElFTkSuQmCC") no-repeat center center;
    background-size: auto 25px;
    width: 25px;
    height: 25px;
    z-index: 4;
}

.mod-upload__block-file:hover .mod-upload__block-file-delete {
    display: block;
}

.mod-upload__block-file-progress > svg {
    width: 50px;
    height: 50px;
}

.mod-upload__block-file-blur {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: url(#blur);
    filter: blur(15px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.mod-upload__block-file-name {
    /*position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;*/
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #303030;
    padding: 0 5px;
    word-wrap: break-word;
}

.mod-upload__show {
    margin-top: 100px;
    text-align: center;
}

.mod-upload__show > a {
    text-decoration: none;
    color: #43c2f7;
    border-bottom: 1px dotted #43c2f7;
    font-size: 16px;
    margin-right: 20px;
}

.mod-upload__show > a:hover {
    border-bottom: none;
}



@media only screen and (max-width: 375px) {
    .mod-upload__block-file {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
