Сертификаты соответствия
.uc-btn { display: inline-block; padding: 8px 15px; text-decoration: none !important; color: #fff!important; background: #3E5062; font-size: 16px; transition: all .3s; position: relative; margin-top: 15px; }
.uc-btn:hover { transform: scale(0.9); }
.uc-banner { display: flex; position: relative; align-items: center; margin: 65px 0; }
.uc-banner strong { font-size: 20px; color: #3E5062; }
.uc-banner__content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 60%; padding: 25px; box-sizing: border-box; }
.uc-banner__content:before { content: ''; position: absolute; top: 0; left: 0; border-top: 5px solid #3E5062; border-left: 5px solid #3E5062; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box; }
.uc-banner__content:after { content: ''; position: absolute; bottom: 0; right: 0; border-bottom: 5px solid #3E5062; border-right: 5px solid #3E5062; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box; }
.uc-banner:hover .uc-banner__content:before, .uc-banner:hover .uc-banner__content:after{ width: 100%; height: 100%; transition: all 800ms ease-in-out; }
.uc-banner__header { font-size: 28px!important; line-height: 32px!important; }
.uc-banner__subheader { font-size: 18px!important; line-height: 24px!important; }
.uc-banner__background-area { width: 36%; overflow: hidden; position: absolute; right: 0; }
@media screen and (max-width: 600px) { .uc-banner { margin: 30px 0; } .uc-banner__content { width: 100%; padding: 20px; } .uc-banner__background-area { display: none; }
}
.uc-nombers { padding: 10px 0px 30px; }
.uc-nombers_wrap { display: flex; flex-wrap: wrap; justify-content: space-around; }
.uc-nombers h2 { text-align: center; margin-bottom: 20px; }
.uc-nombers-scheme { display: inline-block; box-sizing: border-box; position: relative; width: 31%; margin: 20px 1%; text-align: center; transition: all .5s ease; }
.uc-nombers-scheme img { width: 100%; height: auto; box-shadow: 0px 0px 5px #535353; }
.uc-nombers-text { height: 175px; padding: 15px; margin: -50px 25px 0; background: #ececec; position: relative; transition: all .5s ease; }
.uc-nombers_prod { font-size: 16px; text-align: center; border-bottom: 3px solid #3E5062; padding-bottom: 10px; margin-bottom: 10px!important; }
@media screen and (max-width: 1100px) { .uc-nombers-scheme { width: 40%; } } @media screen and (max-width: 800px) { .uc-nombers-scheme { width: 46%; } } @media screen and (max-width: 600px) { .uc-nombers-scheme { width: 100%; } .uc-nombers-text { height: auto; } }
.uc-order { padding: 20px 0px; background: #ececec; }
.uc-order_wrap { display: flex; flex-wrap: wrap; }
.uc-order h2 { margin-bottom: 20px; text-align: center; }
.uc-order-scheme { position: relative; overflow: hidden; width: 50%; padding: 10px 20px; box-sizing: border-box; vertical-align: top; transition: all .6s ease; }
.uc-move { margin-bottom: 15px!important; padding: 8px 0px; transition: background-position 0.15s linear 0.1s, box-shadow 0.15s linear 0s; background-image: linear-gradient(to bottom, #3E5062 0%, #3E5062 100%); background-size: 100%; background-repeat: no-repeat; background-position: -150px 31px; color: #535353; font-size: 20px; overflow: hidden; } .uc-order-scheme:hover .uc-move { background-image: linear-gradient(to bottom, #3E5062 0%, #3E5062 100%); background-position: 0 0em; box-shadow: 20px 0 0 #3E5062, -20px 0 0 #3E5062; transition: background-position 0.1s linear 0s, box-shadow 0.1s linear 0.1s; color: #ffffff; }
@media screen and (max-width: 600px) { .uc-order-scheme { width: 100%; } }
.uc-ico-panel { padding: 20px; }
.uc-ico-panel h2 { text-align: center; margin: 25px 0; }
.uc-ico-wrapper { display: flex; align-items: center; margin: 20px 0px; }
.uc-ico-wrapper-text { width: 80%; }
.uc-ico-wrapper-text strong { color: #000; font-size: 18px; transition: all 0.3s; }
.uc-ico-conteiner-img { width: 20%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.uc-ico-img { height: 100px; width: 100px; background: #3E5062; border-radius: 100%; text-align: center; position: relative; margin: 10px; transition: all 0.5s; } .uc-ico-wrapper:hover .uc-ico-img { box-shadow: 0 0 0 10px rgba(0,0,0,.2) } .uc-ico-img:before { content: ''; position: absolute; top: 50px; bottom: -50px; left: 50px; border-left: 2px dotted #535353; box-sizing: border-box; z-index: -1; } .uc-ico-img4:before { content: none; }
.uc-ico-img img { margin-top: 25px; }
.uc-ico-img2 { background: #535353; }
.uc-ico-img4 { background: #535353; }
@media screen and (max-width: 800px) { .uc-ico-wrapper-text { width: 70%; } .uc-ico-conteiner-img { width: 30%; } }
@media screen and (max-width: 600px) { .uc-ico-wrapper { flex-direction: column; text-align: center; }
.uc-ico-img:before { content: none; } .uc-ico-wrapper-text { width: 100%; } .uc-ico-conteiner-img { width: 100%; } }
.uc-clear {clear:both; height: 10px;}
.uc-blockquote-panel { padding: 20px; border: 5px solid #3E5062; }
.uc-blockquote-panel h2 { text-align: center; margin-bottom: 30px; } .uc-blockquote { margin: 0; text-align: center; padding: 0px 50px; }
.uc-blockquote span { background: #535353; box-shadow: -20px 0 #535353, 20px 0 #535353; position: relative; } .uc-blockquote p { font-size: 18px; line-height: 28px; color: #fff; } .uc-blockquote span:before { content: "\201C"; font-family: serif; position: absolute; font-size: 60px; left: -50px; top: 10px; line-height: 0; color: #535353; } .uc-blockquote span:after { content: "\201D"; font-family: serif; position: absolute; font-size: 60px; right: -50px; bottom: -10px; line-height: 0; color: #535353; } .uc-blockquote .uc-blockquote-user { text-transform: uppercase; color: #3E5062; }
@media screen and (max-width: 600px) { .uc-blockquote { padding: 0px 20px; } }
.uc-jumbers { padding: 20px 0; text-align: center; background: #ececec; } .uc-jumbers h2 { text-align: center; margin-bottom: 20px; } .uc-jumbers_wrap { display: flex; flex-wrap: wrap; justify-content: center; } .uc-jumbers-scheme { display: inline-block; width: 23%; margin: 10px 1%; padding: 10px; box-sizing: border-box; transition: all 0.3s; } .uc-jumbers-scheme:hover { background: #ffffff; } .uc-jumbers-scheme strong { transition: all .3s ease; display: inline-block; text-transform: uppercase; font-size: 20px; color: #3E5062; margin-bottom: 10px; transform: translateY(10px); } .uc-jumbers-scheme:hover strong { transform: translateY(0px); } /*.uc-jumbers-img { height: 100px; width: 100px; background: #afc935; border-radius: 100%; position: relative; margin: 0 auto; } .uc-jumbers-img img { margin-top: 25px; } */ @media screen and (max-width: 1000px) { .uc-jumbers-scheme { width: 48%; } } @media screen and (max-width: 600px) { .uc-jumbers-scheme { width: 100%; } }
.uc-e1 { display: flex; justify-content: center; margin: 60px auto; position: relative; text-align: center; }
.uc-e1__content { width: 75%; }
.uc-e1__title {
} .uc-e1__title:before { content: ''; position: absolute; top: -10%; right: 8%; width: 200px; height: 200px; background: transparent; border: 5px solid #3E5062; } .uc-e1__background { font-size: 24px; line-height: 40px; background: #fff; position: relative; } .uc-e1__background-text { background: #fff; line-height: 24px; position: relative; }
@media screen and (max-width: 600px) { .uc-e1__content { width: 100%; } }
Сертификат соответствия в Казахстане
Мы поможем получить сертификат соответствия на продукцию
Подобные документы необходимо получить на такую продукцию как детские товары, запчасти для автомобилей, изделия легкой промышленности. У нас работают профессионалы с большим стажем, которые всегда готовы вам помочь.
Почему многие обращаются к нам
Приемлемые цены
Сотрудничество с нами поможет вам сэкономить время и деньги.
Бесплатная консультация
Мы готовы проконсультировать вас и устранить все замечания экспертов.
Широкий спектр услуг
У нас вы можете воспользоваться самыми разными услугами.
Высокий уровень профессионализма
В компании работают специалисты высочайшего уровня, которые прекрасно разбираются во всех вопросах.
В каталог
Сотрудничество с нами всегда будет выгодным
Мы работаем качественно быстро и с соблюдением норм и требований закона.
Если вам нужна помощь в получении сертификата соответствия РК, вы всегда можете к нам обратиться.
Мы подготовим необходимую документацию и поможем устранить все замечания.
Сотрудничая с нами, вы можете быть уверены в успехе получения документа.
О компании
Как мы работаем?
1 шаг
Клиент оставляет заявку на сайте.
2 шаг
Менеджер звонит для уточнения.
3 шаг
Консультируем заказчика.
4 шаг
Оказываем услуги.
Получить сертификат соответствия можно в минимальные сроки
Мы много лет существуем на рынке и смогли завоевать превосходную репутацию. Наши специалисты всегда помогут вам справиться с задачами разной сложности. Они прекрасно разбираются в законодательстве и соблюдают его. Сертификация продукции проводится в соответствии с установленными стандартами. Мы всегда готовы ответить на возникшие вопросы и оказать вам содействие в любой ситуации. Обращайтесь через форму на сайте или по указанному номеру телефона.
Контакты
в виде галереив виде списка
.uc-link { display: inline-block; padding: 10px 15px; text-decoration: none !important; text-align: center; min-width: 150px; color: #fff!important; border-radius: 3px; background: -webkit-gradient(linear, left top, left bottom, from(#00A8FF), to(#e15d5d)); border: 1px solid #df5151; text-shadow: rgba(0,0,0,0.15) 0 -1px 0; font-size: 16px; transition: all .3s; margin: 10px; }
.uc-link:hover { transform: scale(0.9); }
.uc-ban1-panel { display: flex; background-size: cover; height: 400px; }
.uc-ban1-panel strong { color: #00A8FF; font-size: 20px; }
.uc-ban1-texts { background-color: #616161; width: 55%; height: 100%; padding: 20px 0px 20px 20px; text-align: left; box-sizing: border-box; position: relative; z-index: 0; display: flex; flex-direction: column; justify-content: center; }
.uc-ban1-texts::after { content: ''; position: absolute; right: -90px; top: 0; width: 200px; height: 400px; background: #616161; z-index: -1; border-radius: 100%; } .uc-ban1-header { font-size: 28px; line-height: 30px; margin-bottom: 15px!important; color: #00A8FF; padding-bottom: 15px; border-bottom: 2px solid #fff; }
.uc-ban1-sub-header { font-size: 18px; line-height: 26px; margin-bottom: 15px!important; color: #ffffff; }
.uc-ban1-text { line-height: 28px; color: #ffffff; }
.uc-banner__button { background: #00A8FF; box-shadow: 0px 0px 10px #fff; text-decoration: none!important; position: absolute; display: flex; align-items: center; text-align: center; font-size: 15px; font-weight: bold; padding: 10px; left: 104%; top: 38%; min-width: 100px; min-height: 100px; border-radius: 100%; color: #fff!important; transition: all .3s; }
.uc-banner__button:hover { background: #ed9090; }
.uc-banner__image { background: url(https://images.satu.kz/138427565_w640_h640_138427565.jpg) center/cover; width: 45%; }
@media screen and (max-width: 800px) { .uc-ban1-panel { background: none; height: 100% }
.uc-ban1-texts { width: auto; text-align: center; padding: 20px 20px 40px 20px; }
.uc-ban1-texts::after { content: none; }
.uc-banner__button { padding: 7px 15px; left: 0; top: 10px; min-width: 100px; border-radius: 0px; position: relative; align-self: center; min-height: auto; }
.uc-banner__image { display: none; } }
.ucv-b1-panel { padding: 20px 0; text-align: center; border-bottom: 2px solid #ddd; }
.ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; }
.ucv-b1-panel h2 { margin-bottom: 20px; text-align: center; }
.ucv-b1-wrapper { display: inline-block; vertical-align: top; margin: 10px 1%; text-decoration: none; }
.ucv-b1-img-holder { display: block; text-align: center; position: relative; overflow: hidden; max-width: 300px; margin: 0 auto; border: 1px solid #ebebeb; }
.ucv-b1-img-holder img { display: block; height: auto !important; }
.ucv-b1-img-holder:hover .ucv-b1-hint { left: 0; }
.ucv-b1-hint { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: rgba(97, 97, 97, 0.85); text-align: left; color: #fff; transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0); overflow: hidden; }
.ucv-b1-hint-body { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 15px; box-sizing: border-box; }
.ucv-b1-name { font-size: 18px; color: #00A8FF; display: inline-block; margin-top: 10px; }
.ucv-b1-name:hover { color: #616161; }
.ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; }
.ucv-b1-panel .ucv-b1-wrapper { width: 30%; }
@media screen and (max-width: 1120px) {
.ucv-b1-panel .ucv-b1-wrapper { width: 46%; } }
@media screen and (max-width: 800px) { .ucv-b1-desc { position: static; visibility: visible; } .ucv-b1-panel .ucv-b1-wrapper { width: auto; } }
.uc-clear {clear:both; height:0px;}
.uc-numbers { padding: 20px; border-bottom: 2px solid #ddd; }
.uc-numbers_wrap { display: flex; flex-wrap: wrap; }
.uc-numbers h2 { text-align: center; margin-bottom: 20px; }
.uc-numbers-scheme { border: 5px outset #00A8FF; display: inline-block; box-sizing: border-box; width: 46%; margin: 2%; padding: 40px 15px 10px 20px; transition: all .4s ease; }
.uc-numbers-scheme strong { transition: all .6s ease; display: inline-block; font-size: 70px; color: #00A8FF; transform: translateY(-15px); text-shadow: 3px 3px 3px #616161;
}
.uc-numbers-scheme:hover strong { color: #616161; transform: translateY(0px); text-shadow: none; }
.uc-numbers-scheme em { font-size: 18px; color: #52d154; transition: all .3s ease; display: inline-block; font-weight: bold; font-style: inherit; }
.uc-numbers-scheme:hover em { color: #4e4e4e; }
@media screen and (max-width: 1200px) { .uc-numbers-scheme { width: 46%; margin: 2%; } }
@media screen and (max-width: 1000px) { .uc-numbers-scheme { width: 100%; margin: 10px auto; } }
:root { --infograph-color4: #00A8FF; --infograph-color3: #00A8FF; --infograph-color2: #00A8FF; --infograph-color1: #00A8FF; }
.uc-four-panel { padding: 20px; border-bottom: 2px solid #ddd; }
.uc-four-panel h2 { text-align: center; margin-bottom: 20px; }
.uc-four-container { display: flex; flex-wrap: wrap; justify-content: space-around; }
.uc-four-item { display: flex; flex-direction: column; width: 46%; padding: 0px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); margin: 2%; transition: all .5s ease; box-sizing: border-box; } .uc-four-item:hover { background: #616161; color: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
.uc-four-item strong { font-size: 20px; color: #00A8FF; line-height: 26px; transition: all .6s ease; } .uc-four-item:hover strong { color: #00A8FF; } .uc-four-item:hover .uc-move { animation: 1.5s ease running bounceInRight;
}
@keyframes bounceInRight { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
from { opacity: 0; transform: translate3d(200px, 0, 0); }
60% { opacity: 1; transform: translate3d(-25px, 0, 0); }
75% { transform: translate3d(10px, 0, 0); }
90% { transform: translate3d(-5px, 0, 0); }
to { transform: none; } }
.bounceInRight { animation-name: bounceInRight; }
.uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { text-align: center; position: relative; padding: 40px; display: flex; flex-direction: column; align-items: center; height: 100%; /*background: #f2f6f9;*/ }
.uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); }
.uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); }
.uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color2); }
.uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color2); }
.uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color3); }
.uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color3); }
.uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color4); }
.uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color4);
}
@media screen and (max-width: 1000px) {
.uc-four-item { width: 100%; margin: 10px auto; }
.uc-four-content-1:after, .uc-four-content-1:before, .uc-four-content-2:after, .uc-four-content-2:before, .uc-four-content-3:after, .uc-four-content-3:before, .uc-four-content-4:after, .uc-four-content-4:before { display: none; }
.uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 20px;
}
.uc-four-content-1 { border: 10px solid var(--infograph-color1); }
.uc-four-content-2 { border: 10px solid var(--infograph-color2); }
.uc-four-content-3 { border: 10px solid var(--infograph-color3); }
.uc-four-content-4 { border: 10px solid var(--infograph-color4); } }
.uc-jumbers { padding: 20px; text-align: center; border-bottom: 2px solid #ddd; } .uc-jumbers h2 { text-align: center; margin-bottom: 20px; } .uc-jumbers_wrap { display: flex; flex-wrap: wrap; justify-content: center; } .uc-jumbers-scheme { display: inline-block; width: 25%; margin: 10px 0; padding: 10px; box-sizing: border-box; transition: all 0.3s; } .uc-jumbers-scheme:hover { background: #f1f1f1; } .uc-jumbers-scheme strong { transition: all .3s ease; display: inline-block; text-transform: uppercase; font-size: 18px; color: #00A8FF; margin-bottom: 10px; transform: translateY(12px); } .uc-jumbers-scheme:hover strong { transform: translateY(-0px); } .uc-jumbers-img { height: 100px; width: 100px; background: #616161; border-radius: 100%; position: relative; margin: 0 auto; } .uc-jumbers-img img { margin-top: 25px; } @media screen and (max-width: 1000px) { .uc-jumbers-scheme { width: 48%; } } @media screen and (max-width: 800px) { .uc-jumbers-scheme { width: 100%; margin: 10px; } }
.uc-e1-panel { padding: 20px; text-align: center; }
.uc-e1-panel h2 { margin-bottom: 20px; text-align: center; }
Помощь в получении сертификата соответствия
Если вам потребуется заказать такой документ, рекомендуем обратиться к специалистам нашей компании.
Для того, чтобы законно ввозить и реализовывать бытовую технику, цифровые устройства на территории Таможенного союза ЕАЭС, необходимо получить сертификат соответствия. Именно такой документ является основополагающим фактором для разрешения реализации товара и заявляет о безопасности оборудования.
Перейти в каталог
Для каких целей требуется сертификат соответствия
1
Такой документ подтверждает безопасность электротехники для потребителя.
2
Сертификат соответствия ТР ТС распространяется преимущественно на бытовую технику – телевизоры, ноутбуки, плитки, фены, холодильники и другое оборудование.
3
В нашей компании специалисты в кратчайшие сроки помогут решить задачу, связанную с получением такого документа.
4
Если не получить сертификат соответствия, то могут быть наложены штрафные санкции на компанию.
О компании
Схема работы:
1 шаг
Вы выбираете услугу.
2 шаг
Оформляете заявку.
3 шаг
Согласовываете детали со специалистом.
4 шаг
Мы реализуем услугу.
Вы можете обратиться к нам в любое удобное время Мы сделаем все, чтобы вы получили сертификат соответствия в Казахстане.
Контакты