﻿#menu-gora{
    width: 100%;
    max-width: 1232px;
    margin: 16px auto 16px auto;
}

.menu-gora-1-poziom > ul{
	margin:0px;
	padding:0px;
	/*background: linear-gradient(to bottom, rgba(246,247,245,1) 0%, rgba(245,243,236,1) 0%, rgba(242,242,242,1) 100%);*/
}

.menu-gora-1-poziom {
	max-width: 1232px;
}

.menu-gora-1-poziom >li >a, .menu-gora-1-poziom >li >span{
	text-align: center;
}

.menu-gora-1-poziom {
	display: flex;
	justify-content: space-between;
	margin:0px auto;
	padding:0px 0px;
	position: relative;
    width: 100%;
}

.menu-gora-1-poziom > li{
    list-style: none;
    width: auto;
    padding: 0px;
    position: relative;
    cursor: pointer;
    background-size: cover!important;
    background-position: center center!important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px 20px; */
    margin: 0px 0px;
    max-width: 235px;
    min-width: 235px;
    height: 87px;
    vertical-align: top;
    
}
.menu-gora-2-poziom  li  button
{
    border: 0;
    background: transparent;
    color: #282828;
    padding: 8px 8px;
    font-size: 15px;
    border-radius: 0px;
    margin: 0px 0px;
    display: block;
    text-decoration-color: transparent;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.menu-gora-1-poziom span span, .menu-gora-1-poziom a span, .menu-gora-1-poziom button span{
    width: 100%;
    padding: 0px 16px;
}

.menu-gora-1-poziom li:last-child span, .menu-gora-1-poziom li:last-child a span, .menu-gora-1-poziom li:last-child button span
{
    border-right: 0px none transparent;
}

.menu-gora-1-poziom > li:first-child a span:after{
	display: none;
}

.menu-gora-1-poziom span span em, .menu-gora-1-poziom a span em{
	/*padding-right: 4px;*/
}

.menu-gora-1-poziom > li:first-child{
	margin-left:0px;
}

.menu-gora-1-poziom > li:last-child{
	margin-right:0px;
}

.menu-gora-1-poziom > li > a > img{
    width: auto;
    height: auto;
    max-width: 168px;
    /*border: 8px solid transparent;*/
}

.menu-gora-1-poziom > li > button 
{
    border: 0px none transparent;
}

.menu-gora-1-poziom > li > a, .menu-gora-1-poziom > li > span,.menu-gora-1-poziom > li > button{
	margin: 0px 0px;
    text-decoration-color: transparent;
    font-family: 'Lato', sans-serif;
    color: #3e4245;
    border-radius: 0.5rem;
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0px 0px;
    position: absolute;
    height: 100%;
    align-items: center;
}

/* kolor */

.menu-gora-1-poziom > li:nth-child(5n+1) > a, .menu-gora-1-poziom > li:nth-child(5n+1) > button{
    background-color: #ffd3b2;
}
.menu-gora-1-poziom > li:nth-child(5n+2) > a, .menu-gora-1-poziom > li:nth-child(5n+2) > button{
    background-color: #d7adff;
}
.menu-gora-1-poziom > li:nth-child(5n+3) > a, .menu-gora-1-poziom > li:nth-child(5n+3) > button{
    background-color: #fffa84;
}
.menu-gora-1-poziom > li:nth-child(5n+4) > a, .menu-gora-1-poziom > li:nth-child(5n+4) > button{
    background-color: #c0f5c1;
}
.menu-gora-1-poziom > li:nth-child(5n+5) > a, .menu-gora-1-poziom > li:nth-child(5n+5) > button{
    background-color: #cbebf8;
}

.menu-gora-1-poziom > li:nth-child(5n+1) .menu-gora-2-poziom{
    background-color: #ffd3b2;
}
.menu-gora-1-poziom > li:nth-child(5n+2) .menu-gora-2-poziom{
    background-color: #d7adff;
}
.menu-gora-1-poziom > li:nth-child(5n+3) .menu-gora-2-poziom{
    background-color: #fffa84;
}
.menu-gora-1-poziom > li:nth-child(5n+4) .menu-gora-2-poziom{
    background-color: #c0f5c1;
}
.menu-gora-1-poziom > li:nth-child(5n+5) .menu-gora-2-poziom{
    background-color: #cbebf8;
}

.pasek_scroll .menu-gora-1-poziom > li > a, .pasek_scroll .menu-gora-1-poziom > li > button{
    background-color: transparent;
    color: white;
}

.pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+1):hover > a, .pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+1):hover > button{
    background-color: #ffd3b2;
    color: #3e4245;
}
.pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+2):hover > a, .pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+2):hover > button{
    background-color: #d7adff;
    color: #3e4245;
}
.pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+3):hover > a, .pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+3):hover > button{
    background-color: #fffa84;
    color: #3e4245;
}
.pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+4):hover > a, .pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+4):hover > button{
    background-color: #c0f5c1;
    color: #3e4245;
}
.pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+5):hover > a, .pasek_scroll .menu-gora-1-poziom > li:nth-child(5n+5):hover > button{
    background-color: #cbebf8;
    color: #3e4245;
}

/**/


.menu-gora-1-poziom > li:last-child > a,.menu-gora-1-poziom > li:last-child > button{
	border-right: none;
}

/*2gi poziom*/

.menu-gora-2-poziom{
	display:none;
}

.menu-gora-2-poziom{
	width: 400px;
    position: absolute;
    border: none;
    z-index: 9!important;
    padding: 12px;
    top: 87px;
    left:-1px;
    padding: 16px 0px!important;
}

