آغاز ثبت نام بدون قرعه کشی ایران خودرو / با ۳۰۰ میلیون تارا، سورن و دنا بخرید + لینک
اقتصاد 100-ایران خودرو با عرضه تارا، سورن پلاس و دنا پلاس، طرح پیش فروش و فروش فوق العاده آذرماه را آغاز کرد.

اقتصاد 100-ایران خودرو با عرضه تارا، سورن پلاس و دنا پلاس، طرح پیش فروش و فروش فوق العاده آذرماه را آغاز کرد.
متقاضیان خرید خودرو از ایران خودرو بدون نیاز به قرعهکشی میتوانند با واریز ۳۰۰ میلیون تومان برای خودروهای تارا , سورن پلاس , و دنا پلاس ثبتنام کنند. مبلغ باقیمانده مطابق با قیمت روز کارخانه هنگام تحویل محاسبه و از متقاضیان دریافت خواهد شد.
نام خودرو واریز وجه اولیه واریز وجه ثانویه زمان واریز وجه و وکالتی کردن حساب موعد تحویل
تارا دندهای | ۳۰۰ میلیون تومان | مابقی قیمت طبق قیمت روز کارخانه | ۲۱ تا ۲۹ آذر ۱۴۰۳ | از فروردین ۱۴۰۴ به بعد |
سورن پلاس | ۳۰۰ میلیون تومان | مابقی قیمت طبق قیمت روز کارخانه | ۲۱ تا ۲۹ آذر ۱۴۰۳ | از فروردین ۱۴۰۴ به بعد |
دنا پلاس دندهای | ۳۰۰ میلیون تومان | مابقی قیمت طبق قیمت روز کارخانه | ۲۱ تا ۲۹ آذر ۱۴۰۳ | از فروردین ۱۴۰۴ به بعد |
مرحله اول : وکالتی کردن حساب و مسدود کردن مبلغ ۳۰۰ میلیون تومان. این اقدام برای ثبتنام در اولویتبندی ضروری است.
مرحله دوم : پس از تعیین اولویتها، متقاضیان واجد شرایط باید مابقی مبلغ خودرو را واریز کنند و قرارداد منعقد شود.
حداقل سن متقاضیان : ۱۸ سال
افرادی که در ۲۴ ماه گذشته خودرو از ایران خودرو یا سایپا خریداری کردهاند، نمیتوانند در این طرح شرکتکنند.
ثبتنام برای اشخاص حقوقی امکانپذیر نیست.امکان ثبتنام برای متقاضیان با پلاک انتظامی فعال (به جز خودروهای بالای ۵ سال) وجود ندارد.
طرح جوانی جمعیت : برای مادرانی که فرزند دوم و بعدی آنها از تاریخ ۱۴۰۰/۰۸/۲۴ به بعد متولد شده باشد.
طرح جایگزینی خودروهای فرسوده : برای دارندگان خودروهای فرسوده (غیر از تاکسیها).
ثبتنام از ۲۱ تا ۲۹ آذر ۱۴۰۳ از طریق بانکهای تعیینشده صورت میگیرد.
خرید ارز دیجیتال به سادهترین روش ممکن!
✅ خرید ساده و راحت ✅ صرافی معتبر کیف پول من ✅ ثبت نام سریع با شماره موبایل ✅ احراز هویت آنی با کد ملی و تاریخ تولد ✅ واریز لحظهای به کیف پول شخصی شما
آیا دلار دیجیتال (تتر) گزینه مناسبی برای سرمایه گذاری است؟
استفاده از ویجت خرید ارز دیجیتال به منزله پذیرفتن قوانین و مقررات صرافی کیف پول من است.
قدرت گرفته از صرافی معتبر کیف پول من
پشتیبانی
// Check screen width condition
if (window.innerWidth < 768) {
// Click event handler for "Read More" button
var more = document.querySelector('#widget_icon');
var widget = document.querySelector('.crypto_widget .content');
if (more && widget) {
more.addEventListener('click', function() {
widget.classList.toggle('visible');
});
}
}
.crypto_widget { gap: 0 24px; padding: 16px; margin: 16px 0; background: #fff; position: relative; border-radius: 15px; box-shadow: 0px 0px 4px 0px rgba(185, 185, 185, 0.42); } @media only screen and (max-width: 768px) { .crypto_widget { display: flex; flex-direction: column; } } @media only screen and (min-width: 768px) { .crypto_widget { display: none; } } .crypto_widget .text { display: flex; flex-direction: column; justify-content: space-between; } .crypto_widget .inner { gap: 24px; display: flex; flex-direction: column; justify-content: center; } #echo-detail .crypto_widget .header { gap: 10px; display: grid; align-items: center; grid-template-columns: 40px 1fr; } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .header { text-align: center; position: relative; padding-left: 40px; } } .crypto_widget .header img { width: 55px; } #echo-detail .crypto_widget .header .icon { left: 0; cursor: pointer; position: absolute; } #echo-detail .crypto_widget .content { height: 0; margin: 0; opacity: 0; color: #595959; line-height: 27px; font-size: 0.85rem; visibility: hidden; transition: height 1s ease; } #echo-detail .crypto_widget .content a { color: #000; display: block; font-size: 0.75rem; position: relative; font-weight: bold; transition: 0.3s ease-in; } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .content a { margin-top: 16px; padding-right: 24px; } } #echo-detail .crypto_widget .content a::before { top: 2px; position: absolute; content: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’20’ height=’20’ viewBox=’0 0 16 16’%3E%3Cg fill=’%235468a2’%3E%3Cpath d=’M12.243 3.757a2 2 0 0 0-2.829 0L7.293 5.88L5.879 4.464L8 2.344a4 4 0 0 1 5.657 0l.707.706l-.09.09A4 4 0 0 1 13.658 8l-2.121 2.121l-1.415-1.414l2.122-2.121a2 2 0 0 0 0-2.829Zm-8.486 8.486a2 2 0 0 0 2.829 0l2.121-2.122l1.414 1.415L8 13.655a4 4 0 0 1-5.657 0l-.707-.706l.09-.09A4 4 0 0 1 2.342 8l2.121-2.121L5.88 7.293L3.757 9.414a2 2 0 0 0 0 2.829’/%3E%3Cpath d=’M10.828 6.586L9.414 5.172L5.172 9.414l1.414 1.414z’/%3E%3C/g%3E%3C/svg%3E”); } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .content a::before { right: -8px; } } @media only screen and (min-width: 768px) { #echo-detail .crypto_widget .content a::before { right: -30px; } } #echo-detail .crypto_widget .content a:hover { color: #556aa6; } #echo-detail .crypto_widget .content p { font-size: 0.8rem; } #echo-detail .crypto_widget .visible { opacity: 1; height: auto; visibility: visible; } #echo-detail .crypto_widget img { margin: 0; padding: 0; height: auto; display: block; max-width: 100%; } #echo-detail .crypto_widget .header_title { font-size: 1.5rem; line-height: 30px; font-weight: bold; text-align: center; } #echo-detail .crypto_widget .header_title span { color: #595959; font-size: 1.1rem; text-align: center; } #echo-detail .crypto_widget .bottom_info { gap: 16px; z-index: 999; display: flex; margin-top: 8px; align-items: center; flex-direction: column; justify-content: center; } #echo-detail .crypto_widget .bottom_info .support_kifpool { gap: 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #echo-detail .crypto_widget .bottom_content { z-index: 999; color: #595959; font-size: 0.7rem; margin: 10px 0 0 0; position: relative; } #echo-detail .crypto_widget p a { padding: 0; color: #000; display: inline; font-size: 0.7rem; font-weight: bold; background-color: transparent; } @media only screen and (min-width: 500px) { #echo-detail .crypto_widget .bottom_content { text-align: center; } } #echo-detail .crypto_widget .kifpool { gap: 4px; margin: 0; display: flex; font-size: 0.8rem; align-items: center; } .crypto_widget .kifpool span { color: #595959; padding-left: 4px; } /* .crypto_widget .kifpool a { color: #000; display: inline; font-weight: bold; background-color: transparent; } */ .crypto_widget .support { color: #556aa6; padding: 0 14px; font-size: 0.7rem; } @media only screen and (min-width: 410px) { .crypto_widget .support { border-right: 1px solid #dbdbdb; } } .crypto_widget iframe { width: 100%; display: block; overflow: hidden; aspect-ratio: 1.7777777778; } @media only screen and (max-width: 768px) { .crypto_widget iframe { height: 365px; } }