﻿a {
    color: black;
}

    a:hover {
        color: black;
    }


.blogItem {
    background: white;
}


.grid-item {
    background: #fff; 
    border-radius: 8px;
    padding: 10px;
}

#productMenuInfo {
    text-align: start;
    align-items: center;
}

.blog-img {
    height: 200px;
    object-fit: cover;
}



   
    .konfiguratorSchrit {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }

    .projektName {
       /* width: 800px;
        margin-top: 100px;
        position: absolute;*/
    }

    #InformBar {
        gap: 50px;
    }
    #sclusselInfo2 {
       /* justify-content: end;
        height: 65px;
        width: 800px;*/
        padding: 5px;
        color:white;
        background: #f00;
       /* color: #fff;
        align-items: center;*/
        display: grid;
        grid-template-columns: 70px 250px 170px 180px 120px;
     /*   margin-top: -80px;*/
    }

    #schlussel3 {
        margin-left: 25px;
        align-self: end;
    }

    #schlussel {
        align-self: end;
    }

    #ItemTur {
        gap: 5px;
        display: flex;
        align-items: center;
    }




    .TexCountTurFinisher {
        max-width: 290px;
        text-align: center;
        gap: 10px;
        display: grid;
        background-color: #EDEDED;
        padding: 5px;
    }

        .TexCountTurFinisher > h5 {
            margin-left: 25px;
        }

        .TexCountTurFinisher > h6 {
            margin-left: 25px;
        }
    #TypeSelectTurItem {
        height: 30px;
        width: 50px;
        margin-left: 5px;
    }

    #TypeSelectTurType {
        height: 30px;
        width: 150px;
        margin-right: 20px;
    }
    .over {
        border: 2px dashed #000;
    }

    .checkbox-label {
        margin-left: 10px;
        cursor: pointer;
    }

    #blockInfo {
        width: 300px;
        text-align: start;
    }

    #BlockTur-0 {
        width: 100%;
        max-width: 100vw;
        text-align: start;
    }

    #TexCountTurFinisher > h5 {
        margin-left: 50px;
    }

    #TexCountTurFinisher > h6 {
        margin-left: 50px;
    }

#turInfo {
    display: grid;
    grid-template-columns: minmax(min-content, 800px) auto;
    border: 2px solid #808080;
}
        #sclusselInfo {
            width: 100%;
            max-width: 100vw;
            height: 40px;
            /*   margin-left: 800px;*/
            padding: 5px;
            background: red;
            color: white;
            /*  align-items: center;*/
            display: flex;
        }

    #removeButton {
        color: white;
        font-weight: bold;
    }

    #removeButtonTur {
        height: 30px;
        width: 30px;
        border-radius: 55px;
        background: red;
        font-weight: bold;
        color: white;
        border: none;
        margin-left: 10px;
    }

    #position {
        width: 60px;
        gap: 10px;
    }

    #addButtonTur {
        height: 30px;
        width: 30px;
        border-radius: 55px;
        font-weight: bold;
        background: red;
        color: white;
        border: none;
        margin-left: 10px;
    }

    #addButton {
        color: white;
        font-weight: bold;
    }
#itemKeyBlock {
    width: 100%;
    max-width: 100vw;
    display: flex;
    overflow-x: scroll;
}
#blockSclussel {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto; /* Включает скролл при необходимости */
    white-space: nowrap;
}

#typeSylinder {
    margin-left: 30px;
    margin-right: 30px;
}
    #keyPoint {
        position: relative;
        background: none;
        border: none;
        text-align: center;
    }
    #TexInputKey {
        margin-top: -100px;
        margin-left: -100px;
        height: 255px;
    }

    #inputS {
        margin-left: 40px;
        width: 150px;
        margin-top: 160px;
        padding: 4px;
        transform: rotate(270deg);
    }

    #inputA {
        margin-top: 30px;
        padding: 4px;
        transform: rotate(270deg);
    }

    #inputCount {
        text-align: center;
        max-width: 30px;
    }

    .TexCount {
        max-width: 42px;
        text-align: center;
        display: grid;
        grid-template-columns: 30px;
        padding: 5px;
    }
    #InfoValue {
        display: grid;
        border-left: 2px solid #808080;
        border-right: 2px solid #808080;
        overflow-x: hidden;
    }
    .horizontal {
        align-items: center;
        display: flex;
        gap: 10px;
    }
    .checkboxContainer {
        display: grid;
        align-items: end;
    }
    .tür_konfig {
        display: none;
        margin-left: 50px;
        margin-top: -15px;
        padding: 10px;
        position: absolute;
        border: var(--primary-border);
        background: white;
        z-index: 999;
    }
    #add_And_Minus {
        background: red;
        height: 40px;
        align-items: center !important;
    }
    .button-container {
        display: flex;
        margin-top: 10px;
        gap: 20px;
        flex-wrap: wrap;
    }
    #chekerTur {
        align-items: center;
        display: flex;
        gap: 5px;
    }
        #chekerTur > button {
            border: none;
            background: transparent;
        }
    #infoButten {
        height: 30px;
        width: 30px;
        padding: 5px;
    }
    .checkboxContainer > input[type="checkbox"] {
        width: 30px;
        height: 28px;
    }

    @media (min-width:1024px ) {

        .TexCountTur {
            width: 100%;
            max-width: 100vw;
            text-align: center;
            display: flex;
            grid-template-columns: 30px;
            background-color: #ededed;
            align-items: center;
            justify-content: center;
        }
    }

    @media (max-width: 600px) 
    {
        .button-container {
            display: grid;
            grid-template-columns: auto;
            margin-top: 280px !important;
        }

        #InformBar {
            position: absolute;
            transform: scale(0.32);
            transform-origin: top left;
        }
        .konfiguratorSchrit {
            display: grid;
            grid-template-columns: 1fr;
        }
        .TexCountTur {
            width: 100%;
            max-width: 100vw;
            text-align: center;
            display: flex;
            grid-template-columns: 30px;
            background-color: #ededed;
        }
        #infoButten {
            height: 30px;
            width: 30px !important;
            padding: 5px;
        }
    }
@media(max-width: 500px) {
    #InformBar {
        position: absolute;
        transform: scale(0.27);
        transform-origin: top left;
    }

    #infoButten {
        height: 30px;
        width: 30px !important;
        padding: 5px;
    }

    .button-container {
        display: grid;
        grid-template-columns: auto;
        margin-top: 250px !important;
    }
}
@media(max-width: 400px) {
    #InformBar {
        position: absolute;
        transform: scale(0.25);
        transform-origin: top left;
    }
    #infoButten {
        height: 30px;
        width: 30px !important;
        padding: 5px;
    }
    .button-container {
        display: grid;
        grid-template-columns: auto;
        margin-top: 250px !important;
    }
}
@media(max-width: 300px) {
    #InformBar {
        position: absolute;
        transform: scale(0.23);
        transform-origin: top left;
    }

    #infoButten {
        height: 30px;
        width: 30px !important;
        padding: 5px;
    }

    .button-container {
        display: grid;
        grid-template-columns: auto;
        margin-top: 200px !important;
    }
}
    /*}*/