.topbanner1{
    margin-top: -128px;
    transition: margin 0.8s;
}



.stroka2{
    display: flex;
    margin-top: 1mm;
    width: 1196px;
    height: 90px;
    background-color: white;
    border-radius:15px 15px 0 0 ;
}

.stroka3 {
    display: flex;
    margin-top: -10px;
    width: 1196px;
    height: 40px;
    background-color: white;
    border-radius: 0 0 15px 15px;
    transition: height 0.8s;
    position: relative;
    overflow: hidden;
  }



.imgkonfig2{
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 50px;
    height: 80px;
    width: 80px;
    z-index: 2;
}

.konfigname22{
    margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}


.konfigname222{
    margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.preisintopblock1{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}


.konfigdesk22{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 22px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgb(31, 224, 105);
}



.mehrinfo11 {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
  }
  
  .galochka33 {
    bottom: -25px;
    cursor: pointer;
    position: absolute;
    width: 1cm;
    height: 1cm;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center; /* Устанавливаем точку поворота в центре элемента */
    transition: transform 0.8s, bottom 0.8s;

  }


.galochka33.rotated {
    transform: translateX(-50%) rotate(180deg);
}




.screen1{
    margin-top: 3mm;
    width: 1196px;
    height: 1280px;
    transition: visible 0.5s;
}


.screen2{
    margin-top: 3mm;
    width: 1196px;
    height: 1280px;
    transition: visible 0.5s;
}

.screen3{
    margin-top: 3mm;
    width: 1196px;
    height: 1280px;
}

.screen4{
    margin-top: 3mm;
    width: 1196px;
    height: 1280px;
}

.screen5{
    margin-top: 3mm;
    width: 1196px;
    height: 1280px;
}

.komponentblock2 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
}

.product-card {
    flex: 0 0 auto;
    width: 240px;
    height: 270px;
    margin-right: 10px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    scroll-snap-align: start;
}

.product-card img {
    max-width: 100%;
    height: auto;
}

.product-name {
    font-size: 18px;
    margin: 10px 0;
}

.product-price {
    font-size: 16px;
    color: #0073aa;
}
