Крепеж
.uc-link {display: inline-block;padding: 7px 15px;text-decoration: none !important;text-align: center;min-width: 150px;color: #fff!important;background-color: #00b0f1;border-bottom: 4px solid #648ec8;transition: all .3s;font-size: 16px;margin-top: 15px;}.uc-link:hover { background: #648ec8; transform: translateY(4px); }.uc-banner { display: flex; align-items: center; justify-content: center; margin: 20px 0;}.uc-banner__content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 70%; padding: 35px; box-sizing: border-box;}.uc-banner__content:before { content: ''; position: absolute; top: 0; left: 0; border-top: 10px solid #00b0f1; border-left: 10px solid #00b0f1; 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: 10px solid #00b0f1; border-right: 10px solid #00b0f1; 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: 31px!important; margin-bottom: 20px!important; line-height: 36px!important;}.uc-banner__subheader { font-size: 20px!important; line-height: 30px!important;}.uc-banner__text { line-height: 26px!important;}.uc-banner strong { font-size: 20px; color: #208fd6;}.uc-banner__background-area { overflow: hidden; position: relative; margin-left: 30px; }@media screen and (max-width: 1025px) { .uc-banner__content { padding: 30px;}}@media screen and (max-width: 800px) { .uc-banner__content { width: 100%; padding: 20px;}.uc-banner__background-area { display: none; }}
.uc-numbers { padding: 20px;}.uc-numbers h2{ text-align: center; padding-bottom: 20px; }.uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0;}.uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 44%; margin: 40px 1%; padding: 20px; border-radius: 3px; background: #F5F5F5; /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;*/ box-sizing: border-box;}.uc-numbers-inner__item strong { color: #00b0f1; font-size: 18px; transition: 0.5s;}.uc-numbers-inner__item:hover strong { color: #21301b;}.uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #21301b; z-index: -1; transform: skew(4deg, -4deg); border-radius: 3px; transition: 0.5s;}.uc-numbers-inner__item:hover:before { transform: skew(0deg, 0deg);}.uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 70px!important; font-weight: bold; line-height: 5rem; color: rgba(63, 63, 63, 0.2); transition: 0.5s;}.uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(63, 63, 63, 0.99);}@media screen and (max-width: 800px) { .uc-numbers-inner__item { width: 100%; margin: 25px 0px;}.uc-numbers-inner__item:before { transform: skew(2deg, -2deg);}}:root { --infograph-color2: #21301b; --infograph-color1: #00b0f1; } .uc-four-panel { padding: 20px 10px 40px; } .uc-four-panel h2 { margin-bottom: 20px; text-align: center; } .uc-four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .uc-four-item { display: flex; flex-direction: column; width: 46%; border-radius: 5px; padding: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.8); transition: box-shadow 0.3s, color 0.3s ease-in-out; margin: 2%; box-sizing: border-box; }.uc-four-item strong { font-size: 18px; color: #00b0f1; }.uc-four-item:hover strong { color: #ffffff; }.uc-four-item:hover { box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4); transition: box-shadow 0.3s ease-in-out;} .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%; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; }.uc-four-item:hover .uc-four-content-1::before,.uc-four-item:hover .uc-four-content-2::before,.uc-four-item:hover .uc-four-content-3::before,.uc-four-item:hover .uc-four-content-4::before { transition: 500ms ease-in-out; width: 100%;}.uc-four-item:hover .uc-four-content-1::after,.uc-four-item:hover .uc-four-content-2::after,.uc-four-item:hover .uc-four-content-3::after,.uc-four-item:hover .uc-four-content-4::after { transition: 300ms ease-in-out; height: 100%;}.uc-four-text { transition: color 0.6s ease-in-out; z-index: 1;}.uc-four-item:hover .uc-four-text {color: #fff;transition: color 0.3s ease-in-out;}@media screen and (max-width: 1080px) { .uc-four-item { width: 100%; } .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-3 { border: 10px solid #00b0f1; border-radius: 10px; } .uc-four-content-2, .uc-four-content-4 { border: 10px solid var(--infograph-color1); border-radius: 10px; }.uc-four-item:hover .uc-four-text {color: inherit;}.uc-four-item:hover strong { color: #00b0f1;} .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 10px; }.uc-four-text { transition: color 0.6s ease-in-out; z-index: 0;} } .uc-footer-wrap { position: relative; padding: 35px; background: #21301b; box-sizing: border-box; overflow: hidden;}.uc-footer-wrap:before { content: ""; position: absolute; right: 130px; top: 0px; width: 250px; height: 100%; background: #00b0f1;}.uc-footer-inner { position: relative; text-align: center; background: #fff; box-sizing: border-box; padding: 20px;}@media screen and (max-width: 800px) {.uc-footer-wrap { padding: 20px;}}
Надежный крепеж для любых задач
Крепежные элементы играют ключевую роль в строительстве, ремонте и монтаже различных конструкций. Они обеспечивают долговечность и прочность соединений, создавая основу для безопасного использования объектов. В интернет-магазине Shark-Shop представлено множество разновидностей крепежа, начиная от базовых болтов и гаек до специальных решений, таких как трубостойка с площадкой и другие крепежные изделия для специфических задач. Ассортимент крепежа включает элементы для строительных, монтажных и промышленных работ. Мы предлагаем продукцию, которая отличается надежностью, устойчивостью к внешним воздействиям и простотой в установке. Независимо от того, занимаетесь ли вы крупными строительными проектами или решаете бытовые задачи, наш ассортимент крепежа поможет вам выбрать оптимальные решения.
Трубостойка с площадкой
Трубостойка с площадкой – это специальное крепежное изделие, которое используется для установки и фиксации электромонтажных труб. Основная задача трубостойки – обеспечить устойчивую и надежную опору для прокладки кабелей и других коммуникаций в зданиях и на открытых пространствах.
Преимущества трубостойки с площадкой 1. Прочность и долговечность – стойка выполнена из высококачественного материала, что гарантирует ее надежность даже при длительной эксплуатации. 2. Удобство монтажа – площадка на стойке позволяет легко закреплять изделие к любой поверхности, будь то стена или пол. 3. Универсальность применения – трубостойки подходят для использования в жилых, коммерческих и промышленных объектах, обеспечивая безопасность и организованность электромонтажных систем.
Основные виды крепежа в Shark-Shop
Болты и гайки
Болты и гайки – это основные элементы для крепления различных деталей и конструкций. Они широко применяются в строительстве, машиностроении и других отраслях. В нашем магазине вы найдете болты и гайки из различных материалов: стали, латуни, нержавеющей стали, что позволяет выбирать элементы в зависимости от условий эксплуатации и требований к прочности соединения.
Анкерные болты
Анкерные болты предназначены для крепления конструкций к бетонным и другим твердым основаниям. Они обеспечивают высокую прочность и надежность соединений, что особенно важно при монтаже несущих конструкций. В Shark-Shop представлены анкерные болты различных размеров и типов для любых строительных нужд.
Почему крепеж Shark-Shop — это лучший выбор
В Shark-Shop мы стремимся предложить нашим клиентам только качественную продукцию от ведущих производителей крепежа. Неважно, работаете ли вы над крупным строительным проектом или решаете небольшие бытовые задачи, в Shark-Shop вы всегда найдете подходящий крепеж. Надежные, долговечные и простые в использовании крепежные элементы помогут вам справиться с любой задачей быстро и эффективно!
.uc-numbers { padding: 20px;}.uc-numbers h2{ text-align: center; padding-bottom: 20px; }.uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0;}.uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 44%; margin: 40px 1%; padding: 20px; border-radius: 3px; background: #F5F5F5; /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;*/ box-sizing: border-box;}.uc-numbers-inner__item strong { color: #00b0f1; font-size: 18px; transition: 0.5s;}.uc-numbers-inner__item:hover strong { color: #21301b;}.uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #21301b; z-index: -1; transform: skew(4deg, -4deg); border-radius: 3px; transition: 0.5s;}.uc-numbers-inner__item:hover:before { transform: skew(0deg, 0deg);}.uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 70px!important; font-weight: bold; line-height: 5rem; color: rgba(63, 63, 63, 0.2); transition: 0.5s;}.uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(63, 63, 63, 0.99);}@media screen and (max-width: 800px) { .uc-numbers-inner__item { width: 100%; margin: 25px 0px;}.uc-numbers-inner__item:before { transform: skew(2deg, -2deg);}}:root { --infograph-color2: #21301b; --infograph-color1: #00b0f1; } .uc-four-panel { padding: 20px 10px 40px; } .uc-four-panel h2 { margin-bottom: 20px; text-align: center; } .uc-four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .uc-four-item { display: flex; flex-direction: column; width: 46%; border-radius: 5px; padding: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.8); transition: box-shadow 0.3s, color 0.3s ease-in-out; margin: 2%; box-sizing: border-box; }.uc-four-item strong { font-size: 18px; color: #00b0f1; }.uc-four-item:hover strong { color: #ffffff; }.uc-four-item:hover { box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4); transition: box-shadow 0.3s ease-in-out;} .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%; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; }.uc-four-item:hover .uc-four-content-1::before,.uc-four-item:hover .uc-four-content-2::before,.uc-four-item:hover .uc-four-content-3::before,.uc-four-item:hover .uc-four-content-4::before { transition: 500ms ease-in-out; width: 100%;}.uc-four-item:hover .uc-four-content-1::after,.uc-four-item:hover .uc-four-content-2::after,.uc-four-item:hover .uc-four-content-3::after,.uc-four-item:hover .uc-four-content-4::after { transition: 300ms ease-in-out; height: 100%;}.uc-four-text { transition: color 0.6s ease-in-out; z-index: 1;}.uc-four-item:hover .uc-four-text {color: #fff;transition: color 0.3s ease-in-out;}@media screen and (max-width: 1080px) { .uc-four-item { width: 100%; } .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-3 { border: 10px solid #00b0f1; border-radius: 10px; } .uc-four-content-2, .uc-four-content-4 { border: 10px solid var(--infograph-color1); border-radius: 10px; }.uc-four-item:hover .uc-four-text {color: inherit;}.uc-four-item:hover strong { color: #00b0f1;} .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 10px; }.uc-four-text { transition: color 0.6s ease-in-out; z-index: 0;} } .uc-footer-wrap { position: relative; padding: 35px; background: #21301b; box-sizing: border-box; overflow: hidden;}.uc-footer-wrap:before { content: ""; position: absolute; right: 130px; top: 0px; width: 250px; height: 100%; background: #00b0f1;}.uc-footer-inner { position: relative; text-align: center; background: #fff; box-sizing: border-box; padding: 20px;}@media screen and (max-width: 800px) {.uc-footer-wrap { padding: 20px;}}
Надежный крепеж для любых задач
Крепежные элементы играют ключевую роль в строительстве, ремонте и монтаже различных конструкций. Они обеспечивают долговечность и прочность соединений, создавая основу для безопасного использования объектов. В интернет-магазине Shark-Shop представлено множество разновидностей крепежа, начиная от базовых болтов и гаек до специальных решений, таких как трубостойка с площадкой и другие крепежные изделия для специфических задач. Ассортимент крепежа включает элементы для строительных, монтажных и промышленных работ. Мы предлагаем продукцию, которая отличается надежностью, устойчивостью к внешним воздействиям и простотой в установке. Независимо от того, занимаетесь ли вы крупными строительными проектами или решаете бытовые задачи, наш ассортимент крепежа поможет вам выбрать оптимальные решения.
Трубостойка с площадкой
Трубостойка с площадкой – это специальное крепежное изделие, которое используется для установки и фиксации электромонтажных труб. Основная задача трубостойки – обеспечить устойчивую и надежную опору для прокладки кабелей и других коммуникаций в зданиях и на открытых пространствах.
Преимущества трубостойки с площадкой 1. Прочность и долговечность – стойка выполнена из высококачественного материала, что гарантирует ее надежность даже при длительной эксплуатации. 2. Удобство монтажа – площадка на стойке позволяет легко закреплять изделие к любой поверхности, будь то стена или пол. 3. Универсальность применения – трубостойки подходят для использования в жилых, коммерческих и промышленных объектах, обеспечивая безопасность и организованность электромонтажных систем.
Основные виды крепежа в Shark-Shop
Болты и гайки
Болты и гайки – это основные элементы для крепления различных деталей и конструкций. Они широко применяются в строительстве, машиностроении и других отраслях. В нашем магазине вы найдете болты и гайки из различных материалов: стали, латуни, нержавеющей стали, что позволяет выбирать элементы в зависимости от условий эксплуатации и требований к прочности соединения.
Анкерные болты
Анкерные болты предназначены для крепления конструкций к бетонным и другим твердым основаниям. Они обеспечивают высокую прочность и надежность соединений, что особенно важно при монтаже несущих конструкций. В Shark-Shop представлены анкерные болты различных размеров и типов для любых строительных нужд.
Почему крепеж Shark-Shop — это лучший выбор
В Shark-Shop мы стремимся предложить нашим клиентам только качественную продукцию от ведущих производителей крепежа. Неважно, работаете ли вы над крупным строительным проектом или решаете небольшие бытовые задачи, в Shark-Shop вы всегда найдете подходящий крепеж. Надежные, долговечные и простые в использовании крепежные элементы помогут вам справиться с любой задачей быстро и эффективно!