Portrait of a man with dark hair and a beard wearing a black shirt, standing in front of a colorful floral-patterned background.
Smiling young woman with straight black hair and bangs, wearing a black jacket outdoors near a building.
Smiling healthcare professional wearing blue scrubs in a clinical setting.

1000+ happy customers

International  & Local Moving

We move you to, from and inside any country in the world

Man and woman carrying cardboard boxes outdoors near a white railing.

London

Smiling young man with dark curly hair and beard wearing a white T-shirt, outdoors with green trees in the background.

Explore our features

Our teams are well-versed in the local laws and procedures, ensuring that all your belongings comply with the necessary requirements

Smartphone fast

Relocate in time with AI. Capture the volume of your move with your smartphone and get your moving quote now

The Movely network

Movely is a worldwide network of moving offices. We move you to, from and inside any country in the world

Assistance in your own language

The language of moving is universal. At Movely everyone is fluent in English. 
Add our local teams and we are proficient
in over 20 languages. Let's talk

Sustainable packing & transportation

It’s not always easy to contact owners or agents, as demand is high and apartments rent quickly

Two men moving a large potted plant in front of a moving truck parked on a city street with brownstone buildings.
Get started

Ready to Move? Get a Free Quote!

 Our team is ready to assist you with every step, ensuring a smooth transition to your new life abroad. Contact us today!

Still need help?

Let´s talk!

Guarantee

Verified Movers

Personal Support

Schedule a call

- **`xs`** → `--space-xs` = `0.5rem` (≈ 8px)  
- **`sm`** → `--space-sm` = `0.625rem` (≈ 10px)  
- **`s`** → `--space-s` = `0.75rem` (≈ 12px)  
- **`m`** → `--space-m` = `1rem` (≈ 16px, базовый)  
- **`md`** → `--space-md` = `1.25rem` (≈ 20px)  
- **`l`** → `--space-l` = `1.5rem` (≈ 24px)  
- **`xl`** → `--space-xl` = `2rem` (≈ 32px)  
- **`2xl`** → `--space-2xl` = `3rem` (≈ 48px)  
- **`3xl`** → `--space-3xl` = `4rem` (≈ 64px)  
- **`4xl`** → `--space-4xl` = `5rem` (≈ 80px)  
- **`huge`** → `--space-huge` = `3.75rem` (≈ 60px, спец‑размер)  
- **`giant`** → `--space-giant` = `6.25rem` (≈ 100px, максимум)

#### 3.1. Margin (десктоп)

- `mt-*` — `margin-top`  
- `mb-*` — `margin-bottom`  
- `mv-*` — вертикальный margin (top + bottom)

#### 3.2. Margin (мобильный)

Те же, но с префиксом `m-`:

- `m-mt-*`, `m-mb-*`, `m-mv-*`

#### 3.3. Padding (десктоп)

- `p-*` — padding со всех сторон  
- `pv-*` — padding по вертикали (top + bottom)  
- `ph-*` — padding по горизонтали (left + right)  
- `pt-*` — `padding-top`  
- `pb-*` — `padding-bottom`  
- `pl-*` — `padding-left`  
- `pr-*` — `padding-right`

Аналогично, но с `m-`:

- `m-p-*`, `m-pv-*`, `m-ph-*`, `m-pt-*`, `m-pb-*`, `m-pl-*`, `m-pr-*`

#### 3.5. Gap

- `gap-*` — `gap` между элементами (flex/grid), базовое значение.  
- `m-gap-*` — `gap` только на мобилках.

- `fl-l` — `display: flex; justify-content: flex-start;`  
- `fl-c` — `display: flex; justify-content: center;`  
- `fl-r` — `display: flex; justify-content: flex-end;`  
- `fl-m` — центр и по горизонтали, и по вертикали (`justify-content: center; align-items: center;`)  
- `fl-btwn` — `justify-content: space-between;`  
- `fl-w` — `flex-wrap: wrap;`  

- `ta-l` — `text-align: left;`  
- `ta-c` — `text-align: center;`  
- `ta-r` — `text-align: right;`

- `m-ta-l`, `m-ta-c`, `m-ta-r`