★ Федеральный центр в Сибири
Росстандарт: Легальный Бизнес без Рисков
Помогаем предпринимателям в проведении оценки соответствия продукции и разработке нормативно-технической документации. Мы оформим документы согласно требованиям законодательства, чтобы вы могли не бояться штрафов.
100% Дистанционно
РФ Доставка везде
Для чего нужна сертификация?
Защита вашего бизнеса
Оценка соответствия помогает разобраться в правилах и подготовить документы вовремя. На рынок попадают только безопасные и качественные изделия.
ТР ТС (ЕАЭС)
Профильные регламенты союза.
ГОСТ Р
Национальные стандарты РФ.
Санитарные нормы
РКТС № 299 и СГР.
Пож. безопасность
Требования ФЗ №123.
Матрица услуг
Сертификаты и Декларации
Обязательные ТР ТС, ГОСТ Р. Для тендеров и маркетплейсов.
Тех. документация
Паспорта качества, ТУ, СТО, руководства и этикетки.
Декларация ТР ЕАЭС от 7 500 ₽
Сертификат ТР ЕАЭС от 45 000 ₽
Отказное письмо от 3 000 ₽
Технические условия от 7 000 ₽
/* --- ACCREDITATION (section .five) --- */
.five {
background: linear-gradient(135deg, #1a3d1a 0%, #1b5e20 100%) !important;
padding: 70px 0 !important;
color: #fff !important;
}
.five * { color: #fff !important; }
.five h2 { color: #fff !important; border-color: rgba(255,255,255,0.2) !important; }
.five p { color: rgba(255,255,255,0.85) !important; }
.five a { color: #a5d6a7 !important; }
.five a:hover { color: #c8e6c9 !important; }
.five img { filter: none; }
.five ul li { color: rgba(255,255,255,0.85) !important; }
.five ol li { color: rgba(255,255,255,0.85) !important; }
.five__wrap {
max-width: 860px;
margin: 0 auto;
}
/* --- CTA FORM (section .six) --- */
.six {
background: #f5f9f5 !important;
background-image: none !important;
padding: 75px 0 80px !important;
position: relative;
}
.six::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(90deg, #2e7d32, #43aa3e, #2e7d32);
}
.six .one__title { color: #1b5e20 !important; }
.six .one__block { width: 700px; max-width: 100%; }
.six .one__form {
background: #fff !important;
border: 1px solid #e8f5e9 !important;
border-radius: 12px !important;
box-shadow: 0 4px 20px rgba(46,125,50,0.08) !important;
}
.six .one__form h3 { color: #2e7d32 !important; }
.six .one__form form p {
grid-template-columns: 1fr 1fr 1fr !important;
}
.six .one__form form input[type="text"],
.six .one__form form input[type="email"],
.six .one__form form input[type="tel"] {
border: 1.5px solid #e0e0e0 !important;
border-radius: 8px !important;
transition: border-color 0.2s !important;
}
.six .one__form form input[type="text"]:focus,
.six .one__form form input[type="email"]:focus,
.six .one__form form input[type="tel"]:focus {
border-color: #2e7d32 !important;
outline: none !important;
}
.six .one__form form input[type="submit"] {
background: linear-gradient(135deg, #2e7d32, #43aa3e) !important;
border-radius: 8px !important;
font-weight: 600 !important;
transition: opacity 0.2s, transform 0.1s !important;
}
.six .one__form form input[type="submit"]:hover {
opacity: 0.9 !important;
background: linear-gradient(135deg, #2e7d32, #43aa3e) !important;
transform: translateY(-1px) !important;
}
/* --- PRICE TABLE (section .certificate-content) --- */
.certificate-content {
background: #fff !important;
padding: 65px 0 !important;
}
.certificate-content h2 {
color: #1b5e20 !important;
margin: 32px 0 12px !important;
}
.certificate-content h3 { color: #2e7d32 !important; }
.certificate-content p { color: #555 !important; line-height: 1.7 !important; }
.certificate-content ul li,
.certificate-content ol li { color: #555 !important; margin-bottom: 6px !important; }
.table__price {
margin: 28px 0 !important;
border-radius: 10px !important;
overflow: hidden !important;
border: 1px solid #e8f5e9 !important;
box-shadow: 0 2px 12px rgba(46,125,50,0.06) !important;
}
.price__rows { display: block !important; }
.price__row {
display: flex !important;
align-items: stretch !important;
border-bottom: 1px solid #f0f0f0 !important;
}
.price__row:last-child { border-bottom: none !important; }
.price__col.col__title {
background: #2e7d32 !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 14px !important;
padding: 12px 20px !important;
width: 100% !important;
letter-spacing: 0.2px;
}
.price__col.col__name {
flex: 1 !important;
padding: 11px 20px !important;
font-size: 14px !important;
color: #333 !important;
line-height: 1.5 !important;
}
.price__col.col__price {
width: 160px !important;
flex-shrink: 0 !important;
padding: 11px 20px !important;
font-size: 14px !important;
color: #1b5e20 !important;
font-weight: 600 !important;
text-align: right !important;
background: #f8fdf8 !important;
border-left: 1px solid #e8f5e9 !important;
}
.price__row:nth-child(even) .price__col.col__name { background: #f9fdf9 !important; }
/* --- REVIEWS + TEAM (section .seven) --- */
.seven {
background: #f5f5f5 !important;
padding: 70px 0 !important;
}
.seven__title { color: #1b5e20 !important; }
.seven .slider__item.divs {
background: #fff !important;
border-radius: 10px !important;
border-color: #e8f5e9 !important;
transition: box-shadow 0.25s !important;
}
.seven .slider__item.divs:hover {
box-shadow: 0 6px 24px rgba(46,125,50,0.1) !important;
}
.seven .item-title a { color: #1b5e20 !important; }
.seven .item-link {
border-color: #2e7d32 !important;
color: #2e7d32 !important;
}
.seven .item-link:hover {
background: #2e7d32 !important;
color: #fff !important;
}
.seven__link { color: #2e7d32 !important; border-color: #2e7d32 !important; }
.seven__link:hover { background: #2e7d32 !important; color: #fff !important; }
.seven .info__block-name { color: #1b5e20 !important; font-weight: 600 !important; }
.seven .info__block-desc { color: #555 !important; }
.seven .info__link-skype a { color: #2e7d32 !important; }
/* --- GLOBAL LINKS / BUTTONS color update --- */
.link { border-color: #2e7d32 !important; color: #2e7d32 !important; }
.link:hover { background: #2e7d32 !important; color: #fff !important; }
.slick-arrow:hover { border-color: #2e7d32 !important; color: #2e7d32 !important; }
/* --- Responsive adjustments --- */
@media only screen and (max-width: 1050px) {
.one__wrap { flex-direction: column !important; gap: 36px !important; }
.one__form-card { width: 100% !important; max-width: 560px !important; }
.one__h1 { font-size: 30px !important; }
.four__block { grid-template-columns: repeat(2, 1fr) !important; }
}
@media only screen and (max-width: 769px) {
.one { padding: 50px 0 60px !important; }
.one__h1 { font-size: 26px !important; }
.one__stats { flex-wrap: wrap !important; gap: 20px !important; }
.four__block { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
.six .one__block { width: 100% !important; }
}
@media only screen and (max-width: 585px) {
.one { background: linear-gradient(160deg, #1b5e20, #2e7d32) !important; }
.one__form-card { padding: 24px 20px 20px !important; }
.four__block { grid-template-columns: 1fr 1fr !important; }
.price__col.col__price { width: 120px !important; }
}
Официальный центр сертификации
Центр сертификации продукции и услуг в Новосибирске
10+
лет на рынке
5 000+
выданных документов
от 1 дня
срок оформления
Рассчитать стоимость документа
Сертификация продукции и услуг с «Росстандартом» позволит вам:
Защитить потребителя от некачественной продукции
Подтвердить показатели качества товаров, которые заявлены изготовителями
Обеспечить безопасность изделий для окружающей среды, а также жизни, здоровья и имущества человека
Способствовать повышению конкурентоспособности продукции
Мы аккредитованы
Сертификационная процедура проводится органами сертификации, имеющими аккредитацию для этой деятельности. В результате выдается официальный документ, который подтверждает соответствие продукции и услуг установленным стандартам качества.
РОССТАНДАРТ (лицензия) № РОСС RU.З2577.04ПТС0
Подробнее
Письмо РОССТАНДАРТА
Аттестат
Необходимо оформить документы?