*{
    margin: 0;
    padding: 0;
}

body{
    font-family: inter;
}

header{
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 65px;
    align-items: center;
    /* position: sticky;
    top: 0;
    z-index: 999; */
    background: white;
}


nav{
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 65px;
    align-items: center;
    width: 100%;
}











/* Основні стилі для меню */
.menu {
    display: flex;
    gap: 20px;
  }
  
  .menu a {
    color: black;
    font-size: 18px;
    text-decoration: none;
  }
  
  /* Ховаємо бургер на великих екранах */
  .burger {
    display: none;
    position: static;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 30px;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  
  .burger span {
    display: block;
    width: 100%;
    height: 4px;
    background: black;
    transition: 0.4s;
  }







header .li1{
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .li2{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.searchImg{
    width: 26px;
    margin: 26px;
    
}

.basket{
    width: 26px;
    margin: 26px;   
}

header button{
    background: transparent;
    border: none;
    cursor: pointer;
}

header li{
    font-size: 13px;
    margin: 15px;
    color: #000000;
    display:inline-block; 
    text-transform:uppercase;
    font-family: inter;
}




li:after {
    display:block;
    content: '';
    border-bottom: solid 3px #000000;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
  }

header h1{
    font-size: 50px;
}



.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    margin-bottom: 100px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;
}
.modal1 {
    background: white;
    padding: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.close-btn img{
    width: 30px;
    margin-top: 100px;
}
.modal-search.active {
    visibility: visible;
    opacity: 1;
}

.searchingImg img{
    width: 22px;
}

.modal1 input{
    width: 300px;
    font-size: 25px;
    border-bottom: 3px solid black;
    background: transparent;
    border: none;
    outline: none;
}

.modal1 button{
    cursor: pointer;
    background: transparent;
    border: none;
}

.inp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.modal-basket {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items:start;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}
.modal2{
    position: fixed;
    left: 20px;
    width: 250px;
    background: white;
    padding: 15px;
    transition: top 0.3s;
    margin-top: 100px;
}

.modalBasket.active .basket {
    top: 20px;
}
.close-Bask {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.modal-basket.active {
    visibility: visible;
    opacity: 1;
}

.modal2 p{
    font-size: 15px;
}

.modal2 img{
    width: 25px;
}








#cart-count {
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -10px;
}



.yesBurg{
    display: none;
}



.noBurg{
    display: flex;
}



.open-btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-right: 25px;
}























.li1 li:hover:after{
    transform: scaleX(1);
}
.li2 li:hover:after{
    transform: scaleX(1);
}

.logo img{
    width: 100px;
    margin-top: 20px;
    border-radius: 10px;
    opacity: 0.6;
}

header a{
    text-decoration: none;
    list-style-type: none;
    color: black;
}


/* header */

.banner{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}


.banner img{
    display: block;
    z-index: -1;
    margin-bottom: -250px;
    width: 100%;
}




/* .banner h1{
    font-size: 56px;
    margin-right: 50px;
    font-weight: 400; /* 100 - найтонший, 900 - найжирніший */
    /* margin-left: 40px; */
    /* background-color: #ddd;
    text-align: center;
    width: 40%;
    opacity: 0.5; 
}*/

.banner a{
    width: 27%;
    height: 170px;
    background-color: #d48c71;
    text-decoration: none;
    color: black;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    /* margin-top: 49%;
    margin-left: 21%; */
    font-size: 40px;
    margin-right: 40px;
}

.banner a:hover{
    transition: 0.5s;
    background-color: white;
    color: black;
}











.logoBurg{
    display: none;
}










/* --------------------------------------------- */



.katalog{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    margin-top: 100px;
}

.text1{
    font-size: 16px;
}

.katalog h4{
    font-size: 16px;
}

.shapka{
    font-size: 36px;
    font-weight: 300; /* 100 - найтонший, 900 - найжирніший */
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}


.shapkaCH{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.up{
    margin-bottom: 30px;
    font-weight: 400; /* 100 - найтонший, 900 - найжирніший */
}

.down{
    margin-top: 30px;
    font-weight: 400; /* 100 - найтонший, 900 - найжирніший */
}


.text1 p{
    margin-left: 30px;
}

.text1{
    margin-bottom: 70px;
    margin-right: 200px;
    margin-left: 200px;
}


.photos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

.photos h1{
    font-size: 18px;
}


.navig{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}



.navig a{
    color: black;
    font-size: 13px;
}

.absPlastik{
    background: url(img/1.PNG);
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}



.politelenElit{
    background: url(img/2.PNG);
    height: 300px;
    width: 300px;    
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}



.tkaniniValisi{
    background: url(img/3.PNG);
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}



.valisiDityachi{
    background: url(img/4.PNG);
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}


.valisiDityachi a{
    text-decoration: none;
  border: none;
  outline: none;
}


.linkss{
    text-decoration: none;
    border: none;
    outline: none;
}


.text2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 70%;
}

.text2 h2{
    margin-top: 10px;
    margin-bottom: 10px;
}




.toggle-btn {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Зображення кнопки */
.toggle-icon {
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
}

/* Анімація тексту */
.text-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    margin: 10px;
    width: 60%;
}

/* Коли текст відкритий */
.text-box.active {
    max-height: 2000px; /* Змінюй залежно від вмісту */
    opacity: 1;
}

.checkList{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    width: 100%;

}

.checkList2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}




































.shop{
    display: flex;

}

.tovari{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


/* .PP06_L{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.tovar{
    width: 60%;
    transition: 0.6s;
    
}

.tovar:hover{
    opacity: 0.8;
    transition: 0.6s;
}

.title{
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    color: black;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
}

.price{
    font-size: 18px;
    color: red;
    margin-top: 20px;
    font-weight: 300;
}


.tovari a{
    list-style-type: none;
    text-decoration: none;
}


.PP06_M{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.PP06_S{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}







.toggle-filtr{
    display: none;
}










/* Стилі для товарів у checkout */
.order-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
}

.order-item-info {
    flex-grow: 1;
}




















.filters {
    display: flex; 
    flex-direction: column; 
    gap: 10px; 
    margin-left: 50px;
    margin-top: 70px;
}
.products { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px; 
}
.product { 
    border: 1px solid #ccc; 
    padding: 10px; 
    width: 200px; 
}
.color-options { 
    display: flex; 
    gap: 5px; 
}
.color-option { 
    width: 20px; 
    height: 20px; 
    border-radius: 50%; 
    cursor: pointer; 
    border: 2px solid transparent; 
}
.color-option.selected { 
    border: 2px solid black; 
}
.range-wrapper { 
    position: relative; height: 24px; 
}


input[type="range"] {
    -webkit-appearance: none;  /* Для Safari */
    -moz-appearance: none;     /* Для Firefox */
    appearance: none;          /* Для інших браузерів */
    width: 120px;              /* Ширина 120px */
    height: 4px;               /* Товщина */
    background: #000;          /* Чорний фон */
    border-radius: 5px;        /* Закруглені краї */
    outline: none;             /* Прибрано фокусну обводку */
    transition: background 0.3s ease; /* Плавний перехід */
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;               /* Товщина */
    background: #000;          /* Чорний фон */
    border-radius: 5px;        /* Закруглені краї */
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;  /* Для Safari */
    appearance: none;          /* Для інших браузерів */
    width: 5px;               /* Ширина */
    height: 15px;              /* Висота */
    margin-top: -5px;
    background: #000;          /* Чорний колір */
    border-radius: 0;          /* Квадратна форма */
    cursor: pointer;           /* Курсор як рука */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Тінь для кнопки */
  }
  
  input[type="range"]::-moz-range-track {
    height: 4px;
    background: #000;
    border-radius: 5px;
  }
  
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 0; /* Квадратна форма */
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .range{
    margin-bottom: -13px;
  }

  .range{
    font-size: 16px;
    color: grey;
    font-weight: 600;
  }

  .infoText{
    font-size: 16px;
    color: grey;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -4px;
  }

  .color-option:hover{
    border: 2px solid black;
    transition: 0.6s;
  }

  .color-option{
    transition: 0.6s;
    border: 2px solid transparent;

  }

  .colorP{
     font-size: 16px;
    color: grey;
    font-weight: 600;
    margin-bottom: -5px;
  }

  .filtrsB{
    width: 85px;
    height: 40px;
    background: #000;
    color: white;
    transition: 0.6s;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .filtrsB:hover{
    background: white;
    color: black;
    transition: 0.6s;
  }

  .batons{
    display: flex;
    width: 65%;
    justify-content: space-between;
  }

  #product{
    margin-top: 80px;
  }



html {
    scroll-behavior: smooth;
}

.about-us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.about-us h1{
    font-weight: 500;
    width: 50%;
}

.about-us p{
    width: 400px;
    font-size: 17px;
    width: 70%;
}

.copy-text{
    cursor: pointer;    
}


.contacts{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contacts h3{
    font-weight: 400;
}








.text2{
    margin-top: 100px;
    font-size: 20px;
}

.ssilka img{
     width: 90px;
     margin-top: 5px;
}

.ssilka{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.vidg{
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 20px;
}

.ssilka{
    color: black;
    border: none;
    list-style-type: none;
    text-decoration: none;
    font-weight: 700;
}



.samoviviz{
    margin-top: 70px;
}

.oplidov{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: start;
}

.oplidov p{
    width: 50%; 
}

.vaznoe{
    color: rgb(213, 15, 15);
    font-weight: 500;
}

.lvov{
    margin-top: 30px;
}


.topText{
    margin-left: 10px;
}



.ab{
    margin-top: 5px;
    margin-left: 10px;
}


.oplata{
    font-weight: 700;
    margin-top: 70px;
}

.nakPL{
    font-weight: 600;
    margin-top: 30px;
    margin-left: 10px;
}

.povern{
    font-weight: 700;
    margin-top: 70px;
}





























main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


main h1{
    font-weight: 300;
}


.order-item-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
}

.itN{
    width: 25%;
    font-weight: 400;
}

.itC{
    margin-left: 56px;
    font-weight: 350;
}

.itP{
    font-weight: 350;
}

.itQ{
    font-weight: 350;
}


.titles{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    font-size: 13px;
    font-weight: 200;
    border-bottom: 1px solid #ddd;
}
.titles li{
list-style-type: none;

}

.margin{
    margin-left: 50px;
}


.noTh{
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}



.zagVart{
    display: flex;
    font-weight: 400;
    justify-content: center;
    font-size: 16px;
}

#total-price{
    margin-left: 320px;
    margin-right: 10px;
    font-weight: 500;
}


main h3{
    font-size: 13px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
}


input[type="radio"] {
    accent-color: black;
    width: 20px;
  }


  .inputs{
    height: 40px;
    width: 400px;
    font-size: 13px;
    margin-top: 10px;
    border: 2px solid black;
    text-align: left;
  }


.paymentForm{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}



.dop{
    font-size: 12px;
    margin-left: 20px;
}


#commissionText{
    width: 300px;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    margin-top: -25px;
    margin-bottom: 20px;
}

