* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
   list-style: none;
  }
  body {
  
  display: flex;
  justify-content: center; /* центруємо контейнер по горизонталі */
  background-color: #f5f5f5; /* фон сторінки */
}

.container {
  width: 1440px;       /* ширина контейнера */
  max-width: 100%;      /* адаптивність для маленьких екранів */
  box-sizing: border-box;
}

.header-list {
  display: flex;
  gap: 55px; /* замість margin-right для рівномірного відступу */
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-list-item a {
  color: #fff;           /* білий текст */
  text-decoration: none; /* прибираємо підкреслення */
  font-weight: lighter;      /* товщина шрифту */
  font-size: 16px;
  transition: color 0.3s;
}

.header-list-item a:hover {
  color: #EE0000; /* ефект при наведенні */
}

.header{
    display: flex;
    align-items: center;
    background-color: black;
}
.header-logo{
  margin-left: 20px;
    color: #fff;
    font-weight: 600;
      font-size:20px;
}
.header-img{
    width: 74px;
    height: 52px;
}
.head-div{
    display: flex;
    margin-left: 86px;
    margin-right: 300px;
    align-items: center;
}

.main-images {
  margin-top: 30px;
    margin-left: 80px;
  position: relative; /* контейнер для накладання */
  width: 1290px; /* можна задати свою ширину */
  height: 600px; /* і висоту */
}

.main-img-back {
  width: 1280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-img-front {
  width: 1280px;
  position: absolute;
  z-index: 1; /* поверх */
}
.main-div{
        padding-left: 90px;
        padding-top: 30px;
}
.main-h1{
    margin-top: 100px;
    margin-left: 70px;
    width: 500px;
    color: #fff;
    position: absolute;
    z-index: 3;
    font-weight: 800;
      font-size:70px;
       line-height: 85px;
}

    .main-color {
  color: red;
}


.main-plast-name{
  width: 50px;
    font-weight: 700;
      font-size:24px;
   padding-top: 10px;
   padding-bottom: 20px;
    position: absolute;
    color: #fff;
}
.main-plast-text{
      font-size:16px;
  
    position: absolute;
    color: #fff;
}
.main-plast-abs{
    position: absolute;
}
.main-plast {
  margin-top: 100px;
margin-left: 160px;
  font-family: 'Poppins', sans-serif;
}

.main-plast-best {

  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
}

.main-plast-list {
  display: flex;
  
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-plast-card {
  justify-content: flex-start;
  position: relative;
  width: 260px;
  height: 430px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.main-plast-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
  z-index: 0;
}

.main-plast-card h2,
.main-plast-card p {
  position: relative;
  z-index: 1;
}

.main-plast-card:hover {
  transform: translateY(-5px);
 
}

.main-plast-name {
  font-size: 20px;
  font-weight: 600;
  
}

.main-plast-text {
  font-size: 14px;
  line-height: 1.5;
}
.card{
  margin-left: 110px;
  /* justify-content: flex-start; */
  /* position: relative; */
  width: 1440px;
  height: 860px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
margin-top: 100px;
  display: flex;
  flex-direction: column;
  text-align: left;
  /* transition: all 0.3s ease; */
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.3); */
}
.card-h1{
  color: #131313;
  font-size: 40px;
  font-weight: 600;
}
.card-text{
  color: #3E3E3E;
 font-size: 18px;
 width: 330px;

 /* font-weight: 100; */

}
.card-li-first{
  
  /* background-color: #f5f5f5;  */
  justify-content: center;
  padding-left: 30px;
  width: 360px;
  height: 303px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
 
  /* transition: all 0.4s ease; плавний ефект */
}
.card-li{
  border-radius: 10px;
  background-color: #f5f5f5; /* сірий фон */
  justify-content: center;
  padding-left: 30px;
  width: 360px;
  height: 303px;
  border-radius: 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
 
  transition: all 0.4s ease; /* плавний ефект */
}
.card-ul{
      margin-top: 100px;
      margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;

}
.card-h3{
  color: #EE0000;
  font-size: 50px;
}
.card-p{
  font-size: 24px;
  font-weight: 800;
  color: #5C5C5C;
  padding-bottom: 15px;
}
.card-p-text{
  font-size: 18px;
  color: #787878;
  width: 300px;
}
.card-li:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transform: translateY(-5px); /* легкий підйом */
  background-color: #EE0000;
}
.card-li:hover .card-h3,
.card-li:hover .card-p,
.card-li:hover .card-p-text {
  color: #fff;
}

.selection{
  width: 1440px;
  display: flex;
      justify-content: center;
    align-items: center;
  width: 1440px;
  height: 570px;
  background-color: #EE0000;
}
.selection-h2{
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
}
.selection-text{
   padding-bottom: 30px;
  width: 540px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
}
.selection-div{
  margin-right: 40px;
}
.selection-btn{

  width: 160px;
  height: 50px;
  border-radius: 40px;  
  font-size: 18px;
  color: #000000;
  border: none;
   cursor: pointer;
}
.selection-btn2{
  width: 217px;
  height: 50px;
  border-radius: 40px;  
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  border: none;
  margin-left: 30px;
  cursor: pointer;
}

.list-li{
  border-radius: 10px;
margin-bottom: 20px;
  padding-left: 30px;
  width: 360px;
  height: 250px;
 /* background-color: #d8d8d8; */
  color: #000000;
  display: flex;
  flex-direction: column;
   justify-content: space-evenly;
    align-items: flex-start;
 
}
.list-h1{
  font-size: 24px;
  color: #464646;
}
.list-text{
  font-size: 18px;
  color: #787878
  ;font-size: 18px;
  font-weight: 200;
}
.list-div
{
 display: flex;
  flex-wrap: wrap;
gap: 60px;
justify-content: center;
}
.section{
  color: #EE0000;
   font-weight: 800;
    font-size: 20px;
}
.section-two{
  color: #000000;
 font-weight: 800;
    font-size: 50px;
    margin-bottom: 60px;
}
.list-div-div{
  display: flex;
    align-items: center;
    flex-direction: column;
    
}
.list{
  margin-bottom: 100px;
  margin-top: 100px;
}








/* Загальні стилі футера */
.footer {
  /* padding-left: 100px; */
  background-color: #0a0a0a;
  color: #fff;

  font-family: "Poppins", sans-serif;
}

.footer-container {
  align-items: center;
  justify-content: center;
  display: flex;
  /* margin-top: 100px; */
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}



.footer-about {
  /* margin-top: 100px; */
  margin-left: 150px;
  max-width: 360px;
}

.footer-logo {
  /* width: 100px; */
  margin-bottom: 20px;
}

.footer-text {
  width: 330px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.6;
}

/* Заголовки колонок */
.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Посилання */
.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-list a:hover {
  color: #EE0000;
}

/* Контакти */
.footer-contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.footer-contact li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact i {
  color: #EE0000;
}

/* Соціальні іконки */
.footer-socials a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #EE0000;
}

/* Нижній рядок */
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-top: 20px;
}
.footer-text-cont{
 padding-left: 150px;
  margin-top: 40px;

  width: 1250px;
font-size: 16px;
font-weight: lighter;
}
.footer-div{
  display: flex;
}

