/*
Theme Name: my
Theme URI: 
Author: Your Name
Author URI: https://утукпн-пкщгзюзкщ
Description: Тема WordPress для оборудования по резке кирпича.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

product-item {
  width: 200px;
  height: 200px;
  border-radius: 150px 10px;
  background-color: khaki;
}
product-item {
  width: 200px;
  height: 200px;
  border-radius: 40px 20px 180px;
  background-color: lightblue;
}
product-item {
  width: 300px;
  height: 100px;
  border-radius: 20px 20px 150px 150px;
  background-color: plum;
}
product-item { 
  width: 300px;
  height: 150px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 80px;
  background-color: Lavender;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

header {
    background: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.product-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-item {
    background: white;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-item:hover {
    transform: scale(1.05);
}

.contact-form-section {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
