root{
--color-fon-menu:transparent;
}
.bg-primary {
    background-color: #fff !important;
  }
  header{
    margin-bottom:50px;
  }
.menu-18 #target-main{
    display: inline-block;
}
.menu-18 #target-main .navbar-nav{
    flex-wrap: wrap;
    /* justify-content: space-around;*/
}
.menu-18 #target-main .navbar-nav .nav-item{
    flex-basis: 15%;
    margin-bottom:20px;
    margin-left:10px;
    position:relative;
}
.menu-18 #target-main .navbar-nav .nav-item .icon{
    position:relative;
    display:block;
    width:36px;
    height:auto;
}
.menu-18 #target-main .navbar-nav .nav-item .icon img{
    height:36px;
}
.menu-18 #target-main .navbar-nav .nav-item:nth-child(1):after,
.menu-18 #target-main .navbar-nav .nav-item:nth-child(2):after,
.menu-18 #target-main .navbar-nav .nav-item:nth-child(3):after,
.menu-18 #target-main .navbar-nav .nav-item:nth-child(4):after,
.menu-18 #target-main .navbar-nav .nav-item:nth-child(5):after{
    content: "";
    width: 50%;
    height: 1px;
    /* background-color: var(--c-title-underline-color); */
    background: #d4d1d1;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.menu-18{
    box-shadow: 0 15px 10px 0px rgba(0,0,0,0.2); 
    height:180px;
}
.menu-18 #target-main .navbar-nav .nav-item .nav-link{
    text-decoration: underline;
    padding:0;
    color:#656565;
    font-weight: bold;
}
.menu-18 .logo_18{
    background-image:url('/templates/modern/widgets/menu_madam/images/18.png');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 991px) {
  .mobile-block,.logo-mobile{
    display: none;
  }
    .bg-primary .container {
      max-width: 90%;
    }
    .girl{
        width:150px;
        height:125px;
        position:relative;
    }
    .girl img{
        position:absolute;
        top:0px;
        left:0;
        width:100%;
    }
  }
  @media (max-width: 1200px) {
    .girl{
      display:none;
      }
  }
/*
  @media (max-width: 1200px) {
.girl,.logo_18{
.display:none;
}
#target-main .navbar-nav {
    flex-direction: row;
    flex-basis:auto;
    flex-wrap:nowrap;
    justify-content: start;
  }
  #target-main .mobile-ul.navbar-nav{
    flex-direction: column;
  }
.menu-18{
    .overflow: auto;
  }
  }
  */

  @media (max-width: 990px) {
.menu-18{
  display:none!important;
}

  }

  @media (max-width: 762px) {
    .girl,.logo_18,.nav_png,.little-menu{
        display:none;
        }
  }