diff --git a/README.md b/README.md
index 9587f61..886f3a5 100755
--- a/README.md
+++ b/README.md
@@ -173,6 +173,13 @@ You can copy an example of server file from here: `/examples/nginx/server.conf`
Edit the file `/etc/nginx/mime.types`
`application/javascript js;` -> `application/javascript js mjs;`
+3. Generate a TLS/SSL sertificate (via [certbot](http://certbot.eff.org/))
+3.1. `sudo apt-get install software-properties-common`
+3.2. `sudo add-apt-repository ppa:certbot/certbot`
+3.3. `sudo apt-get update`
+3.4. `sudo apt install certbot python-certbot-nginx`
+3.5. `sudo certbot certonly --nginx`
+
### SystemD (or any alternative you like)
You can copy an example of systemd file from here: `/examples/systemd/huesos.service`
**Execute:** `sudo cp huesos.service /etc/systemd/system/huesos.service && sudo chmod +x /etc/systemd/system/huesos.service`
@@ -272,3 +279,4 @@ You can copy a clean suspension document without comments from here: `/examples/
*Russian weapons tuning shop* ([repository](https://git.svoboda.works/mirzaev/arming))
+
diff --git a/mirzaev/huesos/system/public/themes/default/css/window.css b/mirzaev/huesos/system/public/themes/default/css/window.css
index 90ca44d..53d912b 100755
--- a/mirzaev/huesos/system/public/themes/default/css/window.css
+++ b/mirzaev/huesos/system/public/themes/default/css/window.css
@@ -78,7 +78,7 @@ section#window>div.card>div.images {
transition: 0s;
}
-section#window>div.card>div.images:has(> img:last-child:nth-child(2)) {
+section#window>div.card>div.images:not(.extend):has(> img:last-child:nth-child(2)) {
padding: 0rem 1rem;
}
diff --git a/mirzaev/huesos/system/storage/.gitignore b/mirzaev/huesos/system/storage/.gitignore
old mode 100644
new mode 100755
diff --git a/mirzaev/huesos/system/storage/categories/.gitignore b/mirzaev/huesos/system/storage/categories/.gitignore
old mode 100644
new mode 100755
diff --git a/mirzaev/huesos/system/storage/example.xlsx b/mirzaev/huesos/system/storage/example.xlsx
old mode 100644
new mode 100755
diff --git a/mirzaev/huesos/system/storage/greeting.mp4 b/mirzaev/huesos/system/storage/greeting.mp4
old mode 100644
new mode 100755
diff --git a/mirzaev/huesos/system/storage/import/.gitignore b/mirzaev/huesos/system/storage/import/.gitignore
old mode 100644
new mode 100755
diff --git a/mirzaev/huesos/system/storage/import/11732/1739432729/import.xlsx b/mirzaev/huesos/system/storage/import/11732/1739432729/import.xlsx
deleted file mode 100644
index b0ab137..0000000
Binary files a/mirzaev/huesos/system/storage/import/11732/1739432729/import.xlsx and /dev/null differ
diff --git a/mirzaev/huesos/system/storage/products/.gitignore b/mirzaev/huesos/system/storage/products/.gitignore
old mode 100644
new mode 100755