.styky-menu ul {
    list-style: none;
    display: flex;
    position: fixed;
    bottom: 0;
    height: 70px;
    background: #FFF;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 99999;
    align-items: center;
    border-top: 1px solid #eee;
}
.styky-menu ul li {
    text-align: center;
    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
}
.styky-menu ul li a {
    color: #1fc3fc;
}
.styky-menu ul li img {
    max-width: 24px;
    display: block;
    margin: 0 auto 5px;
    opacity: 1;
}
.header__sTxt:hover .header__cityList {
   display: block;
   position: absolute;
   width: 290px;
   -webkit-column-width: 100px;
   -moz-column-width: 100px;
   column-width: 100px;
   -webkit-column-count: 2;
   -moz-column-count: 2;
   column-count: 2;
   -webkit-column-gap: 10%;
   -moz-column-gap: 10%;
   column-gap: 10%;
   left: 0;
   top: 0;
   background: #fff;
   -webkit-box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
   box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
   border-radius: 20px;
   padding: 15px;
   z-index: 100;
}
.header__cityListItmCurrent {
    display: none;
}

@media (max-width: 1024px) {
    .header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff;
    }

    body:has(.styky-menu) .ws-quiz-mobile .ws-quiz-btn-el-container {
        bottom: 80px !important
    }
    body:has(.styky-menu) .grecaptcha-badge {
	    bottom: 84px !important;
    }
    html, body {
        /*overflow-x: inherit !important;*/
    }
    aside, nav, footer, section:not(.header) {
        /*overflow-x: hidden;*/
    }
    aside, nav, .footer {
        overflow-x: hidden;
    }
    .footer .footer__topIcons img {
        max-width: 22px;
    }
    .footer .footer__logoWrp img {
        max-width: 150px;
    }
    .footer__btmRightLogo, .footer, .ws-quiz-container, .itsModalWrp {
        max-width: 100%;
    }

   .header__cityListItmCurrent {
        display: block;
   }

}
