TED Help Print Share Share × Facebook X/Twitter LinkedIn Email Cancel .ted-toolbar { display: flex; }
.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }
.ted-help, .ted-download, .ted-print, .ted-social-share { background: none; border: none; padding: 0; }
.ted-print { margin-left: 24px; }
.ted-social-share { margin-left: 26px; }
.ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin-right: 9px; }
.ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { font-size: 14px; line-height: 20px; color: #697188; }
.ted-download:hover { text-decoration: none; }
.ted-help:hover .ted-help__text, .ted-download:hover .ted-download__text { text-decoration: underline; }
.modal { display: none; }
#tedSocialShare .modal-dialog { margin: 100px 15px; }
#tedSocialShare .ted-modal__content { border: 1px solid #CCCCCC; border-radius: 3px; }
#tedSocialShare .ted-modal__header { background: #F5F5F5; padding: 13px 16px 10px 16px; height: unset; border: none; }
#tedSocialShare .ted-modal__title { font-size: 15px; line-height: 22px; font-weight: bold; color: #444444; }
#tedSocialShare .ted-modal__close { height: unset; font-size: 25px; }
#tedSocialShare .ted-modal__close:focus { outline: 2px solid #1454B7; outline-offset: 2px; }
#tedSocialShare .ted-modal__body { display: flex; flex-direction: column; flex-direction: row; flex-wrap: wrap; border: none; margin: 0; padding: 15px 16px 0; }
#tedSocialShare .ted-modal__footer { justify-content: flex-end; padding: 16px 15px 14px; background: #ffffff; border: none; }
#tedSocialShare .ted-modal__button { font-weight: 400; font-size: 14px; line-height: 20px; color: #444444; background: #FFFFFF; border: 1px solid #444444; border-radius: 3px; margin: 0; padding: 0; width: 100%; height: 40px; }
.ted-share-button { color: #fff; border-radius: 3px; width: 100%; height: 40px; display: inline-block; margin-bottom: 11px; text-align: center; line-height: 40px; }
.ted-share-button:hover { text-decoration: none; color: #fff; }
.ted-share-button--facebook { background: #4267B2; }
.ted-share-button--twitter { background: #1DA1F2; }
.ted-share-button--linkedin { background: #0077B5; }
.ted-share-button--email { background: #444444; }
.ted-share-button__text { font-size: 14px; line-height: 20px; margin-left: 5px; }
@media (max-width: 767px) { .ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { display: none; } .ted-help, .ted-download, .ted-print, .ted-social-share { display: flex; align-items: center; justify-content: center; width: 45px; height: 35px; background: #F5F5F5; border-radius: 3px; } .ted-print, .ted-social-share { margin-left: 16px; } .ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin: 0; }
.ted-print { display: none; } }
@media (min-width: 576px) { #tedSocialShare .modal-dialog { margin: 12rem auto; max-width: 450px; } #tedSocialShare .ted-modal__body { flex-direction: row; } .ted-share-button { width: 113px; margin-right: 16px; margin-bottom: 15px; } #tedSocialShare .ted-modal__footer { background: #F5F5F5; } #tedSocialShare .ted-modal__button { width: 78px; } }
@media print {
@page { margin: 1cm; padding: 0; }
html, body { margin: 0; padding: 0; font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; }
#ted { background: #FFFFFF; }
.ted-header, .ted-search, .ted-breadcrumb, .ted-mini-toolbar, .ted-footer, .ted-footer-desktop, .ted-footer-mobile, .cadmin.control-menu-container, .ted-back-to-top__button { display: none!important; } } (function() {const configuration = {"showSocial":true,"showHelp":true,"showDownload":false,"itemSelector1":{},"showPrint":true}; const fragmentElement = document.querySelector('#fragment-1f2d486b-bbae-4c82-70ed-b9b9fd389f7b'); const fragmentEntryLinkNamespace = 'xudl'; const fragmentNamespace = 'xudl'; const layoutMode = 'view';$(document).ready(function() { var constructFacebookURL = function() { var parsedFacebookURL = new URL($('.ted-share-button--facebook').attr('href')); var searchParamsFacebook = new URLSearchParams(parsedFacebookURL.search); searchParamsFacebook.set('u', window.location.href); var facebookURL = new URL(parsedFacebookURL.origin + parsedFacebookURL.pathname + '?' + searchParamsFacebook.toString()).href; $('.ted-share-button--facebook').attr('href', facebookURL); }
var constructTwitterURL = function() { var parsedTwitterURL = new URL($('.ted-share-button--twitter').attr('href')); var searchParamsTwitter = new URLSearchParams(parsedTwitterURL.search); searchParamsTwitter.set('url', window.location.href); var twitterURL = new URL(parsedTwitterURL.origin + parsedTwitterURL.pathname + '?' + searchParamsTwitter.toString()).href; $('.ted-share-button--twitter').attr('href', twitterURL); }
var constructLinkedinURL = function() { var parsedLinkedinURL = new URL($('.ted-share-button--linkedin').attr('href')); var searchParamsLinkedin = new URLSearchParams(parsedLinkedinURL.search); searchParamsLinkedin.set('url', window.location.href); var linkedinURL = new URL(parsedLinkedinURL.origin + parsedLinkedinURL.pathname + '?' + searchParamsLinkedin.toString()).href; $('.ted-share-button--linkedin').attr('href', linkedinURL); }
var constructEmailURL = function() { var parsedEmailURL = $('.ted-share-button--email').attr('href'); var arr = parsedEmailURL.split('&body')[0]; $('.ted-share-button--email').attr('href', arr + '&body=' + encodeURIComponent(window.location.href)); }
$('.ted-share-button--facebook').on('click', function(event) { event.preventDefault(); constructFacebookURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--twitter').on('click', function(event) { event.preventDefault(); constructTwitterURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--linkedin').on('click', function(event) { event.preventDefault(); constructLinkedinURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--email').on('click', function(event) { event.preventDefault(); constructEmailURL(); window.open(this.href, '_self'); });
$('.ted-print').on('click', (event) => { window.print(); });
constructFacebookURL(); constructTwitterURL(); constructLinkedinURL(); constructEmailURL(); });;}()); .fragment_24003 { } Notice ViewDownload XMLShow the direct linksCreate an alertSend by emailRequest a translation1. Buyer2. Procedure5. Lot8. Organisations (2)11. Notice informationNotice ViewSummary TED v2 - Viewer @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
Competition Bulgaria: Police uniforms „Доставка на полицейски униформи – светлоотразителни жилетки“ Bulgaria, София (столица) (Sofia (stolitsa)) (BG411) гр. София Estimated value excluding VAT: 650 000,00 BGN Type of procedure: OpenBuyer Buyer: Дирекция Управление на собствеността и социални дейности /ДУССД/ към Министерство на вътрешните работи - МВР Email: SMBakalova@mvr.bg Bulgaria, София (столица) (Sofia (stolitsa)) (BG411), София LOT-0001: „Доставка на полицейски униформи – светлоотразителни жилетки“ Police uniforms Bulgaria, София (столица) (Sofia (stolitsa)) (BG411) гр. София Other duration: UNKNOWN Estimated value excluding VAT: 650 000,00 BGN Deadline for receipt of tenders: 11/10/2024 - 23:59:59 (UTC+3) Languages and formatsOfficial language (Signed PDF)BGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVPDFBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVMachine translation HTMLBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVNoticeCurrent language
@font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
530681-2024 - Competition See the notice on TED website 530681-2024 530681-2024 - Competition Bulgaria – Police uniforms – „Доставка на полицейски униформи – светлоотразителни жилетки“ OJ S 172/2024 04/09/2024 Contract or concession notice – standard regime Supplies 1. Buyer 1.1. Buyer Official name: Дирекция Управление на собствеността и социални дейности /ДУССД/ към Министерство на вътрешните работи - МВР Email: SMBakalova@mvr.bg Legal type of the buyer: Central government authority Activity of the contracting authority: Public order and safety 2. Procedure 2.1. Procedure Title: „Доставка на полицейски униформи – светлоотразителни жилетки“ Description: „Доставка на полицейски униформи – светлоотразителни жилеткиˮ Максимално допустимата единична цена за 1 брой светлоотразителна жилетка, посочен в техническата спецификация е 81,25 лв. без ДДС. Конкретните количества, ще бъдат определени в договора с избрания изпълнител спрямо предложената единична цена, до достигане на общата прогнозна стойност, но не по-малко от 8 000 броя. Procedure identifier: 06e65166-cf4c-4d60-94f2-255019e95c47 Internal identifier: 414725 Type of procedure: Open The procedure is accelerated: no 2.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35811200 Police uniforms 2.1.2. Place of performance Postal address: кв. „Захарна фабрика”, ул. Кукуш № 1 (Централни вещеви складове - ДУССД-МВР) Town: гр. София Postcode: 1000 Country subdivision (NUTS): София (столица) (BG411) Country: Bulgaria Additional information: 1. Възложителят ще отстранява от участие в процедурата участник, за който е налице някое от основанията по чл. 54, чл. 55, ал. 1, т. 1 и т. 5 и по чл. 3, т. 8 без да са налице изключенията по чл. 4 от ЗИФОДРЮПДРКЛТДС и чл. 87 и §2, ал. 1, т. 1 от ДР от ЗПК. Възложителят ще отстранява участници, които не са декриптирали документите по чл. 9л, ал. 1 от ППЗОП в срока по чл. 9л, ал. 4 от ППЗОП на основание чл. 107, т. 5 от ЗОП. Възложителят ще отстранява от участие в процедурата участник при наличие на обстоятелства по чл. 5к, пар. 1 от Регламент (ЕС) № 833/2014 г. от 31 юли 2014 г. относно граничителните мерки с оглед на действията на Русия, дестабилизиращи положението в Украйна. Възложителят ще отстранява от участие в процедурата участник, чието предложение за изпълнение на поръчката не изпълнява всички или някое от изискванията на възложителя съгласно техническата спецификация. 2. Възложителят ще отстранява от участие в процедурата участник който в ценовото си предложение е предложил единична цена без ДДС за 1 брой светлоотразителна жилетка по-висока от 81,25 лв. без ДДС. 3. Когато участник в процедурата е обединение, което не е юридическо лице, се изисква копие от документа, от който да е видно правното основание за създаване на обединението, както и следната информация: правата и задълженията на участниците в обединението; разпределението на отговорността между членовете на обединението; дейностите, които ще изпълнява всеки член на обединението във връзка с настоящата обществена поръчка и да се посочи лицето, което е упълномощено да представлява обединението и че съдружниците в обединението са солидарно отговорни за изпълнението на предмета на договора и вредите, които възложителят може да претърпи от лошо, частично или забавено изпълнение на договора, или от пълното му неизпълнение. 4. За целите на прилагането на разпоредбата на чл. 72, ал. 1, т. 2 от ЗОП, предложената от участника единична цена в лева без ДДС ще бъде сравнявана с определената от Възложителя единична цена в размер на 81,25 лева за 1 брой светлоотразителна жилетка без включен ДДС. 5. Срок за изпълнение на договора - 18 (осемнадесет) месеца. 2.1.3. Value Estimated value excluding VAT: 650 000,00 BGN 2.1.4. General information Legal basis: Directive 2014/24/EU 2.1.6. Grounds for exclusion Participation in a criminal organisation: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 321 или чл. 321а от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Corruption: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 301-307 от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Fraud: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 209-213 от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Terrorist offences or offences linked to terrorist activities:
.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }
.ted-help, .ted-download, .ted-print, .ted-social-share { background: none; border: none; padding: 0; }
.ted-print { margin-left: 24px; }
.ted-social-share { margin-left: 26px; }
.ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin-right: 9px; }
.ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { font-size: 14px; line-height: 20px; color: #697188; }
.ted-download:hover { text-decoration: none; }
.ted-help:hover .ted-help__text, .ted-download:hover .ted-download__text { text-decoration: underline; }
.modal { display: none; }
#tedSocialShare .modal-dialog { margin: 100px 15px; }
#tedSocialShare .ted-modal__content { border: 1px solid #CCCCCC; border-radius: 3px; }
#tedSocialShare .ted-modal__header { background: #F5F5F5; padding: 13px 16px 10px 16px; height: unset; border: none; }
#tedSocialShare .ted-modal__title { font-size: 15px; line-height: 22px; font-weight: bold; color: #444444; }
#tedSocialShare .ted-modal__close { height: unset; font-size: 25px; }
#tedSocialShare .ted-modal__close:focus { outline: 2px solid #1454B7; outline-offset: 2px; }
#tedSocialShare .ted-modal__body { display: flex; flex-direction: column; flex-direction: row; flex-wrap: wrap; border: none; margin: 0; padding: 15px 16px 0; }
#tedSocialShare .ted-modal__footer { justify-content: flex-end; padding: 16px 15px 14px; background: #ffffff; border: none; }
#tedSocialShare .ted-modal__button { font-weight: 400; font-size: 14px; line-height: 20px; color: #444444; background: #FFFFFF; border: 1px solid #444444; border-radius: 3px; margin: 0; padding: 0; width: 100%; height: 40px; }
.ted-share-button { color: #fff; border-radius: 3px; width: 100%; height: 40px; display: inline-block; margin-bottom: 11px; text-align: center; line-height: 40px; }
.ted-share-button:hover { text-decoration: none; color: #fff; }
.ted-share-button--facebook { background: #4267B2; }
.ted-share-button--twitter { background: #1DA1F2; }
.ted-share-button--linkedin { background: #0077B5; }
.ted-share-button--email { background: #444444; }
.ted-share-button__text { font-size: 14px; line-height: 20px; margin-left: 5px; }
@media (max-width: 767px) { .ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { display: none; } .ted-help, .ted-download, .ted-print, .ted-social-share { display: flex; align-items: center; justify-content: center; width: 45px; height: 35px; background: #F5F5F5; border-radius: 3px; } .ted-print, .ted-social-share { margin-left: 16px; } .ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin: 0; }
.ted-print { display: none; } }
@media (min-width: 576px) { #tedSocialShare .modal-dialog { margin: 12rem auto; max-width: 450px; } #tedSocialShare .ted-modal__body { flex-direction: row; } .ted-share-button { width: 113px; margin-right: 16px; margin-bottom: 15px; } #tedSocialShare .ted-modal__footer { background: #F5F5F5; } #tedSocialShare .ted-modal__button { width: 78px; } }
@media print {
@page { margin: 1cm; padding: 0; }
html, body { margin: 0; padding: 0; font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; }
#ted { background: #FFFFFF; }
.ted-header, .ted-search, .ted-breadcrumb, .ted-mini-toolbar, .ted-footer, .ted-footer-desktop, .ted-footer-mobile, .cadmin.control-menu-container, .ted-back-to-top__button { display: none!important; } } (function() {const configuration = {"showSocial":true,"showHelp":true,"showDownload":false,"itemSelector1":{},"showPrint":true}; const fragmentElement = document.querySelector('#fragment-1f2d486b-bbae-4c82-70ed-b9b9fd389f7b'); const fragmentEntryLinkNamespace = 'xudl'; const fragmentNamespace = 'xudl'; const layoutMode = 'view';$(document).ready(function() { var constructFacebookURL = function() { var parsedFacebookURL = new URL($('.ted-share-button--facebook').attr('href')); var searchParamsFacebook = new URLSearchParams(parsedFacebookURL.search); searchParamsFacebook.set('u', window.location.href); var facebookURL = new URL(parsedFacebookURL.origin + parsedFacebookURL.pathname + '?' + searchParamsFacebook.toString()).href; $('.ted-share-button--facebook').attr('href', facebookURL); }
var constructTwitterURL = function() { var parsedTwitterURL = new URL($('.ted-share-button--twitter').attr('href')); var searchParamsTwitter = new URLSearchParams(parsedTwitterURL.search); searchParamsTwitter.set('url', window.location.href); var twitterURL = new URL(parsedTwitterURL.origin + parsedTwitterURL.pathname + '?' + searchParamsTwitter.toString()).href; $('.ted-share-button--twitter').attr('href', twitterURL); }
var constructLinkedinURL = function() { var parsedLinkedinURL = new URL($('.ted-share-button--linkedin').attr('href')); var searchParamsLinkedin = new URLSearchParams(parsedLinkedinURL.search); searchParamsLinkedin.set('url', window.location.href); var linkedinURL = new URL(parsedLinkedinURL.origin + parsedLinkedinURL.pathname + '?' + searchParamsLinkedin.toString()).href; $('.ted-share-button--linkedin').attr('href', linkedinURL); }
var constructEmailURL = function() { var parsedEmailURL = $('.ted-share-button--email').attr('href'); var arr = parsedEmailURL.split('&body')[0]; $('.ted-share-button--email').attr('href', arr + '&body=' + encodeURIComponent(window.location.href)); }
$('.ted-share-button--facebook').on('click', function(event) { event.preventDefault(); constructFacebookURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--twitter').on('click', function(event) { event.preventDefault(); constructTwitterURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--linkedin').on('click', function(event) { event.preventDefault(); constructLinkedinURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--email').on('click', function(event) { event.preventDefault(); constructEmailURL(); window.open(this.href, '_self'); });
$('.ted-print').on('click', (event) => { window.print(); });
constructFacebookURL(); constructTwitterURL(); constructLinkedinURL(); constructEmailURL(); });;}()); .fragment_24003 { } Notice ViewDownload XMLShow the direct linksCreate an alertSend by emailRequest a translation1. Buyer2. Procedure5. Lot8. Organisations (2)11. Notice informationNotice ViewSummary TED v2 - Viewer @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
Competition Bulgaria: Police uniforms „Доставка на полицейски униформи – светлоотразителни жилетки“ Bulgaria, София (столица) (Sofia (stolitsa)) (BG411) гр. София Estimated value excluding VAT: 650 000,00 BGN Type of procedure: OpenBuyer Buyer: Дирекция Управление на собствеността и социални дейности /ДУССД/ към Министерство на вътрешните работи - МВР Email: SMBakalova@mvr.bg Bulgaria, София (столица) (Sofia (stolitsa)) (BG411), София LOT-0001: „Доставка на полицейски униформи – светлоотразителни жилетки“ Police uniforms Bulgaria, София (столица) (Sofia (stolitsa)) (BG411) гр. София Other duration: UNKNOWN Estimated value excluding VAT: 650 000,00 BGN Deadline for receipt of tenders: 11/10/2024 - 23:59:59 (UTC+3) Languages and formatsOfficial language (Signed PDF)BGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVPDFBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVMachine translation HTMLBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVNoticeCurrent language
@font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
530681-2024 - Competition See the notice on TED website 530681-2024 530681-2024 - Competition Bulgaria – Police uniforms – „Доставка на полицейски униформи – светлоотразителни жилетки“ OJ S 172/2024 04/09/2024 Contract or concession notice – standard regime Supplies 1. Buyer 1.1. Buyer Official name: Дирекция Управление на собствеността и социални дейности /ДУССД/ към Министерство на вътрешните работи - МВР Email: SMBakalova@mvr.bg Legal type of the buyer: Central government authority Activity of the contracting authority: Public order and safety 2. Procedure 2.1. Procedure Title: „Доставка на полицейски униформи – светлоотразителни жилетки“ Description: „Доставка на полицейски униформи – светлоотразителни жилеткиˮ Максимално допустимата единична цена за 1 брой светлоотразителна жилетка, посочен в техническата спецификация е 81,25 лв. без ДДС. Конкретните количества, ще бъдат определени в договора с избрания изпълнител спрямо предложената единична цена, до достигане на общата прогнозна стойност, но не по-малко от 8 000 броя. Procedure identifier: 06e65166-cf4c-4d60-94f2-255019e95c47 Internal identifier: 414725 Type of procedure: Open The procedure is accelerated: no 2.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35811200 Police uniforms 2.1.2. Place of performance Postal address: кв. „Захарна фабрика”, ул. Кукуш № 1 (Централни вещеви складове - ДУССД-МВР) Town: гр. София Postcode: 1000 Country subdivision (NUTS): София (столица) (BG411) Country: Bulgaria Additional information: 1. Възложителят ще отстранява от участие в процедурата участник, за който е налице някое от основанията по чл. 54, чл. 55, ал. 1, т. 1 и т. 5 и по чл. 3, т. 8 без да са налице изключенията по чл. 4 от ЗИФОДРЮПДРКЛТДС и чл. 87 и §2, ал. 1, т. 1 от ДР от ЗПК. Възложителят ще отстранява участници, които не са декриптирали документите по чл. 9л, ал. 1 от ППЗОП в срока по чл. 9л, ал. 4 от ППЗОП на основание чл. 107, т. 5 от ЗОП. Възложителят ще отстранява от участие в процедурата участник при наличие на обстоятелства по чл. 5к, пар. 1 от Регламент (ЕС) № 833/2014 г. от 31 юли 2014 г. относно граничителните мерки с оглед на действията на Русия, дестабилизиращи положението в Украйна. Възложителят ще отстранява от участие в процедурата участник, чието предложение за изпълнение на поръчката не изпълнява всички или някое от изискванията на възложителя съгласно техническата спецификация. 2. Възложителят ще отстранява от участие в процедурата участник който в ценовото си предложение е предложил единична цена без ДДС за 1 брой светлоотразителна жилетка по-висока от 81,25 лв. без ДДС. 3. Когато участник в процедурата е обединение, което не е юридическо лице, се изисква копие от документа, от който да е видно правното основание за създаване на обединението, както и следната информация: правата и задълженията на участниците в обединението; разпределението на отговорността между членовете на обединението; дейностите, които ще изпълнява всеки член на обединението във връзка с настоящата обществена поръчка и да се посочи лицето, което е упълномощено да представлява обединението и че съдружниците в обединението са солидарно отговорни за изпълнението на предмета на договора и вредите, които възложителят може да претърпи от лошо, частично или забавено изпълнение на договора, или от пълното му неизпълнение. 4. За целите на прилагането на разпоредбата на чл. 72, ал. 1, т. 2 от ЗОП, предложената от участника единична цена в лева без ДДС ще бъде сравнявана с определената от Възложителя единична цена в размер на 81,25 лева за 1 брой светлоотразителна жилетка без включен ДДС. 5. Срок за изпълнение на договора - 18 (осемнадесет) месеца. 2.1.3. Value Estimated value excluding VAT: 650 000,00 BGN 2.1.4. General information Legal basis: Directive 2014/24/EU 2.1.6. Grounds for exclusion Participation in a criminal organisation: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 321 или чл. 321а от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Corruption: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 301-307 от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Fraud: Кандидатът или участникът е осъден с влязла в сила присъда за престъпление по чл. 209-213 от Наказателния кодекс (чл. 54, ал. 1, т. 1 от ЗОП) или за аналогично престъпление в друга държава членка или трета страна (чл. 54, ал. 1, т. 2 от ЗОП) Terrorist offences or offences linked to terrorist activities:
CountryBulgaria
Procurement StatusActive
Dear customer,
The item you are trying to view, is accessible only to EPICOS subscribers. You can subscribe to EPICOS by clicking on the SUBSCRIBE button below. If you already have an active subscription with EPICOS, please LOGIN by selecting either the option below, or the respective one at the top right of the page.
Thank you,
The Epicos Team
Related Procurements
Deadline: Oct 1, 2024
TED Help Print Share Share × Facebook X/Twitter LinkedIn Email Cancel .ted-toolbar { display: flex; }.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }.ted-help, .ted-download, .ted-print, .ted-social-share { background:...
View moreDeadline: Sep 30, 2024
TED Help Print Share Share × Facebook X/Twitter LinkedIn Email Cancel .ted-toolbar { display: flex; }.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }.ted-help, .ted-download, .ted-print, .ted-social-share { background:...
View moreПредмет на квалификационната система за подбор на стопански субекти е доставка чрез покупка на гумено-транспортна лента В2200 St3150 с полиамиден брекер и комплект стиковъчни материали за нея.Количество: ГТЛ...
View more