О компании ТОО "ЦТРМ"
.uc-btns {
position: relative;
display: inline-block;
margin-top: 10px;
padding: 8px 40px;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
font-size: 16px;
cursor: pointer;
text-decoration: none !important;
background: transparent;
background: #e76558;
color: #fff !important;
transition: .3s;
border-radius: 2px;
transition: background 225ms ease-in-out, color 225ms ease-in-out;
border-radius: 4px;
}
.uc-btns:hover {
background: #e45042;
color: #fff !important;
transition: .3s;
}
.uc-link {
position: relative;
display: inline-block;
margin-top: 10px;
padding: 8px 40px;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
font-size: 16px;
cursor: pointer;
text-decoration: none !important;
background: #e76558;
color: #fff !important;
transition: .3s;
border-radius: 4px;
transition: background 225ms ease-in-out, color 225ms ease-in-out;
}
.uc-link:hover {
background: #e45042;
color: #fff !important;
transition: .3s;
}
.uc-banner strong {
font-size: 18px;
color: #ea9b24;
}
.uc-banner {
display: flex;
justify-content: space-between;
background: #e8e8e8;
border: 1px solid #e8e8e8;
min-height: 300px;
}
.uc-content {
width: 48%;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
position: relative;
}
.uc-content::after {
content: "";
position: absolute;
left: 0;
top: 49.5%;
width: 101%;
height: 5px;
/*background: #42948e;*/
}
.uc-banner__header {
font-size: 1.5rem !important;
color: #72c0ba;
margin: auto !important;
}
.uc-banner__subheader {
font-size: 1.3rem;
margin-top: 30px;
color: #292929;
}
.uc-banner__text {
font-size: 0.9rem;
color: #292929;
line-height: 23px;
padding-top: 20px;
}
.uc-banner__area {
width: 50%;
display: flex;
position: relative;
background: url(http://content.s2.prom.st/April2021/przyjecie-spadku-z-dobrodziejstwem-inwentarza-na-czym-polega-1024x768.jpg) right;
-webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
background-position: 91%;
}
.uc-banner__backround-black {
position: absolute;
left: 0;
width: 25%;
height: 100%;
background: #42948e;
clip-path: polygon(60% 0%, 100% 0, 40% 50%, 100% 100%, 60% 100%, 0% 50%);
}
.uc-banner__backround-blue {
width: 25%;
position: absolute;
left: 25px;
height: 100%;
background: #72c0ba;
clip-path: polygon(60% 0%, 100% 0, 40% 50%, 100% 100%, 60% 100%, 0% 50%);
}
@media screen and (max-width: 1300px) {
.uc-banner__backround-black {
display: none;
}
.uc-banner__backround-blue {
background: #42948e;
}
.uc-content::after {
height: 0px;
}
.uc-banner__backround-blue {
left: 0;
}
}
@media screen and (max-width: 1150px) {
.uc-banner__area {
width: 30%;
}
.uc-content {
width: 70%;
}
}
@media screen and (max-width: 480px) {
.uc-content {
width: 100%;
}
.uc-banner__area {
display: none;
}
.uc-content::after {
top: 33%;
}
.uc-banner {
height: 100%;
}
.uc-banner__header {
font-size: 1.6rem !important;
}
}
:root {
--infograph-color2: #42948e;
--infograph-color1: #72c0ba;
}
.four-panel {
padding: 20px 10px;
border-bottom: 1px solid #e5e5e5;
}
.four-panel h2 {
margin: 20px 0 !important;
text-align: center;
}
.four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.four-item {
display: flex;
flex-direction: column;
width: 45%;
border-radius: 0px;
margin: 20px 0;
}
.four-content-1,
.four-content-2,
.four-content-3,
.four-content-4 {
text-align: center;
position: relative;
padding: 25px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-header {
font-size: 18px !important;
line-height: 20px;
font-weight: bold;
color: #72c0ba;
}
.four-text {}
.four-icon {}
@media screen and (max-width: 1100px) {
.four-item {
width: 100%;
}
.four-content-1:after,
.four-content-1:before,
.four-content-2:after,
.four-content-2:before,
.four-content-3:after,
.four-content-3:before,
.four-content-4:after,
.four-content-4:before {
display: none;
}
.four-content-1,
.four-content-2,
.four-content-3,
.four-content-4 {
padding: 25px 10px;
}
.four-content-1,
.four-content-3 {
border: 15px solid var(--infograph-color2);
border-radius: 0px;
}
.four-content-2,
.four-content-4 {
border: 15px solid var(--infograph-color1);
border-radius: 0px;
}
}
.four-panel img {
margin: auto;
}
.uc-order11 {
padding: 20px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.uc-order11 h2 {
margin: 20px 0 !important;
text-align: center;
}
.uc-order11_wrap {
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.uc-order11 strong {
color: #2f2f2f;
font-size: 16px;
}
.uc-order11-scheme {
width: 98%;
margin: 10px;
padding: 10px 15px;
box-sizing: border-box;
vertical-align: top;
transition: all .3s ease;
background-color: #e8e8e8;
border: 1px solid #e5e5e5;
border-radius: 4px;
}
.uc-order11-scheme:hover {
transition: all .3s ease;
}
.uc-order11-scheme:hover img {
animation: 1500ms ease 0s normal none 1 running flip;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@media screen and (max-width: 900px) {
.uc-order11-scheme {
width: 98%;
margin: 10px auto;
}
}
.uc-icons {
padding: 10px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.uc-icons h2 {
margin: 20px 0 !important;
text-align: center;
}
.uc-icons__inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
}
.uc-icons__block {
display: flex;
flex-direction: column;
align-items: center;
width: 42%;
padding: 20px;
z-index: 1;
}
.uc-icon {
width: 100px;
height: auto;
}
.uc-icon__area {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 112px;
height: 112px;
border-radius: 100%;
border: 6px solid #f9f9f9;
background: #fff;
}
.uc-icon__area::after {
content: '';
position: absolute;
width: 170px;
height: 166px;
border-radius: 0%;
z-index: -1;
margin-top: 2px;
}
.uc-area__blue-back::after {
background: #42948e;
}
.uc-area__blue-back::before {
content: '';
position: absolute;
top: -25px;
right: -145px;
width: 0;
height: 0;
border-top: 0px solid transparent;
border-left: 184px solid #42948e;
border-bottom: 145px solid transparent;
z-index: -1;
}
.uc-area__yeloww-back::after {
background: #72c0ba;
}
.uc-area__yeloww-back::before {
content: '';
position: absolute;
bottom: -29px;
left: -145px;
width: 0;
height: 0;
border-top: 145px solid transparent;
border-right: 184px solid #72c0ba;
border-bottom: 0px solid transparent;
z-index: -1;
}
.uc-icons__content {
text-align: center;
color: #535353;
padding-top: 40px;
}
.uc-icons__subheader {
position: relative;
display: inline-flex;
font-size: 18px !important;
font-weight: bold;
}
.uc-icons__subheader::before {
content: '';
position: absolute;
bottom: -10px;
width: 100%;
height: 2px;
background: #e5e5e5;
}
.uc-icons__subheader-blue {
color: #72c0ba;
}
.uc-icons__subheader-yellow {
color: #42948e;
}
.uc-icons__text {
padding-top: 20px;
}
@media screen and (max-width: 1300px) {
.uc-icons__block {
width: 55%;
}
}
@media screen and (max-width: 1200px) {
.uc-icons__block {
width: 85%;
}
.uc-area__yeloww-back::before,
.uc-area__blue-back::before {
border: 0;
}
}
.uc-b5-panel {
padding: 20px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-header {
margin: 20px 0 !important;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 23%;
margin-bottom: 10px;
transition: all 0.5s ease;
}
.uc-b5-img {
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-wrapper:hover .uc-b5-img {
transform: scale(1.5, 1.5);
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #42948e;
vertical-align: middle;
padding-top: 30px;
}
.uc-b5-arr3 {
display: none;
}
.uc-b5-arr2 {
display: inline-block;
}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 500px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-footer {
padding: 20px;
text-align: center;
}
.uc-footer h2 {
margin: 20px 0 !important;
}
Курсы повышения квалификации в Казахстане
Профессиональные услуги стандартизации, сертификации, происхождение товара
Центр технического регулирования и метрологии с 2011 года осуществляет профессионально обучение сотрудников в области технического регулирования, стандартизации и подтверждения соответствия продукции, систем менеджмента на предприятиях и в организациях.
Компания предоставляет такие услуги в Алматы как экспертизу происхождения товара, подготовку пакета документов в области стандартизации, тренинги, семинары, курсы повышения квалификации в области технического регулирования, перевод на казахский язык.
Посмотреть все услуги
Почему клиенты отдают предпочтение ОО «ЦТРМ»
Самые востребованные обучающие курсы и услуги
Наша компания предлагает пройти курсы повышения квалификации, посетить семинары и тренинги в области технического регулирования, предоставляет услуги разработки документов в области стандартизации и перевода на государственный язык.
Выполнение работ "под ключ"
Нашим клиента не стоит волноваться о процессе выполнения работ по стандартизации, сертификации и происхождению товара. Специалисты «ЦТРМ» выполнят все необходимые работы "под ключ", а вы получите результат в оговоренные заранее сроки.
Адекватная цена на услуги
Мы предлагаем среднерыночную стоимость на наши услуги и курсы повышения квалификации специалистов. Это делает качественное обучение в области технического регулирования и метрологии доступным для каждого жителя Казахстана.
Опыт и высокий профессионализм
Центр технического регулирования и метрологии более 10 лет предоставляет свои услуги. Благодаря качеству и профессиональному подходу к своему делу, наша компания отлично зарекомендовала себя среди партнеров и получила множество положительных отзывов от клиентов.
Быстрая работа
Наши специалисты выполняют заказанные услуги в оговоренные сроки, без задержек. Что касается обучения, то мы индивидуально подходим к нашим клиентам и стараемся предложить наиболее удобное время занятий.
Качественный сервис
Если вы нуждаетесь в профессиональной консультации, наши менеджеры предоставят всю необходимую информацию, помогут подобрать наиболее подходящий вариант обучения, предложат максимально удобные способы оплаты услуг.
Оформить заказ
В чем преимущества обучения и услуг нашей компании
Исключительное качество
Все услуги Центра технического регулирования и метрологии выполняются квалифицированными специалистами, а тренинги, семинары и курсы читают опытные специалисты с большим стажем работы.
Актуальная информация
Курсы повышения квалификации вмещают в себя адаптированную под современные реалии информацию, которая потом легко применима на практике и соответствует требованиям законодательства.
Подтверждающие документы
Наша компания предоставляет свои услуги с 2011 года и имеет отличную репутацию в Казахстане. Все студенты, которые проходят у нас обучение, получают подтверждающие сертификаты, действующие на всей территории РК.
Универсальность курсов
Мы обучаем специалистов в области технического регулирования, по определению страны происхождения товара и систем менеджмента, работников реального сектора экономики и социальной сферы, представителей интеллигенции, малого и среднего бизнеса.
Смотреть каталог
Схема заказа услуг и курсов в Алматы
Оформление заказа на сайте, по номеру телефона или в WhatsApp.
→
Бесплатная консультация менеджера и согласование деталей заказа.
→
Оплата обучения или услуг наиболее удобным для вас способом.
→
Выполнение в оговоренный срок, обучение проводится в удобное для вас время.
Информация о компании
Название:
ТОО Центр технического регулирования и метрологии
Тип компании:
Компания, предоставляющая услуги
Количество сотрудников:
5-10 человек
Организационно-правовая форма и капитал
Организационно-правовая форма:
Товарищество с ограниченной ответственностью
Информация о производстве
Сертификаты соответствия:
ISO 9000/9001/9004/19011: 2000, ISO 22000, HACCP, Другие