body{
    margin: 0px !important;
    background: #b1d424;
background: linear-gradient(2deg,rgba(177, 212, 36, 1) 0%, rgba(226, 235, 197, 0.89) 36%, rgba(255, 255, 255, 1) 100%);
}
.header-container{
    position: fixed;
    width: 100%;
    background-color: #fdfdff;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    padding: 20px;
    -webkit-box-shadow: 3px 6px 48px -3px rgba(222, 222, 222, 0.6);
    -moz-box-shadow: 3px 6px 48px -3px rgba(222, 222, 222, 0.6);
    box-shadow: 3px 6px 48px -3px rgba(222, 222, 222, 0.6);
    .logo{
        display: flex;
        align-items: center;
        justify-content: center;
        color:#B2D430 !important; 
        font-size: 35px;
        letter-spacing: 2px;
        font-weight: 900;
        margin-left: 30px;
        font-family: math;
        margin-right: 100px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
    }
    .link-container{
        display: flex;
        width: 80%;
        .link-1{
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 3px;
            font-size: 22px;
            font-weight: 400;
            font-family: Arial, Helvetica, sans-serif;
            width: 35%;
            a{
                text-decoration: none;
                color: black;
            }
            
        }
        .link-1:hover{
            a{
                text-decoration: none;
                color:#B2D430 !important;
            }
        }
    }
    
}
@media only screen and (max-width: 768px) { 
    .header-container {
        padding-left:30px !important;
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
    }
    .logo {
        margin-bottom: 10px;
        margin-right: 0;
        margin-bottom: 30px;
        font-size:30px;
    }
    .link-container {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    .link-1 {
        width: calc(50% - 10px); /* две ссылки в ряд */
        margin-bottom: 10px;
        font-size:21px;
    }
}

.nav{
    display: flex;
    margin-top: 180px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 50px;
    a{
        text-decoration: none;
        color: rgb(60, 59, 59);
    }
    font-family: math;
    letter-spacing: 1px;
    
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    .text{
        font-size: 22px;
        font-weight: 500;
        font-family: math;
        letter-spacing: 1px;
        margin: 20px;
        padding-top: 20px;
        width: 80%;

    }
    .map{
       width:80%;
         .img{
            width: 100%;
            img{
                width: 100%;
              }
        }
        
        
    }
    
}

.footer{
    position: static;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    left: 0px;
    background-color:#B2D430; 
    margin-top: 30px;
    display: flex;
    a{
        text-decoration: none;
        color: #000000;
    }
    .imgs{
        display: flex;

    }
    p{
        
        margin: 10px;
    }
    .text-1{
        font-size: 20px !important;
        letter-spacing: 3px !important;
        font-weight: 700 !important;
        font-family: 'Trebuchet MS', Helvetica, sans-serif !important;
    }
    .text{
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        letter-spacing: 1px;
        font-weight: 200;
        font-family: math;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        margin: 0px 0px 0px 0px;
        
    }
    
    
        img{
            width: 35px;
            height: 35px;
            margin: 10px;
        }
    
}

@media only screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        padding: 15px 10px;
        .text{
            width:80%;
        }
    }
    .text,
    .imgs {
        width: 100%; /* растягиваем блоки на всю ширину */
        text-align: center;
    }
    .text-1 {
        font-size: 18px; /* немного уменьшаем шрифт для компактности */
    }
    .text {
        font-size: 15px;
    }
    .imgs img {
        max-width: 30px; /* уменьшаем иконки */
        height: auto;
    }
    .imgs{
        align-items: center;
        justify-content: center;
    }
}

.main{
    margin-top: 120px;
    display: flex;
    .side-block{
        margin: 30px;
        width:20%;
        -webkit-box-shadow: 16px 18px 35px 18px rgba(70, 110, 140, 0.2);
        -moz-box-shadow: 16px 18px 35px 18px rgba(70, 110, 140, 0.2);
        box-shadow: 16px 18px 35px 18px rgba(70, 110, 140, 0.2);
        height: fit-content;
        border-radius: 5px;
        padding-bottom: 20px;
        min-height: 700px;
        .link-2{
            margin: 20px;
            padding-top: 20px;
            font-weight: 500;
            font-size: 25px;
            letter-spacing: 2px;
            font-family: math;
            .pol-text, .colors-text, .price-text, .types-text, .proizv-text, .osnov-text, .material-text, .fabrics-text, .forma-text, .naznach-text, .poverh-text{
                border-bottom: 1px solid #3a3941;
            }
            
           
            #size, #color, #types, #prices, #proizv, #osnov, #material, #fabrics, #forma, #naznach, #poverh{
                display: none;
                font-size:20px;
            }

            .slider {
                -webkit-appearance: none;
                width: 97%;
                height: 10px;
                border-radius: 5px;  
                background: #d3d3d3;
                outline: none;
                opacity: 0.7;
                -webkit-transition: .2s;
                transition: opacity .2s;
            }
            
            .slider::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 15px;
                height: 15px;
                border-radius: 50%; 
                background: #040209;
                cursor: pointer;
            }
            
            .slider::-moz-range-thumb {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #040209;
                cursor: pointer;
            }

            
        }
    }
    .main-block{
        width:75%;
        -webkit-box-shadow: 5px -6px 40px 7px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 5px -6px 40px 7px rgba(34, 60, 80, 0.2);
        box-shadow: 5px -6px 40px 7px rgba(34, 60, 80, 0.2);
        height: fit-content;
        border-radius: 5px;
        padding-bottom: 20px;
        min-height: 700px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
            .blockk{
            width: 17%;
            box-sizing: border-box;
                min-height: 400px;
                height: fit-content;
                display: flex;
                flex-direction: column;
                margin: 20px;
                -webkit-box-shadow: 7px 6px 27px -7px rgba(34, 60, 80, 0.3);
                -moz-box-shadow: 7px 6px 27px -7px rgba(34, 60, 80, 0.3);
                box-shadow: 7px 6px 27px -7px rgba(34, 60, 80, 0.3);
                .block-img{
                    height: 300px;
                    width: 100%;
                    border-bottom: 1px solid #c4bfbf;
                    margin-bottom: 20px;
                    position: relative;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
                .block-text{
                    padding-left: 10px;
                    font-size: 18px;
                    font-weight: 500;
                    letter-spacing: 1px;
                    font-family: sans-serif;
                    display: flex;
                    justify-content: space-between;
                    
                }
        }
    }
}

 @media only screen and (max-width: 768px) {
    .main-block{
        width: 60% !important;
        margin-left: 20px !important;
        width: 60% !important;
        padding-left: 30px !important;
    }
    .blockk{
        margin-left: 0px !important;
        height: 300px !important;
        min-height: 0px !important;
        width: 150px !important;
    }
    .block-img{
        height: 200px !important;
    }
    .block-text{
        font-size: 16px !important;
    }
    .side-block{
        width: 35% !important;
        margin-top: 30px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
    .link-2{
       margin: 15px !important;
        font-size: 17px !important;
        letter-spacing: 1px !important;
        padding-top: 10px !important;
    }
    #size, #color, #types, #prices, #proizv, #osnov, #material, #fabrics, #forma, #naznach, #poverh {
                font-size: 16px !important;
        
    }
}

.like{
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url(icon-2.png);
    border: 0;
    background-color: transparent;
    margin-right: 20px;
}

.active{
    background-image: url(icon-1.png);
}


