diff --git a/AirBomber/AirBomber/DrawningAirplane.cs b/AirBomber/AirBomber/DrawningAirplane.cs
index 811956e..9b0e1ce 100644
--- a/AirBomber/AirBomber/DrawningAirplane.cs
+++ b/AirBomber/AirBomber/DrawningAirplane.cs
@@ -28,11 +28,11 @@
///
/// Ширина отрисовки автомобиля
///
- protected readonly int _airplaneWidth = 110;
+ protected readonly int _airplaneWidth = 80;
///
/// Высота отрисовки автомобиля
///
- protected readonly int _airplaneHeight = 140;
+ protected readonly int _airplaneHeight = 90;
///
/// Инициализация свойств
///