Описание
block11 p { margin: 0; padding: 0; word-wrap: break-word; text-align: center; white-space: normal; overflow-wrap: break-word; word-break: break-word; } * { margin: 0; padding: 0; box-sizing: border-box; } .container12 { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40px; } .block11 { width: 32%; min-height: 300px; background: linear-gradient(135deg, #a8d8ff, #53c5ec); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 1.5rem; font-weight: bold; text-align: center; border-radius: 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; padding: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); margin-bottom: 20px; overflow: visible; } .block11:hover { transform: translateY(-10px) scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .block11:nth-child(1) { background: linear-gradient(135deg, #046BD9, #53c5ec); } .block11:nth-child(2) { background: linear-gradient(135deg, #046BD9, #53c5ec); } .block11:nth-child(3) { background: linear-gradient(135deg, #046BD9, #53c5ec); } .block11:nth-child(4) { background: linear-gradient(135deg, #046BD9, #53c5ec); } .block11:nth-child(5) { background: linear-gradient(135deg, #046BD9, #53c5ec); } .block11:nth-child(6) { background: linear-gradient(135deg, #046BD9, #53c5ec); } @media (max-width: 768px) { .block11 { width: 48%; }
} @media (max-width: 480px) { .block11 { width: 100%; }
} .info_circle h2{ color: #227FFF; font-size: 28px; text-indent: 30px; margin-bottom: 0px; } a{ color: black; text-decoration: none; } .container1 { width: 100%; max-width: 1100px; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background-color: #227FFF; margin: 0 auto; display: flex; flex-direction: row; } .container_white{ width: 100%; max-width: 1000px; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background-color: #ffffff; margin: 0 auto; } .circle { position: relative; border-radius: 50%; border: 1px solid #2DBAFF; background-color: #ffffff; height: 350px; width: 350px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); padding: 22.5px; margin-top: 100px; margin-left: 50px; box-shadow: 12px 12px 2px 1px rgba(0, 174, 255, 0.2);
} .circle > * { margin: 22.5px; } .circle::before, .circle::after { content: ''; position: absolute; background-color: #227FFF; filter: blur(2px); } .circle::before { width: 1px; height: 270px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); } .circle::after { width: 270px; height: 1px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); } .slice { display: flex; align-items: center; justify-content: center; font-size: 14px; text-align: center; transition: all 0.5s; } .slice:nth-child(1){ align-items: flex-end; text-align: right; } .slice:nth-child(2){ align-items: flex-end; text-align: left; } .slice:nth-child(3){ align-items: flex-start; text-align: right; } .slice:nth-child(4){ align-items: flex-start; text-align: left; } .slice a:hover{ color: #2DBAFF; cursor: pointer; text-shadow: 0 0 8px #2DBAFF, 0 0 12px #2DBAFF, 0 0 16px #2DBAFF; } .info_circle{ display: flex; flex-direction: column; } .info_circle_arrow{ width: 200px; margin-left: 150px; } .info_circle_logo{ width: 230px; margin: 40px 0 0 50px; } .container_white h2{ color: #227FFF; font-size: 28px; text-indent: 30px; margin-bottom: 0px; align-items: end; } .services_row3{ margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); } .services_card { border: 2px solid transparent; border-radius: 8px; display: flex; justify-content: center; align-items: center; transition: color 0.5s; background: #fff; min-height: 90px; border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #2DBAFF 6px, #2DBAFF 20px, transparent 16px, transparent 20px) 10/0.6rem; } .services_card:hover{ background-color: #227FFF; border: hidden; color: #fff; font-weight: 600; cursor: pointer; } .image-container { display: flex; justify-content: center; align-items: center; width: 100%; height: 700px; margin-bottom: 10px; position: relative; overflow: hidden; background-color: #FFFFFF; } .image { max-width: 100%; max-height: 100%; object-fit: contain; } .bold-text { font-weight: bold; text-align: center; } .container1 { width: 80%; margin: 0 auto; padding: 40px; background-color: #fff; text-align: center; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .block1 { border: 2px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } .header1 { font-size: 36px; color: #333; margin-bottom: 20px; font-weight: bold; } .subheader1 { font-size: 18px; color: #555; margin-bottom: 30px; } .highlight1 { color: #ff5c5c; font-weight: bold; } .cta-button1 { padding: 15px 30px; font-size: 20px; color: #fff; background-color: #ff5c5c; border: none; border-radius: 5px; cursor: pointer; text-transform: uppercase; transition: background-color 0.3s; } .cta-button1:hover { background-color: #e84e4e; } .footer1 { font-size: 14px; color: #888; } .cta-section1 { display: flex; justify-content: space-between; align-items: center; } .cta-section1 .cta-button1 { margin-left: 10px; } .flip-card { background-color: transparent; width: 250px; height: 150px; perspective: 1000px; margin-top: 50px; } .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d; } .flip-card:hover .flip-card-inner { transform: rotateY(180deg); } .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 10px; display: flex; justify-content: center; align-items: center; } .flip-card-front { background-color: #FFF2CC; color: black; } .flip-card-back { background-color: #FFB400; color: black; transform: rotateY(180deg); } .flip-card-container { display: flex; justify-content: center; flex-wrap: wrap; width: auto; overflow: hidden; justify-content: space-evenly; } .flip-link { display: inline-block; width: auto; height: auto; text-decoration: none; color: #333; } .flip-card-front p, .flip-card-back p { font-size: 1em; font-weight: bold; margin: 0; word-wrap: break-word; overflow-wrap: break-word; text-align: center; max-width: 90%; line-height: 1.4; } .advantages-list1 { list-style-type: none; padding: px; } .company-description { border: 3px solid #227FFF; padding: 20px; margin: 20px 0; border-radius: 10px; display: flex; align-items: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .company-description1 { border: 3px solid #227FFF; padding: 20px; margin: 20px 0; border-radius: 10px; display: flex; align-items: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .company-description img { width: 250px; height: auto; margin-right: 20px; border-radius: 5px; } .company-description-text { color: black; font-size: 1em; } .company-description-text .company-name { font-weight: bold; color: #555; } .container { padding: 20px; background: #FFFF; border-radius: 15px; overflow: hidden; animation: slideIn 1s ease-out; max-width: none; margin-bottom: 1px; margin-top: 1px; } .container88 { border: 3px solid #FFFFFF; padding: 10px; background: #FFFF; border-radius: 1px; overflow: hidden; animation: slideIn 1s ease-out; max-width: none; margin-bottom: 1px;
}
.container77 { border: 3px solid #FFFFFF; padding: 10px; background: #FFFF; border-radius: 1px; animation: slideIn 1s ease-out; max-width: none; margin-bottom: 1px; overflow: hidden; } .table-title { background-color: #227FFF; padding: 10px; border-radius: 5px; font-size: 1.2em; font-weight: bold; text-align: center; margin-bottom: 10px; margin-top: 15px; } table { width: 100%; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; } th, td, h3 { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; } th { background-color: #227FFF; color: #333; } h3 { background-color: #046BD9; color: #ffffff; text-align: center; } td { border-right: none; } th:last-child, td:last-child { border-right: none; } h3:last-child { border-right: none; } tbody tr:hover { background: #227FFF; color: #000000; transform: scale(1.05, 1.09); transition: transform 0.2s; } .spisok2 table { width: 100%; border-collapse: collapse; margin-top: 1px; } .spisok2 th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; } .spisok2 th { background-color: #FFB400; color: #333; } .spisok2 td { border-right: none; text-align: center; } .spisok2 th:last-child, td:last-child { border-right: none; } .spisok2 tbody tr:hover { background: #FFF2CC; color: #000000; transform: scale(1.05, 1.09); transition: transform 0.2s; } .spisok1 table { width: 100%; border-collapse: collapse; margin-top: 1px; } .spisok1 th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; } .spisok1 th { background-color: #FFF2CC; color: #333; } .spisok1 td { border-right: none; text-align: center; } .spisok1 th:last-child, td:last-child { border-right: none; } .spisok1 tbody tr:hover { background: #FFF2CC; color: #000000; transform: scale(1.05, 1.09); transition: transform 0.2s; } .advantages-list { list-style-type: none; padding: 0; } .cta-button { display: inline-block; padding: 10px 20px; background-color: #FFB400; color: white; text-align: center; text-decoration: none; font-size: 1.2em; border-radius: 5px; margin-top: 30px; transition: background-color 0.3s; } .cta-button:hover { background-color: #FFB400; } .cta-button, .cta-button:visited { color: black; text-decoration: none; }
.custom-h2 { font-size: 2rem; font-weight: bold; text-align: center; color: #227FFF; } Закажите прямо сейчас и получите консультацию и помощь в выборе товара!
Доставка осуществляется по всей России и странам СНГ КОМПАНИЯ “СТАЛЬМЕТУРАЛ” занимается продажей металлопроката уже более 13 лет и накопила колоссальный опыт и запас прочности, который теперь в вашем распоряжении. Офисы "Стальметурал" есть в 20 крупнейших городах России, а свои склады в 10 региональных центрах. Менеджеры компании – профессионалы своего дела – внимательно отнесутся к вашему Заказу и помогут подобрать необходимую продукцию для решения задач любой сложности. Характеристики товара Маркировка
Б 5 Размеры
1000х450х180 Приемущества нашей компании Дополнительные услуги Резка металла Гибка металла Рубка гильотиной ВУС изоляция Теплоизоляция предизолированная Теплоизоляция скорлупа