  
    <section id="on-demand-shipment-details" class="step1 on-demand-container" data-nextPageUrl = https://migrate.icarry.digital/ar/%d8%a5%d9%86%d8%b4%d8%a7%d8%a1-%d8%a7%d9%84%d8%b4%d8%ad%d9%86-%d8%b9%d9%86%d8%af-%d8%a7%d9%84%d8%b7%d9%84%d8%a8/ data-apiTest =  >  
        <div class="ic-ondm-full-screen-loading">
	      <div class="ic-ondm-middle">
            <img class="ic-ondm-full-screen-loading-img" src=https://migrate.icarry.digital/wp-content/plugins/icarry-on-demand/includes/icarryOnDemand/../../public/images/loading-icon.png alt="Loading error" />  
          </div>
        </div>

        <div class="ic-ondm-box-container" id="ic-ondm-container" data-defaultCountryCode=US>
            <p class="ic-ondm-primary-title ic-ondm-text-center">املأ النموذج للتحقق من أسعار الشحن</p>
            <div class="zone-selector ic-ondm-row">
                <div class="single-zone-label ic-ondm-col-sm-6 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6" data-target="#local-zone" data-active="true" onclick="updateValueFromStorage('package_details','zone','local')">
                    محلياً                </div>
                <div class="single-zone-label ic-ondm-col-sm-6 ic-ondm-col-md-6 ic-ondm-col-xl-6" data-target="#international-zone" data-active="false"  onclick="updateValueFromStorage('package_details','zone','international')">
                  دوليًا                </div>
            </div>

            <form id="local-zone" class="single-zone-detail">
    <div class="ic-ondm-row ic-ondm-text-center package-type-container">
        <label>
            <input class="ic-ondm-radio" type= "radio" id= "local_parcel" name= "local_package_type" value= "Parcel" checked><span>الطرد</span></label></input>
        </label>
        <label>
            <input class="ic-ondm-radio" type= "radio" id= "local_document" name= "local_package_type" value= "Documents"><span>الوثيقة</span></input>
        </label>
    </div>

    <div class="ic-ondm-row">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group">
            <label class="ic-ondm-label" for="local_collect_from">جمع من</label>
            <select class="ic-ondm-input" id="local_collect_from" name="local_collect_from"></select>
            <!-- <p class="ic-ondm-text-error" id="local_collect_from_error"></p> -->
        </div>
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group">
            <label class="ic-ondm-label" for="local_deliver_to">التوصيل إلى</label>
            <select class="ic-ondm-input" id="local_deliver_to" name="local_deliver_to"></select>
            <!-- <p class="ic-ondm-text-error" id="local_deliver_to_error"></p> -->
        </div>
    </div>

    <div class="ic-ondm-row">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="local_item_weight">الوزن</label>
            <input class="ic-ondm-input" type="number" name="local_item_weight" id="local_item_weight" min="0.1" step="0.1" placeholder="0" />
            <p class="ic-ondm-text-error" id="local_item_weight_error"></p>
            <span class="ic-ondm-input-suffix">كلغ</span>
        </div>

        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="local_item_length">الطول</label>
            <input class="ic-ondm-input" type="number" name="local_item_length" id="local_item_length" min="0.1" step="0.1" placeholder="0" />
            <p class="ic-ondm-text-error" id="local_item_length_error"></p>
            <span class="ic-ondm-input-suffix">سم</span>
        </div>
    </div>

    <div class="ic-ondm-row ic-ondm-mb-15">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="local_item_width">العرض</label>
            <input class="ic-ondm-input" type="number" name="local_item_width" id="local_item_width" min="0.1" step="0.1" placeholder="0" />
            <span class="ic-ondm-input-suffix">سم</span>
            <p class="ic-ondm-text-error" id="local_item_width_error"></p>
        </div>
        
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="local_item_height">الإرتفاع</label>
            <input class="ic-ondm-input" type="number" name="local_item_height" id="local_item_height" min="0.1" step="0.1" placeholder="0" />
            <span class="ic-ondm-input-suffix">سم</span>
            <p class="ic-ondm-text-error" id="local_item_height_error"></p>
        </div>
    </div>

    <div class="ic-ondm-text-center">
        <button class="ic-ondm-primary-button ic-ondm-width-50 ic-ondm-pt-15 ic-ondm-pb-15" type="submit" id="checkRates" name="local_checkRates" >تحقق من الأسعار</button>
    </div>
</form>            <form id="international-zone" class="single-zone-detail ic-ondm-d-none">
    <div class="ic-ondm-row ic-ondm-text-center package-type-container">
        <label>
            <input class="ic-ondm-radio" type= "radio" id= "international_parcel" name= "international_package_type" value= "Parcel" checked><span>الطرد</span></label></input>
        </label>
        <label>
            <input class="ic-ondm-radio" type= "radio" id= "international_document" name= "international_package_type" value= "Documents"><span>الوثيقة</span></input>
        </label>
    </div>

    <div class="ic-ondm-row">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_collect_from">جمع من</label>
            <div>
              <select class="ic-ondm-input" id="international_collect_from" name="international_collect_form"></select>
            </div>
        </div>

        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_from_state">من ولاية</label>
            <select class="ic-ondm-input" id="international_from_state" name="international_from_state"></select>
        </div>
    </div>

    <div class="ic-ondm-row">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_deliver_to">التوصيل إلى</label>
            <select class="ic-ondm-input" id="international_deliver_to" name="international_deliver_to"></select>
        </div>

        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_to_state">إلى ولاية</label>
            <select class="ic-ondm-input" id="international_to_state" name="international_to_state"></select>
        </div>
    </div>

    <div class="ic-ondm-row ic-ondm-input-group-text">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-12 ic-ondm-col-lg-12 ic-ondm-col-xl-12 ic-ondm-input-group ic-ondm-form-group" id="show_to_zipcode" style="display: none;">
            <label class="ic-ondm-label" for="international_to_zipcode">إلى الرمز البريدي</label>
            <input class="ic-ondm-input" type="text" name="international_to_zipcode" id="international_to_zipcode" placeholder="اكتب الرمز البريدي الخاص بك">
            <p class="ic-ondm-text-error" id="international_to_zipcode_error"></p>
    </div>
    </div> 


    <div class="ic-ondm-row">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_item_weight">الوزن</label>
            <input class="ic-ondm-input" type="number" name="international_item_weight" id="international_item_weight" min="0.1" step="0.1" placeholder="0" >
            <div class="ic-ondm-input-suffix">كلغ</div>
            <p class="ic-ondm-text-error" id="international_item_weight_error"></p>
        </div>

        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_item_length">الطول</label>
            <input class="ic-ondm-input" type="number" name="international_item_length" id="international_item_length" min="0.1" step="0.1" placeholder="0">
            <div class="ic-ondm-input-suffix">سم</div>
            <p class="ic-ondm-text-error" id="international_item_length_error"></p>
        </div>
    </div>

    <div class="ic-ondm-row ic-ondm-mb-15">
        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_item_width">العرض</label>
            <input class="ic-ondm-input" type="number" name="international_item_width" id="international_item_width" min="0.1" step="0.1" placeholder="0">
            <div class="ic-ondm-input-suffix">سم</div>
            <p class="ic-ondm-text-error" id="international_item_width_error"></p>
        </div>

        <div class="ic-ondm-col-sm-12 ic-ondm-col-md-6 ic-ondm-col-lg-6 ic-ondm-col-xl-6 ic-ondm-input-group-text ic-ondm-input-group ic-ondm-form-group">
            <label class="ic-ondm-label" for="international_item_height">الإرتفاع</label>
            <input class="ic-ondm-input" type="number" name="international_item_height" id="international_item_height" min="0.1" step="0.1" placeholder="0">
            <div class="ic-ondm-input-suffix">سم</div>
            <p class="ic-ondm-text-error" id="international_item_height_error"></p>
        </div>
    </div>

    <div class="ic-ondm-text-center">
        <button class="ic-ondm-primary-button ic-ondm-width-50 ic-ondm-pt-15 ic-ondm-pb-15" type="submit" id="checkRates" name="international_checkRates">تحقق من الأسعار</button>
    </div>
