body {
    margin: 0;
    padding-left: 0px;    /* LC fullwidth */
}

#header p {
    display: none;    
}

#header__container, #footer__container, #producthunt {
    margin-left: 0px;    /* LC fullwidth */
}      

#left__container {
    width: 0px;           /* LC width */
    padding: 0 0px;        /* LC padding */
    right: 0px;           /* LC fullwidth + CC padding */
    margin-left: 0%;
}

#left__content {
    display: none;
}        

#center__container {
    padding: 0 0px;
    width: 100%;
}

#center__content {
    padding: 0 0px;
}  

.layout__menu {
    width: 300px;
    display: none;
}

.menu li:first-of-type{
   display: block;
}

.menu svg path, .menu svg polygon, .menu svg rect, .menu svg line {
    fill: #888888;
    stroke: #888888;
}  

.zamer__mini svg path, .zamer__mini svg polygon, .zamer__mini svg rect, .zamer__mini svg line {
    fill: #fff;
    stroke: #fff;
} 

.menu li a {
    color: black;  
}

.commerce__link {
    height: 30px;
    font-size: 12px;
}

.page__title {
    width: 640px;
    padding-left: 10px;   
}


.btn-mobile-menu {
    display: block;   
}

.zamer__mini {
    display: block;
}

.phone__mini {
    display: block;
}

.menu__uslugi {
    display: block;
}

.logo {
    display:none;
}

.menu {
    display: block;
}

.menu svg {
  display: inline-block;
}


.menu li {
    width:100%;
}

.menu .dropdown-content {
    position: relative;
}

.menu .dropdown-content a {
    text-align: center;
}

/* The side navigation menu */
.sidenav__close {
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: -300px;
    background-color: #fff; /* White*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 999999;
}

.sidenav__open {
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 999999;  
}

#trans {
    background:rgba(0,0,0,0.5); 
}

.hideScroll::-webkit-scrollbar { width: 0; }
.hideScroll::-webkit-scrollbar { -ms-overflow-style: none; }
.hideScroll::-webkit-scrollbar { overflow: -moz-scrollbars-none; }

#mySidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
    display: block;
    z-index: 999999;
}

#menu .dropdown:hover .dropdown-content {
    display: none;
}

#trans {
    display:none; 
}

.menu__wrapper {
    padding-left: 0px;
    margin-left: 0px;
}

.menu__uslugi svg path, polygon, rect {
  fill: #777777;
  stroke: #777777;
}   

.image__sale {
    height: 240px;
    position: absolute;
    left: 60px;
    top: 0px;
   /* box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
