* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  color: #404040;
  text-decoration: none;
}

body {
  background-color: #f1f3f8;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  font-size: 1.3rem;
  font-family: sans-serif;
  text-align: center;
  overflow-x: hidden;
}

button , input {
    background-color: #fff;
    padding: 1rem;
    font-size: 1.2rem;
    transition: all 0.25s ease-in-out 0.05s;
}

:root{
    --bgy: 2px solid #4c3d3d44;
    --tdc: #ebeff1;
    --orn: #fe9c0a;
    --color-test: #e54c00;
    --main: #1a6eff;
}



.film145 ,  .film146{}

:root{
    --blu: #77cce1;
}

body{
    background-color: var(--blu);
    align-items: center;
}

.all_produckt{
    width: 85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    padding: 1rem;

}
.produckt{
    background-color: #ebedef;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 10px 11px 3rem -37px #000000ab;
}
h1{
    text-align: left;
    font-size: 1.3rem;
    font-weight: 900;
}
p{
    font-size: 1rem;
    text-align: left;
    margin-top: 0.3rem;
    max-width: 21rem;
}
.produckt__image{
    width: 100%;
    margin: 2rem auto;
}
.produckt:nth-child(2) .produckt__image{
    margin: 2.3rem auto;
}
img{
    width: 82%;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2{
color: var(--blu);
}
h2::before{
    content: "$";
}
a{
    border: 2px solid var(--blu);
    padding: 0.7rem 2rem;
    border-radius: 50rem;
    transition: all 0.5s;
}

a:hover{
    background-color: var(--blu);
    color: #fff;
    cursor: pointer;
}

.produckt_about{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eceef0;
    display: none;
}
.about_header{
    width: 100%;
    height: 16%;
    background-color: #cccccc;
    display: flex;
}
.about__back{
    width: 9rem;
    height: 3rem;
    margin: 2.25% 0 2.25% 5rem;
    border-radius: 1.3rem;
}
.about__produckt_main{
display: flex;
}
.left_about{
    width: 50%;
    height: 30rem;
    margin: 6rem 0 6rem 5rem;
}
.nameProduckt{
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.titleProduckt{
    line-height: 2.5rem;
    font-size: 1.1rem;
}
.right_about{    
    width: 50%;
    margin-top: 24vh;
    margin-bottom: 24vh;
}
.about__image{
    width: 100%;
}
.all_produckt{

} 