</form>
        </div>
    </section>
    
    
    <p class="ic-ondm-price-rate" data-uae-price-rate=13        data-lb-price-rate=1.85>
        13 AED <br />
        <strong>
            محلياً في الإمارات        </strong>
    </p>

    
	<section class="icarry-statistics-24624" id="icarry-statistics">  
	
		<div class="slider-wrapper" dir="rtl">
							<div class="single-post">
					<div class="icarry-sc-row inner-wrapper icarry-sc-align-items-center">
						<div class="icarry-sc-col-12">
							<div class="icarry-sc-row">
								<div class="icarry-sc-col-12 description">بسيط وخالي <span class="special-text d-block font-medium">من الإجهاد</span></div>
							</div>
						</div>
					</div>
				</div>
								<div class="single-post">
					<div class="icarry-sc-row inner-wrapper icarry-sc-align-items-center">
						<div class="icarry-sc-col-12">
							<div class="icarry-sc-row">
								<div class="icarry-sc-col-12 description">منصة <span class="special-text d-block font-big">واحدة</span></div>
							</div>
						</div>
					</div>
				</div>
								<div class="single-post">
					<div class="icarry-sc-row inner-wrapper icarry-sc-align-items-center">
						<div class="icarry-sc-col-12">
							<div class="icarry-sc-row">
								<div class="icarry-sc-col-12 description">اكتمال المعاملة في <span class="special-text d-block font-big">4</span> نقرات</div>
							</div>
						</div>
					</div>
				</div>
								<div class="single-post">
					<div class="icarry-sc-row inner-wrapper icarry-sc-align-items-center">
						<div class="icarry-sc-col-12">
							<div class="icarry-sc-row">
								<div class="icarry-sc-col-12 description">احصل على سرعة <span class="special-text">لا تضاهى</span> وقيمة في توصيل أي طرد أو وثيقة</div>
							</div>
						</div>
					</div>
				</div>
								<div class="single-post">
					<div class="icarry-sc-row inner-wrapper icarry-sc-align-items-center">
						<div class="icarry-sc-col-12">
							<div class="icarry-sc-row">
								<div class="icarry-sc-col-12 description">اختر من بين <span class="special-text">&gt;</span> <span class="special-text d-block font-big">15</span> شركة شحن</div>
							</div>
						</div>
					</div>
				</div>
						</div>
	</section>

	<script>
		jQuery(document).ready(function(){

			jQuery('.icarry-statistics-24624 .slider-wrapper').slick({
				slidesToShow: 3,			
				autoplay: false,
				autoplaySpeed: 5000,
				arrows: false,
				dots: true,
				pauseOnHover: true,
				infinite: true,	
				centerMode: true,
							rtl: true,
				swipeToSlide: false,
										
				prevArrow: '<span class="prev-arrow"><svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8984 1.58594L2.10533 10.379L10.8984 19.1721" stroke="white" stroke-width="2" stroke-linecap="round"/></svg></span>',
				nextArrow: '<span class="next-arrow"><svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.27344 19.1738L10.0665 10.3807L1.27344 1.58762" stroke="white" stroke-width="2" stroke-linecap="round"/></svg></span>',
				responsive: [
					{
						breakpoint: 1200, 
						settings: {
							slidesToShow: 3						}
					},
					{
						breakpoint: 992, 
						settings: {
							slidesToShow: 3						}
					},
					{
						breakpoint: 768, 
						settings: {
							slidesToShow: 1,
							arrows: true
						}
					},
					{
						breakpoint: 576, 
						settings: {
							slidesToShow: 1,
							arrows: true
						}
					}
				]
			});

		});
	</script>
		

		<section class="icarry-pac-slider-72872" id="icarry-pac">    

		<div class="icarry-sc-container">
			<div class="icarry-sc-row">
				<div class="icarry-sc-col-12 icarry-sc-d-none icarry-sc-d-md-block pac-grid">
					<div class="icarry-sc-row icarry-sc-justify-content-start">						<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/quiqup-icarry-partners-carriers-shipy.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/ups-icarry-partners-carriers-shipy.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-shopify.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-magento.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-woocommerce.webp">
																				</div>
						</div><div class="icarry-sc-row icarry-sc-justify-content-end">						<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-zid.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-salla.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-opencart.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-aramex.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-fedex.webp">
																				</div>
						</div><div class="icarry-sc-row icarry-sc-justify-content-start">						<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-shipa.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-emirates-post.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-careem.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/tawseel-icarry-partners-carriers-shipy.webp">
																				</div>
												<div class="single-post" style='font-size: 12px;'>
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-naqel.webp">
																				</div>
						</div>				</div>
			</div>

			<div class="icarry-sc-row" >
				<div class="icarry-sc-col-12 icarry-sc-d-block icarry-sc-d-md-none pac-slider" >
					<div class="pac-slide"><div class="icarry-sc-row icarry-sc-justify-content-center" style="margin-left:0px; margin-right:0px;">						<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/quiqup-icarry-partners-carriers-shipy.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/ups-icarry-partners-carriers-shipy.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-shopify.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-magento.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-woocommerce.webp">
						</div>
						</div></div><div class="pac-slide"><div class="icarry-sc-row icarry-sc-justify-content-center" style="margin-left:0px; margin-right:0px;">						<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-zid.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-salla.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/echo-icarry-partners-carriers-opencart.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-aramex.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-fedex.webp">
						</div>
						</div></div><div class="pac-slide"><div class="icarry-sc-row icarry-sc-justify-content-center" style="margin-left:0px; margin-right:0px;">						<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-shipa.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-emirates-post.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-careem.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/07/tawseel-icarry-partners-carriers-shipy.webp">
						</div>
												<div class="icarry-sc-col-6 single-post ">
							<img src="https://migrate.icarry.digital/wp-content/uploads/2023/06/icarry-partners-carriers-naqel.webp">
						</div>
						</div></div>
				</div>
			</div>

			<script>
				jQuery(document).ready(function(){
					jQuery('.icarry-pac-slider-72872 .pac-slider').slick({
						slidesToShow: 1,			
						autoplay: false,
						autoplaySpeed: 5000,
						arrows: false,
						dots: true,
						pauseOnHover: true,
						infinite: true,
											swipeToSlide: true,
					
						prevArrow: '<span class="prev-arrow"><svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8984 1.58594L2.10533 10.379L10.8984 19.1721" stroke="white" stroke-width="2" stroke-linecap="round"/></svg></span>',
						nextArrow: '<span class="next-arrow"><svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.27344 19.1738L10.0665 10.3807L1.27344 1.58762" stroke="white" stroke-width="2" stroke-linecap="round"/></svg></span>',
						responsive: [
						{
						breakpoint: 1200, 
						settings: {
						slidesToShow: 1					}
																			},
																			{
																			breakpoint: 992, 
																			settings: {
																			slidesToShow: 1																			}
																			},
																			{
																			breakpoint: 768, 
																			settings: {
																			slidesToShow: 1																			}
																			},
																			{
																			breakpoint: 576, 
																			settings: {
																			slidesToShow: 1																			}
																			}
																			]
																			});
				});
			</script>
		</div>
	</section>

	{"id":3614,"date":"2023-05-30T06:16:50","date_gmt":"2023-05-30T06:16:50","guid":{"rendered":"https:\/\/migrate.icarry.digital\/%d8%a7%d9%84%d8%b4%d9%91%d8%ad%d9%86-%d8%ba%d8%a8%d9%91-%d8%a7%d9%84%d8%b7%d9%91%d9%84%d8%a8-2\/"},"modified":"2023-11-15T13:06:48","modified_gmt":"2023-11-15T13:06:48","slug":"%d8%b9%d9%86%d8%af-%d8%a7%d9%84%d8%b7%d9%91%d9%84%d8%a8","status":"publish","type":"page","link":"https:\/\/migrate.icarry.digital\/ar\/%d8%b9%d9%86%d8%af-%d8%a7%d9%84%d8%b7%d9%91%d9%84%d8%a8\/","title":{"rendered":"\u0639\u0646\u062f \u0627\u0644\u0637\u0651\u0644\u0628"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;on-demand-box-text&#8221; woodmart_css_id=&#8221;64c8d4b3e46e4&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGM4ZDRiM2U0NmU0Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_reset_margin=&#8221;no&#8221; tablet_reset_margin=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; css=&#8221;.vc_custom_1690883261601{margin-left: 30px !important;}&#8221;][vc_column_text wd_animation=&#8221;slide-from-bottom&#8221; el_class=&#8221;on-demand-main-title&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;]\u062a\u0648\u0635\u064a\u0644 \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628 <strong>\u0628\u0633\u064a\u0637<\/strong>[\/vc_column_text][vc_column_text wd_animation=&#8221;slide-from-bottom&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221; el_class=&#8221;on-demand-main-text&#8221; wd_animation_delay=&#8221;200&#8243;]\u0647\u0644 \u062a\u0628\u062d\u062b \u0639\u0646 \u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u0637\u0631\u0648\u062f<br \/>\n\u0648\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0628\u0628\u0636\u0639 \u0646\u0642\u0631\u0627\u062a \u0641\u0642\u0637\u061f[\/vc_column_text]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-652fc938e84ac\" class=\" wd-animation-slide-from-right wd-animation-normal wd_delay_400 wd-rs-652fc938e84ac wd-info-box wd-wpb text-right box-icon-align-right box-style- color-scheme- wd-bg-none wd-items-middle on-demand-main-list \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-svg-wrapper info-icon\" style=\"width: 50px;height: 50px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"svg-5592\" x=\"0px\" y=\"0px\" viewBox=\"0 0 57 57\" style=\"enable-background:new 0 0 57 57;\" xml:space=\"preserve\"> <style type=\"text\/css\"> .st0{fill:url(#SVGID_1_);} .st1{clip-path:url(#SVGID_3_);fill:url(#SVGID_4_);} .st2{clip-path:url(#SVGID_3_);fill:url(#SVGID_5_);} .st3{clip-path:url(#SVGID_3_);fill:url(#SVGID_6_);} .st4{clip-path:url(#SVGID_3_);fill:url(#SVGID_7_);} .st5{clip-path:url(#SVGID_3_);fill:url(#SVGID_8_);} .st6{clip-path:url(#SVGID_3_);fill:url(#SVGID_9_);} .st7{clip-path:url(#SVGID_3_);fill:url(#SVGID_10_);} .st8{clip-path:url(#SVGID_3_);fill:url(#SVGID_11_);} <\/style> <g> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57\" x2=\"1\" y2=\"57\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st0\" d=\"M19.1,31.1l-4.5,4.5c0.7,1.6,1.7,3,2.9,4.3c1.9,1.9,4.2,3.2,6.7,3.7l3.7-3.7L19.1,31.1 M41.5,28.5l-4,4 c-0.8,0.8-1.8,1.3-2.7,1.7c-0.7,0.3-1.4,0.7-1.9,1.1c0.1,0.2,0.2,0.5,0.2,0.8c0,0.5-0.2,1.1-0.6,1.5l-6.3,6.3 c0.5,0,0.9,0.1,1.4,0.1c3.6,0,7.2-1.4,9.9-4.1l0,0c2.7-2.7,4.1-6.3,4.1-9.9C41.6,29.5,41.5,29,41.5,28.5 M22.8,30.7 c-0.2,0-0.5-0.1-0.6-0.3c-0.2-0.3-0.1-0.8,0.2-1l0,0c0.1-0.1,0.3-0.1,0.4-0.1c0.2,0,0.5,0.1,0.6,0.3c0.2,0.3,0.1,0.8-0.2,1l0,0 C23.1,30.6,22.9,30.7,22.8,30.7 M22.9,27.5c-0.1,0-0.3,0.1-0.4,0.2l0,0L20.2,30l8.8,8.8l2.3-2.3c0.1-0.1,0.2-0.2,0.2-0.4 c0-0.1-0.1-0.3-0.2-0.4l-8.1-8.1C23.2,27.6,23,27.5,22.9,27.5 M27.5,15.9c-0.1,0-0.1,0-0.2,0c0,0.1,0.1,0.1,0.1,0.2 c0.7,1,1.2,1.9,1.4,2.3l2-2C29.8,16,28.7,15.9,27.5,15.9 M22.5,14.4C22.5,14.4,22.5,14.4,22.5,14.4c-0.4,0-0.5,0.1-0.7,0.2 c-0.1,0.1-0.2,0.3-0.2,0.6c0,0.2,0.1,0.5,0.3,0.6l0,0c0.5,0.5,1.2,1.4,1.8,2.4c0.6,1,1.1,2.2,1.1,3.5c0,0.3,0,0.6-0.1,0.9 c-0.1,0.7-0.2,1.3-0.2,2c0,0.7,0.1,1.5,0.1,2.3l7.4,7.4c0.7-0.5,1.4-0.9,2.2-1.3c0.9-0.5,1.8-0.9,2.3-1.5l6.2-6.2l0,0 c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.6-0.3-0.8l0,0c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.6,0.1-0.8,0.3c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c-0.1,0.1-0.3,0.2-0.4,0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.2,0-0.3-0.1-0.5-0.2l0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0l0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.3-0.2-0.5 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.2-0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0l0.4-0.4l0,0c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.6-0.3-0.8l0,0c-0.2-0.2-0.5-0.3-0.8-0.3 c-0.3,0-0.5,0.1-0.8,0.3l0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-0.3,0.2-0.4,0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.2,0-0.3-0.1-0.5-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.3-0.2-0.5c0,0,0-0.1,0-0.1 c0-0.2,0.1-0.3,0.2-0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0l0.5-0.5c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.6-0.3-0.8l0,0c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.6,0.1-0.8,0.3 l-0.5,0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2c0,0,0,0,0,0s0,0,0,0 c-0.3-0.3-0.3-0.8,0-1.1c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.6-0.3-0.8c0,0,0,0,0,0 c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.6,0.1-0.8,0.3l0,0l-4.4,4.4c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.3,0-0.4-0.1c0,0,0,0-0.2-0.1 c-0.2-0.1-0.4-0.3-0.5-0.5c-0.1-0.1-0.2-0.3-0.2-0.4l0,0c-0.1-0.3-0.6-1.2-1.3-2.1c-0.7-0.9-1.7-1.9-2.8-2.4 C23.1,14.4,22.7,14.4,22.5,14.4 M17.1,20.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7h0c0.4,0,0.8,0.3,0.8,0.7S17.5,20.2,17.1,20.2 L17.1,20.2 M22.4,12.9L22.4,12.9c0.4,0,0.6,0,0.9,0.1c0.2,0.1,0.4,0.1,0.6,0.2c0.8,0.3,1.4,0.8,2,1.3c0.5,0,1-0.1,1.5-0.1 c1.6,0,3.1,0.2,4.6,0.7l0.6-0.6l0,0c0.5-0.5,1.2-0.8,1.8-0.8c0,0,0,0,0,0c0,0,0,0,0,0c0.7,0,1.3,0.3,1.8,0.8c0,0,0,0,0,0 c0.4,0.4,0.6,0.9,0.7,1.4c0.2,0,0.3,0,0.5,0c0,0,0,0,0,0c0,0,0,0,0,0c0.7,0,1.3,0.3,1.8,0.8l0,0c0.5,0.5,0.8,1.2,0.8,1.8 c0,0.2,0,0.3,0,0.5c0.5,0.1,1,0.3,1.4,0.7l0,0c0.5,0.5,0.8,1.2,0.8,1.8c0,0.2,0,0.3,0,0.5c0.5,0.1,1,0.3,1.4,0.7c0,0,0,0,0,0l0,0 c0,0,0,0,0,0c0.4,0.4,0.6,0.9,0.7,1.4c0,0.1,0,0.3,0,0.4v0c0,0.1,0,0.3,0,0.4c-0.1,0.5-0.3,1-0.7,1.4l0,0l-0.8,0.8 c0.2,0.9,0.2,1.8,0.2,2.7c0,4-1.5,8-4.6,11l0,0c-2.5,2.5-5.8,4-9.1,4.4c-0.6,0.1-1.3,0.1-1.9,0.1c0,0,0,0,0,0c0,0,0,0,0,0 c-0.6,0-1.3,0-1.9-0.1c-3.3-0.4-6.5-1.9-9.1-4.4c-2.8-2.8-4.3-6.4-4.5-10.1c0-0.3,0-0.6,0-0.9c0-0.3,0-0.6,0-0.9 c0.2-2.7,1-5.4,2.6-7.8c0.1-0.2,0.4-0.3,0.6-0.3c0.1,0,0.3,0,0.4,0.1c0.3,0.2,0.4,0.7,0.2,1c-1.6,2.4-2.4,5.1-2.4,7.8 c0,1.4,0.2,2.7,0.6,4.1l7.4-7.4l0,0c0.4-0.4,0.9-0.6,1.5-0.6c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0-0.5,0-1,0-1.5 c0-0.7,0-1.5,0.2-2.2c0-0.2,0.1-0.4,0.1-0.6c0-0.9-0.4-1.9-0.9-2.7c-0.4-0.6-0.8-1.1-1.1-1.6c-0.5,0.3-1,0.6-1.6,0.9 c-0.1,0.1-0.3,0.1-0.4,0.1c-0.2,0-0.5-0.1-0.6-0.3c-0.2-0.3-0.1-0.8,0.2-1c0.5-0.3,1-0.6,1.5-0.9c-0.1-0.3-0.2-0.6-0.2-1 c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.6-0.5,1-0.6C21.9,12.9,22.2,12.9,22.4,12.9 M52,0H5C2.2,0,0,2.2,0,5v47c0,2.8,2.2,5,5,5h47 c2.8,0,5-2.2,5-5V5C57,2.2,54.8,0,52,0\"><\/path> <g> <defs> <polyline id=\"SVGID_2_\" points=\"12,12.9 44.4,12.9 44.4,45.5 12,45.5 12,12.9 \"><\/polyline> <\/defs> <clipPath id=\"SVGID_3_\"> <use xlink:href=\"#SVGID_2_\" style=\"overflow:visible;\"><\/use> <\/clipPath> <linearGradient id=\"SVGID_4_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57.0597\" x2=\"1\" y2=\"57.0597\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st1\" d=\"M44.4,24.1V25c0-0.1,0-0.3,0-0.4v0C44.4,24.4,44.4,24.3,44.4,24.1 M22.5,12.9L22.5,12.9c-0.3,0-0.6,0-0.8,0.1 h1.7C23.1,12.9,22.8,12.9,22.5,12.9\"><\/path> <linearGradient id=\"SVGID_5_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"56.9859\" x2=\"1\" y2=\"56.9859\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st2\" d=\"M29.4,45.4h-3.8c0.6,0.1,1.3,0.1,1.9,0.1c0,0,0,0,0,0c0,0,0,0,0,0C28.2,45.5,28.8,45.5,29.4,45.4 M12,29 c0,0.3,0,0.6,0,0.9c0,0.3,0,0.6,0,0.9V29\"><\/path> <linearGradient id=\"SVGID_6_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57.0561\" x2=\"1\" y2=\"57.0561\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st3\" d=\"M43.7,22.7C43.7,22.7,43.7,22.7,43.7,22.7C43.7,22.7,43.7,22.7,43.7,22.7L43.7,22.7 M23.4,13h-1.7 c-0.4,0.1-0.7,0.3-1,0.6c-0.4,0.4-0.6,1-0.6,1.6c0,0.3,0.1,0.7,0.2,1c0.2-0.1,0.5-0.2,0.7-0.4c0.1,0,0.2-0.1,0.3-0.1 c0.3,0,0.6,0.2,0.7,0.4c0.2,0.4,0,0.8-0.4,1c-0.1,0.1-0.3,0.1-0.4,0.2c0.4,0.4,0.8,1,1.1,1.6c0.5,0.9,0.9,1.8,0.9,2.7 c0,0.2,0,0.4-0.1,0.6C23,23.1,23,23.8,23,24.5c0,0.5,0,1,0,1.5c0.5,0,1,0.2,1.3,0.6l0.2,0.2c0-0.8-0.1-1.6-0.1-2.3 c0-0.7,0-1.3,0.2-2c0.1-0.3,0.1-0.6,0.1-0.9c0-1.3-0.5-2.5-1.1-3.5c-0.6-1-1.3-1.8-1.8-2.4l0,0c-0.2-0.2-0.3-0.4-0.3-0.6 c0-0.2,0.1-0.4,0.2-0.6c0.1-0.1,0.3-0.2,0.7-0.2c0,0,0,0,0,0c0.2,0,0.6,0.1,1,0.2c1.1,0.5,2.1,1.4,2.8,2.4 c0.7,0.9,1.2,1.8,1.3,2.1l0,0c0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.2,0.3,0.4,0.5,0.5c0.2,0.1,0.2,0.1,0.2,0.1c0.1,0.1,0.2,0.1,0.4,0.1 c0.2,0,0.4-0.1,0.5-0.2l4.4-4.4l0,0c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.5,0.1,0.8,0.3c0,0,0,0,0,0c0.2,0.2,0.3,0.5,0.3,0.8 c0,0.3-0.1,0.6-0.3,0.8l0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.3,0.3-0.3,0.8,0,1.1c0,0,0,0,0,0s0,0,0,0c0.1,0.1,0.3,0.2,0.5,0.2 c0.2,0,0.4-0.1,0.5-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0l0.5-0.5c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.6,0.1,0.8,0.3 l0,0c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.6-0.3,0.8l-0.5,0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-0.2,0.3-0.2,0.5c0,0,0,0.1,0,0.1c0,0.2,0.1,0.3,0.2,0.5c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,0.3,0.2,0.5,0.2c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0.2,0,0.3-0.1,0.4-0.2c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.6,0.1,0.8,0.3l0,0c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.6-0.3,0.8 l0,0L40,22.7c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.1,0.1-0.2,0.3-0.2,0.5c0,0,0,0.1,0,0.1c0,0.2,0.1,0.3,0.2,0.5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0l0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.1,0.1,0.3,0.2,0.5,0.2c0,0,0,0,0.1,0c0,0,0,0,0.1,0 c0.2,0,0.3-0.1,0.4-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.6,0.1,0.8,0.3l0,0 c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.6-0.3,0.8l0,0l-6.2,6.2c-0.6,0.6-1.4,1-2.3,1.5c-0.7,0.4-1.5,0.7-2.2,1.3l0.5,0.5 c0.2,0.2,0.3,0.4,0.4,0.7c0.5-0.4,1.2-0.7,1.9-1.1c0.9-0.5,1.9-0.9,2.7-1.7l4-4c0-0.5-0.1-0.9-0.2-1.4v0c-0.1-0.4,0.2-0.8,0.6-0.9 c0.1,0,0.1,0,0.2,0c0.3,0,0.7,0.2,0.7,0.6c0,0.1,0.1,0.3,0.1,0.4l0.8-0.8l0,0c0.4-0.4,0.6-0.9,0.7-1.4v-0.8 c-0.1-0.5-0.3-1-0.7-1.4c-0.4-0.4-0.9-0.6-1.4-0.7c0-0.2,0-0.3,0-0.5c0-0.7-0.3-1.3-0.8-1.8l0,0c-0.4-0.4-0.9-0.6-1.4-0.7 c0-0.2,0.1-0.3,0-0.5c0-0.7-0.3-1.3-0.8-1.8l0,0c-0.5-0.5-1.2-0.8-1.8-0.8c0,0,0,0,0,0c0,0,0,0,0,0c-0.2,0-0.3,0-0.5,0 c-0.1-0.5-0.3-1-0.7-1.4c0,0,0,0,0,0c-0.5-0.5-1.2-0.8-1.8-0.8c0,0,0,0,0,0c0,0,0,0,0,0c-0.7,0-1.3,0.3-1.8,0.8l0,0l-0.6,0.6 c0.1,0,0.3,0.1,0.4,0.1c0.4,0.1,0.6,0.6,0.5,1c-0.1,0.3-0.4,0.5-0.7,0.5c-0.1,0-0.2,0-0.2,0c-0.4-0.1-0.8-0.2-1.2-0.3l-2,2 c-0.2-0.4-0.7-1.3-1.4-2.3c0-0.1-0.1-0.1-0.1-0.2c-0.5,0-1,0-1.5,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.7-0.3-0.7-0.7 c0-0.4,0.2-0.8,0.7-0.8c0.1,0,0.2,0,0.3,0c-0.6-0.5-1.2-0.9-2-1.3C23.8,13.1,23.6,13.1,23.4,13\"><\/path> <linearGradient id=\"SVGID_7_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"56.9742\" x2=\"1\" y2=\"56.9742\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st4\" d=\"M22.9,26C22.9,26,22.9,26,22.9,26C22.9,26,22.9,26,22.9,26c-0.5,0-1.1,0.2-1.5,0.6l0,0L14.1,34 c0.2,0.5,0.3,1,0.6,1.6l4.5-4.5l-0.3-0.3c-0.3-0.3-0.3-0.8,0-1.1c0.1-0.1,0.3-0.2,0.5-0.2s0.4,0.1,0.5,0.2l0.3,0.3l2.3-2.3l0,0 c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2l8.1,8.1c0.1,0.1,0.2,0.2,0.2,0.4c0,0.1-0.1,0.3-0.2,0.4L29,38.9l0.3,0.3 c0.3,0.3,0.3,0.8,0,1.1c-0.1,0.1-0.3,0.2-0.5,0.2s-0.4-0.1-0.5-0.2L28,39.9l-3.7,3.7c0.6,0.1,1.2,0.2,1.8,0.3l6.3-6.3 c0.4-0.4,0.6-0.9,0.6-1.5c0-0.3-0.1-0.5-0.2-0.8c-0.1-0.2-0.3-0.5-0.4-0.7l-0.5-0.5l-7.4-7.4l-0.2-0.2C24,26.3,23.5,26.1,23,26 C23,26,22.9,26,22.9,26\"><\/path> <linearGradient id=\"SVGID_8_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"56.9924\" x2=\"1\" y2=\"56.9924\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st5\" d=\"M15.2,20.9c-0.2,0-0.5,0.1-0.6,0.3c-1.6,2.4-2.5,5-2.6,7.8v1.8c0.2,3.7,1.7,7.3,4.5,10.1 c2.5,2.5,5.8,4,9.1,4.4h3.8c3.3-0.4,6.5-1.9,9.1-4.4l0,0c3-3,4.6-7,4.6-11c0-0.9-0.1-1.8-0.2-2.7c0-0.1,0-0.3-0.1-0.4 c-0.1-0.4-0.4-0.6-0.7-0.6c0,0-0.1,0-0.2,0c-0.4,0.1-0.7,0.5-0.6,0.9v0c0.1,0.5,0.2,0.9,0.2,1.4c0,0.5,0.1,0.9,0.1,1.4 c0,3.6-1.4,7.2-4.1,9.9l0,0c-2.7,2.7-6.3,4.1-9.9,4.1c-0.5,0-1,0-1.4-0.1c-0.6-0.1-1.2-0.2-1.8-0.3c-2.5-0.6-4.8-1.8-6.7-3.7 c-1.3-1.3-2.3-2.8-2.9-4.3c-0.2-0.5-0.4-1-0.6-1.6c-0.4-1.3-0.6-2.7-0.6-4.1c0-2.7,0.8-5.5,2.4-7.8c0.2-0.3,0.1-0.8-0.2-1 C15.5,21,15.4,20.9,15.2,20.9 M21.3,15.7c-0.1,0-0.2,0-0.3,0.1c-0.2,0.1-0.5,0.2-0.7,0.4c-0.5,0.3-1,0.6-1.5,0.9 c-0.3,0.2-0.4,0.7-0.2,1c0.1,0.2,0.4,0.3,0.6,0.3c0.1,0,0.3,0,0.4-0.1c0.5-0.3,1-0.6,1.6-0.9c0.1-0.1,0.3-0.1,0.4-0.2 c0.4-0.2,0.5-0.6,0.4-1C21.9,15.9,21.6,15.7,21.3,15.7 M27.5,14.4c-0.5,0-1,0-1.5,0.1c-0.1,0-0.2,0-0.3,0c-0.4,0-0.7,0.4-0.7,0.8 c0,0.4,0.4,0.7,0.7,0.7c0,0,0.1,0,0.1,0c0.5-0.1,1-0.1,1.5-0.1c0.1,0,0.1,0,0.2,0c1.1,0,2.3,0.1,3.4,0.4c0.4,0.1,0.8,0.2,1.2,0.3 c0.1,0,0.2,0,0.2,0c0.3,0,0.6-0.2,0.7-0.5c0.1-0.4-0.1-0.8-0.5-1c-0.1,0-0.3-0.1-0.4-0.1C30.6,14.6,29.1,14.4,27.5,14.4\"><\/path> <linearGradient id=\"SVGID_9_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"56.9744\" x2=\"1\" y2=\"56.9744\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st6\" d=\"M19.3,29.4c-0.2,0-0.4,0.1-0.5,0.2c-0.3,0.3-0.3,0.8,0,1.1l0.3,0.3l8.8,8.8l0.3,0.3c0.1,0.1,0.3,0.2,0.5,0.2 s0.4-0.1,0.5-0.2c0.3-0.3,0.3-0.8,0-1.1L29,38.9L20.2,30l-0.3-0.3C19.7,29.5,19.5,29.4,19.3,29.4\"><\/path> <linearGradient id=\"SVGID_10_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57.047\" x2=\"1\" y2=\"57.047\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st7\" d=\"M22.8,29.2c-0.1,0-0.3,0-0.4,0.1l0,0c-0.3,0.2-0.4,0.7-0.2,1c0.1,0.2,0.4,0.3,0.6,0.3c0.1,0,0.3,0,0.4-0.1 l0,0c0.3-0.2,0.4-0.7,0.2-1C23.3,29.3,23,29.2,22.8,29.2\"><\/path> <linearGradient id=\"SVGID_11_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57.2317\" x2=\"1\" y2=\"57.2317\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#203A4D\"><\/stop> <stop offset=\"1\" style=\"stop-color:#203A4D\"><\/stop> <\/linearGradient> <path class=\"st8\" d=\"M17.1,18.7L17.1,18.7c-0.4,0-0.8,0.3-0.8,0.7s0.3,0.7,0.7,0.7h0c0.4,0,0.8-0.3,0.8-0.7S17.5,18.7,17.1,18.7\"><\/path> <\/g> <\/g> <\/svg> <\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-m\">\u0644\u0627 \u064a\u0644\u0632\u0645 <strong>\u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/strong><\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-652fc96fee20b\" class=\" wd-animation-slide-from-right wd-animation-normal wd_delay_600 wd-rs-652fc96fee20b wd-info-box wd-wpb text-right box-icon-align-right box-style- color-scheme- wd-bg-none wd-items-middle on-demand-main-list \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-svg-wrapper info-icon\" style=\"width: 50px;height: 50px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"svg-6417\" x=\"0px\" y=\"0px\" viewBox=\"0 0 57 57\" style=\"enable-background:new 0 0 57 57;\" xml:space=\"preserve\"> <style type=\"text\/css\"> .st0{fill:url(#SVGID_1_);} .st1{fill:#203A4D;stroke:#203A4D;stroke-width:0.5;} .st2{fill:#203A4D;} <\/style> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"54.0958\" y1=\"54.1113\" x2=\"9.1867\" y2=\"10.9295\" gradientTransform=\"matrix(1 0 0 -1 0 58)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st0\" d=\"M5,0h47c2.8,0,5,2.2,5,5v47c0,2.8-2.2,5-5,5H5c-2.8,0-5-2.2-5-5V5C0,2.2,2.2,0,5,0z\"><\/path> <path class=\"st1\" d=\"M34.1,8.5c-0.4,0-0.7,0.3-0.7,0.7v3c0,0.4,0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7v-3C34.8,8.7,34.5,8.5,34.1,8.5z\"><\/path> <path class=\"st2\" d=\"M18.9,29c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7C19.6,29.3,19.3,29,18.9,29z\"><\/path> <path class=\"st1\" d=\"M43.3,27.7c0-1.5-1.2-2.6-2.6-2.6h-4.9c0.8-2,1.1-4.3,1-6.3c0-0.4,0-0.6,0-0.8c0-1.4-1.2-2.6-2.6-2.6 c-1.5,0-2.6,1.2-2.6,2.6v0.7c0,4.2-5.4,6.5-9.4,7.5c-0.3-0.7-1-1.2-1.8-1.2h-6.6c-0.4,0-0.7,0.3-0.7,0.7v15.8c0,0.4,0.3,0.7,0.7,0.7 h6.6c0.8,0,1.5-0.5,1.8-1.2c0.3,0.1,0.6,0.2,0.9,0.2c2.3,0.6,3.6,0.9,6.7,0.9h7.1c1.5,0,2.6-1.2,2.6-2.6c0-0.5-0.2-1-0.4-1.5 c1-0.4,1.8-1.3,1.8-2.5c0-0.5-0.2-1-0.4-1.5c1-0.4,1.8-1.3,1.8-2.5c0-0.5-0.2-1-0.4-1.5C42.6,29.9,43.3,28.9,43.3,27.7z M20.9,40.3 c0,0.4-0.3,0.7-0.7,0.7h-5.9V26.4h5.9c0.4,0,0.7,0.3,0.7,0.7V40.3z M40.7,29c-1.4,0-1.8,0-3.3,0c-0.4,0-0.7,0.3-0.7,0.7 c0,0.4,0.3,0.7,0.7,0.7h2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3h-3.3c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7h2 c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-1.4,0-1.8,0-3.3,0c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7h2 c0.7,0,1.3,0.6,1.3,1.3s-0.6,1.3-1.3,1.3h-7.1c-2.9,0-4.1-0.3-6.3-0.9c-0.3-0.1-0.7-0.2-1.1-0.3V27.6c4.8-1.1,10.6-3.9,10.6-8.8 v-0.7c0-0.7,0.6-1.3,1.3-1.3c0.7,0,1.3,0.6,1.3,1.3v0c0,0.3,0.4,3.8-1.1,7h-2.2c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7 c0.5,0,7.8,0,8.6,0c0.7,0,1.3,0.6,1.3,1.3C42,28.4,41.4,29,40.7,29z\"><\/path> <path class=\"st2\" d=\"M18.9,31.7c-0.4,0-0.7,0.3-0.7,0.7v5.3c0,0.4,0.3,0.7,0.7,0.7c0.4,0,0.7-0.3,0.7-0.7v-5.3 C19.6,32,19.3,31.7,18.9,31.7z\"><\/path> <path class=\"st1\" d=\"M28.8,16.8h-2.6c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7h2.6c0.4,0,0.7-0.3,0.7-0.7 C29.5,17.1,29.2,16.8,28.8,16.8z\"><\/path> <path class=\"st1\" d=\"M42,16.8h-2.6c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7H42c0.4,0,0.7-0.3,0.7-0.7 C42.7,17.1,42.4,16.8,42,16.8z\"><\/path> <path class=\"st1\" d=\"M40.2,11.4c-0.3-0.3-0.7-0.3-0.9,0l-1.9,1.9c-0.3,0.3-0.3,0.7,0,0.9c0.3,0.3,0.7,0.3,0.9,0l1.9-1.9 C40.4,12,40.4,11.6,40.2,11.4z\"><\/path> <path class=\"st1\" d=\"M30.8,13.2L29,11.4c-0.3-0.3-0.7-0.3-0.9,0c-0.3,0.3-0.3,0.7,0,0.9l1.9,1.9c0.3,0.3,0.7,0.3,0.9,0 C31.1,13.9,31.1,13.5,30.8,13.2z\"><\/path> <\/svg> <\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-m\"><strong>\u062a\u0648\u0641\u064a\u0631<\/strong> \u0627\u0644\u0645\u0627\u0644 \u0648\u0627\u0644\u0648\u0642\u062a<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-652fc97eae31d\" class=\" wd-animation-slide-from-right wd-animation-normal wd_delay_800 wd-rs-652fc97eae31d wd-info-box wd-wpb text-right box-icon-align-right box-style- color-scheme- wd-bg-none wd-items-middle on-demand-main-list \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-svg-wrapper info-icon\" style=\"width: 50px;height: 50px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"svg-8833\" x=\"0px\" y=\"0px\" viewBox=\"0 0 57 57\" style=\"enable-background:new 0 0 57 57;\" xml:space=\"preserve\"> <style type=\"text\/css\"> .st0{fill:url(#SVGID_1_);} .st1{fill:#203A4D;} <\/style> <g> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"57\" x2=\"1\" y2=\"57\" gradientTransform=\"matrix(-44.9091 43.1818 -43.1818 -44.9091 2515.4587 2563.7075)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st0\" d=\"M5,0h47c2.8,0,5,2.2,5,5v47c0,2.8-2.2,5-5,5H5c-2.8,0-5-2.2-5-5V5C0,2.2,2.2,0,5,0z\"><\/path> <path class=\"st1\" d=\"M13.3,45.9v-0.8H11l-0.1-0.1l-0.1-0.1v-8.6l0.1-0.1l0.1-0.1h2.4l0.1,0.1l0.1,0.1v8.6l0,0.1l0,0l0,0l-0.2,0.1 V45.9v0.8c0.4,0,0.8-0.2,1.2-0.4c0.3-0.3,0.5-0.7,0.5-1.2l0-0.2l-0.7,0.1H15v-8.6c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.7-0.5-1.2-0.5 H11c-0.5,0-0.9,0.2-1.2,0.5c-0.3,0.3-0.5,0.7-0.5,1.2v8.6c0,0.5,0.2,0.9,0.5,1.2c0.3,0.3,0.7,0.5,1.2,0.5h2.4V45.9z\"><\/path> <path class=\"st1\" d=\"M16.6,36.5c1.4-1.4,2.4-3.5,3.1-5.8L19,30.5v0.7c0.4,0,0.7,0.2,1,0.4c0.3,0.3,0.4,0.6,0.4,1V33l-0.6,4 c0,0.2,0,0.4,0.2,0.6c0.1,0.2,0.4,0.3,0.6,0.2l3.3-0.1l0,0l0.1,0c0.5,0,0.9,0.2,1.2,0.5c0.3,0.3,0.5,0.7,0.5,1.2c0,0.1,0,0.2,0,0.3 l0.7,0.1l-0.7-0.1l-0.7,3.7l0.7,0.1l-0.7-0.2c-0.2,0.8-0.8,1.4-1.6,1.4h-4c-0.7,0-1.3-0.1-1.9-0.2l0,0l-1-0.2 c-0.4-0.1-0.8,0.2-0.9,0.6c-0.1,0.4,0.2,0.8,0.6,0.9l1,0.2l0.2-0.7L17,45.9c0.7,0.2,1.5,0.3,2.3,0.3h4c1.5,0,2.7-1.1,3-2.6l0,0 l0.7-3.7l0,0c0-0.2,0-0.4,0-0.5c0-0.9-0.3-1.7-0.9-2.2c-0.6-0.6-1.4-1-2.2-1l-0.1,0l0,0l-2.4,0.1l0.5-3.1l0-0.1v-0.4 c0-1.6-1.3-2.9-2.9-2.9c-0.3,0-0.6,0.2-0.7,0.5c-0.8,2.2-1.6,4-2.8,5.2c-0.3,0.3-0.3,0.8,0,1.1C15.8,36.8,16.3,36.8,16.6,36.5 L16.6,36.5z\"><\/path> <path class=\"st1\" d=\"M40.5,44.1l-1,0.3l0.2,0.7l-0.2-0.7c-0.6,0.2-1.2,0.2-1.9,0.2h-4c-0.8,0-1.5-0.6-1.6-1.4l-0.7,0.2l0.7-0.1 l-0.7-3.7l0,0c0-0.1,0-0.2,0-0.3c0-0.4,0.2-0.8,0.5-1.1c0.3-0.3,0.7-0.5,1.2-0.5v-0.8l0,0.7l3.3,0.1c0.2,0,0.4-0.1,0.6-0.2 c0.1-0.2,0.2-0.4,0.2-0.6l-0.6-4L35.6,33h0.7c0-0.1,0-0.2,0-0.4c0-0.8,0.6-1.4,1.4-1.4v-0.7l-0.7,0.2c0.7,2.3,1.7,4.3,3.2,5.8 c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1c-1.2-1.2-2.1-3-2.8-5.2c-0.1-0.3-0.4-0.5-0.7-0.5c-0.8,0-1.6,0.3-2.1,0.9 c-0.5,0.5-0.8,1.3-0.8,2.1c0,0.1,0,0.2,0,0.4l0,0.1l0.5,3.1L33,36.1l0,0c-1.8,0-3.2,1.4-3.2,3.1c0,0.2,0,0.4,0.1,0.6l0,0l0.7,3.7 l0,0c0.3,1.5,1.6,2.5,3.1,2.6h4c0.8,0,1.5-0.1,2.3-0.3l0,0l1-0.3c0.4-0.1,0.6-0.5,0.5-0.9C41.3,44.2,40.9,44,40.5,44.1L40.5,44.1z\"><\/path> <path class=\"st1\" d=\"M43.5,45.9v0.8h2.4c0.5,0,0.9-0.2,1.2-0.5c0.3-0.3,0.5-0.7,0.5-1.2v-8.6c0-0.5-0.2-0.9-0.5-1.2 c-0.3-0.3-0.7-0.5-1.2-0.5h-2.4c-0.5,0-0.9,0.2-1.2,0.5c-0.3,0.3-0.5,0.7-0.5,1.2v8.6h0.8l-0.7-0.1l0,0.2c0,0.5,0.2,0.9,0.5,1.2 c0.3,0.3,0.7,0.4,1.2,0.4V45.9v-0.8l-0.2-0.1l0,0l0,0l0-0.1v-8.6l0.1-0.1l0.1-0.1h2.4l0.1,0.1l0.1,0.1v8.6L46,45.1l-0.1,0.1h-2.4 V45.9z\"><\/path> <path class=\"st1\" d=\"M28.4,31.3v0.8c4.3,0,7.8-3.5,7.8-7.8c0-4.3-3.5-7.8-7.8-7.8c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8 V31.3v-0.8c-1.7,0-3.3-0.7-4.5-1.9c-1.1-1.1-1.8-2.7-1.8-4.5c0-1.7,0.7-3.3,1.8-4.5c1.1-1.1,2.7-1.8,4.5-1.8c1.7,0,3.3,0.7,4.5,1.8 c1.1,1.1,1.8,2.7,1.9,4.5c0,1.7-0.7,3.3-1.9,4.5c-1.1,1.1-2.7,1.8-4.5,1.9V31.3z\"><\/path> <path class=\"st1\" d=\"M26.9,27.6v-0.8c-0.1,0-0.2,0-0.3-0.1l-1.4-1.4c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.3l0,0 c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.2,0,0.3,0.1l0.6,0.6c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.5-0.2l3.5-3.5l0,0 c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.2,0,0.3,0.1l0,0c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3l0,0l-4.3,4.3l-0.1,0.1l0.1,0.1 l-0.1-0.1l0,0l0.1,0.1l-0.1-0.1l0,0l-0.2,0.1V27.6v0.7c0.2,0,0.5,0,0.7-0.1c0.2-0.1,0.5-0.3,0.7-0.5l-0.6-0.4l0.5,0.5l4.3-4.3l0,0 c0.4-0.4,0.6-0.9,0.6-1.4c0-0.5-0.2-1-0.6-1.4l0,0c-0.4-0.4-0.9-0.6-1.4-0.6c-0.5,0-1,0.2-1.4,0.6l0,0l-3,3l-0.1-0.1 C26.5,23.2,26,23,25.5,23c-0.5,0-1,0.2-1.4,0.6l0,0c-0.4,0.4-0.6,0.9-0.6,1.4c0,0.5,0.2,1,0.6,1.4l1.4,1.4c0.4,0.4,0.9,0.6,1.4,0.6 V27.6z\"><\/path> <path class=\"st1\" d=\"M29.2,14.7v-1.6c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8v1.6c0,0.4,0.3,0.8,0.8,0.8 C28.8,15.4,29.2,15.1,29.2,14.7\"><\/path> <path class=\"st1\" d=\"M38,25h1.6c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8H38c-0.4,0-0.8,0.3-0.8,0.8C37.2,24.7,37.6,25,38,25\"><\/path> <path class=\"st1\" d=\"M17.2,25h1.6c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8h-1.6c-0.4,0-0.8,0.3-0.8,0.8 C16.5,24.7,16.8,25,17.2,25\"><\/path> <path class=\"st1\" d=\"M35.7,18l1.1-1.1c0.3-0.3,0.3-0.8,0-1.1c-0.3-0.3-0.8-0.3-1.1,0L34.6,17c-0.3,0.3-0.3,0.8,0,1.1 C34.9,18.3,35.4,18.3,35.7,18\"><\/path> <path class=\"st1\" d=\"M20,16.9l1.1,1.1c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L21,15.8c-0.3-0.3-0.8-0.3-1.1,0 C19.7,16.1,19.7,16.6,20,16.9\"><\/path> <\/g> <\/svg> <\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-m\">\u0644\u0627 \u064a\u0644\u0632\u0645 <strong>\u0627\u0644\u062a\u0632\u0627\u0645<\/strong><\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-652fc98c2457e\" class=\" wd-animation-slide-from-right wd-animation-normal wd_delay_1000 wd-rs-652fc98c2457e wd-info-box wd-wpb text-right box-icon-align-right box-style- color-scheme- wd-bg-none wd-items-middle on-demand-main-list \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-svg-wrapper info-icon\" style=\"width: 50px;height: 50px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"svg-2718\" x=\"0px\" y=\"0px\" viewBox=\"0 0 57 57\" style=\"enable-background:new 0 0 57 57;\" xml:space=\"preserve\"> <style type=\"text\/css\"> .st0{fill:url(#SVGID_1_);} .st1{fill:#203A4D;stroke:#203A4D;stroke-width:0.5;} <\/style> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"54.0958\" y1=\"54.1113\" x2=\"9.1867\" y2=\"10.9295\" gradientTransform=\"matrix(1 0 0 -1 0 58)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st0\" d=\"M5,0h47c2.8,0,5,2.2,5,5v47c0,2.8-2.2,5-5,5H5c-2.8,0-5-2.2-5-5V5C0,2.2,2.2,0,5,0z\"><\/path> <path class=\"st1\" d=\"M28.3,39.7c-5.4,0-9.8-4.4-9.8-9.8s4.4-9.8,9.8-9.8s9.8,4.4,9.8,9.8S33.7,39.7,28.3,39.7z M28.3,21.2 c-4.8,0-8.7,3.9-8.7,8.7s3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S33.1,21.2,28.3,21.2z\"><\/path> <path class=\"st1\" d=\"M42.5,25c-0.2,0-0.4-0.1-0.5-0.3c-2.6-4.2-7.8-6.8-13.7-6.8s-11.1,2.6-13.7,6.8c-0.2,0.3-0.5,0.3-0.7,0.2 c-0.3-0.2-0.3-0.5-0.2-0.7c2.8-4.5,8.4-7.3,14.6-7.3s11.9,2.8,14.6,7.3c0.2,0.3,0.1,0.6-0.2,0.7C42.7,25,42.6,25,42.5,25z\"><\/path> <path class=\"st1\" d=\"M28.3,34.8c-2.7,0-4.9-2.2-4.9-4.9c0-0.8,0.2-1.5,0.5-2.2c0.1-0.1,0.2-0.2,0.3-0.3c0.1,0,0.3,0,0.4,0.1 c0.3,0.2,0.6,0.3,0.9,0.3c0.9,0,1.6-0.7,1.6-1.6c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0.1-0.4c0.1-0.1,0.2-0.2,0.4-0.2 c0.3,0,0.5-0.1,0.7-0.1c2.7,0,4.9,2.2,4.9,4.9S31,34.8,28.3,34.8z M24.7,28.7c-0.1,0.4-0.2,0.8-0.2,1.2c0,2.1,1.7,3.8,3.8,3.8 s3.8-1.7,3.8-3.8c0-2.1-1.7-3.8-3.8-3.8c0,1.5-1.2,2.7-2.7,2.7C25.3,28.8,25,28.8,24.7,28.7z\"><\/path> <path class=\"st1\" d=\"M12.5,42.5c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.1-0.6,0.1-0.8l31.6-22.9c0.2-0.2,0.6-0.1,0.8,0.1 c0.2,0.2,0.1,0.6-0.1,0.8L12.9,42.4C12.8,42.4,12.7,42.5,12.5,42.5z\"><\/path> <path class=\"st1\" d=\"M28.3,43c-6.3,0-11.9-2.8-14.6-7.3c-0.2-0.3-0.1-0.6,0.2-0.7c0.3-0.2,0.6-0.1,0.7,0.2c2.6,4.2,7.8,6.8,13.7,6.8 s11.1-2.6,13.7-6.8c0.2-0.3,0.5-0.3,0.7-0.2c0.3,0.2,0.3,0.5,0.2,0.7C40.2,40.2,34.6,43,28.3,43z\"><\/path> <\/svg> <\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-m\"><strong>\u0644\u0627 \u062a\u0648\u062c\u062f \u0631\u0633\u0648\u0645 \u0645\u062e\u0641\u064a\u0629<\/strong> \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-652fc99c87410\" class=\" wd-animation-slide-from-right wd-animation-normal wd_delay_1200 wd-rs-652fc99c87410 wd-info-box wd-wpb text-right box-icon-align-right box-style- color-scheme- wd-bg-none wd-items-middle on-demand-main-list \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-svg-wrapper info-icon\" style=\"width: 50px;height: 50px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"svg-2687\" x=\"0px\" y=\"0px\" viewBox=\"0 0 57 57\" style=\"enable-background:new 0 0 57 57;\" xml:space=\"preserve\"> <style type=\"text\/css\"> .st0{fill:url(#SVGID_1_);} .st1{fill:#203A4D;stroke:#203A4D;stroke-width:0.3;} <\/style> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"54.0958\" y1=\"54.1113\" x2=\"9.1867\" y2=\"10.9295\" gradientTransform=\"matrix(1 0 0 -1 0 58)\"> <stop offset=\"0\" style=\"stop-color:#FFCC54\"><\/stop> <stop offset=\"1\" style=\"stop-color:#FFD675\"><\/stop> <\/linearGradient> <path class=\"st0\" d=\"M5,0h47c2.8,0,5,2.2,5,5v47c0,2.8-2.2,5-5,5H5c-2.8,0-5-2.2-5-5V5C0,2.2,2.2,0,5,0z\"><\/path> <path class=\"st1\" d=\"M34.5,31.6c-0.1-0.3-0.4-0.4-0.7-0.3c-0.3,0.1-0.5,0.4-0.3,0.7c0,0,0,0,0,0c0.5,1.3,0.6,2.3,0.1,2.7 c-0.6,0.5-1.9,0.4-3.7-0.4c-2.4-1.2-4.5-2.7-6.4-4.5c-4.5-4.3-6.4-8.5-5.2-9.6c0.4-0.3,0.8-0.4,1.3-0.3c0.3,0,0.6-0.2,0.6-0.5 c0-0.3-0.2-0.5-0.5-0.6c-0.8-0.1-1.6,0.1-2.2,0.6c-2.1,2,1.1,7.2,5.2,11.1c1.9,1.9,4.2,3.5,6.7,4.7c0.4,0.2,0.9,0.4,1.4,0.5 l-4.1,1.5c-5.4-2-9.4-6.6-10.3-12.1c0-0.3-0.3-0.5-0.7-0.5c-0.3,0-0.5,0.3-0.5,0.6c0.1,0.5,0.2,1.1,0.4,1.6 c1.3,4.8,4.8,8.7,9.5,10.8l-6.7,2.4c0,0-0.1-0.1-0.1-0.1c-1.7-1.3-2.8-3.2-3-5.3L15,31.8c0-0.3-0.3-0.5-0.6-0.5c0,0,0,0,0,0 c-0.3,0-0.6,0.3-0.5,0.6c0,0,0,0,0,0l0.3,3.1c0.2,2.2,1.3,4.3,3,5.8l-4.8,1.7l0.9-3.4c0.1-0.3-0.1-0.6-0.4-0.7 c-0.3-0.1-0.6,0.1-0.7,0.4L11,43.2c-0.1,0.3,0.1,0.6,0.4,0.7c0.1,0,0.2,0,0.3,0L33,36.2c0,0,0.1,0,0.1-0.1c0.5-0.1,0.9-0.3,1.2-0.6 C34.9,35,35.4,33.9,34.5,31.6z\"><\/path> <path class=\"st1\" d=\"M39.9,30.2c-3.1-1.1-6.5-1.4-9.7-0.9l-2.1,0.3c-0.3,0.1-0.5,0.3-0.5,0.6c0.1,0.3,0.3,0.5,0.6,0.4l2-0.3 c3.1-0.5,6.2-0.2,9.1,0.8c0.1,0,0.1,0,0.2,0c0.3,0,0.6-0.2,0.6-0.5C40.3,30.5,40.1,30.3,39.9,30.2z\"><\/path> <path class=\"st1\" d=\"M41.9,21.7c-0.1-0.3-0.5-0.4-0.8-0.3l-12.1,5.5c-0.3,0.1-0.4,0.5-0.3,0.7l0,0c0.1,0.3,0.5,0.4,0.8,0.3l0,0 l12.1-5.5C42,22.3,42.1,22,41.9,21.7z\"><\/path> <path class=\"st1\" d=\"M24.9,14.7c-0.1-0.3-0.4-0.5-0.7-0.4c-0.3,0.1-0.5,0.3-0.4,0.6c0,0,0,0,0,0c0.7,3.1,0.4,6.3-0.9,9.3l-0.8,1.9 c-0.1,0.3,0,0.6,0.3,0.7c0.1,0,0.1,0,0.2,0c0.2,0,0.4-0.1,0.5-0.3l0.8-1.9C25.4,21.5,25.7,18,24.9,14.7z\"><\/path> <path class=\"st1\" d=\"M42.6,30.7c-1,0-1.7,0.7-1.7,1.6c0,0.9,0.8,1.6,1.7,1.6c1,0,1.7-0.7,1.7-1.6C44.3,31.5,43.5,30.7,42.6,30.7z M42.6,32.9c-0.3,0-0.6-0.2-0.6-0.5c0-0.3,0.3-0.5,0.6-0.5c0.3,0,0.6,0.2,0.6,0.5C43.1,32.7,42.9,32.9,42.6,32.9z\"><\/path> <path class=\"st1\" d=\"M28.8,15.4c-1,0-1.7,0.7-1.7,1.6c0,0.9,0.8,1.6,1.7,1.6c1,0,1.7-0.7,1.7-1.6C30.5,16.1,29.8,15.4,28.8,15.4z M28.8,17.6c-0.3,0-0.6-0.2-0.6-0.5c0-0.3,0.3-0.5,0.6-0.5c0.3,0,0.6,0.2,0.6,0.5C29.4,17.3,29.1,17.6,28.8,17.6z\"><\/path> <path class=\"st1\" d=\"M23.6,13.2c0.6,0,1.1-0.5,1.1-1.1S24.3,11,23.6,11s-1.1,0.5-1.1,1.1S23,13.2,23.6,13.2z\"><\/path> <path class=\"st1\" d=\"M39.7,13.7c-0.3,0-0.6,0.2-0.6,0.5v0.5c0,0.3,0.3,0.5,0.6,0.5c0.3,0,0.6-0.2,0.6-0.5v-0.5 C40.3,14,40,13.7,39.7,13.7z\"><\/path> <path class=\"st1\" d=\"M39.7,11c-0.3,0-0.6,0.2-0.6,0.5v0.5c0,0.3,0.3,0.5,0.6,0.5c0.3,0,0.6-0.2,0.6-0.5v-0.5 C40.3,11.2,40,11,39.7,11z\"><\/path> <path class=\"st1\" d=\"M41.4,12.6h-0.6c-0.3,0-0.6,0.2-0.6,0.5c0,0.3,0.3,0.5,0.6,0.5h0.6c0.3,0,0.6-0.2,0.6-0.5 C42,12.9,41.7,12.6,41.4,12.6z\"><\/path> <path class=\"st1\" d=\"M38.6,12.6H38c-0.3,0-0.6,0.2-0.6,0.5c0,0.3,0.3,0.5,0.6,0.5h0.6c0.3,0,0.6-0.2,0.6-0.5 C39.1,12.9,38.9,12.6,38.6,12.6z\"><\/path> <path class=\"st1\" d=\"M35.7,17h-2.9c-0.3,0-0.6,0.2-0.6,0.5v2.8c0,0.3,0.3,0.5,0.6,0.5h2.9c0.3,0,0.6-0.2,0.6-0.5v-2.8 C36.3,17.3,36,17,35.7,17z M35.1,19.8h-1.7v-1.7h1.7V19.8z\"><\/path> <path class=\"st1\" d=\"M31.5,21.6c-0.2-0.2-0.6-0.2-0.8,0L25,26.5c-0.2,0.2-0.3,0.5,0,0.8c0.2,0.2,0.6,0.2,0.8,0l5.7-4.9 C31.7,22.2,31.7,21.8,31.5,21.6z\"><\/path> <path class=\"st1\" d=\"M42,23.6c-0.3,0-0.6,0.2-0.6,0.5v0.5c0,0.3,0.3,0.5,0.6,0.5c0.3,0,0.6-0.2,0.6-0.5v-0.5 C42.6,23.8,42.3,23.6,42,23.6z\"><\/path> <path class=\"st1\" d=\"M44.4,23.5L44,23.1c-0.2-0.2-0.6-0.2-0.8,0c-0.2,0.2-0.2,0.5,0,0.8l0.4,0.4c0.2,0.2,0.6,0.2,0.8,0 C44.6,24.1,44.6,23.7,44.4,23.5z\"><\/path> <path class=\"st1\" d=\"M44.9,21.4h-0.6c-0.3,0-0.6,0.2-0.6,0.5s0.3,0.5,0.6,0.5h0.6c0.3,0,0.6-0.2,0.6-0.5S45.2,21.4,44.9,21.4z\"><\/path> <path class=\"st1\" d=\"M44.4,19.6c-0.2-0.2-0.6-0.2-0.8,0L43.2,20c-0.2,0.2-0.2,0.6,0,0.8c0.1,0.1,0.3,0.2,0.4,0.2 c0.2,0,0.3-0.1,0.4-0.2l0.4-0.4C44.7,20.2,44.6,19.8,44.4,19.6z\"><\/path> <path class=\"st1\" d=\"M42,18.7c-0.3,0-0.6,0.2-0.6,0.5v0.5c0,0.3,0.3,0.5,0.6,0.5c0.3,0,0.6-0.2,0.6-0.5v-0.5 C42.6,18.9,42.3,18.7,42,18.7z\"><\/path> <path class=\"st1\" d=\"M40.8,20l-0.4-0.4c-0.2-0.2-0.6-0.2-0.8,0c-0.2,0.2-0.2,0.5,0,0.8l0.4,0.4c0.2,0.2,0.6,0.2,0.8,0 C41,20.6,41,20.2,40.8,20z\"><\/path> <path class=\"st1\" d=\"M17.9,13.4c-0.1-0.2-0.2-0.3-0.5-0.4l-1.7-0.2L15,11.3c-0.2-0.3-0.5-0.4-0.8-0.2c-0.1,0-0.2,0.1-0.2,0.2 l-0.8,1.5L11.5,13c-0.3,0-0.5,0.3-0.5,0.6c0,0.1,0.1,0.2,0.2,0.3l1.2,1.1l-0.3,1.6c-0.1,0.3,0.2,0.6,0.5,0.6c0.1,0,0.3,0,0.4-0.1 l1.5-0.8l1.5,0.8c0.3,0.1,0.6,0,0.8-0.2c0.1-0.1,0.1-0.2,0.1-0.3l-0.3-1.6l1.2-1.1C17.9,13.8,17.9,13.6,17.9,13.4z M15.5,14.5 c-0.1,0.1-0.2,0.3-0.2,0.5l0.1,0.8l-0.7-0.4c-0.2-0.1-0.4-0.1-0.5,0l-0.7,0.4l0.1-0.8c0-0.2,0-0.4-0.2-0.5l-0.6-0.6l0.8-0.1 c0.2,0,0.3-0.1,0.4-0.3l0.4-0.7l0.4,0.7c0.1,0.2,0.2,0.3,0.4,0.3l0.8,0.1L15.5,14.5z\"><\/path> <path class=\"st1\" d=\"M43.5,38.5L43.5,38.5l-0.2-0.3c-1.3-1.9-3.4-3.2-5.8-3.6c-0.3,0-0.6,0.2-0.6,0.5c0,0.3,0.2,0.6,0.5,0.6 c1.7,0.3,3.2,1.1,4.4,2.3c-1,0.2-1.8,0.7-2.3,1.5c-0.6,1.1-0.2,2.4,0.9,3c1.1,0.6,2.5,0.2,3.1-0.8c0.2-0.4,0.4-0.9,0.4-1.4 c0.6,0.8,0.7,2,0.1,2.8c-0.2,0.3-0.1,0.6,0.2,0.8c0.3,0.2,0.6,0.1,0.8-0.2c0,0,0,0,0,0C46,41.8,45.3,39.5,43.5,38.5z M42.4,41.1 c-0.3,0.5-1,0.7-1.6,0.4c-0.6-0.3-0.8-1-0.5-1.5c0,0,0,0,0,0c0.3-0.5,0.9-0.9,1.6-1c0.1,0,0.2,0,0.3,0.1 C42.7,39.4,42.8,40.5,42.4,41.1z\"><\/path> <\/svg> <\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-m\">\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0634\u062d\u0646 <strong>\u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629<\/strong><\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[vc_row_inner css=&#8221;.vc_custom_1688045400098{margin-top: 0px !important;padding-top: 0px !important;}&#8221; woodmart_css_id=&#8221;649d87517503d&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDlkODc1MTc1MDNkIiwic2hvcnRjb2RlIjoidmNfcm93X2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-4 vc_col-md-6 vc_col-xs-4\/5&#8243; woodmart_css_id=&#8221;64bfcd215a898&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmY2QyMTVhODk4Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;][vc_column_text wd_animation=&#8221;zoom-in&#8221; el_class=&#8221;rates-as-low-as&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221; css=&#8221;.vc_custom_1697777465017{margin-bottom: 0px !important;padding-bottom: 5px !important;}&#8221; wd_animation_delay=&#8221;1600&#8243;]\u0623\u0633\u0639\u0627\u0631 \u0645\u0646\u062e\u0641\u0636\u0629 \u0625\u0628\u062a\u062f\u0627\u0621\u064b \u0645\u0646[\/vc_column_text][vc_column_text wd_animation=&#8221;zoom-in&#8221; el_class=&#8221;rates-as-low-as-number&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221; wd_animation_delay=&#8221;1600&#8243;][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; offset=&#8221;vc_col-xs-1\/5&#8243; woodmart_css_id=&#8221;64bf79fc05469&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmNzlmYzA1NDY5Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;]\t\t<div id=\"wd-65312c73d5152\" class=\"wd-image wd-wpb wd-animation-slide-from-right wd-animation-normal wd_delay_1400 wd-rs-65312c73d5152 text-right \">\n\t\t\t\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"184\" height=\"116\" src=\"data:image\/webp;base64,UklGRhQBAABXRUJQVlA4WAoAAAAQAAAADwAACQAAQUxQSF8AAAABcJr9\/6J8z90vHRoZgegSiUQiA7CIk1zSPzIEQ1y8CXBI7iwQEROAdxPvVGrPWsSD15uyKNT7fRriZrUkfhXIBIE\/Tobj4xMpsQDi88ZidT6fDx0eD80C3Ew5peJfAQBWUDggjgAAADADAJ0BKhAACgABABollAJ0Bignjn0P98r\/WY+wnZ8v0gAA\/uJy81\/Ifu0foGQ7DGFeliDMehSbAzNh+mTnubFjtGB5ku89kzzHwh\/DKvusRmZ\/+0fxtZ3tx3GZfa6OFFcf0m2Yf+dsPbsm0SygOG05wvsgvq\/\/2rkvhSwD+4uaUl5mXF7GPBc8sVyiAAA=\" class=\"attachment-full wd-lazy-load wd-lazy-fade\" alt=\"rate as low f ar\" title=\"rate as low f ar\" srcset=\"\" sizes=\"auto, (max-width: 184px) 100vw, 184px\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/10\/rate-as-low-f-ar.webp\" data-srcset=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/10\/rate-as-low-f-ar.webp 184w, https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/10\/rate-as-low-f-ar-150x95.webp 150w\" \/>\n\t\t\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221; woodmart_css_id=&#8221;64bf79607ded6&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmNzk2MDdkZWQ2Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_section el_class=&#8221;secure-the-most-a-rates&#8221; woodmart_css_id=&#8221;64bfc52425861&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzUyNDI1ODYxIiwic2hvcnRjb2RlIjoidmNfc2VjdGlvbiIsImRhdGEiOnsidGFibGV0Ijp7Im1hcmdpbi1yaWdodCI6IjUiLCJtYXJnaW4tbGVmdCI6IjUifSwibW9iaWxlIjp7Im1hcmdpbi1yaWdodCI6IjUiLCJtYXJnaW4tbGVmdCI6IjUifX19&#8243; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; css=&#8221;.vc_custom_1690289451528{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;\u0648\u062f\u0627\u0639\u064b\u0627 \u0644\u0644\u0623\u064a\u0627\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u062a\u0639\u064a\u0646 \u0639\u0644\u064a\u0643&#8230;&#8221; font_container=&#8221;tag:h2|text_align:right|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;thegram-title&#8221;][\/vc_column][\/vc_row][vc_row content_placement=&#8221;middle&#8221; woodmart_css_id=&#8221;649e8a829b30e&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDllOGE4MjliMzBlIiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column width=&#8221;1\/2&#8243;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-4 vc_col-xs-4&#8243; woodmart_css_id=&#8221;64d60769a7b29&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGQ2MDc2OWE3YjI5Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-64afb724a0463\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd-rs-64afb724a0463 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABFUlEQVQYlYWRvUsDURDEf3v38nHvDqLBIEEsBAlqpxArURF7W3sFaxVs\/Ae0tbeJgr1WgmIdJEiaVDaKSoQQMV7UiLlncV6EU3CrZWZYZmaldVrcxQRbAAhg4NcOINa2tM5m24D+i49hdSVK6wi+foSRnKF6a3HXhJmCIeuBhHJPie0C4L\/DUblLEBjmJixumob7S1hbsLGt8JwlykWUy\/OHw3Gly3TBIZ\/VBCRw0klq9RSRRqFCF\/kB6Pd8Tiqf7K1kmHzpUBxNkVAC6tvo69VmL9N5tc36\/gNjQ0nGh9NktMXGUi5K6SuxdS\/z4pTLQZ\/L4UWDp3bA8vwgotI\/zbzVdjoCSf6fhhJbl0RkNd4vxB9kSl+wplBGFeXdWwAAAABJRU5ErkJggg==\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"Group 7719\" title=\"Group 7719\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/Group-7719.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0627\u0644\u0627\u062a\u0635\u0627\u0644<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-4 vc_col-xs-4&#8243; woodmart_css_id=&#8221;64d608f004ff1&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGQ2MDhmMDA0ZmYxIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-6554b6dd3ebe2\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_200 wd-rs-6554b6dd3ebe2 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"85\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQYlYWQMUoDYRSEv\/n34WZZKwnBQnsrC7ER7ARb9RAheAxPITaeQxAEPYFgMGWaaGIEiVE20cX\/WWwUAhKnecX7GGZG44utQzyeOTQEOCAqeXUGUtLU+HL3CbzBYvVMlv8HAdRNlgPQHzmdh0gSRHRo95yj7cDaShXEZMsAnN8UvLwHru9LjvdrvH1Eiq8UWVKBzBy7zwW33ZK9zYzOo\/NZiv7rEhvrtXnHLB2hUHLVnv4GO9hJYfbX5O7EwYkO7vMNQviZSlOT5QNgNVncemgkWVMKp6D634wP8dj6BvZDSJM5IvI3AAAAAElFTkSuQmCC\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"mail\" title=\"mail\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/mail.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-4 vc_col-xs-4&#8243; woodmart_css_id=&#8221;64d6082f38188&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGQ2MDgyZjM4MTg4Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-64afb740545e9\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_400 wd-rs-64afb740545e9 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQYlYWQsU1DQRBE39ztt+EgQiQ\/QEiEkDghIKEA6qAFSGjANEABiBKQAIkeyNwByAEQGIFlfNwSWP7fMiA2Ws2MZmdWo7v9c7ycAiDA4ccOoHCm0f3hO5B+45ewoclSmsOlQP9arFTwVeDkyEGgmXzdFNcal+ywu1XobQcGjwWPgaD2islaMe7UG5mduuLlY4qsQotiLLX53CF+gnVRnKDYhfCHs4qTXUw9kRHYKpKalqaYms7WgYvbJ24exry+ZQ72NllIgcaD\/kTQ4f95NsV0Kel4+b+zwnNLwP3qG\/JzQoS7wgQlAAAAAElFTkSuQmCC\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"mob\" title=\"mob\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/mob.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text wd_animation=&#8221;slide-from-right&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221; el_class=&#8221;secure-the-most-a-rates-text&#8221; wd_animation_delay=&#8221;600&#8243;]<\/p>\n<p style=\"text-align: right;\">\u0644\u0636\u0645\u0627\u0646 \u0623\u0633\u0639\u0627\u0631 <strong>\u0627\u0644\u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u0645\u0639\u0642\u0648\u0644\u0629<\/strong><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row content_placement=&#8221;middle&#8221; disable_element=&#8221;yes&#8221; woodmart_css_id=&#8221;64d6075d3e379&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGQ2MDc1ZDNlMzc5Iiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column width=&#8221;1\/4&#8243;][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-64afb724a0463\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd-rs-64afb724a0463 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABFUlEQVQYlYWRvUsDURDEf3v38nHvDqLBIEEsBAlqpxArURF7W3sFaxVs\/Ae0tbeJgr1WgmIdJEiaVDaKSoQQMV7UiLlncV6EU3CrZWZYZmaldVrcxQRbAAhg4NcOINa2tM5m24D+i49hdSVK6wi+foSRnKF6a3HXhJmCIeuBhHJPie0C4L\/DUblLEBjmJixumob7S1hbsLGt8JwlykWUy\/OHw3Gly3TBIZ\/VBCRw0klq9RSRRqFCF\/kB6Pd8Tiqf7K1kmHzpUBxNkVAC6tvo69VmL9N5tc36\/gNjQ0nGh9NktMXGUi5K6SuxdS\/z4pTLQZ\/L4UWDp3bA8vwgotI\/zbzVdjoCSf6fhhJbl0RkNd4vxB9kSl+wplBGFeXdWwAAAABJRU5ErkJggg==\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"Group 7719\" title=\"Group 7719\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/Group-7719.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0627\u0644\u0627\u062a\u0635\u0627\u0644<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-64afb735b9fcc\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_200 wd-rs-64afb735b9fcc wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"85\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQYlYWQMUoDYRSEv\/n34WZZKwnBQnsrC7ER7ARb9RAheAxPITaeQxAEPYFgMGWaaGIEiVE20cX\/WWwUAhKnecX7GGZG44utQzyeOTQEOCAqeXUGUtLU+HL3CbzBYvVMlv8HAdRNlgPQHzmdh0gSRHRo95yj7cDaShXEZMsAnN8UvLwHru9LjvdrvH1Eiq8UWVKBzBy7zwW33ZK9zYzOo\/NZiv7rEhvrtXnHLB2hUHLVnv4GO9hJYfbX5O7EwYkO7vMNQviZSlOT5QNgNVncemgkWVMKp6D634wP8dj6BvZDSJM5IvI3AAAAAElFTkSuQmCC\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"mail\" title=\"mail\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/mail.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-64afb740545e9\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_400 wd-rs-64afb740545e9 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-icon-wrapper  box-with-icon box-icon-simple\">\n\t\t\t\t\t\t\t<div class=\"info-box-icon\">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"85\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQYlYWQsU1DQRBE39ztt+EgQiQ\/QEiEkDghIKEA6qAFSGjANEABiBKQAIkeyNwByAEQGIFlfNwSWP7fMiA2Ws2MZmdWo7v9c7ycAiDA4ccOoHCm0f3hO5B+45ewoclSmsOlQP9arFTwVeDkyEGgmXzdFNcal+ywu1XobQcGjwWPgaD2islaMe7UG5mduuLlY4qsQotiLLX53CF+gnVRnKDYhfCHs4qTXUw9kRHYKpKalqaYms7WgYvbJ24exry+ZQ72NllIgcaD\/kTQ4f95NsV0Kel4+b+zwnNLwP3qG\/JzQoS7wgQlAAAAAElFTkSuQmCC\" class=\"info-icon image-1 attachment-full wd-lazy-load wd-lazy-fade\" alt=\"mob\" title=\"mob\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/mob.png\" srcset=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<h4 class=\"info-box-title title wd-font-weight- box-title-style-default font-alt wd-fontsize-m\">\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style><\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_row_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text wd_animation=&#8221;slide-from-right&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221; el_class=&#8221;secure-the-most-a-rates-text&#8221; wd_animation_delay=&#8221;600&#8243;]\u0644\u0636\u0645\u0627\u0646 \u0623\u0633\u0639\u0627\u0631 <strong>\u0627\u0644\u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u0645\u0639\u0642\u0648\u0644\u0629<\/strong>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row el_class=&#8221;secure-the-most-a-rates-img&#8221; woodmart_css_id=&#8221;649e8c6331b55&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDllOGM2MzMxYjU1Iiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column]\t\t<div id=\"wd-64bf7b42cae46\" class=\"wd-image wd-wpb wd-animation-slide-from-right wd-animation-normal wd_delay_800 wd-rs-64bf7b42cae46 text-center \">\n\t\t\t\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"256\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL\/6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAzUlEQVQYlWP8ssfChZGB4RsjE7Paf0aWNdyOB78w4AFMbFzifOxsgkxsbAJXmNn49fApZmBgYGBi5hT5xcTJz8DAKabEzM53jV9KSYJfSokFlwbmhly7O4xsfLxMLOzHmQ1mfZk1c4YKJwdHBCefsPiT+3duELIRDnxDoxNM7VxXCkora6DYgEuDhbWdGCcn+0NBQYHYd19\/7fv5+f0vomxq6uhRUzewSILxmQhpePz0mZaYmKg+v7SKDFE2MDAwMEQlZaTxS6vgDDm8AAD6nSu00unoqgAAAABJRU5ErkJggg==\" class=\"attachment-full wd-lazy-load wd-lazy-fade\" alt=\"smile f\" title=\"smile f\" srcset=\"\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/smile-f.png\" data-srcset=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/smile-f.png 300w, https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/smile-f-150x128.png 150w\" \/>\n\t\t\t\t\t<\/div>\n\t\t[\/vc_column][\/vc_row][\/vc_section][vc_row][vc_column][vc_empty_space height=&#8221;150px&#8221; woodmart_hide_large=&#8221;0&#8243; woodmart_hide_medium=&#8221;0&#8243; woodmart_hide_small=&#8221;0&#8243;][\/vc_column][\/vc_row][vc_row woodmart_stretch_content=&#8221;section-stretch&#8221; el_class=&#8221;choose-icarry-on-demand responsive-padding&#8221; woodmart_css_id=&#8221;649e8f1d50424&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDllOGYxZDUwNDI0Iiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column][vc_column_text wd_animation=&#8221;slide-from-bottom&#8221; el_class=&#8221;choose-icarry-on-demand-title&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;]<\/p>\n<p style=\"text-align: center;\">\u0627\u062e\u062a\u0631 \u0623\u064a \u0643\u0627\u0631\u064a <strong>\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628<\/strong> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-682\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/smile-hand-drawn-emoticon-1.png\" alt=\"\" width=\"62\" height=\"63\"><\/p>\n<p>[\/vc_column_text][vc_column_text woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;]<\/p>\n<div>\n<div><\/div>\n<\/div>\n<p>[\/vc_column_text]<div id=\"wd-64c907f543155\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_200 wd-rs-64c907f543155  wd-button-wrapper text-center\"><a href=\"https:\/\/migrate.icarry.digital\/ar\/%d8%a7%d9%84%d8%b4%d9%91%d8%ad%d9%86-%d8%ba%d8%a8%d9%91-%d8%a7%d9%84%d8%b7%d9%91%d9%84%d8%a8-2\/#on-demand-shipment-details\" title=\"\" class=\"btn btn-color-default btn-style-default btn-style-rectangle btn-size-default icarry-btn-general button-dark-bg\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0622\u0646<\/a><\/div>[\/vc_column][\/vc_row][vc_row woodmart_css_id=&#8221;649ea89b12e93&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDllYTg5YjEyZTkzIiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243; css=&#8221;.vc_custom_1688119460681{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 0px !important;}&#8221;][vc_column][vc_column_text wd_animation=&#8221;slide-from-bottom&#8221; el_class=&#8221;four-steps-on-demand&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;]<\/p>\n<p style=\"text-align: center;\">\u0623\u0631\u0628\u0639 \u062e\u0637\u0648\u0627\u062a \u0644\u0644\u0628\u062f\u0621<br \/>\n<strong>\u0645\u0639 \u0623\u064a \u0643\u0627\u0631\u064a \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628<\/strong><\/p>\n<p>[\/vc_column_text][vc_empty_space woodmart_hide_large=&#8221;0&#8243; woodmart_hide_medium=&#8221;0&#8243; woodmart_hide_small=&#8221;0&#8243;][vc_row_inner equal_height=&#8221;yes&#8221; gap=&#8221;30&#8243; el_class=&#8221;four-steps-on-demand-box&#8221; woodmart_css_id=&#8221;64bfc4dfe8ef0&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzRkZmU4ZWYwIiwic2hvcnRjb2RlIjoidmNfcm93X2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnsibWFyZ2luLXJpZ2h0IjoiNSIsIm1hcmdpbi1sZWZ0IjoiNSJ9LCJtb2JpbGUiOnsibWFyZ2luLXJpZ2h0IjoiNSIsIm1hcmdpbi1sZWZ0IjoiNSJ9fX0=&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243;][vc_column_inner width=&#8221;1\/2&#8243; woodmart_css_id=&#8221;64bfc6bb001f5&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzZiYjAwMWY1Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-xs-12&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-653132909f1a3\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_200 wd-rs-653132909f1a3 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<div class=\"info-box-subtitle wd-fontsize-xs subtitle-style-default wd-font-weight-500\">01<\/div><h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-s\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0634\u062d\u0646<br \/>\n\u0644\u0627 \u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t<\/p>\n<p style=\"text-align: center;\">\u0627\u0628\u062f\u0623 \u0628\u0645\u0644\u0621 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0648\u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0648\u0627\u0644\u0637\u0631\u062f<\/p>\n<p>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style>#wd-653132909f1a3 .info-box-subtitle{background-color:  !important;}<\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; woodmart_css_id=&#8221;64bfc6db4bfe4&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzZkYjRiZmU0Iiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-xs-12&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-65313285bc946\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_400 wd-rs-65313285bc946 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<div class=\"info-box-subtitle wd-fontsize-xs subtitle-style-default wd-font-weight-500\">02<\/div><h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-s\">\u0627\u062e\u062a\u0631 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646<br \/>\n\u0627\u0644\u0646\u0627\u0642\u0644\u064a\u0646 \u0648\u0627\u062a\u062c\u0647 \u0644\u0644\u062e\u0631\u0648\u062c<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t<\/p>\n<p style=\"text-align: center;\">\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0639\u0631\u0648\u0636 \u0645\u0646 \u0623\u0641\u0636\u0644 \u0634\u0631\u0643\u0627\u0621 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0641\u064a \u063a\u0636\u0648\u0646 \u0644\u062d\u0638\u0627\u062a \u0648\u0627\u062d\u062c\u0632 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0627\u0644\u0633\u0639\u0631 \u0648\u0627\u0644\u0633\u0631\u0639\u0629 \u0648\u0623\u0639\u0644\u0649 \u062a\u0642\u064a\u064a\u0645<\/p>\n<p>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style>#wd-65313285bc946 .info-box-subtitle{background-color:  !important;}<\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; woodmart_css_id=&#8221;64bfc7057713d&#8221; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzcwNTc3MTNkIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-xs-12&#8243;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-6531329dd5d63\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_600 wd-rs-6531329dd5d63 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<div class=\"info-box-subtitle wd-fontsize-xs subtitle-style-default wd-font-weight-500\">03<\/div><h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-s\">\u0627\u0637\u0628\u0639 \u0627\u0644\u0645\u0644\u0635\u0642<br \/>\n\u0648\u0623\u0631\u0641\u0642\u0647 \u0628\u0627\u0644\u0637\u0631\u062f<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t<\/p>\n<p style=\"text-align: center;\">\u0633\u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u064a\u0643 \u0628\u0631\u0627\u0628\u0637 \u0644\u062a\u062d\u0645\u064a\u0644\u0647 \u0648\u0637\u0628\u0627\u0639\u062a\u0647 \u0648\u0625\u0631\u0641\u0627\u0642\u0647 \u0628\u0637\u0631\u062f\u0643<\/p>\n<p>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style>#wd-6531329dd5d63 .info-box-subtitle{background-color:  !important;}<\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-xs-12&#8243; woodmart_css_id=&#8221;64bfc73e6e96f&#8221; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzczZTZlOTZmIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;]\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t<div id=\"wd-655353e45a643\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_800 wd-rs-655353e45a643 wd-info-box wd-wpb text-center box-icon-align-top box-style- color-scheme- wd-bg-none \"  >\n\t\t\t\t\t\t\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\t<div class=\"info-box-subtitle wd-fontsize-xs subtitle-style-default wd-font-weight-500\">04<\/div><h4 class=\"info-box-title title wd-font-weight- box-title-style-default wd-fontsize-s\">\u0627\u062e\u062a\u0627\u0631\u0648\u0627 \u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062a\u0651\u0633\u062f\u064a\u062f\u060c<br \/>\n\u0648\u062a\u062d\u0636\u0651\u0631\u0648\u0627 \u0644\u0644\u062a\u0651\u062d\u0645\u064a\u0644<\/h4>\t\t\t\t\t\t<div class=\"info-box-inner set-cont-mb-s reset-last-child\">\n\t\t\t\t\t\t\t<\/p>\n<p style=\"text-align: center;\">\u062a\u062a\u0642\u0628\u0651\u0644 \u0623\u064a \u0643\u0627\u0631\u064a \u0627\u0644\u062f\u0651\u0641\u0639 \u0646\u0642\u062f\u0627\u064b \u0623\u0648 \u0639\u0628\u0631 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646\u064a\u0629. \u0627\u0646\u062a\u0642\u0648\u0627 \u062e\u064a\u0627\u0631\u0643\u0645 \u0627\u0644\u0645\u0641\u0636\u0651\u0644.<\/p>\n<p>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<style>#wd-655353e45a643 .info-box-subtitle{background-color:  !important;}<\/style>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t[\/vc_column_inner][\/vc_row_inner][vc_empty_space]<div id=\"wd-64c90784438ac\" class=\" wd-animation-slide-from-bottom wd-animation-normal wd_delay_1000 wd-rs-64c90784438ac  wd-button-wrapper text-center\"><a href=\"https:\/\/migrate.icarry.digital\/ar\/%d8%a7%d8%aa%d8%b5%d9%84-%d8%a8%d9%86%d8%a7\/\" title=\"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627\" class=\"btn btn-color-default btn-style-default btn-style-rectangle btn-size-default icarry-btn-general button-color-bg\">\u062a\u0648\u0627\u0635\u0644\u0648\u0627 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627<\/a><\/div>[vc_row_inner][vc_column_inner][vc_single_image image=&#8221;720&#8243; img_size=&#8221;full&#8221; wd_animation=&#8221;slide-from-top&#8221; parallax_scroll=&#8221;no&#8221; woodmart_inline=&#8221;no&#8221; el_class=&#8221;four-steps-on-demand-arrow&#8221; wd_animation_delay=&#8221;1200&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row content_placement=&#8221;middle&#8221; woodmart_stretch_content=&#8221;section-stretch&#8221; woodmart_bg_position=&#8221;center-center&#8221; woodmart_css_id=&#8221;64bfc5b51488f&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzViNTE0ODhmIiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnsibWFyZ2luLXRvcCI6IjUwcHgiLCJtYXJnaW4tYm90dG9tIjoiNTAifSwibW9iaWxlIjp7Im1hcmdpbi10b3AiOiI1MHB4IiwibWFyZ2luLWJvdHRvbSI6IjUwIn19fQ==&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243; el_class=&#8221;deliver-with-15-carriers&#8221; css=&#8221;.vc_custom_1690289597638{margin-top: 0px !important;padding-top: 0px !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; woodmart_css_id=&#8221;64bf7c7f83af9&#8243; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmN2M3ZjgzYWY5Iiwic2hvcnRjb2RlIjoidmNfcm93X2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnsibWFyZ2luLXRvcCI6IjUwIn0sIm1vYmlsZSI6eyJtYXJnaW4tdG9wIjoiNTAifX19&#8243; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_gradient_switch=&#8221;no&#8221; woodmart_box_shadow=&#8221;no&#8221; wd_z_index=&#8221;no&#8221; woodmart_disable_overflow=&#8221;0&#8243; row_reverse_mobile=&#8221;0&#8243; row_reverse_tablet=&#8221;0&#8243; css=&#8221;.vc_custom_1690270856362{margin-top: 150px !important;}&#8221;][vc_column_inner offset=&#8221;vc_col-lg-6 vc_col-md-12 vc_col-xs-12&#8243; woodmart_css_id=&#8221;64bfc5714e722&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzU3MTRlNzIyIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;][vc_custom_heading text=&#8221;\u062a\u0639\u0627\u0645\u0644\u0648\u0627 \u0645\u0639 \u0634\u0631\u0643\u0627\u062a \u0646\u0642\u0644 \u0645\u0646 \u0627\u0644\u062f\u0651\u0631\u062c\u0629 \u0627\u0644\u0623\u0648\u0644\u0649&#8221; font_container=&#8221;tag:h2|font_size:50|text_align:right|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_column_text woodmart_color_scheme=&#8221;light&#8221; woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;]\u0625\u0630\u0627 \u0643\u0646\u062a\u0645 \u062a\u0628\u062d\u062b\u0648\u0646 \u0639\u0646 \u0639\u0645\u0644\u064a\u0651\u0627\u062a \u0633\u0647\u0644\u0629 \u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0633\u0651\u0631\u0639\u0629\u060c \u0648\u0627\u0644\u062b\u0651\u0645\u0646\u060c \u0648\u0627\u0644\u0648\u062c\u0647\u0629\u060c \u0648\u0623\u0641\u0636\u0644 \u062a\u0635\u0646\u064a\u0641\u060c[\/vc_column_text]<div id=\"wd-653132f29f647\" class=\" wd-rs-653132f29f647  wd-button-wrapper text-center\"><a href=\"https:\/\/migrate.icarry.digital\/ar\/%d8%a7%d9%84%d8%b4%d8%b1%d9%83%d8%a7%d8%a1\/#carriers\" title=\"\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0646\u0642\u0644\" class=\"btn btn-color-default btn-style-default btn-style-rectangle btn-size-default icarry-btn-general button-white-bg\">\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a<\/a><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-6 vc_col-md-12 vc_col-xs-12&#8243; woodmart_css_id=&#8221;64bfc57e3a41b&#8221; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221; responsive_spacing=&#8221;eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJmYzU3ZTNhNDFiIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=&#8221; wd_z_index=&#8221;no&#8221;][vc_column_text woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column]<style data-type=\"vc_shortcodes-custom-css\">.vc_custom_1690191396169{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1687868502502{padding-left: 50px !important;}@media (max-width: 1199px) {.website-wrapper .wd-rs-64be46186d298{padding-right:0px !important;padding-left:0px !important;}}@media (max-width: 767px) {.website-wrapper .wd-rs-64be46186d298{padding-right:0px !important;padding-left:0px !important;}}<\/style>[vc_row woodmart_stretch_content=\"section-stretch-content\" woodmart_css_id=\"6491988d8b394\" responsive_spacing=\"eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDkxOTg4ZDhiMzk0Iiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=\" mobile_bg_img_hidden=\"no\" tablet_bg_img_hidden=\"no\" woodmart_parallax=\"0\" woodmart_gradient_switch=\"no\" woodmart_box_shadow=\"no\" wd_z_index=\"no\" woodmart_disable_overflow=\"0\" row_reverse_mobile=\"0\" row_reverse_tablet=\"0\"][vc_column][vc_row_inner content_placement=\"middle\" woodmart_css_id=\"64be46186d298\" responsive_spacing=\"eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NGJlNDYxODZkMjk4Iiwic2hvcnRjb2RlIjoidmNfcm93X2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIn0sIm1vYmlsZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAifX19\" mobile_bg_img_hidden=\"no\" tablet_bg_img_hidden=\"no\" woodmart_parallax=\"0\" woodmart_gradient_switch=\"no\" woodmart_box_shadow=\"no\" wd_z_index=\"no\" woodmart_disable_overflow=\"0\" row_reverse_mobile=\"0\" row_reverse_tablet=\"0\" css=\".vc_custom_1690191396169{padding-right: 50px !important;padding-left: 50px !important;}\"][vc_column_inner width=\"1\/2\"]\t\t<div id=\"wd-6565f7d8f3585\" data-parallax='{\"y\":\"-40\",\"smoothness\":\"30\"}' class=\"wd-image wd-wpb wd-rs-6565f7d8f3585 text-left \">\n\t\t\t\n\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"wd-lazy-load wd-lazy-fade \" src=\"data:image\/webp;base64,UklGRuQAAABXRUJQVlA4WAoAAAAQAAAADAAACQAAQUxQSDUAAAABZ6CgjRQ2+gwFGwUECUREYH4sR2+ZGWoiSYou483whABc4QUn184wENH\/SHefFQmvJJgfAABWUDggiAAAAHACAJ0BKg0ACgABABolnAJ0MEoIhMtwft6s8AAA\/v9H2\/DwEo2u2\/+oWSn3NPJQ2fOjgV\/mg4FFn3+6\/yiVUa\/t52+mPc5JGlz59OJFn+XcAwgz5J9O+snjH43KnH6VM8KeAwF+8d8MBHnkRzuUxEruvoyPzVhL7wHEB\/6YnfaG4hQQw1o\/8AA=\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/07\/mobile-ar--550x448.webp\" width=\"550\" height=\"448\" alt=\"mobile ar\" title=\"mobile ar\" \/>\n\t\t\t\t\t<\/div>\n\t\t[\/vc_column_inner][vc_column_inner width=\"1\/2\" scroll_x=\"0\" scroll_y=\"80\" scroll_z=\"0\" css=\".vc_custom_1687868502502{padding-left: 50px !important;}\" woodmart_css_id=\"649ad44b82a9e\" parallax_scroll=\"yes\" woodmart_sticky_column=\"false\" wd_collapsible_content_switcher=\"no\" wd_column_role_offcanvas_desktop=\"no\" wd_column_role_offcanvas_tablet=\"no\" wd_column_role_offcanvas_mobile=\"no\" wd_column_role_content_desktop=\"no\" wd_column_role_content_tablet=\"no\" wd_column_role_content_mobile=\"no\" mobile_bg_img_hidden=\"no\" tablet_bg_img_hidden=\"no\" woodmart_parallax=\"0\" woodmart_box_shadow=\"no\" responsive_spacing=\"eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDlhZDQ0YjgyYTllIiwic2hvcnRjb2RlIjoidmNfY29sdW1uX2lubmVyIiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=\" wd_z_index=\"no\"][vc_custom_heading text=\"\u062d\u0645\u0651\u0644\u0648\u0627 \u062a\u0637\u0628\u064a\u0642 \u0623\u064a \u0643\u0627\u0631\u064a \u0627\u0644\u0645\u062a\u0627\u062d \u0644\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u0627\u0644\u0622\u0646!\" font_container=\"tag:h2|font_size:30px|text_align:right\" use_theme_fonts=\"yes\"][vc_column_text woodmart_inline=\"no\" text_larger=\"no\"]\u062c\u0647\u0651\u0632\u0648\u0627 \u0637\u0644\u0628\u064a\u0651\u0627\u062a\u0643\u0645\u060c \u0648\u062a\u062a\u0628\u0651\u0639\u0648\u0647\u0627\u060c \u0648\u0627\u0634\u062d\u0646\u0648\u0647\u0627 \u0628\u0633\u0647\u0648\u0644\u0629 \u0641\u064a \u0623\u064a \u0648\u0642\u062a \u0648\u0623\u064a\u0646\u0645\u0627 \u0643\u0646\u062a\u0645[\/vc_column_text][vc_custom_heading text=\"\u0645\u062a\u0627\u062d \u0639\u0644\u0649\" font_container=\"tag:p|font_size:20|text_align:right\" use_theme_fonts=\"yes\"]\t\t<div id=\"wd-652e5a0659038\" class=\"wd-image wd-wpb wd-rs-652e5a0659038 text-right  google-btn\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.icarryapp.app\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\n\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"wd-lazy-load wd-lazy-fade \" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAKCAYAAABMtYURAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACa0lEQVQ4jb2Sz0uTcRzHX0\/PtgdnU0t69sPpwOVhWdhBsOPYDyJoQX+Agh48SHWogzdv0rmDBy\/ZUfRSCskYhskuE\/Q0cBiMJGy4aXPr2Z4923y+HUxDiJSIPvCBzwfe8Pq833wk4CXwkP9faxLwBfD+SSXLMi0tLdhsNkzTpFqtoigKALVaDZvNRqPRwDRNms3mZeFly+mk3AvhuXmDvXfL1L9Xz6nC4TButxufz8fOzg4rKyvEYjGKxSKGYaCqKoFAgHg8TjKZvCz8ypnza9HHdN1\/QOSWwaf5tyTmP1Kvn7jo7OzE5XLhcDjIZrMUCgWcTif1eh2r1UpHRwe6rqPrOoVC4bJwTQaeA23qnbs4A7epNVp5Fuvmhb+N3LcKma9HNBoNIpEIiqKwtbWFEAJN09B1nUqlwuHhIeVymZ6eHg4ODgCwWCzIsowkSQghfgevn8XusCu4rjtQC0XUJ8vsBlvJHhkAjI+Ps7q6imEYKIpCKBRifX2doaEh0uk0Xq8XIQTBYBCfz0cqlWJkZASHw4HH42F6ehrTNKnVagAUi8WTA0\/hV+0K3bpJ9+v3PN3dJpnaO7u4vb2dfD7PxMQE4XCYqakp5ubmWFxcZHJyklKphKZpDAwM0NfXhxACWZbJ5\/MIIRgeHqa3t5d0Os3x8TEzMzMA\/Ird3UVu+QNvtuN8rpbO5ZPJZBgbG6PZbDI7O0skEmFpaYn+\/n42Njbw+\/2oqkoikQAgm82iaRoLCwvY7XasViuGYZDL5djc3GR\/fx+gzs+HE3\/bkiSJ0dFREY1GL9QODg4KSZJO95IEvAIeXfib\/77WfgAhZRmLbvXx7QAAAABJRU5ErkJggg==\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/google-play-150x49.png\" width=\"150\" height=\"49\" alt=\"google play\" title=\"google play\" \/>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div id=\"wd-652e5a0e8e1ae\" class=\"wd-image wd-wpb wd-rs-652e5a0e8e1ae text-right  apple-btn\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/apps.apple.com\/ae\/app\/icarry-app\/id1614134012\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\n\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"wd-lazy-load wd-lazy-fade \" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAKCAYAAABMtYURAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZ0lEQVQ4jb2Tv0sjURSFv5dknKcYJxADERMEGxFhjQYRTIqAKIq1lSJoZWGz\/iMWFiLYSILYCGbARsEyjeI2giL+WlzGUQkokcQ4mbytNmh0wcoDB959nMe9fJcngCwQ4\/v1B+A3oN46GAwqIUSt1jRNNTY2qvqcx+NRuq7XaiGEklJ+yDU0NCiPx1N\/X\/LVj9Pa2srGxgZjY2MopQAYGhoiFAph2zaBQADHcVBKUS6X6ejo4OzsjPb2dvL5PEIInp+fCQaDuK7L8fExExMT3N3dYRgG2WyWQqEAgBf4CRjhcJjV1VVSqRRSSpLJJHt7e7iui6ZpuK7L6+sr+XyelpYWLi4uKBaLOI5DuVymubmZp6cnLMvC5\/Phui4PDw9YloWu69ze3vLy8sL19TXVahWgUsO+tLSk3mptbe0dpkQioZqamj4g\/edIJKKmp6eVruvK6\/X+N\/cpdr\/f\/w5\/pVKpnb1eL3Nzc5imyf39PV1dXRwcHNDT00MgEGB9fZ2FhQVWVlZIJpOMj4+TyWSIx+Ps7u4yOjrK4eEhfX19bG1tfcQupWRycrLWsLe3l3Q6zePjI7FYjP7+fiKRCOFwmM3NTebn52lra+Po6IhoNIppmiwuLnJ+fk6hUGB4eBjTNJmdnaVarZJIJHAcB03TuLq6AqjUmp+cnNDZ2Ylt21iWRSaTYXt7G4CRkRGWl5eJRqP4\/X66u7s5PT1lYGAAwzDY2dlhcHCQUChELpcjlUpxeXlJPB4nl8tRLBa5ublBSsn+\/j6lUun9zr\/qqakpJaVUQgg1MzPz5Xef7VwAv4Af9V\/uG2T\/BVQgRRVQx7rkAAAAAElFTkSuQmCC\" data-wood-src=\"https:\/\/migrate.icarry.digital\/wp-content\/uploads\/2023\/06\/apple-store-150x49.png\" width=\"150\" height=\"49\" alt=\"apple store\" title=\"apple store\" \/>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_column][\/vc_row][vc_row][vc_column]<style data-type=\"vc_shortcodes-custom-css\">.vc_custom_1688036145193{background-position: 0 0 !important;background-repeat: no-repeat !important;}<\/style>[vc_row woodmart_stretch_content=\"section-stretch-content\" el_class=\"from-the-gram-section\" woodmart_css_id=\"649d632c582b9\" responsive_spacing=\"eyJwYXJhbV90eXBlIjoid29vZG1hcnRfcmVzcG9uc2l2ZV9zcGFjaW5nIiwic2VsZWN0b3JfaWQiOiI2NDlkNjMyYzU4MmI5Iiwic2hvcnRjb2RlIjoidmNfcm93IiwiZGF0YSI6eyJ0YWJsZXQiOnt9LCJtb2JpbGUiOnt9fX0=\" mobile_bg_img_hidden=\"no\" tablet_bg_img_hidden=\"no\" woodmart_parallax=\"0\" woodmart_gradient_switch=\"no\" woodmart_box_shadow=\"no\" wd_z_index=\"no\" woodmart_disable_overflow=\"0\" row_reverse_mobile=\"0\" row_reverse_tablet=\"0\" css=\".vc_custom_1688036145193{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_empty_space height=\"50px\" woodmart_hide_large=\"0\" woodmart_hide_medium=\"0\" woodmart_hide_small=\"0\"][vc_custom_heading text=\"\u0645\u0646\" font_container=\"tag:h2|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"\u062a\u0637\u0628\u064a\u0642 \u0625\u0646\u0633\u062a\u063a\u0631\u0627\u0645\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"thegram-title\"][vc_column_text woodmart_inline=\"no\" text_larger=\"no\"]\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_5 sbi_width_resp\" style=\"padding-bottom: 10px;\" data-feedid=\"*1\"  data-res=\"auto\" data-cols=\"5\" data-colsmobile=\"1\" data-colstablet=\"2\" data-num=\"5\" data-nummobile=\"1\" data-item-padding=\"5\" data-shortcode-atts=\"{&quot;feed&quot;:&quot;1&quot;}\"  data-postid=\"3660\" data-locatornonce=\"a32c58dc20\" data-sbi-flags=\"favorLocal\">\n\t\n    <div id=\"sbi_images\"  style=\"gap: 10px;\">\n\t\t<div class=\"sbi_item sbi_type_video sbi_new sbi_transition\" id=\"sbi_18025665032099530\" data-date=\"1712214038\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/C5VJU7fMUZX\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent-fml1-1.cdninstagram.com\/v\/t51.29350-15\/435305646_1128037384901443_45061681841191039_n.jpg?_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=WOJzjzf0Tq8Ab5HSVgh&#038;_nc_ht=scontent-fml1-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfD1vTpW4zlN2hXWhqa55xxa8NhK2dxb_z2Eim-3yskwRw&#038;oe=6615500B\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435305646_1128037384901443_45061681841191039_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=WOJzjzf0Tq8Ab5HSVgh&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfD1vTpW4zlN2hXWhqa55xxa8NhK2dxb_z2Eim-3yskwRw&amp;oe=6615500B&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435305646_1128037384901443_45061681841191039_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=WOJzjzf0Tq8Ab5HSVgh&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfD1vTpW4zlN2hXWhqa55xxa8NhK2dxb_z2Eim-3yskwRw&amp;oe=6615500B&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435305646_1128037384901443_45061681841191039_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=WOJzjzf0Tq8Ab5HSVgh&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfD1vTpW4zlN2hXWhqa55xxa8NhK2dxb_z2Eim-3yskwRw&amp;oe=6615500B&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435305646_1128037384901443_45061681841191039_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=WOJzjzf0Tq8Ab5HSVgh&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfD1vTpW4zlN2hXWhqa55xxa8NhK2dxb_z2Eim-3yskwRw&amp;oe=6615500B&quot;}\">\n            <span class=\"sbi-screenreader\">Break free from carrier silos! iCARRY&#039;s powerful A<\/span>\n            \t        <svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>            <img decoding=\"async\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Break free from carrier silos! iCARRY&#039;s powerful API integrates seamlessly with leading carriers, providing real-time rates &amp; service options at your fingertips. Choose the perfect fit for every shipment, every time. \n\n\u261d\ufe0fFREE SIGN UP. Link in Bio\n\ud83d\udce9DM to learn more\n\n\u062a\u062d\u0631\u0631 \u0645\u0646 \u0635\u0648\u0627\u0645\u0639 \u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0634\u062d\u0646!\n\u062a\u062a\u0643\u0627\u0645\u0644 \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0642\u0648\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0640 \u0623\u064a \u0643\u0627\u0631\u064a \u0628\u0633\u0644\u0627\u0633\u0629 \u0645\u0639 \u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u0631\u0627\u0626\u062f\u0629\u060c \u0645\u0645\u0627 \u064a\u0648\u0641\u0631 \u0623\u0633\u0639\u0627\u0631\u064b\u0627 \u0648\u062e\u064a\u0627\u0631\u0627\u062a \u062e\u062f\u0645\u0629 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0641\u0639\u0644\u064a \u0628\u064a\u0646 \u064a\u062f\u064a\u0643. \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0642\u0627\u0633 \u0627\u0644\u0645\u062b\u0627\u0644\u064a \u0644\u0643\u0644 \u0634\u062d\u0646\u0629\u060c \u0641\u064a \u0643\u0644 \u0645\u0631\u0629.\n\n\u0633\u062c\u0644 \u0645\u062c\u0627\u0646\u064b\u0627! \u261d\ufe0f\u0627\u0644\u0631\u0627\u0628\u0637 \u0641\u064a \u0627\u0644\u0628\u0627\u064a\u0648\n\ud83d\udce9DM \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064a\u062f\n\n#iCARRY #OneSolutionToConnectAll #Shipping #Logistics #Ecommerce #MarketPlace #ShippingSolutions #Delivery #DeliverySolutions #ShippingSoftware #Business #BusinessSolutions #Deliver #DeliveryService #BusinessGrowth #FastDelivery #Carriers #DeliveryCompany #RewardProgram #DeliveryPartner #Dashboard\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_video sbi_new sbi_transition\" id=\"sbi_17962380593723874\" data-date=\"1712041759\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/C5QAuutprPl\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent-fml1-1.cdninstagram.com\/v\/t51.29350-15\/435174659_1820346058476405_3639839444054559190_n.jpg?_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=tenQDayYWqsAb75aVGW&#038;_nc_ht=scontent-fml1-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfAGmLmRHL6WQfb8F_apOeM6ryPOMjXE4iX2nr4qlBEn4Q&#038;oe=66152EC3\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435174659_1820346058476405_3639839444054559190_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=tenQDayYWqsAb75aVGW&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAGmLmRHL6WQfb8F_apOeM6ryPOMjXE4iX2nr4qlBEn4Q&amp;oe=66152EC3&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435174659_1820346058476405_3639839444054559190_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=tenQDayYWqsAb75aVGW&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAGmLmRHL6WQfb8F_apOeM6ryPOMjXE4iX2nr4qlBEn4Q&amp;oe=66152EC3&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435174659_1820346058476405_3639839444054559190_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=tenQDayYWqsAb75aVGW&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAGmLmRHL6WQfb8F_apOeM6ryPOMjXE4iX2nr4qlBEn4Q&amp;oe=66152EC3&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t51.29350-15\\\/435174659_1820346058476405_3639839444054559190_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=tenQDayYWqsAb75aVGW&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAGmLmRHL6WQfb8F_apOeM6ryPOMjXE4iX2nr4qlBEn4Q&amp;oe=66152EC3&quot;}\">\n            <span class=\"sbi-screenreader\">Say goodbye to time-consuming paperwork and manual<\/span>\n            \t        <svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>            <img decoding=\"async\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Say goodbye to time-consuming paperwork and manual processes. iCARRY&#039;s tech-powered platform simplifies logistics management, frees up your resources, and empowers you to focus on growth in no time!\n\nGet started today. FREE sign up\n\n\u261d\ufe0fLink in Bio\n\n\u0648\u062f\u0651\u0639 \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0648\u0631\u0642\u064a\u0629 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u064a\u062f\u0648\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0633\u062a\u063a\u0631\u0642 \u0648\u0642\u062a\u064b\u0627 \u0637\u0648\u064a\u0644\u0627\u064b.\n\u062a\u0628\u0633\u0651\u0637 \u0645\u0646\u0635\u0629 \u0623\u064a \u0643\u0627\u0631\u064a \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629 \u0628\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0644\u0648\u062c\u0633\u062a\u064a\u0629\u060c \u062a\u062d\u0631\u0651\u0631 \u0645\u0648\u0627\u0631\u062f\u0643\u060c \u0648\u062a\u0645\u0643\u0651\u0646\u0643 \u0645\u0646 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0646\u0645\u0648 \u0639\u0645\u0644\u0643 \u0641\u064a \u0648\u0642\u062a \u0642\u0635\u064a\u0631!\n\n\u0633\u062c\u0651\u0644 \u0648\u0627\u0628\u062f\u0623 \u0627\u0644\u064a\u0648\u0645 \u0645\u062c\u0627\u0646\u064b\u0627!\n\n\u261d\ufe0f\u0627\u0644\u0631\u0627\u0628\u0637 \u0641\u064a \u0627\u0644\u0628\u0627\u064a\u0648\n\n#iCARRY #OneSolutionToConnectAll #Shipping #Logistics #Ecommerce #MarketPlace #ShippingSolutions #Delivery #DeliverySolutions #ShippingSoftware #Business #BusinessSolutions #Deliver #DeliveryService #BusinessGrowth #FastDelivery #Carriers #DeliveryCompany #RewardProgram #DeliveryPartner ##iCARRY #OneSolutionToConnectAll #Shipping #Logistics #Ecommerce #MarketPlace #ShippingSolutions #Delivery #DeliverySolutions #ShippingSoftware #Business #BusinessSolutions #Deliver #DeliveryService #BusinessGrowth #FastDelivery #Carriers #DeliveryCompany #RewardProgram #DeliveryPartner #Dashboard\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\" id=\"sbi_18292486222087774\" data-date=\"1711868426\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/C5K2I5RKAAI\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent-fml1-1.cdninstagram.com\/v\/t39.30808-6\/430113944_912133107581078_3516150560729059939_n.jpg?_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=MY2VDXTrET8Ab4MAu8q&#038;_nc_ht=scontent-fml1-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfAr56Hl8bBYRZ7tvFTncqMWvFM-zku2KfGb56kxmswlkA&#038;oe=66154538\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/430113944_912133107581078_3516150560729059939_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=MY2VDXTrET8Ab4MAu8q&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAr56Hl8bBYRZ7tvFTncqMWvFM-zku2KfGb56kxmswlkA&amp;oe=66154538&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/430113944_912133107581078_3516150560729059939_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=MY2VDXTrET8Ab4MAu8q&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAr56Hl8bBYRZ7tvFTncqMWvFM-zku2KfGb56kxmswlkA&amp;oe=66154538&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/430113944_912133107581078_3516150560729059939_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=MY2VDXTrET8Ab4MAu8q&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAr56Hl8bBYRZ7tvFTncqMWvFM-zku2KfGb56kxmswlkA&amp;oe=66154538&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/430113944_912133107581078_3516150560729059939_n.jpg?_nc_cat=108&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=MY2VDXTrET8Ab4MAu8q&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAr56Hl8bBYRZ7tvFTncqMWvFM-zku2KfGb56kxmswlkA&amp;oe=66154538&quot;}\">\n            <span class=\"sbi-screenreader\">There\u2019s no doubt that putting all eggs in one ba<\/span>\n            \t                    <img decoding=\"async\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"There\u2019s no doubt that putting all eggs in one basket is risky business! \n\nWith iCARRY, say goodbye to exclusive partnerships and welcome over 25+ carriers to choose from based on price, speed, and reviews.\n\nA good reminder this Easter\ud83d\udc23\ud83d\ude9a\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\" id=\"sbi_18015274535235659\" data-date=\"1711353612\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/C47gNcprerW\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent-fml1-1.cdninstagram.com\/v\/t39.30808-6\/429868078_912113890916333_3440815770927965630_n.jpg?_nc_cat=109&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=BcSwb7HeQ5AAb6Yor9s&#038;_nc_ht=scontent-fml1-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfCeslLweyr_N-B_K_V6i20tvbVfnN-3-vHSj1XhZWIzqg&#038;oe=66153909\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429868078_912113890916333_3440815770927965630_n.jpg?_nc_cat=109&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=BcSwb7HeQ5AAb6Yor9s&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCeslLweyr_N-B_K_V6i20tvbVfnN-3-vHSj1XhZWIzqg&amp;oe=66153909&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429868078_912113890916333_3440815770927965630_n.jpg?_nc_cat=109&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=BcSwb7HeQ5AAb6Yor9s&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCeslLweyr_N-B_K_V6i20tvbVfnN-3-vHSj1XhZWIzqg&amp;oe=66153909&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429868078_912113890916333_3440815770927965630_n.jpg?_nc_cat=109&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=BcSwb7HeQ5AAb6Yor9s&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCeslLweyr_N-B_K_V6i20tvbVfnN-3-vHSj1XhZWIzqg&amp;oe=66153909&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429868078_912113890916333_3440815770927965630_n.jpg?_nc_cat=109&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=BcSwb7HeQ5AAb6Yor9s&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCeslLweyr_N-B_K_V6i20tvbVfnN-3-vHSj1XhZWIzqg&amp;oe=66153909&quot;}\">\n            <span class=\"sbi-screenreader\"><\/span>\n            \t                    <img decoding=\"async\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"\ud83d\udce3 \u0625\u0644\u0649 \u0643\u0644 \u0627\u0644\u0634\u0631\u0643\u0627\u062a\u060c \u0627\u0644\u062a\u062c\u0627\u0631 \u0648\u0627\u0644\u0628\u0627\u0626\u0639\u064a\u0646 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u064a\u0646!  \u0639\u0645\u0644\u064a\u0629 \n\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0623\u0635\u0628\u062d\u062a \u0633\u0647\u0644\u0629 \u0648\u0644\u0627 \u062a\u062d\u062a\u0627\u062c \u0623\u064a \u0639\u0646\u0627\u0621!\n\u0645\u0646 \u0627\u0644\u0628\u062f\u0627\u064a\u0629 \u062d\u062a\u0649 \u0627\u0644\u0646\u0647\u0627\u064a\u0629\u060c \u0623\u064a \u0643\u0627\u0631\u064a \u062a\u0647\u062a\u0645 \u0628\u0643\u0644 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0648\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \ud83d\udcaf\n\n\u0645\u0627\u0630\u0627 \u062a\u0646\u062a\u0638\u0631\u0648\u0646\u061f \u0633\u062c\u0644\u0648\u0627 \u0645\u062c\u0627\u0646\u0627 \u0627\u0644\u064a\u0648\u0645!\n\n\ud83d\udce9 \u062a\u0648\u0627\u0635\u0644\u0648\u0627 \u0645\u0639\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064a\u062f\n\u261d\ufe0f \u0627\u0636\u063a\u0637\u0648\u0627 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0641\u064a \u0627\u0644\u0628\u0627\u064a\u0648.\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_17856820608101148\" data-date=\"1711008025\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/C4xNDpSMWo4\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent-fml1-1.cdninstagram.com\/v\/t39.30808-6\/429577458_912132174247838_5178814993419530326_n.jpg?_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=FWNvawHZga4Ab4XrOFb&#038;_nc_ht=scontent-fml1-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfAy8H90gaQycOCP_vF2CF1tc0BzpKsRy5Lzy3wlb_PcKg&#038;oe=661533B8\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429577458_912132174247838_5178814993419530326_n.jpg?_nc_cat=111&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=FWNvawHZga4Ab4XrOFb&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAy8H90gaQycOCP_vF2CF1tc0BzpKsRy5Lzy3wlb_PcKg&amp;oe=661533B8&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429577458_912132174247838_5178814993419530326_n.jpg?_nc_cat=111&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=FWNvawHZga4Ab4XrOFb&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAy8H90gaQycOCP_vF2CF1tc0BzpKsRy5Lzy3wlb_PcKg&amp;oe=661533B8&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429577458_912132174247838_5178814993419530326_n.jpg?_nc_cat=111&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=FWNvawHZga4Ab4XrOFb&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAy8H90gaQycOCP_vF2CF1tc0BzpKsRy5Lzy3wlb_PcKg&amp;oe=661533B8&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-fml1-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/429577458_912132174247838_5178814993419530326_n.jpg?_nc_cat=111&amp;ccb=1-7&amp;_nc_sid=18de74&amp;_nc_ohc=FWNvawHZga4Ab4XrOFb&amp;_nc_ht=scontent-fml1-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAy8H90gaQycOCP_vF2CF1tc0BzpKsRy5Lzy3wlb_PcKg&amp;oe=661533B8&quot;}\">\n            <span class=\"sbi-screenreader\">Say goodbye to returns with these top 5 tips. Swip<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Clone\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/migrate.icarry.digital\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Say goodbye to returns with these top 5 tips. Swipe!\nGot returns despite your efforts? iCARRY makes RTOs hassle free!\n\n\u261d\ufe0fLink in Bio\n\ud83d\udce9DM to learn more\">\n        <\/a>\n    <\/div>\n<\/div>    <\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\n\t\n<\/div>\n\n\t    <span class=\"sbi_resized_image_data\" data-feed-id=\"*1\" data-resized=\"{&quot;18015274535235659&quot;:{&quot;id&quot;:&quot;429868078_912113890916333_3440815770927965630_n&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.jpg&quot;},&quot;17856820608101148&quot;:{&quot;id&quot;:&quot;429577458_912132174247838_5178814993419530326_n&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.jpg&quot;}}\">\n\t<\/span>\n\t<\/div>\n\n[\/vc_column_text][\/vc_column][\/vc_row][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text woodmart_inline=&#8221;no&#8221; text_larger=&#8221;no&#8221;][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;on-demand-box-text&#8221; woodmart_css_id=&#8221;64c8d4b3e46e4&#8243; parallax_scroll=&#8221;no&#8221; woodmart_sticky_column=&#8221;false&#8221; wd_collapsible_content_switcher=&#8221;no&#8221; wd_column_role_offcanvas_desktop=&#8221;no&#8221; wd_column_role_offcanvas_tablet=&#8221;no&#8221; wd_column_role_offcanvas_mobile=&#8221;no&#8221; wd_column_role_content_desktop=&#8221;no&#8221; wd_column_role_content_tablet=&#8221;no&#8221; wd_column_role_content_mobile=&#8221;no&#8221; mobile_bg_img_hidden=&#8221;no&#8221; tablet_bg_img_hidden=&#8221;no&#8221; woodmart_parallax=&#8221;0&#8243; woodmart_box_shadow=&#8221;no&#8221;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"rank_math_lock_modified_date":false,"footnotes":""},"class_list":["post-3614","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/pages\/3614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/comments?post=3614"}],"version-history":[{"count":23,"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/pages\/3614\/revisions"}],"predecessor-version":[{"id":3966,"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/pages\/3614\/revisions\/3966"}],"wp:attachment":[{"href":"https:\/\/migrate.icarry.digital\/ar\/wp-json\/wp\/v2\/media?parent=3614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}