Металлические памятники
:root { --infograph-color2: #107e7d; --infograph-color1: #474747; } .four-panel { padding: 20px 10px; } .four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .four-item { display: flex; flex-direction: column; width: 40%; border-radius: 20px; padding: 30px; box-shadow: 15px 15px 44px 5px rgba(0, 0, 0, 0.38); 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: 20px 20px 20px 0; } .four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 15px; height: 100%; background: var(--infograph-color2); border-radius: 20px; } .four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color1); border-radius: 20px; } .four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 15px; height: 100%; background: var(--infograph-color1); border-radius: 20px; } .four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color1); border-radius: 20px; } .four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 15px; height: 100%; background: var(--infograph-color1); border-radius: 20px; } .four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color2); border-radius: 20px; } .four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 15px; height: 100%; background: var(--infograph-color2); border-radius: 20px; } .four-header { font-size: 20px!important; line-height: 20px; } .four-text {} .four-icon {} @media screen and (max-width: 1100px) { .four-item { width: 80%; } .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-3 { border: 15px solid var(--infograph-color2); border-radius: 20px; } .four-content-2, .four-content-4 { border: 15px solid var(--infograph-color1); border-radius: 20px; } }.uc-oco-panel { padding: 20px; } .uc-oco-header { text-align: center; padding-bottom: 20px; } .uc-oco-table { border-width: 0px !important; width: 48% !important; table-layout: fixed; float: left; } .uc-oco-table td { padding: 10px; transition: all 0.5s; } .uc-oco-table img { transition: all 0.4s; } .uc-oco-table tr:hover td { box-shadow: 0 120px 0 #353844 inset; transition: all 0.5s; color: #fff; } .uc-oco-table tr:hover img {} .uc-oco-table-col1 { width: 50px; position: relative; height: 50px; padding-left: 15px; transition: all 0.85s; } .uc-oco-table tr:hover .uc-oco-table-col1 { transition: all 0.85s; box-shadow: 0 -120px 0 #107e7d inset !important; } @media screen and ( max-width: 500px) { .uc-oco-table td { vertical-align: top!important; } } .uc-oco-table tr img { position: absolute; top: 50%; left: 50%; } .uc-table_ocons { transition: all 0.1s ease 0s; transform: translate(-50%, -50%) scale(1.0); } .uc-table_ocons2 { -khtml-opacity: 0; -moz-opacity: 0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; -moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; } .uc-oco-table tr:hover .uc-table_ocons { transition: all 0.1s ease 0s; transform: translate(-50%, -50%) scale(0.0); } .uc-oco-table tr:hover .uc-table_ocons2 { -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); } @media screen and (max-width: 1000px) { .uc-oco-table { float: none; width: 100% !important; } .uc-oco-table+.uc-oco-table { margin: 0; } } @media screen and ( max-width: 900px) { .uc-oco-table td { vertical-align: top!important; } .uc-oco-table tr:hover .uc-oco-table-col1 { box-shadow: none!important; } .uc-oco-table tr:hover td { box-shadow: none!important; color: #333; } } .uc-title { display: block; margin-top: 30px; margin-bottom: 20px; text-align: center; text-transform: uppercase; font-weight: normal; font-size: 20px; font-family: 'Haymaker',sans-serif; line-height: 25px;} .uc-title:before { vertical-align: middle; color: #107e7d!important; display: inline-block; margin-right: 20px; font-size: 13px; content: "✟"; font-family: "icons";} .uc-title:after { vertical-align: middle; color: #107e7d!important; display: inline-block; margin-left: 20px; font-size: 13px; content: "✟"; font-family: "icons";} .uc-btns {background: #107e7d!important; position: relative; z-index: 2; display: inline-block; padding: 8px 30px; color: #fff!important; text-align: center; font-size: 16px; text-transform: uppercase; border: none;cursor: pointer; transition: all .5s; text-decoration:none!important;} .uc-btns:hover {background: #107e7d!important;} .ucv-a2-panel strong { font-size: 22px; color: #107e7d; } .ucv-a2-panel { background: #777 url(https://lh3.googleusercontent.com/pw/ACtC-3eO9O0zbZ2zwdvtyZPDbwmSDXmfzM6eTWmCVpYTI2i3iU_0ooz0NFEpP2oLD0CDEv5Ldn7Bve6EOqyLcatKyamC3qBD8i8tAV55pkgZtjPxSeEon15eotu2JpJiAqr5sFq9TJuyC5IcQsuIodW3Q0rK=w665-h374-no?authuser=0) 50% 50%/cover no-repeat; padding: 20px; } .ucv-a2-texts { background-color: rgba(0, 0, 0, 0.8); width: 500px; box-sizing: border-box; padding: 20px 15px; text-align: right; } .ucv-a2-header { font-size: 26px; line-height: 32px; color: #107e7d; margin: 0px 0px 5px; } .ucv-a2-sub-header { font-size: 18px; line-height: 32px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-text { font-size: 14px; line-height: 26px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-link { display: inline-block; height: 37px; line-height: 37px; text-decoration: none!important; text-align: center; color: #107e7d!important; padding: 0 22px; min-width: 150px; border: 2px solid; font-size: 16px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .ucv-a2-link:hover { color: #fff!important; border-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } @media screen and (max-width: 500px) { .ucv-a2-texts { width: auto; text-align: center; } .ucv-a2-panel { padding: 0; background-size: cover; } .ucv-a2-link { padding: 0 5px; width: auto; } }
Металлический крест памятник от производителей
Современные металлические памятники на могилу литые и кованые, а также созданные из листовой стали весьма популярны в последнее время. Современное изготовление металлических памятников основывается на передовых технологиях, дающих возможность в значительной мере расширить ассортимент, а также улучшить качество изделий.
Перечень услуг >
Преимущества памятников из металла
Прочность материала
Большим плюсом подобных изделий является их приемлемая стоимость. Если раньше портрет делали только из керамики, либо гранита, мрамора, то сегодня он тоже может быть выполнен из металла.
Широкий ассортимент
Материал не просто стоит дешевле мрамора или гранита, он отличается легким весом и не требует подготовки сложного фундамента. Гибкость позволяет придавать любую форму, на надгробии делается любой по сложности рисунок с использованием гравировки.
Современные технологии
Готовую продукцию легко перевозить и устанавливать. Есть немало разновидностей металлов, используемых для ритуальных предметов, но мы применяем в работе самые надежные сплавы, которые прекрасно себя зарекомендовали.
Универсальность изделия
Опытные мастера предлагают изготовление металлических памятников любой сложности в короткие сроки. Сегодня также популярен металлический крест-памятник, который смотрится лаконично и не занимает много места.
Связаться с нами
Свойства и особенности
Монумент не потребует сложного ухода
Не выгорает на солнце
Легко монтируется и демонтируется
Может стать отличным временным решением
Перекрашивается многократно
Гармонирует с любыми другими изделиями
Хорошая износостойкость
Не боится высоких и низких температур
Возможность установки в любых климатических условиях
Надгробие трудно поцарапать, оно не треснет
Подробнее о нас
Изготовление металлических памятников в Казахстане
После изготовления на поверхность наносятся специальные составы и краска, которая сохраняется на долгое время и надежно предохраняет монумент от воздействия влаги и коррозии. Вы можете обратиться к нам в любое время и получить всю необходимую информацию.
.uc-title { display: block; margin-top: 30px; margin-bottom: 20px; text-align: center; text-transform: uppercase; font-weight: normal; font-size: 20px; font-family: 'Haymaker',sans-serif; line-height: 25px;} .uc-title:before { vertical-align: middle; color: #107e7d!important; display: inline-block; margin-right: 20px; font-size: 13px; content: "✟"; font-family: "icons";} .uc-title:after { vertical-align: middle; color: #107e7d!important; display: inline-block; margin-left: 20px; font-size: 13px; content: "✟"; font-family: "icons";} .uc-btns {background: #107e7d!important; position: relative; z-index: 2; display: inline-block; padding: 8px 30px; color: #fff!important; text-align: center; font-size: 16px; text-transform: uppercase; border: none;cursor: pointer; transition: all .5s; text-decoration:none!important;} .uc-btns:hover {background: #107e7d!important;} .ucv-a2-panel strong { font-size: 22px; color: #107e7d; } .ucv-a2-panel { background: #777 url(https://lh3.googleusercontent.com/pw/AM-JKLVrlecllCDk7vyL43vVNvBmNuVrV1w7tYnNkb2KAOj6hCxX-1sUuTQzwE53IBmCuZvG5tofwGl8s7exwET-k-3Leziqiyg6gbJJnN7rCbUe-SIRhSiIBt5Y0PvYGLTGZFAaIWb-yWKnuEFLeQv0p_1W=w1024-h680-no?authuser=0) 50% 50%/cover no-repeat; padding: 20px; } .ucv-a2-texts { background-color: rgba(0, 0, 0, 0.8); width: 500px; box-sizing: border-box; padding: 20px 15px; text-align: right; } .ucv-a2-header { font-size: 26px; line-height: 32px; color: #107e7d; margin: 0px 0px 5px; } .ucv-a2-sub-header { font-size: 18px; line-height: 32px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-text { font-size: 14px; line-height: 26px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-link { display: inline-block; height: 37px; line-height: 37px; text-decoration: none!important; text-align: center; color: #107e7d!important; padding: 0 22px; min-width: 150px; border: 2px solid м; font-size: 16px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .ucv-a2-link:hover { color: #fff!important; border-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } @media screen and (max-width: 500px) { .ucv-a2-texts { width: auto; text-align: center; } .ucv-a2-panel { padding: 0; background-size: cover; } .ucv-a2-link { padding: 0 5px; width: auto; } } .ucv-b1-panel { padding: 20px 0; text-align: center; } .ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .ucv-b1-header { margin-bottom: 40px; text-align: center; } .ucv-b1-wrapper { display: inline-block; vertical-align: top; margin: 10px .5%; text-decoration: none; } .ucv-b1-img-holder { display: block; text-align: center; position: relative; overflow: hidden; max-width: 300px; margin: 0 auto; border-radius:100%; } .ucv-b1-img-holder img { display: block; height: auto !important; } .ucv-b1-img-holder:hover .ucv-b1-hint { left: 0; transform: skew(0); } .ucv-b1-hint { position: absolute; transform: skew(-45deg); top: 0; left: -150%; width: 100%; height: 100%; background-color: rgba(33, 36, 41, 0.85); text-align: center; color: #fff; transition: all .85s 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: 15px; color: #107e7d; display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: #444c63; } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 25%; text-decoration: none; } @media screen and (max-width: 800px) { .ucv-b1-desc { position: static; visibility: visible; } .ucv-b1-panel .ucv-b1-wrapper { width: 51%; } .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: 51%; } } @media screen and (max-width: 500px) { .ucv-b1-panel .ucv-b1-wrapper, .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: auto; margin-right: 15px; margin-left: 15px; } } .uc-ico-panel { padding: 10px 15px 10px; } .uc-ico-header { text-align: center; padding-bottom: 20px; } .uc-ico-table { border-width: 0px !important; width: 48% !important; margin-top: 30px; table-layout: fixed; float:left;} .uc-ico-table td { padding: 5px; } .uc-ico-table img { transition: all 0.5s; } .uc-ico-table tr:hover td { background: #444c63; color:#fff!important; } .uc-ico-table tr:hover img { transform: translateX(10px); } .uc-ico-table-col1 { width: 70px; padding-left: 15px; } @media screen and ( max-width: 500px) { .uc-ico-table td { vertical-align: top!important; } } .uc-ico-table td { padding: 5px; transition: all 0.5s; } .uc-ico-table img { } .uc-ico-table tr:hover td { transition: all 0.5s; } .uc-ico-table tr:hover img { transform: translateX(10px); } .uc-ico-table-col1 { width: 70px; padding-left: 15px; transition: all 0.5s; } .uc-ico-table tr:hover .uc-ico-table-col1 { transition: all 0.5s; } .uc-blink-panel { padding: 10px ; } .uc-blink-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .uc-blink-header { text-align: center; margin-bottom:10px; } .uc-blink-table { border-width: 0px !important; width: 48% !important; table-layout: fixed; float: left; } .uc-blink-table td { padding-bottom: 20px; padding-top: 20px; } .uc-blink-table-col1 { width: 55px; } .uc-blink-table-marker {font-weight: bold; transition: all .3s ease; display: inline-block; font-size: 70px; color: #444c63; } .uc-blink-table tr:hover .uc-blink-table-marker { transition: all .3s ease; color: #107e7d; transform: translateY(-4px); } @media screen and (max-width: 768px) { .uc-blink-table { float: none; width: 100% !important; } .uc-blink-table+.uc-blink-table { margin: 0; } } .uc-b5-panel { text-align: center; padding: 20px ;}.uc-b5-panel h2 { } .uc-b5-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .uc-b5-header { margin-bottom: 40px; } .uc-b5-wrapper { display: inline-block; vertical-align: top; width: 20%; margin-bottom: 10px; } .uc-b5-img { margin: 15px; transition: all 0.5s ease; } .uc-b5-img:hover { transform: scale(1.5, 1.5); margin: 15px; transition: all 0.5s ease; } .uc-b5-arr { width: 30px; font-size: 30px; color: #444c63; vertical-align: middle; padding-top: 30px; } .uc-b5-text { margin: 10px 0 0; } @media screen and (max-width: 1000px) { .uc-b5-wrapper { width: 27%; } } @media screen and (max-width: 500px) { .uc-b5-wrapper { width: 60%; } .uc-b5-arr { display: none; } } .uc-footer { padding: 1 0px 0 0; text-align: center; } .uc-footer p { margin: 20px 0; }.ucv-a2-link { display: inline-block; height: 37px; line-height: 37px; text-decoration: none!important; text-align: center; color: #107e7d!important; padding: 0 22px; min-width: 150px; border: 2px solid; font-size: 16px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .ucv-a2-link:hover { color: #fff!important; border-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } @media screen and (max-width: 500px) .uc-oco-panel { padding: 20px; } .uc-oco-header { text-align: center; padding-bottom: 20px; } .uc-oco-table { border-width: 0px !important; width: 100% !important; table-layout: fixed; float: left; } .uc-oco-table td { transition: all 0.5s; } .uc-oco-table img { transition: all 0.4s; } .uc-oco-table tr:hover td { box-shadow: 0 120px 0 #353844 inset; transition: all 0.5s; color: #fff; } .uc-oco-table tr:hover img {} .uc-oco-table-col1 { width: 50px; position: relative; height: 50px; padding-left: 15px; transition: all 0.85s; } .uc-oco-table tr:hover .uc-oco-table-col1 { transition: all 0.85s; box-shadow: 0 -120px 0 #107e7d inset !important; } @media screen and ( max-width: 500px) { .uc-oco-table td { vertical-align: top!important; } } .uc-oco-table tr img { position: absolute; top: 50%; left: 50%; } .uc-table_ocons { transition: all 0.1s ease 0s; transform: translate(-50%, -50%) scale(1.0); } .uc-table_ocons2 { -khtml-opacity: 0; -moz-opacity: 0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; -moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; transition: opacity .2s ease-in-out, transform .2s ease-in-out .1s; } .uc-oco-table tr:hover .uc-table_ocons { transition: all 0.1s ease 0s; transform: translate(-50%, -50%) scale(0.0); } .uc-oco-table tr:hover .uc-table_ocons2 { -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); } @media screen and (max-width: 1000px) { .uc-oco-table { float: none; width: 100% !important; } .uc-oco-table+.uc-oco-table { margin: 0; } } @media screen and ( max-width: 900px) { .uc-oco-table td { vertical-align: top!important; } .uc-oco-table tr:hover .uc-oco-table-col1 { box-shadow: none!important; } .uc-oco-table tr:hover td { box-shadow: none!important; color: #333; } }
Памятники металлические на заказ в Казахстане
Центр ритуальных услуг "Надежда" является надёжным и проверенным производителем металлических крестов. Мы всегда готовы к длительному и плодотворному сотрудничеству как с индивидуальными заказчиками, так и с ритуальными агентствами, похоронными бюро, салонами, другими производителями ритуальной атрибутики и магазинами.
Почему купить металлические памятники на могилу выгоднее всего именно у нас
Помимо всего прочего, у нас всегда можно найти широкий ассортимент готовых ритуальных принадлежностей собственного производства.
Все товарные позиции снабжены фото и подробным описанием, что позволит сделать правильный выбор каждому покупателю.
Наши преимущества
Памятники металлические изготавливаются на собственном производственном предприятии, что позволяет гарантировать каждому заказчику качественную продукцию ритуального назначения по низким ценам.
Сегодня центр ритуальных услуг "Надежда" — это крупнейший в Казахстане производитель металлических крестов.
Заказать металлический крест по низкой цене
За время своей работы на рынке ритуальных принадлежностей компания "Надежда" зарекомендовала себя как преданный и надёжный партнёр, который никогда не подводит своих заказчиков. Мы сотрудничаем с клиентами по всей стране.