header {
    height: 135px;
    background-color: #D9D9D9;
    position: sticky;
    top: 0;
    z-index: 666; 
    box-shadow: 0 20px 15px -20px #333;
}
.header {
    display: flex;
    
}
.pngnav {
    display: flex;
}
.headcont {
    margin: auto;
    max-width: 1140px;
}
ul {
    margin-left: 25px;
    display: flex;
    font-style: inherit;
    list-style: none;
    color: black;
    padding-inline-start: 0px;
}
li {
    margin-top: 55.5px;
}
a {
    margin-left: 22px;
    list-style: none;
    font-weight: 600;
    color: #444444;
    font-size: 20px;
}

@font-face {
    font-family: "Roboto Regular"; src: url("../fonts/Roboto-Regular.ttf");
}

.font {
    font-family: "Roboto Regular"; src: url("../fonts/Roboto-Regular.ttf");
}
.sssrpng {
    margin-top: 28px;
    margin-left: 160px;
}
.fa-search{
    background-image: url("../media/clipart2795172.png");
}


.burger{
    
    margin-top: 57.5px;
    margin-right: 27px;
    display: none;
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: flex-end;
    width: 42px;
    height: 20px;
}

.burger span {
    height: 4px;
    width: 100%;
    transform: scale(1);
    background-color: #444444;
}

.burger::before, .burger::after{
    content: " ";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #444444;
    transition: all 0.3s ease 0s;
}
.contbox {
    margin-left: auto;
    margin-right: 160px;
}

.mainbox {
    margin: 0; 
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.box{
    position: relative;
    margin-top: 47px;
}

.input {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: none;
    border: 4px solid #444444;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 15px;
    color: #444444;
    outline: none;
    transition: .5s;
}
.box:hover input{
    width: 200px;
    background: #d9d9d9;
    border-radius: 10px;
}
.box i{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%,-50%);
    font-size: 15px;
    color: #444444;
    transition: .2s;
}
.box:hover i{
    opacity: 0;
    z-index: -1;
}

.burger::before {top: 0;}
.burger::after {bottom: 0;}

@media screen and (max-width: 845px){
    .burger {display: flex;}
    li {
        display: flex;
        justify-content: center;
        
        flex: 1;                  /* Каждый элемент списка занимает равную часть */
        margin: 0;
        
    }

    
    .contbox {
        margin-right: 50px;
    }
    .contnav {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #D9D9D9;
        position: fixed;
        margin-top: 135px;
        width: 307px;
        left: 0;
        margin-left: 0;
        
    }
    .box:hover input{
        width: 100px;
    }
    a {
        margin-left: 0;
        text-align: center;       /* Центрируем текст по горизонтали */
        line-height: 100px;       /* Центрируем текст по вертикали (можно настроить в зависимости от высоты контейнера) */
        border: 2px solid white;  /* Черная рамка вокруг каждого элемента */
        box-sizing: border-box;
        width: 100%;      /* Чтобы рамка не влияла на размер элемента */
        
    }
    ul {
        margin-left: 0;
        width: 100%;  
        
    }
    
}





.hr-shelf {
	margin: -30px auto 10px;
	padding: 0;
	height: 50px;
	border: none;
	border-bottom: 1px solid black;
	box-shadow: 0 20px 20px -20px #333;
	width: 95%;
}




.main {
    max-width: 1140px;
    margin: auto;
}
.mainbg {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}