Skip to main content

Web Content Viewer Web Content Viewer Web Content Viewer

Митнически валутни курсове Банкови сметкиТарифно класиранеЗабрани и органиченияБрекситАНКЕТАТъргове ИС РМС – ПлащанияЛимити и ограничения за пътнициПощенски и куриерски праткиEORI (ЕОРИ) номерПреместване в БългарияСъобщения по АПК, ДОПК и ЗМДостъп до обществена информацияЗащита на личните данни













    • var URL = document.location.href;
      var labelBg = 'agency/';
      var labelEn = 'agency-en/';
      if (URL.indexOf("/!ut/") != -1)
      URL = URL.substring(0, URL.indexOf("/!ut/"));
      console.log("URL ut: " + URL);

      if (URL.indexOf(labelBg) != -1)
      URL = URL.substr(0, URL.indexOf(labelBg));

      //console.log("URL : " + URL);
      if (!(URL.substr(URL.length - 1) == "/"))
      //console.log("add /");
      URL += '/';

      //console.log("URL f: " + URL);
      URL += labelEn + "home";
      document.write('English');













    Агенция Митници

    logo




    firstLogo = document.getElementById("logo-iframe-logo");
    mobileLogo = document.getElementById("logo-iframe-logo-mobile");
    if (firstLogo != null)
    if (firstLogo.src.indexOf("agencyEN") != -1)
    //replace EN
    firstLogo.src = firstLogo.src.replace(/agencyEN/g, 'agency');

    if (mobileLogo != null)
    if (mobileLogo.src.indexOf("agencyEN") != -1)
    //replace EN
    mobileLogo.src = mobileLogo.src.replace(/agencyEN/g, 'agency');



    Display Navigation






    function _portalCheckSearchField()
    if (document.getElementById('wpthemeSearchBoxInput').value.trim().length == 0)
    alert('Моля въведете низ за търсене!');
    return false;

    return true;





























    Z6_HQ8A1O82K0D080AHLNU98F10C5

































    Z7_HQ8A1O82KORV80QC7UVVH72KC6
















































































    Пътуване, преместване, пощенски и куриерски пратки






    Информация за бизнеса


    Митническа и акцизна дейност, IPR, ПТРР






    Профил на купувача






    Публични регистри






    Публични продажби





































    Z7_HQ8A1O82KORV80QC7UVVH72KC5








































































    Полезнo













    Митнически валутни курсове



     



    Банкови сметки



     



    Тарифно класиране



     



    Забрани и органичения



     



    Брексит



     



    АНКЕТА



     















     



      
















    Търгове



     



    Одобрени икономически оператори



     



    Акцизи



     



    Защита на интелектуалната собственост



     



    ИС РМС – Плащания



     











    <!--
    -->




    Лимити и ограничения за пътници



     



    Пощенски и куриерски пратки



     



    EORI (ЕОРИ) номер



     



    Преместване в България










    Сигнали за нарушения




















    <!--


    -->


    Съобщения по АПК, ДОПК и ЗМ



     



    Достъп до обществена информация



     



    Защита на личните данни



     



    Антикорупция



     













    Към стария сайт








    <!--
    -->































    Z7_HQ8A1O82KOCHF0QKND7I030LC1








































































    Актуално












    Митнически служители откриха недекларирани над 330 000 турски лири в дамска чанта

    <!--
    Митнически служители откриха недекларирани над 330 000 турски лири в дамска чанта
    -->
    15.04.2019

    -
    Вижте повече













    Митнически служители задържаха хиляди „маркови“ маратонки

    <!--
    Митнически служители задържаха хиляди „маркови“ маратонки
    -->
    15.04.2019

    -
    Вижте повече













    Голямо количество марихуана, укрито в товарен автомобил, е открито на ГКПП Златарево

    <!--
    Голямо количество марихуана, укрито в товарен автомобил, е открито на ГКПП Златарево
    -->
    14.04.2019

    -
    Вижте повече













    Близо 2900 контрабандни спортни дрехи задържаха митническите служители на МП Капитан Андреево

    <!--
    Близо 2900 контрабандни спортни дрехи задържаха митническите служители на МП Капитан Андреево
    -->
    10.04.2019

    -
    Вижте повече













    Над 1 тон канабис задържаха митнически служители на ГКПП „Калотина“

    <!--
    Над 1 тон канабис задържаха митнически служители на ГКПП „Калотина“
    -->
    08.04.2019

    -
    Вижте повече













    28 080 къса контрабандни цигари в тайници на товарни автомобили откриха митническите служители на МП Капитан Андреево

    <!--
    28 080 къса контрабандни цигари в тайници на товарни автомобили откриха митническите служители на МП Капитан Андреево
    -->
    08.04.2019

    -
    Вижте повече









    Вижте всички новини







































    function _portal_delete_cookie(cname, cdomain) var cookie_date = new Date ( );cookie_date.setTime ( cookie_date.getTime() - 1 );document.cookie = cname + "=null" + ((cdomain != null) ? ";domain=" + cdomain : "") + ";path=/; expires=" + cookie_date.toGMTString();;
    function _portal_set_cookie(cname, cvalue, cdomain, exdays)
    _portal_delete_cookie(cname, cdomain);
    var d = new Date();
    d.setTime(d.getTime() + (exdays*24*60*60*1000));
    var expires = "expires="+d.toUTCString();
    document.cookie = cname + "=" + cvalue + ((cdomain != null) ? ";domain=" + cdomain : "") + ";path=/; " + expires;

    function _portal_get_cookie( check_name ) var a_all_cookies = document.cookie.split( ';' );var a_temp_cookie = '';var cookie_name = '';var cookie_value = '';var b_cookie_found = false;for (var i = 0; i 1 ) cookie_value = unescape( a_temp_cookie[1].replace(/^s+return cookie_value;break;a_temp_cookie = null;cookie_name = '';}if ( !b_cookie_found ) return null;};

    function _portalPageBugReportToggle9a52c39758a94f2d8c950f348900214d(obj)
    if (document.getElementById('_portalPageBugReportContainer9a52c39758a94f2d8c950f348900214d').style.display != 'none')
    document.getElementById('_portalPageBugReportContainer9a52c39758a94f2d8c950f348900214d').style.display = 'none';
    obj.style.backgroundColor = 'transparent';
    else
    document.getElementById('_portalPageBugReportContainer9a52c39758a94f2d8c950f348900214d').style.display = '';
    obj.style.backgroundColor = '#fff';

    ;
    /*function _portalPageBugReportToggle9a52c39758a94f2d8c950f348900214d(obj)
    var bR = _portal_get_cookie('_pageBR_page.site.home');
    if (bR != null && bR == 1)
    if (document.getElementById('_portalPageBugReportProcessing9a52c39758a94f2d8c950f348900214d').style.display != 'none')
    document.getElementById('_portalPageBugReportProcessing9a52c39758a94f2d8c950f348900214d').style.display = 'none';
    obj.style.backgroundColor = 'transparent';
    else
    document.getElementById('_portalPageBugReportProcessing9a52c39758a94f2d8c950f348900214d').style.display = '';
    obj.style.backgroundColor = '#fff';

    else
    if (document.getElementById('_portalPageBugReport9a52c39758a94f2d8c950f348900214d').style.display != 'none')
    document.getElementById('_portalPageBugReport9a52c39758a94f2d8c950f348900214d').style.display = 'none';
    obj.style.backgroundColor = 'transparent';
    else
    document.getElementById('_portalPageBugReport9a52c39758a94f2d8c950f348900214d').style.display = '';
    document.getElementById('_portalPageBugReportProcessing9a52c39758a94f2d8c950f348900214d').style.display = 'none';
    obj.style.backgroundColor = '#fff';


    */

    function controlCheckBoxVisibility(callingInputElementValue)
    // user entered symbol in any of the two inputs, show checkbox
    //console.log("val: " + callingInputElementValue);
    if (callingInputElementValue.trim().length > 0)
    //console.log("show");
    document.getElementById('agreement-wrapper').style.display = 'block';
    if (document.getElementById('_portalPageBugReportField39a52c39758a94f2d8c950f348900214d').value.trim().length == 0 && document.getElementById('_portalPageBugReportField49a52c39758a94f2d8c950f348900214d').value.trim().length == 0)
    document.getElementById('agreement-wrapper').style.display = 'none';



    function _portalSendPageBugReport9a52c39758a94f2d8c950f348900214d() field4.length > 0)
    //console.log("checkBox: " + checkBox.checked);
    if (checkBox.checked != true)

    alert('Моля, отбележете че сте прочели и съгласни с Условията за поверителност!');

    checkBox.focus();
    return false;



    var loc = document.location.href.split("/");
    var url = loc[0] + '//' + loc[2] + '/egovreport/page-bug?' + encodeURI('pUN=page.site.home&pT=Начало&pUrl=' + document.location.href + '&sn=&field1=' + field1 + '&field2=' + field2 + '&field3=' + field3 + '&field4=' + field4 + '&rand=' + Math.random());
    var xhr = typeof XMLHttpRequest != 'undefined' ? new XMLHttpRequest() : new ActiveXObject('Microsoft.XMLHTTP');
    xhr.open('get', url, true);//asynchronous
    xhr.onreadystatechange = function()
    var status;
    if (xhr.readyState == 4)
    status = xhr.status;
    if (status == 200)

    else
    alert('Ajax error [' + status + ']');
    ;
    ;
    ;
    xhr.send();
    //var domain = location.host.indexOf(":") != -1 ? location.host.substr(0, location.host.indexOf(":")) : location.host;
    //_portal_set_cookie('_pageBR_page.site.home', '1', domain , 7);
    document.getElementById('_portalPageBugReport9a52c39758a94f2d8c950f348900214d').style.display = 'none';
    document.getElementById('_portalPageBugReportProcessing9a52c39758a94f2d8c950f348900214d').style.display = '';
    field1Element.value = '';
    field2Element.value = '';
    field3Element.value = '';
    field4Element.value = '';






    Съобщете ни, ако имате проблем с тази страница.


    Помогнете ни да подобрим уеб сайта.



    Каква операция извършвахте?


    Какво се обърка?


    Контакт с вас

    Ако желаете да отговорим на вашето запитване, моля попълнете полетата:

    * Полетата не са задължителни.


    Име*


    Е-поща*



    Декларирам, че се запознах
    Политиката за поверителност




    Изпрати



    Благодарим Ви!
    Проблемът е регистиран успешно!

    Регистрирай нов проблем?




















    var _mobileView = false;



    Copyright © 2019

    var footerText = 'Агенция Митници';
    var footerLastChar = footerText.charAt(footerText.length - 1);
    footerText = footerText.substring(0, footerText.length - 1);
    //console.log("footer text: " + footerText + " footerLastChar " + footerLastChar);

    document.write(footerText + footerLastChar + ". ");











    var cookieAcceptedName = 'actedCkies_customs/';
    var cookieConsentName = 'consent_';
    var cookieAccepted = _portal_get_cookie(cookieAcceptedName);
    var cookieConsent = _portal_get_cookie(cookieConsentName);
    var cookieTimeOut = 0;


    function confirmAcceptCookies(levelConsent)
    _portal_set_cookie(cookieAcceptedName, "1", null, 365);
    _portal_set_cookie(cookieConsentName, levelConsent, null, 365);
    document.getElementById('cookie_container').style.display = 'none';
    document.getElementById('options-container').style.display = 'none';


    function showAcceptCookies()
    document.getElementById('cookie_container').style.bottom = 0;
    document.getElementById('cookie_container').style.visibility='hidden';
    document.getElementById('cookie_container').style.display = '';
    var height = document.getElementById("cookie_container").offsetHeight;
    document.getElementById('cookie_container').style.display = 'none ';
    document.getElementById('cookie_container').style.visibility='visible';
    if (height > 0)
    document.getElementById('cookie_container').style.bottom = '-' + height + 'px';
    cookieTimeOut = setTimeout(slideAcceptCookies, 10);

    document.getElementById('cookie_container').style.display = '';


    function slideAcceptCookies()
    clearTimeout(cookieTimeOut);
    if (parseInt(document.getElementById('cookie_container').style.bottom, 10) + 6 < 0)
    document.getElementById('cookie_container').style.bottom = (parseInt(document.getElementById('cookie_container').style.bottom, 10) + 6) + 'px';
    cookieTimeOut = setTimeout(function() slideAcceptCookies(); , 30);
    else
    document.getElementById('cookie_container').style.bottom = '0';



    /* consent additional options */
    function changeLevelConsent(levelConsent)
    _portal_set_cookie(cookieConsentName, levelConsent, null, 365);


    function loadScript()
    if (_portal_get_cookie(cookieConsentName) == null


    document.addEventListener("DOMContentLoaded", function() );


    function loadGA()
    script = document.createElement("script");
    script.src = "https://www.googletagmanager.com/gtag/js?id=UA-129654565-1";
    script.type = "text/javascript";
    document.body.appendChild(script);
    window.dataLayer = window.dataLayer






    Complementary Content
    i$.merge("ibmCfg":"themeConfig":"themeUniqueName":"agencytheme","themeRootURI":"/wps/contenthandler/!ut/p/digest!F89q6dGcgfokq6_bw-SjLw/dav/fs-type1/themes/agencytheme","themeWebAppBaseURI":"/agencytheme/themes/html/dynamicSpots","themeWebDAVBaseURI":"dav:fs-type1/themes/agencytheme/","modulesWebAppBaseURI":"/wps/themeModules","commonResourcesRootURI":"/wps/contenthandler/!ut/p/digest!F89q6dGcgfokq6_bw-SjLw/dav/fs-type1/common-resources","isRTL":false,"isPageRenderModeCSA":false,"portletOverridePageTitle":"Начало","currentContentNodeOID":"Z6_HQ8A1O82K0D080AHLNU98F10C5","loadingImage":"css/images/loading.gif","dndSourceDefinitions":[],"categorySources":["system/WebContentCategory.json,label:shelf_socialCategory"],"styleSources":["petrich/petrichStyle.json","banite/baniteStyle.json","system/CtcStyles.json"],"layoutSources":["system/CtcLayouts.json"],"portalConfig":"locale":"en","portalURI":"/wps/portal","contentHandlerURI":"/wps/contenthandler/!ut/p/digest!j2wXRu7rN66rHCOMlAq9ng/","pocURI":"/wps/portal/!ut/p/z0/0wcA1NLTeQ!!/","isVirtualPortal":true,"canImpersonate":false,"themeRootURI":"/agencytheme/themes/html/dynamicSpots","parentPageID":"Z6_HQ8A1O82K0D080AHLNU98F10C4","currentPageOID":"Z6_HQ8A1O82K0D080AHLNU98F10C5","canAnonymousUserViewCurrentPage":true,"bootstrapState":"<?xml version="1.0" encoding="UTF-8"?><root xmlns="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-state"><state type="navigational"><selection selection-node="Z6_HQ8A1O82K0D080AHLNU98F10C5"><mapping src="Z6_HQ8A1O82K0D080AHLNU98F10C5" dst="Z6_000000000000000000000000A0"/></selection><expansions><node id="Z6_HQ8A1O82K0D080AHLNU98F10C4"/><node id="Z6_000000000000000000000000A0"/></expansions><shared-parameters id="global"><shared-parameter nsuri="http://www.ibm.com/xmlns/prod/websphere/portal/publicparams/pzn" localpart="referer.url"><value>http://www.customs.bg</value></shared-parameter><shared-parameter nsuri="http://www.ibm.com/xmlns/prod/websphere/portal/publicparams/pzn" localpart="referer.host"><value>www.customs.bg</value></shared-parameter></shared-parameters></state></root>","isUserLoggedIn":false,"currentUser":"anonymous portal user","currentUserOID":"","aggregatedStyle":null,"isCurrentPageEditable":true,"wcmPageMetadata":"contentRoot":null,"sharingScope":null,"projectUUID":null,"userName":"","com_ibm_theme_capabilities":"wp_toolbar_viewframe_validator":"0.0","toolbar":"8.5","highContrast":"1.0","wp_theme_portal_85":"0.0","wp_client_ext":"0.0","wp_oob_sample_styles":"0.0","wp_a11y":"0.0","wp_custom_page_style":"0.0","wp_simple_contextmenu_main":"0.0","wp_client_tracing":"0.0","wp_toolbar85":"0.0","wp_draft_page_ribbon":"0.0","wp_theme_utils":"0.0","wp_toolbar_common":"0.0","photon.dom":"1.0","wp_toolbar_sitepreview_menuactions":"0.0","wp_dialog_draggable":"0.0","getting_started_module":"0.0","wp_dynamicContentSpots_agencytheme":"0.0","analytics_aggregator":"8.0","wp_theme_skin_region":"0.0","wp_toolbar_common_actionbar":"0.0","wp_simple_contextmenu_css":"0.0","hasBaseURL":"true","wp_client_logging":"0.0","wp_portal":"0.0","wp_analytics_aggregator":"0.0","wp_ic4_wai_resources":"0.0","wp_toolbar_contextmenu":"0.0","wp_toolbar_logo":"0.0","wp_toolbar_menuactions":"0.0","wp_layout_windowstates":"0.0","wp_dialog_css":"0.0","wp_simple_contextmenu_ext":"0.0","wp_high_contrast":"0.0","wp_photon_dom":"0.0","wp_simple_contextmenu_templates":"0.0","wp_state_page_modes":"0.0","wp_toolbar_sitepreview":"0.0","wp_toolbar_projectmenu":"0.0","wp_toolbar_actionbar":"0.0","wp_searchbar":"0.0","wp_toolbar_moremenu":"0.0","wp_dialog_main":"0.0","wp_modules":"0.0","wp_hiddenpages":"0.0","wp_client_main":"0.0","wp_theme_menus":"0.0","wp_status_bar":"0.0","wp_hiddencontent":"0.0","wp_theme_portal_edit_85":"0.0","wp_portlet_css":"0.0","wp_toolbar_utils":"0.0","a11y":"1.0","wp_toolbar_host_view":"0.0","wp_dialog_util":"0.0","wp_state_page":"0.0","simple-contextmenu":"1.1","modules":"0.1","wp_simple_contextmenu_js":"0.0","com_ibm_device_class":[]);ibmCfg.portalConfig.bootstrapState=(ibmCfg.portalConfig.bootstrapState||"").replace(/</gm, '').replace(/&/gm, '&').replace(/'/gm, "'").replace(/"/gm, '"');i$.merge("ibmCfg":"portalConfig":"asaConfig":"canViewAsaReports":"false","canViewAsaSitePromotions":"false","canCreateAsaSitePromotions":"false","canDeleteAsaSitePromotions":"false","reportConfig":"scopes":[]);i$.merge("ibmCfg":"portalConfig":"isShowHiddenPages":false);





    $loading










    Popular posts from this blog

    How to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

    Българска екзархия Съдържание История | Български екзарси | Вижте също | Външни препратки | Литература | Бележки | НавигацияУстав за управлението на българската екзархия. Цариград, 1870Слово на Ловешкия митрополит Иларион при откриването на Българския народен събор в Цариград на 23. II. 1870 г.Българската правда и гръцката кривда. От С. М. (= Софийски Мелетий). Цариград, 1872Предстоятели на Българската екзархияПодмененият ВеликденИнформационна агенция „Фокус“Димитър Ризов. Българите в техните исторически, етнографически и политически граници (Атлас съдържащ 40 карти). Berlin, Königliche Hoflithographie, Hof-Buch- und -Steindruckerei Wilhelm Greve, 1917Report of the International Commission to Inquire into the Causes and Conduct of the Balkan Wars

    Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe