#overlay
{
	border: 1px solid black;
}

#overlay .popup
{
	left: 20%;
    color: #ffffff;
    background-color: #fba100;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    width: 60%;
	z-index: 1000;
	text-align: center;
}

#overlay .popup p
{
	text-align: center;
}

#hide_popup
{
	text-align: center;
    margin: 0 auto;
    background-color: #000000;
    border-radius: 4px;
    font-size: 23px;
    padding: 7px;
    color: #fff;
    border: 1px solid #000;
}
#content h1
{
	display:none;
}
#top .container .butts a
{
	font-size: clamp(0.75rem, 0.25rem + 2vw, 2rem);
    font-weight: 100;
    line-height: 1.2;
    position: absolute;
    top: 12px;
    right: 100px;
}
.butts
{
	display: grid;
}
.butts .slinko
{
	min-height: 30px;
    background-image: url(/image/lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    background-size: 30px;
    display: block;
    content: "";
    width: 50px; 
}


.butts span:last-child
{
	min-height: 30px;
    background-image: url(/image/lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    background-size: 30px;
    display: block;
    content: "";
    width: 50px;
}


.slinko 
{
        color: #fff;
        transition: color 15.5s;
        text-decoration: none; 
    }
	
.slink 
{
        color: #242424;
        transition: color 0.5s;
        text-decoration: none; 
    }

 .munes
 {
	font-size: clamp(0.75rem, 0.25rem + 2vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
	/* margin: 10px 10px 10px 10px; */
	}
 
.munes ul
 {
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
	padding-inline-start: 0px;
	line-height: 2.3;
 }
 
.munes ul li
 {
    display: inline-block;
    text-transform: math-auto;
    border-left: 2px solid #000;
    padding: 0px 10px 0px 10px;
    line-height: 1;
    position: relative;
 }
 
.munes ul li a
 {
    /* color:#ffffff; */
 }
 
.munes ul li a:hover
 {
    color:#ff7700;
 }
 
.munes ul li:first-child
 {
    display: inline-block;
    text-transform: math-auto;
    border-left: none;
    padding: 0px 10px 0px 10px;
    line-height: 1;
    position: relative;
 }
 
.munes
{
	/* background-image: url(/image/catalog/template/top.jpg); */
    /* height: 48px; */
}	
	
 @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) 
 {
	.munes 
		{
		font-size: clamp(0.75rem, -0.75rem + 2vw, 2rem);
		font-weight: 400;
		line-height: 1.2;
		margin: 10px 10px 10px 10px;
		}
}