.menu-gora-2-poziom li:last-of-type a{

}

.menu-gora-1-poziom li:last-of-type .menu-gora-2-poziom{
	right:0!important;
	left:auto;
}

ul.menu-gora-2-poziom li{
	margin:0px 0px;
	padding: 0px 16px;
	position: relative;
	width: 100%;
	z-index: 99!important;
	border:none;
	display: block;
}

ul.menu-gora-2-poziom li a, ul.menu-gora-2-poziom li button{
	padding:8px 8px;
	/*background: #0d1d49;*/
	font-size: 16px;
	border-radius: 0px;
    margin: 0px 0px;
    display: block;
    font-family: 'Lato', sans-serif;
    color: #3e4245;
    text-decoration-color: transparent;
}

/* hover */

ul.menu-gora-1-poziom > li:hover > a, ul.menu-gora-1-poziom > li:hover > button{
    -webkit-box-shadow: 6px 6px 13px -12px rgba(0, 0, 0, 1);
    -moz-box-shadow: 6px 6px 13px -12px rgba(0, 0, 0, 1);
    box-shadow: 6px 6px 13px -12px rgba(0, 0, 0, 1);
}
ul.menu-gora-1-poziom > li:hover > button{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
ul.menu-gora-2-poziom > li > a:hover, ul.menu-gora-2-poziom > li > button:hover, ul.menu-gora-3-poziom > li > a:hover, ul.menu-gora-3-poziom > li > button:hover{
    opacity: 0.6;
}

/**/

ul.menu-gora-2-poziom >li> a:before, ul.menu-gora-2-poziom> li> span:before{
	font-family:"Font Awesome 5 Free";
    content: "\f0da";
    color: #313131;
    left: -4px;
    padding-right: 2px;
    position: relative;
    display: none;
}

.menu-gora-1-poziom li:hover > .menu-gora-2-poziom{
	display: block!important;
}

/*3 poziom*/
.menu-gora-3-poziom{
	display:block;
	position: relative;
    left: 8px;
    top: 0;
    z-index: 999;
    margin:0px;
    margin:0px;
    margin-top: -4px;
	padding:0px!important;
}

.menu-gora-3-poziom li{
	padding-left: 8px!important;
}

ul.menu-gora-3-poziom li a, ul.menu-gora-3-poziom li span{
	border:none;
	padding-left: 0px!important;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	font-size: 16px;
    border:none!important;
}

/*4 poziom*/
.menu-gora-4-poziom{
	display:block;
	position: relative;
    left:0;
    top: 0;
    z-index: 999;
    margin:0px;
    font-size: 10px;
    padding-left: 4px;
}


ul.menu-gora-4-poziom li a, ul.menu-gora-4-poziom li span{
	border:none;
	padding-left: 24px;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	font-family: 'Open Sans', sans-serif;
}

.menu-gora-1-poziom li.menu-rozwijka:after{
	font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #ccc;
  right: 16px;
  position: absolute;
  top: 12px;
  display: none;
}

/*Aktywna zakładka menu*/

.menu-gora-1-poziom > .liaktywna > a{
	/*background-color: #540000;*/
    font-weight: 700;
}

.menu-gora-1-poziom > .liaktywna a img{
	/*filter: grayscale(100%);*/
}

.menu-gora-1-poziom > .liaktywna a{

}

/*Efekt hover background*/

.menu-gora-1-poziom > li  button 
{
    cursor: pointer;
}


.rozwijka-zawartosc{
	display:none;
}

/* menu Grupy */

.menu-grupy-1-poziom{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.menu-grupy-1-poziom li a{
    text-decoration-color: transparent;
    display: flex;
    justify-content: center;
    padding-top: 38px;
    width: 141px;
    height: 121px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3d3c37;
    margin-bottom: 8px;
}

.menu-grupy-1-poziom li:nth-child(5n+1) a{
    background-image: url(../grafika/kotki.png);
    background-position: center;
    background-repeat: no-repeat;
}
.menu-grupy-1-poziom li:nth-child(5n+2) a{
    background-image: url(../grafika/rybki.png);
    background-position: center;
    background-repeat: no-repeat;
}
.menu-grupy-1-poziom li:nth-child(5n+3) a{
    background-image: url(../grafika/pszczolki.png);
    background-position: center;
    background-repeat: no-repeat;
}
.menu-grupy-1-poziom li:nth-child(5n+4) a{
    background-image: url(../grafika/wiewiorki.png);
    background-position: center;
    background-repeat: no-repeat;
}
.menu-grupy-1-poziom li:nth-child(5n+5) a{
    background-image: url(../grafika/zlobek.png);
    background-position: center;
    background-repeat: no-repeat;
}

/* hover */

.menu-grupy-1-poziom li a:hover{
    opacity: 0.8;
}


/*Mobilne*/
@media all and (min-width: 1023px) and (max-width: 1279px) {
  #menu-gora{
    width: 992px;
    max-width: 992px;
  }
  .menu-gora-1-poziom > li{min-width: 185px;}
  .menu-gora-1-poziom span span:after, .menu-gora-1-poziom a span:after{display: none;}
  /*.menu-gora-1-poziom li{width: 185px; padding: 16px 16px;}*/
  /*.menu-gora-1-poziom li img{width: 115px!important; height:auto;}*/
  .menu-gora-1-poziom span span, .menu-gora-1-poziom a span{position: relative;}
  /*.menu-gora-1-poziom > li > a, .menu-gora-1-poziom > li > span{height: 120px;}*/
 /* .menu-gora-2-poziom{top:120px;}*/
}