.vvod{
    height: 50px;
    width: 550px;
    font-size: 14px;
    margin-top: 10px;
    border: 2px solid black;
}


.vvodKom{
    width: 550px;
    height: 100px;
    margin-top: 10px;
    border: 2px solid black;
    font-size: 14px;
}


.sumb{
    width: 590px;
    height: 55px;
    background-color: #000;
    color: white;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 0.6s;
    margin-top: 30px;
}

.sumb:hover{
    background-color: white;
    border: 1px solid #ddd;
    color: black;
    transition: 0.6s;
}















.line{
    margin-top: 100px;
    width: 80%;
    border-bottom: 3px solid black;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer p{
    font-size: 15px;
}


.foot{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 25px;
}

.one p{
    font-size: 15px;
    color: transparent;
}

.two{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
}

.tel{
    margin-top: 20px;
}

.footHead a{
    font-size: 13px;
    color: #000000;
    list-style-type: none;
    text-decoration: none;
}

.footHead{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 300px;
    margin-bottom: 25px;
}

.grafik{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 50px;
}

.grafik p{
    font-size: 14px;
}

.rozrobka p{
    font-size: 11px;
}

.rozrobka a{
    list-style-type: none;
    text-decoration: none;
    color: black;
}

.rozrobka{
    margin-top: 20px;
}





@media (max-width: 2500px){
    .banner a{
        height: 150px;

    }

    .banner img{
        margin-bottom: -210px;
    }
}



@media (max-width: 2000px){
    .banner a{
        height: 120px;
        margin-right: 10px;
    }

    .banner img{
        margin-bottom: -170px;
    }
}




@media (max-width: 1700px){
    .banner a{
        height: 100px;
        margin-right: 10px;
    }

    .banner img{
        margin-bottom: -140px;
    }
}



@media (max-width: 1300px){
    .banner a{
        height: 70px;
        margin-right: 10px;
    }

    .banner img{
        margin-bottom: -110px;
    }
}



@media (max-width: 1100px){
    .banner a{
        height: 60px;
        margin-right: 10px;
    }

    .banner img{
        margin-bottom: -90px;
    }
}



@media (max-width: 900px){
    .banner a{
        height: 60px;
        margin-right: 10px;
        font-size: 24px;
    }

    .banner img{
        margin-bottom: -74px;
    }
}



@media (max-width: 700px){
    .banner a{
        height: 40px;
        margin-right: 10px;
        font-size: 24px;
    }

    .banner img{
        margin-bottom: -60px;
    }
}




















@media (max-width: 1420px){
    .absPlastik{
        background: url(img/1.PNG);
        height: 250px;
        width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    
    
    
    .politelenElit{
        background: url(img/2.PNG);
        height: 250px;
        width: 250px;    
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 20px;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    
    
    
    .tkaniniValisi{
        background: url(img/3.PNG);
        height: 250px;
        width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    
    
    
    .valisiDityachi{
        background: url(img/4.PNG);
        height: 250px;
        width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    
    
}






@media (max-width: 1200px){
    .absPlastik{
        height: 200px;
        width: 200px;
    }

    .politelenElit{
        height: 200px;
        width: 200px;
    }

    .tkaniniValisi{
        height: 200px;
        width: 200px;
    }

    .valisiDityachi{
        height: 200px;
        width: 200px;
    }
}


@media (max-width: 1210px) {
    .tovari{
        grid-template-columns: 1fr 1fr;
    }

    .katalog{
        margin-top: 0px;
    }
}

@media (max-width: 940px) {
    .tovari{
        grid-template-columns: 1fr;
    }

    .photos{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .absPlastik{
        margin: 30px;    
    }

    .politelenElit{
        margin: 30px; 
    }

    .tkaniniValisi{
        margin: 30px;
    }

    .valisiDityachi{
        margin: 30px; 
    }

    .banner a{
        margin-bottom: 40px;
        margin-left: 190px;
    }
}



/* Меню на мобільних */
@media (max-width: 1040px) {


    .banner h1{
        font-size: 45px;
    }



    .close-btn{
        margin-right: 200px;
        margin-top: 80px;
    }



    #cart-count{
        height: 20px;
        width: 20px;
        font-size: 15px;
    }


    .yesBurg img{
        width: 27px;
        height: 27px;
         
    }


    .searchImg img{
        width: 30px;
        height: 30px;
    }
    .basket{
        margin-right: 20px;    
    }
    



    .open-btns{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-right: 25px;
    }



    .noBurg{
        display: none;
    }

    .burger {
      display: flex;
      
    }



    .basket{
        margin-left: 0px;
        margin-top: 30px;
    }
    


    .burg{
        display: flex;
        margin-top: 20px;

    }
    .logoBurg{
        display: flex;
        width: 120px;
        margin-right: 150px;
    }

    .toggle-filtr{
        display: flex;
    }

    /* .modal2{
        position: fixed;
        margin-right: 70px;
        margin-bottom: -100px;
        background: white;
        transition: top 0.3s;
        margin-top: 30px;
        border: 2px solid black;
    } */

    .logo-centre{
        display: flex;
        justify-content: right;
        align-items: center;
        width: 100%;
    }



    .shop{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



    .toggle-filtr{
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border-radius: 10px;
        margin-left: 20px;
        margin-top: 20px;
        font-size: 15px;
        width: 120px;
        border: 1px solid #b4b4b4;
    }

    .toggle-filtr img{
        width: 30px;
    }



    /* Анімація тексту */
    .filters {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    width: 400px;
    }

    /* Коли текст відкритий */
    .filters.active {
        max-height: 1500px; /* Змінюй залежно від вмісту */
        opacity: 1;
    }
        


    .banner a{
        margin-left: 180px;
    }

    
/* .modal-basket {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;position: fixed;
    top: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}
 */



    
    header li{
        font-size: 15px;
    }
  
    .logo{
        display: none;
    }

 
    .menu {
      position: fixed;
      top: 0;
      width: 100%;
      height: 50%;
      background: rgba(255, 255, 255, 0.9);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transform: translateY(-100%);
      transition: transform 0.5s ease-in-out;
      margin-right: -120px;
    }


  
    .menu a {
      /* color: white;
      font-size: 30px; */
      transition: color 0.3s;
    }
  
    .menu a:hover {
      color: #ffcc00;
    }
  
    /* Анімація відкриття */
    .menu.active {
      transform: translateY(0);
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    /* Анімація бургер-іконки */
    .burger.active span:nth-child(1) {
      transform: translateY(15px) rotate(45deg);
    }
  
    .burger.active span:nth-child(2) {
        display: none;
    }
  
    .burger.active span:nth-child(3) {
      transform: translateY(-12px) rotate(-45deg);
    }



    header{
        justify-content: right;
    }




    .contacts{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .telefone{
        margin-top: 40px;
    }


    .inp{
        margin-top: 260px;
    }

    
  }




@media (max-width: 840px) {
    .one{
        display: none;

    }

    .two{
        margin-left: 0px;
    }

    .foot{
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .text1{
        width: 90%;
    }

    .banner a{
        font-size: 24px;
    }


    .logoBurg{
        margin-right: 60px;
    }

    .sticky{
        top: 0;
    }
}



@media(max-width:630px){
    iframe{
        display: none;
    }


    .logoBurg{
        margin-right: 1px;
    }

    .banner{
        margin-top: 50px;
    }




    .inputs{
        width: 300px;
    }

    .vvod{
        width: 300px;
    }

    #checkout-form{
        width: 300px;
    }

    .vvodKom{
        width: 300px;
    }
    
    .sumb{
        width: 300px;
    }

    #total-price{
        margin-left: 120px;
    }

    .order-item-info{
        font-size: 11px;
    }

    #checkout-form h3{
        font-size: 13px;
    }
}




@media (max-width: 580px){
    .banner a{
        height: 40px;
        margin-right: 10px;
        font-size: 24px;
    }

    .banner img{
        margin-bottom: -50px;
    }
}





@media (max-width: 500px) {

    header .li1{
        flex-direction: column;
    }

    header .li2{
        flex-direction: column;
        margin-bottom: 200px;
    }
    .vidg{
        flex-direction: column;
        font-size: 18px;
    }

    .ssilka{
        margin-top: 15px;
    }
    .burger{
        margin-right: -60px;
    }
    .grafik{
        align-items: center;
        margin-top: 50px;
    }

    .logoBurg{
        width: 90px;
        margin-right: -10px;
    }

    .banner a{
        height: 26px;
        margin-right: 5px;
        font-size: 18px;

    }

    .banner img{
        margin-bottom: -40px;
    }
    .filters{
        width: 270px;
        margin-left: 0px;
        justify-content: center;
    }

    .color-option{
        width: 14px;
        height: 14px;
    }

    .searchImg{
        margin-right: 30px;    
    }

    .modal1 input{
        width: 230px;
    }
}

@media (max-width: 400px) {
    .banner a{
        height: 23px;
        margin-right: 5px;
        font-size: 17px;
    }

    .banner img{
        margin-bottom: -33px;
    }

}

@media (max-width: 350px) {
    .banner h1{
        font-size: 25px;
    }

    
}














